(regexp-history): Add reference to `history-length' in the doc string.
[emacs.git] / lisp / ChangeLog
blob60bbc2b7914ae276c664f43248cc89a836cb2b04
1 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
3         * replace.el (regexp-history): 
4         * simple.el (minibuffer-history): 
5         * international/mule-cmds.el (input-method-history): 
6         * files.el (file-name-history): Add reference to history-length in
7         the doc string.
9 2007-12-22  Richard Stallman  <rms@gnu.org>
11         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
13 2007-12-21  Jason Rumney  <jasonr@gnu.org>
15         * find-dired.el (find-name-arg): New custom variable.
16         (find-name-dired): Use it.
17         (find-dired-find-program): Remove.
18         (find-dired): Use find-program.
19         (find-grep-dired): Use grep-program.
21         * progmodes/grep.el (rgrep): Use find-name-arg.
23 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
25         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
26         specifier from format-string.  Reported by Ye Wenbin.
28 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
30         * cus-start.el: Use correct group name for members of mode-line group.
32 2007-12-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
34         * progmodes/cc-vars.el (defcustom-c-stylevar):
35         Revert to pre-2007-12-12 version.
37 2007-12-15  Richard Stallman  <rms@gnu.org>
39         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
41         * info.el (Info-clone-buffer): Renamed from Info-clone-buffer-hook.
42         Use changed.
44         * startup.el (fancy-splash-help-echo): Var deleted.
45         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
46         (fancy-about-screen): Don't display fancy-splash-help-echo.
48         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
50 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
52         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
54 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
56         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
57         function.
58         (add-submenu): Only define for XEmacs.
59         (verilog-regexp-words): Revert previous change, keep the other
60         definition.
62 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
64         * progmodes/perl-mode.el (perl-continued-statement-offset)
65         (perl-continued-brace-offset, perl-brace-offset)
66         (perl-brace-imaginary-offset, perl-label-offset):
67         * progmodes/cperl-mode.el (cperl-brace-offset)
68         (cperl-continued-brace-offset, cperl-label-offset)
69         (cperl-continued-statement-offset)
70         (cperl-extra-newline-before-brace, cperl-merge-trailing-else): Add
71         safe-local-variable properties.
73 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
75         * progmodes/verilog-mode.el (verilog-mode-map)
76         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
77         (verilog-colorize-include-files): Use only overlay functions so
78         that it can work on both emacs and XEmacs.
79         (set-extent-keymap): Remove unused defun.
80         (verilog-kill-existing-comment, verilog-insert-date)
81         (verilog-insert-year): Rename in order not to pollute the global
82         namespace from kill-existing-comment, insert-date and
83         insert-year, respectively.
84         (verilog-set-auto-endcomments, verilog-header): Update callers.
86         * files.el (auto-mode-alist): Recognize verilog files.
88         * progmodes/verilog-mode.el (verilog-string-replace-matches)
89         (verilog-string-remove-spaces, verilog-re-search-forward)
90         (verilog-re-search-backward, verilog-re-search-forward-quick)
91         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
92         (verilog-get-end-of-line, verilog-within-string): Move definitions
93         before first use. No code changes.
95 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
97         * progmodes/verilog-mode.el (verilog-mode-version)
98         (verilog-mode-release-date): Don't use expanding keywords.
99         (provide): Move to the end of file.
100         (fboundp): Don't check if eval-when-compile is bound, it is used
101         later in the file without checking.
102         (when, unless): Copy definitions from subr.el.
103         (char-before, defcustom, defface, customize-group)
104         (verilog-batch-error-wrapper): Don't use old style backquotes.
105         (verilog-regexp-opt): Avoid using the cl function case.
106         (verilog-regexp-words): Remove duplicated definition.
107         (verilog-mode-abbrev-table): Remove, duplicate.
108         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
109         Declare and initialize in one step.
110         (verilog-declaration-prefix-re, verilog-declaration-re)
111         (verilog-end-of-statement, verilog-indent-declaration)
112         (verilog-get-lineup-indent): Remove trailing whitespace.
113         (verilog-mode): Fix autoload cookie. Set
114         beginning-of-defun-function and end-of-defun-function. Use when
115         instead of if.
116         (verilog-emacs-features, verilog-auto-ascii-enum)
117         (verilog-insert-indices): Escape braces in doc strings.
119 2007-12-08  Michael McNamara <mac@verilog.com>
120             Wilson Snyder <wsnyder@wsnyder.org>
122         * progmodes/verilog-mode.el: New file.
124 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
126         * international/latexenc.el (latexenc-find-file-coding-system): If
127         both coding-system-for-write and buffer-file-coding-system of
128         latex-main-file are nil, use `undecided'.
130 2007-12-06  Jason Rumney  <jasonr@gnu.org>
132         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
134 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
136         * ido.el (ido-save-history): Use emacs-mule coding system
137         instead of utf-8 to save filenames (it's safer in Emacs 22).
138         Set the `coding' local variable on the first line of the file.
140 2007-12-04  Karl Fogel  <kfogel@red-bean.com>
142         * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
143         coding system.  This ports revisions 1.40 and 1.41 over to the
144         EMACS_22_BASE branch, but with the right coding system for Emacs
145         22 to reliably record filenames.  Suggested by Eli Zaretskii.
147 2007-12-01  Richard Stallman  <rms@gnu.org>
149         * wid-edit.el (widget-type): Doc fix.
151 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
153         * emacs-lisp/byte-run.el (declare-function): Change to a macro.
155 2007-12-01  Alexandre Julliard  <julliard@winehq.org>
157         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
159 2007-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
161         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
162         Don't match "sub { (...) ... }".
164 2007-11-29  Richard Stallman  <rms@gnu.org>
166         * international/mule-cmds.el (toggle-input-method-active): New var.
167         (toggle-input-method): Bind toggle-input-method-active to t.
168         Error if it was already non-nil.
170 2007-11-29  Glenn Morris  <rgm@gnu.org>
172         * calendar/time-date.el (with-decoded-time-value): Doc fix.
174 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
176         * calendar/time-date.el (encode-time-value): Doc fix.
178 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
180         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
182 2007-11-24  Kenichi Handa  <handa@m17n.org>
184         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
186 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
188         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
190 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
192         * textmodes/paragraphs.el (forward-sentence): Doc fix.
193         Reported by Drew Adams <drew.adams@oracle.com>.
195 2007-11-20  Glenn Morris  <rgm@gnu.org>
197         * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
198         for compatibility with Emacs 23.
200 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
202         * replace.el (map-query-replace-regexp): Doc fix (revert part of
203         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
205 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
207         * progmodes/gdb-ui.el: Update commentary.
209 2007-11-16  Eli Zaretskii  <eliz@gnu.org>
211         * international/mule-cmds.el (set-locale-environment):
212         Set default-file-name-coding-system _after_ keyboard and terminal
213         coding systems.  This fixes last change.
215         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
216         one space after "Subject:".
218 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
220         * subr.el (make-variable-frame-local):
221         Fix typo in obsolescence declaration.
223 2007-11-16  Glenn Morris  <rgm@gnu.org>
225         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
227 2007-11-16  Rob Riepel  <riepel@Stanford.EDU>
229         * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
230         (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
231         (tpu-scroll-window-up): Replace next-line-internal -> line-move.
233 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
235         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
236         in order to determine if there's a conflict.
238 2007-11-16  Juri Linkov  <juri@jurta.org>
240         * man.el (Man-heading-regexp): Add 0-9.
241         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
243 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
245         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
246         Fix typo in docstring.
248         * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
249         (cua-highlight-region-shift-only): Doc fix.
251 2007-11-15  Richard Stallman  <rms@gnu.org>
253         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
255         * reposition.el (reposition-window):
256         Binding C-M-l moved to bindings.el.
258         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
260         * add-log.el (add-change-log-entry-other-window):
261         Key binding C-x 4 a moved to bindings.el.
263         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
264         from filecache.el.
266         * filecache.el: Minibuffer map bindings moved to bindings.el.
268 2007-11-14  Jason Rumney  <jasonr@gnu.org>
270         * international/mule-cmds.el (set-locale-environment):
271         Set default-file-name-coding-system from system defaults on Windows.
273 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
275         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
276         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
277         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
278         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
279         locations.
280         (gdb-info-breakpoints-custom, gdb-assembler-custom)
281         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
282         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
284 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
286         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
287         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
288         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
289         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
290         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
291         Rewrite in active voice.
293 2007-11-10  Juri Linkov  <juri@jurta.org>
295         * startup.el: Backport startup screen related changes from the trunk.
296         (initialization): Change group to `environment'.
297         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
298         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
299         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
300         (initial-scratch-message): Fix docstring.
301         (startup-screen-inhibit-startup-screen)
302         (pure-space-overflow-message): New variables.
303         (command-line): Rename `inhibit-startup-message' to
304         `inhibit-startup-screen'.
305         (initial-scratch-message): Doc fix.
306         (fancy-splash-text): Remove variable.
307         (fancy-startup-text, fancy-about-text, splash-screen-keymap):
308         New variables.
309         (fancy-splash-delay, fancy-splash-max-time)
310         (fancy-current-text, fancy-splash-stop-time)
311         (fancy-splash-outer-buffer, fancy-splash-last-input-event):
312         Remove variables.
313         (fancy-splash-insert): Use help-echo from the 3rd element of the
314         link specification list, or "Follow this link" if it's nil.  Doc fix.
315         Allow functions for face and link specs.
316         (fancy-splash-tail): Remove function.
317         (fancy-startup-tail): New function.
318         (fancy-splash-default-action, fancy-splash-special-event-action)
319         (fancy-splash-screens): Remove functions.
320         (fancy-about-screen): New function.
321         (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
322         Fix docstring.  Use argument `startup' to conditionally display
323         different texts for Startup and About screens.  Don't display Help
324         commands on the About screen.  Remove `unwind-protect' `sit-for'
325         delay and `kill-buffer' after it.
326         (normal-mouse-startup-screen, normal-splash-screen)
327         (normal-no-mouse-startup-screen): New functions.
328         (startup-echo-area-message): Change text of the echo area.
329         (display-splash-screen): Remove function.
330         (display-startup-screen, display-about-screen): New functions.
331         (about-emacs): Make alias to `display-about-screen'.
332         (display-splash-screen): Make alias to `display-startup-screen'.
333         (command-line-1): Rename `inhibit-startup-message' to
334         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
335         started with command line options "-f", "-funcall", "-e", "-eval",
336         "-execute", "-insert", "-find-file", "-file", "-visit".
337         Inhibit startup screen when Emacs is started with a file name only
338         on tty (i.e. don't inhibit it when started with a file name like
339         "emacs FILE..." on a window system).
340         Comment out unused code for coping with the old sit-for behavior.
341         If file-count > 0, then display the concise version in another
342         window, otherwise display full version in the same window.
343         * loadup.el: Add `button'.  Move up `startup'.
344         * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
345         * version.el (emacs-copyright): Add emacs-copyright.
346         * menu-bar.el (menu-bar-help-menu):
347         Move "About Emacs" and "About GNU" to the end of the Help menu.
348         Move "Emacs Psychotherapist" after "Send Bug Report...".
349         Move "External Packages" after "Find Emacs Packages".
351 2007-11-10  Jason Rumney  <jasonr@gnu.org>
353         * w32-fns.el: Sync charset names with setup-default-fontset.
354         Append "-1" where second part missing.
356         * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
358 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
360         * ido.el (ido-save-history): Write the history file in UTF-8,
361         and add `coding' file-local variable.
363 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
365         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
366         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
367         (iso-iso2duden-trans-tab): Add docstring.
369 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
371         * faces.el (face-normalize-spec): Remove function.
372         (frame-set-background-mode): Undo last change.
374 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
376         * files.el (enable-local-variables): Doc fix.
378 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
380         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
381         match dir like "a...b".
383 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
385         * eshell/esh-mode.el (eshell-output-filter):
386         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
387         Use `with-current-buffer'.
389 2007-11-05  Nick Roberts  <nickrob@snap.net.nz>
391         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
393 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
395         * net/tls.el: Require rx when compiling.
396         (tls-end-of-info): New variable.
397         (open-tls-stream): Keep reading input until `tls-end-of-info' is
398         matched.
400 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
402         * simple.el (bad-packages-alist): Anchor semantic regexp.
404 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
406         * files.el (hack-local-variables): Fix membership tests to avoid
407         treating all variables as safe if `enable-local-variables' is
408         set to :safe (CVE-2007-5795).
410 2007-11-02  Glenn Morris  <rgm@gnu.org>
412         * progmodes/etags.el (tags-table-mode): Disable undo.
414         * simple.el (bad-packages-alist): Revert previous change.
416 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
418         * printing.el (printing): Fix :version, printing.el was included
419         in emacs-22.1.
420         (pr-path-style, pr-path-alist, pr-txt-name)
421         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
422         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
423         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
424         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
425         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
426         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
427         (pr-setting-database, pr-visible-entry-list)
428         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
429         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
430         :version.
432 2007-11-01  Glenn Morris  <rgm@gnu.org>
434         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
436         * mail/footnote.el (footnote-numeric-regexp)
437         (footnote-english-upper-regexp, footnote-english-lower-regexp)
438         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
439         Match multi-character footnotes.
441         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
442         (nroff-indent-line-function): New function.
443         (nroff-count-text-lines): Use nroff-forward-text-line rather than
444         obsolete alias.
446 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
448         * net/tramp.el (tramp-open-connection-telnet)
449         (tramp-open-connection-rsh, tramp-open-connection-su)
450         (tramp-open-connection-multi): Set $LC_ALL to "C".
452 2007-10-31  Sven Joachim  <svenjoac@gmx.de>
454         * dired-aux.el (dired-copy-file-recursive):
455         Preserve directory permissions.
457 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
459         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
460         (whitespace-unload-function): New-style unload function.  When run,
461         unintern `whitespace-unload-hook' and call `unload-feature' recursively
462         to stop the old hook from messing with the unloading.
464         * strokes.el (strokes-alphabetic-lessp): Doc fix.
466 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
468         * emacs-lisp/find-func.el (find-library): Use library at
469         point as default interactive argument.
471 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
473         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
474         (elp-unset-master, elp-results): Fix typos.
475         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
476         Doc fixes.
478         * msb.el (msb--many-menus): Remove variable.
479         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
480         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
481         (msb--toggle-menu-type): Fix typos in docstrings.
483         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
484         (shadow-insert-var): Doc fixes.
485         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
486         Reflow docstrings.
487         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
489 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
491         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
492         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
493         Fix typos in autoload docstrings.
495         * loadhist.el (unload-feature): Remove redundant check.
497 2007-10-30  Richard Stallman  <rms@gnu.org>
499         * savehist.el (savehist-save): Obey savehist-ignored-variables.
501 2007-10-30  Nick Roberts  <nickrob@snap.net.nz>
503         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
504         (gdb-var-update-handler-1): Use it.
506 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
508         * loadhist.el (unload-feature): Remove erroneous check for the
509         FEATURE-unload-function variable; check the existence of the
510         function (that's what the docstring says, and it makes more sense).
512         * follow.el (follow-unload-function): Add docstring.
513         (follow-unload-function): Remove variable.
515         * server.el (server-unload-function): Remove variable.
516         (server-unload-function): Unbind `server-edit' from `C-x #'.
518         * uniquify.el (uniquify-unload-function): Add docstring.
519         (uniquify-unload-function): Remove variable.
521         * ses.el (ses-unload-function): New function.
523 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
525         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
526         (unsafep-progn, unsafep-let): Fix typos in docstrings.
528         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
529         before use to avoid a warning in packages that require uniquify.
530         (uniquify-unload-function): New function and var.
532 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
534         * loadhist.el (unload-feature-special-hooks):
535         Add `delete-frame-functions'.
537         * server.el (server-unload-function): Rename from `server-unload-hook'
538         and adapt to new `unload-feature' functionality.  Remove hook from
539         `kill-buffer-hook' buffer-locally.
540         (server-unload-hook): Remove.
541         (server-unload-function): New var; replaces `server-unload-hook'.
543 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
545         * desktop.el (uniquify-managed): Pacify byte compiler.
546         (desktop-buffer-info): If the buffer name is managed by uniquify,
547         save the base name, not the uniquified one.
548         (desktop-create-buffer): Allow `rename-buffer' to generate a new
549         name in case of conflict.
551 2007-10-26  Glenn Morris  <rgm@gnu.org>
553         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
554         safe-local-variable property.
556 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
558         * net/browse-url.el (browse-url-browser-function): Delete grail.
559         (browse-url-grail): Function and variable deleted.
560         (browse-url-browser-function): Delete IXI Mosaic.
561         (browse-url-default-browser): Don't try IXI Mosaic.
562         (browse-url-iximosaic): Function deleted.
563         (browse-url-browser-function): Delete MMM.
564         (browse-url-default-browser): Don't try MMM.
565         (browse-url-mmm): Function deleted.
567 2007-10-25  Glenn Morris  <rgm@gnu.org>
569         * progmodes/f90.el (f90-indented-comment-re)
570         (f90-directive-comment-re, f90-break-delimiters):
571         * progmodes/fortran.el (fortran-comment-line-start-skip)
572         (fortran-directive-re):
573         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
574         as safe if they are strings.
576 2007-10-25  Richard Stallman  <rms@gnu.org>
578         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
580 2007-10-24  Richard Stallman  <rms@gnu.org>
582         * savehist.el (savehist-save): Omit unreadable elements.
584         * loadhist.el (unload-function-defs-list): Renamed from
585         unload-function-features-list.
586         (unload-feature-special-hooks, unload-feature): Doc fixes.
588         * indent.el (indent-to-left-margin): If point's in the indentation,
589         move to the end of the indentation.
591         * cus-edit.el (customize-changed-options): Make arg optional.
593 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
595         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
597 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
599         * textmodes/css-mode.el: Require CL.
600         (comment-continue): Declare.
602         * subr.el (make-variable-frame-localizable): Remove.
603         (make-variable-frame-local): Mark obsolete.
605 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
607         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
608         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
610 2007-10-23  Chris Moore  <christopher.ian.moore@gmail.com>
612         * comint.el (comint-password-prompt-regexp):
613         Handle `[sudo] password'-style prompt.
615 2007-10-23  Glenn Morris  <rgm@gnu.org>
617         * progmodes/f90.el (f90-do-indent, f90-if-indent)
618         (f90-type-indent, f90-program-indent)
619         (f90-continuation-indent, f90-comment-region)
620         (f90-beginning-ampersand, f90-smart-end)
621         (f90-break-before-delimiters, f90-auto-keyword-case)
622         (f90-leave-line-no, f90-mode-hook):
623         Give an appropriate safe-local-variable property.
624         (f90-font-lock-keywords-2): Fix `go to' regexp.
626         * progmodes/fortran.el (fortran-tab-mode-default)
627         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
628         (fortran-structure-indent, fortran-continuation-indent)
629         (fortran-comment-indent, fortran-comment-line-extra-indent)
630         (fortran-comment-line-start)
631         (fortran-minimum-statement-indent-fixed)
632         (fortran-minimum-statement-indent-tab)
633         (fortran-comment-indent-char, fortran-line-number-indent)
634         (fortran-check-all-num-for-matching-do)
635         (fortran-blink-matching-if, fortran-continuation-string)
636         (fortran-comment-region, fortran-electric-line-number)
637         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
638         (fortran-analyze-depth, fortran-break-before-delimiters):
639         Give an appropriate safe-local-variable property.
641 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
643         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
644         of the subdirs is unreadable.
646 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
648         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
649         Use window-full-width-p.
651 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
653         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
654         (tpu-edt-off): Use it.
655         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
656         the global-map before adding it to global-map.
658         * menu-bar.el (global-buffers-menu-map): New var.
659         (global-map, menu-bar-update-buffers): Use it.
660         * msb.el (msb-menu-bar-update-buffers): Use it.
661         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
662         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
663         Use with-current-buffer.
665 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
667         * hexl.el (hexl-menu): New major mode menu.
669 2007-10-20  Glenn Morris  <rgm@gnu.org>
671         * progmodes/f90.el (f90-font-lock-keywords-2)
672         (f90-looking-at-type-like): Fix regexp typos.
674 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
676         * bs.el (bs-mode): Add mode name (accidentally left out
677         in the 2007-10-16 change).
679 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
681         * bs.el (bs--track-window-changes): Don't refresh the whole list.
682         (bs-mode): Set mode-class property to special.
684         * follow.el (follow-unload-function): New function.
686         * loadhist.el (unload-function-features-list):
687         Rename from `unload-hook-features-list'.
688         (unload-hook-features-list): Add as obsolete alias.
689         (unload-feature): Use `unload-function-features-list'
690         and new FEATURE-unload-function.
692 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
694         * loadhist.el (unload-feature-special-hooks):
695         Update list of special hooks.
697         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
698         (adaptive-fill-function): Doc fix.  Remove * from docstring.
700 2007-10-18  Glenn Morris  <rgm@gnu.org>
702         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
704 2007-10-17  Aaron Hawley  <aaronh@garden.org>
706         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
707         position is not saved.
709 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
711         * longlines.el (longlines-wrap-follows-window-size): Integer value
712         specifies wrapping margin.
713         (longlines-mode, longlines-window-change-function):
714         Set window-specific wrapping margin based on the above.
716 2007-10-17  John Wiegley  <johnw@newartisans.com>
718         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
720 2007-10-17  Glenn Morris  <rgm@gnu.org>
722         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
723         Tweak regexp to avoid stack overflow.
725 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
727         * simple.el (reindent-then-newline-and-indent): Don't assume that
728         indent-according-to-mode preserves point.
730 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
732         * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
733         (bs--restore-window-config): Keep the selected frame.
734         (bs--track-window-changes, bs--remove-hooks): New functions.
735         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
736         (bs--show-with-configuration): Revert 2006-11-09 change.
737         Don't reuse window unless it is visible on the selected frame.
738         Restore window configuration (possibly in a different frame)
739         before creating any window.
741 2007-10-16  Richard Stallman  <rms@gnu.org>
743         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
744         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
745         (ad-is-advised, ad-get-advice-info-field)
746         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
748 2007-10-16  Glenn Morris  <rgm@gnu.org>
750         * simple.el (blink-matching-open): Don't report false errors with
751         the `$' syntax class.
753 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
755         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
756         (filesets-ormap, filesets-sort-case-sensitive-flag)
757         (filesets-remake-shortcut, filesets-ingroup-collect-files):
758         Fix typos in docstrings.
759         (filesets-data-get-name, filesets-data-get-data)
760         (filesets-data-set, filesets-cmd-query-replace-getargs)
761         (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
763 2007-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
765         * term/mac-win.el: Don't require url when compiling, as url-type is
766         no longer a macro.
768 2007-10-14  Glenn Morris  <rgm@gnu.org>
770         * progmodes/etags.el (select-tags-table): Disable undo in the
771         `*Tags Table List*' buffer.
773 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
775         * dired.el (dired-warn-writable): New face.
776         (dired-warn-writable-face): New variable.
777         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
778         of dired-warning-face, for group- and world-writable files.
780 2007-10-13  Glenn Morris  <rgm@gnu.org>
782         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
783         (octave-re-search-forward-kw, octave-re-search-backward-kw):
784         Add doc string, and an explicit COUNT argument.
785         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
786         `inc' to search functions.
788 2007-10-13  John W. Eaton  <jwe@octave.org>
790         * progmodes/octave-mod.el (octave-looking-at-kw)
791         (octave-re-search-forward-kw, octave-re-search-backward-kw):
792         New functions.
793         (octave-in-defun-p, calculate-octave-indent)
794         (octave-blink-matching-block-open, octave-beginning-of-defun)
795         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
796         to search for regexps that contain case-sensitive keywords.
797         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
798         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
800 2007-10-13  Richard Stallman  <rms@gnu.org>
802         * files.el (directory-abbrev-alist): Doc fix.
804 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
806         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
808 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
810         * frame.el (set-frame-configuration): Assign name parameter only
811         if it has been set explicitly before.
813         * window.el (handle-select-window): Revert part of 2007-10-06
814         change setting the input focus.
816 2007-10-12  Glenn Morris  <rgm@gnu.org>
818         * cus-edit.el (custom-variable-menu, custom-face-menu)
819         (custom-group-menu): Check init-file-user rather than
820         user-init-file, in case cus-edit is loaded by site-run-file.
822 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
824         * follow.el (follow-stop-intercept-process-output):
825         Use `follow-call-process-filter' rather than `process-filter'.
827 2007-10-11  Tom Tromey  <tromey@redhat.com>
829         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
830         frame is visible.
832 2007-10-10  Richard Stallman  <rms@gnu.org>
834         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
835         in *Backtrace*.
837         * faces.el (face-font-selection-order): Doc fix.
839         * loadhist.el (unload-feature): Doc fix.
841 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
843         * ps-print.el: Fix the usage of :foreground and :background face
844         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
845         (ps-print-version): New version 6.7.6.
846         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
847         Fix code.
848         (ps-face-foreground-color-p, ps-face-background-color-p)
849         (ps-face-color-p): New inline funs.
851 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
853         * follow.el: Change all instances of "Follow Mode" to "Follow
854         mode" in docstrings and messages.
856 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
858         * faces.el (face-font-selection-order): Doc fix.
860         * follow.el (follow-mode-hook, follow-mode): Doc fixes.
861         (follow-mode-off-hook): Mark as obsolete.
863 2007-10-08  Richard Stallman  <rms@gnu.org>
865         * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
866         (edebug-install-custom-print, edebug-reset-print-funcs)
867         (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
868         Functions deleted.
869         (edebug-prin1, edebug-print, edebug-prin1-to-string)
870         (edebug-format, edebug-message): Define directly as aliases.
872 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
874         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
876 2007-10-07  Glenn Morris  <rgm@gnu.org>
878         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
879         version numbers.
881 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
883         * net/tramp.el (tramp-completion-mode): Extend doc-string.
884         (tramp-completion-mode-p): Revert change from 2007-09-24.
885         Checking for `return' etc as last character is not sufficient, for
886         example in dired-mode when entering <g> (revert-buffer) or
887         <s> (dired-sort).
889 2007-10-06  Martin Rudalics  <rudalics@gmx.at>
891         * window.el (mouse-autoselect-window-cancel): Don't cancel for
892         select-window or select-frame events.
893         (handle-select-window): When autoselecting window set input
894         focus.  Restructure.
896         * frame.el (focus-follows-mouse): Moved to frame.c.
897         * cus-start.el (all): Add focus-follows-mouse.
899 2007-10-05  Chris Moore  <dooglus@gmail.com>
901         * server.el (server-kill-new-buffers): Doc fix.
903 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
905         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
906         activate font-locking in the *buffer-selection* buffer.
907         (bs-show-sorted): Doc fix.
909         * bs.el (bs--get-marked-string, bs--get-modified-string)
910         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
911         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
912         (bs--format-aux): Doc fix.
914 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
916         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
918 2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
920         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
922 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
924         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
925         (gud-gdb): New function for old M-x gdb (text command mode).
926         (gud-gdb-command-name, gdb): Move to...
928         * progmodes/gdb-ui.el: ...here and adapt doc string.
929         (gud-gdba-command-name, gdba): Delete.
931 2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
933         * bs.el: Don't defvar `font-lock-verbose'.
934         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
935         (bs--get-file-name): Fix typos in docstrings.
936         (bs--show-header): Use `dolist' instead of `mapcar'.
937         (bs-mode): Set `show-trailing-whitespace' to nil.
938         (bs-buffer-sort-function, bs-mouse-select-other-frame)
939         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
940         Doc fixes.
942 2007-10-02  Adam Hupp  <adam@hupp.org>  (tiny change)
944         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
946 2007-10-02  Nick Roberts  <nickrob@snap.net.nz>
948         * progmodes/gud.el (gdb): Make graphical mode the default and
949         switch to text command mode if appropriate, i.e., reverse previous
950         arrangement.
951         (gud-gdb-marker-filter): Adapt for above change.
953         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
954         gud-minor-mode and gud-marker-filter.
955         (gdb-fullname-regexp): New variable.
956         (gud-gdba-marker-filter): Use it to switch to text command
957         mode if appropriate.
959 2007-10-02  Richard Stallman  <rms@gnu.org>
961         * frame.el (cursor-in-non-selected-windows): Doc fix.
963 2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
965         * progmodes/gud.el (gud-display-line): Find source buffer even when
966         GUD buffer has its own frame.
968 2007-10-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
970         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
972 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
974         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
976 2007-09-29  Martin Rudalics  <rudalics@gmx.at>
978         * allout.el (allout-before-change-handler): Replace got-char by
979         goto-char.
981 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
983         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
984         Used to try and automatically enabled smerge-mode in the presence of
985         conflicts and to call `svn resolved' when the conflicts are gone.
986         (vc-svn-parse-status): Remember the svn-specific status.
988         * newcomment.el (comment-choose-indent): New function extracted
989         from comment-indent.  Improve the alignment algorithm.
990         (comment-indent): Use it.
992 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
994         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
995         (eldoc-message-commands, eldoc-current-idle-delay):
996         Fix typos in docstrings.
998         * progmodes/python.el (python-eldoc-function): Doc fix.
1000 2007-09-26  Eli Zaretskii  <eliz@gnu.org>
1002         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1003         menu-bar-apropos-menu.  All users changed.
1004         (menu-bar-help-menu): Change menu symbols to better match the text
1005         displayed by the menu.
1007 2007-09-25  Glenn Morris  <rgm@gnu.org>
1009         * view.el (view-search-no-match-lines): Add a doc string.
1010         Rewrite to simplify and work better.
1012 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
1014         * net/tramp.el (tramp-completion-mode-p): Rename from
1015         `tramp-completion-mode'.  Revert logic, check `return', `newline'
1016         and such alike.  Packages like Icicles tend to use other completion
1017         characters but `tab' and `space' only.
1018         (top): Require cl.el, when `copy-tree' is not available otherwise.
1020         * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1021         `ad-get-arg'.
1023 2007-09-24  Ville Skytt\e,Ad\e(B  <scop@xemacs.org>  (tiny change)
1025         * net/tramp-vc.el (tramp-vc-user-login-name):
1026         Use `vc-find-version' instead of `process-file' to check whether we
1027         have a new enough vc that doesn't need the defadvice.
1029 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
1031         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1032         #, @, : and ^.
1034 2007-09-23  Glenn Morris  <rgm@gnu.org>
1036         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1038 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
1040         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1042         * log-view.el (log-view-mode-map): Likewise.
1044         * diff-mode.el (diff-mode-shared-map): Likewise.
1046 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1048         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1049         add inferior-octave-directory-tracker to the buffer-local value
1050         of comint-input-filter-functions.
1052 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
1054         * files.el (file-name-sans-versions): Also allow `A-Z'.
1056         * vc.el: Mention all supported VC backends.
1058 2007-09-22  Richard Stallman  <rms@gnu.org>
1060         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1061         neighbouring buttons.
1063 2007-09-22  Andreas Schwab  <schwab@suse.de>
1065         * files.el (file-name-sans-versions): Also allow `_'.
1067 2007-09-22  Glenn Morris  <rgm@gnu.org>
1069         * eshell/esh-mode.el (eshell-output-filter-functions):
1070         Add eshell-postoutput-scroll-to-bottom.
1072 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
1074         * files.el (file-name-sans-versions): Allow - and a-z in version names.
1076         * log-view.el (log-view-mode-map, log-view-mode-menu):
1077         Bind log-view-annotate-version.
1078         (log-view-beginning-of-defun, log-view-end-of-defun)
1079         (log-view-annotate-version): New functions.
1080         (log-view-mode): Use log-view-beginning-of-defun and
1081         log-view-end-of-defun.
1083 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1085         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1087 2007-09-21  Kevin Ryde  <user42@zip.com.au>
1089         * international/mule.el (sgml-html-meta-auto-coding-function):
1090         Bind `case-fold-search' to t.
1092 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1094         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1095         neighbouring buttons.
1097         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1098         Recognize gcc's use of "note" for informational messages.
1100 2007-09-20  Glenn Morris  <rgm@gnu.org>
1102         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1103         motion functions, rather than hard-coding "\n\n".
1104         (tex-validate-region): Check for eobp, to speed up.
1105         (tex-next-unmatched-end): Doc fix.
1107 2007-09-19  Glenn Morris  <rgm@gnu.org>
1109         * textmodes/tex-mode.el (tex-terminate-paragraph):
1110         Use backward-paragraph.
1112 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1114         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1115         (css-mode): Update correspondingly.
1117 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1119         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1121         * vc-hooks.el (vc-menu-entry): New var.
1122         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1123         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1124         (vc-menu-map): Declare and initialize in one step.
1126         * menu-bar.el (vc-menu-map): Don't setup any more.
1127         Instead, just create the proper spot in the menu.
1129 2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
1130             Stefan Monnier  <monnier@iro.umontreal.ca>
1132         * vc.el: Document new VC operation `extra-menu'.
1134         * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1136 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1138         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1139         Signed-off-by, Acked-by and Merge.
1141 2007-09-17  Glenn Morris  <rgm@gnu.org>
1143         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1144         filename from `--file-line-error', if it is available.
1146 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
1148         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1149         TeX `--file-line-error' format.
1151 2007-09-17  Glenn Morris  <rgm@gnu.org>
1153         * textmodes/tex-mode.el (tex-region): Simplify previous change,
1154         handling the case where the region is not in `tex-main-file'.
1155         (tex-region-1): Delete.
1156         (tex-region-header): New function, doing the header part of the
1157         old tex-region-1.
1159 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1161         * ediff-init.el (ediff-verbose-p): This var is not a constant.
1163 2007-09-16  Drew Adams  <drew.adams@oracle.com>
1165         * cus-edit.el (custom-face-edit-activate): Doc fix.
1167 2007-09-16  Glenn Morris  <rgm@gnu.org>
1169         * textmodes/tex-mode.el (tex-region): Handle the case where the
1170         region is not in `tex-main-file'.  Move the old code that applies
1171         to both cases...
1172         (tex-region-1): ...to this new function.
1174 2007-09-15  Martin Rudalics  <rudalics@gmx.at>
1176         * simple.el (blink-matching-open): Don't display message when no
1177         paren is found within blink-matching-paren-distance characters.
1178         Don't search prompt in blink-matching-paren-distance nil case.
1180 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
1182         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1184 2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1186         * vc-mtn.el: New file.
1188         * vc-hooks.el (vc-handled-backends): Add Mtn.
1190 2007-09-13  Eli Zaretskii  <eliz@gnu.org>
1192         * files.el (find-file, find-file-other-window)
1193         (find-file-other-frame, find-file-existing, find-file-read-only)
1194         (find-file-read-only-other-window)
1195         (find-file-read-only-other-frame)
1196         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1198 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
1200         * man.el (Man-default-man-entry): At end of line, continue looking
1201         to the next line for possible end of hyphenated command.
1203 2007-09-13  Chris Moore  <dooglus@gmail.com>
1205         * shell.el (shell-resync-dirs): Don't move the cursor relative to
1206         the command being edited.
1208 2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
1210         * progmodes/gud.el (gdb-ready): New variable.
1211         (gdb): Set it to nil.  Set gud-running to nil here...
1212         (gud-common-init): ...instead of here.
1214         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1215         Use gdb-ready.  Discard input until GDB is ready to accept it.
1217 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
1219         * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1220         C-M-S- keys.
1222 2007-09-12  Martin Rudalics  <rudalics@gmx.at>
1224         * dired.el (dired-warning): Inherit from font-lock-warning-face to
1225         make it show up with eight colors.
1227 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1229         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1230         diffs are concatenated with no intervening line.
1232 2007-09-10  Dave Love  <fx@gnu.org>
1234         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1235         (python-font-lock-keywords): Update to the 2.5 version of the language.
1236         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1237         (python-backspace): Only behave funny in code.
1238         (python-compilation-regexp-alist): Add PDB stack trace regexp.
1239         (inferior-python-mode): Add PDB prompt regexp.
1240         (python-fill-paragraph): Refine the fenced-string regexp.
1241         (python-find-imports): Handle imports spanning several lines.
1242         (python-mode): Add `class' to hideshow support.
1244 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1246         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1247         add-log-buffer-file-name-function rather than bind buffer-file-name,
1248         so we dont end up calling change-log-mode in *cvs* when `fi' is the
1249         ChangeLog file itself.
1251         * outline.el (outline-flag-region): Use front-advance.
1253 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
1255         * progmodes/cperl-mode.el: Merge upstream 5.23.
1256         (cperl-where-am-i): Remove function.
1257         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1258         (cperl-sniff-for-indent): De-invert [string] and [comment].
1259         When looking for label, skip s:m:y:tr.
1260         (cperl-indent-line): Likewise.
1261         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1262         (cperl-windowed-init): Wrong `ps-print' handling.
1263         Both thanks to Chong Yidong.
1264         (cperl-look-at-leading-count): Could fail with unfinished RExen.
1265         (cperl-find-pods-heres): If the second part of s()[] is missing,
1266         don't try to highlight delimiters...
1268 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1270         * progmodes/compile.el (compilation-get-file-structure): Complete last
1271         change by also using spec-directory in the puthash.
1273 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
1275         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1276         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1277         (vc-bzr-status): Fix shadowing of variable 'status'.
1278         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1279         Use `expand-file-name' instead of `concat'.
1280         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1281         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
1283 2007-09-05  Jason Rumney  <jasonr@gnu.org>
1285         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1287 2007-09-02  Richard Stallman  <rms@gnu.org>
1289         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1290         Add `safe-local-variable' property.
1291         (lisp-body-indent): Likewise.
1293 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1295         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1296         prev/next-node.
1298         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1299         (x-gtk-map-stock): New function.
1301 2007-09-02  Glenn Morris  <rgm@gnu.org>
1303         * comint.el (comint-mode): Don't set scroll-conservatively.
1305         * eshell/em-unix.el (eshell/time): Stringify and flatten the
1306         non-command arguments.
1308 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
1310         * emacs-lisp/bytecomp.el (byte-recompile-directory):
1311         Fix bug: Don't expand top-level file name more than once.
1312         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1314 2007-09-01  Richard Stallman  <rms@gnu.org>
1316         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1317         Add doc string.
1319 2007-08-30  Richard Stallman  <rms@gnu.org>
1321         * speedbar.el (speedbar-frame-reposition-smartly)
1322         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1323         (speedbar-check-vc): Don't use dframe-xemacsp.
1325 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
1327         * files.el (backup-buffer-copy): Try to overwrite old backup first.
1329 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
1331         * repeat.el (repeat): Use last-repeatable-command instead of
1332         real-last-command.  Run pre- and post-command hooks for
1333         self-insertion.  Update doc-string.
1335 2007-08-28  Glenn Morris  <rgm@gnu.org>
1337         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1339 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
1341         * vc-git.el (vc-git-state): Call git-add --refresh to update the
1342         state of the file.
1343         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1344         (vc-git-create-repo): Fix invalid command.
1346 2007-08-27  Richard Stallman  <rms@gnu.org>
1348         * textmodes/flyspell.el (flyspell-mode):
1349         Catch errors in flyspell-mode-on.
1351 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
1353         * progmodes/modula2.el (m2-definition, m2-module):
1354         Don't use previous-line.  Reported by T. V. Raman.
1356 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1358         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1359         argument to tool-bar-mode call.
1361 2007-08-27  Glenn Morris  <rgm@gnu.org>
1363         * diff-mode.el (diff-find-file-name): Only accept regular files,
1364         to rule out /dev/null, directories, etc.
1366 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
1368         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1369         safe-local-variable setting.
1370         * progmodes/perl-mode.el (perl-indent-level): Likewise.
1372 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1374         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1375         of buffers in uniquify-managed.
1377         * simple.el (invisible-p): Rename from text-invisible-p.
1378         Update callers.
1380 2007-08-25  Alan Mackenzie  <acm@muc.de>
1382         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1383         new language variable.
1385         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
1386         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1387         "extern" etc., rather than BOI.  Fix addition of spurious
1388         syntactic-symbol 'defun-block-intro, replacing it with
1389         'innamespace, etc.
1391 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
1393         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1394         Don't behave differently when executed via M-x.  Add doc string.
1396 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
1398         * files.el (backup-buffer-copy): Don't wrap delete in
1399         condition-case, only try to delete if file exists.
1401 2007-08-24  Glenn Morris  <rgm@gnu.org>
1403         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1405 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1407         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1408         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1409         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1410         (cperl-etags-goto-tag-location): Use new style backquotes.
1412         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
1413         (dynamic-completion-table): Use it it.
1415         * net/browse-url.el: Remove spurious * in custom docstrings.
1416         (browse-url-filename-alist): Use new-style backquote.
1418         * emacs-lisp/backquote.el (backquote-unquote-symbol)
1419         (backquote-splice-symbol): Clarify they're not new-style unquotes.
1421         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1422         (\,@): Backslash the , and ,@ which are not new-style unquotes.
1424         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1426         * net/socks.el (socks-username/password-auth-filter):
1427         Remove unused vars `state' and `desired-len'.
1428         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1429         (socks-wait-for-state-change): Use new-style backquotes.
1431         * pcvs.el (cvs-mode-status): Fix long-standing typo.
1433         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1434         backquotes after each `read' rather than once per buffer.
1436         * dframe.el: Remove spurious * in custom docstrings.
1437         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1438         (dframe-xemacs20p): Remove, inline at the sole use point.
1439         (defface): Don't defvar the face, don't use old-style backquote.
1440         (defcustom): Don't use old-style backquote.
1441         (dframe-frame-parameter, dframe-mouse-event-p):
1442         Make it obvious that it's always defined.
1443         (dframe-popup-kludge): New function to replace
1444         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1445         (dframe-frame-mode, dframe-set-timer-internal)
1446         (dframe-mouse-set-point): Remove use of with-no-warnings from
1447         XEmacs-specific code.
1448         (dframe-set-timer-internal): Fix very old bug with
1449         post-command-idle-hook.
1451         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1453 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
1455         * image-mode.el (image-minor-mode): Use image-mode-text-map.
1457 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
1459         * sort.el (sort-fold-case, sort-numeric-base): Mark as
1460         safe-local-variable.
1462 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1464         * net/browse-url.el (browse-url-emacs): New function.
1466 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1468         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1469         warning if the file uses old style backquotes.
1471         * emacs-lisp/bytecomp.el (byte-compile-log-file)
1472         (byte-recompile-directory, byte-compile-file)
1473         (byte-compile-from-buffer): Use with-current-buffer.
1475         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1476         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1477         (line-move-1, line-move-finish, line-move-to-column)
1478         (move-end-of-line, move-beginning-of-line): Use new name.
1480 2007-08-22  Glenn Morris  <rgm@gnu.org>
1482         * files.el (backup-buffer-copy): Check backup directory is
1483         writable, to avoid infloop deleting old backup.
1485         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1486         movemail related variables.
1487         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1488         will now be set before this is called.
1490 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1492         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1494         * progmodes/ada-mode.el: Fix up comment style in header.
1495         (ada-check-emacs-version): Remove.
1496         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1497         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1498         to try and quieten the byte-compiler.
1499         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1501         * vc.el (vc-annotate-warp-version): Don't use previous-line.
1503 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
1505         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1506         extracted from `eval-last-sexp-1'.
1507         (eval-last-sexp-1): Call `preceding-sexp'.
1509 2007-08-19  Glenn Morris  <rgm@gnu.org>
1511         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1512         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1513         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
1514         shadow files messing up the compilation.
1516 2007-08-18  Glenn Morris  <rgm@gnu.org>
1518         * progmodes/scheme.el (scheme-mode-variables):
1519         Set font-lock-comment-start-skip.
1521 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
1523         * progmodes/ada-mode.el (ada-create-syntax-table):
1524         Move set-syntax-table from here to ...
1525         (ada-mode): ... here.  Don't change global value of comment-multi-line.
1526         Call new function ada-initialize-syntax-table-properties.
1527         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1528         (ada-deactivate-properties, ada-initialize-properties):
1529         Replace by new functions ...
1530         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1531         (ada-initialize-syntax-table-properties): ... to set up syntax-table
1532         properties uniformly, independently from whether font-lock-mode
1533         is enabled or not.  Handle read-only buffers and do not change
1534         undo-list when setting syntax-table properties.
1535         (ada-after-change-function): Use ada-set-syntax-table-properties.
1537 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1539         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1540         (cperl-find-pods-heres): Fix an error when typing expressions like
1541         `s{a}{b}'.
1543 2007-08-17  Glenn Morris  <rgm@gnu.org>
1545         * progmodes/compile.el (compilation-get-file-structure): Make use
1546         of the directory part when checking for an existing entry, to
1547         handle files with same basename in different directories.
1549 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1551         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1552         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1553         (ps-paragraph-spacing): Docstring fix.
1555 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1557         * smerge-mode.el (smerge-resolve): New arg `safe'.
1558         (smerge-resolve-all, smerge-batch-resolve): New function.
1559         (smerge-refine): Make sure `diff' returns the expected result.
1560         (smerge-parsep-re): New const.
1561         (smerge-mode): Use it to adjust paragraph-separate.
1563         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1564         Correctly match / regexp matchers as first char on a line when
1565         fontifying only that line.
1567         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1569 2007-08-16  Glenn Morris  <rgm@gnu.org>
1571         * ps-print.el (ps-font-size): Doc fix.
1573 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1575         * vc-bzr.el: Don't fiddle with vc-handled-backend.
1576         (vc-bzr-registered): Don't redundantly protect against
1577         file-error.  Actually use the format-specific code.
1578         (vc-bzr-buffer-nonblank-p): Remove.
1579         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1581 2007-08-15  Glenn Morris  <rgm@gnu.org>
1583         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1584         sloppier, for the sake of GNU Mailman.
1585         (rmail-digest-rfc1153): Initialize `result' correctly.
1587 2007-08-14  Glenn Morris  <rgm@gnu.org>
1589         * simple.el (bad-packages-alist): New constant.
1590         (bad-package-check): New function.  Together, these two add
1591         elements to `after-load-alist' to check for problematic external
1592         packages.
1593         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1595 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
1597         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1598         optional quotes around files in NEED-UPDATE . REMOVED case.
1600         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1601         (ada-treat-cmd-string): Improve error message.
1602         (ada-do-file-completion): Call `ada-require-project-file', so
1603         project variables are set properly.
1604         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1605         (ada-gnatfind-buffer-name): New constant.
1606         (ada-find-any-references): Use new constant.  Set buffer name
1607         properly in compilation-start.  Toggle read-only properly.
1608         (ada-find-in-src-path): Fix spelling error in docstring.
1610         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1611         by zero error.
1613 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
1615         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1617 2007-08-12  Richard Stallman  <rms@gnu.org>
1619         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1620         (cvs-execute-single-file): Use new name split-string-and-unquote.
1621         (cvs-header-msg): Use new name combine-and-quote-strings.
1623         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1625         * progmodes/gud.el (gud-common-init): Use new name
1626         split-string-and-unquote.
1628         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1629         in javac regexp.
1631         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1632         combine-and-quote-strings and split-string-and-unquote.
1634         * subr.el (combine-and-quote-strings): Rename from strings->string.
1635         (split-string-and-unquote): Rename from string->strings.
1637 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1639         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1640         to buffer-local settings.
1642         * emacs-lisp/backquote.el (backquote-delay-process): New function.
1643         (backquote-process): Add internal arg `level'.  Use the two to
1644         correctly handle nested backquotes.
1646 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
1648         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1649         (vc-bzr-state-words): Add "kind changed" state word.
1650         (vc-bzr-status): New function.  Return Bzr idea of file status,
1651         which is different from VC's.
1652         (vc-bzr-state): Use vc-bzr-status.
1653         (vc-workfile-unchanged-p): Use vc-bzr-status.
1654         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1655         (vc-dired-state): Process "kind changed" state word.
1657 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1659         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1661         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1662         Move from vc-default-find-file-not-found-hook.
1664 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1666         * url/url-auth.el (url-basic-auth): When prompting for username
1667         and password, default to the username and password in the URL.
1669 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1671         * man.el: Remove spurious * in docstrings.
1672         Merge defvars and toplevel setq-defaults.
1673         (Man-highlight-references0): Limit=nil rather than point-max.
1674         (Man-mode-map): Move initialization into the declaration.
1675         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1676         (Man-view-header-file): Use expand-file-name rather than concat.
1677         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1679         * man.el (Man-next-section): Make sure we do not move backward.
1681 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1683         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1684         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1685         ps-print-color-p is neither nil nor black-white.  Reported by Christian
1686         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1688 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1690         * files.el (auto-mode-alist): Use the purecopied text (duh!).
1692 2007-08-08  Andreas Schwab  <schwab@suse.de>
1694         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1695         self-insert-command, not self-insert.
1697 2007-08-08  Glenn Morris  <rgm@gnu.org>
1699         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1701         * Replace `iff' in doc-strings and comments.
1703         * help-mode.el (help-make-xrefs): Search for symbol constituents,
1704         rather than just `-'.
1706 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
1708         * dired.el (dired-pop-to-buffer):
1709         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1710         * calendar/calendar.el (generate-calendar-window):
1711         * progmodes/compile.el (compilation-set-window-height):
1712         * textmodes/two-column.el (2C-two-columns, 2C-merge):
1713         Use window-full-width-p instead of comparing frame-width and
1714         window-width.
1716         * progmodes/compile.el (compilation-find-buffer): Remove extra
1717         argument in call to compilation-buffer-internal-p.
1719 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
1721         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1722         parameters IDENTIFICATION and CONNECTED.
1723         (tramp-handle-insert-file-contents): VISIT must be handled after
1724         insertion of the local copy.  Reported by Peter Gordon
1725         <peter@pg-consultants.com>.
1726         (tramp-file-name-handler): No special handling for
1727         `expand-file-name'.  But for `file-name-as-directory'.
1728         (tramp-find-shell, tramp-open-connection-telnet)
1729         (tramp-open-connection-rsh, tramp-open-connection-su)
1730         (tramp-open-connection-multi)
1731         (tramp-open-connection-setup-interactive-shell): Guard against
1732         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
1733         <steve@sxemacs.org>.
1734         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1735         the hint.
1737         * net/trampver.el: Update release number.
1739 2007-08-07  Tom Tromey  <tromey@redhat.com>
1741         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1742         Add safe-local-variable property.
1744 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
1746         * image-mode.el (image-toggle-display): Use image-refresh.
1748         * longlines.el (longlines-decoded): New variable.
1749         (longlines-mode): Avoid encoding or decoding the buffer twice.
1751 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
1753         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1754         unofficial version.
1755         (vc-bzr-command): Remove redundant setting of process-connection-type.
1756         (vc-bzr-admin-checkout-format-file): Add autoload.
1757         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1758         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1759         (vc-bzr-registered): Compare dirstate format tag with known good
1760         value, abort parsing if match fails.  Warn user in docstring.
1761         (vc-bzr-workfile-version): Case for different Bzr branch formats.
1762         See bzrlib/branch.py in Bzr sources.
1763         (vc-bzr-diff): First argument FILES may be a string rather than a list.
1764         (vc-bzr-shell-command): Remove in favor of
1765         vc-bzr-command-discarding-stderr.
1766         (vc-bzr-command-discarding-stderr): New function.
1768 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
1770         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1771         program, and return nil
1772         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1773         (vc-bzr-state): Look for path names relative to the repository
1774         root after status keyword.
1775         (vc-bzr-file-name-relative): New function.
1776         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1777         depend on it.
1778         (vc-bzr-admin-dirname, ...-checkout-format-file)
1779         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1780         files that we now parse directly for speed.
1781         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1782         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1783         (vc-bzr-state): "bzr status" successful only if exitcode is 0
1784         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
1785         Bzr warnings, so we must discard it.
1786         (vc-bzr-workfile-version): Speedup counting lines from
1787         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1788         if that file doesn't exist.
1789         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1790         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
1791         (not ".bzr"!) to `vc-directory-exclusion-list'
1792         (vc-bzr-shell-command): New function.
1794 2007-08-06  Tom Tromey  <tromey@redhat.com>
1796         * diff-mode.el (diff-unified->context, diff-reverse-direction)
1797         (diff-fixup-modifs): Typo in docstring.
1799 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1801         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1802         count-screen-lines.
1803         (tpu-edt-off): Disable relevant pieces of advice.
1805         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1806         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
1807         (newline, newline-and-indent, do-auto-fill): Use advice instead of
1808         redefining the function.
1809         (tpu-set-scroll-margins): Activate the pieces of advice.
1811 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
1813         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1814         process-filter.
1816 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
1818         * help.el (resize-temp-buffer-window): Use window-full-width-p
1819         instead of comparing frame-width and window-width.
1821 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com>  (tiny change)
1823         * term.el: Honor term-default-fg-color and term-default-bg-color
1824         settings when modifying term-current-face.
1825         (term-default-fg-color, term-default-bg-color): Initialize from
1826         default term-current-face.
1827         (term-mode, term-reset-terminal): Set term-current-face with
1828         term-default-fg-color and term-default-bg-color.
1829         (term-handle-colors-array): term-current-face has term-default-fg-color
1830         and term-default-bg-color after reset escape sequence.
1831         (term-handle-colors-array): Set term-current-color with
1832         term-default-fg/bg-color instead of ansi-term-color-vector when the
1833         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1835 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
1837         * files.el (set-auto-mode): Handle also remote files wrt
1838         `auto-mode-alist'.
1840         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1841         remote identification.
1843 2007-08-04  Glenn Morris  <rgm@gnu.org>
1845         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1846         zero, not nil, when the library is first loaded.  Check for a file
1847         that has been modified on disk.
1849         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1850         Remove duplicate defvar preventing initialization.
1851         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1853 2007-08-03  Miles Bader  <miles@gnu.org>
1855         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1856         backend names for new backends to `Git', `Hg', and `Bzr'.
1857         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1858         not `HG'.
1859         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1860         name, not `GIT'.
1861         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1862         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1864 2007-08-03  Glenn Morris  <rgm@gnu.org>
1866         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1868 2007-08-02  Richard Stallman  <rms@gnu.org>
1870         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1871         to update deleted flag.
1873         * cus-edit.el (customize-apropos, customize-apropos-options)
1874         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1876         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1878         * startup.el (fancy-splash-head, startup-echo-area-message):
1879         Change message text.
1881         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1882         All callers use line-move.
1884         * progmodes/compile.el (compilation-find-buffer): Return current
1885         buffer immediately if suitable.
1886         (compile, compilation-buffer-name, compilation-start): Doc fixes.
1888 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1890         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1891         Make it more discriminating and more useful.
1892         (vc-bzr-root-dir): Use new name.
1893         (vc-bzr-registered): Use new name and look at the dirstate file to
1894         determine if it's registered or not without running `bzr'.
1896 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1898         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1900 2007-07-31  Drew Adams  <drew.adams@oracle.com>
1902         * cus-edit.el (custom-group-value-create, custom-goto-parent):
1903         Fix parent groups link.
1905 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
1907         * faces.el (face-normalize-spec): New function.
1908         (frame-set-background-mode): Normalize face-spec before calling
1909         face-spec-match-p.
1911 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1913         * vc-bzr.el: New file (copied from the trunk).
1915         * vc-hooks.el (vc-handled-backends): Add BZR.
1916         (vc-find-file-hook): Failsafe if the backend's `registered'
1917         function burps.
1919         * server.el (server-window): Add switch-to-buffer-other-frame option.
1921 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
1923         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1924         (vc-git-revision-completion-table): Enable.
1926         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1928         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1930         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1931         (vc-hg-registered): Set the vc-state property.
1933         * diff-mode.el (diff-mode-menu): New entries.
1935 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1937         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1938         (diff-file-kill): Use it.
1939         (diff-beginning-of-hunk): Add arg `try-harder' using it.
1940         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1941         Use it so they find the hunk even when we're in the file header.
1943         * vc.el: Add new VC operation `revision-completion-table'.
1944         (vc-default-revision-completion-table): New function.
1945         (vc-version-diff, vc-version-other-window): Use it to provide
1946         completion of revision names if the backend provides it.
1948         * vc-arch.el (vc-arch--version-completion-table)
1949         (vc-arch-revision-completion-table): New functions to provide
1950         completion of revision names.
1952         * vc-cvs.el: Require CL.
1953         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1954         New functions to provide completion of revision names.
1956 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
1958         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1959         (copyright-fix-years, copyright): Correctly handle the case where
1960         copyright-limit is nil.
1962 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
1964         * progmodes/python.el (run-python): Fix path separator under w32.
1966 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
1968         * vc-git.el: New File.
1970 2007-07-28  Alan Mackenzie  <acm@muc.de>
1972         Fix problem with modes derived from CC Mode:
1973         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1974         macro to cc-langs.
1975         (c-init-language-vars-for): Remove call to above macro.
1976         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1977         been moved to here.
1978         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1980 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
1982         * net/trampver.el: Fix the `coding' cookie.
1984 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
1986         * add-log.el (change-log-redate): Remove (not needed anymore and
1987         doesn't appear to work).
1989 2007-07-25  Glenn Morris  <rgm@gnu.org>
1991         * Relicense all FSF files to GPLv3 or later.
1993         * COPYING: Switch to GPLv3.
1995 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1997         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1998         Replace it with another one which disables undo before calling
1999         erase-buffer and then turns it back on if needed.
2001 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2003         * ps-print.el: Problem with foreground and background color when
2004         printing a buffer with and without faces.  Reported by Christian
2005         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2006         (ps-print-version): New version 6.7.5.
2007         (ps-default-fg): Change default value to nil, so black color is used
2008         when a face does not specify a foreground color.
2009         (ps-default-bg): Change default value to nil, so white color is used
2010         for background color.
2011         (ps-begin-job): Fix code.
2013 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
2015         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2017 2007-07-24  Alan Mackenzie  <acm@muc.de>
2019         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2020         Initialise byte-compile-unresolved-functions before rather than
2021         after a compilation.
2022         (byte-compile-unresolved-functions): Amplify doc string.
2024 2007-07-24  Glenn Morris  <rgm@gnu.org>
2026         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2027         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2028         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2029         (cal-tex-cursor-week, cal-tex-cursor-week2)
2030         (cal-tex-cursor-week-iso, cal-tex-week-hours)
2031         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2032         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2033         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2035 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2037         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2039 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2041         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2042         underlying file is uptodate.
2044 2007-07-23  Richard Stallman  <rms@gnu.org>
2046         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2048 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2050         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2051         (sh-font-lock-flush-syntax-ppss-cache): New funs.
2052         (sh-font-lock-syntactic-keywords): Use them to distinguish the
2053         different possible cases for \'.
2054         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2056         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2057         `file' from which to start the search and fix case where `file' is the
2058         current directory and the root as well.
2060         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2061         name for buffer-file-name if it refers to a directory.
2063 2007-07-22  Jason Rumney  <jasonr@gnu.org>
2065         * w32-fns.el (set-default-process-coding-system): Use dos line ends
2066         for input to cmdproxy on all versions of Windows.
2067         Use dos line ends for input to plink.
2069         * comint.el (comint-simple-send): Concat newline before sending.
2070         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2072 2007-07-22  Juri Linkov  <juri@jurta.org>
2074         * isearch.el (isearch-edit-string): Save old point and
2075         isearch-other-end to old-point and old-other-end before reading
2076         the search string from minibuffer.  After exiting minibuffer set
2077         point to old-other-end if point and the search direction is the
2078         same as before reading the search string.
2079         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
2080         to isearch-other-end.  Instead of isearch-search-and-update call
2081         three functions isearch-search, isearch-push-state and isearch-update.
2083 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
2085         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2086         destroying an existing buffer.
2088 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2090         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2092         * term/x-win.el (x-handle-no-bitmap-icon): New function.
2094 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
2096         * textmodes/reftex.el (reftex-access-parse-file): Create parse
2097         file in a way that does not interfere with recentf.
2099 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2101         * image-dired.el (image-dired-sane-db-file): New func.
2102         (image-dired-write-tags, image-dired-remove-tag)
2103         (image-dired-list-tags, image-dired-write-comments)
2104         (image-dired-get-comment, image-dired-mark-tagged-files)
2105         (image-dired-create-gallery-lists): Call new func.
2106         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2108 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2110         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2111         (vc-hg-dir-state): Fix loop.
2112         (vc-hg-print-log): Fix expected return value for vc-hg-command.
2113         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2114         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2115         (vc-hg-revert): Likewise.
2116         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2118 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2120         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2121         case of alignment under a constant symbol, find and consider
2122         the sexp actually at indentation to be the "last sexp".
2124 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
2126         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2127         (install): Use them to copy all *.el files before *.elc.
2128         (clean): Don't delete *~.
2130 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
2132         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2134 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
2136         * vc-hg.el (vc-hg-registered): Replace if with when.
2137         (vc-hg-state): Deal with nonexistent files.
2139 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
2141         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2142         (follow-delete-other-windows-and-split, follow-recenter)
2143         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2144         (follow-redisplay, follow-estimate-first-window-start)
2145         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2146         Fix typos in docstrings.
2148 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
2150         * bookmark.el (bookmark-show-all-annotations):
2151         Make sure each inserted annotation ends with newline.
2153         (bookmark-maybe-sort-alist): Don't modify
2154         bookmark-alist.  Instead, if not sorting, simply return it.
2155         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2156         for its return value, not for its side effect.
2158 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
2160         * vc.el: Add more info about the vc-registered function.
2162 2007-07-16  David Kastrup  <dak@gnu.org>
2164         * emacs-lisp/advice.el (defadvice): Doc fix.
2166 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
2168         * subr.el (when, unless): Doc fix.
2170 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
2172         * vc-hg.el (vc-hg-state): Handle removed files.
2173         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2174         (vc-hg-checkout): Re-enable.
2176 2007-07-15  Richard Stallman  <rms@gnu.org>
2178         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2180         * tutorial.el (tutorial--find-changed-keys):
2181         Handle C-x specially like ESC.
2183 2007-07-15  Roland McGrath  <roland@frob.com>
2185         * add-log.el (add-change-log-entry): Check add-log-full-name
2186         and add-log-mailing-address later, after change-log-mode-hook.
2188 2007-07-15  Richard Stallman  <rms@gnu.org>
2190         * isearch.el (isearch-mode, isearch-done):
2191         Delete unintended code in previous change.
2193         * ps-print.el (ps-default-bg): Change to White.
2195 2007-07-15  Aaron Hawley  <aaronh@garden.org>
2197         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2199 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
2201         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2202         when handling the terminating event.
2204 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
2206         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2208 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
2210         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2211         (install): Use them to copy all *.el files before *.elc.
2213 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
2215         * replace.el (match): Use yellow1 instead of yellow.
2217         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2219         * pcvs-info.el (cvs-unknown): Likewise.
2221 2007-07-12  Davis Herring  <herring@lanl.gov>
2223         * desktop.el (desktop-buffer-info, desktop-save):
2224         Use `desktop-dirname' instead of `dirname'.
2226 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
2228         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2230         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2232 2007-07-10  Richard Stallman  <rms@gnu.org>
2234         * emacs-lisp/lisp-mode.el (eval-defun):
2235         Explain special handling of `defface'.
2237 2007-07-09  Richard Stallman  <rms@gnu.org>
2239         * isearch.el (isearch-edit-string): Call to isearch-push-state
2240         after the search.
2242 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2244         * cus-start.el (file-coding-system-alist): Fix custom type.
2246 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
2248         * longlines.el (longlines-wrap-region): Avoid marking buffer as
2249         modified.
2250         (longlines-auto-wrap, longlines-window-change-function):
2251         Remove unnecessary calls to set-buffer-modified-p.
2253 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2255         * vc.el (vc-default-log-view-mode): New function.
2256         (vc-print-log): Add new `log-view-mode' VC operation.
2258 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
2260         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2261         Rename and move to...
2263         * subr.el (strings->string, string->strings): ...here.
2265         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2266         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2268         * progmodes/gud.el (gud-common-init): Call string->strings instead
2269         of split-string.
2271 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
2273         * term/w32-win.el (menu-bar-open): New function.
2274         Bind <f10> to it.
2276 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
2278         * log-view.el (log-view-mode-menu): New menu.
2280 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
2282         * vc-hg.el: New file.
2284 2007-07-06  Andreas Schwab  <schwab@suse.de>
2286         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2287         dynamic bindings around the evaluation of the expression.
2288         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2290 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
2292         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2293         file names.
2295 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
2297         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2299         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2300         event is not a cons cell.  Do not unread drag-mouse-1 events.
2301         Select right window in check whether space was stolen from
2302         window above.
2304 2007-07-01  Richard Stallman  <rms@gnu.org>
2306         * files.el (find-file-visit-truename): Fix safe-local-variable value.
2308 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
2310         * generic-x.el (generic-define-mswindows-modes)
2311         (generic-define-unix-modes, apache-log-generic-mode)
2312         (bat-generic-mode-keymap, java-manifest-generic-mode)
2313         (show-tabs-generic-mode): Fix typos in docstrings.
2315 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2317         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2318         replace-regexp-in-string.
2320 2007-06-28  Andreas Schwab  <schwab@suse.de>
2322         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2323         $(lisp)/subdirs.el.
2325 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
2327         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2328         the speedbar frame if nil; that deletes the current frame or
2329         causes an error if it is the only frame.
2330         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2332 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
2334         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2335         directory where the desktop file was found, as the docstring says.
2336         (desktop-kill): Use `read-directory-name'.
2338         * desktop.el (desktop-load-locked-desktop): New option.
2339         (desktop-read): Use it.
2340         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2341         Use `when'.
2343 2007-06-24  Davis Herring  <herring@lanl.gov>
2345         * desktop.el (desktop-save-mode-off): New function.
2346         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2347         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2348         (desktop-claim-lock, desktop-release-lock): New functions.
2349         (desktop-kill): Tell `desktop-save' that this is the last save.
2350         Release the lock afterwards.
2351         (desktop-buffer-info): New function.
2352         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
2353         says to.  Detect conflicts, and manage the lock.
2354         (desktop-read): Detect conflicts.  Manage the lock.
2356 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
2358         * ls-lisp.el (insert-directory): If an invalid regexp error is
2359         thrown, try using FILE as a literal file name, not a wildcard.
2360         Check for FILE as an existing file, not just a directory.
2362 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
2364         * ruler-mode.el (ruler-mode): Prevent clobbering the original
2365         `header-line-format' when reentering ruler mode.
2367 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
2369         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2370         FILE exists as a directory.
2372 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2374         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2375         (vera-font-lock-match-item): Fix doc string.
2376         (vera-in-comment-p): Remove unused function.
2377         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2378         use `syntax-ppss'.
2379         (vera-forward-syntactic-ws): Fix argument order.
2380         (vera-prepare-search): Use `with-syntax-table'.
2381         (vera-indent-line): Fix doc string.
2382         (vera-electric-tab): Fix doc string.
2383         (vera-expand-abbrev): Define alias instead of using `fset'.
2384         (vera-comment-uncomment-region): Use `comment-start-skip'.
2386 2007-06-20  Reto Zimmermann  <reto@gnu.org>
2388         * progmodes/vera-mode.el: New file.
2390 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
2392         * ido.el (ido-find-file-in-dir): Don't signal an error for
2393         empty directories.
2395 2007-06-18  Alan Mackenzie  <acm@muc.de>
2397         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2398         When removing lines, also remove the \n.  Correction of patch of
2399         2007-04-21.
2401 2007-06-17  Glenn Morris  <rgm@gnu.org>
2403         * lpr.el (lpr-page-header-switches): Move %s to separate element
2404         for correct quoting.  Doc fix.
2406 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2408         * term/xterm.el (terminal-init-xterm): Escape parens in character
2409         constants.
2411 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
2413         * scroll-lock.el (scroll-lock-mode): Doc fix.
2415 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2417         * font-lock.el (font-lock-add-keywords): In case font-lock was only
2418         half-activated, forcefully activate it completely.
2420 2007-06-11  Richard Stallman  <rms@gnu.org>
2422         * cus-edit.el (custom-variable-type): Doc fix.
2424 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2426         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2428 2007-06-09  Davis Herring  <herring@lanl.gov>
2430         * desktop.el (desktop-minor-mode-table): Doc fix.
2432 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
2434         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2435         (image-next-line, image-previous-line, image-scroll-up)
2436         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2437         New functions.
2438         (image-mode-map): Remap motion commands.
2439         (image-mode-text-map): New keymap for viewing images as text.
2440         (image-mode): Use image-mode-map.
2441         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2443 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
2445         Sync with Tramp 2.0.56.
2447         * net/tramp.el:
2448         * net/tramp-ftp.el:
2449         * net/tramp-smb.el:
2450         * net/tramp-util.el:
2451         * net/tramp-vc.el:
2452         Don't load cl.el, because that pollutes the namespace.  Replace cl
2453         macros by their implementations where necessary.  Requested by
2454         Richard Stallman <rms@gnu.org>.
2456         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2457         doesn't exist.
2458         (with-parsed-tramp-file-name): Protect debug spec during compilation.
2459         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2460         (tramp-file-name-p, tramp-file-name-multi-method)
2461         (tramp-file-name-method, tramp-file-name-user)
2462         (tramp-file-name-host, tramp-file-name-localname): New defuns,
2463         replacing defstruct `tramp-file-name'.
2464         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2465         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2466         Apply `vector' instead of `make-tramp-file-name'.
2467         (tramp-handle-make-auto-save-file-name):
2468         Apply `tramp-temporary-file-directory' for compatibility reasons.
2469         (tramp-completion-mode): Use `natnump' instead of `wholenump'
2470         because of XEmacs.
2471         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2472         started.
2474 2007-06-07  David Kastrup  <dak@gnu.org>
2476         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2477         Change default to `top'.
2479 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
2481         * dired.el (dired-mode-map): Remove spurious separator.
2483 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2485         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2487         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2488         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2490 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2492         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2493         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2495 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2497         * progmodes/ebrowse.el (ebrowse-member-table):
2498         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2500 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2502         * pgg.el (pgg-sign-region, pgg-sign):
2503         * ses.el (ses-call-printer):
2504         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2505         * textmodes/org.el (org-cycle): Fix typos in docstrings.
2507 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
2509         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2510         (tar-get-descriptor): Handle type 55, an extended pax header.
2512 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2514         * textmodes/css-mode.el: New file.
2516 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
2518         * net/socks.el: New file, taken from w3 repository.
2519         (top): Update Copyright.  Don't load cl.el.
2520         (all): Replace `case' by `cond', `string-to-int' by
2521         `string-to-number', and `process-kill-without-query' by
2522         `set-process-query-on-exit-flag'.
2523         (socks-char-int): Remove defalias and all occurrences.
2525 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2527         * international/mule-cmds.el (toggle-enable-multibyte-characters)
2528         (sort-coding-systems, search-unencodable-char): Doc fixes.
2529         (coding-system-change-eol-conversion, set-default-coding-systems)
2530         (prefer-coding-system, find-multibyte-characters, princ-list)
2531         (leim-list-entry-regexp, set-input-method, locale-language-names)
2532         (input-method-exit-on-first-char, exit-language-environment-hook)
2533         (locale-charset-language-names): Fix typos in docstrings.
2535 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
2537         * bs.el (bs-cycle-previous): Don't modify the cycle list until
2538         `switch-to-buffer' has returned succesfully.
2539         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
2540         window is dedicated (it could iconify the frame).
2542 2007-06-05  Glenn Morris  <rgm@gnu.org>
2544         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2546 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
2548         * files.el (auto-mode-alist): Add lower-priority match for names
2549         like ChangeLog.old.
2551 2007-06-04  Andreas Schwab  <schwab@suse.de>
2553         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2555 2007-06-04  Davis Herring  <herring@lanl.gov>
2557         * calendar/timeclock.el: Update version number.
2558         (timeclock-modeline-display): Mention timeclock-use-display-time
2559         in explanatory message.
2560         (timeclock-log): Suppress warnings when finding the log.
2561         Don't check for a nil project twice.  Run hooks after killing the
2562         buffer (if applicable).
2563         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2564         was geometric).  All uses changed.
2565         (timeclock-generate-report): Support prefix argument.
2567 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2569         * man.el (Man-next-section): Don't consider the last line of the
2570         page as being part of any section.
2572 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
2574         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2575         modified flag of buffer.  Use `inhibit-modification-hooks'.
2577 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2579         * mail/mail-extr.el (mail-extract-address-components):
2580         Recognize non-ASCII characters except for NBSP as words.
2582 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
2584         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2586 2007-06-04  Michael Olson  <mwolson@gnu.org>
2588         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2589         died and we are trying to send a signal to it.
2591 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
2593         * emacs-lisp/easy-mmode.el (define-minor-mode)
2594         (easy-mmode-define-navigation): Fix typos in docstrings.
2596         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2597         Fix typos in docstrings.
2598         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2599         (compilation-finish-function): Fix typo in obsolescence declaration.
2601         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2603 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
2605         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2606         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2608         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2610         * longlines.el (longlines-mode): Make longlines-auto-wrap
2611         buffer-local.  Add hooks unconditionally.
2612         (longlines-auto-wrap): Toggle wrapping.
2613         (longlines-after-change-function)
2614         (longlines-post-command-function): Check longlines-auto-wrap.
2616 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2618         * Version 22.1 released.
2620 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
2622         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2623         changes.
2625 2007-05-31  Richard Stallman  <rms@gnu.org>
2627         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2629 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
2631         * textmodes/table.el (table--point-entered-cell-function)
2632         (table--point-left-cell-function):
2633         Bind `inhibit-point-motion-hooks' to t.
2635 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2637         * emacs-lisp/rx.el (rx): Doc fix.
2639 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
2641         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2643 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
2645         * log-edit.el (log-edit-changelog-paragraph): Return point-max
2646         as the end of the ChangeLog paragraph when it ends without a line
2647         termination.
2649 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2651         * textmodes/fill.el (canonically-space-region): Make the second arg
2652         a marker if it's not already the case.
2654         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2655         (xterm-mouse-event): Use it.
2657 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
2659         * vc-hooks.el (vc-find-root): Fix file attribute test.
2661 2007-05-24  Richard Stallman  <rms@gnu.org>
2663         * textmodes/flyspell.el (flyspell-correct-word-before-point):
2664         Don't let opoint be nil.
2665         (flyspell-emacs-popup): Explicit error if no dialogs.
2667 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2669         * tar-mode.el (tar-file-name-handler): New function.
2670         (tar-extract): Bind file-name-handler-alist to it to force
2671         find-buffer-file-type-coding-system behave as if the file being
2672         extracted existed.  Use last-coding-system-used to force
2673         buffer-file-coding-system to what decode-coding-region actually
2674         used to decode the file.
2676 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2678         * progmodes/compile.el (compilation-handle-exit):
2679         `compilation-finish-function' may change the current buffer.
2681 2007-05-22  Richard Stallman  <rms@gnu.org>
2683         * files.el (set-auto-mode): Doc fix.
2685 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
2687         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2689 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
2691         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2692         (rcirc-print): Handle `window-width'.
2693         (rcirc-buffer-maximum-lines): Doc fix.
2695 2007-05-19  Kevin Ryde  <user42@zip.com.au>
2697         * info.el (Info-fontify-node): Match https also.
2699 2007-05-18  Richard Stallman  <rms@gnu.org>
2701         * simple.el (push-mark): Doc fix.
2703 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
2705         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2706         tpu-global-map.
2707         (tpu-original-global-map): Delete variable.
2708         (tpu-control-keys-map): New keymap variable.
2709         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2710         setting keymapping directly.
2711         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2712         tpu-global-map.
2713         (tpu-edt-on): Activate the tpu-global-map.
2714         (tpu-edt-off): Deactivate the tpu-global-map.
2716 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
2718         * textmodes/ispell.el (ispell-get-word): Return markers
2719         for start and end positions.
2720         (ispell-word): Assume END is a marker.
2722 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2724         * ps-print.el: Use default color when foreground or background color
2725         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
2726         (ps-print-version): New version 6.7.4.
2727         (ps-rgb-color): New argument.  Use default color when color is
2728         unspecified.
2729         (ps-begin-job): Fix code.
2731 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
2733         * textmodes/ispell.el (ispell-start-process): Defend against bad
2734         default-directory.
2736 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2738         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2740 2007-05-16  Richard Stallman  <rms@gnu.org>
2742         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2744 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2746         * files.el (magic-mode-alist, magic-fallback-mode-alist):
2747         Move the *ml, Postscript, and XmCD entries to the fallback part.
2749         * files.el (magic-fallback-mode-alist):
2750         Rename from file-start-mode-alist.
2752 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2754         * progmodes/compile.el (compilation-handle-exit): Quote first
2755         argument of `run-hook-with-args'.
2757 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
2759         * buff-menu.el (Buffer-menu-sort-column):
2760         * dabbrev.el (dabbrev-upcase-means-case-search):
2761         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2762         * info.el (Info-current-subfile):
2763         * ls-lisp.el (ls-lisp-verbosity):
2764         * msb.el (msb-menu-cond):
2765         * pcvs.el (cvs-dired-use-hook):
2766         * simple.el (set-mark-command-repeat-pop):
2767         * time.el (display-time-24hr-format, display-time-mail-file):
2768         Doc fixes.
2770         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2771         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2773         * view.el (view-inhibit-help-message): Fix typo in docstring.
2774         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2776 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
2778         * mail/rmail.el (rmail-convert-to-babyl-format):
2779         Check content-transfer-encoding _last_, because we need its position
2780         in base64-header-field-end.
2782 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
2784         * files.el (mode-require-final-newline, require-final-newline)
2785         (enable-local-variables, enable-local-eval): Doc fixes.
2787 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2789         * progmodes/python.el (python-font-lock-keywords)
2790         (python-open-block-statement-p, python-mode): Add support for the new
2791         "with" keyword.
2793 2007-05-10  Richard Stallman  <rms@gnu.org>
2795         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2796         (iso-cvt-write-only): Likewise.
2798         * emacs-lisp/easy-mmode.el (define-minor-mode):
2799         Fix generated doc string.
2801         * startup.el (fancy-splash-text): Add URL of guided tour.
2802         Adjust horizontal and vertical whitespace.
2804         * progmodes/compile.el (compilation-handle-exit):
2805         Use run-hook-with-args to run compilation-finish-functions.
2807         * files.el (file-start-mode-alist): New variable.
2808         (magic-mode-regexp-match-limit): Doc fix.
2809         (set-auto-mode): Handle file-start-mode-alist.
2810         A little cleanup of structure.
2812 2007-05-10  Davis Herring  <herring@lanl.gov>
2814         * calendar/timeclock.el (timeclock-in): Fix non-interactive
2815         workday specifications.
2816         (timeclock-log): Don't kill the log buffer if it already existed.
2818 2007-05-08  Richard Stallman  <rms@gnu.org>
2820         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2821         Don't include non-self-insert commands in the exception for `-'.
2823 2007-05-08  David Reitter  <david.reitter@gmail.com>
2825         * progmodes/python.el (python-guess-indent): Check non-nullness
2826         before comparing indent against the 2..8 interval.
2828 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2830         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2831         available.
2833 2007-05-06  Richard Stallman  <rms@gnu.org>
2835         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2837 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
2839         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2840         disconnections.
2842 2007-05-01  Romain Francoise  <romain@orebokech.com>
2844         * dired-x.el: Revert 2007-04-06 change.
2846 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
2848         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2849         don't put stop on toolbar.
2851 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
2853         * find-dired.el (find-dired-filter): Propertize all text down to eob.
2855 2007-04-29  Richard Stallman  <rms@gnu.org>
2857         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2859 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2861         * progmodes/cc-mode.el (c-before-change): Use point-min rather
2862         than 1.
2864 2007-04-28  Richard Stallman  <rms@gnu.org>
2866         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2868 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2870         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2872 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
2874         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2875         instead of $(lisp)/mh-e.
2877         * textmodes/fill.el (fill-paragraph): Doc fix.
2879 2007-04-28  Glenn Morris  <rgm@gnu.org>
2881         * image-dired.el (image-dired-cmd-create-thumbnail-options)
2882         (image-dired-cmd-create-temp-image-options): Replace option
2883         +profile "*" with -strip.
2885 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
2887         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2888         Use window-start and window-end.
2890 2007-04-26  Glenn Morris  <rgm@gnu.org>
2892         * progmodes/python.el: Restore file pending consideration of legal
2893         status.
2895 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
2897         * locate.el (locate-in-alternate-database): Doc fix.
2899 2007-04-26  Glenn Morris  <rgm@gnu.org>
2901         * button.el (button): Use underline if supported, else fall back
2902         to color.
2904 2007-04-25  Richard Stallman  <rms@gnu.org>
2906         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2908 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
2910         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2911         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2912         pushing mark.
2913         (idlwave-current-routine): Don't push mark.
2915 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
2917         * image-dired.el (image-dired-display-image): Derive image-type from
2918         filename rather than assuming jpeg, in case no resizing was needed.
2920 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2922         * custom.el (defface): Doc fix.
2924 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
2926         * progmodes/python.el: Remove due to unclear legal issues.
2928 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
2930         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2931         Don't re-query for each cleared BP.
2932         (idlwave-shell-clear-bp): Optionally skip BP query.
2933         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2934         of set-window-buffer, which incorrectly moves displayed region.
2936 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
2938         * calc/calc.el (calc-bug-address): Update maintainer's address.
2939         * calc/*: Update maintainer's address.
2941 2007-04-23  Richard Stallman  <rms@gnu.org>
2943         * simple.el (set-mark-command-repeat-pop): Doc fix.
2944         Put in `editing-basics' group.
2946 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
2948         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2949         New functions.
2950         (Info-mode-line-node-keymap): Bind mouse commands to
2951         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2953 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
2955         * locate.el (locate-local-prompt): New var.
2956         (locate-prompt-for-command): Doc fix.
2957         (locate-prompt-for-search-string): New function.
2958         (locate): New optional arg.  Make locate-local-prompt
2959         buffer-local.  Use locate-prompt-for-search-string.
2960         (locate-with-filter): New optional arg.
2961         Use locate-prompt-for-search-string.
2962         (locate-update): Bind locate-prompt-for-command.
2964 2007-04-23  Glenn Morris  <rgm@gnu.org>
2966         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2968 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
2970         * button.el (button): Inherit from link face on a tty.
2972 2007-04-23  Glenn Morris  <rgm@gnu.org>
2974         * button.el (button): Use color for this face on a tty.
2976         * files.el (magic-mode-alist): Allow for carriage-returns in
2977         html-mode and sgml-mode entries.
2979 2007-04-22  Richard Stallman  <rms@gnu.org>
2981         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2982         Improve doc string of generated command.
2984         * subr.el (read-number): Catch errors.
2986         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2988 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
2990         * image-dired.el: Rename from thumbnails.el.  All instances of
2991         "thumbnails" replaced with "image-dired".
2993         * dired.el (dired-mode-map): Rename "thumbnails" again, to
2994         "image-dired".
2996 2007-04-22  Kim F. Storm  <storm@cua.dk>
2998         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2999         Don't use kill-line.
3001 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
3003         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3004         error message.
3006 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
3008         * dired.el: Rename "tumme" to "thumbnails".
3010         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
3011         replaced with "thumbnails".
3013 2007-04-22  Glenn Morris  <rgm@gnu.org>
3015         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3016         and give it the risky-local-variable property.
3018         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3019         before defining it.
3021 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
3023         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3024         Use delete-region instead of kill-line.
3026 2007-04-21  Alan Mackenzie  <acm@muc.de>
3028         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3029         `kill-region' by `delete-region'.
3031 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
3033         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3034         instead of kill-region.
3036         * progmodes/mantemp.el (mantemp-make-mantemps-region)
3037         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3038         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3039         and kill-line.
3041         * progmodes/vhdl-mode.el (vhdl-template-type)
3042         (vhdl-template-record, vhdl-template-nature)
3043         (vhdl-template-configuration-spec, vhdl-template-component-inst)
3044         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3045         Use delete-region instead of kill-word and kill-line.
3047 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3049         * dired-x.el (dired-virtual-mode): Doc fix.
3051 2007-04-21  Richard Stallman  <rms@gnu.org>
3053         * font-lock.el (font-lock-keywords-alist): Mark as risky.
3055         * subr.el (read-number): Doc fix.
3057         * simple.el (pop-to-mark-command): Display message "mark popped"
3058         if point does not move.
3059         (set-mark-command): Doc fix.
3061 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
3063         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3064         (locate-local-filter, locate-local-search): New vars.
3065         (locate): Make variables local.
3066         (locate-update): Bind locate-buffer-name.  Call locate using
3067         locate-local-filter and locate-local-search.
3069 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
3071         * hi-lock.el (hi-lock-file-patterns-policy): New var.
3072         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3073         (hi-lock-mode): Update docstring.
3075 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3077         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3078         fill-nobreak-predicate when the break is past fill-column.
3080 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3082         * locate.el (locate): Output from shell-command should go in the
3083         current buffer rather than *Shell Command Output*.
3085 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
3087         * paren.el (show-paren-function): Fix last fix.
3089 2007-04-19  Kevin Ryde  <user42@zip.com.au>
3091         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3092         (archive-lzh-summarize): Add optional start arg for where to start
3093         looking at the archive.
3094         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3096         * international/mule.el (auto-coding-alist): no-conversion for .exe
3097         and .EXE.
3099 2007-04-19  Alan Mackenzie  <acm@muc.de>
3101         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3102         function return type contains "struct", "union", etc.
3103         c-end-of-defun goes too far forward.
3105 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
3107         * paren.el (show-paren-function): Reset window-start to avoid
3108         recentering.
3110 2007-04-19  Glenn Morris  <rgm@gnu.org>
3112         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3114 2007-04-18  Glenn Morris  <rgm@gnu.org>
3116         * calendar/diary-lib.el (diary-header-line-format): Add a custom
3117         :set function.
3118         (diary-list-entries): Only switch to diary-mode from
3119         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
3120         diary-mode set header-line-format, in case of any customization.
3122 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3124         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3125         is less than the length of parse-time-syntax.
3127 2007-04-17  David Kastrup  <dak@gnu.org>
3129         * replace.el (query-replace-regexp-eval): Deprecate.
3131 2007-04-17  Alan Mackenzie  <acm@muc.de>
3133         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3134         point too close to EOB, leave point at EOB rather than last `}'.
3136 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3138         * textmodes/bibtex.el (bibtex-include-OPTkey)
3139         (bibtex-user-optional-fields, bibtex-entry-field-alist):
3140         Fix defcustom.
3142 2007-04-17  Glenn Morris  <rgm@gnu.org>
3144         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3145         be encoded, fall back to current year.
3147 2007-04-14  Kevin Ryde  <user42@zip.com.au>
3149         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3150         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
3151         M "MSDOS".
3153 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
3155         * progmodes/python.el (python-end-of-block): Avoid looping forever
3156         if python-next-statement fails.
3158 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3160         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3162 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
3164         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3165         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3167 2007-04-15  Jay Belanger  <belanger@truman.edu>
3169         * calc/calc.el (calc-version): New function.
3170         (calc-trail-mode): Shorten the title.
3172 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
3174         * mail/footnote.el (footnote-style): Clarify docstring to state
3175         that customizing this only applies to future footnotes.
3177 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3179         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3180         (bibtex-make-field): Check that INIT is a string. Use functionp.
3182 2007-04-14  Glenn Morris  <rgm@gnu.org>
3184         * complete.el (PC-goto-end): New buffer-local variable.
3185         (PC-do-completion-end): Make buffer-local.
3186         (partial-completion-mode) <choose-completion-string-functions>:
3187         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3188         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
3189         doc string.  Set PC-goto-end for choose-completion.
3190         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3191         PC-do-completion.
3193         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3194         arg to bibtex-make-field.
3195         (bibtex-make-field): Add optional fourth arg NODELIM.
3196         Insert delimiters around INIT unless this arg is non-nil.
3198 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
3200         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3201         global map isn't modified.
3203 2007-04-14  Glenn Morris  <rgm@gnu.org>
3205         * calendar/appt.el (appt-disp-window): Do not split small windows.
3206         Suggested by Jeff Miller <jmiller@cablespeed.com>.
3208 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
3210         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3212         * files.el: Ditto.
3214 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
3216         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3218         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3219         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3220         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3221         (term-pager-help): Fix typos in docstrings.
3223         * wid-edit.el (widget-documentation): Fix typo in docstring.
3225         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3226         Fix typos in error messages.
3228 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
3230         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3231         window marked as dedicated.
3233         * mail/footnote.el (footnote-latin-string): New variable.
3234         (footnote-latin-regexp): Redefine as regexp alternative.
3235         (Footnote-latin): Use footnote-latin-string instead of
3236         footnote-latin-regexp.
3238 2007-04-13  Glenn Morris  <rgm@gnu.org>
3240         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3241         inherited keymaps.
3243 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
3245         * outline.el (outline-get-next-sibling): Clarify docstring.
3246         (outline-get-last-sibling): Handle case where we are at the first
3247         heading.  Clarify docstring.
3249 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
3251         * progmodes/gud.el (gud-minor-mode-map): Make go button same
3252         length as stop button to lessen flicker.
3253         (jdb): Add gud-print.
3254         (gud-find-expr): Jdb prints the expression with the value, so
3255         don't insert it in the output.
3257 2007-04-11  Jason Rumney  <jasonr@gnu.org>
3259         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3260         case hex.  Do not try to decode non-hex letters.
3262 2007-04-11  Markus Triska  <markus.triska@gmx.at>
3264         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3265         (byte-optimize-backward-word): Remove (move to bytecomp.el).
3266         (byte-optimize-form-code-walker): Evaluate pure function calls if
3267         possible.
3268         (byte-optimize-all-constp): New function.
3270         * emacs-lisp/bytecomp.el (byte-compile-char-before):
3271         Improve numeric argument case.
3272         (byte-compile-backward-char, byte-compile-backward-word):
3273         New functions, performing rewriting previously done in byte-opt.el.
3274         Fix their "Fixme" item (restriction to numeric arguments).
3276 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3278         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3279         with dolist.
3280         (after-init-hook): Don't quote lambda.
3281         (desktop-first-buffer): Don't wrap it in eval-when-compile.
3282         (desktop-internal-v2s): Remove unused var `el'.
3283         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3284         desktop-restore-file-buffer.
3285         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3286         desktop-create-buffer.
3288 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
3290         * woman.el (woman-decode-buffer): Postpone macro-set check...
3291         (woman-decode-region): ...to here.
3293 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
3295         * startup.el (tty-handle-args): Use %S to log ARGS.
3297 2007-04-10  Glenn Morris  <rgm@gnu.org>
3299         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3300         it is obsolete and has no effect.
3302         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3303         byte-compiler.
3305         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3306         obsolete function make-local-hook.
3308         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3309         start to quieten byte-compiler.
3311 2007-04-10  Markus Triska  <markus.triska@gmx.at>
3313         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3314         to bytecomp.el as byte-compile-char-before).
3315         * emacs-lisp/bytecomp.el (byte-compile-char-before):
3316         New function (modified replacement for byte-optimize-char-before in
3317         byte-opt.el).
3319 2007-04-09  Alan Mackenzie  <acm@muc.de>
3321         * startup.el (inhibit-splash-screen): Emphatically state that it
3322         can't be set in site-start.el.
3324 2007-04-09  Masatake YAMATO  <jet@gyve.org>
3326         * progmodes/cc-subword.el (c-capitalize-subword): More closely
3327         mimic the behavior of `capitalize-word'.  Do not move point with a
3328         negative argument.  Based on tiny change by Paul Curry.
3330 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
3332         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3333         Don't move point if ARG is negative.
3335 2007-04-09  Alan Mackenzie  <acm@muc.de>
3337         Changes to make `narrow-to-defun' and `mark-defun' work properly
3338         in CC Mode:
3340         * progmodes/cc-defs.el (c-beginning-of-defun-1):
3341         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3342         Bind beginning/end-of-defun-function to nil around calls to
3343         beginning/end-of-defun.
3345         * progmodes/cc-langs.el (beginning-of-defun-function)
3346         (end-of-defun-function): New c-lang-setvar's.
3348         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
3349         (setq arg 1))" to enable non-interactive call.
3351 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
3353         * simple.el (set-mark-command): Doc fix.
3355 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
3357         * progmodes/gud.el (gdb): Restore existing session if user
3358         tries to start a second one in graphical mode.
3360 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
3362         * cus-start.el <scroll-preserve-screen-position>: Add choices.
3364 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3366         * term/xterm.el (terminal-init-xterm): Fix key definitions.
3367         Add binding for C-M-SPC.
3369 2007-04-08  Richard Stallman  <rms@gnu.org>
3371         * pcomplete.el (pcomplete-read-event): One single definition,
3372         and not a defsubst.
3374 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
3376         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
3377         byte-compiler warning "value unused".
3379 2007-04-08  Andreas Schwab  <schwab@suse.de>
3381         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
3383 2007-04-07  Glenn Morris  <rgm@gnu.org>
3385         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
3386         Autoload these functions.
3387         (diary-date-forms): Add a custom :set form.
3389         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
3390         before first use.
3391         (diary-font-lock-keywords): New function with old code for
3392         initialization of variable of same name.
3394 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
3396         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
3397         clean-up: only insert space when on identifier, etc.
3399 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3401         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
3403         * net/tls.el (open-tls-stream): Properly handle case where there
3404         is no associated buffer.
3406 2007-04-07  Glenn Morris  <rgm@gnu.org>
3408         * ffap.el (ffap-file-at-point): Lower the priority of the
3409         ffap-ftp-sans-slash-regexp check.
3411 2007-04-06  Alan Mackenzie  <acm@muc.de>
3413         Fix fontification of labels, and other things with ":".
3415         * progmodes/cc-engine.el (c-forward-label): The function now
3416         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3417         the former t.
3419         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3420         new return code from c-forward-label, fontifying tokens properly.
3421         Add some general comments throughout the file.
3423 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
3425         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3426         Revert 2006-01-27 change.
3428         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3430         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3432         * desktop.el (desktop-create-buffer, desktop-save):
3433         Revert 2004-11-12 change for lack of copyright papers.
3435         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3436         (dired-guess-default): Respect case.
3438         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3440         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3441         was originally checked in as byte-optimize-concat on 1997-11-02.
3443         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3444         1995-05-19 doc changes.
3446 2007-04-06  Kim F. Storm  <storm@cua.dk>
3448         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
3449         (unload-feature): Update interactive spec accordingly.
3451         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
3453 2007-04-06  John Paul Wallington  <jpw@pobox.com>
3455         * subr.el (with-case-table): Use `make-symbol' to avoid variable
3456         capture.  Restore the table in the same buffer.
3458         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
3460 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
3462         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3463         Print entire form.
3465 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
3467         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3468         for low-color displays.
3470 2007-04-05  Glenn Morris  <rgm@gnu.org>
3472         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3473         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3474         Seed random number generator on loading.
3476         * emacs-lisp/authors.el (top-level): Provide self.
3478         * play/animate.el (top-level): Provide self.
3480 2007-04-04  Alan Mackenzie  <acm@muc.de>
3482         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3483         to mention c-syntactic-indentation.
3485 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
3487         * subr.el (with-case-table): New macro.
3489         * international/mule.el (ascii-case-table): New var.
3491         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3492         downcasing.
3494 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
3496         * progmodes/gud.el (gud-minor-mode-map): Simplify.
3498         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3499         of the window if we're outside it e.g menu-bar.
3501         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3502         window if we're outside it e.g menu-bar.
3504 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
3506         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3507         decode base-64 encoded body if its content-type is something other
3508         than text/* or message/*.
3510 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
3512         * simple.el (activate-mark-hook): Fix typo in docstring.
3514 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
3516         * tmm.el (tmm-c-prompt): Initialize.
3517         (tmm-menubar): Deal with extended menu-items at top level.
3518         (tmm-get-keybind): Handle bindings redefined/undefined locally.
3519         (tmm-prompt): Handle visibility of top level menu-items.
3521         * progmodes/gud.el (gud-menu-map): Simplify.
3522         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3523         menubar.
3525 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
3527         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3529         * comint.el (comint-send-input): Widen the buffer first.
3531         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3533 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3535         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3536         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3538         * newcomment.el (comment-search-forward): Discard comment starters
3539         before point.
3541 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
3543         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3545 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
3547         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3548         when downcasing.
3550         * button.el (previous-button): Rewrite to account for adjacent buttons.
3552 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
3554         * progmodes/idlwave.el (idlwave-auto-fill):
3555         Revert paragraph-separate change.
3557         * progmodes/idlw-shell.el (idlwave-shell-break-in):
3558         Simplify module calc.
3559         (idlwave-shell-set-bp-in-module): Compute module.
3561 2007-03-31  Glenn Morris  <rgm@gnu.org>
3563         * emacs-lisp/timer.el (run-at-time): Doc fix.
3565         * emacs-lisp/warnings.el (display-warning): If we create the
3566         buffer displaying the warning, disable undo there.
3568 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
3570         * net/tramp.el (tramp-register-file-name-handler)
3571         (tramp-register-completion-file-name-handler): New defsubst,
3572         derived from `tramp-register-file-name-handlers'.  The split is
3573         necessary because Tramp's file name handlers must be registered at
3574         different startup places.
3576 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
3578         * progmodes/hideshow.el (turn-off-hideshow): New function.
3579         (hs-minor-mode): Use it instead of a lambda expression in
3580         change-major-mode-hook.
3582 2007-03-31  David Kastrup  <dak@gnu.org>
3584         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3585         corresponding to MANPATH_MAP entries.
3586         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3587         (woman-parse-man.conf): Use more discriminating man.conf name.
3588         (woman-parse-man.conf): Parse MANPATH_MAP entries.
3589         (woman-manpath): Doc fix and type fix.
3590         (woman-cached-data): Check for MANPATH_MAP entries.
3591         (woman-expand-directory-path): Treat MANPATH_MAP entries.
3593 2007-03-31  Stuart Herring  <herring@lanl.gov>
3595         * emacs-lisp/sregex.el (sregexq): Doc fix.
3597 2007-03-31  Markus Triska  <markus.triska@gmx.at>
3599         * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3601 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
3603         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3604         Move to the right.
3606 2007-03-30  Alan Mackenzie  <acm@muc.de>
3608         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3610 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
3612         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3613         Use it, passed in explicitly, instead of from the dynamic binding.
3614         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3616 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
3618         * simple.el (blink-matching-open): When in minibuffer, don't
3619         search for a match inside the prompt.
3621 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
3623         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3624         (tmm-prompt): Don't make the mouse user select the first menu
3625         item twice.
3627 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
3629         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3630         SIGUSR1 and SIGUSR2.
3632 2007-03-29  Kim F. Storm  <storm@cua.dk>
3634         * ido.el (ido-read-internal): When reading file or dir, only override
3635         minibuffer-local-filename-completion-map, otherwise only override
3636         minibuffer-local-completion-map.
3638 2007-03-29  Glenn Morris  <rgm@gnu.org>
3640         * complete.el (partial-completion-mode): Set PC-do-completion-end
3641         to nil after use.
3642         (PC-lisp-complete-symbol): Create and use a marker at `end',
3643         rather than using point-marker.
3645 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
3647         * simple.el (next-error-highlight): Doc fix.
3648         (compose-mail): Revert 2007-03-19 change.
3650 2007-03-28  Richard Stallman  <rms@gnu.org>
3652         * emacs-lisp/edebug.el (edebug-display): Don't go to
3653         edebug-outside-buffer if it is dead.
3655 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
3657         * view.el (view-mode): Fix typos in docstring.
3659 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
3661         * recentf.el (recentf-save-file): Add a custom :set function.
3663 2007-03-28  Glenn Morris  <rgm@gnu.org>
3665         * complete.el (PC-do-completion-end): New variable.
3666         (partial-completion-mode) <choose-completion-string-functions>:
3667         Use PC-do-completion-end in the non-minibuffer case to replace the
3668         correct amount of text.
3669         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3670         (PC-lisp-complete-symbol): Give marker the after-insertion type,
3671         to deal with improvements inserted after point.
3673 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3675         * button.el (make-text-button): Add explicit `button' property.
3676         (default-button): Don't put a `button' property on it.
3678         * progmodes/python.el (python-mode): Skip comments when parsing.
3680         * vc-arch.el (vc-with-current-file-buffer): New macro.
3681         (vc-arch-file-source-p): Use it to avoid infloop.
3683 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
3685         * emacs-lisp/lisp.el (lisp-complete-symbol):
3686         Fix call to get-buffer-window to find windows in other frames.
3688 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3690         * comint.el (comint-proc-query, comint-dynamic-list-completions):
3691         Fix calls to get-buffer-window to find windows in other frames.
3692         Reported by David Hansen <david.hansen@gmx.net>.
3694 2007-03-27   Kevin Ryde  <user42@zip.com.au>
3696         * info.el (Info-display-images-node): On a text-only terminal,
3697         show the "text" or "alt" parts of the image blobs.
3699 2007-03-27  Glenn Morris  <rgm@gnu.org>
3701         * complete.el (PC-do-completion): Compute completion-base-size in
3702         the non-filename case, rather than setting to nil.
3703         (PC-lisp-complete-end): New variable.
3704         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3705         original end in a series of consecutive invocations.
3707         * calendar/calendar.el (calendar-mode-hook): Declare it.
3709         * calendar/diary-lib.el (diary-live-p): Do not check for
3710         diary-selective-display.
3712 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3714         * replace.el (occur-next-error): *Occur* might not be displayed in the
3715         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
3717 2007-03-26  Richard Stallman  <rms@gnu.org>
3719         * textmodes/flyspell.el (flyspell-large-region):
3720         Use ispell-call-process-region.
3722 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3724         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3725         Use prin1 instead of princ.
3727 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
3729         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3730         Merge in X resources before global face.
3732         * progmodes/compile.el (compilation-start): Save compilation-directory
3733         rather than default-directory as local var.
3734         (compilation-directory): Mark as safe local var.
3736         * files.el: Don't mark default-directory as a safe local var.
3738 2007-03-25  Alan Mackenzie  <acm@muc.de>
3740         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3741         * progmodes/cc-engine.el: Fix typo.
3743 2007-03-25  Juri Linkov  <juri@jurta.org>
3745         * compare-w.el (compare-windows): Rename customization group
3746         `compare-w' to `compare-windows'.
3747         (compare-windows-whitespace, compare-ignore-whitespace)
3748         (compare-ignore-case, compare-windows-sync)
3749         (compare-windows-sync-string-size, compare-windows-recenter)
3750         (compare-windows-highlight, compare-windows): Change group name in
3751         the `group' tag from `compare-w' to `compare-windows'.
3752         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
3754 2007-03-24  Markus Triska  <markus.triska@gmx.at>
3756         * expand.el: Change example to always enable abbrev-mode,
3757         and remove redundant `function'.
3758         (expand-abbrev-hook): Add autoload cookie.
3760 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
3762         * emacs-lisp/testcover.el (testcover-start, testcover-end)
3763         (testcover-mark-all, testcover-unmark-all): Add prompts to
3764         interactive specs.
3766 2007-03-24  Jason Rumney  <jasonr@gnu.org>
3768         * autorevert.el (find-file-hook, auto-revert-tail-mode):
3769         Use file size in bytes for auto-revert-tail-pos not characters.
3771 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
3773         * vc-rcs.el (vc-rcs-annotate-command):
3774         Set text property :vc-annotate-prefix on the annotation text.
3775         (vc-rcs-annotate-time): Instead of searching for ": ",
3776         search for end of text propertized with :vc-annotate-prefix.
3778 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
3780         * whitespace.el (top level): Remove calls putting
3781         permanent-local nil property since these are no-ops.
3783         * man.el (Man-support-local-filenames): Assure that
3784         default-directory exists when doing call-process.
3786 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
3788         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3789         Fix omission bug: Use m4-program-options to construct shell command.
3791 2007-03-23  David Kastrup  <dak@gnu.org>
3793         * progmodes/cc-mode.el (c-make-emacs-variables-local):
3794         Use `mapcar' rather than `mapcan' to silence compiler warning.
3796 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
3798         * textmodes/reftex.el, textmodes/reftex-vars.el,
3799         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3800         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3801         * textmodes/reftex-index.el, textmodes/reftex-global.el,
3802         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3803         * textmodes/reftex-auc.el: Add maintainer address.
3805 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
3807         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3808         Make sure that `global-font-lock-mode' does not turn on font-lock
3809         in these buffers.
3811 2007-03-21  Kim F. Storm  <storm@cua.dk>
3813         * xt-mouse.el (xt-mouse-epoch): New variable.
3814         (xterm-mouse-event): Use float-time.
3816 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
3818         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3819         current-time.
3821 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3823         * complete.el (read-file-name-internal): Don't add the final > if the
3824         completion is not finished (re-application of this patch, which was
3825         accidentally undone by Eli).
3827 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
3829         * emulation/viper.el (viper-non-hook-settings): Handle mouse
3830         clicks in describe-key and describe-key-briefly advice a little better.
3832 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
3834         * server.el (server-process-filter): Cancel any pending isearch.
3836 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
3838         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3839         (icalendar--get-unfolded-buffer): Define actual arguments rather
3840         than just using &rest.  Check replace-in-string is fbound.
3841         (icalendar-import-buffer): Doc fix.
3842         (icalendar--convert-ical-to-diary): Set diary-file.
3843         Check diary-file before inserting final newline.
3844         (icalendar--add-diary-entry): Return diary-file.
3846 2007-03-21  Glenn Morris  <rgm@gnu.org>
3848         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3849         (diary-display-hook): Add custom :set function.
3851         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3852         Add custom :set function.
3853         (diary-header-line-format): Doc fix.
3854         (diary-set-maybe-redraw): New function.
3855         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3856         (diary-list-entries): Always run diary-mode.
3858 2007-03-20  Kenichi Handa  <handa@m17n.org>
3860         * international/quail.el (quail-setup-completion-buf): Make the
3861         completion buffer read-only.
3862         (quail-completion): Adjusted for the above change.  Leave the
3863         modified flag nil.
3865 2007-03-20  David Kastrup  <dak@gnu.org>
3867         * files.el (magic-mode-alist): Require literal "%!PS" string for
3868         magic postscript file detection.
3870 2007-03-20  Richard Stallman  <rms@gnu.org>
3872         * textmodes/ispell.el (ispell-call-process): New function.
3873         Defends against bad `default-directory.'
3874         (ispell-check-version, ispell-find-aspell-dictionaries)
3875         (ispell-get-aspell-config-value, lookup-words): Call it.
3876         (ispell-call-process-region): New function.
3877         (ispell-send-string): Call it.
3879 2007-03-20  Andreas Schwab  <schwab@suse.de>
3881         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3882         (finder-data): Likewise.
3883         (autoloads): Likewise.
3885 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
3887         * files.el (basic-save-buffer): Do not set visited filename when
3888         the corresponding directory does not exist or the specified
3889         filename is that of an existing directory.
3891 2007-03-20  Glenn Morris  <rgm@gnu.org>
3893         * calendar/diary-lib.el (diary-live-p): New function.
3894         (number-of-diary-entries): Add a :set function to redisplay diary
3895         when necessary.
3897 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
3899         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3900         from client program, mev, to compute mouse event.
3902 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
3904         * faces.el (momentary): Face removed; unused due to reversion of
3905         2007-01-04 changes by Kevin Rodgers.
3907         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3908         Suggested by Johan Bockg\e,Ae\e(Brd.
3910 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
3912         * font-lock.el (lisp-font-lock-keywords-1):
3913         Highlight define-globalized-minor-mode as a keyword.
3915 2007-03-19  Kim F. Storm  <storm@cua.dk>
3917         * calc/calc-forms.el (math-std-daylight-savings)
3918         (math-std-daylight-savings-old): Doc fix.
3920 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
3922         * progmodes/python.el (python-default-template): Doc fix.
3923         (python-buffer): Fix typo in docstring.
3925         * isearchb.el (isearchb-follow-char):
3926         * subr.el (def-edebug-spec): Fix typo in docstring.
3928 2007-03-19  Richard Stallman  <rms@gnu.org>
3930         * files.el (default-directory): Mark safe.
3931         (basic-save-buffer-2): Put proper dir name in error message.
3933         * simple.el (compose-mail): Run switch-function after
3934         setting up the mail buffer.
3936         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3938 2007-03-18  Jay Belanger  <belanger@truman.edu>
3940         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3941         (math-std-daylight-savings-new): Rename from
3942         `math-std-daylight-savings'.
3943         (math-std-daylight-savings-old): Rename from old value of
3944         `math-std-daylight-savings'.
3945         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3946         `math-std-daylight-savings-old' depending on the year.
3948 2007-03-18  Detlev Zundel  <dzu@gnu.org>
3950         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3951         zero-width regexps as invalid but rather at least count them correctly.
3953 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3955         * net/tls.el (open-tls-stream): In handshake-waiting loop,
3956         don't wait more if there is output available to process.
3958 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
3960         * progmodes/compile.el (compilation-find-file): Revert change
3961         from 2006-07-18 to allow completion of directory names.
3962         Reported by John Carter <john.carter@tait.co.nz>.
3964 2007-03-18  Kim F. Storm  <storm@cua.dk>
3966         * subr.el (when, unless): Doc fix.
3968 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3970         * net/tls.el (tls-program): Doc fix.
3972 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
3974         * autorevert.el (auto-revert-tail-handler):
3975         Call after-revert-hook.
3977 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
3979         * simple.el (switch-to-completions): No error if search for \n\n fails.
3981 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
3983         * simple.el (line-move-1):
3984         Respect `inhibit-line-move-field-capture' property.
3986 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
3988         * comint.el (comint-arguments): Mark backslash-escaped chars.
3989         (comint-delim-arg): Don't treat them as delimiters.
3991 2007-03-12  Kim F. Storm  <storm@cua.dk>
3992         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3994 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
3996         * tempo.el (tempo-insert): Deal with 'r> if it appears
3997         specified with a prompt argument.
3999 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
4001         * textmodes/org.el (org-set-font-lock-defaults):
4002         Handle narrow table columns correctly.
4004 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
4006         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4007         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4008         Return to use of the -no-properties variants.  There was
4009         consensus on emacs-devel that the speed of these variants was
4010         prefered since we are usually parsing files (from the internet
4011         or on disk) instead of XML created in Emacs.
4013         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4014         Add customize option.
4016 2007-03-12  Glenn Morris  <rgm@gnu.org>
4018         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4019         North American rule.  Replace "daylight savings" with "daylight
4020         saving" in doc.
4022         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4023         * calendar/lunar.el, solar.el: Replace "daylight savings" with
4024         "daylight saving" in text.
4026         * woman.el (woman-change-fonts): Tweak previous change by using
4027         woman-request-regexp rather than "^\\.".
4029         * startup.el (command-line-1): Make insertion of
4030         initial-scratch-message not depend on scratch being selected.
4032 2007-03-11  Juri Linkov  <juri@jurta.org>
4034         * replace.el (match): Use yellow background on light-bg terminals.
4036 2007-03-11  Richard Stallman  <rms@gnu.org>
4038         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4039         Correctly compute line number.
4041 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
4043         * type-break.el (type-break-get-previous-count):
4044         Repeat previous change here.
4046 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
4048         * progmodes/grep.el (grep-find-ignored-directories):
4049         Add .git and .bzr to list.
4051 2007-03-11  Andreas Schwab  <schwab@suse.de>
4053         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4055 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4057         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4059 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
4061         * faces.el (face-set-after-frame-default): Recalculate face
4062         customizations after applying X resources.
4064 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
4066         * net/rcirc.el (rcirc-timeout-seconds): New variable.
4067         (rcirc-keepalive-seconds): Remove variable.
4068         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4069         (rcirc-process, rcirc-user-disconnect): New variables.
4070         (rcirc-connect): Initalize new variables.
4071         (rcirc-keepalive): Don't send keepalive pings before connection
4072         is completed.
4073         (rcirc-sentinel): Do mark all channels with activity when
4074         connection is dropped.  Run hook with process buffer local.
4075         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4076         (rcirc-buffer-process): Return value of rcirc-process if
4077         rcirc-server-buffer is nil.
4078         (rcirc-server-name): Return the reported server name.
4079         (rcirc-update-prompt): Simplify computation of the server name.
4080         (rcirc-format-response-string): Likewise.
4081         (rcirc-handler-001): Mark server as connected, record the reported
4082         server name, and schedule a timeout.
4083         (rcirc-track-nick): Add a spec for the tty class.
4084         (rcirc-user-non-nick): Remove function.
4085         (rcirc-nick-prefix-chars): Add variable.
4086         (rcirc-user-nick): Use above variable.
4088 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4090         * icomplete.el (icomplete-tidy, icomplete-exhibit):
4091         Bind deactivate-mark to nil.
4093 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
4095         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4096         that buffer contents get erased during completion.
4098 2007-03-10  Glenn Morris  <rgm@gnu.org>
4100         * woman.el (woman-change-fonts): Add a hack to deal with
4101         font-escape followed by "." at start of a line.
4102         (woman2-IP): Add a hack to deal with consecutive requests.
4103         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4105 2007-03-10  Alan Mackenzie  <acm@muc.de>
4107         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4109 2007-03-09  Richard Stallman  <rms@gnu.org>
4111         * abbrev.el (abbrev): Add `provide'.
4113 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
4115         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4117 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
4119         * complete.el (PC-try-completion): New function.
4120         (PC-do-completion, read-file-name-internal): Use it instead of
4121         try-completion.
4123 2007-03-08  Alan Mackenzie  <acm@muc.de>
4125         Remove stale tokens from `c-found-types' cache.
4127         * progmodes/cc-mode.el (c-unfind-enclosing-token)
4128         (c-unfind-coalesced-tokens, c-before-change): New functions.
4129         (c-maybe-stale-found-type): New variable.
4131         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4132         (c-trim-found-types): New functions.
4134 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4136         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4137         (debug-ignored-errors): Add entry from smerge-match-conflict.
4139 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
4141         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4142         special help topics for keywords.
4143         (idlwave-help-assistant-command): Include ".exe" for ms-dos
4144         etc. Assistant command.
4146 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
4148         * replace.el (occur-engine): Move buffer-undo-list binding...
4149         (occur-1): ...to here.
4151         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4153         * simple.el (minibuffer-completing-symbol): New var.
4154         (eval-expression): Use it.
4155         (completion-setup-function): Don't bind completion-base-size when
4156         completing a symbol in the minibuffer.
4158 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
4160         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4161         tries to start a second session in graphical mode.
4163 2007-03-07  Miles Bader  <miles@gnu.org>
4165         * international/isearch-x.el
4166         (isearch-process-search-multibyte-characters):
4167         Strip text-properties from PROMPT to avoid an error from read-string.
4169 2007-03-07  Kim F. Storm  <storm@cua.dk>
4171         * complete.el (PC-bindings): Remap lisp-complete-symbol to
4172         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4174 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4176         * complete.el (PC-do-completion): Delete duplicates in the list of
4177         possible completions.
4179 2007-03-07  Glenn Morris  <rgm@gnu.org>
4181         * ses.el (ses-mode): Doc fix.
4183 2007-03-06  Kim F. Storm  <storm@cua.dk>
4185         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4187 2007-03-06  Kenichi Handa  <handa@m17n.org>
4189         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4191 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4193         * simple.el (completion-setup-function): Improve last fix so it doesn't
4194         set it to a relative directory name either.
4196 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4198         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4200 2007-03-05  Richard Stallman  <rms@gnu.org>
4202         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4204         * files.el (find-file-noselect): No error if file no longer exists.
4205         Display a message and avoid other questions.
4207 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4209         * pcomplete.el (pcomplete-show-completions): Improve last change, so
4210         as not to use an invisible window and to create a window if none exist.
4212         * progmodes/python.el (python-send-command): Restart proc if necessary.
4213         (python-proc): Simplify.
4215 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
4217         * pcomplete.el (pcomplete-show-completions): Search all frames for
4218         completions buffer.
4220 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
4222         * cus-edit.el (customize-save-variable): Clear customized-value
4223         property (saved values are now put in theme-value property).
4224         (customize-set-variable): Doc fix.
4226         * complete.el (PC-do-completion): If completion-ignore-case is
4227         non-nil, replace field with completion string before exiting.
4229 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
4231         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4232         Append its extension to the resulting temporary file name.
4233         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4235         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4236         (tramp-smb-handle-write-region): Apply it.
4238 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4240         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4241         Redo previous change.
4243 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4245         * diff-mode.el (diff-mode): Doc fix.
4247 2007-03-05  Kenichi Handa  <handa@m17n.org>
4249         * international/characters.el: Set category `l' (latin)
4250         for more characters.
4252 2007-03-04  Kim F. Storm  <storm@cua.dk>
4254         * emacs-lisp/authors.el (authors-aliases): Add alias.
4256 2007-03-04  Glenn Morris  <rgm@gnu.org>
4258         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4259         all when switching major mode.
4260         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4261         (hs-block-start-mdata-select, hs-block-end-regexp)
4262         (hs-forward-sexp-func, hs-adjust-block-beginning):
4263         Do not make these variables permanent-local.
4265 2007-03-04  Richard Stallman  <rms@gnu.org>
4267         * progmodes/cperl-mode.el (cperl-mode):
4268         Modify cperl-compilation-error-regexp-alist by appending.
4270         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4271         (edebug-mode): Add the hook.
4272         (edebug-recursive-edit): Remove the hook on exiting.
4274         * type-break.el (type-break-get-previous-time):
4275         Handle end-of-file errors specially
4276         so they don't get reported wrong in .emacs.
4278         * startup.el (fancy-splash-text): Clarify text.
4280         * simple.el (beginning-of-buffer, end-of-buffer):
4281         Avoid treating plain C-u like numeric arg.
4283         * simple.el (completion-setup-function): Don't set
4284         default-directory to nil.
4286         * shell.el (shell-dirstack-query): Doc fix.
4288         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4289         Don't select the window -- pass it to primitives instead.
4291         * faces.el (minibuffer-prompt): Use medium blue by default.
4293 2007-03-04  David Kastrup  <dak@gnu.org>
4295         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4296         Preserve 16 as default value for "seconds" when customizing.
4298 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
4300         * textmodes/org.el (org-self-insert-command)
4301         (orgtbl-self-insert-command, org-delete-char)
4302         (org-delete-backward-char): Set the `flyspell-delayed' property.
4304 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
4306         * international/mule.el (find-auto-coding): Don't search for
4307         line-ending characters past the end of the tail.
4309 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
4311         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4312         Jump to the line where new score has been uploaded.
4314         * play/tetris.el (tetris-move-bottom, tetris-move-left)
4315         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4316         Do nothing when the game is paused.
4318 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
4320         * textmodes/org.el (org-set-tags): Prevent slipping of point
4321         during completion.
4323 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4325         * isearch.el (isearch-message-prefix):
4326         Use minibuffer-prompt-properties.
4328 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4330         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4331         (ps-setup): Print which Emacsen is running ps-print package.
4333 2007-03-01  Stuart Herring  <herring@lanl.gov>
4335         * files.el (set-auto-mode-0): Use `indirect-function'.
4336         (hack-one-local-variable): Don't reapply current major mode.
4338 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4340         * progmodes/python.el (python-quote-syntax): Don't bother with
4341         syntax-ppss-context.
4342         (python-fill-paragraph): Make sure that fenced-string delimiters that
4343         stand on their own line stay there.
4345 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4347         * replace.el (perform-replace): Propertize message.
4349 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
4351         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
4352         invisible heading.
4354 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
4356         * net/tramp.el (tramp-file-name-handler): Revert last change.
4358 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
4360         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
4361         Correct doc strings.
4363 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
4365         * replace.el (perform-replace): Undo forward-char immediately if
4366         non-adjacent search fails.
4368 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4370         * version.el (emacs-major-version, emacs-minor-version):
4371         string-to-int -> string-to-number.
4373 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
4375         * help.el (where-is): Fail gracefully when not passed a command.
4377 2007-02-28  Stuart Herring  <herring@lanl.gov>
4379         * find-lisp.el (find-lisp-default-directory-predicate):
4380         Fix bug: Do symlink check on expanded filename.
4382 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
4384         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
4385         changes during replacement.
4386         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
4388 2007-02-28  Lars Hansen  <larsh@soem.dk>
4390         * desktop.el: Delete header line listing me as maintainer.
4392 2007-02-28  Glenn Morris  <rgm@gnu.org>
4394         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
4395         the menus case.
4397 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
4399         * net/tramp.el (tramp-file-name-handler): Inhibit modification
4400         hooks to avoid confusion when combining after-change calls.
4402 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
4404         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
4405         now that pgg-gpg-process-region correctly honors passed-in passphrase.
4406         (allout-distinctive-bullets-string): Add info about bullet conventions.
4407         (allout-mode): Add info about distinctive vs plain bullets.
4409 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
4411         * textmodes/org.el (org-archive-subtree): Quote variable name.
4412         (org-agenda-get-todos): Make sure skip properties are checked correctly.
4414 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
4416         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4417         (gud-bashdb-command-name, bashdb): Remove.
4418         (gud, gud-menu-map): Remove references to bash/bashdb.
4420 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
4422         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4423         keyword for Python 2.5.
4425 2007-02-26  Romain Francoise  <romain@orebokech.com>
4427         * net/net-utils.el (whois-server-tld): Update server for .org.
4428         (whois-server-list): Add whois.publicinterestregistry.net.
4429         (whois-guess-server): Fix formatting in docstring.
4431 2007-02-26  Kim F. Storm  <storm@cua.dk>
4433         * mouse.el (mouse-show-mark): Run hooks and perform command
4434         remapping for mouse-region-delete-keys.
4436 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4438         * font-core.el (font-lock-mode): Doc fix.
4440 2007-02-25  Kim F. Storm  <storm@cua.dk>
4442         * ido.el (ido-buffer-internal): Set this-command to fallback command.
4443         Add selected buffer to buffer-name-history.
4444         (ido-file-internal): Set this-command to fallback command.
4445         Add file names to file-name-history.
4447         * emacs-lisp/map-ynp.el (map-y-or-n-p):
4448         Apply minibuffer-prompt-properties.
4450 2007-02-25  Andreas Schwab  <schwab@suse.de>
4452         * files.el (hack-one-local-variable-eval-safep): Correct handling
4453         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
4455 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
4457         * textmodes/org.el (org-table-overlay-coordinates)
4458         (org-table-toggle-coordinate-overlays): New functions.
4459         (org-table-overlay-coordinates, org-table-coordinate-overlays):
4460         New variables.
4461         (org-startup-with-deadline-check): Remove option.
4462         (org-mode): Remove deadline check on startup.
4463         (org-table-limit-column-width): Remove option.
4464         (org-table-formula-numbers-only): Remove option.
4465         (org-link-style, org-link-format): Remove options.
4466         (org-select-agenda-window, org-fit-agenda-window): Remove options.
4467         (org-export-ascii-show-new-buffer)
4468         (org-export-html-show-new-buffer): Remove options.
4469         (org-activate-links): Remove camel option.
4470         (org-file-link-context-use-camel-case): Remove option.
4471         (org-camel-regexp): Remove variable.
4472         (org-activate-camels): Remove function.
4473         (org-store-link): Remove Camel stuff.
4474         (org-make-org-heading-camel): Remove function.
4475         (org-open-at-point): Remove camel stuff.
4476         (org-link-search): Remove camel stuff.
4477         (org-camel-to-words): Function removed.
4478         (org-get-agenda-file-buffer): Make sure we prepare the base
4479         buffers, not any indirect buffers.
4480         (org-sort-entries): Sort top-level when not on a headline, and no
4481         active region.
4482         (org-in-regexp): New function.
4483         (org-search-not-self): Rename from `org-search-not-link'.
4484         (org-open-link-marker): New variable.
4485         (org-open-at-point): Set `org-open-link-marker'.
4486         (org-print-icalendar-entries): Fixe bug with excluding DONE
4487         entries from the exported list.
4488         (org-edit-formula-lisp-indent): New command.
4489         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4490         (orgtbl-to-latex, orgtbl-insert-radio-table)
4491         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4492         (orgtbl-radio-table-templates): New option.
4493         (org-store-link-props):
4494         (org-remember-templates): More possibilities to insert info
4495         into templates.
4496         (org-remember-apply-template): Make use of the extended
4497         template capabilities.
4498         (org-remember-redo-template): New command.
4499         (org-upgrade-old-links)
4500         (org-table-modify-formulas, org-table-replace-in-formulas)
4501         (org-table-find-dataline)
4502         (org-table-get-vertical-vector): Remove functions.
4503         (org-table-remove-rectangle-highlight)
4504         (org-time-stamp-format, org-toggle-log-option)
4505         (org-table-highlight-rectangle)
4506         (org-table-iterate, org-table-make-reference):
4507         (org-translate-time, org-tree-to-indirect-buffer)
4508         (org-table-field-info, org-table-fix-formulas)
4509         (org-table-force-dataline, org-table-get-descriptor-line)
4510         (org-table-get-range)
4511         (org-skip-comments, org-sort)
4512         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4513         (org-table-current-dline, org-table-current-field-formula)
4514         (org-table-edit-backward-field)
4515         (org-table-edit-formulas-post-command)
4516         (org-table-edit-line-down, org-table-edit-line-up)
4517         (org-agenda-archive)
4518         (org-agenda-clock-cancel)
4519         (org-agenda-clock-out, org-agenda-list-stuck-projects)
4520         (org-agenda-open-link, org-agenda-show-new-time)
4521         (org-agenda-skip-subtree-when-regexp-matches)
4522         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4523         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4524         (org-do-sort, org-file-image-p, org-find-overlays)
4525         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4526         (org-highlight-until-next-command, org-isearch-end)
4527         (org-match-any-p, org-next-link, org-previous-link):
4528         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4529         (org-rewrite-old-row-references)
4530         (org-isearch-post-command)
4531         (org-table-edit-move, org-table-edit-next-field)
4532         (org-table-edit-scroll, org-table-edit-scroll-down)
4533         (org-set-frame-title, org-show-reference)
4534         (org-unhighlight-once, org-verify-change-for-undo): New functions.
4535         (org-show-variable): Remove command.
4536         (org-add-log-maybe): New arguments STATE, FINDPOS
4537         (org-table-sort-lines): Rewrite from scratch.
4538         (org-link-search): New argument AVOID-POS.
4539         (org-print-icalendar-entries): Remove argument CATEGORY.
4540         (org-run-agenda-series): Remove argument WONDOW.
4541         (org-next-link, org-previous-link): New commands.
4542         (org-agenda-date-format): New option.
4543         (org-table-iterate): New command.
4544         (org-table-modify-formulas)
4545         (org-table-replace-in-formulas): Remove functions.
4546         (org-table-fix-formulas): New function.
4547         (org-table-insert-column, org-table-delete-column)
4548         (org-table-move-column): Use `org-table-fix-formulas'.
4549         (org-follow-gnus-link): Patch from Bastien/Leo.
4550         (org-table-current-field-formula): New function.
4551         (org-file-image-p): New function.
4552         (org-agenda-show-new-time): New function.
4553         (org-agenda-date-later): Call `org-agenda-show-new-time'.
4554         (org-with-remote-undo): New macro.
4555         (org-agenda-undo): New command.
4556         (org-verify-change-for-undo): New function.
4557         (org-time-stamp-format): New function.
4558         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
4559         by user.
4560         (org-match-any-p): New function.
4561         (org-make-tags-matcher): Handle regular expressions for tag and
4562         todo matches.
4563         (org-read-date): Accept "+N" as input for a date relative to the
4564         current date.
4565         (org-remove-subtree-entries-from-agenda): New function.
4566         (org-agenda-archive, org-agenda-kill):
4567         Use `org-remove-subtree-entries-from-agenda'.
4568         (org-do-sort, org-sort-entries): New functions.
4569         (org-sort): New command.
4570         (org-table-sort-lines): Use `org-do-sort'.
4571         (org-fix-decoded-time): New function.
4572         (org-table-number-regexp): Require 0x... to identify as number
4573         in tables.
4574         (org-startup-options): New keywords for note taking.
4575         (org-upgrade-old-links): Remove function.
4576         (org-get-repeat): New function.
4577         (org-show-context): Also show siblings on current level.
4578         (org-show-siblings): New function.
4579         (org-isearch-end, org-isearch-post-command): New functions.
4580         (org-show-siblings): New option.
4581         (org-show-context): Use `org-show-siblings'.
4582         (org-table-maybe-recalculate-line): No longer require `calc-eval'
4583         to be bound, because user may just use elisp.
4585 2007-02-24  Kim F. Storm  <storm@cua.dk>
4587         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4588         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4590 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
4592         * startup.el (command-line): Also check if the abbrev file is readable.
4594 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4596         * net/tls.el (tls-certtool-program): Fix custom type.
4598         * mail/feedmail.el (feedmail-message-id-generator)
4599         (feedmail-date-generator): Fix custom types.
4601         * mail/rmail.el (rmail-message-filter): Fix custom type.
4603 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
4605         * startup.el (command-line): If simple.el cannot be found, proceed
4606         with a warning message.
4608 2007-02-24  Kenichi Handa  <handa@m17n.org>
4610         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4611         case that BEG is a string.
4613 2007-02-24  Chris Moore  <dooglus@gmail.com>
4615         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4616         * pgg-pgp.el (pgg-pgp-encrypt-region):
4617         * pgg-gpg.el (pgg-gpg-encrypt-region):
4618         Check pgg-encrypt-for-me if no other recipients.
4620 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
4622         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4624         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4625         shell-quote-argument.
4627 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4629         * comint.el (comint-read-input-ring): Use comint-input-ring-size
4630         from the comint buffer instead of the temporary one.
4632 2007-02-23  David Reitter  <david.reitter@gmail.com>
4634         * cus-edit.el (custom-save-all): Canonicalize custom-file before
4635         storing it in recentf-exclude.
4637 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
4639         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4640         in splash screen.
4642 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
4644         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4645         commands, for restart.
4646         (idlwave-shell-current-module): Fix handling of module name by type.
4647         (idlwave-shell-break-in): Update type handling.
4648         (idlwave-shell-bp-get): Encode type in BP structure.
4649         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4650         (idlwave-shell-module-source-query): Query routine info based on type.
4651         Fix path parsing for non-compiled files.
4652         (idlwave-shell-module-source-filter): Don't signal error in filter
4653         if no source found.
4654         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4655         filter race.
4657 2007-02-22  Kim F. Storm  <storm@cua.dk>
4659         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4660         (editable-field): Document need to put some text before the %v
4661         escape in :format string.
4663 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4665         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4666         (vc-svn-use-edit): Remove unused config var.
4667         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4669         * outline.el (hide-sublevels): Keep empty last line, if available.
4671         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4672         rather than the corresponding unicode char, to make the code
4673         more readable.
4675 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
4677         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4678         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4679         (speedbar-item-info-tag-helper): Doc fixes.
4681 2007-02-19  Kenichi Handa  <handa@m17n.org>
4683         * international/mule-cmds.el (locale-language-names):
4684         Map "eo" to "Esperanto".
4686         * language/european.el ("Esperanto"): New language environment.
4688 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
4690         * simple.el (kill-line): Doc fix.
4692 2007-02-17  Kim F. Storm  <storm@cua.dk>
4694         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4695         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4696         (bindat--unpack-group, bindat--pack-group):
4697         Handle vectors with optional element type.
4699 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
4701         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4702         if PASSPHRASE is given.
4704 2007-02-17  Chris Moore  <dooglus@gmail.com>
4706         * jka-cmpr-hook.el (jka-compr-compression-info-list):
4707         Recognize backups of bz2 compressed files.
4709 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
4711         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4712         to nil to speed up lookup of the symbol in index nodes.
4714 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4716         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4717         Add indentation for the constants of Lisp.
4719 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4721         * ps-print.el: Use (defvar <foo>) where applicable.
4722         (ps-print-emacs-type): Remove.
4723         (ps-x-frame-property, ps-e-frame-parameter): Remove.
4724         (ps-frame-parameter): Align its call-convention with frame-parameter.
4725         (ps-begin-job): Adjust calls to it appropriately.
4726         (ps-setup): Don't print ps-print-emacs-type.
4727         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4728         Define in such a way that it's obvious that it's defined.
4729         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4730         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4731         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4733 2007-02-15  Alan Mackenzie  <acm@muc.de>
4735         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4736         an empty one-line C-style comment, post-position point properly.
4738 2007-02-15  Chris Moore  <dooglus@gmail.com>
4740         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4741         (isearch-lazy-highlight-new-loop): Bind it.
4742         (isearch-lazy-highlight-search): Use it.
4744         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4746 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4748         * font-lock.el (font-lock-extend-region-wholelines):
4749         Only return non-nil if the region has really been changed.
4750         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4752 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4754         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4755         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4756         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4758 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
4760         * faces.el (color-values): Revert changes to docstring from
4761         2007-01-31 and 2000-09-07.
4763         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4764         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4765         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4766         (ispell-help): Fix typos in docstring and output message.
4768 2007-02-14  Kim F. Storm  <storm@cua.dk>
4770         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4771         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4772         (grep): Fix lgrep reference.
4774         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4775         (standard-display-underline): Use make-glyph-code.
4777         * descr-text.el (describe-char): Use glyph-char and glyph-face.
4779         * international/latin1-disp.el (latin1-display-char):
4780         Use make-glyph-code.
4782 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
4784         * ehelp.el (with-electric-help, electric-help-exit)
4785         (electric-help-retain): Doc fixes.
4787         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4788         (byte-compile-file): Doc fixes.
4790 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4792         * term/mac-win.el: Change all uses of
4793         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4794         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4795         (mac-ae-get-url): Call select-frame-set-input-focus.
4796         (mac-dnd-handle-drag-n-drop-event): Don't call
4797         select-frame-set-input-focus.
4799 2007-02-13  Kenichi Handa  <handa@m17n.org>
4801         * international/characters.el: Fix documentation of category `a'.
4803 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
4805         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4807 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
4809         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4810         (tramp-get-remote-ln): Handle error case.
4811         Reported by Chris Moore <dooglus@gmail.com>.
4813 2007-02-11  Kim F. Storm  <storm@cua.dk>
4815         * bindings.el (ctl-x-map): Remove register compatibility bindings
4816         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4818 2007-02-11  Richard Stallman  <rms@gnu.org>
4820         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4821         in load history.
4823         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4824         condition -- don't fail to stop at endpos.
4826 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
4828         * textmodes/org.el (org-agenda-get-todos)
4829         (org-agenda-get-timestamps, org-agenda-get-closed)
4830         (org-agenda-get-deadlines, org-agenda-get-scheduled)
4831         (org-agenda-get-blocks, org-format-agenda-item)
4832         (org-agenda-change-all-lines, org-scan-tags): Rename text property
4833         from `category' to `org-category'.
4835 2007-02-11  Kenichi Handa  <handa@m17n.org>
4837         * international/titdic-cnv.el (titdic-convert): Force files be written
4838         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
4839         (miscdic-convert): Force files be written with Unix-like eol format.
4841 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
4843         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4845         * calculator.el (calculator-prompt): Doc fix.
4846         (calculator-mode-map): Fix typo in menu entry.
4848 2007-02-10  Jay Belanger  <belanger@truman.edu>
4850         * calculator.el (calculator): Do more extensive checking for when
4851         3 lines should be used for the calculator.
4853 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
4855         * info-look.el (info-lookup-make-completions):
4856         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4857         index nodes.
4859         * info.el (Info-fontify-maximum-menu-size): Document the effect
4860         of a nil value.
4861         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4862         non-nil before using it as size.
4864 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
4866         * subr.el (insert-for-yank-1): Prevent read-only properties from
4867         interfering with text property operations.
4869         * image-mode.el (image-mode): Revert 2007-01-30 changes.
4871         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4872         (image-type-auto-detected-p): Fail if another match is found in
4873         auto-mode-alist.
4875         * files.el (magic-mode-alist): Call image-mode instead of
4876         image-mode-maybe for autodetected images.
4878 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
4880         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4881         Fix typos in docstrings.
4882         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4884 2007-02-09  Kim F. Storm  <storm@cua.dk>
4886         * emacs-lisp/float-sup.el: Remove obsolete comment.
4888 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4890         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4892 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4894         * simple.el: Revert previous change, at request of RMS:
4895         (fundamental-mode-hook): Remove.
4896         (fundamental-mode): Run after-change-major-mode-hooks manually,
4897         and don't run the now-nonexistent fundamental-mode-hook.
4899 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4901         * simple.el (fundamental-mode-hook): Declare new hook.
4902         (fundamental-mode): Run the new dedicated hook, and don't run
4903         after-change-major-mode-hooks manually anymore.
4905 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4907         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4908         added columns of chars.  Remove support for the "no-meta-info" format.
4909         Prompted by Romain Francoise <romain@orebokech.com>.
4911 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4913         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4914         (gdb-mouse-until, gdb-mouse-jump): Use it.
4916 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4918         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4919         work when there is just an assembler buffer (no source buffer).
4921 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
4923         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4924         just because the diff was produced using "-p" (--show-c-function).
4926 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
4928         * faces.el (frame-set-background-mode): Use `color-values' and
4929         `display-color-p', not `x-color-values' and `x-display-color-p'.
4930         (face-valid-attribute-values): Use `defined-colors' instead of
4931         `x-defined-colors'.
4933 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4935         * ps-print.el: The ps-print commands without face printing should not
4936         print background color.  Reported by Leo <sdl.web@gmail.com>.
4937         (ps-print-version): New version 6.7.3.
4938         (ps-begin-job): New arg.  Fix ps-default-background and
4939         ps-default-foreground initialization.
4940         (ps-face-attributes): Fix doc string.
4941         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4943         * printing.el: Fix ps-print link.
4945 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
4947         * faces.el (face-set-after-frame-default): Compile attributes to
4948         be set by frame parameters before merging in X resources.
4950 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
4952         * simple.el (blink-matching-paren-dont-ignore-comments):
4953         (blink-matching-paren-on-screen): Doc fixes.
4955 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
4957         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4959 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
4961         * loadhist.el (unload-feature): Silently ignore `load-history' entries
4962         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4963         entries like `defun'.  Return nil.
4965 2007-02-05  Kim F. Storm  <storm@cua.dk>
4967         * ido.el: Doc fixes.
4969 2007-02-04  David Kastrup  <dak@gnu.org>
4971         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4972         `mpuz-allow-double-multiplicator' is non-zero, and correct
4973         calculation of `min'.
4975 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
4977         * wid-edit.el (widget-default-create): Insert new text at the
4978         :from marker _after_ the marker, not before it.
4980 2007-02-04  Alan Mackenzie  <acm@muc.de>
4982         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4983         containing it is re-indented.
4985 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4987         * net/newsticker.el (newsticker--insert-image): Update docstring,
4988         and insert the image directly.
4989         (newsticker--buffer-redraw): Update docstring.
4991         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4992         Rename from define-global-minor-mode.
4994         * progmodes/cwarn.el (global-cwarn-mode):
4995         * emacs-lisp/autoload.el (make-autoload):
4996         * hi-lock.el (global-hi-lock-mode):
4997         * font-core.el (global-font-lock-mode): All callers changed.
4999 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
5001         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5002         Don't copy @ignore lines into menu descriptions.
5003         (texinfo-multi-file-update): Goto the @node line before attempting
5004         to pluck the node name.
5005         (texinfo-multiple-files-update): Reverse the optional arguments'
5006         order, as per the doc string and the `interactive' form.
5008 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
5010         * image-mode.el: Use autoload to avoid overriding disabled setting
5011         applied in .emacs.
5013 2007-02-03  Alan Mackenzie  <acm@muc.de>
5015         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5016         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
5017         adjacent paren groups).
5019 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5021         * progmodes/ebnf2ps.el: Doc fixes.
5022         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5024 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
5026         * dired-x.el (dired-do-relsymlink): Add reference to
5027         dired-do-symlink.  Add an autoload cookie.
5029         * dired-aux.el (dired-do-symlink): Add reference to
5030         dired-do-relsymlink.
5032 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
5034         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5035         <left-fringe mouse-3>: New bindings.
5037 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
5039         * net/newsticker.el (newsticker-version): Changed to "1.10".
5040         (newsticker--set-customvar): Doc string.
5041         (newsticker-new-item-face): Doc string.
5042         (newsticker-mode): Initialize `invisibility-spec' with t.
5043         (newsticker-mode-map): Added
5044         `newsticker-mark-all-items-at-point-as-read'.
5045         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5046         (newsticker-w3m-show-inline-images): Do not call
5047         `w3m-remove-image'.
5048         (newsticker--buffer-after-w3m-insert-image): New advice for
5049         w3m-insert-image to cache images.
5050         (newsticker-next-item-same-feed): New.
5051         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5052         (newsticker-mark-all-items-of-feed-as-read): New.
5053         (newsticker-mark-all-items-at-point-as-read): Use new functions.
5054         (newsticker-mark-item-at-point-as-read): Doc string.
5055         (newsticker-mark-item-at-point-as-read): Use new functions.
5056         (newsticker--do-mark-item-at-point-as-read): New, extracted from
5057         `newsticker-mark-item-at-point-as-read'.
5058         (newsticker-hide-entry): Use (t) instead of t for invisibility.
5059         (newsticker--sentinel): Yet another xml-parser workaround.
5060         (newsticker--decode-iso8601-date): Bugfix for datestrings without
5061         days.
5062         (newsticker--buffer-do-insert-text): Fix.
5063         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
5064         (newsticker--buffer-make-item-completely-visible):
5065         `switch-to-buffer' not necessary.
5067 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
5069         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5070         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5071         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5072         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5073         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5075 2007-02-02  Kenichi Handa  <handa@m17n.org>
5077         * international/quail.el (quail-show-key): Fix an error message.
5079 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
5081         * faces.el (set-face-underline-p, modify-face): Rename arg
5082         UNDERLINE-P to UNDERLINE (it is not a flag).
5084 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
5086         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5087         when adding gdb-speedbar-update to gdb-input-queue.
5089 2007-02-01  Kenichi Handa  <handa@m17n.org>
5091         * international/quail.el (quail-show-key): Signal an error if the
5092         current input method is not using Quail.
5094 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
5096         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5097         Trim leading whitespace in sysvar names.
5099 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
5101         * faces.el (internal-find-face, internal-get-face): Doc fixes.
5103 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
5105         * ido.el (ido-set-common-completion): Use `let', not `let*'.
5107 2007-01-31  Romain Francoise  <romain@orebokech.com>
5109         * comint.el: Delete extra copy of `comint-copy-old-input' added in
5110         previous change to this file.
5112 2007-01-31  Jason Rumney  <jasonr@gnu.org>
5114         * files.el (magic-mode-alist): Use image-mode-maybe rather than
5115         image-mode.
5117         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5118         interfering with attempt to set major mode from modified
5119         auto-mode-alist.
5121 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
5123         * faces.el (color-values): Doc fix.
5124         (face-differs-from-default-p): Don't check :foreground twice.
5126 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
5128         * comint.el (comint-mode): Prevent non-keyword fontification by default.
5130 2007-01-31  Kenichi Handa  <handa@m17n.org>
5132         * international/quail.el (quail-store-decode-map-key): Store a
5133         translated character too.
5134         (quail-char-equal-p): New function.
5135         (quail-find-key1): Check character equality by quail-char-equal-p.
5136         (quail-decode-map-generated): New variable.
5137         (quail-find-key): Check quail-decode-map-generated and re-generate
5138         a decode map if necessary.
5140 2007-01-30  Richard Stallman  <rms@gnu.org>
5142         * tutorial.el (tutorial--detailed-help): Make the list of
5143         changed keys look nicer.
5145 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
5147         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5148         (gdb-var-delete): Use it.
5149         (gdb-var-update-handler-1): Handle value "invalid" for MI field
5150         `in_scope'.
5152 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
5154         * files.el (get-free-disk-space): Return nil for remote directories.
5156         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5157         instead of "dir".
5159 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
5161         * type-break.el (type-break-catch-up-event): New function.
5162         (type-break-demo-hanoi, type-break-demo-life)
5163         (type-break-demo-boring): Use it.
5165         * image-mode.el (image-mode): Don't automatically view as image.
5166         (image-toggle-display): Add `disabled' property.
5168 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5170         * isearchb.el (isearchb-iswitchb):
5171         * ps-print.el (ps-build-face-reference):
5172         * emacs-lisp/shadow.el (list-load-path-shadows):
5173         * eshell/esh-cmd.el (eshell-rewrite-for-command):
5174         * international/mule.el (find-auto-coding):
5175         * mail/supercite.el (sc-attrib-selection-list):
5176         * progmodes/cc-defs.el (c-emacs-features):
5177         * progmodes/cc-vars.el (c-offsets-alist):
5178         * progmodes/flymake.el
5179         (flymake-init-create-temp-source-and-master-buffer-copy):
5180         Fix typos in docstrings (some suggested by Chris Moore).
5182         * progmodes/vhdl-mode.el (vhdl-components-package-name)
5183         (vhdl-get-library-unit, vhdl-corresponding-begin)
5184         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5185         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5186         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5187         (vhdl-font-lock-match-item): Fix typos in docstrings.
5188         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5189         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5190         (vhdl-speedbar-insert-project-hierarchy):
5191         Improve argument/docstring consistency.
5193 2007-01-29  Kenichi Handa  <handa@m17n.org>
5195         * international/titdic-cnv.el (py-converter): Fix previous change.
5197 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
5199         * jka-compr.el (jka-compr-partial-uncompress)
5200         (jka-compr-call-process): Rebind default-directory if it is
5201         invalid.  Suggested by Chris Moore.
5203         * comint.el (comint-insert-input): Handle situation where the
5204         selected buffer is not the clicked buffer.
5206 2007-01-29  Kenichi Handa  <handa@m17n.org>
5208         * international/ja-dic-cnv.el (skkdic-convert):
5209         Add byte-compile-disable-print-circle:t at the head.
5211         * international/titdic-cnv.el (tit-process-header):
5212         Add byte-compile-disable-print-circle:t at the head.
5213         (miscdic-convert): Likewise.
5214         (py-converter): Skip the header comments.
5216         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5217         New variable.
5218         (byte-compile-output-file-form): Bing print-circle to nil if
5219         byte-compile-output-file-form is not nil.
5220         (byte-compile-output-docform): Likewise.
5222 2007-01-28  Kim F. Storm  <storm@cua.dk>
5224         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5225         Declare earlier to avoid byte compiler warnings.
5227 2007-01-28  Markus Triska  <markus.triska@gmx.at>
5229         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5231 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
5233         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5234         (gamegrid-add-score-with-update-game-score-1): Allow local quits
5235         when calling update-game-score program.  Remove unnecessary
5236         save-excursion.
5238         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5240 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
5242         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5243         avoid compiler warning.
5244         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5245         might have values other than "true" or "false".
5247 2007-01-28  Richard Stallman  <rms@gnu.org>
5249         * textmodes/fill.el (fill-paragraph-function): Doc fix.
5250         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5252         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5254         * image.el (image-type-header-regexps): Make GIF regex more specific.
5256         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5257         Don't check `backspace'.
5258         (tutorial--find-changed-keys): Look up bindings in a temp buffer
5259         in Fundamental mode.
5261         * startup.el (fancy-splash-text, normal-splash-screen):
5262         Mention C-g.
5264         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5265         when inserting in buffer.
5267         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5268         inside the if.
5270 2007-01-27  Richard Stallman  <rms@gnu.org>
5272         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5274 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
5276         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5277         enum/union/struct/class definition.
5278         Revert change to call `forward-sexp' multiple times.
5280 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
5282         * files.el (hack-local-variables-confirm): Don't keep trying to
5283         read an event from an empty kbd macro.
5285 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
5287         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5289 2007-01-27  Ben North  <ben@redfrontdoor.org>
5291         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
5292         the arg CHILDREN -> WHICH.
5294 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
5296         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5297         default-directory to a sane value when calling start-process.
5299 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
5301         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5302         (ls-lisp-format-time-list): Doc fix.  Mention
5303         ls-lisp-use-localized-time-format.
5304         (ls-lisp-format-time): Use ls-lisp-format-time-list if
5305         ls-lisp-use-localized-time-format is non-nil, even if a valid
5306         locale is defined.
5308 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
5310         * jka-compr.el (jka-compr-shell): Doc fix.
5312         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5314 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5316         * ps-print.ps: Fix background height.
5317         (ps-print-version): New version 6.7.2.
5319 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
5321         * makefile.w32-in (finder-data, custom-deps): Depend on
5322         $(lisp)/loaddefs.el.
5324 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5326         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5328 2007-01-24  Miles Bader  <miles@gnu.org>
5330         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5331         (byte-compile-output-docform): Bind `print-circle' to t.
5333 2007-01-24  Kenichi Handa  <handa@m17n.org>
5335         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5336         file name of the original SKK dictionary file.
5338 2007-01-24  Kim F. Storm  <storm@cua.dk>
5340         * ido.el (ido-initial-position): New variable.
5341         (ido-read-internal): Set it if default item is specified.
5342         (ido-minibuffer-setup): Position cursor accordingly if set.
5343         (ido-edit-input): C-e moves to end of input if not already there.
5344         (ido-magic-backward-char): C-b does like M-b if prev char is /.
5345         Don't switch to buffer mode if repeating C-b at start of input.
5346         (ido-toggle-ignore): C-a only toggles ignore at start or end of
5347         input; else it moves to start of input.
5348         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
5349         not at end of input, delete rest of input, rather than normal op.
5351 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5353         * emulation/viper-keym.el (viper-insert-basic-map):
5354         Delete binding for S-TAB.
5356         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
5357         of message.  Activate mark.
5358         (ediff-activate-mark): Set transient-mark-mode to t.
5360         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
5362 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
5364         * help-fns.el (describe-variable): Don't suppress display of
5365         buffer local value when the value is "large".
5367 2007-01-22  Kim F. Storm  <storm@cua.dk>
5369         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5370         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
5371         (ido-tidy): Use ido-active.
5373 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
5375         * hexl.el (hexl-mode-exit): Add missing quote.
5377 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5379         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
5380         (mac-ae-keyboard-modifiers): New function.
5381         (mac-handle-toolbar-switch-mode): Use it.
5382         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
5383         if keyboard modifiers on drop contain option key.
5384         (mac-dnd-drop-data): Add optional argument `action'.
5385         (special-event-map): Remove binding for M-drag-n-drop.
5387 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
5389         * add-log.el (add-log-current-defun): Use CC Mode functions to
5390         find the beginning and end of a defun.
5392 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
5394         * progmodes/gdb-ui.el (gdb-var-create-regexp)
5395         (gdb-var-create-handler): Handle value field in GDB output of
5396         -var-create.
5397         (gdb-max-frames): New variable.
5398         (gdb-stack-buffer, gdb-frames-select): Use it.
5399         (gdb-info-stack-custom): Help user customize gdb-max-frames,
5400         if necessary.
5401         (gdb-get-frame-number): Simplify.
5403 2007-01-21  Glenn Morris  <rgm@gnu.org>
5405         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
5406         Update copyrights.
5408 2007-01-21  Alan Mackenzie  <acm@muc.de>
5410         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
5411         handling of K&R stuff.
5413 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5415         * textmodes/bibtex.el (bibtex-files): Fix customization type.
5417 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5419         * ps-print.el: Handle frame parameters (background and/or foreground
5420         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
5421         (ps-print-version): New version 6.7.1.
5422         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5423         (ps-frame-parameter): New fun.
5424         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5425         Fix doc and customization.
5426         (ps-begin-job): Get frame parameters (background and/or foreground
5427         colors).
5428         (ps-do-despool): Ensure ps-printer-name has a valid value.
5430 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
5432         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5433         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5434         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5435         mean unlimited.
5437 2007-01-20  Alan Mackenzie  <acm@muc.de>
5439         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5440         much more rigorous analysis of putative K&R regions.
5442 2007-01-20  Alan Mackenzie  <acm@muc.de>
5444         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5445         New functions.
5447 2007-01-20  Alan Mackenzie  <acm@muc.de>
5449         * progmodes/cc-align.el, progmodes/cc-cmds.el,
5450         * progmodes/cc-defs.el, progmodes/cc-engine.el,
5451         * progmodes/cc-langs.el, progmodes/cc-styles.el,
5452         * progmodes/cc-vars.el: Add my name.
5454 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
5456         * files.el (find-alternate-file): Revert query message to Emacs 21
5457         version.
5459 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5461         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5462         the doc string how to use personal abbrevs without electric
5463         keywords.
5465 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5467         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5468         Fixed cursor position when toggle abbreviated display.
5470 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
5472         * t-mouse.el: Update copyright following assignment by
5473         Alessandro Rubini.
5475 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
5477         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5478         (type-break-demo-boring): Call read-event instead of read-char.
5480 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
5482         * progmodes/compile.el: Add handling for makepplog.
5484 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5486         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5487         aspell dictionaries are initialized when called non-interactively.
5489 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
5491         * progmodes/compile.el (compilation-loop): New arg limit.
5492         Handle case where the first error is at point-min.
5493         (compilation-next-error): New arg to compilation-loop call.
5495 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
5497         * info.el (Info-default-dirs): Change default info dir to
5498         share/info.
5500         * paths.el (Info-default-directory-list): Ditto.
5502 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
5504         * hexl.el (hexl-before-revert-hook): New function.
5505         (hexl-mode): Use it.
5506         (hexl-after-revert-hook): Just call hexl-mode.
5507         (hexl-mode-exit): Remove before-revert-hook.
5509 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5511         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5513 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
5515         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5516         by "-" in francais7 otherchars entry.
5517         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5518         otherchars entry.
5520 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
5522         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5523         path.  Rewrite function in `cond' style for readability.
5525         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5526         (The path shortening, that is, not the rearrarangement.)
5528 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5530         * term/mac-win.el (mac-ae-quit-application): New function.
5531         (mac-apple-event-map): Bind "quit application" Apple event to it.
5533 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5535         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5536         than the program's output.
5538 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
5540         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5541         (kmacro-start-macro-or-insert-counter)
5542         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5543         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5545         * longlines.el (longlines-show-hard-newlines):
5546         * ruler-mode.el (ruler-mode-ruler):
5547         * emulation/keypad.el (keypad-setup):
5548         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5549         Fix typo in docstring.
5551 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
5553         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
5554         Remove redirect character ">".
5556 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
5558         * replace.el (perform-replace): Remove leftover code.
5560 2007-01-12  Richard Stallman  <rms@gnu.org>
5562         * replace.el (perform-replace): Don't clear NODENT when computing
5563         the replacement string.
5565 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
5567         * net/tramp.el (tramp-handle-file-local-copy):
5568         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
5569         <christopher.ian.moore@gmail.com>.
5571 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5573         * diff-mode.el (diff-sanity-check-context-hunk-half)
5574         (diff-sanity-check-hunk): New functions.
5575         (diff-find-source-location): Use'em to check the hunks are well-formed.
5577         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5578         activate undo when undo is not active.
5579         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5581 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5583         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5584         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5585         (ffap-url-at-point): Use char-classes rather than "a-z".
5587 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
5589         * ediff-init.el (ediff-autostore-merges):
5590         * textmodes/fill.el (fill-region): Doc fix.
5592 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5594         * server.el (server-ensure-safe-dir): UIDs may be floats.
5596 2007-01-10  Richard Stallman  <rms@gnu.org>
5598         * battery.el (battery-linux-proc-acpi): Use ignore-errors
5599         around calls to directory-files.
5601         * subr.el (momentary-string-display): Use save-excursion.
5603         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5604         argument, but read it as `X' does.
5606 2007-01-09  Juri Linkov  <juri@jurta.org>
5608         * info.el (Info-fontify-node): Don't hide node names of index entries.
5610         * faces.el (momentary): Change :group to basic-faces where all
5611         basic faces belong to.  Add :version.
5613 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5615         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5616         keybinding is found.
5617         (tutorial--find-changed-keys): Never treat null keybinding as a
5618         remapping.
5620 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
5622         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5624 2007-01-09  Kenichi Handa  <handa@m17n.org>
5626         * international/mule-cmds.el
5627         (select-safe-coding-system-interactively): Fix message.
5629 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
5631         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5632         (tramp-process-actions): Add optional parameter TIMEOUT.
5633         (tramp-open-connection-telnet, tramp-open-connection-rsh)
5634         (tramp-open-connection-su): Add timeout of 60".
5636 2007-01-09  Richard Stallman  <rms@gnu.org>
5638         * progmodes/compile.el (compile): Doc fix.
5640 2007-01-09  Markus Triska  <markus.triska@gmx.at>
5642         * tumme.el (tumme-display-thumb): Doc fix.
5644 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
5646         * battery.el (battery-search-for-one-match-in-files):
5647         * bindings.el (mode-line-minor-mode-help):
5648         * x-dnd.el (x-dnd-types-alist):
5649         * calendar/icalendar.el (icalendar-import-buffer):
5650         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5652         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5654 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
5656         * replace.el (replace-regexp): Fix typo in docstring.
5658 2007-01-07  Alan Mackenzie  <acm@muc.de>
5660         * progmodes/cc-langs.el (c-operators, c-filter-ops):
5661         Amend doc-string and comments.
5663 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
5665         * files.el (abbreviate-file-name): Doc fix.
5667 2007-01-06  Markus Triska  <triska@gmx.at>
5669         * subr.el (split-string): Remove spurious ")" from doc string.
5671 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5673         * textmodes/table.el (table--warn-incompatibility):
5674         Use display-warning instead of momentary-string-display.
5676 2007-01-05  Richard Stallman  <rms@gnu.org>
5678         * image.el (image-type-header-regexps): Recognize xbm more strictly.
5680         * simple.el (backward-kill-word): Doc fix.
5682 2007-01-05  Romain Francoise  <romain@orebokech.com>
5684         * international/mule.el (sgml-html-meta-auto-coding-function):
5685         Ensure that the buffer contains a HTML document.
5687 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5689         * faces.el (momentary): Move here ...
5690         * subr.el (momentary): ... from here.
5692 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
5694         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5695         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5696         large structures/arrays.
5698 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
5700         * files.el (find-file-noselect-1, set-visited-file-name):
5701         Allow backup-enable-predicate to be nil.
5703 2007-01-04  Andreas Schwab  <schwab@suse.de>
5705         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5706         last change.
5708 2007-01-03  Richard Stallman  <rms@gnu.org>
5710         * woman.el (woman-decode-buffer): Clarify error message.
5712 2007-01-03  Alan Mackenzie  <acm@muc.de>
5714         * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5716 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
5718         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5720 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5722         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5724 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5726         * emulation/viper.el (viper-custom-file-name, viper-mode):
5727         Fix typos in docstrings.
5729         * subr.el (momentary-string-display): After moving point, set POS
5730         variable to it to avoid later errors once the buffer is modified.
5731         Doc fix.
5733 2007-01-02  Alan Mackenzie  <acm@muc.de>
5735         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5736         check that the "*/" is present before trying to manipulate it.
5738 2007-01-02  Richard Stallman  <rms@gnu.org>
5740         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5742         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5743         Fix format of value.
5745         * cus-edit.el (customize-unsaved): Rename from customize-customized.
5746         Change messages accordingly.
5747         (customize-customized): Now alias.
5749 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5751         * files.el (version-control): Doc fix.
5753 2007-01-01  Alan Mackenzie  <acm@muc.de>
5755         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5756         Check the format of c-state-cache is valid for an optimisation before
5757         using it.
5759         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5760         are at a statement within a macro".  Other changes so that only
5761         the first continuation line in a macro gets the symbol
5762         `cpp-define-intro', the others getting `statement', or whatever.
5764         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5765         a string, preserve whitespace.  Add a backslash only when also in
5766         a macro.
5768         * progmodes/cc-defs.el: Correct typos.
5770         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5771         new line after an escaped EOL in a string.
5773         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5774         label when it directly follows "else", "do", ....
5776         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5777         angle brackets (as seen in "explicit specialisations" of C++
5778         templates).
5780         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5781         in the doc-string.
5783         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5784         when the comment ender looks like "=========*/" and is alone on
5785         its line.
5787         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5788         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
5789         for the old name.
5791         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5792         c-\(beginning\|end\)-of-defun by default.
5794         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5795         New line-up function, for the DEFUN macro in the Emacs C sources.
5796         Only used in "gnu" style.
5798         * progmodes/cc-styles.el (c-style-alist): Use this new function in
5799         the "gnu" style.
5801         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5802         clean-up comment-close-slash also to work when there's a comment
5803         terminator on the line.
5804         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5805         these for large arg - only take account of top level {..}, except
5806         for initial and final adjustments.  M-- C-M-[ae] now go to the
5807         right defuns when the starting point is between defuns.  They use
5808         the four new functions:
5809         (c-in-function-trailer-p, c-where-wrt-brace-construct)
5810         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5811         support c-\(beginning\|end\)-of-defun.
5813         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5814         expressions more rigorously, to exclude bit-field specifiers from
5815         being classed as labels.
5816         (c-forward-label): When analyzing a ":" within a macro, be careful
5817         about using c-forward-syntactic-ws at the macro beginning.
5818         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5819         stmt boundary, check for "operator=", etc.
5821         * progmodes/cc-mode.el (c-postprocess-file-styles):
5822         Bind inhibit-read-only to t, around the call to
5823         c-remove-any-local-eval-or-mode-variables, so that it works on a
5824         RO file.
5826         * progmodes/cc-defs.el (c-version): Update the version number to
5827         "5.31.4".
5829 2007-01-01  Richard Stallman  <rms@gnu.org>
5831         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5832         only if we restored isearch-window-configuration.
5834 2006-12-31  Romain Francoise  <romain@orebokech.com>
5836         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5838 2006-12-31  Kim F. Storm  <storm@cua.dk>
5840         * files.el (auto-mode-case-fold): New defcustom.
5841         (set-auto-mode): If non-nil, perform second case-sensitive pass
5842         through auto-mode-alist if first pass failed.
5844 2006-12-30  Richard Stallman  <rms@gnu.org>
5846         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5848 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
5850         * allout.el (allout-encrypt-string): Handle symmetric-key
5851         passphrase caching but leave keypair caching to pgg.
5853 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
5855         Sync with Tramp 2.0.55.
5857         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5858         `integerp'.  `char-equal' could fail else in case of negative
5859         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5860         (top): Check for `font-lock-add-keywords' before calling; it
5861         doesn't exist under XEmacs.
5862         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
5863         (tramp-completion-mode): Remove clause (not
5864         tramp-unified-filenames), because the function is called in other
5865         context too, where this check results in wrong results in the
5866         XEmacs case on Windows.
5867         (tramp-touch): UTC handling is not possible for XEmacs.
5869 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5871         * scroll-bar.el (previous-scroll-bar-mode): New variable
5872         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5873         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5875         * term/x-win.el: Set scroll bar mode to right if set by X resources.
5877 2006-12-30  Richard Stallman  <rms@gnu.org>
5879         * files.el (make-backup-file-name-1): Precompute abs name
5880         but don't lose the relative name.
5882         * international/mule-cmds.el (select-safe-coding-system-interactively):
5883         Fix message.
5885 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5887         * files.el (backup-buffer): Show entire backup file name in msg.
5889 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
5891         * image.el (image-type-header-regexps, image-type-from-data)
5892         (image-type-from-buffer, image-type-from-file-header):
5893         Revert changes from 2006-12-26.
5894         (image-type-auto-detectable): New variable.
5895         (image-type-auto-detected-p): New function.
5897         * files.el (magic-mode-alist): Detect image files with
5898         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5900 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
5902         * dired.el (dired-sort-other): Move test for dired-mode...
5903         (dired-sort-set-modeline): ...to here.
5905 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5907         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5908         change.  Suggested by Stefan Monnier.
5910 2006-12-29  Kim F. Storm  <storm@cua.dk>
5912         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5913         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5915 2006-12-27  Kim F. Storm  <storm@cua.dk>
5917         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5918         so it doesn't accidentally match an fsf.org mail address.
5919         (authors-renamed-files-alist): Add tcover-*.el.
5921 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5923         * vc-arch.el (vc-arch-find-version): New function.
5925         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5926         composed of arbitrary characters (even /) in some systems.
5928 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
5930         * international/mule-cmds.el (select-safe-coding-system-interactively):
5931         Improve the message in the *Warning* buffer.
5933 2006-12-27  Kim F. Storm  <storm@cua.dk>
5935         * ido.el (ido-set-matches-1): Fix last change.  If default item is
5936         current buffer, it is ok to be first.
5938 2006-12-27  Kenichi Handa  <handa@m17n.org>
5940         * international/mule-cmds.el (select-safe-coding-system-interactively):
5941         Use face `link' for problematic chars.
5943 2006-12-27  Kenichi Handa  <handa@m17n.org>
5945         * international/mule-cmds.el (select-safe-coding-system-interactively):
5946         Improve the message in *Warning* buffer.
5948 2006-12-27  Kim F. Storm  <storm@cua.dk>
5950         * ido.el (ido-set-matches-1): Never put current buffer first if
5951         there are other matches.
5953 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
5955         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5956         expressions.
5957         (gdb-var-delete): Handle duplicate names.  Print message for non
5958         root expressions.
5959         (gdb-partial-output-name): Start buffer name with a space.
5960         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5961         buffer name.
5963 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5965         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5966         last footnote when `footnote-spaced-footnotes' is nil.
5968 2006-12-26  Richard Stallman  <rms@gnu.org>
5970         * cus-edit.el (custom-browse-sort-alphabetically)
5971         (custom-buffer-sort-alphabetically)
5972         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
5974         * image.el (image-type-header-regexps): Change element format
5975         to include third item NOT-ALWAYS.
5976         (image-type-from-data): Handle new format.
5977         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
5978         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5980 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
5982         * add-log.el (add-log-current-defun): Call `forward-sexp'
5983         multiple times to pick a member function name defined as
5984         part of nested classes/namespaces.
5986 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5988         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5989         which keymap should be used to change menu.  It does not affect any
5990         existent code.
5992 2006-12-26  Richard Stallman  <rms@gnu.org>
5994         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5995         rather than for being in a minibuffer window.
5997 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
5999         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6000         locale-coding-system.
6001         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6002         LF.
6004 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
6006         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6007         (sql-mode-syntax-table): Disable double quoted strings.
6008         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6010 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6012         * startup.el (fancy-splash-last-input-event): New variable.
6013         (fancy-splash-special-event-action): New function.
6014         (fancy-splash-screens): Temporarily bind special events to it.
6015         Execute command for saved special event before exiting from
6016         recursive editing.
6018         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6019         New functions.
6020         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6021         Use mac-unread-string.
6023 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6025         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6026         an optimized comment regexp if `comment-start-skip' uses a ^.
6027         * bs.el (bs--up): Remove interactive spec.
6029 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
6031         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6032         Suggested by James Cloos.
6034 2006-12-24  Kevin Ryde  <user42@zip.com.au>
6036         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6037         in March.
6038         (calendar-dst-ends): Default to first Sunday in November.
6040 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
6042         * allout.el (allout-encrypt-string): Inhibit use of agent within
6043         body of let form where encryption happens.  Acknowledge non-use of
6044         gpg-agent in docstring.
6045         (allout-toggle-subtree-encryption): Acknowledge non-use of
6046         gpg-agent in docstring.
6048 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
6050         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6052 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6054         * ediff-diff.el (ediff-diff-options): Clarify docstring.
6055         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6057         * emulation/viper-cmd.el (viper-post-command-sentinel):
6058         Protect against errors in hooks.
6059         (viper-add-newline-at-eob-if-necessary): Add newline only if we
6060         actually modify buffer; ignore errors if occur.
6062 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
6064         * calendar/calendar.el (calendar-mode-map): Switch < and >.
6065         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6066         formatting.
6068 2006-12-23  Richard Stallman  <rms@gnu.org>
6070         * simple.el (delete-horizontal-space): Doc fix.
6072 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
6074         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6075         explicitly in a recursive Make, not implicitly through prerequisites,
6076         since the latter is wrong under parallel builds.
6078 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
6080         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6082 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
6084         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6085         message string.
6087 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
6089         * outline.el (outline-next-visible-heading): Fix the case with a
6090         header at end-of-file with no final newline.
6092 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
6094         * indent.el (tab-always-indent): Doc fix.
6096 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
6098         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6099         (Info-fontify-node): Do fontify indices.
6101         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6102         to the Emacs Lisp reference manual.
6103         (tutorial--tab-map): Remove.  All callers changed.
6104         (tutorial--find-changed-keys): New elt QUIET, used to...
6105         (tutorial--display-changes): ...ensure that warning messages are
6106         only issued once per changed key.
6107         (tutorial--remove-remarks): Delete unused code-path.
6108         (lang-strings): Remove extraneous formatting.
6109         (tutorial--save-tutorial): Prompt before saving tutorial state.
6111 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
6113         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
6114         Replace '?\ ' by '?\s' throughout.
6115         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
6116         `help' custom group.
6117         (tutorial--key-description): New function.
6118         (tutorial--display-changes): Remove redundant arg.  Scan for all
6119         key sequences to avoid false matches.  Cleanup.
6120         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6121         reduce homedir pollution.
6122         (help-with-tutorial): Call tutorial--display-changes with no arg.
6124 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
6126         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6128 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
6130         * net/tramp.el (tramp-default-method): We still need to check for
6131         `executable-find', because it is not bound under Emacs 20.
6132         (tramp-handle-file-name-completion)
6133         (tramp-completion-handle-file-name-completion): Handle optional
6134         parameter PREDICATE.
6135         (tramp-find-default-method): Add code for default values.
6137 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
6139         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6140         make gud-go send "continue".
6142 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
6144         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6145         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
6147 2006-12-19  Kim F. Storm  <storm@cua.dk>
6149         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6150         instead of global-map.
6152         * files.el (magic-mode-alist): Allow matching file type by
6153         calling a function at bob.  Check for image types by calling
6154         image-type-from-buffer.  Suggested by Juanma Barranquero.
6155         (set-auto-mode): Do it.
6157 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
6159         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6160         Remove "ControlMaster" option from the other `scp*' methods.
6161         (tramp-default-method): Check for ssh-agent before setting to `scp'.
6163 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
6165         * textmodes/org.el (org-mode): Show context after isearch.
6166         (org-show-siblings): New function.
6167         (org-show-context): Use `org-show-siblings'.
6169 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6171         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6172         Use syntax-ppss-toplevel-pos.
6174 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
6176         * textmodes/org.el (org-current-line): Make sure that lines are
6177         counted from beginning of buffer.
6178         (org-table-copy-region, org-table-paste-rectangle): Make sure that
6179         lines are counted from beginning of buffer.
6181 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6183         * info.el (Info-build-node-completions): Signal error if tag-table
6184         marker is not found.
6186         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6188 2006-12-17  Alan Mackenzie  <acm@muc.de>
6190         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6191         speed) the case when open-paren-in-column-0-is-defun-start is nil.
6192         Based on code by Martin Rudalics.
6194         * progmodes/cc-mode.el (c-basic-common-init): Don't set
6195         open-paren-in-column-0-is-defun-start to nil any more.
6197 2006-12-17  Richard Stallman  <rms@gnu.org>
6199         * simple.el (delete-horizontal-space): Use prefix arg.
6201         * help-fns.el (describe-variable): Improve blank separator lines.
6203         * files.el (magic-mode-alist): Mark as risky.
6205         * files.el (make-backup-file-name-1):
6206         Expand backup-directory explicitly.
6208 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
6210         * net/tramp.el (tramp-default-method): Before setting to "pscp",
6211         check whether package password.el is loaded, or Pageant is running.
6213 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
6215         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6216         (icalendar--rris): First try Emacs, then XEmacs.
6217         (icalendar--convert-ical-to-diary): Doc fix.
6218         Insert newline at end of target file.
6220 2006-12-17  Kim F. Storm  <storm@cua.dk>
6222         * outline.el (outline-isearch-open-invisible-function): New defvar.
6223         (outline-flag-region): Use it if non-nil for isearch-open-invisible
6224         overlay property instead of outline-isearch-open-invisible.
6226 2006-12-16  Kim F. Storm  <storm@cua.dk>
6228         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6229         if ido-directory-too-big is set on entry.
6230         (ido-toggle-ignore, ido-completion-help): Print message while
6231         reading big directory.
6233 2006-12-15  Richard Stallman  <rms@gnu.org>
6235         * shell.el (shell): Doc fix.
6237 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
6239         * emulation/edt.el (edt-xserver):
6240         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6241         to fix a problem on Cygwin.
6243         * emulation/edt.el
6244         * emulation/edt-mapper.el
6245         * emulation/edt-lk201.el
6246         * emulation/edt-pc.el
6247         * emulation/edt-vt100.el: Update maintainer's email address.
6249 2006-12-15  Simon Marshall  <simon@gnu.org>
6251         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6253 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6255         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6256         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6257         instead of mac-atsu-font-table.
6258         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6260 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
6262         * align.el (align-match-tex-pattern): Fix a rare bug which
6263         hanged Emacs.
6265 2006-12-14  Richard Stallman  <rms@gnu.org>
6267         * startup.el (use-fancy-splash-screens-p): Use frame-height
6268         instead of window-height.  Pass frame to image-size.
6270 2006-12-13  Kenichi Handa  <handa@m17n.org>
6272         * international/mule-cmds.el (set-locale-environment):
6273         Set default-sendmail-coding-system too.
6275 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
6277         * progmodes/idlw-help.el: Fix copyright notice.
6279 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6281         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6283 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
6285         * subr.el (unread-command-char): Reformat obsolescence info.
6287 2006-12-11  Richard Stallman  <rms@gnu.org>
6289         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6290         about calls to cl-struct-setf-expander.
6292 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
6294         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6295         (ediff-combination-pattern): Fix typo in docstring.
6297         * textmodes/refer.el (refer-find-entry): Doc fix.
6298         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6299         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6300         Fix tipos in docstrings.
6302         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6304 2006-12-10  Kim F. Storm  <storm@cua.dk>
6306         * ido.el (ido-init-completion-maps): Remap backward-kill-word
6307         instead of binding M-backspace.
6309 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
6311         * replace.el (replace-match-data, replace-match-maybe-edit):
6312         * calc/calc-aent.el (calc-eval-error):
6313         * emulation/vi.el (vi-char-argument):
6314         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6315         (c-vsemi-status-unknown-p-fn): Doc fixes.
6317 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
6319         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6320         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
6322 2006-12-10  Masatake YAMATO  <jet@gyve.org>
6324         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6326 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
6328         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6330         * man.el (Man-xref-button-action): New function.  If the
6331         `Man-target-string' button property is a function, assume it
6332         accepts a position argument.
6333         (Man-abstract-xref-man-page): Use it.
6334         (Man-default-man-entry): New optional arg POS.
6336         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6337         symlink arrows read-only and non-rear-sticky.
6339 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
6341         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6342         (wdired-search-and-rename): Simplify code.
6343         (wdired-preprocess-files, wdired-preprocess-perms): Make
6344         read-only property of preceding character rear-nonsticky to
6345         avoid that it can be modified.  Put old-name and old-link
6346         properties on character preceding name and replace
6347         put-text-property by add-text-properties.
6348         (wdired-get-filename, wdired-get-previous-link): Get old-name
6349         and old-link properties from character preceding name and
6350         simplify code.
6351         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
6352         (wdired-perms-to-number): Make local-map property
6353         rear-nonsticky to avoid that text following permissions may be
6354         modified.  Use add-text-properties instead of put-text-property
6355         when changing a permission bit.
6356         (wdired-change-to-dired-mode): Remove stickiness properties.
6358 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
6360         * international/mule-cmds.el (register-input-method): Doc fix.
6362 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
6364         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
6366 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6368         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6369         Force buffer local defs evaluation on local variables loading.
6370         (flyspell-mode-on, flyspell-mode-off): Use it in
6371         `hack-local-variables-hook'.
6373 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
6375         * emacs-lisp/find-func.el (find-variable): Doc fix.
6377         * help-fns.el (variable-at-point): Doc fix.
6379         * w32-fns.el (w32-append-code-lines): New function.
6381 2006-12-09  Romain Francoise  <romain@orebokech.com>
6383         * comint.el (comint-insert-input): Delete obsolete comment.
6385 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6387         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
6388         current frame, in case we're connected to several displays.
6390 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
6392         * frame.el (other-frame): Doc fix.
6393         (set-frame-parameter): Fix typo in docstring.
6395 2006-12-07  Kim F. Storm  <storm@cua.dk>
6397         * info.el (Info-index): Strip leading colon from topic.
6399 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
6401         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
6402         to pointers.
6404 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
6406         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
6407         Trim out spurious class inheritance "None" entries.
6409 2006-12-05  Kim F. Storm  <storm@cua.dk>
6411         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
6412         (cua-paste-pop): Rework last change for
6413         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
6414         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6415         text inserted by the last M-y command.
6417 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6419         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6420         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6422         * shell.el (shell): Search the start file in ~/.emacs.d as
6423         `init_SHELLNAME.sh' instead.
6425 2006-12-05  Glenn Morris  <rgm@gnu.org>
6427         * progmodes/cperl-mode.el (cperl-mode)
6428         * progmodes/f90.el (f90-mode-abbrev-table)
6429         * progmodes/fortran.el (fortran-mode-abbrev-table)
6430         * progmodes/octave-mod.el (octave-abbrev-table)
6431         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6432         if abbrev-table is non-nil (saved user abbrevs may have been restored).
6434         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6435         clear abbrev table, else saved abbrevs will not be restored.
6437 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
6439         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6440         the call to `make-obsolete-variable', not in the docstring.
6442 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
6444         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6446 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6448         * progmodes/ebnf-abn.el:
6449         * progmodes/ebnf-bnf.el:
6450         * progmodes/ebnf-dtd.el:
6451         * progmodes/ebnf-ebx.el:
6452         * progmodes/ebnf-iso.el:
6453         * progmodes/ebnf-otz.el:
6454         * progmodes/ebnf-yac.el:
6455         * progmodes/ebnf2ps.el:
6456         * delim-col.el:
6457         * printing.el:
6458         * ps-bdf.el:
6459         * ps-mule.el:
6460         * ps-print.el: Remove 'Time-stamp' comment mark.
6462         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6463         'easy-menu-add-item' when called in Emacs 21 or higher.
6465 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
6467         * progmodes/ada-xref.el (ada-check-current): Doc fix.
6468         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
6470 2006-12-04  Kim F. Storm  <storm@cua.dk>
6472         * bindings.el (global-map): Bind [signal t] to ignore, to have
6473         user signals ignored by default.
6475 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
6477         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6478         Unicode data file pointed to by `describe-char-unicodedata-file'.
6480 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6482         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6483         O(n^2) regexp-search by anchoring the search.
6485 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
6487         * whitespace.el (whitespace-cleanup-internal): Use current
6488         argument for recursive call.
6490 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
6492         * net/tramp.el (tramp-methods): Add "ControlPath" and
6493         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
6494         Andreas Schwab <schwab@suse.de>.
6495         (tramp-do-copy-or-rename-file-out-of-band)
6496         (tramp-open-connection-rsh): Compute format spec for ?t.
6497         (tramp-process-actions): Trace command parameters.
6499 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
6501         * simple.el (toggle-truncate-lines): Clarify doc string.
6503         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6504         (gdb-speedbar-expand-node): Use it.
6506 2006-12-04  Richard Stallman  <rms@gnu.org>
6508         * progmodes/python.el (python-indent): Add safe-local-variable prop.
6510         * dired.el (dired-revert): Turn off dired-after-readin-hook
6511         around call to dired-readin.
6513         * menu-bar.el (menu-bar-make-toggle): Add "globally"
6514         to echo area messages.
6515         <indicate-empty-lines, case-fold-search>:
6516         Add "globally" to Help string.
6517         <case-fold-search>: MESSAGE arg need not say "globally".
6518         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6520 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
6522         * outline.el (outline-end-of-subtree): Don't leave an empty
6523         line hidden as we would a real next heading.
6525 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
6527         * allout.el (allout-ascend): Add an optional argument to preserve
6528         original position of point when unsuccessful.  Also, fix a
6529         docstring error.
6530         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6531         work again, using allout-ascend's new option.
6532         (allout-setup-mode-map): Extract from allout-mode to initialize
6533         allout-mode-map.  Call it on file load, so the mode docstring
6534         substitutions work even if allout mode has not yet been invoked.
6535         (allout-mode): Use new allout-setup-mode-map to track any keybinding
6536         customizations since the map was last processed.  Also, refine the
6537         docstring so it's ship-shape for release.
6538         (allout-default-layout, allout-beginning-of-line-cycles)
6539         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6540         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6541         (allout-version, allout-layout, allout-infer-body-reindent)
6542         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6543         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6544         (allout-previous-heading, allout-goto-prefix-doublechecked)
6545         (allout-current-bullet-pos, allout-next-sibling-leap)
6546         (allout-pre-command-business, allout-encrypted-type-prefix)
6547         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6548         (allout-rebullet-topic, allout-rebullet-topic-grunt)
6549         (allout-flag-region, allout-expose-topic, allout-expose-topic)
6550         (allout-old-expose-topic, allout-listify-exposed)
6551         (allout-process-exposed, allout-latex-verb-quote)
6552         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6553         (allout-toggle-current-subtree-encryption)
6554         (allout-toggle-subtree-encryption, allout-bullet-isearch):
6555         Remove extraneous open-paren and close paren string escapes.
6557 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
6559         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
6560         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
6561         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
6562         Fix typos in docstrings.
6564 2006-12-03  Glenn Morris  <rgm@gnu.org>
6566         * progmodes/cc-align.el
6567         * progmodes/cc-awk.el
6568         * progmodes/cc-cmds.el
6569         * progmodes/cc-compat.el
6570         * progmodes/cc-defs.el
6571         * progmodes/cc-engine.el
6572         * progmodes/cc-langs.el
6573         * progmodes/cc-menus.el
6574         * progmodes/cc-mode.el
6575         * progmodes/cc-styles.el
6576         * progmodes/cc-vars.el
6577         * progmodes/vhdl-mode.el: Fix Copyright format.
6579 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
6581         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6582         initial down event.
6584 2006-12-02  Kim F. Storm  <storm@cua.dk>
6586         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6587         (cua-repeat-replace-region): Make M-v more robust.
6588         (cua-paste-pop-rotate-temporarily): New defcustom.
6589         (cua-paste-pop): Use it.
6590         (cua-auto-mark-last-change): New defcustom.
6591         (cua-pop-to-last-change): New helper function.
6592         (cua-set-mark): Use them.
6594 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
6596         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6597         mini-buffer message.
6599 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
6601         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6603 2006-12-01  Ben North  <ben@redfrontdoor.org>
6605         * paren.el: Fix the highlight overlay extension when the user types a
6606         sequence of char very fast just before the open parenthesis.
6608 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6610         * ps-mule.el: Eliminate Emacs 20 compatibility.
6612         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6613         (ps-print-version): New version 6.7.
6614         (ps-print-quote): Replace '?\ ' by '?\s'.
6616 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
6618         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6619         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6620         (hexl-end-of-1k-page): Doc fixes.
6621         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6622         Fix typos in docstrings.
6624 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6626         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
6627         locally, i.e. without using file name handlers.
6628         (ido-read-internal): Allow mono letter host names, avoiding the
6629         `c:' problem by testing if the file exists locally.
6630         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6632 2006-11-30  Masatake YAMATO  <jet@gyve.org>
6634         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6635         to avoid bytecomp warnings.
6636         (hexl-mode-old-ruler-function): New variable.
6637         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6638         and `hl-line-range-function' after `require' hl-line.
6639         Then bind `hl-line-range-function' and `hl-line-face'.
6640         Don't require frame.  Don't use `with-no-warnings'.
6641         (hexl-activate-ruler): Store the original value of
6642         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6643         (hexl-mode-exit): Restore the original value of
6644         `ruler-mode-ruler-function'.
6646 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
6648         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6649         (hexl-mode-old-hl-line-face): New variable.
6650         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6651         line when exit from the hexl-mode.
6653 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
6655         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6656         Doc fixes.
6658         * international/fontset.el (create-fontset-from-ascii-font)
6659         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6660         (fontset-name-p): Fix typo in docstring.
6662         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6664 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6666         * ps-bdf.el: Fix maintainer email.
6668         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
6669         compatibility.
6671         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
6672         21 compatibility.
6673         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6674         Emacs 20 & 21.
6676 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
6678         * progmodes/idlwave.el (idlwave-auto-fill):
6679         Remove paragraph-start let to prevent auto-fill giving up.
6681 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
6683         * vt100-led.el (led-state): Fix typo in previous change.
6685 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6687         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6688         Fix interactive spec of the functions getting defined to make them
6689         work as documented.
6691 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
6693         * startup.el (fancy-splash-screens): Hide initial splash buffer.
6695 2006-11-28  Kim F. Storm  <storm@cua.dk>
6697         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6698         icomplete-mode is enabled.
6700 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
6702         * textmodes/org.el (require): Require gnus-sum during compilation
6703         to avoid problem with a macro call.
6705 2006-11-28  Glenn Morris  <rgm@gnu.org>
6707         * emacs-lisp/authors.el (authors-aliases): Add new alias.
6709         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6710         (fortran-window-create-momentarily): Do not need string-to-char.
6712 2006-11-28  Richard Stallman  <rms@gnu.org>
6714         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6715         Replace incorrect use of assoc-default with a loop.
6717         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6719         * simple.el (next-error-find-buffer): Improve messages.
6721         * files.el (revert-buffer): Special error message if file
6722         is now not readable.
6724         * facemenu.el (facemenu-add-new-face): Improve doc strings of
6725         constructed commands.
6727         * comint.el (comint-exec-1): Provide Emacs version and `comint'
6728         in INSIDE_EMACS.
6730 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6732         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6734         * server.el: Remove spurious * in docstrings.
6735         (server-process-filter): Exit from recursive editing before processing
6736         a new request.
6738 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
6740         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6741         line so hidden blocks will be correctly identified.
6743 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
6745         * ledit.el (ledit-save-defun, ledit-mode):
6746         * resume.el (resume-emacs-args-buffer):
6747         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6748         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6749         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6750         (command-send-input, command-kill-line):
6751         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6753         * autoarg.el (autoarg-kp-mode): Doc fix.
6755         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
6756         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
6757         (check-emacs-lock): Doc fix.  Simplify.
6759         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6760         (iimage-mode-buffer): Fix typos in docstring.
6762         * misc.el (zap-up-to-char): Doc fix.
6764         * time-stamp.el: Fix comment and obsolescence string for old
6765         functions.  Use `dolist' instead of `while'.
6767         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6769         * disp-table.el (standard-display-8bit, standard-display-default):
6770         * ebuff-menu.el (electric-buffer-list):
6771         * ehelp.el (electric-help-command-loop):
6772         * font-core.el (font-lock-mode):
6773         * help-macro.el (make-help-screen):
6774         * help.el (describe-minor-mode-completion-table-for-indicator)
6775         (lookup-minor-mode-from-indicator):
6776         * indent.el (tab-to-tab-stop, move-to-tab-stop):
6777         * info-look.el (info-lookup-guess-custom-symbol):
6778         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6779         * longlines.el (longlines-wrap-line):
6780         * macros.el (insert-kbd-macro):
6781         * menu-bar.el (menu-bar-update-buffers):
6782         * misc.el (copy-from-above-command):
6783         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6784         * newcomment.el (comment-indent):
6785         * novice.el (disabled-command-function):
6786         * sort.el (sort-fields-syntax-table):
6787         * subr.el (momentary-string-display):
6788         * tar-mode.el (tar-header-block-summarize)
6789         (tar-clear-modification-flags):
6790         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6791         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6792         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6793         (te-delete-char, te-down-vertically-or-scroll):
6794         * time-stamp.el (time-stamp-string-preprocess):
6795         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6797 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6799         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6800         in GUD mode.
6802         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6803         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6805 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6807         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6809 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
6811         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6812         (ada-compile-goto-error): Adapt to new argument profile of
6813         compilation-goto-locus in Emacs 22.  Don't check if the various
6814         compile functions are defined; we already do "(require 'compile)".
6816 2006-11-26  Kim F. Storm  <storm@cua.dk>
6818         * kmacro.el: Fix commentary.
6820 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6822         * progmodes/gud.el (gdb): Explain how to run in text command mode
6823         more clearly.  Say in error message that multiple debugging
6824         requires restarting GDB.
6826 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
6828         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6830 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
6832         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6833         (flymake-popup-menu): Use it instead of posn-at-point.
6835 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6837         * progmodes/cc-vars.el (c-backslash-column):
6838         Mention c-backslash-max-column in documentation for c-backslash-column.
6840 2006-11-24  Lars Hansen  <larsh@soem.dk>
6842         * net/tramp.el (tramp-default-method): Under Windows, change from
6843         plink to pscp.
6844         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6845         (tramp-actions-copy-out-of-band):
6846         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6847         (tramp-action-out-of-band): Move "Permission denied" handling to
6848         tramp-action-copy-failed.
6849         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6850         process buffer.
6852 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6854         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6855         strings to a single string.  Quote `errors-file-name'.
6856         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6857         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6858         Adjust calls.  Use `shell-quote-argument'.
6860         * international/mule.el (load-with-code-conversion)
6861         (with-category-table): Use with-current-buffer.
6862         (after-insert-file-set-coding): Use restore-buffer-modified-p.
6864 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
6866         * mail/smtpmail.el (smtpmail-send-it):
6867         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
6868         MIME header for the message encoding.
6869         Bind coding-system-for-write around the call to mail-do-fcc.
6870         Use smtpmail-code-conv-from to encode queued mail messages.
6872 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6874         * tabify.el (tabify-regexp): Doc fix.
6876         * net/rcirc.el (rcirc-buffer-maximum-lines):
6877         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6879         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6880         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6881         Fix typos in output messages.
6882         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6884 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6886         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6887         the horse's mouth.
6888         (hexlify-buffer): Don't re-encode an arg that's already encoded.
6890 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6892         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6893         Remove condition-case.
6895 2006-11-23  Glenn Morris  <rgm@gnu.org>
6897         * progmodes/f90.el (f90-comment-indent): Do not move point in
6898         default case.
6900 2006-11-21  Romain Francoise  <romain@orebokech.com>
6902         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6903         from library name (reverts change of 2005-10-25).
6905 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6907         * tutorial.el (tutorial--default-keys): Add newline and
6908         delete-backward-char bindings.
6909         (tutorial--detailed-help): Save excursion when finding keys.
6910         Correct warning string for M-x FOO case.
6911         (tutorial--display-changes): Print special keys in tutorial style.
6912         Tweak search regexp for changed keys.
6914 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
6916         * thingatpt.el (thing-at-point-url-at-point): Don't add a
6917         redundant scheme.
6919 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
6921         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6922         are new to the list at IANA.  Also added irc, mms, mmsh.
6924 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
6926         * progmodes/idlw-help.el (idlwave-html-help-location):
6927         Fail gracefully for missing help packages.
6928         (idlwave-help-assistant-open-link): Open full links.
6929         (idlwave-help-assistant-help-with-topic): Direct help link.
6931         * progmodes/idlwave.el (idlwave-mode):
6932         Set add-log-current-defun-function.
6933         (idlwave-current-routine-fullname): Add, to support add-log.
6934         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6935         to reflect improvements to xml-parse-file.
6936         (idlwave-mode-menu-def): New binding for help-with-topic.
6938         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6939         Handle extra newlines and spaces.
6940         (idlwave-shell-mode-map): Add help-with-topic.
6942 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
6944         * tutorial.el (tutorial-warning-face): New face.
6945         (tutorial--detailed-help, tutorial--display-changes): Use it.
6946         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6947         Improve search pattern for occurrences of changed keys.
6949 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6951         * term/x-win.el (x-last-cut-buffer-coding): New variable.
6952         (x-select-text): Set it.
6953         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6954         when checking for newness.
6956 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
6958         * subr.el (posn-image):
6959         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6961         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6963 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6965         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6966         Exceptions to the rule "add a space between an identifier and an
6967         opening parenthesis".  Defaulted to the `#define' problem of cpp.
6968         (glasses-parenthesis-exception-p): New.  Check if the region is an
6969         exception regarding to that.
6970         (glasses-make-readable): Use it.
6971         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
6972         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6974 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
6976         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6978 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
6980         * progmodes/ada-mode.el (ada-make-body): Fix typo.
6982         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6983         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
6985 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
6987         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6988         conditions for function or variable bindings.
6990         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6992         * progmodes/compile.el (compilation-start): Ditto.
6994 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
6996         * net/tramp.el (top): cl and custom are always required.
6998 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7000         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7001         cut-buffers with next-selection-coding-system if not nil.
7003 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
7005         * textmodes/org.el (org-fix-decoded-time): New function.
7006         (org-display-custom-time): Use `org-fix-decoded-time'.
7008 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
7010         * menu-bar.el (menu-bar-games-menu): Remove yow.
7012 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
7014         * textmodes/org.el (org-scan-tags): Re-align code fixed.
7015         (org-detach-overlay): Rename from `org-detatch-overlay'.
7016         (org-table-convert-region): Insert space after column separator.
7017         (org-agenda-kill): New command.
7018         (org-metaleft): Call `org-outdent-item' on bullets.
7019         (org-metaright): Call `org-indent-item' on bullets.
7020         (org-timestamp-change): Set `org-last-changed-timestamp'.
7021         (org-current-line): Make sure (bolp) returns correct result.
7022         (org-agenda-change-all-lines): Make sure TODO are highlighted.
7024 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7026         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7028 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
7030         * mouse.el (global-map): Change 2006-08-16 fix to call
7031         mouse-yank-at-click explicitly, since mouse events are not carried
7032         over into keyboard macros.
7034 2006-11-16  Kim F. Storm  <storm@cua.dk>
7036         * ido.el (ido-file-internal): Use current buffer's file name as default
7037         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
7039 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
7041         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7042         (allout-inhibit-aberrance-doublecheck): Rename from
7043         allout-during-yank-processing.  All callers changed.
7044         (allout-ascend): Provide for unusual case where some topic after
7045         the first in file is at lower depth than the first.
7046         (allout-shift-in): Ensure the offspring of the new containing
7047         topic are exposed.
7048         (allout-encrypt-string): Preserve the coding-system of the text,
7049         according to that of the containing buffer.
7050         (allout-toggle-subtree-encryption): When the text being encrypted
7051         requires a different coding system, offer to preserve the coding
7052         system using a file local var.
7054 2006-11-15  Simon Marshall  <simon@gnu.org>
7056         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7057         to recognise "T t()" as a function declaration, rather than a
7058         variable instantiation, iff at the top-level or inside a class
7059         declaration.  Suggested by Feng Li <fengli@gmail.com>.
7061 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
7063         * progmodes/ada-xref.el (ada-parse-prj-file):
7064         Don't delete project buffer; user may want to edit it.
7065         (ada-xref-set-project-field, ada-xref-current-project-file)
7066         (ada-xref-current-project, ada-show-current-project)
7067         (ada-set-main-compile-application): New functions.
7068         (ada-xref-get-project-field, ada-require-project-file):
7069         Normalize use of ada-prj-default-project-file.
7070         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7071         Normalize use of ada-require-project-file.
7072         (ada-prj-find-prj-file): Improve doc string, comments.
7074         * progmodes/ada-mode.el (ada-mode-version): Bump version.
7075         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7076         (ada-create-menu): Add ada-set-main-compile-application,
7077         ada-show-current-main, ada-show-current-project.
7079 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7081         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7082         (inferior-python-mode): Use it.
7084 2006-11-14  Andreas Schwab  <schwab@suse.de>
7086         * term/xterm.el (terminal-init-xterm): Add more key bindings.
7088 2006-11-13  Kim F. Storm  <storm@cua.dk>
7090         * ido.el (ido-copy-current-word): C-o copies region if active.
7092 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
7094         * textmodes/org.el (org-emph-face): Fix typo in variable name.
7096 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
7098         * ediff.el (ediff-revision):
7099         * files.el (set-visited-file-name):
7100         * mail/rmailout.el (rmail-output-body-to-file):
7101         Use `format', not `message', in `y-or-n-p' call.
7103 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
7105         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7106         (org-metaright): Call `org-indent-item' on bullets.
7107         (org-timestamp-change): Set `org-last-changed-timestamp'.
7108         (org-current-line): Make sure (bolp) returns correct result.
7109         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7111 2006-11-12  Richard Stallman  <rms@gnu.org>
7113         * language/european.el (turkish-case-conversion-enable)
7114         (turkish-case-conversion-disable): New functions.
7115         ("Turkish" lang env): Use them.
7117         * international/characters.el (case table):
7118         Do nothing special for i and I.
7120         * subr.el (remove-overlays): Fix last change.
7122         * cus-edit.el (custom-save-all): Use find-file-visit-truename
7123         for visiting the custom file.
7125 2006-11-12  Markus Triska  <triska@gmx.at>
7127         * play/handwrite.el (handwrite): Also process lines not ending
7128         with newline.  Replace some position-fiddling with different
7129         logic.  Improve performance.
7131 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
7133         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7134         replacing deleted variable `ada-check-switch'.
7135         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7136         (ada-xref-project-files): Improve doc string.
7137         (ada-find-executable): New function.
7138         (ada-initialize-runtime-library): Use `ada-find-executable'.
7139         (ada-xref-set-default-prj-values): In compile commands, don't need
7140         `ada-cd-command'; `compile' does that more portably.
7141         Use ada-prj-default-check-cmd.
7142         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7143         properties if not specified in project file.
7144         (ada-goto-declaration): Display useful message for new error
7145         'error-file-not-found.
7146         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7147         'error-file-not-found.
7148         (ada-get-all-references): Match latest ali syntax.  Signal new
7149         error 'error-file-not-found.
7150         (ada-find-in-ali): Match latest ali syntax.
7151         (ada-make-filename-from-adaname): Handle different semantics of
7152         gnatkr in GNAT 3.15p vs later.
7154         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7155         ada-procedure-start-regexp.
7156         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7158         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7159         with defvar.
7160         (ada-language-version): Rename ada05 -> ada2005.
7161         (ada-align-region-separate): Add `eval-when-compile'.
7162         (ada-name-regexp): Remove unneeded escapes in regexp character
7163         alternative.
7164         (ada-compile-goto-error-file-linenr-re): New constant.
7165         (ada-matching-start-re): Handle additional cases `declare',
7166         `procedure', `function'.
7167         (ada-compile-goto-error): Handle "... at line nn".
7168         (ada-mode): Clearer syntax, comments for ff-special-constructs.
7169         Delete support for old versions of `align'.
7170         (ada-search-prev-end-stmt): Handle additional keyword `private'.
7171         (ada-check-defun-name): Simplify handling of `declare'.
7172         (ada-goto-matching-start): Handle nested `begin ... end'.
7173         Handle `declare', `protected', `procedure', `function'.
7174         (ada-create-menu): Presence of arm95 is not conditional on using
7175         GNAT compiler.
7177 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
7179         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7180         nil in the *RE-Builder* buffer (it causes spurious error messages).
7182         * server.el (server-visit-files): If `minibuffer-auto-raise' has
7183         been set to t, respect it.
7185 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
7187         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7188         Delete commented out code for old Emacs versions.  Autoloading of
7189         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7190         (ada-mode-version): Bump version number.
7191         (ada-95-string-keywords, ada-2005-string-keywords)
7192         (ada-2005-keywords, ada-name-regexp): New constant.
7193         (ada-language-version, ada-procedure-start-regexp, ada-mode)
7194         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7195         (ada-package-start-regexp): Support private packages, include package
7196         name (for ada-set-point-accordingly).
7197         (ada-next-procedure, ada-previous-procedure)
7198         (ada-which-function-are-we-in): Match changes to
7199         ada-procedure-start-regexp.
7200         (ada-make-body): Make non-interactive; not a user function.
7201         (ada-make-subprogram-body): Improve doc string.
7203 2006-11-11  Romain Francoise  <romain@orebokech.com>
7205         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7206         `compilation-error-regexp-alist' buffer-local, since we changed
7207         `compilation-error-regexp-alist-alist' locally.
7209 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
7211         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7212         to the value of `server-raise-frame'.
7214 2006-11-11  Glenn Morris  <rgm@gnu.org>
7216         * ido.el (ido-enable-prefix)
7217         * ses.el (ses-call-printer-return)
7218         * net/tramp.el (tramp-unified-filenames)
7219         * progmodes/cc-align.el (c-lineup-string-cont)
7220         * progmodes/compile.el (compilation-directory-matcher)
7221         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7222         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7223         (vhdl-clock-rising-edge)
7224         * textmodes/org.el (org-export-with-timestamps)
7225         (org-export-remove-timestamps-from-toc)
7226         (org-export-with-tags): Improve previous doc fixes.
7228 2006-11-11  Richard Stallman  <rms@gnu.org>
7230         * textmodes/flyspell.el (flyspell-mode-map):
7231         Bind C-c $ instead of M-RET.
7233 2006-11-10  Simon Marshall  <simon@gnu.org>
7235         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7236         fontification for "case" and "default" keywords.
7238 2006-11-10  Andreas Schwab  <schwab@suse.de>
7240         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7241         Avoid starting sentence with "nil".
7243 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
7245         * server.el (server-raise-frame): New option.
7246         (server-switch-buffer): Use it.
7248 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
7250         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7251         with a capital.
7253 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
7255         * textmodes/org.el (org-show-hierarchy-above)
7256         (org-show-following-heading): Fix typo in default value.
7257         (org-scan-tags): Make the search case-sensitive.
7258         (org-tags-sparse-tree): Don't overrule
7259         `org-show-following-heading' and `org-show-hierarchy-above'.
7260         (org-reveal): New command.
7261         (org-show-context): Rename from `org-show-hierarchy-above'.
7262         (org-fast-tag-selection-single-key): New option.
7263         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7264         (org-tags-overlay): New variable.
7265         (org-agenda-todo-ignore-deadlines): New option.
7266         ("session"): Add circular data structure `org-mark-ring' to
7267         exceptions list in session.el.
7268         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7269         New options.
7270         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7271         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7272         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7273         (org-finalize-agenda): Activate bracket links in agenda.
7274         (org-at-timestamp-p, org-at-date-range-p): Additional argument
7275         INACTIVE-OK.
7276         (org-show-hierarchy-above, org-show-following-heading):
7277         List values allowed for fine-tuned configuration.
7278         (org-show-hierarchy-above): New argument CONTEXT, use the
7279         fine-tuned settings in `org-show-hierarchy-above' and
7280         `org-show-following-heading'.
7281         (org-display-custom-time): New function.
7282         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7283         (org-display-custom-times, org-time-stamp-custom-formats):
7284         (org-maybe-intangible): New macro.
7285         (org-activate-bracket-links, org-hide-wide-columns):
7286         Use `org-maybe-intangible'.
7287         (org-open-file): Use `shell-quote-argument'.
7288         (org-display-internal-link-with-indirect-buffer): New option.
7289         (org-file-remote-p): Get regexp from list.
7290         (org-link-expand-abbrev): New function.
7291         (org-link-abbrev-alist): New option.
7292         (org-open-at-point, org-cleaned-string-for-export):
7293         Call `org-link-expand-abbrev'.
7294         (org-timeline, org-agenda-list, org-todo-list)
7295         (org-tags-view): Remove the KEEP-MODES argument.
7296         (org-finalize-agenda-hook): New hook.
7297         (org-get-alist-option): New function.
7298         (org-follow-timestamp-link): New function.
7299         (org-open-at-point): Call `org-follow-timestamp-link'.
7300         (org-log-note-marker, org-log-note-purpose)
7301         (org-log-note-window-configuration): New variables.
7302         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7303         (org-log-note-headings): New option.
7304         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7305         (org-store-link): Support for dired-mode.
7306         (org-open-file): Substitute environment variables into filename.
7307         (org-last): New defsubst.
7308         (org-agenda-re-align-tags): New function.
7309         (org-agenda-align-tags-to-column): New option.
7310         (org-agenda-timeline): Group removed.
7311         (org-prepare-agenda, org-prepare-agenda-buffers)
7312         (org-run-agenda-series, org-timeline, org-agenda-list)
7313         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7314         the text property inticating the agenda type.
7315         (org-agenda-post-command-hook): Get agenda type from text property
7316         at point.
7317         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
7318         and obey `org-agenda-overriding-arguments'.
7319         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7320         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7321         (org-agenda-week-view, org-agenda-day-view):
7322         Use `org-agenda-overriding-arguments' to make updating work with
7323         multi-block agendas.
7324         (org-agenda-prefix-format): Allow different formats for the
7325         different agenda entry types.
7326         (org-timeline-prefix-format): Option removed, use
7327         `org-agenda-prefix-format' instead.
7328         (org-prepare-agenda): New function.
7329         (org-select-timeline-window): Option removed, use
7330         `org-select-agenda-window' instead.
7331         (org-respect-restriction): Variable removed.
7332         (org-cmp-tag): New function.
7333         (org-agenda-sorting-strategy, org-entries-lessp):
7334         Implement sorting by last tag.
7335         (org-complete): Better completion in in-buffer option lines.
7336         (org-in-item-p): New function.
7337         (org-org-menu): Add entries for checkboxes.
7338         (org-cycle): Extra brouping in outline-regexp, because it is used
7339         in a search with "^" prepended.
7340         (org-provide-checkbox-statistics): New option.
7341         (org-set-font-lock-defaults): Highlight checkbox statistics.
7342         (org-update-checkbox-count-maybe)
7343         (org-get-checkbox-statistics-face): New functions.
7344         (org-update-checkbox-count): New command.
7345         (org-insert-item, org-toggle-checkbox):
7346         Call `org-update-checkbox-count-maybe'.
7347         (org-export-as-html): XEmacs compatibility for coding system.
7348         (org-force-cycle-archived): New command.
7349         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
7350         overrules cycling.
7351         (org-fix-position-after-promote): If the line contains only a todo
7352         keyword, add a final space.
7353         (org-promote-subtree, org-demote-subtree):
7354         Call `org-fix-position-after-promote'.
7356 2006-11-10  Glenn Morris  <rgm@gnu.org>
7358         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
7359         date in every year.
7360         (calendar-dst-check-each-year-flag): New customizable variable.
7361         (calendar-dst-find-data): New function, extracted from
7362         calendar-current-time-zone.
7363         (calendar-current-time-zone): Use calendar-dst-find-data.
7364         (calendar-dst-transition-cache): New variable.
7365         (calendar-dst-find-startend, calendar-dst-starts)
7366         (calendar-dst-ends): New functions.
7367         (calendar-daylight-savings-starts)
7368         (calendar-daylight-savings-ends): Change value to use
7369         calendar-dst-starts, calendar-dst-ends; respectively.
7371         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
7373         * ido.el (ido-enable-prefix)
7374         * ses.el (ses-call-printer-return)
7375         * net/tramp.el (tramp-unified-filenames)
7376         * progmodes/cc-align.el (c-lineup-string-cont)
7377         * progmodes/compile.el (compilation-directory-matcher)
7378         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7379         * progmodes/gdb-ui.el (gdb-many-windows)
7380         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7381         (vhdl-clock-rising-edge)
7382         * textmodes/org.el (org-export-with-timestamps)
7383         (org-export-remove-timestamps-from-toc, org-export-with-tags)
7384         (org-read-date): Doc fix (Nil -> nil).
7386 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7388         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7389         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
7391 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
7393         * bs.el (bs--window-for-buffer): Remove.
7394         (bs--show-with-configuration): Use `get-window-with-predicate'
7395         instead of `bs--window-for-buffer'.
7397 2006-11-10  Kenichi Handa  <handa@m17n.org>
7399         * files.el (revert-buffer): Fix previous change.
7401 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
7403         * bs.el (bs--redisplay): Fix typo in docstring.
7404         (bs--window-config-coming-from): Make frame-local.
7405         (bs--restore-window-config): New function.
7406         (bs-kill, bs-select, bs-select-other-window)
7407         (bs-select-other-frame): Use it.
7408         (bs--window-for-buffer): Return as soon as a matching buffer is found.
7409         (bs--show-with-configuration): Save the window configuration as a
7410         frame local var, and only if *buffer-selection* is not already
7411         visible on this frame.
7413 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
7415         * vc-svn.el (vc-svn-admin-directory): New var.
7416         (vc-svn-registered, vc-svn-responsible-p)
7417         (vc-svn-repository-hostname): Use it.
7418         Suggested by arit93@yahoo.com.
7420 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
7422         * ldefs-boot.el: Regenerate.
7424 2006-11-08  Alan Mackenzie  <acm@muc.de>
7426         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7427         case (eq open-paren-in-column-0-is-defun-start nil) by searching
7428         for least nested open-paren.
7430 2006-11-08  Romain Francoise  <romain@orebokech.com>
7432         * subr.el (remove-overlays): Fix typo in last change.
7434 2006-11-08  Richard Stallman  <rms@gnu.org>
7436         * subr.el (remove-overlays): Call overlay-recenter.
7438 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7440         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7441         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7442         behaviour.
7443         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7444         directly.
7446 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
7448         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7449         (ido-max-dir-file-cache, ido-decorations)
7450         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
7451         (ido-magic-backward-char, ido-enter-dired)
7452         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
7453         (ido-list-directory, ido-first-match, ido-only-match)
7454         (ido-subdir, ido-indicator): Fix typos in docstrings.
7455         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
7456         (ido-read-internal): Fix typo in error message.
7458 2006-11-08  Kenichi Handa  <handa@m17n.org>
7460         * international/mule-cmds.el (set-default-coding-systems):
7461         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7463 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
7465         * makefile.w32-in (setwins): Remove.
7466         (WINS_ALMOST): New macro.
7467         (WINS): Use it.
7468         (autoloads): Don't extract autoloads from files in obsolete/.
7470 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
7472         * whitespace.el (whitespace-buffer): Call remove-overlays after
7473         overlay-recenter for performance.  Suggested by Martin Rudalics.
7475 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
7477         * net/tramp.el (tramp-default-method): scp is the default method.
7479 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
7481         * server.el (server-start): Save also the Emacs pid in the server file.
7483 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
7485         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7486         point when displaying a bibtex cross reference in the echo area.
7488 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
7490         * international/mule.el (make-char): Fix typo in docstring.
7491         (load-with-code-conversion, charsetp): Doc fixes.
7493         * international/ja-dic-cnv.el (skkdic-convert):
7494         * cus-edit.el (hook): Fix typo in docstring.
7496 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
7498         * cus-edit.el (custom-mode-map): Move defvar above code using it.
7499         (custom-mode-link-map): New variable.
7500         (custom-group-link, custom-manual): Use follow-link.
7502 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7504         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7505         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
7507 2006-11-06  Richard Stallman  <rms@gnu.org>
7509         * textmodes/flyspell.el (flyspell-correct-word-before-point):
7510         New function broken out of flyspell-correct-word.
7511         (flyspell-mode-map): Bind it to M-RET.
7512         (flyspell-correct-word): Call it.
7514         * textmodes/fill.el (fill-minibuffer-function): New function.
7515         (fill-paragraph): Bind fill-paragraph-function to
7516         fill-minibuffer-function.
7518         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7519         so that they aren't undefined.
7521         * dired.el (dired-readin): Locally bind file-name-coding-system.
7523         * bindings.el: Shorten and clarify usual mode line mouse help string.
7525         * Makefile.in (autoloads): Don't include `obsolete'.
7527 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
7529         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7530         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7531         Printing menu if it's not initialized.
7532         (pr-menu-bind): Act on menu-bar-file-menu directly.
7534 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
7536         * help.el (view-emacs-news): Fix typo in error message.
7538         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7540         * shadowfile.el (shadow-define-regexp-group)
7541         (shadow-literal-groups, shadow-insert-var): Doc fixes.
7542         (shadow-read-files): Fix typo in message.
7543         (shadow-inhibit-overload, shadow-find, shadow-suffix)
7544         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7545         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7546         (shadow-file-match): Fix typos in docstrings.
7548         * terminal.el (terminal-emulator): Fix typo in message.
7550         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7552         * emacs-lisp/lselect.el (x-kill-primary-selection)
7553         (x-delete-primary-selection, x-copy-primary-selection):
7554         Fix typos in error messages.
7556         * emulation/edt-mapper.el: Fix typo in interactive message.
7558         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
7560         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
7561         (ispell-help): Fix typos in docstrings.
7562         (ispell-help): Fix typo in output message.
7564         * allout.el (allout-adjust-file-variable)
7565         (allout-passphrase-verifier-string)
7566         (allout-passphrase-hint-string)
7567         (allout-toggle-current-subtree-encryption):
7568         * apropos.el (apropos-synonyms):
7569         * cus-edit.el (hook):
7570         * emacs-lock.el (emacs-lock-from-exiting):
7571         * follow.el (follow-avoid-tail-recenter-p):
7572         * hexl.el (hexl-mode):
7573         * mouse-copy.el (mouse-copy-work-around-drag-bug):
7574         * mouse.el (mouse-set-font):
7575         * resume.el (resume-emacs-args-file):
7576         * rfn-eshadow.el (file-name-shadow-tty-properties):
7577         * t-mouse.el (t-mouse-process, t-mouse-mode):
7578         * emacs-lisp/cust-print.el (custom-print-install)
7579         (custom-print-uninstall, custom-format):
7580         * emacs-lisp/shadow.el (list-load-path-shadows):
7581         * emulation/tpu-edt.el (tpu-help-text)
7582         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7583         (tpu-reset-control-keys):
7584         * emulation/vip.el (vip-emacs-local-map)
7585         (vip-change-mode-to-emacs):
7586         * emulation/viper.el (viper-mode, viper-set-hooks)
7587         (viper-major-mode-modifier-list):
7588         * emulation/viper-init.el (viper-emacs-state-cursor-color):
7589         * emulation/viper-keym.el (viper-emacs-kbd-map)
7590         (viper-toggle-key):
7591         * mail/feedmail.el (feedmail-queue-reminder)
7592         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7593         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7594         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7595         (feedmail-sender-line, feedmail-force-binary-write)
7596         (feedmail-from-line, feedmail-deduce-envelope-from)
7597         (feedmail-x-mailer-line, feedmail-message-id-generator)
7598         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7599         (feedmail-enable-spray, feedmail-spray-this-address)
7600         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7601         (feedmail-queue-runner-confirm-global)
7602         (feedmail-ask-before-queue-prompt)
7603         (feedmail-ask-before-queue-reprompt)
7604         (feedmail-prompt-before-queue-standard-alist)
7605         (feedmail-prompt-before-queue-user-alist)
7606         (feedmail-prompt-before-queue-help-supplement)
7607         (feedmail-queue-use-send-time-for-message-id)
7608         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7609         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7610         (feedmail-mail-send-hook-queued)
7611         (feedmail-confirm-addresses-hook-example)
7612         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7613         (feedmail-queue-runner-mode-setter)
7614         (feedmail-queue-alternative-mail-header-separator)
7615         (feedmail-queue-runner-message-sender)
7616         (feedmail-buffer-eating-function, feedmail-binmail-template)
7617         (feedmail-run-the-queue-no-prompts)
7618         (feedmail-run-the-queue-global-prompt)
7619         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7620         (feedmail-envelope-deducer, feedmail-fiddle-date)
7621         (feedmail-default-message-id-generator)
7622         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7623         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7624         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7625         (vms-pmail-setup):
7626         * play/dunnet.el (dun-help):
7627         * play/handwrite.el (handwrite):
7628         * play/hanoi.el (hanoi-unix-64):
7629         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7630         * textmodes/enriched.el (fixed):
7631         * textmodes/org.el (org-file-apps)
7632         (org-emphasis-regexp-components, org-emphasis-alist):
7633         * textmodes/texinfmt.el (batch-texinfo-format):
7634         Fix typos in docstrings.
7636 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
7638         * loadhist.el (read-feature): Don't complete features not loaded
7639         from a file (which make `unload-feature' to fail).
7641 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7643         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7645 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
7647         * startup.el (command-line-1): Kill emacs if the last frame is
7648         deleted while evaluating the command-line arguments.
7650 2006-11-05  Richard Stallman  <rms@gnu.org>
7652         * startup.el (init-file-had-error): Add doc string.
7653         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7654         Use fixed-width font for keyboard key descriptions.
7656         * cus-edit.el (custom-save-all): Error if saving in .emacs
7657         and it had an error when loaded.
7659         * dired-aux.el (dired-copy-file-recursive): Catch errors
7660         from recursive copies in the loop, around the recursive call.
7662 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7664         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7665         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
7666         `/proc/acpi/thermal_zone/*'.
7667         (battery-search-for-one-match-in-files): New.  Search a regexp in
7668         the content of some files.
7670 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
7672         * window.el (mouse-autoselect-window-now): Remove variable.
7673         (mouse-autoselect-window-state): New variable.
7674         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7675         (mouse-autoselect-window-select, handle-select-window):
7676         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7677         Suspend delayed autoselection during menu or popup dialog.
7679         * info-look.el (info-lookup-guess-custom-symbol): New function
7680         for retrieving symbol at point in custom buffers.
7681         (top level) <info-lookup-maybe-add-help>: Add backquote and
7682         comma to ignored characters in regexps of help specifications
7683         for emacs-lisp-mode and lisp-interaction-mode.  This permits
7684         looking up symbols in `...' and after a comma.  Add help
7685         specifications for custom-mode and help-mode.
7687 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
7689         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7690         Don't encode body if RAW is non-nil, or if the old encoding is
7691         identical to the new encoding, or if the body contains only
7692         eight-bit-* characters.
7694 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7696         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7697         (faces-sample-overlay): Remove variable.
7698         (describe-face): Insert sample text in the face being described.
7700 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
7702         * whitespace.el (whitespace-indent-regexp): Make this match any
7703         multiples of eight spaces near the beginning of a line.
7704         (whitespace-buffer): Use `remove-overlays' instead of
7705         `whitespace-unhighlight-the-space' and `overlay-recenter' to
7706         speed up overlay handling.
7707         (whitespace-buffer-leading, whitespace-buffer-trailing):
7708         Make these functions highlight the text removed by
7709         `whitespace-buffer-leading-cleanup' and
7710         `whitespace-buffer-trailing-cleanup' respectively.
7711         (whitespace-buffer-search): Use `with-local-quit'.
7712         Move `format' out of loop to speed up scanning larger buffers.
7713         (whitespace-unhighlight-the-space): Remove `remove-hook' since
7714         that function is never added to a hook.
7715         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7716         (whitespace-buffer-leading-cleanup)
7717         (whitespace-refresh-rescan-list): Fix docstrings.
7719 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
7721         * allout.el (allout-during-yank-processing): Cue for inhibiting
7722         aberrance processing during yanks.
7723         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7724         the amount of yanked topics that can be aberrant.
7725         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7726         a function, and supplement with inihibition of doublechecking
7727         during yanks.
7728         (allout-beginning-of-line, allout-next-heading)
7729         (allout-previous-heading, allout-goto-prefix-doublechecked)
7730         (allout-back-to-current-heading, allout-next-visible-heading)
7731         (allout-next-sibling): Use new allout-do-doublecheck function.
7732         (allout-next-sibling): Ensure we made progress when returning
7733         other than nil.
7734         (allout-rebullet-heading): Preserve text property annotations
7735         indicating the text was hidden, if it was.
7736         (allout-kill-line): Remove any added was-hidden annotations.
7737         (allout-kill-topic): Remove any added was-hidden annotations.
7738         (allout-annotate-hidden): Inhibit adding was-hidden text
7739         properties to the undo list.
7740         (allout-deannotate-hidden): New function to remove was-hidden
7741         annotation.
7742         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7743         (allout-remove-exposure-annotation): Replace by
7744         allout-deannotate-hidden.
7745         (allout-yank-processing): Signal that yank processing is happening
7746         with allout-during-yank-processing.  Also, wrap
7747         allout-unprotected's closer to the text changes, for easier
7748         debugging.  We need to inhibit-field-text-motion explicitly, in
7749         lieu of the encompassing allout-unprotected.
7750         (outlineify-sticky): Adjust criteria for triggering new outline
7751         decorations to presence or absence of any topics, not just a topic
7752         at the beginning of the buffer.
7754 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7756         * bs.el (bs--show-all, bs--redisplay):
7757         * cus-edit.el (custom-unlispify-menu-entries)
7758         (custom-unlispify-tag-names, custom-prompt-variable):
7759         * expand.el (expand-pos):
7760         * speedbar.el (speedbar-generic-list-tag-p):
7761         * wid-edit.el (widget-image-enable):
7762         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7763         * emacs-lisp/find-func.el (find-function-noselect)
7764         (find-function, find-variable-noselect, find-variable)
7765         (find-definition-noselect, find-face-definition):
7766         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7767         * net/eudc-vars.el (eudc-expansion-overwrites-query):
7768         * progmodes/ada-xref.el (ada-find-in-ali):
7769         * textmodes/flyspell.el (flyspell-check-tex-math-command):
7770         * textmodes/org.el (org-copy-subtree):
7771         * textmodes/table.el (table--row-column-insertion-point-p):
7772         Use "non-nil" in docstrings.
7774 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
7776         * sort.el (sort-columns): Set the field separator to tab; on
7777         NetBSD, sort complains if "\n" is used as field separator.
7779 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
7781         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7783 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7785         * server.el (server-auth-key): Remove.  Replace by a process-property.
7786         (server-start): Don't remove the file of the previous process, but
7787         instead clear out the place for the new file.
7788         (server-start): Set the :auth-key property.
7789         (server-process-filter): Use the :auth-key property.
7791 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
7793         * textmodes/org.el (org-mode-map): No longer copy
7794         `outline-mode-map' explicitly - this is already done by
7795         `define-derived-mode'.
7797 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
7799         * server.el (server-visit-files): Use `when'.
7800         (server-process-filter): When authentication fails, send error
7801         message to client.  Wrap `process-send-region' in `ignore-errors'
7802         instead of `condition-case', and remove misleading comment.
7804 2006-11-01  Juri Linkov  <juri@jurta.org>
7806         * simple.el (yank): Doc fix.
7808 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7810         * server.el: Try and fit within 80 columns.
7811         (server-start): Make the auth file unreadable by other users.
7813 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7815         * battery.el (battery-linux-proc-acpi): Prevent range error when
7816         `full-capacity' is 0.
7818 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7820         * faces.el (faces-sample-overlay): New defvar.
7821         (faces-sample-overlay): New function to show face sample text.
7822         (describe-face): Use it.
7824 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
7826         * progmodes/ada-stmt.el: Change maintainer, apply
7827         whitespace-cleanup, checkdoc.
7828         (ada-func-or-proc-name): Add doc string.
7830         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7831         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7832         strings and comments.
7833         (ada-prj-display-page): Change buffer name to more accurately
7834         reflect function.
7836         * progmodes/ada-xref.el: Change maintainer, apply
7837         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7838         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
7839         (ada-compile-current): Don't add newlines to commands.
7841 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
7843         * server.el: Add support for TCP sockets.
7844         (server-use-tcp, server-host, server-auth-dir): New options.
7845         (server-auth-key): New variable.
7846         (server-ensure-safe-dir): Create nonexistent parent dirs.
7847         Ignore Unix-style file modes on Windows.
7848         (server-start): Crete a TCP or Unix socket according to the value
7849         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
7850         `server-auth-dir' directory.
7851         (server-process-filter): Delete process if authentication
7852         fails (which never happens for Unix sockets).
7854 2006-10-30  David Kastrup  <dak@gnu.org>
7856         * subr.el (add-to-list): Don't continue checking if a match has
7857         been found.
7859 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
7861         * tutorial.el: Move defvars to avoid bytecomp warnings.
7862         (tutorial--find-changed-keys): Check if viper-current-state is
7863         bound before using it.
7864         (help-with-tutorial): Check if viper-tutorial is defined before
7865         using it.
7867 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7869         * help-fns.el (help-with-tutorial): Move to tutorial.el.
7871         * tutorial.el: New file.
7872         (help-with-tutorial): Move here from help-fns.el.  Add help for
7873         rebound keys.  Fix resume of tutorial.
7874         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7875         (tutorial--find-changed-keys, tutorial--display-changes)
7876         (tutorial--saved-dir, tutorial--saved-file)
7877         (tutorial--save-tutorial): New functions to support the changes in
7878         help-with-tutorial.
7880 2006-10-30  Kenichi Handa  <handa@m17n.org>
7882         * files.el (revert-buffer): If a unibyte buffer is being reverted
7883         with a coding system for multibyte, set buffer multibyte before
7884         calling insert-file-contents.
7886 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7888         * server.el (server-select-display): Use a dummy buffer to detect when
7889         the frame is later used.
7890         (server-select-display): New function.
7891         (server-process-filter): Use it to detect unused temp frames.
7893 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
7895         * progmodes/ada-mode.el: Change maintainer, apply
7896         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
7897         (ada-mode-version): New function.
7898         (ada-create-menu): Menu operations are available for all supported
7899         compilers.
7901 2006-10-29  Lars Hansen  <larsh@soem.dk>
7903         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7904         Highlight as keyword.
7905         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7906         Don't call tramp-method-out-of-band-p for local files.
7907         (tramp-touch): Quote file name.
7909 2006-10-28  Glenn Morris  <rgm@gnu.org>
7911         * calendar/calendar.el (cal-html-cursor-month)
7912         (cal-html-cursor-year): Add autoloads for this new package.
7913         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7915 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
7917         * calendar/cal-html.el: New file.
7919 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
7921         * emacs-lisp/authors.el (authors-aliases): Update.
7923 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
7925         * version.el (emacs-version): Bump version number to 22.0.90.
7927 2006-10-26  John W. Eaton  <jwe@octave.org>
7929         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7930         New defvar.
7931         (inferior-octave-resync-dirs): Check to see whether Octave has
7932         built-in variables and set inferior-octave-has-built-in-variables.
7933         Check inferior-octave-has-built-in-variables to decide whether to
7934         send commands that set built-in variables or call functions to
7935         change Octave's behavior.
7936         Send "disp (pwd ())" to Octave instead of just "pwd".
7937         (inferior-octave-startup): Send "more off" to Octave instead of
7938         "page_screen_output = 0".
7940 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
7942         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7943         pattern normally.
7945 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
7947         * bindings.el (mode-line-mode-menu): Remove bindings for global
7948         minor modes (line/column number) as they are on the menubar.
7950 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
7952         * term/w32-win.el (x-handle-name-switch): Doc fix.
7953         (w32-standard-fontset-spec): Fix typo in docstring.
7955         * midnight.el (midnight-buffer-display-time): Doc fix.
7956         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7958 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
7960         * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7962         * emulation/viper-ex.el (ex-read): Quote file argument.
7964         * ediff-diff.el (ediff-same-file-contents): Expand file names.
7966         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7968 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
7970         * textmodes/flyspell.el (flyspell-check-region-doublons):
7971         Fix last fix.
7973 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
7975         * bindings.el (mode-line-mode-menu): List global minor modes
7976         before local ones.
7978 2006-10-23  Kim F. Storm  <storm@cua.dk>
7980         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7981         (sit-for): If last command was a prefix arg, add the read-ahead
7982         event to unread-command-events as (t . EVENT) so it will be added
7983         to this-command-keys by read-key-sequence.
7985 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
7987         * textmodes/flyspell.el (flyspell-word): Skip past all previous
7988         whitespace when checking doublons.
7989         (flyspell-check-region-doublons): Fix doublon regexp.
7990         (flyspell-highlight-incorrect-region): Highlight doublons using
7991         flyspell-duplicate face.
7993         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7995 2006-10-22  John Wiegley  <johnw@newartisans.com>
7997         * progmodes/python.el (python-use-skeletons): python-mode was
7998         auto-inserting templates (for those with abbrev-mode on), not only
7999         by default -- *but without a configuration variable to disable
8000         it*.  This rendered python-mode completely useless for me, so I
8001         have added `python-use-skeletons', which is now off by default.
8003 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
8005         * progmodes/cperl-mode.el (cperl-mode): Don't assume
8006         font-lock-multiline is auto-local (it's not).
8007         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8008         initialized before calling cperl-init-faces.
8010 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
8012         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8013         gdb-stack-position a value when there is no fringe.
8015         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8016         indicator if not visiting a file.
8018 2006-10-20  David Kastrup  <dak@gnu.org>
8020         * window.el (kill-buffer-and-window): Fix a bug where an aborted
8021         operation would still cause some window to collapse later.
8023 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8025         * vc.el (vc-switch-backend): Try to be more careful with unwanted
8026         side-effect due to mixing various backends's file properties.
8028         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8029         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
8030         Return `filename's status if applicable.  Update callers.
8032 2006-10-19  Kenichi Handa  <handa@m17n.org>
8034         * international/kkc.el (kkc-region): When a key sequence is not
8035         defined, append (this-single-command-raw-keys) to
8036         unread-input-method-events.
8038 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
8040         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8042 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8044         * version.el (emacs-version): Use mac-carbon-version-string.
8046         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8048 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8050         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8051         Kenichi Handa).
8052         (xselect-convert-to-string): Decline requests for UTF8_STRING if
8053         the selection is not UTF-8.
8055 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
8057         * progmodes/ada-mode.el (ada-83-string-keywords)
8058         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8059         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8060         (ada-looking-at-semi-private, ada-get-body-name):
8061         Fix typos in docstrings.
8062         (ada-create-case-exception, ada-create-case-exception-substring):
8063         Fix typos in error messages.
8064         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8066 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8068         * term/x-win.el (res-geometry): Don't set geometry from Xresources
8069         to default-frame-alist if default-frame-alist already contains
8070         width/height.
8072 2006-10-18  Richard Stallman  <rms@gnu.org>
8074         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8075         Non-interactive arg is the value, not the expression.
8077         * simple.el (read-expression-map): Just set it, no defvar.
8079         * subr.el (insert-for-yank-1): If last inserted char has
8080         properties, mark them as rear-nonsticky.
8082         * recentf.el (recentf-mode): Doc fix.
8084         * facemenu.el (facemenu-add-new-face): Defend against symbol
8085         that isn't a face name.
8087         * dired-aux.el (dired-do-copy): Doc fix.
8089 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
8091         * simple.el (line-move-1): Ignore fields when moving to the
8092         beginning of line to avoid getting point stuck.
8094 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
8096         * textmodes/flyspell.el (flyspell-word-search-backward):
8097         Set inhibit-point-motion-hooks to avoid looping due to intangibile
8098         text.
8100 2006-10-16  Richard Stallman  <rms@gnu.org>
8102         * help-fns.el (describe-function-1): Special case optimization
8103         for self-insert-command.
8105 2006-10-16  Kim F. Storm  <storm@cua.dk>
8107         * ido.el (ido-reread-directory): Work in `dir' mode too.
8109 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
8111         * textmodes/table.el: Require 'regexp-opt.
8113 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8115         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8116         Use shell-quote-argument.
8118         * shell.el (explicit-bash-args): Likewise.
8120         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8121         Use grep -E rather than egrep.
8123 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8125         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8127 2006-10-15  Kim F. Storm  <storm@cua.dk>
8129         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8131 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8133         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8134         to protect whitespace and metacharacters from the shell.
8136 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
8138         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8140 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
8142         * subr.el (start-process-shell-command): Doc fix.
8144 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
8146         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8147         the regexp for Maxima symbols.
8149 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8151         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8152         (vc-find-root): Don't walk higher up than ~.
8154 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
8156         * international/utf-8.el (utf-translate-cjk-load-tables):
8157         Avoid clobbering last-coding-system-used during load.
8159 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
8161         * textmodes/reftex-global.el (reftex-create-tags-file):
8162         Quote file arguments.
8164 2006-10-12  Richard Stallman  <rms@gnu.org>
8166         * files.el (file-name-history): Add defvar.
8167         (save-some-buffers-action-alist): Improve description strings.
8169 2006-10-12  Andreas Schwab  <schwab@suse.de>
8171         * files.el (auto-mode-alist): Match change log file name also with
8172         a dash before a numeric extension.
8174 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
8176         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8177         After 5.0:
8178         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8180         After 5.1: Major edit.  Summary of most visible changes:
8182         - Multiple <<HERE per line allowed.
8183         - Handles multiline subroutine declaration headers (with comments).
8184           (The exception is `cperl-etags' - but it is not used in the rest
8185           of the mode.)
8186         - Fontifies multiline my/our declarations (even with comments,
8187           and with legacy `font-lock').
8188         - Major speedup of syntaxification, both immediate and postponed
8189           (3.5x to 15x [for different CPUs and versions of Emacs] on the
8190           huge real-life document I tested).
8191         - New bindings, edits to imenu.
8192         - "_" is made into word-char during fontification/syntaxification;
8193           some attempts to recognize non-word "_" during other operations too.
8194         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8195         - autoload some more perldoc-related stuff
8196         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8197         - Attempt to incorporate XEmacs edits which reached me.
8199         Fine-grained changelog:
8200         (cperl-hook-after-change): New configuration variable.
8201         (cperl-vc-sccs-header): Likewise.
8202         (cperl-vc-sccs-header): Likewise.
8203         (cperl-vc-header-alist): Default via two preceding variables.
8204         (cperl-invalid-face): Remove double quoting under XEmacs
8205                 (still needed under 21.2).
8206         (cperl-tips): Update URLs for resources.
8207         (cperl-problems): Likewise.
8208         (cperl-praise): Mention new features.
8209         New C-c key bindings: for `cperl-find-bad-style',
8210         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8211         `cperl-perdoc', and `cperl-perldoc-at-point'.
8212         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8213         moved, new submenu of Tools with Ispell entries and narrowing.
8214         (cperl-after-sub-regexp): New defsubst.
8215         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8216                 Allows heads up to head4.
8217                 Allow "package;".
8218         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8219         (paren-backwards-message): ??? Something for XEmacs???
8220         (cperl-mode): Never auto-switch abbrev-mode off.
8221                 Try to allow '_' be non-word char.
8222                 Do not use `font-lock-unfontify-region-function' on XEmacs.
8223                 Reset syntax cache on mode start.
8224                 Support multiline facification (even on legacy `font-lock').
8225         (cperl-facemenu-add-face-function): ??? Some contributed code ???
8226         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8227                 refuse to inform us whether the fontification is due to lazy
8228                 calling or due to edit to a buffer, install our own hook
8229                 (controlled by `cperl-hook-after-change').
8230         (cperl-electric-pod): =cut may have been recognized as start.
8231         (cperl-block-p): Move, updated for attributes.
8232         (cperl-calculate-indent): Try to allow '_' be non-word char
8233                 Support subs with attributes.
8234         (cperl-where-am-i): Quiet (?) a warning.
8235         (cperl-cached-syntax-table): New function.
8236         (cperl-forward-re): Use `cperl-cached-syntax-table'.
8237         (cperl-unwind-to-safe): Recognize `syntax-type' property
8238                 changing in a middle of line.
8239         (cperl-find-sub-attrs): New function.
8240         (cperl-find-pods-heres): Allow many <<EOP per line.
8241                 Allow subs with attributes.
8242                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8243                 Recognize "extproc " (OS/2) case-folded and only at start.
8244                 /x on s///x with empty replacement was not recognized.
8245                 Better comments.
8246         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8247                 Allow subs with attributes, labels.
8248                 Do not confuse "else::foo" with "else".
8249                 Minor optimizations...
8250         (cperl-after-expr-p): Try to allow '_' be non-word char.
8251         (cperl-fill-paragraph): Try to detect a major bug in Emacs
8252                 with `looking-at' inside `narrow' and bulk out if found.
8253         (cperl-imenu--create-perl-index): Updates for new
8254                 `cperl-imenu--function-name-regexp-perl'.
8255         (cperl-outline-level): Likewise.
8256         (cperl-init-faces): Allow multiline subroutine headers
8257                 and my/our declarations, and ones with comments.
8258                 Allow subroutine attributes.
8259         (cperl-imenu-on-info): Better docstring.
8260         (cperl-etags): Rudimentary support for attributes.
8261                 Support for packages and "package;".
8262         (cperl-add-tags-recurse-noxs): Better (?) docstring.
8263         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8264         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8265         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8266         (cperl-perldoc): Add autoload.
8267         (cperl-perldoc-at-point): Likewise.
8268         (cperl-here-doc-spell): New function.
8269         (cperl-pod-spell): Likewise.
8270         (cperl-map-pods-heres): Likewise.
8271         (cperl-get-here-doc-region): Likewise.
8272         (cperl-font-lock-fontify-region-function): Likewise (backward
8273                 compatibility for legacy `font-lock').
8274         (cperl-font-lock-unfontify-region-function): Fix style.
8275         (cperl-fontify-syntaxically): Recognize and optimize away deferred
8276                 calls with no-change.  Governed by `cperl-hook-after-change'.
8277         (cperl-fontify-update): Recognize that syntaxification region
8278                 can be larger than fontification one.
8279                 XXXX we leave `cperl-postpone' property, so this is quadratic...
8280         (cperl-fontify-update-bad): Temporary placeholder until
8281                 it is clear how to implement `cperl-fontify-update'.
8282         (cperl-time-fontification): New function.
8283         (attrib-group): New text attribute.
8284         (multiline): New value: `syntax-type' text attribute.
8286         After 5.2:
8287         (cperl-emulate-lazy-lock): New function.
8288         (cperl-fontify-syntaxically): Would skip large regions.
8289         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8290         Some globals were declared, but uninitialized.
8292         After 5.3, 5.4:
8293         (cperl-facemenu-add-face-function): Add docs, fix U<>.
8294         Copyright message updated.
8295         (cperl-init-faces): Work around a bug in `font-lock'. May slow
8296                         facification down a bit.
8297                 Misprint for my|our|local for old `font-lock'
8298                         "our" was not fontified same as "my|local".
8299                 Highlight variables after "my" etc even in
8300                         a middle of an expression.
8301                 Do not facify multiple variables after my etc
8302                         unless parentheses are present.
8304         After 5.5, 5.6
8305         (cperl-fontify-syntaxically): after-change hook could reset.
8306         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8308         After 5.7:
8309         (cperl-init-faces): Allow highlighting of local ($/).
8310         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8311         (cperl-problems): Remove fixed problems.
8312         (cperl-find-pods-heres): Recognize #-comments in m##x too.
8313                 Recognize charclasses (unless delimiter is \).
8314         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8315         (cperl-regexp-scan): Update docs.
8316         (cperl-beautify-regexp-piece): Use information got from regexp scan.
8318         After 5.8:
8319         Major user visible changes:
8320         Recognition and fontification of character classes in RExen.
8321         Variable indentation of RExen according to groups.
8323         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8324                 Fontify REx charclasses in variable-name face.
8325                 Fontify POSIX charclasses in "type" face.
8326                 Fontify unmatched "]" in function-name face.
8327                 Mark first-char of HERE-doc as `front-sticky'.
8328                 Reset `front-sticky' property when needed.
8329         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8330         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8331         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8332                 constructs.  Support `narrow'ed buffers.
8333         (cperl-praise): Remove a reservation.
8334         (cperl-make-indent): New function.
8335         (cperl-indent-for-comment): Use `cperl-make-indent'.
8336         (cperl-indent-line): Likewise.
8337         (cperl-lineup): Likewise.
8338         (cperl-beautify-regexp-piece): Likewise.
8339         (cperl-contract-level): Likewise.
8340         (cperl-toggle-set-debug-unwind): New function.
8341                 New menu entry for this.
8342         (fill-paragraph-function): Use when `boundp'.
8343         (cperl-calculate-indent): Take into account groups when indenting RExen.
8344         (cperl-to-comment-or-eol): Recognize # which end a string.
8345         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8346         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8347         (cperl-fontify-syntaxically): More clear debugging message.
8348         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
8349         (cperl-init-faces): More complicated highlight even on XEmacs (new).
8350         Merge cosmetic changes from XEmacs.
8352         After 5.9:
8353         (cperl-1+): Move to before the first use.
8354         (cperl-1-): Likewise.
8356         After 5.10:
8358         This code may lock Emacs hard!!!  Use at your own risk!
8360         (cperl-font-locking): New internal variable.
8361         (cperl-beginning-of-property): New function.
8362         (cperl-calculate-indent): Use `cperl-beginning-of-property'
8363         instead of `previous-single-property-change'.
8364         (cperl-unwind-to-safe): Likewise.
8365         (cperl-after-expr-p): Likewise.
8366         (cperl-get-here-doc-region): Likewise.
8367         (cperl-font-lock-fontify-region-function): Likewise.
8368         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8369                         recursively.
8370                 Bound `next-single-property-change' via `point-max'.
8371         (cperl-unwind-to-safe): Bound likewise
8372         (cperl-font-lock-fontify-region-function): Likewise.
8373         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
8374                 Initialization of `cperl-font-lock-multiline-start' could be
8375                 missed if the "main" fontification did not run due to the
8376                 keyword being already fontified.
8377         (cperl-pod-spell): Return t from do-one-chunk function.
8378         (cperl-map-pods-heres): Stop when the worker returns nil.
8379                 Call `cperl-update-syntaxification'.
8380         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
8381         (cperl-get-here-doc-delim): Remove unused function.
8383         After 5.11:
8385         The possible lockup of Emacs (introduced in 5.10) fixed.
8387         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
8388         (cperl-syntaxify-for-menu): New customization variable.
8389         (cperl-select-this-pod-or-here-doc): New function.
8390         (cperl-get-here-doc-region): Extra argument.
8391                 Do not adjust pos by 1.
8393         New menu entries
8394                 (Perl/Tools): Selection of current POD or HERE-DOC section.
8395                 (Debugging CPerl:) backtrace on fontification.
8397         After 5.12:
8398         (cperl-cached-syntax-table): Use `car-safe'.
8399         (cperl-forward-re): Remove spurious argument SET-ST.
8400                 Add documentation.
8401         (cperl-forward-group-in-re): New function.
8402         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
8403         (XXXX Temporary (?) hack is to syntax-mark them as comment).
8405         After 5.13:
8406         (cperl-string-syntax-table): Make { and } not-grouping
8407           (Sometimes they ARE grouping in RExen, but matching them would only
8408            confuse in many situations when they are not)
8409         (beginning-of-buffer): Replace two occurrences with goto-char...
8410         (cperl-calculate-indent): `char-after' could be nil...
8411         (cperl-find-pods-heres): REx can start after "[" too.
8412                 Hightlight (??{}) in RExen too.
8413         (cperl-maybe-white-and-comment-rex): New constant
8414         (cperl-white-and-comment-rex): Likewise.
8415                 XXXX Not very efficient, but hard to make
8416                 better while keeping 1 group.
8418         After 5.13:
8419         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8420                 Likewise for 1 << identifier.
8422         After 5.14:
8423         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8424                 Error-less condition-case could fail.
8425         (cperl-font-lock-fontify-region-function): Likewise.
8426         (cperl-init-faces): Likewise.
8428         After 5.15:
8429         (cperl-find-pods-heres): Support property REx-part2.
8430         (cperl-calculate-indent): Likewise.
8431                 Don't special-case REx with non-empty 1st line.
8432         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8433                 Invert highlighting of charclasses:
8434                         now the envelop is highlighted.
8435                 Highlight many others 0-length builtins.
8436         (cperl-praise): Mention indenting and highlight in RExen.
8438         After 5.15:
8439         (cperl-find-pods-heres): Highlight capturing parens in REx.
8441         After 5.16:
8442         (cperl-find-pods-heres): Highlight '|' for alternation
8443         Initialize `font-lock-warning-face' if not present.
8444         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8445                          `font-lock-function-name-face'.
8446         (cperl-look-at-leading-count): Likewise.
8447         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8448                         `font-lock-keyword-face' (needed for
8449                         batch processing), etc...
8450                 Use `font-lock-builtin-face' for builtin in REx
8451                         Now `font-lock-variable-name-face'
8452                         is used for interpolated variables
8453                 Use "talking aliases" for faces inside REx
8454                 Highlight parts of REx (except in charclasses)
8455                         according to the syntax and/or semantic
8456                 Syntax-mark a {}-part of (?{}) as "comment"
8457                         (it was the ()-part)
8458                 Better logic to distinguish what is what in REx
8459         (cperl-tips-faces): Document REx highlighting
8460         (cperl-praise): Mention REx syntax highlight etc.
8462         After 5.17:
8463         (cperl-find-sub-attrs): Would not always manage to print error message.
8464         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8466         After 5.18:
8467         (cperl-find-pods-heres): Misprint in REx for parsing REx.
8468                 Very minor optimization.
8469                 `my-cperl-REx-modifiers-face' got quoted.
8470                 Recognize "print $foo <<END" as HERE-doc.
8471                 Put `REx-interpolated' text attribute if needed.
8472         (cperl-invert-if-unless-modifiers): New function.
8473         (cperl-backward-to-start-of-expr): Likewise.
8474         (cperl-forward-to-end-of-expr): Likewise.
8475         (cperl-invert-if-unless): Works in "the opposite way" too.
8476                 Cursor position on return is on the switch-word.
8477                 Indents comments better.
8478         (REx-interpolated): New text attribute.
8479         (cperl-next-interpolated-REx): New function.
8480         (cperl-next-interpolated-REx-0): Likewise.
8481         (cperl-next-interpolated-REx-1): Likewise.
8482         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8483         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8484         (cperl-praise): Mention finded interpolated RExen.
8486         After 5.19:
8487         (cperl-init-faces): Highlight %$foo, @$foo too.
8488         (cperl-short-docs): Better docs for system, exec.
8489         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8490                 Would not find HERE-doc ended by EOF without NL.
8491         (cperl-short-docs): Correct not-doubled \-escapes.
8492         start block: Put some `defvar' for stuff gone from XEmacs.
8494         After 5.20:
8495         initial comment: Extend copyright, fix email address.
8496         (cperl-indent-comment-at-column-0): New customization variable.
8497         (cperl-comment-indent): Indentation after $#a would increasy by 1.
8498         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8499         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8500         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8501         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8502                         highlight $ in $foo too (UNTESTED).
8503         (cperl-set-style): Docstring missed some available styles.
8504         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8505                 Change "Current" to "Memorize Current".
8506         (cperl-indent-wrt-brace): New customization variable; the default is
8507                 as for pre-5.2 version.
8508         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8509         (cperl-style-alist): Likewise.
8510         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8511                 and `cperl-extra-newline-before-brace' etc
8512                 being t
8513         (cperl-indent-exp): Plans B and C to find continuation blocks even
8514                 if `cperl-extra-newline-before-brace' is t.
8516         After 5.21:
8517         Improve some docstrings concerning indentation.
8518         (cperl-indent-rules-alist): New variable.
8519         (cperl-sniff-for-indent): New function name
8520                 (separated from `cperl-calculate-indent').
8521         (cperl-calculate-indent): Separate the sniffer and the indenter;
8522                 uses `cperl-sniff-for-indent' now.
8523         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8524                 was inverted;
8525                 Support `comment-column' = 0.
8527 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
8529         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8530         * help-at-pt.el (scan-buf-move-to-region): Likewise.
8531         * longlines.el (longlines-window-change-function): Likewise.
8532         * simple.el (undo-ask-before-discard): Likewise.
8533         * wid-edit.el (widget-field-prompt-internal)
8534         (widget-documentation-link-p): Likewise.
8536 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8538         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8539         for a keyword.
8541 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8543         * newcomment.el (comment-valid-prefix-p): Make the check
8544         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
8545         (comment-indent-new-line): Adjust call.
8547 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
8549         * allout.el (allout-back-to-current-heading): Base on lower-level
8550         routines to get proper disqualification of aberrant topics.
8552 2006-10-09  Richard Stallman  <rms@gnu.org>
8554         * textmodes/two-column.el (2C-two-columns): Doc fix.
8556 2006-10-09  Kim F. Storm  <storm@cua.dk>
8558         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
8559         about implicit use.
8561 2006-10-08  Richard Stallman  <rms@gnu.org>
8563         * textmodes/two-column.el (2C-two-columns): Doc fix.
8565 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8567         * files.el: Mark `buffer-read-only' as safe-local-variable.
8569 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
8571         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8572         Burp if GUD buffer has been killed.
8574 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8576         * completion.el (add-completions-from-c-buffer):
8577         Don't presume an error's second element is a string.
8578         Use looking-at rather than buffer-substring + member.
8580 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
8582         * mail/rmail.el (rmail-redecode-body): If the old encoding is
8583         `undecided', call find-coding-systems-region to find a proper
8584         non-trivial encoding.
8585         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8586         and "text/plain".
8588 2006-10-07  Kevin Ryde  <user42@zip.com.au>
8590         * textmodes/reftex-vars.el (defgroup reftex): Update home page
8591         url-link.
8593         * strokes.el (defgroup strokes): Remove invalid url-link.
8595 2006-10-07  Magnus Henoch  <mange@freemail.hu>
8597         * autoinsert.el (auto-insert-alist): Doc fix.
8599 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8601         * mouse-sel.el (mouse-insert-selection-internal):
8602         Use insert-for-yank, so that yank handlers are run.
8604 2006-10-07  Kim F. Storm  <storm@cua.dk>
8606         * ido.el (ido-file-extension-aux): Fix comparison.
8608 2006-10-06  Kim F. Storm  <storm@cua.dk>
8610         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8612 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
8614         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8615         (ad-make-mapped-call): Use `let', not `let*'.
8617 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
8619         * international/mule-cmds.el (coding-system-change-eol-conversion):
8620         Ensure the coding system is initialized before calling
8621         coding-system-eol-type.
8623 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
8625         * textmodes/org.el (org-rm-props, org-activate-plain-links)
8626         (org-activate-angle-links, org-activate-dates)
8627         (org-activate-target-links, org-activate-camels)
8628         (org-activate-tags): Add `rear-nonsticky' text property to avoid
8629         textproperty keymaps from being active beyond the end of a line.
8630         (org-unfontify-region): Also remove `rear-nonsticky' property.
8632 2006-10-04  Kenichi Handa  <handa@m17n.org>
8634         * international/code-pages.el (next): Table fixed.
8636 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8638         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8639         that it's been made unnecessary by removing narrowing.
8641 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8643         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8644         control flow a bit, simplify another bit, and add comments.
8646 2006-10-03  David Kastrup  <dak@gnu.org>
8648         * help.el (describe-mode): For clicks on mode-line, use "@"
8649         interactive argument to get the major mode of the click instead of
8650         the current buffer.
8652         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8653         in order to better redirect mouse-2 clicks.  Also allow default
8654         bindings to apply.
8656 2006-10-03  Kim F. Storm  <storm@cua.dk>
8658         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8659         (pushnew): Fix last change.
8661 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
8663         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8664         Use the interactive spec of `eval-expression'.
8666 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8668         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8670 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
8672         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8673         2006-09-28 commit.
8675 2006-10-02  Kenichi Handa  <handa@m17n.org>
8677         * international/code-pages.el (iso-8859-6): Table fixed.
8679 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
8681         * dired.el (dired-build-subdir-alist): Fix previous change.
8683 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8685         * simple.el (undo-elt-crosses-region): Fix the inequalities.
8687 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8689         * emacs-lisp/find-func.el (find-function-regexp): Don't match
8690         "define-button-type".
8692         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8693         they don't keep accumulating.
8695 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
8697         * ffap.el (ffap-rfc-path): Change the address of the RFC
8698         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8700 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
8702         * allout.el (allout-expose-topic): Rectify implementation of "+"
8703         spec, so that bodies are not exposed with headlines.
8705 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
8707         * allout.el (allout-current-depth): Do aberrent check only at or
8708         below doublecheck depth.
8709         (allout-chart-subtree): Make it explicit that LEVELS being nil
8710         means unlimited depth.  Drop undocumented support for LEVELS value
8711         t meaning unlimited depth.  (This is consistent with
8712         allout-chart-to-reveal, but contrary to allout-show-children,
8713         which needs to use nil to default to depth of 1.)
8714         (allout-goto-prefix-doublechecked): Wrap long docstring line.
8715         (allout-chart-to-reveal): Be explicit in docstring about meaning
8716         of nil LEVELS, and drop support for LEVELS value t.
8717         (allout-show-children): Translate the level spec used by this
8718         routine to that used by allout-chart-subtree and
8719         allout-chart-to-reveal.
8720         (allout-show-to-offshoot): Retry once when stuck, after opening
8721         subtree - improvements in discontinuity handling likely will
8722         enable progress.
8724 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
8726         * wid-edit.el (widget-button-click-moves-point): New variable.
8727         (widget-button-click): If widget-button-click-moves-point is
8728         non-nil, set point after performing the button action.
8730         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8732 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
8734         * files.el (find-file-existing): Modify to not allow wildcards.
8736 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8738         * simple.el (undo-more): When undo information for the region is
8739         exhausted, say "No further undo information FOR REGION".
8741 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8743         * progmodes/sh-script.el (sh-prev-thing):
8744         Take `sh-leading-keywords' into account.
8746 2006-09-29  Glenn Morris  <rgm@gnu.org>
8748         * custom.el (defcustom): Doc fix.
8750         * calendar/calendar.el (european-calendar-style):
8751         Call european-calendar or american-calendar as needed when set.
8752         (diary-view-entries, list-calendar-holidays): Move autoloads
8753         before use.
8755 2006-09-29  Juri Linkov  <juri@jurta.org>
8757         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8758         to nil if there is no previous property change.
8760 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8762         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8763         saving anything to be sure that `forward-sexp' behaves correctly.
8765 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
8767         * simple.el (line-move-finish): Ignore field boundaries if the
8768         initial and final points have the same `field' property.
8770 2006-09-29  Kim F. Storm  <storm@cua.dk>
8772         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8773         to t while calling ido-read-internal.
8775 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
8777         * textmodes/org.el (org-file-remote-p): Get regexp from list.
8778         (org-archive-subtree): Remove erraneous `]' from character list.
8780 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
8782         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8783         (ses-reconstruct-all): Make undo of "insert row" work by keeping
8784         markers for data-area and parameters-area.
8786 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8788         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8790         * font-lock.el (font-lock-after-change-function): Refontify next line
8791         as well if end is at BOL.
8792         (font-lock-extend-jit-lock-region-after-change): Be more careful to
8793         only extend the region as much as needed.
8795 2006-09-28  Richard Stallman  <rms@gnu.org>
8797         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8799         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8801         * international/mule.el (after-insert-file-set-coding):
8802         If VISIT, don't let set-buffer-multibyte make undo info.
8804 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
8806         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8807         lines in base64-encoded authentication response.
8809 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8811         * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8812         (ebnf-version): New version 4.3.
8813         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8814         (ebnf-prologue): Adjust PostScript programming.
8815         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8816         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8818 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8820         * jit-lock.el (jit-lock-force-redisplay): Rename from
8821         jit-lock-fontify-again, and undo the mistaken change I've just done.
8823         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8824         (jit-lock-fontify-again): Don't refontify text that's not displayed.
8826 2006-09-26  Kenichi Handa  <handa@m17n.org>
8828         * startup.el (display-splash-screen): Allow a prefix argument.
8830 2006-09-25  Jason Rumney  <jasonr@gnu.org>
8832         * subr.el (shell-quote-argument): Use DOS logic for Windows
8833         shells with DOS semantics.
8835 2006-09-24  Richard Stallman  <rms@gnu.org>
8837         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8838         (compilation-goto-locus): Use compilation-goto-locus-delete-o
8839         to delete the overlay.  Put it on pre-command-hook.
8841         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8843         * startup.el (fancy-splash-screens, normal-splash-screen):
8844         Call the splash buffer *About GNU Emacs*.
8846         * simple.el (next-error-highlight, next-error-highlight-no-select):
8847         Default to 0.5.
8848         (yank-excluded-properties): Add `fontified'.
8850         * font-lock.el (font-lock-compile-keywords): Allow value of
8851         syntax-begin-function to enable paren-column-0 highlighting.
8853 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
8855         * dired.el (dired-build-subdir-alist): When file ends in colon,
8856         don't exit the loop, just disregard that file.
8858 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
8860         * simple.el (line-move-finish): Handle corner case for fields in
8861         continued lines.
8862         (line-move-1): Remove flawed test for that case.
8864 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
8866         * icomplete.el (icomplete-simple-completing-p): Use the correct
8867         name for the new variable, `icomplete-with-completion-tables'.
8868         (file local variables): Remove superfluous setting.
8870 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
8872         * calendar/appt.el (appt-check): Fix typo for appointments just
8873         after midnight.
8875 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
8877         * help.el (describe-key-briefly, describe-key): Don't expect an
8878         extra up event if a down-event is generated by a popup menu.
8880 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
8882         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8883         local dictionary when changing the global dictionary.
8885 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
8887         * icomplete.el (icomplete-with-completion-tables): List of
8888         specialized completion tables with which icomplete should
8889         operate.  Include the new `internal-complete-buffer', so icomplete
8890         works with interactive buffer-selection.
8891         (icomplete-simple-completing-p): Add acceptance of specialized
8892         completion tables listed in icomplete-with-completion-tables.
8894 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8896         * frame.el (focus-follows-mouse): Set default to nil on Mac.
8898         * startup.el (command-line): Use `custom-reevaluate-setting' for
8899         `focus-follows-mouse'.
8901 2006-09-22  Richard Stallman  <rms@gnu.org>
8903         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8904         explain why Save is not available.
8906 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
8908         * woman.el (woman0-so): Use `let*', not `let'.
8909         (woman-horizontal-line): Remove unbalanced parenthesis.
8911 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8913         * woman.el: Make sure all the end-of-region markers we use have
8914         a non-nil insertion-type.
8915         (woman0-so): Move things around so we can use copy-marker.
8916         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8917         Adjust marker type.
8918         (woman2-process-escapes): Check marker type.
8919         (woman-horizontal-line): Dispense with the use of a marker.
8921 2006-09-22  Jay Belanger  <belanger@truman.edu>
8923         * calc/calc-lang.el: Add Greek letters to math-variable-table
8924         property of tex.
8926 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
8928         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8930 2006-09-22  Masatake YAMATO  <jet@gyve.org>
8932         * add-log.el (add-log-current-defun): Use `forward-sexp'
8933         instead of `forward-word' to pick c++::symbol.
8934         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8936 2006-09-22  Kenichi Handa  <handa@m17n.org>
8938         * bindings.el: Fix setting self-insert-command for multibyte
8939         characters in global-map.
8941 2006-09-21  David Kastrup  <dak@gnu.org>
8943         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8944         doc string.
8946 2006-09-21  Kenichi Handa  <handa@m17n.org>
8948         * language/european.el ("Latin-1"): Add windows-1252 to
8949         coding-priority.
8950         ("German"): Likewise.
8952 2006-09-21  Kim F. Storm  <storm@cua.dk>
8954         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8955         Suggested by Miles Bader.
8957         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
8958         instead of add-to-list in the simple case.
8960 2006-09-20  Kenichi Handa  <handa@m17n.org>
8962         * isearch.el (isearch-process-search-char): Cancel the previous change.
8963         (isearch-search-string): New function.
8964         (isearch-search): Use isearch-search-string.
8965         (isearch-lazy-highlight-search): Likewise.
8967 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8969         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8970         string to become an option.
8972 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8974         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8976 2006-09-20  Kim F. Storm  <storm@cua.dk>
8978         * simple.el (line-move-partial): Call pos-visible-in-window-p with
8979         position t instead of trying both window-end and window-end - 1.
8981 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
8983         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8984         hidden trees.
8986 2006-09-20  David Kastrup  <dak@gnu.org>
8988         * mouse.el (mouse-posn-property): Improve doc string.
8989         (mouse-on-link-p): Change buffers for function calls on links.
8991         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8992         buffer is read-only.
8994 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
8996         * allout.el (allout-unprotected): Let inhibit-read-only only when
8997         buffer-read-only isn't set.
8998         (allout-annotate-hidden): Enable topic annotation during copies even
8999         when the buffer is read-only, eg for topic copies.  Ensure that the loop
9000         advances, even when the span extends beyond the deletion region.
9001         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9002         rather than allout-exposure-changed-hook, as a stronger assertion.
9003         (allout-keybindings-list): Add bindings for
9004         allout-copy-line-as-kill and allout-copy-topic-as-kill.
9005         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9006         Copy wrappers for allout-kill-line and allout-kill-topic.
9007         (allout-listify-exposed): Position correctly to accumulate lines.
9009 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
9011         * simple.el (line-move-1): Escape field boundaries occurring
9012         exactly at point.  Update goal column if constrained to a field.
9013         (line-move-finish): Escape field boundaries occurring exactly at point.
9015 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9017         * mouse.el (mouse-on-link-p): Tentatively fix last change.
9018         (mouse-drag-vertical-line): Remove unused var `wconfig'.
9020 2006-09-19  Kim F. Storm  <storm@cua.dk>
9022         * help.el (describe-key-briefly, describe-key): Simplify printing
9023         of descriptions by using format and %S.  Fix "is undefined"
9024         messages to say "at that spot" for mouse events.
9026         * simple.el (line-move-partial): Optimize.  Try window-line-height
9027         before posn-at-point to get vpos of current line.
9029 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
9031         * emulation/viper.el: Bump up version/date of update to reflect the
9032         substantial changes done in August 2006.
9034         * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9035         push-button are defined.
9037         * ediff-util.el (ediff-add-to-history): New function.
9039         * ediff.el: Use ediff-add-to-history instead of add-to-history.
9041 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9043         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9044         Delete duplicate make-local-variable form.
9045         (conf-space-keywords): Add autoload cookie.
9046         Fix typo (`keywords', not `keyword').
9048 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9050         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9051         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
9052         to x-gtk-use-old-file-dialog.
9054 2006-09-18  Richard Stallman  <rms@gnu.org>
9056         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9057         that might come in during mouse tracking.
9059 2006-09-18  Kim F. Storm  <storm@cua.dk>
9061         * simple.el (line-move-partial): Rework 2006-09-15 change to use
9062         new window-line-height function.  Further optimize by not calling
9063         pos-visible-in-window-p for window-end when window-line-height
9064         returns useful information.
9066 2006-09-16  Richard Stallman  <rms@gnu.org>
9068         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9069         (conf-space-mode): Don't handle prefix arg.
9070         Delete conf-space-keywords-override code.
9071         Use add-hook.
9072         (conf-space-keywords): New command.
9073         (conf-space-mode-internal): Be careful with imenu-generic-expression.
9074         Delete conf-space-keywords-override code.
9075         (conf-space-keywords-alist): Doc fix.
9076         (conf-space-font-lock-keywords): Doc fix.
9077         (conf-space-keywords-override): Var deleted.
9079 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
9081         * startup.el (fancy-splash-screens): Don't switch to the scratch
9082         buffer; it may not be the next buffer.
9084 2006-09-16  Romain Francoise  <romain@orebokech.com>
9086         * saveplace.el (load-save-place-alist-from-file): Use expanded name
9087         in both messages.
9089 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
9091         * progmodes/python.el (python-preoutput-filter):
9092         Fix arg order to string-match.
9094 2006-09-16  Richard Stallman  <rms@gnu.org>
9096         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9097         font-lock-compile-keywords.
9099         * font-lock.el (font-lock-compile-keywords): Rename optional arg
9100         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
9102 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9104         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9106         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9107         and the data doesn't look like UTF8, send STRING instead.
9109 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
9111         * textmodes/flyspell.el (flyspell-check-region-doublons):
9112         New function to detect duplicated words.
9113         (flyspell-large-region): Use it.
9115 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
9117         * simple.el (line-move-to-column): Revert 2006-08-03 change.
9119 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
9121         * help.el (describe-prefix-bindings): Use let, not let*.
9123 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
9125         * allout.el (allout-regexp, allout-line-boundary-regexp)
9126         (allout-bob-regexp): Correct grouping and boundaries to fix
9127         backwards traversal.
9128         (allout-depth-specific-regexp, allout-depth-one-regexp):
9129         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9130         worse time in allout-ascend.
9131         (allout-doublecheck-at-and-shallower): Identify depth threshold
9132         below which topics are checked for and disqualified by containment
9133         discontinuities.
9134         (allout-hotspot-key-handler): Correctly handle multiple-key
9135         strokes.  Remove some unused variables.
9136         (allout-mode-leaders): Clarify that mode-specific comment-start
9137         will be used.
9138         (set-allout-regexp): Correctly regexp-quote allout regexps to
9139         properly accept alternative header-leads and primary bullets with
9140         regexp-specific characters (eg, C "/*", mathematica "(*").
9141         Include new regular expressions among those configured.
9142         (allout-infer-header-lead-and-primary-bullet):
9143         Rename allout-infer-header-lead.
9144         (allout-recent-depth): Manifest as a variable as well as a function.
9145         (allout-prefix-data): Simplify into an inline instead of a macro,
9146         assuming current match data rather than being explicitly passed
9147         it.  Establish allout-recent-depth value as well as
9148         allout-recent-prefix-beginning and allout-recent-prefix-end.
9149         (allout-aberrant-container-p): True when an item's immediate
9150         offspring discontinuously contained.  Useful for disqualifying
9151         unintended topic prefixes, likely at low depths.
9152         (allout-goto-prefix-doublechecked): Elaborate version of
9153         allout-goto-prefix which disqualifies aberrant pseudo-items.
9154         (allout-pre-next-prefix): Layer on top of lower-level routines, to
9155         get disqualification of aberrant containers.
9156         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9157         containers.
9158         (allout-beginning-of-current-entry): Position at start of buffer
9159         when in container (depth 0) entry.
9160         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9161         (allout-current-bullet): Strip text properties.
9162         (allout-get-prefix-bullet): Use right match groups.
9163         (allout-beginning-of-line, allout-next-heading):
9164         Disqualify aberrant containers.
9165         (allout-previous-heading): Disqualify aberrant containers, and
9166         change to regular (rather than inline) function, to allow
9167         self-recursion.
9168         (allout-get-invisibility-overlay): Increment so progress is made
9169         when the first overlay is not the sought one.
9170         (allout-end-of-prefix): Disqualify aberrant containers.
9171         (allout-end-of-line): Cycle something like allout-beginning-of-line.
9172         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9173         outline.el outlines) functional again.  Change the primary bullet
9174         along with the header-lead - level 1 new-style bullets now work.
9175         Engage allout-before-change-handler in mainline Emacs, not just
9176         XEmacs, to do undo handling.
9177         (allout-before-change-handler): Expose undo changes occurring in
9178         hidden regions.  Use allout-get-invisibility-overlay instead of
9179         reimplementing it inline.
9180         (allout-chart-subtree): Use start rather than end of prefix in
9181         charts.  Use allout-recent-depth variable.
9182         (allout-chart-siblings): Disqualify aberrant topics.
9183         (allout-beginning-of-current-entry): Position correctly.
9184         (allout-ascend): Use new allout-depth-specific-regexp and
9185         allout-depth-one-regexp for linear instead of O(N^2) or worse
9186         behavior.
9187         (allout-ascend-to-depth): Depend on allout-ascend, rather than
9188         reimplementing an algorithm.
9189         (allout-up-current-level): Depend on allout-ascend, rather than
9190         reimplementing an algorithm.  Return to start-point if we fail.
9191         (allout-descend-to-depth): Use allout-recent-depth variable
9192         instead of function.
9193         (allout-next-sibling): On traversal of numerous intervening
9194         topics, resort to economical allout-next-sibling-leap.
9195         (allout-next-sibling-leap): Specialized version of
9196         allout-next-sibling that uses allout-ascend cleverly, to depend on
9197         a regexp search to leap large numbers of contained topics, rather
9198         than arbitrarily many one-by-one traversals.
9199         (allout-next-visible-heading): Disqualify aberrant topics.
9200         (allout-previous-visible-heading): Position consistently when
9201         interactive.
9202         (allout-forward-current-level): Base on allout-previous-sibling
9203         rather than (differently) reimplmenting the algorithm.  Remove some
9204         unused variables.
9205         (allout-solicit-alternate-bullet): Present default choice stripped
9206         of text properties.
9207         (allout-rebullet-heading): Use bullet stripped of text properties.
9208         Register changes using allout-exposure-change-hook.
9209         Disregard aberrant topics.
9210         (allout-shift-in): With universal-argument, make topic a peer of
9211         it's former offspring.  Simplify the code by separating out
9212         allout-shift-out functionality.
9213         (allout-shift-out): With universal-argument, make offspring peers
9214         of their former container, and its siblings.  Implement the
9215         functionality here, rather than inappropriately muddling the
9216         implementation of allout-shift-in.
9217         (allout-rebullet-topic): Respect additional argument for new
9218         parent-child separation function.
9219         (allout-yank-processing): Use allout-ascend directly.
9220         (allout-show-entry): Disqualify aberrant topics.
9221         (allout-show-children): Handle discontinuous children gracefully,
9222         extending the depth being revealed to expose them and posting a
9223         message indicating the situation.
9224         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9225         Leave cursor in correct position.
9226         (allout-hide-current-subtree): Use allout-ascend directly.
9227         Disqualify aberrant topics.
9228         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9229         a way that the yanks can restore it, as used to happen.
9230         (allout-yank-processing): Restore exposure layout as recorded by
9231         allout-kill-*, as used to happen.
9232         (allout-annotate-hidden, allout-hide-by-annotation): New routines
9233         for preseving and restoring exposure layout across kills.
9234         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9235         (allout-encrypt-string): Strip text properties.
9236         Rearranged order and outline-headings for some of the
9237         miscellaneous functions.
9238         (allout-resolve-xref): No need to quote the error name in the
9239         condition-case handler section.
9240         (allout-flatten): Classic recursive (and recursively intensive,
9241         without tail-recursion) list-flattener, needed by allout-shift-out
9242         when confronted with discontinuous children.
9244 2006-09-16  Jason Rumney  <jasonr@gnu.org>
9246         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9247         on ms-windows.
9248         (dnd-open-unc-file): Remove.
9249         (dnd-open-local-file): Mention in doc string that it also handles
9250         remote files if the system natively supports unc file-names.
9252 2006-09-15  Kim F. Storm  <storm@cua.dk>
9254         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9255         all necessary information about the event before erasing *Help*.
9257         * simple.el (line-move-partial): Use window-line-visiblity to
9258         quickly check whether last line is partially visible, and only do
9259         the hard (and slow) part in that case.
9261 2006-09-15  Jay Belanger  <belanger@truman.edu>
9263         * COPYING: Replace "Library Public License" by "Lesser Public
9264         License" throughout.
9266 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9268         * term/x-win.el (x-menu-bar-open): New function for F10.
9270 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
9272         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9273         Disallow filenames containing " -" to avoid confusion with libtool
9274         compilation messages.  Suggested by Stefan Monnier.
9276 2006-09-15  David Kastrup  <dak@gnu.org>
9278         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9279         instead of buffer position for `mouse-on-link-p'.
9281         * mouse.el (mouse-posn-property): New function looking up the
9282         properties at a click position in overlays and text properties in
9283         either buffer or strings.
9284         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9285         of both `follow-link' as well as `mouse-face' properties.
9286         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9287         buffer position.
9289         * help.el (describe-key-briefly): When reading a down-event on
9290         mode lines or scroll bar, swallow the following up event, too.
9291         Use the new mouse sensitity of `key-binding' for lookup.
9292         (describe-key): The same here.
9294 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
9296         * play/life.el (life-patterns): Add a few more interesting patterns.
9297         (life-setup): Force `show-trailing-whitespace' to nil.
9299 2006-09-14  Richard Stallman  <rms@gnu.org>
9301         * startup.el (fancy-splash-text): Change text to improve alignment.
9302         (fancy-splash-screens): Don't set non-standard tab width.
9303         Bind cursor-type temporarily, and make it easy to patch to
9304         preserve the splash buffer.
9305         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9306         (fancy-splash-screens): Display echo-area message explicitly.
9307         Don't set fancy-splash-help-echo.
9309         * simple.el (line-number-mode): Group mode-line instead of
9310         editing-basics.
9311         (column-number-mode, size-indication-mode): Likewise.
9313         * faces.el (mode-line-faces): Group mode-line instead of modeline.
9315         * time.el (display-time): Group mode-line instead of modeline.
9317         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
9319 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
9321         * startup.el (fancy-splash-text): Move editing instructions to
9322         fancy-splash-head.
9323         (fancy-splash-head): Issue editing instructions.
9324         (fancy-splash-screens): Fixup whitespace.
9326 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9328         * bindings.el (mode-line-buffer-identification-keymap):
9329         Remove duplicate line.
9331 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9333         * ido.el (ido-ignore-item-p): Allow any kind of functions in
9334         ignore lists.
9336 2006-09-14  Kim F. Storm  <storm@cua.dk>
9338         * jit-lock.el (jit-lock-fontify-again): New function.
9339         (jit-lock-fontify-now): Use it instead of lambda form.
9341 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
9343         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9344         (flyspell-auto-correct-word): Make ispell-filter local to these
9345         functions.  Check that ispell-filter has new stuff before calling
9346         ispell-parse-output.
9348 2006-09-13  Kim F. Storm  <storm@cua.dk>
9350         * simple.el (line-move-partial): Optimize.
9352 2006-09-13  Richard Stallman  <rms@gnu.org>
9354         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
9355         Delete spurious backquote.
9357 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
9359         * net/rcirc.el (rcirc-print): Fix last change.
9361 2006-09-12  Jay Belanger  <belanger@truman.edu>
9363         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
9365 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
9367         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9368         rcirc-show-maximum-output.
9369         (rcirc-mode): Remove window-scroll-function hook.
9370         (rcirc-scroll-to-bottom): Remove function.
9371         (rcirc-print): Recenter so point stays at the bottom of the window
9372         if point was already there.
9374 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
9376         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
9377         not to "t".
9378         * progmodes/compile.el (compilation-start): Likewise.
9379         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9380         Don't use expand-file-name on invocation-directory, since this
9381         might mishandle special characters in invocation-directory.
9383 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9385         * pcvs-defs.el: Remove * in defcustom's docstrings.
9387 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
9389         * progmodes/compile.el (compilation-directory-properties):
9390         Doc fix for help-echo.
9392 2006-09-12  Lars Hansen  <larsh@soem.dk>
9394         * desktop.el (desktop-read): Add comment.
9396 2006-09-12  Kim F. Storm  <storm@cua.dk>
9398         * simple.el (next-error-highlight, next-error-highlight-no-select):
9399         Fix spelling error.
9401         * subr.el (sit-for): Rework to use input-pending-p and cond.
9402         Return nil input is pending on entry also for SECONDS <= 0.
9403         (while-no-input): Use input-pending-p instead of sit-for.
9405 2006-09-11  Richard Stallman  <rms@gnu.org>
9407         * simple.el (next-error-highlight, next-error-highlight-no-select):
9408         Fix custom type and doc strings.
9410 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9412         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
9413         (diff-apply-hunk): Use it to ask for confirmation.
9415 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
9417         * emacs-lisp/cl.el (pushnew): Add missing `,'.
9419 2006-09-11  David Kastrup  <dak@gnu.org>
9421         * help.el (string-key-binding, describe-key-briefly)
9422         (describe-key): Remove `string-key-binding' and its callers since
9423         `key-binding' already caters for the proper lookup now.
9425 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9427         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9428         (cfengine-mode): Use it.  Fix \ syntax to be like /.
9430         * bindings.el (mode-line-buffer-identification-keymap):
9431         Move initialization into declaration.
9433 2006-09-10  Kim F. Storm  <storm@cua.dk>
9435         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9436         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9437         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9438         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
9440 2006-09-10  Richard Stallman  <rms@gnu.org>
9442         * dired-aux.el: Handle errors in recursive copy usefully.
9443         (dired-create-files-failures): New variable.
9444         (dired-copy-file): Remove condition-case.
9445         (dired-copy-file-recursive): Check for errors on all file
9446         operations, and add them to dired-create-files-failures.
9447         Check file file-date-erorr here too.
9448         (dired-create-files): Check dired-create-files-failures
9449         and report those errors too.
9451         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
9453         * subr.el (add-to-list): New argument COMPARE-FN.
9455 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9457         * filecache.el (file-cache-add-directory)
9458         (file-cache-add-directory-list, file-cache-add-file)
9459         (file-cache-add-directory-using-find)
9460         (file-cache-add-directory-using-locate)
9461         (file-cache-add-directory-recursively): Add autoloads.
9463 2006-09-09  Richard Stallman  <rms@gnu.org>
9465         * textmodes/conf-mode.el (conf-space-mode):
9466         Use hack-local-variables-hook instead of calling hack-local-variables.
9467         (conf-space-keywords-override): New variable.
9468         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
9469         (conf-space-mode): Always make conf-space-keywords and
9470         conf-space-keywords-override local.
9471         Call conf-space-mode-internal directly as well as via hook.
9473 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
9475         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9476         quasi-keywords.
9478 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9480         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9481         (python-send-string): Be slightly more careful about adding \n.
9483         * startup.el (normal-splash-screen): Don't display the buffer if we'll
9484         kill it right away anyway.
9486 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
9488         * international/codepage.el (cp850-decode-table): Fix a few codes.
9489         (cp858-decode-table): New variable.
9491 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
9493         * net/ldap.el (ldap-search-internal): Doc fix.
9495 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9497         * play/life.el (life-display-generation): Test for input manually if
9498         `sleeptime' is negative or null.
9500         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9501         (print-region-1): Substitute `%s' with the page title.
9503 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
9505         * locate.el (locate-current-search): New variable.
9506         (locate): Set buffer local value.  Use current buffer if it is
9507         in Locate mode.
9508         (locate-mode): Disable undo here.
9509         (locate-do-setup): Use locate-current-filter from buffer to be killed.
9510         (locate-update): Use locate-current-search and locate-current-filter.
9512 2006-09-08  David Kastrup  <dak@gnu.org>
9514         * desktop.el (desktop-read): When loading a desktop, disable
9515         saving it while the load progresses, and switch off a pending lazy
9516         load by calling `desktop-lazy-abort'.
9518 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
9520         * window.el (mouse-autoselect-window-timer)
9521         (mouse-autoselect-window-position)
9522         (mouse-autoselect-window-window)
9523         (mouse-autoselect-window-now): New vars.
9524         (mouse-autoselect-window-cancel)
9525         (mouse-autoselect-window-select)
9526         (mouse-autoselect-window-start): New functions.
9527         (handle-select-window): Call `mouse-autoselect-window-start' when
9528         delayed window autoselection is enabled.
9530         * cus-start.el (mouse-autoselect-window): Handle delayed window
9531         autoselection.
9533         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9534         commands after which it is allowed to print in the echo area.
9536 2006-09-08  Richard Stallman  <rms@gnu.org>
9538         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9540         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9541         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9543         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9544         (cancel-timer-internal): Add doc string.
9545         (cancel-function-timers): Doc fix.
9546         (with-timeout-handler, timer-event-last*): Add doc strings.
9548         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9550         * files.el (risky-local-variable-p): Match ...-bindat-spec.
9552         * dired.el (dired-log-summary): Add doc string.
9554         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
9555         (custom-group-menu-create): Not here.
9557 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
9559         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
9561 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9563         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9564         (mac-apple-event-map): Define its handler.
9566 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
9568         * net/ldap.el (ldap-search-internal): Handle `auth' key.
9570 2006-09-07  Magnus Henoch  <mange@freemail.hu>
9572         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9573         clause.
9575 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9577         * info.el (Info-index): Bind completion-ignore-case.
9579 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9581         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9582         previous commit.
9583         (inferior-prolog-guess-flavor): New fun left out of previous commit.
9584         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9585         burp in dedicated windows.
9586         (inferior-prolog-self-insert-command): New command.
9587         (inferior-prolog-mode-map): Use it.
9589 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9591         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9593         * international/code-pages.el: Add cp858.
9595 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9597         * dnd.el: Fix bootstrapping.
9599 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9601         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9602         (dnd-open-remote-url): New function.
9603         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9604         not windows-nt.
9606 2006-09-07  Jason Rumney  <jasonr@gnu.org>
9608         * dnd.el (dnd-open-remote-file-function): New variable.
9609         (dnd-open-unc-file): New function.
9610         (dnd-open-file): Call dnd-open-remote-file-function if set.
9612 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9614         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9615         pgg-passphrase-coding-system rather than locale-coding-system.
9616         * pgg-def.el (pgg-passphrase-coding-system): New user option.
9618 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9620         * progmodes/prolog.el: Remove * in docstrings.
9621         (prolog-program-name): Add SWI prolog.
9622         (prolog-mode-menu): New menu.
9623         (prolog-mode): Set comment-add.
9624         (prolog-indent-line): Simplify.  Use indent-line-to.
9625         (inferior-prolog-buffer): New var.
9626         (inferior-prolog-run, inferior-prolog-process): New funs.
9627         (run-prolog, switch-to-prolog): Rewrite, using them.
9628         (prolog-consult-region): Use inferior-prolog-buffer.
9629         (inferior-prolog-load-file): New function.
9630         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9632         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9633         last word, if it's not the end of the paragraph.
9635         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9636         file name.
9638 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
9640         * frame.el (display-mm-dimensions-alist): New defcustom.
9641         (display-mm-height, display-mm-width): Use it.
9643 2006-09-06  Simon Josefsson  <jas@extundo.com>
9645         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9647 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
9649         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9650         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9651         string values.
9653 2006-09-06  Kim F. Storm  <storm@cua.dk>
9655         * simple.el (line-move-partial): New function to do vscrolling for
9656         partially visible images / tall lines.  Rewrite based on code
9657         previously in line-move.  Simplify backwards vscrolling.
9658         (line-move): Use it.  Simplify.
9660 2006-09-05  Kim F. Storm  <storm@cua.dk>
9662         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9664 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
9666         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9667         Process the `gcc-include' after the `gnu' rule.
9669 2006-09-05  Kim F. Storm  <storm@cua.dk>
9671         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9673 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9675         * pgg.el (pgg-clear-string): Alias to clear-string for backward
9676         compatibility.
9678         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9679         inhibit-redisplay; encode passphrase with locale-coding-system.
9681 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
9683         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9685 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
9687         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9688         (gdb-var-list-children-regexp): Make type field optional.
9690         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9691         e.g public, protected in C++.
9693 2006-09-04  John Paul Wallington  <jpw@pobox.com>
9695         * simple.el (completion-show-help): New defcustom.
9696         (completion-setup-function): Heed it.
9698 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
9700         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9702 2006-09-04  Richard Stallman  <rms@gnu.org>
9704         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9705         (rsf-min-region-to-spam-list): Doc fix.
9706         (rsf-add-content-type-field): Doc fix.
9708         * simple.el (kill-region): Explicitly test there is a region.
9710 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9712         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9713         sendmail in several common directories.
9715         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9717         * paths.el (sendmail-program): Removed.
9719 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
9721         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9722         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
9723         http://article.gmane.org/gmane.emacs.gnus.general/50457
9725 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
9727         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9728         mark after running the menu filter.
9730 2006-09-03  Juri Linkov  <juri@jurta.org>
9732         * international/quail.el (quail-defrule-internal): Add a check
9733         if a key is a vector.
9735 2006-09-02  Juri Linkov  <juri@jurta.org>
9737         * man.el (Man-topic-history): New variable.
9738         (man): Use it.
9740         * woman.el (woman-topic-history): Change defvar to defvaralias
9741         for symbol `Man-topic-history'.
9743         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9744         `comint-last-output-start' is a marker by using `markerp' and
9745         check if it has a position by using `marker-position', and use
9746         this position for `goto-char'.
9748         * international/quail.el (quail-defrule-internal): Add missing
9749         `error' call for null key.
9751 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
9753         * net/rcirc.el (rcirc-keywords): New variable.
9754         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9755         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9756         variables.
9757         (rcirc-responses-no-activity): New function.
9758         (rcirc-handler-generic): Check for responses in above.
9759         (rcirc-process-command): Add ?: character to arguments of raw
9760         server commands.
9761         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9762         `rcirc-dim-nicks'.
9763         (rcirc-gray-toggle): Remove unused variable.
9764         (rcirc-print): Remove some tracking logic, which is moved into
9765         markup functions.
9766         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9767         types.
9768         (rcirc-activity-string): Look for 'keyword in activity-types.
9769         (rcirc-window-configuration-change): Don't erase overlay-arrow
9770         unnecessarily.
9771         (rcirc-add-or-remove): New function.
9772         (rcirc-cmd-ignore): Use it.
9773         (rcirc-message-leader): Remove unused function.
9774         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9775         (rcirc-add-face): New function.
9776         (rcirc-facify): Use rcirc-add-face.
9777         (rcirc-url-regexp): Add parens.
9778         (rcirc-map-regexp): Remove function.
9779         (rcirc-mangle-regexp): Remove function.
9780         (rcirc-markup-text-functions): New variable.
9781         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9782         (rcirc-markup-body-text, rcirc-markup-attributes)
9783         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9784         (rcirc-markup-bright-nicks): New markup handler functions.
9785         (rcirc-nick-in-message-full-line): New face.
9786         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9787         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9789 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
9791         * cus-start.el (hscroll-margin, hscroll-step)
9792         (mode-line-in-non-selected-windows, mouse-autoselect-window)
9793         (x-use-underline-position-properties): Change version to "22.1"
9794         since they will appear there for the first time.
9796 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
9798         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9800 2006-08-31  Richard Stallman  <rms@gnu.org>
9802         * cus-edit.el (custom-save-variables): Slight cleanup.
9803         (Custom-no-edit): Renamed from custom-no-edit.
9804         (Custom-newline): Renamed from custom-newline.
9805         (custom-mode-map): Use new names.
9807         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9808         about customization, rather than M-x customize, in the doc string
9809         made for the defcustom.
9811         * emacs-lisp/trace.el (trace-function-background): Doc fix.
9813 2006-08-31  Romain Francoise  <romain@orebokech.com>
9815         * dired-x.el (dired-guess-shell-alist-default): Update.
9817 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
9819         * custom.el (custom-theme-set-variables): Autoload packages before
9820         sorting the variables.
9822 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
9824         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
9825         Convert events to chars if XEmacs.
9826         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9828 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9830         * progmodes/python.el (python-eldoc-function): Re-enable quit while
9831         waiting for process.
9833 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9835         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9836         results in ASCII-only string, encode original one directly.
9838 2006-08-29  Romain Francoise  <romain@orebokech.com>
9840         * startup.el (normal-splash-screen, fancy-splash-screens):
9841         Make buffer read-only and arrange to enter view mode if necessary.
9843 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
9845         * hl-line.el (hl-line): New face.
9846         (hl-line-face): Use it.
9848         * image-mode.el (image-mode): Fix last fix.
9849         Suggested by Kim F. Storm.
9851 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
9853         Sync with Tramp 2.0.54.
9855         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9856         of `=', because `tramp-get-remote-gid' might not always return an
9857         integer when expected.
9858         (tramp-register-file-name-handlers): `partial-completion-mode' is
9859         unknown to XEmacs.
9860         (tramp-time-diff): Don't use `floor', it might fail for large
9861         differences.
9862         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9863         `tramp-auto-save-directory' if unset in order to guarantee unique
9864         auto-save file names.
9866 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9868         * image-mode.el (image-mode): Display image as text on a terminal.
9870 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9872         * progmodes/python.el (python-send-command): Simplify.
9873         (run-python): Don't generate a new buffer unless `new' was specified.
9874         Make sure we send `import emacs' to the proper process.
9876         * progmodes/python.el (python-send-command): Don't wait for the command
9877         to terminate.  Don't fiddle with compilation-parsing-end.
9879 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9881         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9882         Insert commentary after first line summary.
9884         * woman.el (woman-follow): New function, based on `man-follow'.
9885         (woman-mode-map): Use it.
9887         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9888         since ibuffer-do-sort-by-recency does not define a sorter.
9890 2006-08-28  Kim F. Storm  <storm@cua.dk>
9892         * find-dired.el (find-dired): Use shell-quote-argument to properly
9893         escape ( and ) args.  Also use it on {} and ; args in default
9894         value of find-ls-option string.
9895         (find-grep-dired): Use shell-quote-argument on {} and ; args.
9897 2006-08-27  Michael Olson  <mwolson@gnu.org>
9899         * emacs-lisp/tq.el: Small grammar fix in comments.
9900         (tq-enqueue): Check for existence of queue rather than the
9901         head queue item's question, which was a no-op.
9902         (tq-filter, tq-process-buffer): Make sure the process buffer
9903         exists before making it the current buffer.
9905 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9907         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9908         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9909         (special-event-map): Apply 2006-08-16 change for x-win.el.
9911 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9913         * progmodes/python.el (python-send-receive): Wait in the
9914         process's buffer so as to check the right buffer-local variables.
9916 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9918         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9919         (defgroup checkdoc): Move to beginning.
9921         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9922         (python-preoutput-continuation): Remove.
9923         (python-preoutput-filter): Simplify correspondingly.
9924         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
9925         Loop around to catch embedded _emacs_out output.
9926         (run-python): Send the import&print command on a single line.
9927         (python-send-command): Send command&print on a single line.
9928         (python-send-string): Only add double \n if needed.
9929         (python-send-receive): Loop until the result comes.
9930         (python-mode-running): Defvar it.
9931         (python-setup-brm): Remove unused var `menu'.
9932         Only bind py-mode-map and `features' around brm-init.
9933         (python-calculate-indentation): Remove unused var `point'.
9934         (python-beginning-of-defun): Remove unused var `def-line'.
9936 2006-08-25  Richard Stallman  <rms@gnu.org>
9938         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9940 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
9942         * emulation/viper.el (viper-set-hooks): Use frame bindings for
9943         viper-vi-state-cursor-color.
9944         (viper-non-hook-settings): Don't set default
9945         mode-line-buffer-identification.
9947         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9948         New fun.
9949         (viper-set-cursor-color-according-to-state)
9950         (viper-get-saved-cursor-color-in-replace-mode)
9951         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9952         viper-emacs-state-cursor-color.
9954         * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9955         (viper-undo): Use point if undo-beg-posn is nil.
9956         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9957         (viper-after-change-undo-hook): Don't use
9958         viper-emacs-state-cursor-color by default.
9959         (viper-undo): More sensible positioning after undo.
9961         * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9962         (viper-emacs-state-cursor-color): Default to nil, since this feature
9963         doesn't work well yet.
9965         * ediff-mult.el (ediff-intersect-directories)
9966         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9967         always expand filenames.
9969 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9971         * tumme.el: Remove * in defcustoms's docstrings.
9973 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
9975         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9976         Accept internal time format for SECS arg.
9977         (timer-relative-time): Doc fix.
9979         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9980         adapted from Martin Rudalics.
9981         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9982         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9983         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9984         using sit-for.
9986 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
9988         * cus-start.el (all): Add `overline-margin' and
9989         `x-underline-at-descent-line'.
9991 2006-08-24  Kim F. Storm  <storm@cua.dk>
9993         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9994         to mean "use find -exec"; nil now unambiguously means auto-detect.
9995         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9996         Use shell-quote-argument to build grep-find-command and
9997         grep-find-template.
9998         (rgrep): Use shell-quote-argument to properly quote arguments to find.
9999         Reported by Tom Seddon.
10001 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
10003         * startup.el (fancy-splash-head): Give instructions for dismissing
10004         the splash screen for default startup too.
10005         (display-startup-echo-area-message, fancy-splash-screens)
10006         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
10007         all splash text at once and keep the splash buffer around.
10008         (command-line-1): Give display-startup-echo-area-message a t arg.
10010 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
10012         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10013         gnus frame is selected.
10015 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
10017         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10019 2006-08-22  Kim F. Storm  <storm@cua.dk>
10021         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10022         Add suffix matching for subdirs.
10024 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
10026         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10027         mouse-yank-at-point is non-nil.
10029 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
10031         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10032         a bit wider and remove fringes to fit initial output on line.
10034 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10036         * frame.el (blink-cursor-end): Only ignore the error we care about.
10037         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10039 2006-08-21  Richard Stallman  <rms@gnu.org>
10041         * whitespace.el (whitespace-cleanup): Doc fix.
10043 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
10045         * net/rcirc.el (rcirc-show-maximum-output): New var.
10046         (rcirc-buffer-process): If no buffer argument is supplied, use
10047         current-buffer.
10048         (rcirc-complete-nick): Complete to the last completed nick first.
10049         (rcirc-mode): Preserve the value of `rcirc-urls' across
10050         connections.  Setup scroll function.
10051         (rcirc-scroll-to-bottom): New function.
10052         (rcirc-print): Use nick syntax around regexp work.
10053         Notice dim-nicks speaking only if they say our nick.
10054         (rcirc-update-activity-string): Do not show the modeline indicator
10055         if there are no live rcirc processes.
10056         (rcirc-cmd-ignore): Ignore case.
10057         (rcirc-browse-url-at-point): Fix off-by-one error.
10059 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10061         * progmodes/python.el: Remove * in defcustom docstrings.
10062         (run-python, python-proc, python-try-complete): Use derived-mode-p.
10063         (python-mode): Set tab-width and indent-tabs-mode.
10065 2006-08-20  Dave Love  <fx@gnu.org>
10067         * progmodes/python.el: Update to Dave Love's latest version.
10068         (python-font-lock-keywords, python-mode): Don't use
10069         font-lock-syntax-table, but match symbol elements explicitly instead.
10070         (python-mode-map): Add help, and a few more key bindings.
10071         (python-skip-comments/blanks): Move out of comments as well.
10072         (python-continuation-line-p): Behave better with unbalanced parens.
10073         (python-blank-line-p): New fun.
10074         (python-open-block-statement-p): Don't use a heuristic.
10075         (python-outdent-p): Better handle blocks-in-the-same-line.
10076         (python-calculate-indentation): Misc improvements.
10077         (python-comment-indent): Remove.
10078         (python-block-pairs): New var.
10079         (python-first-word): New fun.
10080         (python-indentation-levels): Handle more common cases.
10081         (python-indent-line-1): Add `leave' argument.
10082         (python-indent-region): New fun.
10083         (python-skip-out): New fun.
10084         (python-beginning-of-statement, python-end-of-statement): Use it.
10085         (python-next-statement): Return correct count even at eob.
10086         (python-end-of-block): Fix paren-typo.
10087         (python-imenu-create-index): Add module variables.
10088         (run-python): Add `new' arg.
10089         Check we're at a prompt before returning.
10090         (python-send-command): Move to end of buffer.
10091         Wait for prompt to return.
10092         (python-set-proc): New fun.
10093         (python-imports): New var.
10094         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
10095         (python-eldoc-function): Try to move out of arg list.
10096         (python-outline-level): Offset by 1.
10097         (python-find-imports): New fun.
10098         (python-symbol-completions): Use python-imports.
10099         (python-module-path, ffap-alist): Add support for ffap.
10100         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10101         (python-insert-*, python-default-template, python-expand-template):
10102         Add templates/skeletons.
10103         (python-setup-brm): Support for Bicycle Repair Man.
10104         (python-abbrev-syntax-table): New var.
10105         (python-abbrev-pc-hook, python-pea-hook): New funs.
10107 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
10109         * frame.el (blink-cursor-start): Set timer first.
10110         (blink-cursor-end): Ignore timer cancelling errors.
10111         Suggested by Ken Manheimer.
10113 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
10115         * newcomment.el (comment-box): Call `comment-normalize-vars'.
10116         Add autoload cookie.
10118 2006-08-20  Richard Stallman  <rms@gnu.org>
10120         * simple.el (line-number-at-pos): Doc fix.
10122         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10123         timer-activate-when-idle, so timer can run before Emacs becomes
10124         non-idle again.
10126 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
10128         * whitespace.el (whitespace-cleanup-internal): New optional arg
10129         REGION-ONLY.  If it's non-nil, modify the message to the user
10130         accordingly.
10131         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10132         a non-nil argument.
10134 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
10136         * rect.el (spaces-string): Simplify and add doc string.
10138 2006-08-17  Romain Francoise  <romain@orebokech.com>
10140         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10142 2006-08-17  Richard Stallman  <rms@gnu.org>
10144         * compare-w.el (compare-windows): lambda's take an arg and pass
10145         it to compare-windows-skip-whitespace.
10147 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
10149         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10150         the right buffer.
10152 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10154         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10155         removed files.
10157 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
10159         * progmodes/gdb-ui.el (gdb-locals-watch-map)
10160         (gdb-locals-watch-map-1): Suppress keymap first.
10161         (gdb-edit-locals-map-1): New variable.
10162         (gdb-edit-locals-value): New function.
10163         (gdb-stack-list-locals-handler): Use them.
10165 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10167         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10168         cursor would normally be drawn in the fringe.
10170         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10171         Reported by Martin Rudalics <rudalics@gmx.at>.
10173 2006-08-16  Richard Stallman  <rms@gnu.org>
10175         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10176         (special-event-map): Process drag-n-drop events this way.
10178         * simple.el (move-beginning-of-line): Test whether fields
10179         would prevent motion back to line's first visible character.
10180         If so, stop where the fields would stop the motion.
10182         * newcomment.el (comment-indent): Fully update INDENT
10183         before checking to see if it will change the text.
10185         * cus-edit.el (custom-newline): New function.
10186         (custom-mode-map): Bind newline to custom-newline.
10188         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10189         into ignore-whitespace.
10190         Check each buffer for its skip-function.
10191         Handle compare-windows-skip-whitespace special-case test
10192         by returning t from default skip function.
10194 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
10196         * textmodes/org.el (org-clock-special-range)
10197         (org-clock-update-time-maybe): New functions.
10198         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10199         not only a-z.
10200         (org-agenda-get-blocks): Allow multiple blocks per headline.
10201         (org-timestamp-change): Call `org-clock-update-time-maybe'.
10202         (org-export-html-title-format)
10203         (org-export-html-toplevel-hlevel): New options.
10204         (org-export-language-setup): Add support for Czech.
10205         (org-mode, org-insert-todo-heading, org-find-visible)
10206         (org-find-invisible, org-invisible-p, org-invisible-p2)
10207         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10208         (org-show-subtree, org-show-entry, org-make-options-regexp):
10209         Remove compatibility support for old outline-mode.
10210         (org-check-occur-regexp): Funtion removed.
10211         (org-on-heading-p, org-back-to-heading): Made defalias.
10212         (org-set-local): New defsubst.
10213         (org-set-regexps-and-options, org-mode)
10214         (org-set-font-lock-defaults, org-edit-agenda-file-list)
10215         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10216         (org-remember-apply-template, org-table-edit-field)
10217         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10218         (org-set-autofill-regexps): Use `org-set-local'.
10219         (org-table-eval-formula): Fix bug with parsing of display flags.
10221 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
10223         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10224         frame with fringe arrow.  Suggested by Simon Marshall
10225         <simon.marshall@misys.com>.
10226         (gdb-stack-position): New variable.
10227         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10228         (gdb-frames-mode): Set gdb-stack-position to nil.
10229         Add to overlay-arrow-variable-list
10230         (gdb-reset): Delete gdb-stack-position from above list.
10232 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10234         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10235         read only.
10237 2006-08-13  Romain Francoise  <romain@orebokech.com>
10239         * cus-theme.el (customize-create-theme)
10240         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10242         * filesets.el (filesets-add-buffer): Ditto.
10244         * pcvs.el (cvs-change-cvsroot): Ditto.
10246 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
10248         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10249         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10250         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10251         expressions.
10252         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10253         Only search till end of line.
10254         Add face to function names in case of no filename.
10255         Add face to variable names of watchpoints.
10257 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
10259         * cus-start.el <indent-tabs-mode>: Move to the `indent'
10260         customization group.
10262 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
10264         * allout.el (allout-prior-bindings, allout-added-bindings):
10265         Remove, after long deprecation.
10266         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10267         Add customization vars controlling allout-beginning-of-line and
10268         allout-end-of-line conveniences.
10269         (allout-header-prefix, allout-use-mode-specific-leader)
10270         (allout-use-mode-specific-leader, allout-mode-leaders):
10271         Revise docstrings.
10272         (allout-infer-header-lead): Change to be an alias for
10273         allout-infer-header-lead-and-primary-bullet.
10274         (allout-infer-header-lead-and-primary-bullet): New version of
10275         allout-infer-header-lead which assigns the primary bullet to the
10276         same as the header lead, when its being changed.
10277         (allout-infer-body-reindent): Apply regexp-quote instead of
10278         unconditionally prepending "\\", so that all literal
10279         allout-header-prefix and allout-primary-bullet strings are
10280         properly handled.
10281         (allout-add-resumptions): Add optional qualifier for extending or
10282         appending to existing values, rather than replacing them.
10283         (allout-view-change-hook): Clarify docstring.
10284         (allout-exposure-change-hook): Take explicit arguments, via
10285         run-hook-with-args.
10286         (allout-structure-added-hook)
10287         (allout-structure-deleted-hook)
10288         (allout-structure-shifted-hook): New hooks analogous to
10289         allout-exposure-change-hook for other kinds of structural outline
10290         edits.
10291         (allout-encryption-plaintext-sanitization-regexps): New encryption
10292         customization variable, by which cooperating modes can provde
10293         massage of the plaintext without actually being passed it.
10294         (allout-encryption-ciphertext-rejection-regexps)
10295         (allout-encryption-ciphertext-rejection-ceiling): New encryption
10296         customization variables, by which cooperating modes can prohibit
10297         rare but possible ciphertext patterns from fouling their
10298         operation, with actually being passed the ciphertext.
10299         (allout-mode): Run activation and deactivation hooks after the
10300         minor-mode variable has been toggled, to clarify the mode
10301         disposition.  The new encryption ciphertext rejection variable is
10302         used to ensure that the ciphertext does not contain text that
10303         would be recognized as outline structural elements by allout.
10304         Substite allout-beginning-of-line and allout-end-of-line for
10305         conventionall beginning-of-line and end-of-line bindings.
10306         If allout-old-style-prefixes is non-nil, don't nullify it on mode
10307         activation!
10308         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10309         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10310         (allout-chart-subtree): Implement new mode, charting only the
10311         visible items in the subtree, when new 'visible' parameter is non-nil.
10312         (allout-end-of-subtree): Properly handle the last item in the buffer.
10313         (allout-pre-command-business, allout-command-counter):
10314         Increment an advertised counter so that cooperating enhancements can
10315         track revisions of items.
10316         (allout-open-topic): Run allout-structure-added-hook with suitable
10317         arguments.
10318         (allout-shift-in): Run allout-structure-shifted-hook with suitable
10319         arguments.
10320         (allout-shift-out): Fix doubling for negative args and ensure call
10321         of allout-structure-shifted-hook by solely using allout-shift-in.
10322         (allout-kill-line, allout-kill-topic):
10323         Run allout-structure-deleted-hook with suitable arguments.
10324         (allout-yank-processing): Run allout-structure-added-hook with
10325         proper arguments.
10326         (allout-yank): Enclose activity in allout-unprotected.
10327         (allout-flag-region): Run allout-exposure-change-hook with
10328         suitable arguments, instead of making the callee infer the arguments.
10329         (allout-encrypt-string):
10330         Support allout-encryption-plaintext-sanitization-regexps,
10331         allout-encryption-ciphertext-rejection-regexps, and
10332         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
10333         en/de cryption mode in symmetric encryption failure message.
10334         (allout-obtain-passphrase): Use copy-sequence to get a distinct
10335         copy of the passphrase, and don't zero it or we'll corrupt the
10336         stashed copy.
10337         (allout-create-encryption-passphrase-verifier)
10338         (allout-verify-passphrase): Respect the new signature for
10339         allout-encrypt-string.
10340         (allout-get-configvar-values): Convenience for getting a
10341         configuration variable value and handling its absence gracefully.
10343 2006-08-11  Romain Francoise  <romain@orebokech.com>
10345         * obsolete/zone-mode.el: Delete.
10347 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10349         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
10351 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
10353         * emacs-lisp/bindat.el (bindat-ip-to-string):
10354         Use `format-network-address' if possible.
10356 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10358         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
10360 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
10362         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
10363         restore unread-command-events here.
10364         (edebug-display): Do it here, to detect sit-for interruptions.
10366 2006-08-10  Romain Francoise  <romain@orebokech.com>
10368         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10369         (dns-mode-soa-auto-increment-serial): New user option.
10370         (dns-mode-soa-maybe-increment-serial): New function.
10371         (dns-mode): Add the latter to `write-contents-functions'.
10373         * obsolete/zone-mode.el: Move to obsolete/ from net/.
10374         Delete autoload cookies.
10376 2006-08-10  John Wiegley  <johnw@newartisans.com>
10378         * eshell/em-glob.el (eshell-glob-chars-list)
10379         (eshell-glob-translate-alist): Add support for [^g] in character globs.
10381 2006-08-10  Richard Stallman  <rms@gnu.org>
10383         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
10384         (facemenu-set-face): Doc fix.
10385         (facemenu-listed-faces): Doc fix.
10387 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
10389         * avoid.el (mouse-avoidance-animating-pointer): New var.
10390         (mouse-avoidance-nudge-mouse): Use it.
10391         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
10392         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
10393         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
10394         Don't activate if currently animating.  All callers changed.
10396 2006-08-09  John Wiegley  <johnw@newartisans.com>
10398         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
10399         variable, which causes timeclock to report elapsed time worked,
10400         instead of just work remaining.
10402 2006-08-09  Kenichi Handa  <handa@m17n.org>
10404         * international/latexenc.el (latexenc-find-file-coding-system):
10405         Fix for the case that the 2nd element of arg-list is a cons.
10407 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
10409         * info.el (Info-fontify-node): Handle preceding `in' for note
10410         reference hiding rules.
10412 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10414         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10415         mistake a closing " for an opening one.
10417 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10419         * term/xterm.el (terminal-init-xterm): Add more key bindings.
10421 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10423         * complete.el (PC-do-completion): Filter out completions matching
10424         completion-ignored-extensions before checking whether there are
10425         multiple completions.
10426         Don't use `list' unnecessarily when building completion tables.
10428 2006-08-06  Richard Stallman  <rms@gnu.org>
10430         * help.el (describe-mode): Make minor mode list more concise.
10432 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
10434         * bindings.el: Give mode-line-format, mode-line-modes, and
10435         mode-line-position `standard-value' properties.
10437 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
10439         * buff-menu.el (list-buffers-noselect): For Info buffers, use
10440         "(file)node" instead of the file name.
10442 2006-08-05  Richard Stallman  <rms@gnu.org>
10444         * faces.el (escape-glyph): Doc fix.
10446 2006-08-04  Kenichi Handa  <handa@m17n.org>
10448         * international/mule-diag.el (describe-font): Improve docstring
10449         and error message.  Use frame-parameter (not frame-parameters).
10451 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10453         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
10454         Correctly mark the end-of-docstring char.
10456 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
10458         * simple.el (line-move-to-column): Constrain move-to-column to
10459         current field.
10461 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10463         * font-lock.el (font-lock-beg, font-lock-end)
10464         (font-lock-extend-region-functions): New vars.
10465         (font-lock-extend-region-multiline)
10466         (font-lock-extend-region-wholelines): New functions.
10467         (font-lock-default-fontify-region): Use them.
10468         (font-lock-extend-jit-lock-region-after-change): Only round up
10469         if font-lock-default-fontify-region will do it as well.
10471         * font-lock.el (font-lock-extend-after-change-region-function):
10472         Rename from font-lock-extend-region-function.
10473         (font-lock-extend-region): Remove by inlining at call sites.
10474         (font-lock-after-change-function): Don't needlessly round up to a whole
10475         number of lines.
10476         (font-lock-extend-jit-lock-region-after-change): Be more careful about
10477         the boundary conditions and the interactions between the various ways
10478         to extend the region.
10480 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10482         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10483         modification status when forcing the second redisplay.
10485 2006-08-03  Kim F. Storm  <storm@cua.dk>
10487         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10489 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10491         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10492         doesn't look like a file name.
10494         * complete.el (PC-expand-many-files): Avoid signalling an error when
10495         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
10497 2006-08-02  Andreas Schwab  <schwab@suse.de>
10499         * bindings.el (mode-line-format): Simplify reference to vc-mode.
10501 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
10503         * bindings.el (map): Make mode-line-buffer-identification-keymap
10504         before defining propertized-buffer-identification.
10506 2006-08-01  Richard Stallman  <rms@gnu.org>
10508         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10510 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
10512         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10513         default value.
10514         (gdb-find-source-frame): New function.
10515         (menu): Add to menu bar.
10517 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10519         * font-core.el (font-lock-extend-region-function)
10520         (font-lock-extend-region): Move to font-lock.el.
10522         * font-lock.el (font-lock-extend-region-function)
10523         (font-lock-extend-region): Move from font-core.el.  Simplify.
10525         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10526         if needed.
10527         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10528         (jit-lock-after-change-extend-region-functions): New hook.
10529         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10531         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10532         (font-lock-turn-on-thing-lock): Use it.
10534         * longlines.el (longlines-show-region): Make it work on read-only
10535         buffers as well.
10537 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
10539         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10541 2006-07-31  Richard Stallman  <rms@gnu.org>
10543         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10544         (vhdl-speedbar-display-projects): Update old obsolete
10545         speedbar variable names.
10547 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
10549         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10550         (gdb-stopped): Use it.
10552         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10554 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
10556         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
10557         for load-history elements.
10559 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
10561         * files.el (convert-standard-filename): For Cygwin, replace
10562         characters not allowed in Windows file names.
10563         (make-auto-save-file-name): Add Cygwin to the list of systems
10564         where the auto-save file name needs to be run through
10565         convert-standard-filename.
10567 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10569         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10571 2006-07-28  Richard Stallman  <rms@gnu.org>
10573         * bindings.el (mode-line-frame-identification)
10574         (propertized-buffer-identification): Centralize the code
10575         to initialize the variable.
10577         * progmodes/grep.el (grep-default-command): Catch errors from
10578         wildcard-to-regexp.
10580 2006-07-29  Kim F. Storm  <storm@cua.dk>
10582         * progmodes/grep.el (grep-tag-default): New function.
10583         (grep-default-command, grep-read-regexp): Use it.
10584         (grep-read-files): Use car of grep-files-history or grep-files-aliases
10585         as default if nothing else applies.
10587 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
10589         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10590         Throw error if buffer is not in Dired and Wdired mode, respectively.
10592 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
10594         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10595         self-insert-command keys don't activate buttons.
10596         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10598 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
10600         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10601         faces for enable character.
10603 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
10605         * Makefile.in (recompile): Update comment to reflect change
10606         on 2004-04-21.
10608 2006-07-27  Richard Stallman  <rms@gnu.org>
10610         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10611         (customize-package-emacs-version): Change msg when pkg has no entry.
10612         (custom-no-edit): On a button, do like widget-button-press.
10614 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10616         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10617         S-tab and C-S-tab.
10619 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
10621         * progmodes/which-func.el (which-function): Fix documentation/
10622         comment typo.
10624 2006-07-26  Richard Stallman  <rms@gnu.org>
10626         * textmodes/ispell.el (ispell-word): If we replace the word,
10627         move point to the end.  Insert before deleting.
10629 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
10631         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10632         a timer.
10634 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
10636         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
10637         when at first image.
10638         (tumme-forward-image): Add prefix argument.  Add error when at last
10639         image.
10641 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10643         * tabify.el (tabify-regexp): Use more specific regexps.
10644         (tabify): Avoid modifying the buffer unnecessarily.
10646 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
10648         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10649         (tumme-format-properties-string): Handle empty `buf'.
10650         (tumme-get-comment): Change variable names inside `let'.
10651         Add missing `let' variable that cause font-lock problems.
10652         (tumme-write-comments): Change variable names inside `let'.
10653         Add missing `let' variable that cause font-lock problems.
10654         (tumme-forward-image): Rename from `tumme-forward-char'.
10655         (tumme-backward-image): Rename from `tumme-backward-char'.
10657 2006-07-25  Masatake YAMATO  <jet@gyve.org>
10659         * progmodes/ld-script.el (ld-script-keywords)
10660         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10661         and add comments.
10663 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
10665         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10666         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10667         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10668         for status indicator.
10670 2006-07-24  Richard Stallman  <rms@gnu.org>
10672         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10674         * subr.el (dolist, dotimes): Use interned symbols for locals.
10675         (--dotimes-limit--, --dolist-tail--): New defvars.
10676         (looking-back): Doc fix.
10678         * replace.el (replace-match-string-symbols): Handle dotted lists.
10680 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
10682         * tumme.el (tumme-write-tags): Add.
10683         (tumme-write-comments): Add.
10684         (tumme-tag-files): Change to use `tumme-write-tags'.
10685         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10686         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10687         (tumme-save-information-from-widgets): Change to use
10688         `tumme-write-comments' and `tumme-write-tags'.
10689         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10690         (tumme-write-tag): Remove.
10691         (tumme-write-comment): Remove.
10692         (tumme-display-previous-thumbnail-original): Remove empty line.
10693         (tumme-widget-list): Add punctuation.
10695 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
10697         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10699 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10701         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10702         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
10703         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10705 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
10707         * mouse.el (mouse-on-link-p): Doc fix.
10709 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
10711         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10712         Handle "C-h f `".
10714 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10716         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10717         column.
10719 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
10721         * textmodes/table.el: Add move-beginning-of-line and
10722         move-end-of-line to Point Motion Only Group.
10724 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10726         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10728 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10730         * startup.el (user-mail-address): Initialize from the `EMAIL'
10731         environment variable first.  Document this.
10732         (command-line): Ditto.
10734 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
10736         * help-mode.el (help-function-def, help-variable-def)
10737         (help-face-def): Print a message in the minibuffer.
10739 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10741         * term/xterm.el (terminal-init-xterm): Fix key bindings
10742         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10744 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10746         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10747         where `(nth 1 command)' is a cons cell.  Doc fix.
10749         * textmodes/po.el (po-find-charset): Doc fix.
10751 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
10753         * allout.el (allout-unprotected, allout-e-o-prefix-p)
10754         (allout-beginning-of-current-line, allout-end-of-current-line)
10755         (allout-next-visible-heading, allout-open-topic)
10756         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10757         (allout-flag-current-subtree, allout-show-to-offshoot)
10758         (allout-hide-current-entry, allout-show-current-branches)
10759         (allout-hide-region-body, allout-old-expose-topic)
10760         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10761         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10762         containing `beginning-of-line' and `end-of-line' with
10763         `inhibit-field-text-motion' t.
10765 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10767         * frame.el (focus-follows-mouse): Document that it doesn't have
10768         any effect on MS-Windows.
10770 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10772         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10774 2006-07-20  Jay Belanger  <belanger@truman.edu>
10776         * calc/calc.el (calc-previous-alg-entry): Remove variable.
10778         * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10779         New variables.
10780         (calc-alg-entry): Use `calc-alg-entry-history'.
10781         (calc-do-quick-calc): Use `calc-quick-calc-history'.
10782         Remove reference to `calc-previous-alg-entry'.
10783         (calcAlg-edit, calcAlg-enter): Remove reference to
10784         `calc-previous-alg-entry'.
10785         (calcAlg-previous): Use `previous-history-element' instead of
10786         `calc-previous-alg-entry'.
10787         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10788         Change keybinding for `calcAlg-plus-minus', add keybindings for
10789         `previous-history-element' and `next-history-element'.
10791         * calc/calc-rewr.el (calc-match): Remove reference to
10792         `calc-previous-alg-entry'.
10794         * calc/calc-sel.el (calc-selection-history): New variable.
10795         (calc-enter-selection, calc-sel-mult-both-sides)
10796         (calc-sel-add-both-sides): Use `calc-selection-history'.
10798         * calc/calc-map.el (calc-get-operator-history): New variable.
10799         (calc-get-operator): Use `calc-get-operator-history'.
10801         * calc/calcalg3.el (calc-curve-fit-history): New variable.
10802         (calc-curve-fit): Use `calc-curve-fit-history'.
10804 2006-07-20  Kenichi Handa  <handa@m17n.org>
10806         * international/mule-cmds.el (select-safe-coding-system): Fix the
10807         way of deciding eol-type of the coding system.
10809 2006-07-20  Alan Mackenzie  <acm@muc.de>
10811         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10812         (c-lang-setvar): New macro.
10813         (c-make-init-lang-vars-fun): Use the initialization forms in
10814         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10815         (comment-start, comment-end, comment-start-skip): Change these from
10816         c-lang-defvar's to c-lang-setvar's.
10818         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10819         which calls make-local-variable on the elements of
10820         c-emacs-variable-inits.
10821         (c-init-language-vars-for): Call this new macro.
10823 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10825         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10826         Try to rule out false positives due to time stamps.
10827         (compilation-mode-font-lock-keywords): Remove rules made redundant
10828         because of the above change.  Add `segmentation fault' to the known and
10829         highlighted compilation termination messages.
10831 2006-07-19  Kim F. Storm  <storm@cua.dk>
10833         * progmodes/grep.el (grep-find-ignored-directories):
10834         Add .svn and _darcs to list.
10836 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
10838         * dired.el (dired-mode-map): Add key binding `C-te' for
10839         `tumme-dired-edit-comment-and-tags'.
10841         * tumme.el (tumme-display-thumbnail-original-image): Make sure
10842         image display buffer is displayed before call to
10843         `tumme-display-image.
10844         (tumme-dired-display-image): Make sure image display buffer is
10845         displayed before call to `tumme-display-image.
10846         (tumme-mouse-display-image): Make sure image display buffer is
10847         displayed before call to `tumme-display-image.
10848         (tumme-widget-list): Add.
10849         (tumme-dired-edit-comment-and-tags): Add.
10850         (tumme-save-information-from-widgets): Add.
10852 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10854         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10856 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10858         * progmodes/sh-script.el (sh-font-lock-keywords-1):
10859         Revert inadvertently installed patch hunk.
10861         * progmodes/compile.el (compilation-find-file): Handle the
10862         cases where the user selects a non-existent file.
10864 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10866         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10868 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10870         * subr.el (sit-for): Just sleep-for if noninteractive.
10872 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10874         * emacs-lisp/autoload.el (make-autoload): Use new arg.
10876         * custom.el (custom-autoload): Add `noset' argument.
10877         (custom-push-theme): Don't autoload the variable, let callers do it.
10878         (custom-theme-set-variables): Autoload the variable if necessary.
10880         * cus-edit.el (custom-variable-state-set): If the variable was
10881         originally set outside custom, but to the same value as the default,
10882         consider it to be standard.
10884         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10885         file *before* telling Emacs to add the autoloads, in case it fails.
10887         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10888         Use `cond', push', and `dolist'.
10890 2006-07-17  Richard Stallman  <rms@gnu.org>
10892         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10893         Add defvars to silence warnings.
10895 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10897         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10898         Don't highlight "Compiling file" messages as error.
10900         * dired-aux.el (dired-compress-file): Confirm again if gzipped
10901         file already exists.
10903 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
10905         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
10906         entry, don't assign to free var; simply return the extracted filename.
10907         (ff-treat-as-special): Incorporate common preamble from callers.
10908         (ff-other-file-name, ff-find-the-other-file):
10909         Update call to ff-treat-as-special.
10911         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10913 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
10915         * tumme.el (tumme-get-comment): Fix bug.
10917 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10919         * files.el: Remove spurious * in docstrings.
10921 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10923         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10924         grammar.
10925         (allout-beginning-of-current-line): Beware beginning of buffer.
10926         Also, a comment is simplified.
10927         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10928         when appropriate.  (This fix enables use for other than
10929         bullet-hotspot operation.)
10930         (allout-hide-current-subtree): While escalating to sibling-close,
10931         make sure to situate on a topic.
10933 2006-07-14  Kim F. Storm  <storm@cua.dk>
10935         * emulation/cua-base.el (cua-delete-selection)
10936         (cua-toggle-set-mark): New defcustoms.
10937         (cua-rectangle-modifier-key): Add `alt' modifier.
10938         (cua-replace-region): Don't delete if cua-delete-selection is nil.
10939         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10940         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10942         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10944 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10946         * allout.el: Require 'cl during byte-compilation/interactive load,
10947         for the `assert' macro.
10948         (allout-mode-deactivate-hook): New hook, run when allout mode
10949         deactivates.
10950         (allout-developer): New allout customization subgroup.
10951         (allout-run-unit-tests-on-load): New allout-developer
10952         customization variable, when true allout unit tests are run towards
10953         end of file load/eval.
10954         (allout-inhibit-auto-fill): Disable auto-fill activity even during
10955         auto-fill-mode.
10956         (allout-resumptions): Remove, to be replaced by...
10957         (allout-add-resumptions): Register variable settings to be
10958         reinstated by `allout-do-resumptions'.  The settings are made
10959         buffer-local, but the locality/globality of the suspended setting
10960         is restored on resumption.
10961         (allout-do-resumptions): Reinstate all settings suspended using
10962         `allout-add-resumptions'.
10963         (allout-test-resumptions): Unit tests (and intermediate variables)
10964         for resumptions.
10965         (allout-tests-globally-unbound, allout-tests-globally-true)
10966         (allout-tests-locally-true): Intermediate variables for
10967         resumptions unit tests.
10968         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10969         (allout-exposure-category): Replaces 'allout-overlay-category variable.
10970         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10971         instead of retired `allout-resumptions'.  For hook functions, use
10972         `local' parameter so hook settings are created and removed as
10973         buffer-local settings.  Revise (resumptions) setting
10974         auto-fill-function so it is set only if already active.  (The
10975         related fill-function settings are all made in either case, so
10976         that activating auto-fill-mode activity will have the custom
10977         allout-mode behaviors (hanging indent on topics, if configured for it).
10978         Remove all allout-exposure-category overlays on mode deactivation.
10979         (allout-hotspot-key-handler): New function extracted from
10980         `allout-pre-command-business', so the functionality can be used
10981         for other purposes, eg as a binding in an overlay.
10982         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10983         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10984         customization variable.
10985         (allout-run-unit-tests): Run the (currently quite small)
10986         repertoire of unit tests.  Called just before the provide iff user
10987         has customized `allout-run-unit-tests-on-load' non-nil.
10989 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10991         * emacs-lisp/authors.el (authors-aliases): Update.
10993 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
10995         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10996         gdb-source-window.  Add dedicated argument.
10997         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10998         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10999         (gdb-display-threads-buffer, gdb-display-memory-buffer)
11000         (gdb-display-locals-buffer): Use it.
11002         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11003         Set gdb-source-window.
11005 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11007         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11008         minor modes, redundant with the custom-autoload line above.
11010 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
11012         * longlines.el (longlines-post-command-function): Handle open-line too.
11014 2006-07-12  Richard Stallman  <rms@gnu.org>
11016         * progmodes/grep.el (grep-last-buffer): Doc fix.
11018         * info.el (Info-try-follow-nearest-node): Doc fix.
11020         * emacs-lisp/edebug.el (edebug-instrument-function):
11021         Err if find-function-noselect gives no position.
11023         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11024         If can't find definition, return nil for position.
11025         (find-function-do-it): Handle new return value
11026         of find-definition-noselect.
11027         (find-definition-noselect, find-variable-noselect): Doc fix.
11028         (find-function-noselect): Doc fix.
11030         * help-mode.el (help-variable-def): Handle find-variable-noselect
11031         returning no position.
11032         (help-function-def): Likewise for find-function-search-for-symbol.
11033         (help-face-def): Likewise.
11035         * help-fns.el (describe-variable): Handle find-variable-noselect
11036         returning no position.
11038         * files.el (locate-file-completion): Avoid duplicates in result.
11040         * cus-edit.el (custom-no-edit): New command.
11041         (custom-mode-map): Remap to custom-no-edit instead of
11042         using suppress-keymap.
11044 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
11046         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11047         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11048         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11050         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11052 2006-07-11  Kim F. Storm  <storm@cua.dk>
11054         * ido.el (ido-copy-current-file-name): Use buffer-name if
11055         buffer-file-name is nil.
11057 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
11059         * simple.el (undo-ask-before-discard): Set to nil.
11061         * vc.el (vc-exec-after): Don't delete process manually.
11062         (vc-print-log): Run log-view-mode in process sentinel inside
11063         inhibit-read-only.  Don't shrink window due to timing issues.
11065         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11066         Avoid using with-output-to-temp-buffer, which clobbers local vars.
11068 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11070         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11071         Fix ambiguity introduced by last change.
11072         (compilation-find-file): Move save-excursion to where it may
11073         make sense.  Fix a left over `find-file'.
11075 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
11077         * textmodes/texinfmt.el (texinfo-format-separate-node):
11078         Insert a string before point, which fits documentation, not after.
11079         (texinfo-multitable-item): In a multitable row, insert any
11080         additional needed @tabs and spaces.
11082 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
11084         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11085         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11086         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11087         instead of shell-command.
11088         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11089         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11090         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11091         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11092         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11093         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11095 2006-07-11  Kim F. Storm  <storm@cua.dk>
11097         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
11098         Remove special case for seconds < 0.  Use (redisplay t) instead.
11100 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
11102         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11103         avoid compilation error.
11105         * subr.el (sit-for): New function.
11107         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11109 2006-07-10  Richard Stallman  <rms@gnu.org>
11111         * ldefs-boot.el (edebug): Update page.
11113 2006-07-10  Kim F. Storm  <storm@cua.dk>
11115         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11116         to FOR-RELEASE and TODO.
11118 2006-07-10  Romain Francoise  <romain@orebokech.com>
11120         * emacs-lisp/authors.el (authors-aliases): Update.
11122 2006-07-10  Alan Mackenzie  <acm@muc.de>
11124         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11125         * cc-mode.el: Changes to eradicate eval-after-load.
11127 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
11129         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11130         on non-char events.
11132 2006-07-09  Romain Francoise  <romain@orebokech.com>
11134         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11135         Don't highlight start/end markers as compilation messages.
11137         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11138         to t.
11140 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11142         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11144 2006-07-08  Richard Stallman  <rms@gnu.org>
11146         * term/x-win.el (x-handle-display): Add doc string.
11148         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11150         * subr.el (def-edebug-spec): Move here.
11151         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11153         * imenu.el (imenu-choose-buffer-index): Doc fix.
11155 2006-07-08  Romain Francoise  <romain@orebokech.com>
11157         * term/x-win.el (x-display-name): Fix typo.
11159 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
11161         * hexl.el (hexl-find-file): Doc fix.
11163         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11165 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
11167         * term/x-win.el (x-display-name): Doc fix.
11169 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11171         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11172         long prefixes.
11173         (fill-region-as-paragraph): Don't round up to a whole line.
11174         (fill-comment-paragraph): Don't include the code-before-the-comment
11175         when calling fill-region-as-paragraph.
11177         * international/mule.el (make-char): Remove redundancy.
11179         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11180         property may contain an anonymous function rather than a symbol.
11182         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11184         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11185         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
11187         * dirtrack.el (dirtrack-default-directory-function): Remove.
11188         (dirtrack-directory-function): Use file-name-as-directory.
11189         (dirtrack-windows-directory-function): Simplify.
11190         (dirtrack-forward-slash, dirtrack-backward-slash)
11191         (dirtrack-replace-slash): Remove.
11192         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11193         (dirtrack): Fix wrong parenthesizing; use match-string.
11195         * progmodes/octave-inf.el: Remove spurious * in docstrings.
11196         (inferior-octave-mode): Only change the buffer-local value of
11197         comint-dynamic-complete-functions.
11198         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11199         Move the initialization to the declaration.
11200         (inferior-octave-complete): Remove unused var `filter'.
11202         * shell.el (shell-mode): Only change the buffer-local value of
11203         comint-dynamic-complete-functions.
11205 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
11207         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11208         entry is skipped because it has been scheduled.
11209         (org-prepare-agenda-buffers): Don't mark buffers as modified when
11210         changing `:org-archived' and `:org-comment' properties.
11212 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
11214         * server.el (server-select-display): Don't make the temp frame
11215         minibuffer-only, in case it's not a temp frame.
11216         (server-process-filter): Don't delete the temp frame if it's the
11217         only one we have on that display.
11219         * files.el (find-alternate-file): Doc fix.
11221 2006-07-05  Richard Stallman  <rms@gnu.org>
11223         * files.el (abbreviate-file-name): Add save-match-data.
11225 2006-07-03  Richard Stallman  <rms@gnu.org>
11227         * faces.el (read-face-name): Doc fix.
11229 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
11231         * net/goto-addr.el (goto-address): Mark as safe for local evals.
11233 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
11235         * vc.el (vc-diff-internal): Fix prev change.
11237 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
11239         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11240         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11242 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11244         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11245         fails if the symbol contains chars like ( or '.
11246         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11247         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11248         `short'.
11250 2006-07-04  Kenichi Handa  <handa@m17n.org>
11252         * international/mule-cmds.el (set-language-info): If LANG-ENV is
11253         the current one, don't call set-language-environment, but call one
11254         of set-language-environment-XXX to make INFO effective now.
11255         (set-language-environment): Call set-language-environment-XXX
11256         functions instead of doing the various setups directly.
11257         (set-language-environment-coding-systems): Delete argument eol-type.
11258         (set-language-environment-input-method)
11259         (set-language-environment-nonascii-translation)
11260         (set-language-environment-charset)
11261         (set-language-environment-fontset)
11262         (set-language-environment-unibyte): New functions.
11264 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
11266         * locate.el (locate-update-when-revert): New option.
11267         (locate-update-path): New option (suggested by Michael Albinus).
11268         (locate-prompt-for-command): Whitespace change.
11269         (locate-update): No longer offer to update the locate database by
11270         default.  Implement the two new options.
11272 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
11274         * tooltip.el: Move comment about track-mouse...
11276         * progmodes/gud.el: ...to here.
11278 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
11280         * facemenu.el (facemenu-listed-faces): New var.
11281         (facemenu-unlisted-faces): Variable deleted.
11282         (facemenu-add-new-face): Use facemenu-listed-faces.
11284         * emulation/viper-init.el, calendar/calendar.el:
11285         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11287 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
11289         * textmodes/org.el (org-mode): Remove no invalid settings for
11290         calc embedded mode.
11291         (org-mode-p): New defsubst.
11292         (org-save-all-org-buffers): New function.
11293         (org-first-headline-recenter): Enclose outline-regexp in group
11294         delimiters.
11295         (org-set-tags): Keep single space after stars.
11297 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11299         * window.el (set-window-text-height): Only set window-min-height to
11300         1 if that's the requested size.
11302         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11303         (diff-unified->context, diff-context->unified)
11304         (diff-reverse-direction): Make sure the end marker stays at the end.
11305         (diff-mode): Add the keymap table at the end of docstring.
11306         Use lexical-let rather than constructing a closure manually.
11308         * files.el (find-file-noselect-1): Remove unused var assignment.
11309         (hack-local-variables-confirm): Print lists of strings as lists of
11310         strings rather than lists of symbols.
11311         (abbreviate-file-name, hack-local-variables-prop-line):
11312         Use match-string.
11313         (hack-one-local-variable): Move `make-local-variable' nearer its use.
11314         (recover-session-finish): Use line-end-position.
11316 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
11318         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11320 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
11322         * progmodes/make-mode.el (makefile-macroassign-regex):
11323         Accept preceding keyword.
11324         (makefile-gmake-statements): Reorganize, now that makepp has
11325         "override" and also handle forgotten "override define".
11326         (makefile-makepp-statements): Add new "global", "override export"
11327         and "override global".
11329 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
11331         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11332         (ada-compile-mouse-goto-error, ada-deactivate-properties)
11333         (ada-no-auto-case): Fix typos in docstrings.
11335 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
11337         * info.el (Info-find-node-2): Search for makeinfo version more
11338         carefully.
11340 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
11342         * textmodes/org.el (org-prepare-agenda-buffers):
11343         Use `invisible-OK' argument for `org-end-of-subtree'.
11344         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11345         (org-beginning-of-item): Fix bug in regular expression for white line.
11346         (org-export-as-html): Enforce space after bullet in plain list items.
11347         (org-set-autofill-regexps): Require space after plain list bullet
11348         for paragraph-start.
11349         (org-ts-regexp3): New constant.
11350         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
11351         (org-timestamp-up-day, org-timestamp-down-day)
11352         (org-timestamp-change): Work with inactive timestamps.
11353         (org-ts-regexp1): Don't allow brackets in time stamps.
11355 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
11357         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
11358         for ignoring links.
11360         * faces.el (read-face-name): Use it.
11362 2006-06-28  Juri Linkov  <juri@jurta.org>
11364         * buff-menu.el (list-buffers-noselect): Compare Info file
11365         with the string "dir" to detect Info directory.
11367         * complete.el (partial-completion-mode): In lambda for
11368         `choose-completion-string-functions' use full function signature
11369         with 4 args, and move point to the end of the minibuffer only if arg
11370         `mini-p' is non-nil.
11372 2006-06-28  John Paul Wallington  <jpw@pobox.com>
11374         * ibuffer.el (ibuffer-mode): Doc fix.
11376 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
11378         * textmodes/org.el (org-context): New contexts :item-bullet,
11379         :latex-fragment, :latex-preview.
11380         (org-overlays-at, org-overlay-start, org-overlay-end):
11381         New compatibility functions.
11382         (org-inside-LaTeX-fragment-p): More accurate matching, using the
11383         exact regexp that will be used during export.
11384         (org-latex-regexps): New variable.
11385         (org-cdlatex-mode): Improve advice for `texmathp'.
11386         (turn-on-org-cdlatex): New function.
11388 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11390         * term/mac-win.el (mac-handle-font-selection): Change keys of
11391         mac-atsu-font-table from strings to numbers.
11392         (mac-ts-caret-position): Use also when cursor-type is nil.
11393         (mac-ts-update-active-input-area): Add Mac OS Classic support.
11394         Relax condition for using overlay strings.
11395         Use mac-ts-caret-position face when cursor-type is nil.
11397 2006-06-26  Kim F. Storm  <storm@cua.dk>
11399         * help.el (view-emacs-news): Declare `res' in the right let* form.
11401 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
11403         * net/rcompile.el (remote-compile): Replace ange-ftp based
11404         implementation by Tramp functions.
11405         Suggested by Marc Abramowitz <msabramo@gmail.com>.
11407         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
11409 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
11411         * international/fontset.el (setup-default-fontset): Fix a typo in
11412         the "Oriya-Akruti" registry name.
11414 2006-06-23  Lars Hansen  <larsh@soem.dk>
11416         * desktop.el (desktop-full-file-name): New function.
11417         (desktop-kill, desktop-save, desktop-remove, desktop-read)
11418         (desktop-revert): Use it.
11419         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11420         (desktop-after-read-hook): Add option list-buffers.
11421         (desktop-locals-to-save): Add tab-width.
11422         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11423         Fix docstring.
11425 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
11427         * textmodes/org.el (org-cdlatex-mode-map)
11428         (org-cdlatex-texmathp-advice-is-done): New variables.
11429         (org-cdlatex-mode): New minor mode.
11430         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11431         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11432         (org-export-with-archived-trees): New option.
11433         (org-open-file): Remove the call to `convert-standard-filename'.
11434         (org-archive-tag, org-agenda-skip-archived-trees)
11435         (org-cycle-open-archived-trees)
11436         (org-sparse-tree-open-archived-trees): New options.
11437         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11438         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11439         New functions.
11440         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11441         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11442         (org-mode-map): Add binding for `org-toggle-archive-tag'.
11443         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11444         Call `org-prepare-agenda-buffers'.
11445         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11446         (org-file-apps, org-file-apps-defaults-gnu)
11447         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11448         Handle remote files by forcing them to be opened in Emacs.
11450 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
11452         * vc.el (vc-diff-knows-L): New variable.
11453         (vc-diff-internal): Use it to handle "diff" programs that don't
11454         understand -L.  This works automatically, no user action is necessary.
11456 2006-06-23  Daniel Brockman  <daniel@brockman.se>
11458         * net/rcirc.el (rcirc-default-user-full-name): Default to
11459         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
11460         longer exists).
11461         (rcirc-process-list): Check `buffer-live-p' before attempting to
11462         switch to a buffer.
11464 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
11466         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11467         based on rcirc-coding-system-alist.
11469 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
11471         * cus-edit.el (customize-apropos): A better error message.
11472         (top level) <debug-ignored-errors>: Extend and update the list of
11473         ignored error messages.
11475 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
11477         * complete.el (PC-do-completion): Retain capitalization of user
11478         input, when possible, even if completion-ignore-case is set.
11480 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
11482         * generic-x.el (bat-generic-mode): Support .cmd files.
11484         * dos-w32.el (top level): Use find-file-not-found-functions
11485         instead of the obsolete find-file-not-found-hooks.
11487 2006-06-22  Kim F. Storm  <storm@cua.dk>
11489         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11490         to recognize mode name containing submodes, such as Grep/lw.
11492 2006-06-21  Kim F. Storm  <storm@cua.dk>
11494         * simple.el (line-move-1): Check for move-end-of-line instead of
11495         end-of-line when setting temporary-goal-column.
11497 2006-06-21  Miles Bader  <miles@gnu.org>
11499         * play/cookie1.el (cookie): Work properly when there's only one entry.
11501 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
11503         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11504         (gdb-frame-handler): Generalize frame regexp for templates.
11506 2006-06-20  Glenn Morris  <rgm@gnu.org>
11508         * calendar/appt.el (appt-display-format): Default value must be
11509         one of the customize options.
11511 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
11513         * term/xterm.el (terminal-init-xterm): Update key availability info.
11514         Bind C-return.
11516         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11518 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
11520         * files.el (hack-local-variables): Run `hack-local-variables-hook'
11521         whether or not a local variables list is defined.
11523         * msb.el (msb): Move `sit-for' hack here to handle both
11524         "mouse-down and drag" and "mouse-up and select" situations.
11525         (mouse-select-buffer): Move `sit-for' hack to `msb'.
11527 2006-06-20  Kenichi Handa  <handa@m17n.org>
11529         * international/characters.el (word-combining-categories):
11530         Add entries for 2-byte Han characters.
11532 2006-06-19  Richard Stallman  <rms@gnu.org>
11534         * bindings.el (mode-line-format): Save some mode line space.
11536         * files.el (find-file-noselect): Improve the question wording.
11537         (basic-save-buffer-2): Mask UMASK against 666.
11539         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11540         (mouse-drag-vertical-line): Call it.
11542         * cus-edit.el (customize-option, customize-option-other-window):
11543         Error if SYMBOL is nil.
11545 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
11547         * textmodes/org.el: Require noutline, also on XEmacs.
11548         (org-end-of-subtree): Return point.
11549         (org-dblock-start-re, org-dblock-end-re): New constants.
11550         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11551         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11552         (org-update-all-dblocks, org-find-dblock): New functions.
11553         (org-collect-clock-time-entries): New function.
11554         (org-html-handle-time-stamps): Never export CLOCK timeranges.
11555         (org-fixup-indentation): Modify to deal correctly with lines
11556         starting with TAB.  Only one argument DIFF now.
11557         (org-demote, org-promote): Call `org-fixup-indentation' with just
11558         one argument, DIFF.
11559         (org-mode): Don't mark buffer as modified when aligning tables.
11560         (org-clock-sum): Don't mark buffer modified when adding time sum
11561         properties.
11562         (org-export-as-html): Add support for a link validation function.
11563         (org-archive-all-done): New function.
11564         (org-archive-subtree): New prefix argument.  When set, archive all
11565         done subtrees in this buffer.
11566         (org-remove-clock-overlays)
11567         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11568         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11569         (org-put-clock-overlay): Don't swallow last headline character
11570         when displaying overlay.
11571         (org-store-link): Link to `image-mode' with just the file name.
11573 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
11575         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11576         Use read-key-sequence.
11577         (viper-after-change-undo-hook): Misc enhancements.
11578         (viper-after-change-undo-hook): New hook.
11579         (viper-undo): Use viper-after-change-undo-hook.
11580         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11581         (viper-next-line-at-bol): If point is on a widget or a button, simulate
11582         clicking on that widget/button.
11584         * emulation/viper.el (viper-mode): Allow a separate cursor color
11585         in Emacs state.
11587         * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11588         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11589         (ediff-set-actual-diff-options): New function.
11590         (ediff-reset-diff-options, ediff-toggle-ignore-case):
11591         Use ediff-set-actual-diff-options.
11592         (ediff-extract-diffs): Catch errors.
11593         (ediff-whitespace): Add non-breakable space.
11594         (ediff-same-file-contents): Catch errors.
11596         * ediff-mult.el (ediff-collect-custom-diffs):
11597         Save coding-system-for-read.
11599         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11600         (ediff-vc-internal, ediff-vc-merge-internal):
11601         Use ediff-delete-version-file.
11602         (ediff-delete-version-file): New function.
11604         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11606         * ediff.el (ediff-directories, ediff-directory-revisions)
11607         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11608         (ediff-directories-internal, ediff-merge-directory-revisions)
11609         (ediff-merge-directory-revisions-with-ancestor)
11610         (ediff-directories3): Use read-directory-name.
11612 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
11614         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11615         Remove superfluous part of regexp for brace matching which is handled
11616         by `scan-lists' call.
11618 2006-06-16  Richard Stallman  <rms@gnu.org>
11620         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11622         * files.el (basic-save-buffer-2): For a new precious file,
11623         use the default modes in the return value.
11625         * facemenu.el (facemenu-color-alist): Doc fix.
11627         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11629 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11631         * cus-start.el (all): Add mac-ts-script-language-on-focus.
11633         * term/mac-win.el (mac-text-encoding-ascii): New constant.
11634         (mac-utxt-to-string): Use it.
11635         (mac-ts-update-active-input-area): Use mac-ae-number.
11637 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
11639         * term.el (term-handle-scroll, term-delete-lines)
11640         (term-insert-lines): Fix off by one errors.
11642 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11644         * net/tramp.el (tramp-touch): Use UTC to express time.
11646 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
11648         * mail/sendmail.el (mail-send): Search explicitly for
11649         mail-header-separator when checking for corrupted header lines.
11651 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
11653         * progmodes/gdb-ui.el (gdb-same-frame): New option.
11654         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11655         (gdb-init-1): Initialise them.
11656         (gdb-starting): Reset gdb-printing
11657         (gdb-starting): Save value of gud-overlay-arrow-position.
11658         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11659         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11660         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11661         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11663 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11665         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11667 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
11669         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11670         (ldap-search-internal): Keep error messages, and a regexp fix.
11672 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
11674         * files.el (hack-local-variables-confirm):
11675         Display string value using its printed representation.
11677 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
11679         * server.el (server-edit): No-op if no server buffers exist.
11681 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
11683         * textmodes/page-ext.el (pages-directory-for-addresses):
11684         Including `pages-directory-address-mode' in the function results
11685         in the message "Buffer in which pages were found is deleted".
11687 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
11689         * textmodes/org.el (org-agenda-mode-map): Add bindings for
11690         clocking functions.
11692         (org-agenda-clock-in, org-check-running-clock)
11693         (org-clock-out-if-current, org-remove-clock-overlays)
11694         (org-put-clock-overlay): New functions.
11695         (org-clock-marker, org-clock-file-total-minutes)
11696         (org-clock-overlays): New variables.
11697         (org-clock-display, org-clock-sum, org-clock-cancel)
11698         (org-clock-out, org-clock-in): New commands.
11699         (org-export): New function.
11700         (org-emph-re): New constant.
11701         (org-set-emph-re, org-do-emphasis-faces): New functions.
11702         (org-emphasis-regexp-components, org-emphasis-alist): New options.
11703         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11704         (org-export-html-convert-emphasize): Use the configurable emphasis.
11705         (org-cleaned-string-for-export): Make multiline emphasis visible
11706         to the exporter.  New optional argument PARAMETERS.
11707         (org-export-as-html): Specify :emph-multiline parameter to
11708         `org-cleaned-string-for-export'.
11710 2006-06-10  Richard Stallman  <rms@gnu.org>
11712         * help.el (help-for-help-internal): Clean up help text.
11714 2006-06-10  Andreas Schwab  <schwab@suse.de>
11716         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11717         in doc string.
11719         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11721 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
11723         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11724         spaces after the comment start.
11726 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11728         * play/pong.el (pong-init-buffer):
11729         Fill buffer with spaces instead of ^A.
11731         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11732         launched asynchronously, delete its process instead of being cool.
11733         (ispell-async-processp): Check for `delete-process' existence
11734         instead of `kill-process' one for consistency.
11736 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
11738         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11739         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11740         in mode line at startup.
11742 2006-06-08  Kim F. Storm  <storm@cua.dk>
11744         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11745         (ido-init-completion-maps): Bind them to M-SPC and M-v.
11746         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11747         (ido-file-internal): Pass full file name to write-file.
11748         (ido-read-internal): Only pop stack elements automatically if they
11749         actually match an existing directory or file name.
11751 2006-06-07  Kenichi Handa  <handa@m17n.org>
11753         * international/mule.el (find-auto-coding): Don't handle the short
11754         name `char-trans'.
11756         * files.el (hack-local-variables-prop-line)
11757         (hack-local-variables): Cancel the previous change.
11759 2006-06-06  Jesper Harder  <harder@phys.au.dk>
11761         * ediff-diff.el (ediff-test-utility): Protect against file-error.
11763 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
11765         * diff-mode.el (diff-mode): Set buffer-read-only to t when
11766         diff-default-read-only is non-nil.
11767         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11768         (diff-refine-hunk): Set inhibit-read-only to t.
11770         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11771         modifying the *Diff* buffer.
11772         (diff-process-filter): New filter function for diff process that
11773         sets inhibit-read-only to t when modifying the *Diff* buffer.
11775 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
11777         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11778         insertion point and control the number of empty lines.
11779         (org-paste-subtree): Limit the number of empty lines at the end of
11780         the inserted tree.
11781         (org-agenda): Use buffer name of current file for narrowing.
11782         (org-export-as-xml): Command removed.
11783         (org-export-xml-type): Option removed.
11784         (org-mode-map): Call `org-export-as-xoxo' directly.
11785         (org-get-indentation): New optional argument LINE.
11786         (org-fix-indentation, org-remove-tabs): New functions.
11787         (org-export-as-ascii, org-ascii-level-start): Determine and apply
11788         correct indentation for headlines that are converted it items.
11789         (org-skip-comments): Remove table lines that contain narrowing
11790         cookies but no other non-empty fields.
11791         (org-set-tags): Allow groups of mutually exclusive tags.
11792         (org-cmp-time): Sort 24:21 before items without time.
11793         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11794         (org-open-at-point): Require double colon also for numbers.
11796 2006-06-06  Kim F. Storm  <storm@cua.dk>
11798         * ido.el (ido-default-file-method, ido-default-buffer-method):
11799         Make choice values consistent with corresponding command names.
11800         (ido-visit-buffer): Update accordingly.  Default to selected-window.
11802 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
11804         * progmodes/gud.el (gud-running): Fix doc string.
11805         (gud-menu-map): Use :visible instead fo :enable for debugger test.
11806         (gud-tooltip-modes): Add python-mode.
11807         (gud-tooltip-print-command): Add pdb.  Remove perldb.
11809 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
11811         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11812         Quote $(EMACS).
11814 2006-06-05  Richard Stallman  <rms@gnu.org>
11816         * faces.el (defined-colors): Doc fix.
11818 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
11820         * vc.el (vc-process-filter): Inhibit undo info collection around
11821         call to insert.
11822         (vc-setup-buffer): Likewise for call to erase-buffer.
11823         (vc-do-command): Likewise for call to process-file.
11825 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
11827         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11828         for gud-go.
11829         (gud-common-init): Other debuggers may trigger error.
11831 2006-06-05  Kenichi Handa  <handa@m17n.org>
11833         * international/mule.el (find-auto-coding):
11834         Handle enable-character-translation in file header.
11836 2006-06-04  Kim F. Storm  <storm@cua.dk>
11838         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11839         (authors-fixed-entries): Fix spelling.
11840         (authors-canonical-file-name): Don't report error for wildcards.
11842         * help.el (view-emacs-news): Rewrite to support new NEWS,
11843         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
11844         e.g. version 10 matches 1.10, and don't be confused by version 1.1
11845         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
11847 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
11849         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11850         exec constructs like `foo bar`.
11851         (sh-quoted-subshell): New helper function to search for a possibly
11852         nested subshell (like `` or $()) within a "" quoted string.
11853         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11854         (sh-apply-quoted-subshell): Flag quote characters inside a
11855         subshell, which is itself already in a quoted region, as
11856         punctuation, since this is the closest to what they actually are.
11857         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11858         sh-apply-quoted-subshell.
11859         (sh-font-lock-syntactic-face-function): Apply the new face for
11860         text inside `` instead of the old font-lock-string-face.
11862 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11864         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11865         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11866         (mac-bytes-to-text-range, mac-ae-text-range-array)
11867         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11868         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11869         (mac-ts-unicode-for-key-event): New functions.
11870         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11871         (mac-handle-font-selection): Use mac-ae-number.
11872         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11873         New variables.
11874         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11875         (mac-ts-converted-text, mac-ts-selected-converted-text)
11876         (mac-ts-block-fill-text, mac-ts-outline-text)
11877         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11878         (mac-ts-hilite-style-faces): New constant.
11879         (mac-apple-event-map): Bind text input events.
11880         (mac-dispatch-apple-event): Use command-execute instead of
11881         call-interactively.
11882         (global-map): Don't bind mac-apple-event.
11883         (special-event-map): Bind mac-apple-event.
11885 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
11887         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11888         file name.
11889         (emacs): Enclose the value of $(EMACS) in quotes.
11891 2006-06-02  Juri Linkov  <juri@jurta.org>
11893         * international/mule.el (sgml-html-meta-auto-coding-function):
11894         Remove the condition `(search-forward "<html" size t)'.
11895         Replace `\"' with `[\"']?' in `re-search-forward'.
11897 2006-06-02  Kenichi Handa  <handa@m17n.org>
11899         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11900         as well as `coding'.
11901         (hack-local-variables): Likewise.
11903         * international/mule.el (enable-character-translation):
11904         Put permanent-local and safe-local-variable properties.
11905         (find-auto-coding): Handle char-trans: tag.
11907 2006-06-02  Juri Linkov  <juri@jurta.org>
11909         * international/mule.el (sgml-html-meta-auto-coding-function):
11910         Limit the search by the end of the HTML header (if any).
11912 2006-06-01  Richard Stallman  <rms@gnu.org>
11914         * subr.el (with-current-buffer): Doc fix.
11916 2006-06-02  Masatake YAMATO  <jet@gyve.org>
11918         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11919         Almost rewrite.  Underlines over all lines of gcov output are too
11920         uncomfortable to read.  Suggested by Dan Nicolaescu.
11922 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
11924         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11926         * shell.el (shell-mode): Use shell-mode-map in docstring.
11928         * comint.el (comint-send-input): Do not add help-echo and
11929         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11931 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11933         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11935 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
11937         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11938         (gdb-stopped, gdb-info-stack-custom): If there is no source info
11939         look up the stack and pop up GUD buffer if necessary.
11940         (gdb-frames-select): Remove redundant call to gud-display-frame.
11941         (gdb-info-threads-custom): Keep point at start of buffer.
11942         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11944 2006-05-31  Juri Linkov  <juri@jurta.org>
11946         * replace.el (query-replace-read-from, query-replace-read-to):
11947         Bind `history-add-new-input' to nil.  Call `add-to-history'.
11949 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
11951         * textmodes/table.el: Convert all HTML tags to lower case for
11952         XHTML compatibility.
11954 2006-05-31  Masatake YAMATO  <jet@gyve.org>
11956         * progmodes/compile.el:
11957         (compilation-error-regexp-alist-alist::gcov-called-line):
11958         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
11960 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
11962         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11963         Revert inadvertent changes made with last commit.
11965 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11967         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11968         New functions.
11970         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11972 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
11974         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11975         only matches in the right place.
11976         (org-upcoming-deadline): New face.
11977         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11978         (org-export-ascii-underline): Rename constant `org-ascii-underline'
11979         and make it an option.
11980         (org-export-ascii-bullets): New option.
11981         (org-export-as-html): Many changes to emit valid XHTML.
11982         (org-par-open): New variable.
11983         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11984         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11985         (org-timeline): Pass `org-timeline-show-empty-dates' to
11986         `org-get-all-dates'.  Interpret empty dates returned by
11987         `org-get-all-dates'.
11988         (org-get-all-dates): New argument EMPTY.  Add dates without
11989         entries to the list, mark large ranges of empty dates.
11990         (org-point-in-group, org-context): New functions.
11992 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
11994         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11996         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11997         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11998         to C-mouse-3 (for 2 button mice).
11999         (gdb-send): Do the right thing for C-d.
12001         * speedbar.el (speedbar-detach): Delete.
12002         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12003         it breaks things.
12004         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12006 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
12008         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12009         Makeppfile.
12011         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12012         Add makepp diagnostic.
12014 2006-05-29  Richard Stallman  <rms@gnu.org>
12016         * window.el (fit-window-to-buffer): Doc fix.
12018         * help.el (temp-buffer-max-height): Doc fix.
12020         * subr.el (with-current-buffer): Doc fix.
12022 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12024         * term/x-win.el: Bind F10 to menu-bar-start if available.
12026 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
12028         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12029         uses with a simple test.
12030         (term-set-escape-char, term-mode, term-check-kill-echo-list)
12031         (term-send-raw-string, term-send-raw, term-mouse-paste)
12032         (term-char-mode, term-line-mode, term-exec, term-sentinel)
12033         (term-handle-exit, term-read-input-ring)
12034         (term-previous-matching-input-string)
12035         (term-previous-matching-input-string-position)
12036         (term-previous-matching-input-from-input)
12037         (term-replace-by-expanded-history, term-send-input)
12038         (term-skip-prompt, term-bol, term-send-invisible)
12039         (term-kill-input, term-delchar-or-maybe-eof)
12040         (term-backward-matching-input, term-check-source)
12041         (term-proc-query, term-emulate-terminal)
12042         (term-handle-colors-array, term-process-pager, term-pager-line)
12043         (term-pager-bob, term-unwrap-line, term-word)
12044         (term-dynamic-complete-filename)
12045         (term-dynamic-complete-as-filename)
12046         (term-dynamic-simple-complete): Replace one arm ifs with whens or
12047         unlesses.
12049 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12051         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12052         during bootstrapping.
12054         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12055         Basically undo the change of 2006-05-26: use extra arguments instead of
12056         dynamic scoping.
12057         (ewoc-locate): Remove unused var `footer'.
12059 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12061         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12063         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12064         (generate-file-autoloads): Obey it.  Return whether autoloads were
12065         added at point or not.
12066         (update-file-autoloads): Use this new return value.
12067         Remove redundant test for the presence of an autoload cookie.
12069         * emacs-lisp/autoload.el (autoload-find-file): New fun.
12070         This one calls hack-local-variables.
12071         (generate-file-autoloads, update-file-autoloads): Use it.
12073         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12074         (bibtex-sort-entry-class): Add safe-local-variable predicate.
12075         (bibtex-sort-entry-class-alist): Don't set the global value.
12076         (bibtex-init-sort-entry-class-alist): New fun.
12077         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12078         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12079         of bibtex-init-sort-entry-class.
12081 2006-05-28  Richard Stallman  <rms@gnu.org>
12083         * subr.el (load-history-regexp): If FILE is relative, insist
12084         entire last name component must match it.
12085         (load-history-filename-element, load-history-regexp): Doc fixes.
12087 2006-05-29  Kim F. Storm  <storm@cua.dk>
12089         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12090         `pos' and `raw-data' for clarity, as eval forms may access these.
12092 2006-05-28  Kim F. Storm  <storm@cua.dk>
12094         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12096 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12098         * progmodes/make-mode.el (makefile-browser-map)
12099         (makefile-mode-syntax-table): Move initialization inside declaration.
12100         (makefile-fill-paragraph): Use the default comment-filling code.
12102 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
12104         * replace.el (query-replace-defaults): New variable.
12105         (query-replace-read-from): Use `query-replace-defaults' for
12106         default value, instead of history list.
12107         (query-replace-read-to): Update `query-replace-defaults'.
12109 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
12111         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12112         with no X toolkit.
12114 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
12116         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12117         (tumme-show-all-from-dir): Add autoload.
12119 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
12121         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12122         (tumme-remove-tag): Fix bug.
12124 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
12126         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12127         FOOTER args.  Update unique caller.
12128         (ewoc-delete): Compute last node once before looping.
12129         (ewoc--node-branch): Merge into unique caller.
12130         (ewoc--node): Don't define constructor make-ewoc--node for this
12131         structure.
12132         (ewoc): Add member `hf-pp' to this structure.
12133         (ewoc--wrap): New func.
12134         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
12135         header/footer pretty-printers.  Save header/footer pretty-printer.
12136         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12138         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12140 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
12142         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12143         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
12144         Tag'.  Change "Compare directories..." to "Change Directories...".
12145         Move tumme commands to Operate, Regexp and Immediate menus.
12146         Change "Add Comment" to "Add Image Comment".  Change "Add Image
12147         Tag" to "Add Image Tags".
12149         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12150         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12151         `tumme-delete-tag'.
12153 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12155         * shell.el (shell-mode): Call shell-dirtrack-mode after
12156         list-buffers-directory is made a local variable, to avoid setting
12157         the default value.
12159 2006-05-26  Kevin Ryde  <user42@zip.com.au>
12161         * info.el (Info-index-next): Use where-is-internal to report
12162         actual binding of Info-index-next, rather than hard-coded `,'.
12164 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
12166         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12167         and "Find Command in Manual" to here.
12169         * buff-menu.el (list-buffers-noselect): For Info buffers, use
12170         Info-current-file as the file name.
12172 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
12174         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
12175         overrides will now be done a different way.
12176         (ses-set-parameter): Reapply this function for undo.
12177         (ses-set-header-row): Reconstruct header row during undo.
12178         (ses-widen): New function.
12179         (ses-goto-data, ses-reconstruct-all): Use new function.
12180         (ses-command-hook): Widen buffer during undo, before unupdating
12181         the cells.
12182         (ses-insert-row, ses-delete-row): Widen buffer during undo.
12183         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12184         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12185         formula hasn't been executed yet.
12187 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12189         * comint.el (comint-kill-whole-line): Rename arg to count.
12190         Fix doc string.
12192 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
12194         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12195         to copy-file.
12197 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12199         * simple.el (toggle-truncate-lines): Make arg optional for
12200         backward compatibility.
12202 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
12204         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12205         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12206         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
12207         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12208         (ewoc--adjust): Use ewoc--current-dll.
12209         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12211 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
12213         * textmodes/org.el (org-next-item, org-previous-item): Emit more
12214         compact error message.
12215         (org-tags-view): Refresh category table in each file.
12216         (org-table-justify-field-maybe): Remove superfluous arguments to
12217         `format'.
12218         (org-export-as-html): Insert "<p>" before postamble.
12219         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12221 2006-05-26  Kenichi Handa  <handa@m17n.org>
12223         * textmodes/po.el (po-find-charset): Pay attention to the case
12224         FILENAME is a cons (NAME . BUFFER).
12225         (po-find-file-coding-system-guts): Likewise.
12227         * arc-mode.el (archive-set-buffer-as-visiting-file):
12228         Call find-operation-coding-system with (FILENAME . BUFFER).
12230         * tar-mode.el (tar-extract): Call find-operation-coding-system
12231         with (FILENAME . BUFFER).
12233         * international/mule.el (decode-coding-inserted-region):
12234         Call find-operation-coding-system with (FILENAME . BUFFER).
12236 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
12238         * image-mode.el (image-toggle-display): Use buffer contents to
12239         generate image for a remote file.
12241 2006-05-25  Juri Linkov  <juri@jurta.org>
12243         * replace.el (query-replace-read-from, query-replace-read-to):
12244         Remove 8th arg KEEP-ALL in read-from-minibuffer.
12246 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
12248         * whitespace.el (whitespace-cleanup): Change to cleanup
12249         region if one is active.
12250         * whitespace.el (whitespace-cleanup-internal): New internal method.
12252 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
12254         * dired.el (dired-mode-map): Add help-echo strings to tumme
12255         commands.  Bind `tumme-dired-display-image' to C-t i.
12257         * tumme.el (tumme-display-image): Change documentation string slightly.
12258         (tumme-dired-display-image): Add call to `display-buffer'.
12260 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
12262         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12263         Signal error if RAW-DATA is a multibyte string.
12265 2006-05-24  Richard Stallman  <rms@gnu.org>
12267         * subr.el (with-local-quit): When handling `quit' signal,
12268         make a chance for quit-flag to cause a quit.
12270         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12271         (ad-disable-advice): Add autoloads.
12273         * subr.el (read-passwd): Copy PROMPT before changing its properties.
12275 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
12277         * dired.el (dired-mode-map): Change menu items for tumme as per
12278         suggestions in emacs-devel.
12280 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
12282         * dired.el (dired-mode-map): Fix breakage.
12284 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
12286         * tumme.el (tumme-display-dired-image): Rename to...
12287         (tumme-dired-display-image): ...this.
12288         (tumme-track-movement): Change default value to t.
12289         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12290         used from `tumme-next-line-and-display' and similar commands.
12292         * dired.el (dired-mode-map): Add Thumbnail submenu under the
12293         Immediate menu.  Add some tumme commands there.
12295 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
12297         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12299 2006-05-24  Chong Yidong  <cyd@mit.edu>
12301         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12302         menu entries that open submenus.
12304 2006-05-24  Alan Mackenzie  <acm@muc.de>
12306         * startup.el (command-line): For names of preloaded files, don't
12307         append ".elc" (now done in Fload), and call file-truename on the
12308         lisp directory.
12310         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
12311         match ANY loaded file with the right name, not just those in
12312         load-path.  Put a regexp matching the file name into
12313         after-load-alist, rather than the name itself.
12315         * subr.el (load-history-regexp, load-history-filename-element)
12316         (do-after-load-evaluation): New functions.
12318         * international/mule.el (load-with-code-conversion): Do the
12319         eval-after-load stuff by calling do-after-load-evaluation.
12321 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
12323         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12324         has not been killed.
12326 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12328         * term/mac-win.el: Set idle timer to clean up expired Apple events.
12329         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12330         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12331         Optionally set error message in reply.
12333 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
12335         * textmodes/org.el (org-open-at-point): Use renamed variable
12336         `org-confirm-shell-link-function'.
12337         (org-confirm-shell-link-function): Rename from
12338         `org-confirm-shell-links'.
12339         (org-export-directory): New function.
12340         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12341         (org-export-icalendar): Use `org-export-directory'.
12342         (org-indent-item): Keep cursor position.
12343         (org-link-file-path-type): New option.
12344         (org-export-as-html): Fix bug with plain lists starting in
12345         column 0.
12346         (org-export-as-html): Remove deadline formatting, this happens
12347         now already in `org-html-handle-time-stamps'.
12348         (org-export-html-style): Deadline class removed.
12349         (org-insert-labeled-timestamps-at-point): New option.
12350         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
12351         of `hide-sublevels 1', in case the first headline is not level 1.
12352         (org-overview, org-content): New fuction.
12353         (org-cycle-global-status, org-cycle-subtree-status): Make these
12354         variables buffer-local.
12355         (org-global-cycle): New command.
12356         (org-shifttab): Use `org-global-cycle'.
12357         (org-insert-heading, org-insert-item): Go to end of new
12358         headline/item after creating it.
12359         (org-export-visible): Rename from `org-export-copy-visible'.
12360         Now creates a temporary org-file and applies an exporting command
12361         to it.
12362         (org-table-eval-formula): Support for lisp forms.
12363         (org-agenda-todo-ignore-scheduled): New option.
12364         (org-agenda-get-todos): Use new option
12365         `org-agenda-todo-ignore-scheduled'.
12366         (org-export-html-inline-images): New value `maybe'.
12367         (org-export-as-html): Inlining of images dependent on link description.
12368         (org-archive-subtree): Check for end-of-buffer before trying
12369         `kill-line'.
12370         (org-agenda-follow-mode): New option.
12371         (org-export-with-tags, org-export-with-timestamps): New options.
12372         (org-html-handle-time-stamps): New function.
12373         (org-keyword-time-regexp): New variable.
12374         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
12375         (org-agenda-todo-list-sublevels): New option.
12376         (org-html-level-start): When TITLE is nil, just close all levels.
12377         (org-parse-key-lines, org-parse-export-options): Remove functions,
12378         replaced by `org-infile-export-plist'.
12379         (org-combine-plists, org-infile-export-plist)
12380         (org-default-export-plist): New functions.
12381         (org-export-html-preamble, org-export-html-postamble)
12382         (org-export-html-auto-preamble, org-export-html-auto-postamble):
12383         New variables.
12384         (org-export-publishing-directory): New option.
12385         (org-export-as-html, org-export-as-ascii): Use the new property
12386         lists for settings.
12387         (org-export-copy-visible, org-export-as-xoxo):
12388         Respect `org-export-publishing-directory'.
12389         (org-link-search, org-store-link, org-file-apps): Support for
12390         links to BibTeX database entries..
12391         (org-get-current-options, org-set-regexps-and-options):
12392         Implement logging as a startup option.
12393         (org-store-link): Make sure context string is never empty
12394         (org-insert-link): Use relative path when possible.
12395         (org-at-item-checklet-p): New function.
12396         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
12397         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
12398         (org-metaright, org-metaup, org-metadown, org-shiftup)
12399         (org-shiftdown, org-shiftright, org-shiftleft)
12400         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
12401         Dispatch using `call-interactively'.
12402         (org-call-with-arg): New defsubst.
12403         (org-tag-alist, org-use-fast-tag-selection): New options.
12404         (org-complete): Use `org-tag-alist'.
12405         (org-fast-tag-insert, org-fast-tag-selection): New functions.
12406         (org-next-item, org-previous-item): New commands.
12407         (org-beginning-of-item, org-end-of-item): Add (interactive) to
12408         make command.
12409         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
12411 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
12413         * emacs-lisp/ewoc.el (ewoc-delete): New function.
12414         (ewoc-filter): Use `ewoc-delete'.
12416         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12418 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12420         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12421         Signal more user-friendly error messages.
12423         * complete.el (PC-do-completion): Undo the addition of implicit
12424         wildcards if they did not lead to finding any match.
12425         (read-file-name-internal): Don't add the final > if the completion is
12426         not finished.
12428 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12430         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12431         Quote safe-local-variable predicate.
12433 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
12435         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12437 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12439         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12441         * progmodes/make-mode.el (makefile-special-targets-list)
12442         (makefile-macro-table, makefile-target-table): Mark as risky.
12443         (makefile-query-one-target-method): Make this the alias for the
12444         following variable.
12445         (makefile-query-one-target-method-function): Make this the real name.
12447         * textmodes/artist.el (artist-text-renderer): Make this the alias
12448         for the following variable.
12449         (artist-text-renderer-function): Make this the real name.
12451         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
12452         the alias for the following variable.
12453         (flyspell-generic-check-word-predicate): Make this the real name.
12455         * textmodes/ispell.el (ispell-format-word): Make this the alias
12456         for the following variable.
12457         (ispell-format-word-function): Make this the real name.
12458         (ispell-message-text-end): Mark as risky.
12460         * skeleton.el (skeleton-transformation, skeleton-filter)
12461         (skeleton-pair-filter): Make these the aliases for the following
12462         variables.
12463         (skeleton-transformation-function, skeleton-filter-function)
12464         (skeleton-pair-filter-function): Make these the real names.
12466         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12467         and skeleton-pair-filter-function.
12469         * textmodes/sgml-mode.el (sgml-transformation): Make this the
12470         alias for the following variable.
12471         (sgml-transformation-function): Make this the real name.
12472         (sgml-tag-alist): Mark as risky.
12474 2006-05-21  Richard Stallman  <rms@gnu.org>
12476         * simple.el (kill-region): Interactively, pass point, then mark.
12478 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
12480         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12482 2006-05-21  Romain Francoise  <romain@orebokech.com>
12484         * dired-x.el (dired-mode-map): Don't bind M-g.
12486 2006-05-20  Richard Stallman  <rms@gnu.org>
12488         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12489         (dired-goto-file): Doc fix.
12491 2006-05-21  Kim F. Storm  <storm@cua.dk>
12493         * emulation/cua-base.el: Mention customizing cua-mode as alternative
12494         way to enable built-in cua-mode if user loads older CUA-mode package.
12496         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12497         if default-filename is specified.
12499 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
12501         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12503         * info.el (info-apropos): Make sure current-file and current-node
12504         have non-nil values.  Speed up by using add-to-list instead of
12505         manual consing.
12507 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12509         * progmodes/make-mode.el (makefile-mode): Doc fix.
12511 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
12513         * dired-aux.el (dired-do-shell-command): Doc fix.
12515 2006-05-20  Kevin Ryde  <user42@zip.com.au>
12517         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12518         ``(custom-manual :tag "Foo" "(foo)Node")''.
12520 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
12522         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12523         value is an integer.
12525 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
12527         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12528         "format".
12529         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12531 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
12533         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12534         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12536 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12538         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12539         regexp for keywords.
12541 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
12543         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12544         replace-regexp-in-string.
12546         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12547         encode, and escape file name on conversion to URL.
12549 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12551         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12552         Don't unescape URL.
12553         (dnd-get-local-file-name): Unescape URL on conversion to file name.
12555         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
12556         on conversion to URLs.
12558         * net/browse-url.el (browse-url-file-url): Encode file name on
12559         conversion to URL.
12561         * term/mac-win.el (mac-ae-open-documents): Escape file name on
12562         conversion to URL.
12564 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
12566         * progmodes/cc-styles.el (c-style-alist): Doc fix.
12568 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12570         * term/mac-win.el (mac-bytes-to-digits): Remove function.
12571         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12573 2006-05-19  Glenn Morris  <rgm@gnu.org>
12575         * calendar/diary-lib.el (diary-bahai-date)
12576         (list-bahai-diary-entries, mark-bahai-diary-entries)
12577         (mark-bahai-calendar-date-pattern): Not interactive.
12578         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
12579         (diary-entries-list): Change format of 4th element in each entry.
12580         (diary-list-entries): Use add-to-diary-list.
12581         (diary-goto-entry): Handle the case where the buffer visiting the
12582         diary has been killed.
12583         (fancy-diary-display): Add 'locator to button rather than 'marker.
12584         Only generate temp-face when there are marks to apply.
12585         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12586         (diary-fancy-date-pattern): New variable.
12587         (diary-time-regexp): Doc fix.
12588         (diary-anniversary, diary-time): New faces.
12589         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12590         diary-time-regexp.  Add font-lock-multiline property where needed.
12591         Use new faces diary-anniversary and diary-time.
12592         (diary-fancy-font-lock-fontify-region-function): New function, to
12593         handle multiline font-lock pattern in fancy diary.
12594         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12595         (diary-font-lock-keywords): Tweak time regexp.  Use new face
12596         diary-time.
12598 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
12600         * international/code-pages.el (mik): Table corrected.
12602 2006-05-18  Kim F. Storm  <storm@cua.dk>
12604         * progmodes/grep.el (grep-find): Don't check grep-find-command
12605         before running command (breaks non-interactive usage).
12607 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
12609         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12610         (ewoc--insert-new-node): Don't insert trailing newline.
12611         Instead, adjust successor nodes's start markers.
12612         (ewoc--refresh-node): Delete all text from current node's start
12613         marker to the next one's; adjust successor nodes's start markers.
12614         (ewoc--create): Doc fixes.
12615         (ewoc--refresh): Don't insert newline.
12616         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12617         * pcvs.el (cvs-make-cvs-buffer):
12618         Specify extra newline for ewoc's header and footer.
12619         (cvs-update-header): Update initial header recognition.
12620         Append newline to final header and footer values.
12621         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12623 2006-05-17  Richard Stallman  <rms@gnu.org>
12625         * files.el (file-name-extension): Doc fix.
12627 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12629         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12630         we can explicitly enable/disable rather than toggle.
12631         (shell-mode): Use it.
12632         (shell-cd): Don't try to reproduce what `cd' does.
12634 2006-05-17  Kim F. Storm  <storm@cua.dk>
12636         * ido.el (ido-read-internal): Use only nondirectory part of
12637         default item.
12639 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
12641         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12642         (ewoc-nth): Doc fix.
12644         (ewoc-map, ewoc-invalidate): Compute PP before looping.
12646 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
12648         * international/mule.el (auto-coding-alist): Add .lha to files
12649         read with no-conversion.
12651         * files.el (auto-mode-alist): Add .lha files to archive file
12652         extensions.
12654         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12655         Convert csize to integer when computing offsets within the
12656         compressed archive file.
12658 2006-05-16  Kim F. Storm  <storm@cua.dk>
12660         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12661         with read-from-minibuffer.
12663 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12665         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12666         (byte-compile-warnings): Fix safe-local-variable property.
12668 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
12670         * allout.el (allout-show-bodies, allout-old-style-prefixes)
12671         (allout-stylish-prefixes, allout-numbered-bullet)
12672         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12673         predicates to qualify `safe-local-variable' property, when
12674         available, else use equivalent lambda.
12675         (allout-current-topic-collapsed-p): Do the right thing regarding
12676         trailing blank lines.
12678 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12680         * server.el (server-start): Only create a directory if needed.
12681         (server-edit, server-unload-hook): server-start => server-mode.
12682         (kill-emacs-hook): Cleanup upon exit.
12684 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12686         * hexl.el (hexlify-buffer): Encode process arguments manually.
12688 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
12690         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12691         call to gdb-tooltip-print.
12693 2006-05-15  Romain Francoise  <romain@orebokech.com>
12695         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12696         systems, default to "tar" since those systems probably have GNU tar.
12698 2006-05-14  Lars Hansen  <larsh@soem.dk>
12700         * desktop.el (desktop-missing-file-warning): Fix docstring.
12701         (desktop-restore-file-buffer): Correct question asked on missing file.
12703 2006-05-14  Kim F. Storm  <storm@cua.dk>
12705         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12706         Add CUA move property.
12708 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
12710         * custom.el (custom-push-theme): Load the variable before checking
12711         its `standard-value'.
12713 2006-05-13  Lars Hansen  <larsh@soem.dk>
12715         * desktop.el (desktop-save): Use with-temp-buffer.
12717 2006-05-12  Glenn Morris  <rgm@gnu.org>
12719         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12720         * calendar/calendar.el (calendar-mode-map):
12721         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12722         * calendar/appt.el (appt-check, appt-make-list): Refer to
12723         diary-view-entries, diary-list-entries, diary-show-all-entries
12724         rather than obsolete aliases.
12726 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
12728         * simple.el (line-move-finish): Avoid calling point motion hooks
12729         while processing intangibility.
12731 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
12733         * term/xterm.el (terminal-init-xterm): Fix typo.
12735 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
12737         * allout.el (allout-view-change-hook): Mark as being deprecated,
12738         to be replaced by `allout-exposure-change-hook'.
12739         (allout-exposure-change-hook): New, replacing
12740         `allout-view-change-hook'.
12741         (allout-flag-region): Run new hook `allout-exposure-change-hook',
12742         in addition to `allout-view-change-hook'.
12743         (allout-show-bodies, allout-old-style-prefixes)
12744         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12745         lambda forms to prevent their showing up in variable help
12746         presentations as inscrutable byte-compiled code.
12747         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12748         Use string-or-null-p to qualify safe-local-variable values.
12749         (allout-reindent-bodies): Use memq to qualify matches against
12750         valid safe-local-variable values.  Also, quote the lambda as above.
12751         (allout-use-mode-specific-leader): Add missing candidate-value
12752         symbols, use memq, and quote the lambda.
12753         (allout-overlay-interior-modification-handler): Remove unused
12754         variables `msg' and 'opened'.
12755         (allout-hidden-p): Constrain invisibility consideration to allout's
12756         invisibility spec, disregarding invisibility for other reasons.
12758 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
12760         * files.el (version-control): Correct safe values.
12762 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
12764         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12766         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12767         (ewoc--insert-new-node): New func.
12768         Update callers of deleted funcs to use it, instead.
12770 2006-05-11  Glenn Morris  <rgm@gnu.org>
12772         * calendar/calendar.el (diary-show-all-entries): Do not refer to
12773         obsolete alias `show-all-diary-entries'.
12774         (make-diary-entry): Not interactive.
12775         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12776         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12777         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12778         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12779         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12780         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12782 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
12784         * calendar/calendar.el (calendar-french-date-string)
12785         (calendar-mayan-date-string, calendar-chinese-date-string)
12786         (calendar-astro-date-string, calendar-iso-date-string)
12787         (calendar-islamic-date-string, calendar-bahai-date-string)
12788         (calendar-hebrew-date-string, calendar-coptic-date-string)
12789         (calendar-ethiopic-date-string, calendar-persian-date-string):
12790         These functions are not interactive.
12792 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
12794         * files.el: Balance parentheses.
12796 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
12798         * files.el, newcomment.el, outline.el, simple.el,
12799         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12800         * progmodes/cc-vars.el, progmodes/compile.el:
12801         Move `safe-local-variable' declarations to the respective files.
12803         * help-fns.el (describe-variable): Don't print safe-var if it is
12804         byte-code.  Improve wording as suggested by Luc Teirlinck.
12806 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12808         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12809         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12810         Use a token for pending-triggers to ensure gdb-var-update
12811         gets called once per user input again for pre-GDB 6.4.
12812         (gdb-var-delete): Match on more complex expressions.
12813         (gdb-var-list-children-handler, gdb-var-create-handler):
12814         Use a token for consistency.
12816 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
12818         * textmodes/org.el (org-read-date, org-goto-calendar)
12819         (org-agenda-goto-calendar):
12820         Bind `view-calendar-holidays-initially' to nil.
12822 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
12824         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12825         Update all callers to do it there, instead.
12827 2006-05-10  Glenn Morris  <rgm@gnu.org>
12829         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12830         prefix arg case, to avoid view-diary-entries-initially error.
12831         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12832         (calendar-date-is-legal-p): Handle dates with no day part.
12834 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12836         * comint.el (comint-insert-input): Just make it when
12837         comint-use-prompt regexp is nil (default) and with the mouse.
12838         (comint-copy-old-input): Reinstate from 2004-06-23.
12839         (comint-mode-map): Bind C-c C-m to it.
12841 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
12843         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12844         Remove spurious move to point-max (new comint behavior fixes).
12846         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12847         compatibility function (Emacs 18/19).
12848         (idlwave-is-continuation-line): Always return point at start of
12849         previous non-blank continuation line.
12850         (keyword-parameters): Fix continued comment font-lock matcher.
12851         (idlwave-font-lock-fontify-region): Written, use as
12852         font-lock-fontify-region-function, to fix continued keyword
12853         fontification issues.
12855 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12857         * term/mac-win.el (mac-font-panel-mode): Doc fix.
12858         (mac-service-selection, mac-service-open-file)
12859         (mac-service-open-selection, mac-service-mail-selection)
12860         (mac-service-mail-to, mac-service-insert-text): Rename from
12861         mac-services-*.  All uses changed.
12862         (mac-apple-event-map): Rename event symbol `services' to `service'.
12864 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
12866         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12867         (ewoc--node-enter-first, ewoc--node-enter-last)
12868         (ewoc--delete-node-internal): Merge funcs into unique callers.
12870 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
12872         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12873         return value of read-from-minibuffer for empty input.
12875 2006-05-09  Miles Bader  <miles@gnu.org>
12877         * comint.el (comint-insert-input): Remove redundant calls to setq
12878         and goto-char.
12880 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
12882         * comint.el (comint-insert-input): Make it work when
12883         comint-use-prompt-regexp is t.
12885 2006-05-10  Miles Bader  <miles@gnu.org>
12887         * subr.el (field-at-pos): New function.
12889         * comint.el (comint-insert-input): Use it.
12891 2006-05-09  Juri Linkov  <juri@jurta.org>
12893         * battery.el (battery-linux-proc-acpi): Also try
12894         `/proc/acpi/thermal_zone/THR2/temperature'.
12896         * files.el <safe-local-variable>: Remove `eval' and `let' binding
12897         for now unused lambda `string-or-null'.
12899         * add-log.el (change-log-default-name): Put `string-or-null-p'
12900         instead of lambda on `safe-local-variable' property.
12902         * diff-mode.el (diff-context->unified): Use `region-beginning' and
12903         `region-end' instead of `mark' and `point'.
12904         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12905         Operate on region in Transient Mark mode when the mark is active.
12906         Use `region-beginning' and `region-end' instead of `mark' and
12907         `point'.
12908         (diff-hunk-text, diff-goto-source): Doc fix.
12910         * startup.el (fancy-splash-screens, normal-splash-screen): Use
12911         face `mode-line-buffer-id' for mode-line buffer face instead of
12912         hard-coded `(:weight bold)'.
12914         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12915         buffer-undo-list to t (undo-ask is reproducible by visiting
12916         nested archives).
12918 2006-05-09  Kim F. Storm  <storm@cua.dk>
12920         * progmodes/grep.el (rgrep): Set default directory of *grep*
12921         buffer if we start M-x rgrep in the *grep* buffer and choose
12922         a different base directory.
12924 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
12926         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12927         completion also when ido is loaded.
12929 2006-05-09  Masatake YAMATO  <jet@gyve.org>
12931         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12932         "warning" and "import".
12933         (cpp-font-lock-keywords): Added "warning".
12935 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
12937         * term/xterm.el (terminal-init-xterm): Add more key bindings.
12939 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12941         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12942         pages at a time, if we signal the end, we should indeed reach that end.
12944 2006-05-08  David Reitter  <david.reitter@gmail.com>
12946         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12947         output during execution of the body.
12949 2006-05-08  Kim F. Storm  <storm@cua.dk>
12951         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12953 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
12955         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12956         Use with-current-buffer.
12958 2006-05-07  Kim F. Storm  <storm@cua.dk>
12960         * subr.el (add-to-history): Remove keep-dups arg.
12962         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12963         to nil around call to add-to-history.
12965 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12967         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12968         than after a buffer modification.
12970 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
12972         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12973         call to...
12974         (gud-watch): ...here so speedbar is raised for already watched
12975         expressions.
12976         (gdb-speedbar-refresh): Delete function.
12977         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12978         Use speedbar-timer-fn instead of speedbar-refresh (reverting
12979         earlier change).
12980         (gdb-var-evaluate-expression-handler)
12981         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12983         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12984         Update localized contents for all buffers except ignored modes.
12986 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12988         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12989         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12990         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12991         (mac-handle-font-panel-closed, mac-handle-font-selection):
12992         New functions.
12993         (mac-font-panel-mode): New minor mode.
12994         (mac-apple-event-map): Add bindings for toolbar toggle button and
12995         font panel.
12996         (menu-bar-showhide-menu): Add mac-font-panel-mode.
12998 2006-05-07  John Paul Wallington  <jpw@pobox.com>
13000         * ibuffer.el (ibuffer-compressed-file-name-regexp):
13001         Avoid `regexp-opt'; simplify regexp for readability.
13003 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
13005         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13006         * files.el (buffer-stale-function):
13007         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13008         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13009         links to the main manual, not to emacs-xtra.
13011 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13013         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13014         MacJapanese if text is ASCII-only.
13016 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
13018         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13019         unless so nil isn't returned.
13020         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13022 2006-05-06  Kim F. Storm  <storm@cua.dk>
13024         * subr.el (add-to-history): New function.
13026         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13027         (ediff-merge-files-with-ancestor):
13028         * env.el (setenv):
13029         * isearch.el (isearch-update-ring):
13030         * server.el (server-visit-files):
13031         * progmodes/grep.el (lgrep, rgrep):
13032         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13033         * progmodes/xscheme.el (xscheme-insert-expression):
13034         Use add-to-history.
13036         * kmacro.el (kmacro-push-ring): Use add-to-history.
13037         (kmacro-ring-length): Remove unused defun.
13038         (kmacro-start-macro): Use kmacro-push-ring.
13040 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
13042         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13043         directly instead of a lambda expression that calls it.
13045 2006-05-06  Kim F. Storm  <storm@cua.dk>
13047         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13048         instead of compute-motion.
13050 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
13052         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13053         change.
13055 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
13057         * startup.el (command-line-1): Refer to "Pure Storage" on
13058         pure-space-overflow.
13060 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
13062         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13063         provided faces once they all have been used up.
13065 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
13067         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13068         reference to the Lisp manual to the warning about pure space
13069         overflow.
13071 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13073         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13074         argument to avoid the call to `ispell-internal-change-dictionary'
13075         when not needed.
13076         (ispell-change-dictionary): Use this argument and call
13077         `ispell-internal-change-dictionary' after the possible change
13078         to `ispell-local-dictionary'.
13079         (ispell-internal-change-dictionary): Check for a change in
13080         personal dictionary use too.
13082 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
13084         * startup.el (command-line): On MS-Windows, probe "~", not
13085         "~USER", for warning about non-existent home directory.
13087         * arc-mode.el (archive-l-e): New optional argument `float' means
13088         generate a float value.
13089         (archive-arc-summarize, archive-lzh-summarize)
13090         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13091         with 3rd argument non-nil when file's size is being computed.
13092         Format the file sizes with %8.0f instead of %8d.
13094 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13096         * cus-start.el (all): Add mac-dnd-known-types.
13098         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13099         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13100         (mac-TIFF-to-string): New functions.
13101         (x-get-selection, x-selection-value)
13102         (mac-select-convert-to-string): Use them.
13103         (mac-text-encoding-mac-japanese-basic-variant): New constant.
13104         (mac-dnd-types-alist): New customization variable.
13105         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13106         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13107         (mac-dnd-handle-drag-n-drop-event): New functions.
13108         (mac-drag-n-drop): Remove function.
13109         (global-map): Bind drag-n-drop and M-drag-n-drop to
13110         mac-dnd-handle-drag-n-drop-event.
13112 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
13114         * progmodes/perl-mode.el (perl-beginning-of-function):
13115         Skip anonymous subs.
13117 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
13119         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13120         regexp-opt at run time.
13122         * term.el (term-handle-ansi-escape): Fix off by one error.
13124 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
13126         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13127         (gdb-init-1, gdb-post-prompt): ...and references to it.
13128         (gdb-frame-handler): Strip directory name from filename if present.
13130         * progmodes/gud.el (gdb-force-update): Delete defvar
13131         (gud-speedbar-buttons): ...and references to it.  Use window-start
13132         to try to keep positon in watch expression.
13134 2006-05-03  Richard Stallman  <rms@gnu.org>
13136         * simple.el (next-history-element, previous-history-element): Doc fix.
13138         * isearch.el (isearch-update-ring): Doc fix.
13140 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
13142         * isearch.el (isearch-update-ring): Take history-delete-duplicates
13143         into consideration.  Replace one arm ifs with whens.
13145 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
13147         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13148         (menu): Fix typo.
13150 2006-05-02  Miles Bader  <miles@gnu.org>
13152         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13154 2006-05-02  Jay Belanger  <belanger@truman.edu>
13156         * calc/calc-embed.el (calc-override-minor-modes-map)
13157         (calc-override-minor-modes): New variables.
13158         (calc-do-embedded): Make sure that Calc keystrokes aren't
13159         overwritten by minor modes.
13161 2006-05-02  Chong Yidong  <cyd@mit.edu>
13163         * msb.el (msb): If EVENT is a down event, read and discard the up event.
13165 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13167         * startup.el (command-line-1): Refer to Lisp manual when
13168         pure-space-overflow occurs.
13170         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13171         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13172         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13173         (version-control): Don't use `t' for safe-local-variable declarations.
13175 2006-05-01  Richard Stallman  <rms@gnu.org>
13177         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13178         M-r, M-R, M-A, M-SPC or M-DEL.
13179         (diff-mode-map): diff-refine-hunk now on C-c C-w
13180         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13182         * help-mode.el (help-mode): view-exit-action calls delete-window
13183         only when it is safe and possible.
13185         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13186         in messages.
13188         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13190         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13191         in the default tool-bar-map.
13193 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
13195         * net/tramp.el (tramp-completion-file-name-handler-alist)
13196         (tramp-run-real-handler, tramp-completion-run-real-handler)
13197         (tramp-completion-handle-file-name-all-completions)
13198         (tramp-completion-handle-file-name-completion): Autoload them.
13199         (tramp-completion-handle-file-exists-p)
13200         (tramp-completion-handle-file-name-directory)
13201         (tramp-completion-handle-file-name-nondirectory)
13202         (tramp-completion-handle-expand-file-name): Remove them.
13203         (tramp-handle-file-name-directory): Return the real directory name.
13204         Returning "/" only doesn't need to be necessary any longer.
13205         (tramp-file-name-handler): Make special attention when in hostname
13206         completion mode.
13207         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13208         (tramp-register-file-name-handlers):
13209         Register `tramp-completion-file-name-handler' only when
13210         `partial-completion-mode' is enabled.
13211         (tramp-completion-handle-file-name-all-completions):
13212         Delete directory part from results.
13213         (tramp-get-completion-methods, tramp-get-completion-user-host):
13214         Discard deleting "/", it doesn't work after the change of
13215         `tramp-handle-file-name-directory' above.
13217 2006-05-01  Kim F. Storm  <storm@cua.dk>
13219         * progmodes/grep.el (grep-expand-template): Use save-match-data
13220         and symbol-value.
13222 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13224         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13225         Use select-frame-set-input-focus instead of raise-frame.
13226         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13228 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
13230         * progmodes/gud.el (gud-def): Add %c case.
13231         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13232         (gud-format-command): Make match case sensitive.  Match on %F.
13234 2006-04-30  Glenn Morris  <rgm@gnu.org>
13236         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13237         (cal-tex-preamble): Use cal-tex-preamble-extra.
13238         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13239         than alias `list-diary-entries'.
13241 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
13243         * help-fns.el (describe-variable): Add info about safe local variables.
13245 2006-04-29  Richard Stallman  <rms@gnu.org>
13247         * bindings.el (mode-line-format): help-echo doc fixes.
13249         * net/tramp.el (tramp-file-name-handler-alist): Delete
13250         expand-file-name and other operations that can cause spurious loading.
13252 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13254         * files.el (safe-local-variable-p): Remove support for the special
13255         value t.
13257         * textmodes/paragraphs.el (sentence-end-without-space):
13258         Fix safety predicate.
13259         (sentence-end-double-space, sentence-end-without-period)
13260         (paragraph-ignore-fill-prefix):
13261         * textmodes/fill.el (colon-double-space):
13262         * abbrev.el (abbrev-mode): Tighten the safety predicate.
13264         * subr.el (booleanp): New fun.
13266         * textmodes/reftex-vars.el (reftex-guess-label-type):
13267         Tighten the safety predicate.
13269 2006-04-28  Kim F. Storm  <storm@cua.dk>
13271         * progmodes/grep.el (defgroup grep): Doc fix.
13272         (grep-auto-highlight): Remove.
13273         (grep-template): New defcustom.
13274         (grep-find-template): Rename from grep-tree-template.
13275         (grep-files-aliases): Rename from grep-tree-files-aliases.
13276         Remove "all" alias, add "l" alias.
13277         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13278         (grep-find-ignored-directories): New defcustom to replace
13279         grep-tree-ignore-CVS-directories, to facilitate ignoring
13280         subdirectories for multiple version control systems.
13281         (grep-mode-map): Add Recursive grep item to GREP menu.
13282         (grep-regexp-history, grep-files-history): New defvars.
13283         (grep-probe): New helper function.
13284         (grep-compute-defaults): Use it to simplify code.
13285         Adapt to name changes.
13286         Use `.' as base in grep-find-template rather than <D>.
13287         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
13288         Call grep-compute-defaults unconditionally.
13289         (grep-expand-keywords): New defconst.
13290         (grep-expand-template): Rename from grep-expand-command-macros.
13291         Simplify via grep-expand-keywords.  Look at case-fold-search instead
13292         of grep-tree-ignore-case to add -i option.
13293         Bind case-fold-search to nil while matching keywords.
13294         (grep-tree-last-regexp, grep-tree-last-files): Remove.
13295         (grep-read-regexp, grep-read-files): New helper functions.
13296         (rgrep): Rename from grep-tree.  Rework to use proper histories.
13297         Adapt to changes in defcustoms and functions above.
13298         (lgrep): New command, as grep, but using same interactive UI as rgrep.
13300 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
13302         * net/tramp.el (tramp-completion-file-name-handler):
13303         Disable Tramp's functionality while loading Tramp itself.
13304         (tramp-register-file-name-handlers): That's a defsubst now.
13305         Code from `tramp-repair-jka-compr' moved here.  Apply it via
13306         `after-init-hook'.
13307         (tramp-repair-jka-compr): Remove.
13309 2006-04-27  Jay Belanger  <belanger@truman.edu>
13311         * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13312         read expression when `math-read-big-expr' doesn't work.
13314 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
13316         * startup.el (command-line-1): Display warning when
13317         pure-space-overflow is non-nil.
13319 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13321         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13322         risky.
13324 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13326         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13327         Return the URL or nil if none can be generated.
13329 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
13331         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13332         byte compiler warnings.
13333         (gud-basic-call, gud-find-expr): Let user select an expression
13334         for printing.  Print expression as well as value in GUD buffer.
13336 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
13338         * allout.el: Remove local autoload declaration for
13339         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13340         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13341         (allout-plain-bullets-string, allout-distinctive-bullets-string)
13342         (allout-use-mode-specific-leader, allout-old-style-prefixes)
13343         (allout-stylish-prefixes, allout-numbered-bullet)
13344         (allout-file-xref-bullet, allout-presentation-padding)
13345         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13346         safe-local-variable with suitable value spec, and add autoload
13347         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
13348         (move-beginning-of-line, move-end-of-line): Repair so these compat
13349         functions now actually resituate the point, when appropriate.
13351 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13353         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
13355         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
13356         (add-log-iso8601-time-string): Fix call to format-time-string.
13358 2006-04-26  Kim F. Storm  <storm@cua.dk>
13360         * subr.el (posn-string, posn-image, posn-object): Doc fix.
13362 2006-04-26  Masatake YAMATO  <jet@gyve.org>
13364         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
13365         Add support for "//" style comments.  Remove `b' flag
13366         from ?* in `asm-mode-syntax-table'.
13368 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13370         * follow.el: Use (featurep 'xemacs) everywhere.
13371         (follow-mode): Use define-minor-mode.
13372         (follow-mode-map): Move initialization into the declaration.
13373         Use command remapping.
13374         (follow-emacs-version-xemacs-p): Remove.
13375         (follow-submit-feedback): Remove.
13377         * allout.el (allout-layout, allout-passphrase-verifier-string)
13378         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
13380         * textmodes/reftex-vars.el (reftex-vref-is-default)
13381         (reftex-fref-is-default, reftex-guess-label-type):
13382         Tighten up a bit the safety predicate.
13384         * textmodes/paragraphs.el (sentence-end-double-space)
13385         (sentence-end-without-period, sentence-end-without-space)
13386         (page-delimiter, paragraph-ignore-fill-prefix):
13387         Tighten up a bit the safety predicate.
13389         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
13391         * progmodes/python.el (python-continuation-line-p)
13392         (python-beginning-of-statement): syntax-ppss may return
13393         a negative depth.
13394         (python-mode): Don't forcefully enable font-lock.
13396         * time-stamp.el (time-stamp-start, time-stamp-end)
13397         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
13399         * add-log.el: Remove spurious * in docstrings.
13400         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
13401         (add-change-log-entry): Use it here, since it's not specific
13402         to iso8601.
13403         (add-log-iso8601-time-string): Don't use it here any more.
13404         (change-log-indent-text, change-log-indent): Rename from add-log-*.
13406         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
13408 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
13410         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
13411         (rcirc-toggle-low-priority): Doc fix.
13412         (rcirc-handler-NOTICE): Remove beginning of line anchor in
13413         ChanServ regexp.
13414         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13415         #emacs.
13416         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13417         (rcirc-decode-coding-system): Use utf-8 as the default.
13418         (rcirc-multiline-minor-mode): Set the fill-column.
13419         (rcirc-format-response-string): Display bright and dim nicks.
13420         (rcirc-browse-url): Update interactive spec to fill ARG.
13421         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13422         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13424 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
13426         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13427         case for @Article, etc.
13429 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
13431         * net/tramp.el (tramp-register-file-name-handlers): New defun.
13432         Added with autoload cookie.
13433         (tramp-unload-file-name-handlers): Rename from
13434         `tramp-unload-file-name-handler-alist'.
13436 2006-04-23  Romain Francoise  <romain@orebokech.com>
13438         * comint.el (comint-match-partial-filename): Doc fix.
13440 2006-04-21  Glenn Morris  <rgm@gnu.org>
13442         * calendar/cal-menu.el (calendar-mode-map): Refer to
13443         `diary-view-entries' rather than alias `view-diary-entries'.
13444         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13446 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
13448         * progmodes/antlr-mode.el (antlr-default):
13449         * cus-edit.el (custom-documentation):
13450         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
13451         in defface.
13453 2006-04-21  Kim F. Storm  <storm@cua.dk>
13455         * image.el (image-type): New defun split out of create-image.
13456         (create-image): Use it.
13458 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
13460         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13461         (org-open-at-point): Remove the "...done" message to keep output
13462         in the echo area visible.
13463         (org-export-as-xoxo): Fix call to `indent-region'.
13465 2006-04-21  Kevin Ryde  <user42@zip.com.au>
13467         * international/mule.el (keyboard-coding-system): defcustom
13468         info-link fixes: "Specify Coding" has been split, keyboard now in
13469         "Terminal Coding", and "Single-Byte Character Support" is now
13470         "Unibyte Mode".
13472 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
13474         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13475         Use font-lock-warning-face for any errors e.g. no stack.
13476         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13478 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
13480         * progmodes/sh-script.el (sh-shell): Mark as safe.
13482         * newcomment.el (comment-start, comment-start-skip)
13483         (comment-end-skip, comment-end): Mark as safe.
13485 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
13487         * textmodes/org.el (org-deadline-announce): Face removed.
13488         (org-level-faces, org-n-levels): Convert to constant.
13489         (org-compatible-face): New function.
13490         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13491         (org-level-5, org-level-6, org-level-7, org-level-8)
13492         (org-special-keyword, org-warning, org-headline-done, org-link)
13493         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13494         (org-scheduled-today, org-scheduled-previously, org-time-grid):
13495         Face definition revised for better color tty support.
13496         (org-bold-re, org-italic-re, org-underline-re): New constants.
13497         (org-set-font-lock-defaults): Use the new constants.
13498         (org-agenda-highlight-todo): New function.
13499         (org-agenda-todo): Fix bug with point at end of line.
13500         (org-agenda-change-all-lines, org-finalize-agenda-entries):
13501         Fontify TODO keywords.
13502         (org-insert-link): Preserve relative path in ../ links.
13503         (org-export-as-html): Convert links pointing to .org files into
13504         links that will work beteen the exported HTML files.
13505         (org-todo-list): Fix bug when arg=0.
13506         (org-insert-heading): More fine-tuning.
13508 2006-04-19  Romain Francoise  <romain@orebokech.com>
13510         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13511         from `rmail-mime-charset-pattern'.
13513 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
13515         * progmodes/python.el (python-mode): Fix typo.
13517 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
13519         * comint.el (comint-previous-input): Don't clobber input line
13520         when moving off either end of the input history ring.
13521         (comint-delete-input): New function, used by
13522         `comint-previous-input' and others.
13523         (comint-previous-matching-input):
13524         Use `coming-delete-input'.  Save the partial input if leaving the
13525         edit line.  Goto point-max before deleting input to avoid
13526         partial input fragments hanging around.
13527         (comint-restore-input): New function, used by `comint-previous-input'.
13529 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
13531         * imenu.el (imenu--index-alist): Balance parentheses.
13533 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
13535         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13537 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
13539         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13540         file is nil.
13542 2006-04-18  Richard Stallman  <rms@gnu.org>
13544         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13546         * imenu.el (imenu-create-index-function, imenu--index-alist)
13547         (imenu--last-menubar-index-alist, imenu--make-index-alist)
13548         (imenu-default-create-index-function, imenu--generic-function):
13549         Doc fixes.
13551         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13553         * help-mode.el (help-mode): Set view-exit-action to delete window.
13555         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
13556         now works by passing nil as arg.
13558         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
13560         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
13561         (read-abbrev-file): Provide default when reading filename.
13563         * files.el (enable-local-variables): Allow :all as value.
13564         (hack-local-variables): Implement that value.
13565         (safe-local-variable-values, safe-local-eval-forms)
13566         (enable-local-variables): Mark as risky.
13567         (find-file-visit-truename, kept-old-versions): Mark safe.
13569         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13570         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13571         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13573 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13575         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13576         Use forward-line so as to get to BOL even in the presence of fields.
13577         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13578         in return.
13579         (inferior-tcl): Tell tclsh to work in interactive mode.
13581         * complete.el (partial-completion-mode):
13582         Use 'choose-completion-string-functions to make sure that
13583         choose-completion fills the minibuffer properly.
13585         * complete.el (PC-old-read-file-name-internal): Remove.
13586         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
13587         of read-file-name-internal.
13588         (partial-completion-mode): Enable/disable this advice.
13590 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
13592         * net/tramp.el (tramp-completion-file-name-handler): Revert change
13593         of 2006-04-17.
13595 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
13597         * textmodes/org.el (org-insert-heading): Insert heading before
13598         current if at beginning of line.
13599         (org-todo, org-date): New faces.
13600         (org-table-align): Make sure tooltip window contains full text.
13601         (org-no-properties): New defsubst.
13602         (org-set-font-lock-defaults): Use new faces.
13604 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
13606         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13607         for root variables.
13609         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13610         (gdb-frame-address): Re-use to identify frame for watch expression.
13611         (gdb-var-list, gdb-var-create-handler): Add frame address for root
13612         variables.
13613         (gdb-init-1, gdb-source, gdb-post-prompt)
13614         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13615         (gdb-frame-handler): Get gdb-frame-address.
13617 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
13619         Sync with Tramp 2.0.53.
13621         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13622         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13623         (tramp-completion-file-name-handler): Add autoload cookie for
13624         adding to `file-name-handler-alist'.
13626         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13627         the prompt.  If it returns earlier (when detecting an error
13628         message), the rest of the output will merge accidently with the
13629         output of the next command.  Reported by M Jared Finder
13630         <jared@hpalace.com>.
13632         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13633         for `process-file', in order to let it work for older Emacsen too.
13635 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
13637         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13638         (tex-font-lock-keywords-3): Use it.
13640 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13642         * newcomment.el (comment-add): New function.
13643         (comment-region-default, comment-dwim): Use it.
13645 2006-04-15  Michael Olson  <mwolson@gnu.org>
13647         * emacs-lisp/tq.el: Improve comments.
13648         (tq-queue-head-question): New accessor function.
13649         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13650         Update for modified queue structure.
13651         (tq-queue-add): Accept `question' argument.
13652         (tq-queue-pop): If a question is pending, send it.
13653         (tq-enqueue): Accept new optional argument `delay-question'.
13654         If this is non-nil, and at least one other question is pending a
13655         response, queue the question rather than sending it immediately.
13657 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13659         * calendar/appt.el (appt-add): Check whether an appointment is
13660         already present in appt-time-msg-list.  Simplify code.
13662 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13664         * progmodes/cc-langs.el (c-mode-menu):
13665         Don't presume c-subword-mode is bound.
13667 2006-04-13  Bill Wohler  <wohler@newt.com>
13669         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13670         (customize-package-emacs-version): Use cdr instead of cadr now
13671         that alists use dotted pairs.
13673         * custom.el (defcustom): Fix docstring for :package-version.
13675 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
13677         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13678         (tramp-handle-shell-command): Display output buffer only when
13679         `tramp-display-shell-command-buffer' is true.
13680         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13682 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13684         * textmodes/org.el (org-set-autofill-regexps): Set only the local
13685         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13687 2006-04-13  Romain Francoise  <romain@orebokech.com>
13689         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13690         leaving temporary .cvsignore buffers behind.
13692 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13694         * textmodes/org.el (org-set-regexps-and-options)
13695         (org-get-current-options): Better names for the startup folding
13696         options.
13698 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
13700         * vc.el (vc-annotate): Arrange for point to end up at the same
13701         line number as in the original, but only when using a new buffer.
13703 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
13705         * files.el (hack-one-local-variable-eval-safep):
13706         Recognize `edebug-form-spec' for `put', but only if it passes
13707         `edebug-basic-spec'.  Generalize `put' handling.
13709         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13710         vetting file-local form specs.
13712         * allout.el (allout-layout): Autoload its `safe-local-variable'
13713         property.
13715 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13717         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13718         (org-agenda-mouse-1-follows-link)
13719         (org-mouse-1-follows-link): New options.
13720         (org-format-agenda-item): Fix bug if TAGS is nil.
13721         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13723 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
13725         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13726         GDB 6.1+ gives full filename for "info sources" so use
13727         file-name-nondirectory.
13729 2006-04-12  Romain Francoise  <romain@orebokech.com>
13731         * subr.el (read-passwd): Bind `message-log-max' to nil.
13733 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13735         * progmodes/perl-mode.el (perl-indent-new-calculate):
13736         Recompute parse-start after jumping backward by a whole sexp.
13738 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13740         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13741         window configuration.
13742         (vc-annotate-display-select): Select the buffer so that current-buffer
13743         (and selected-window) is the output buffer at the end of vc-annotate.
13745 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
13747         * vc.el (vc-annotate-color-map): Add custom TTY color map for
13748         8-color terminals, to use all of the colors in a sensible order.
13749         256-color terminals work well with the standard map.
13750         (vc-annotate-lines): Only strip the first color character if it
13751         is "#", to allow for terminal-style named colors.
13752         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13753         the correct buffer is scrolled.
13755 2006-04-11  Richard Stallman  <rms@gnu.org>
13757         * emacs-lisp/bytecomp.el (byte-compile-file):
13758         Bind enable-local-variables to :safe, and make normal-mode obey it.
13760         * files.el (enable-local-variables): Allow value :safe.
13761         (normal-mode): Doc fix.
13762         (hack-local-variables): Implement enable-local-variables = :safe.
13763         (hack-local-variables-confirm): Don't prevent quitting.
13765 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13767         * loadhist.el (unload-feature): A bit of sanity check of
13768         load-history entries.  Cancel timer-vars before unbinding them.
13770         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13771         quote special chars, and make the trick work on the hex part of the
13772         buffer as well.
13773         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13774         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13776         * startup.el (normal-splash-screen): Fix last change so we don't wait
13777         2 minutes if we don't show the splash screen.
13779 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
13781         * textmodes/org.el (org-export-plain-list-max-depth)
13782         (org-table-spaces-around-separators)
13783         (org-radio-targets, org-activate-camels)
13784         (org-table-spaces-around-invisible-separators): Options removed.
13785         (org-time-stamp-rounding-minutes, org-remember-templates)
13786         (org-ellipsis, org-activate-links, org-descriptive-links):
13787         New options.
13788         (org-remember-apply-template, org-current-time)
13789         (org-finish-edit-table-field)
13790         (org-link-unescape, org-link-escape)
13791         (org-string-width, org-table-clean-line, org-html-do-expand)
13792         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13793         (org-read-agenda-file-list): New functions.
13794         (org-table-edit-field)
13795         (org-table-create-or-convert-from-region): New commands
13796         (org-table-toggle-vline-visibility): Command removed.
13797         (org-table-convert-region): Made a command.
13798         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13799         Replace with the normal org- functions.
13800         (org-self-insert-command): Don't trigger realign unnecessarily
13801         when blanking a field that is not full.
13802         (org-mode): `Set buffer-invisibility-spec' for links.
13803         (org-activate-links2): Hide link part and only show descriptive
13804         part of the link.
13805         (org-insert-link): Modify for new linking system.
13806         (org-store-link): Store description separately, for use by
13807         `org-insert-link'.
13808         (org-table-align): Use `org-string-width'.
13809         (defgroup): Completely new group structure for custom variables.
13810         (org-agenda-files): Option: Single file name allowed.  Function:
13811         Optional argument unrestrited means ignore any restricitons.
13812         (org-install-agenda-files-menu): Find a buffer in Org-mode before
13813         trying to modify the menu.  Use generalized access to
13814         `org-agenda-files.'
13815         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13816         (org-agenda-file-to-front, org-remove-file, org-diary)
13817         (org-tags-view, org-export-icalendar-all-agenda-files)
13818         (org-export-icalendar-combine-agenda-files): Use generalized
13819         access to `org-agenda-files'.
13820         (org-remember-handler): Correctly preserve heading if present.
13821         (org-table-insert-row, org-table-insert-hline): Deal with
13822         invisible characters.
13824 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
13826         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13827         (vc-annotate-color-map): New 18 element constant
13828         value/saturation, rotating hue colormap, from red->blue.
13829         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13830         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13831         (vc-annotate): To avoid killing the required local variables,
13832         set them before the end of `with-output-to-temp-buffer', and
13833         after first switching to annotate-mode.
13834         (vc-annotate-warp-version): Add buffer argument in goto-line to
13835         ensure annotation, not source, is scrolled.
13837 2006-04-10  Bill Wohler  <wohler@newt.com>
13839         * custom.el (defcustom, custom-handle-keyword):
13840         Add :package-version keyword.
13841         (custom-add-package-version): New function.  Sets value of new
13842         property 'custom-package-version from :package-version keyword.
13843         (defcustom): Create Common Keywords section in docstring.
13844         (defface, defgroup): Replace definitions of a select few keywords
13845         with a reference to the Common Keywords in defcustom.
13846         (defcustom, defface, defgroup): Replace reference to Customization
13847         chapter in manual with hyperlink.
13849         * cus-edit.el (customize-package-emacs-version-alist): New variable.
13850         (customize-changed-options): Add check for custom-package-version.
13851         (customize-package-emacs-version): New function to look up Emacs
13852         version corresponding to the given package version.
13854         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13855         defun name, in similar fashion to find-variable-regexp.
13857 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
13859         * international/mule-cmds.el (set-locale-environment): Fix last
13860         change for when the locale's preferences don't specify any encoding.
13862 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13864         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13865         so the defined var/fun doesn't need to be quoted.
13867 2006-04-10  Richard Stallman  <rms@gnu.org>
13869         * finder.el (finder-mode-map): Add n and p bindings.
13871 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
13873         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13874         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13875         (gdb-setup-windows): Put something in source window if we can't find
13876         the source file.
13877         (gdb-frame-handler): Make it work again with just assembly.
13878         (gdb-data-list-register-values-handler): Make it work when there is
13879         no stack.
13881 2006-04-09  Richard Stallman  <rms@gnu.org>
13883         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13884         specs while looking for charset.
13886         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13888         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13889         Make them faces.
13890         (lm-font-lock-keywords): Update appropriately.
13892 2006-04-10  Kim F. Storm  <storm@cua.dk>
13894         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13895         it can also replace buffer-substring-no-properties.
13897         * emulation/cua-base.el (cua-delete-region, cua-paste)
13898         (cua-repeat-replace-region): Use filter-buffer-substring.
13900         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13901         (cua-cut-region-to-global-mark): Likewise.
13903         * emulation/cua-rect.el (cua--extract-rectangle)
13904         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13906 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13908         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13909         entry-type.  Add field delimiters to numerical fields if they are
13910         not present.
13912 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13914         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13915         string-const to return value.
13916         (bibtex-remove-delimiters): Use it.
13918 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13920         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13921         cl-byte-compile-compiler-macro unless it exists.
13923 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
13925         * files.el (hack-local-variables-confirm) <offer-save>:
13926         Clarify message text.  Suggested by Ralf Angeli.
13928 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13930         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13931         (delete-extract-rectangle-line): Use `filter-buffer-substring'
13932         instead of `buffer-substring' and `delete-region'.  (Most of the
13933         code actually copied from `kill-region'.)
13935 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
13937         * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
13938         (rcirc-default-port): Rename from rcirc-port.
13939         (rcirc-default-nick): Rename from rcirc-nick.
13940         (rcirc-default-user-name): Rename from rcirc-user-name.
13941         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13942         (rcirc-low-priority-flag): New variable.
13943         (rcirc-decode-coding-system): New defcustom.
13944         (rcirc-encode-coding-system): New defcustom.
13945         (rcirc-coding-system-alist): New defcustom.
13946         (rcirc-multiline-major-mode): New defcustom.
13947         (rcirc-nick): New internal variable.
13948         (rcirc-process): Remove variable.
13949         (rcirc-server-buffer): New variable.
13950         (rcirc): Update to use rcirc-default-* variables above.
13951         (rcirc-connect): Do not add window-configuration-hook-here.
13952         (rcirc-server): New internal variable.
13953         (rcirc-connect): Do not send keepalive pings if
13954         rcirc-keepalive-seconds is nil.
13955         (with-rcirc-server-buffer): New macro.
13956         (rcirc-send-string): Encode with rcirc-encode-coding-system.
13957         (rcirc-server-name): Rename from rcirc-server.
13958         (rcirc-buffer-process): New function.
13959         (rcirc-buffer-nick): New function.
13960         (rcirc-buffer-target): Remove function.
13961         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13962         New commands.
13963         (rcirc-mode-map): Change binding of C-c C-l to
13964         rcirc-toggle-low-priority.
13965         (rcirc-mode): Initialize coding system based on
13966         rcirc-coding-system-alist.  New change-major-mode-hook to part the
13967         channel on a mode change.  Make kill-buffer-hook buffer-local.
13968         (rcirc-change-major-mode-hook): New function.
13969         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13970         (rcirc-last-post-time): New variable.
13971         (rcirc-process-message): Store the last time user posted a message
13972         to this target.
13973         (rcirc-multiline-minor-mode): New mode.
13974         (rcirc-multiline-minor-mode-map): New mode map.
13975         (rcirc-edit-multiline): Put multiline-edit buffer in
13976         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13977         (rcirc-print): Ignore any line starting with an ignored nick.
13978         (rcirc-print): Decode using rcirc-decode-coding-system.
13979         (rcirc-track-minor-mode): Update global-mode-string when disabling
13980         this mode.
13981         (minor-mode-alist): Add LowPri indicator.
13982         (rcirc-toggle-low-priority): New function.
13983         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13984         next lowpriority buffer with activity.
13985         (rcirc-record-activity): Sort buffers in rcirc-activity by the
13986         last time the user posted a message in to the target.
13987         (rcirc-update-activity-string): New formatting for low priority
13988         buffers.
13989         (rcirc-split-activity): New function.
13990         (rcirc-handler-PART, rcirc-handler-KICK)
13991         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13992         (rcirc-nick-away-alist): New variable.
13993         (rcirc-handler-301): New handler.  Away messages are printed once
13994         per change.
13996 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
13998         * info.el (Info-follow-nearest-node): Doc fix.
14000         * international/mule-cmds.el (set-locale-environment): Make sure
14001         the coding-system preferred by the locale's language has the same
14002         EOL conversion type as the original buffer-file-coding-system.
14003         (locale-language-names): Add a few MS Windows language codes.
14005 2006-04-07  Richard Stallman  <rms@gnu.org>
14007         * simple.el (eval-expression): Doc fix.
14009         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14010         (eval-defun): Doc fixes.
14012 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
14014         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14016 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
14018         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14019         GDB list command without argument for greater generality.
14021 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14023         * subr.el (string-or-null-p): New function.
14025         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14027         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14029         * files.el: Update comment about safe-local-variable declarations.
14031 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
14033         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14034         See idlwave.org.
14036         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14037         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
14039         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14040         See idlwave.org.
14042         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14043         version 6.0 (minimal changes).  See idlwave.org.
14045         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14046         6.0 (minimal changes).  See idlwave.org.
14048         * progmodes/idlw-rinfo.el: File obsoleted and removed.
14050 2006-04-06  Romain Francoise  <romain@orebokech.com>
14052         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14053         symmetric encryption features and a new asynchronous interface to
14054         GnuPG.  This new version is version 1.4, plus whitespace changes.
14056 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14058         * files.el: Move some `safe-local-variable' declarations to the
14059         respective files.
14061         * textmodes/ispell.el (ispell-check-comments)
14062         (ispell-local-dictionary): Mark as safe.
14064         * abbrev.el (abbrev-mode): Mark as safe.
14066         * add-log.el (change-log-default-name): Mark as safe.
14068         * textmodes/reftex-vars.el (reftex-vref-is-default)
14069         (reftex-fref-is-default, reftex-level-indent)
14070         (reftex-guess-label-type): Mark as safe.
14072         * textmodes/fill.el (colon-double-space): Mark as safe.
14074         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14075         (sentence-end-double-space, sentence-end-without-period)
14076         (sentence-end-without-space, sentence-end, sentence-end-base)
14077         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14079 2006-04-06  Kim F. Storm  <storm@cua.dk>
14081         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14082         the :set-after list.
14083         (ido-downcase-unc-hosts): New user option.  Default on.
14084         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14085         when it is set, as regexps are now applied on the fly.
14086         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14087         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14088         on the fly, but only when ido-process-ignore-lists is set.
14089         Do case insensitive filtering if ido-downcase-unc-hosts is set.
14090         Only downcase names if ido-downcase-unc-hosts is set.
14092 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
14094         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14096         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14098 2006-04-05  Kim F. Storm  <storm@cua.dk>
14100         * ido.el (ido-mode): Set after ido-unc-hosts and
14101         ido-ignore-unc-host-regexps.
14102         (ido-save-history): Save ido-unc-hosts-cache.
14103         (ido-load-history): Load ido-unc-hosts-cache.
14104         (ido-reread-directory): Refresh unc hosts cache in // dir.
14106         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14107         to nil while displaying slash screen.
14109 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14111         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14112         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14114 2006-04-05  Kenichi Handa  <handa@m17n.org>
14116         * international/characters.el: Setup cases of Latin, Greek, and
14117         Cyrillic characters in CJK charsets.
14119 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14121         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14122         default-enable-multibyte-characters.  This reverts the change from
14123         revision 6.17 which is no longer necessary because the passphrase
14124         is sent separately now.  GnuPG messages are unreadable under
14125         multibyte locales with default-enable-multibyte-characters set to nil.
14127 2006-04-04  Andreas Schwab  <schwab@suse.de>
14129         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14130         and `byte-compile-warnings' as `safe-local-variable'.
14132 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
14134         * man.el (Man-mode-map): Restore the \r binding.
14135         (Man-abstract-xref-man-page): If Man-target-string is a function,
14136         call it.
14137         (Man-highlight-references): Use Man-default-man-entry to get the
14138         target.  Deal with xrefs too.
14139         (Man-highlight-references0): Don't call the target function.
14141         * woman.el (WoMan-xref-man-page): Strip the section number, woman
14142         cannot deal with it.
14144 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14146         * pgg-gpg.el: Clean up process buffers every time gpg processes
14147         complete.
14149 2006-04-04  Kenichi Handa  <handa@m17n.org>
14151         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14152         here.
14153         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14154         Temporarily bind inhibit-field-text-motion to t.
14156 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14158         * startup.el (normal-splash-screen): Only set mode-line-format in the
14159         splash buffer, so as not to interfere when debugging the code.
14160         Ignore errors when switching buffer.
14162 2006-04-03  Romain Francoise  <romain@orebokech.com>
14164         * dired.el (dired-dnd-protocol-alist): Fix typo.
14166 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14168         * savehist.el (savehist): Add :version.
14169         (savehist-ignored-variables): New variable.
14170         (savehist-minibuffer-hook): Don't save variables listed in
14171         `savehist-ignored-variables'.
14173         * dired.el (dired-dnd-protocol-alist): Mention that change does
14174         only apply to new buffers in doc string.
14176 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
14178         * recentf.el (recentf-open-files-item): Include newline in button
14179         field, so opening a file will work, when the point is at the end
14180         of the file name.  Allow, for example, to [i]search a file by
14181         extension and just push RET to open it.
14183 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14185         * pgg-gpg.el (pgg-gpg-process-filter)
14186         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14188         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14189         lines, temporary fix.
14191 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
14193         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14195 2006-04-02  Richard Stallman  <rms@gnu.org>
14197         * progmodes/compile.el (compilation-message-face): Make it defcustom.
14199 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
14201         * ibuf-macs.el (define-ibuffer-column): Add a new key:
14202         header-mouse-map.
14204         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14205         (ibuffer-mode-header-map): New keymaps.
14206         (ibuffer-update-title-and-summary): Enable mouse face highlighting
14207         and keybindings for column headers.
14208         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14209         property.
14211 2006-04-02  Drew Adams  <drew.adams@oracle.com>
14213         * speedbar.el (speedbar-after-create-hook): Doc fix.
14215 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
14217         * shell.el (shell-directory-tracker)
14218         (shell-dynamic-complete-command): Doc fixes.
14220 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
14222         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14223         terminals.
14225 2006-04-01  Kim F. Storm  <storm@cua.dk>
14227         * ido.el (ido-unc-hosts-cache): New defvar.
14228         (ido-unc-hosts): If value of defcustom is a function, call it to
14229         get list of UNC hosts.  Add function-item choices to specify
14230         ido-unc-hosts-net-view or user function.
14231         (ido-ignore-unc-host-regexps): New defcustom.
14232         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14233         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14234         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14236 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14238         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14239         wwidth.
14241 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
14243         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14244         (ido-max-work-file-list, ido-switch-buffer)
14245         (ido-read-file-name-as-directory-commands):
14246         Fix typos in docstrings.
14248 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14250         * term/mac-win.el (mac-system-coding-system): Define and use after
14251         Mac-specific coding systems are ready.
14253 2006-03-27  Romain Francoise  <romain@orebokech.com>
14255         * net/rcirc.el (rcirc-connect): Add autoload cookie.
14257         * ldefs-boot.el: Update.
14259 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14261         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14262         passphrases when it is not needed.
14263         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14264         passphrase stuff from gpg, should only be necessary when you use
14265         gpg with a smartcard.
14267 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
14269         * comint.el (comint-dynamic-list-completions): Allow user to
14270         select *Completions* buffer.
14272 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
14274         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14276 2006-03-26  Andreas Schwab  <schwab@suse.de>
14278         * progmodes/gud.el (gdb): Only complain about multiple debugging
14279         when the gdb process is still running.
14281 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
14283         * mail/rmail.el (tool-bar-map): Defvar it.
14284         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14285         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14287 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14289         * help.el (print-help-return-message): Suggest to use
14290         display-buffer instead of switch-to-buffer-other-window to restore
14291         the previous window without selecting it.
14293 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14295         * frame.el (select-frame-by-name): Call x-focus-frame also when
14296         window-system is mac.
14298         * term/mac-win.el: Adjust Courier font specifications in
14299         x-fixed-font-alist.
14300         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14301         when directly encoding to UTF-16 in native byte order, no BOM.
14303 2006-03-25  Kim F. Storm  <storm@cua.dk>
14305         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14306         (cua--init-keymaps): Use it instead of fixed C-return.
14307         (cua-mode): Set after it.
14309         * emulation/cua-rect.el (cua--init-rectangles):
14310         Use cua-rectangle-mark-key instead of fixed C-return.
14312 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
14314         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14315         "run" in .gdbinit.
14316         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14318 2006-03-24  Romain Francoise  <romain@orebokech.com>
14320         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14321         `display-buffer-other-frame'.
14323 2006-03-24  Kim F. Storm  <storm@cua.dk>
14325         * apropos.el (apropos-synonyms): Add selection => region.
14327 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
14329         * progmodes/gdb-ui.el (gdb-var-create-regexp)
14330         (gdb-var-list-children-regexp, gdb-var-update-regexp)
14331         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14332         (gdb-data-list-register-values-regexp)
14333         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14334         Future proof against new fields being added to MI output.
14335         (gdb-send): Don't treat backslashes for program input as
14336         continuations.
14337         (gdb-assembler-handler): Don't use window-start for this handler.
14338         (gdb-frame-handler): Don't change to hollow arrow if overlay
14339         arrow doesn't move to new frame.
14341 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
14343         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14344         prevent compiler warnings.
14345         (gdb-stopped): Check for gud-last-last-frame (case: signal).
14346         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14347         (gdb-assembler-custom): Use hollow-right-triangle for assembler
14348         buffer too.
14350 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
14352         * pgg-gpg.el (pgg-gpg-update-agent): Check for
14353         make-network-process, so we can use the same code in Gnus v5-10
14354         too and have this file fully synchronized with that release.
14356 2006-03-23  Romain Francoise  <romain@orebokech.com>
14358         * ibuf-ext.el (ibuffer-read-filter-group-name):
14359         Use `ibuffer-generate-filter-groups' to make completion list match
14360         the filter groups that are really displayed in the Ibuffer buffer.
14361         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
14363 2006-03-23  Kenichi Handa  <handa@m17n.org>
14365         * international/mule-cmds.el (sort-coding-systems): Describe that
14366         the argument is modified in docstring.
14368 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14370         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14371         (pgg-gpg-update-agent): New function.
14372         (pgg-gpg-use-agent-p): New function.
14373         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14374         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14375         (pgg-gpg-sign-region): Use it.
14377 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
14379         * cus-edit.el (custom-face-set): Call custom-push-theme before
14380         face-spec set so that `changed' theme is correctly saved.
14381         (custom-face-reset-standard): Reset to recalculated face rather
14382         than defface spec.
14384         * custom.el (custom-push-theme): Only save `changed' theme if the
14385         current face does not match the defface specs.
14387 2006-03-21  Simon Josefsson  <jas@extundo.com>
14389         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14390         <wilde@sha-bang.de>.
14391         (pgg-gpg-use-agent): New variable.
14392         (pgg-gpg-process-region): Use it.
14393         (pgg-gpg-encrypt-region): Likewise.
14394         (pgg-gpg-encrypt-symmetric-region): Likewise.
14395         (pgg-gpg-decrypt-region): Likewise.
14396         (pgg-gpg-sign-region): Likewise.
14397         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14399 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
14401         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
14402         bracket links.
14404 2006-03-21  Kim F. Storm  <storm@cua.dk>
14406         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
14407         fringe-indicator-alist instead of modifying global value.
14408         (gdb-frame-handler): Likewise.
14410 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
14412         * diff-mode.el (diff-function): Make it inherit from diff-header
14413         instead of diff-context.
14415         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14416         bitmap.
14417         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14418         change names in macro above for consistency.
14419         (gdb-frame-handler): Use hollow-right-triangle for all selected
14420         frames which except the innermost (where execution has stopped).
14421         (gdb-reset): Reset buffer-local values of overlay-arrow.
14423 2006-03-20  Richard Stallman  <rms@gnu.org>
14425         * simple.el (set-mark-command): Doc fix.
14427         * files.el (display-buffer-other-frame): New command.
14428         (ctl-x-4-map): Bind C-x 5 C-o to it.
14430 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14432         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14433         rather than just defer-time, in case defer-time has been changed but
14434         the timer isn't running yet.
14435         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14437 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
14439         * help-mode.el (help-follow-symbol): New function.
14440         Essentially identical to the old `help-follow', but do not let
14441         `push-button' do the work when on an xref.
14442         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14444 2006-03-19  Richard Stallman  <rms@gnu.org>
14446         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14447         preceded by the word `program'.
14448         (help-follow-mouse, help-follow): Throw error if not on xref.
14449         Delete no longer used args.
14451 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
14453         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
14454         annotation ensure gud-overlay-arrow-position is redisplayed.
14456 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14458         * textmodes/bibtex.el (bibtex-include-OPTkey)
14459         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
14460         (bibtex-autokey-name-case-convert)
14461         (bibtex-autokey-titleword-case-convert): Make these the aliases
14462         for the following two variables.
14463         (bibtex-autokey-name-case-convert-function)
14464         (bibtex-autokey-titleword-case-convert-function): Make these the
14465         real names.
14466         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14467         bibtex-font-lock-crossref sublists.
14468         (bibtex-mode): Revert 2005-12-30 change (which made
14469         completion-ignore-case buffer-local).
14470         (bibtex-url): Simplify.
14472 2006-03-19  Kim F. Storm  <storm@cua.dk>
14474         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14475         cursor property value to 2 (to align with C level change).
14477 2006-03-19  Bill Wohler  <wohler@newt.com>
14479         * image.el (image-load-path-for-library): Shorten first line in
14480         docstring.
14482 2006-03-18  Richard Stallman  <rms@gnu.org>
14484         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14486 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
14488         * isearch.el (isearch-other-meta-char): Handle user bindings for
14489         shifted control characters.
14491 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
14493         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14494         part that matches email addresses, file names, etc.
14496 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
14498         * term/w32-win.el (mouse-set-font):
14499         Mention w32-list-proportional-fonts in the doc string.
14501 2006-03-18  Kim F. Storm  <storm@cua.dk>
14503         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14504         (ido-unc-hosts): New user option to explicitly define list of know
14505         UNC-style hosts for completion.
14506         (ido-cache-unc-host-shares-time): New user option.
14507         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14508         New helper functions for UNC file-name support.
14509         (ido-may-cache-directory): Check for UNC host.  Simplify.
14510         (ido-wash-history): Clean out old UNC hosts.
14511         (ido-nonreadable-directory-p): UNC hosts are always readable.
14512         (ido-directory-too-big-p): UNC hosts are never too big.
14513         (ido-set-current-directory): Handle UNC root path.
14514         (ido-file-name-all-completions): Complete UNC host names from
14515         ido-unc-hosts list.  Cache UNC host shares.
14516         (ido-make-file-list-1): Don't filter UNC root.
14517         (ido-exhibit): Check for // in root directory, and switch to UNC
14518         mode by setting ido-current-directory to //.
14520 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
14522         * cus-edit.el (customize-changed-options): Mention explicit
14523         version number as default in prompt.
14525 2006-03-17  Bill Wohler  <wohler@newt.com>
14527         * image.el (image-load-path-for-library): Minor docstring fix.
14529 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
14531         * textmodes/org.el (org-read-date): Include subgroup 5 into
14532         replacement text.
14533         (org-popup-calendar-for-date-prompt): Fix customization type.
14535 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
14537         * progmodes/gdb-ui.el (gud-watch): Provide completion.
14538         (gdb-continuation): New variable.
14539         (gdb-send): Deal with continuation lines.
14541         * progmodes/gud.el (gud-gdb-complete-command)
14542         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14543         expressions.
14544         (gud-tooltip-mode): Use buffer-local value.
14546 2006-03-16  Kim F. Storm  <storm@cua.dk>
14548         * ido.el (ido-edit-input): Use selected match, if any.
14550 2006-03-16  Bill Wohler  <wohler@newt.com>
14552         * image.el (image-load-path-for-library): Prefer user's images in
14553         image-load-path.
14555 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
14557         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
14558         when checking for attempt to drag leftmost or rightmost scrollbar.
14560 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
14562         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
14563         (gdb-force-mode-line-update): New function.
14564         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
14565         (gdb-exited): Use them.
14566         (gdb-signal): New function.
14567         (gdb-annotation-rules): Provide a rule for it.
14569 2006-03-16  Kenichi Handa  <handa@m17n.org>
14571         * international/mule.el (auto-coding-regexp-alist): Add entries
14572         for Unicode BOM.
14574         * sort.el (sort-build-lists): Temporarily bind
14575         inhibit-field-text-motion to t.
14577 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
14579         * locate.el (locate-command, locate-make-command-line)
14580         (locate-fcodes-file, locate-update-command)
14581         (locate-prompt-for-command, locate, locate-with-filter)
14582         (locate-get-file-positions): Doc fixes.
14583         (locate-buffer-name, locate-header-face): Remove leading `*' in
14584         defcustom.
14585         (locate-filter-output): Use `keep-lines' instead of its alias
14586         `delete-non-matching-lines'.
14587         (locate-get-filename, locate-get-dirname): Add introductory comment.
14588         (locate-find-directory-other-window): Give appropriate error
14589         message if used outside main listing.
14591 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14593         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14594         the new extend-region feature.
14595         (font-lock-after-change-function): Update correspondingly.
14596         * jit-lock.el (jit-lock-after-change): Update correspondingly.
14597         * progmodes/grep.el (font-lock-lines-before): Don't disable.
14599 2006-03-15  Bill Wohler  <wohler@newt.com>
14601         * image.el (image-load-path-for-library): Fix example by not
14602         recommending that one binds image-load-path.  Just defvar it to
14603         placate compiler and only use it if previously defined.
14605 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
14607         * textmodes/org.el (org-insert-centered): Use `string-width' to
14608         make underlining work for wide characters.
14609         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14610         TAB to `org-cycle', to make sure that no binding in
14611         `outline-mode-map' can supercede it.
14613 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
14615         * allout.el: Increment version to 2.2.1 in file commentary.
14617         (allout-version): Increment to 2.2.1.
14619         (allout-default-layout): New customization variable, used when the
14620         file lacks a specific allout-layout.  Uses allout-layout-type for
14621         recursively nested definition.
14623         (allout-layout-type): Widget defining allout layouts, necessary for
14624         self-recursive definition.
14626         (allout-mode): Incorporate allout-default-layout as fallback for
14627         allout-layout.
14629         (allout-layout): Mark as 'safe-local-variable', and refer mention
14630         fallback to `allout-default-layout' in absence of a specified value.
14631         (allout-passphrase-verifier-string)
14632         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14634         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14636         (allout-get-encryption-passphrase-verifier): Use correct name of
14637         passphrase verifier in docstring.
14639 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
14641         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14642         elements.
14643         (gdb-find-watch-expression): Make it work for arrays too.
14644         Follow change to gdb-var-list.
14645         (gud-watch): Allow the user to enter variable name with a prexix
14646         arg.  Create keybindings.
14647         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14648         (gdb-var-list-children-handler, gdb-var-update-handler)
14649         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14650         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14651         Follow change to gdb-var-list.
14652         (gdb-starting): Don't show the overlay arrows when program is running.
14654         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14655         gdb-var-list.
14657 2006-03-14  Bill Wohler  <wohler@newt.com>
14659         * image.el (image-load-path-for-library): Pass value of path
14660         rather than symbol.  Always return list of directories.
14661         Guarantee that image directory comes first.
14663 2006-03-14  Alan Mackenzie  <acm@muc.de>
14665         * font-core.el (font-lock-extend-region\(-function\)?.):
14666         New function/variable.
14668         * font-lock.el (font-lock-after-change-function):
14669         Call font-lock-extend-region.  Obey font-lock-lines-before.
14670         (font-lock-default-fontify-region): Remove reference to
14671         font-lock-lines-before.
14673         * jit-lock.el (jit-lock-after-change):
14674         Call font-lock-extend-region.  Obey font-lock-lines-before.
14676 2006-03-14  David Ponce  <david@dponce.com>
14678         * tree-widget.el (tree-widget-themes-load-path)
14679         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14681 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
14683         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14684         (rcirc-print): Mark the start of text at the end of the prompt.
14685         (rcirc-track-minor-mode): Add autoload cookie.
14686         (rcirc-update-activity-string): Add space to front of mode-line
14687         indicator.
14689 2006-03-13  Miles Bader  <miles@gnu.org>
14691         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14692         (rcirc-abbrev-nick): Remove function.
14693         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14695 2006-03-13  David Ponce  <david@dponce.com>
14697         * tree-widget.el: Handle themes across all occurrences of the main
14698         themes sub-directory found in tree-widget-themes-load-path.
14699         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14700         (tree-widget--locate-sub-directory): Return all occurrences.
14701         (tree-widget-themes-path): New function.
14702         Replace tree-widget-themes-directory, and return a list of directories.
14703         (tree-widget-set-parent-theme)
14704         (tree-widget-lookup-image): Use it.
14706 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
14708         * textmodes/org.el (org-link-search): Avoid self-matching of
14709         links, allow target text to be distributed over several lines.
14710         (org-search-not-link): New function.
14711         (org-set-regexps-and-options, org-get-current-options):
14712         New startup options.
14713         (org-export-as-html): Take odd-level setting from local variable.
14714         (org-fontify-emphasized-text): New option.
14715         (org-set-font-lock-defaults): Include emphasized text.
14716         (org-follow-mhe-link): Allow folder-only links, fix folder name.
14717         (org-font-lock): Customize group renamed from `org-faces'.
14719 2006-03-13  John Paul Wallington  <jpw@pobox.com>
14721         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14722         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
14724 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
14726         * cus-start.el (all): Delete :version keyword for members of the
14727         fringe group, since the entire group is new in 22.1.
14729 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
14731         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14732         map if value is hexadecimal (an address).
14733         (gud-watch): Only search roots for existing watch expressions.
14734         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14735         prevent caching problems with speedbar-update-directory-contents.
14737 2006-03-12  Juri Linkov  <juri@jurta.org>
14739         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14740         before comparing with `low' and `warn'.
14742         * info.el (Info-dir-remove-duplicates): Move point to the
14743         beginning of the current line after deleting the entries from
14744         redundant heading.  Use marker for `limit' and compare it with
14745         point before calling `re-search-forward'.
14747 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
14749         * simple.el (yank): Fix typo in docstring.
14751 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
14753         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14754         messages, where "D" is the 6th character.
14756 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14758         * simple.el (yank): Fix last change.
14760 2006-03-11  David Ponce  <david@dponce.com>
14762         * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
14763         before merging elements from the standard ispell-dictionary-alist.
14764         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14765         alist, and return the new alist.
14767 2006-03-11  Richard Stallman  <rms@gnu.org>
14769         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14771         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14772         the way it is implemented is too unclean.
14774         * simple.el (kill-region, yank): Doc fix.
14776         * battery.el (battery-echo-area-format): Doc fix.
14777         (battery-mode-line-format): Likewise.
14778         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14779         (battery-linux-proc-acpi): Ignore batteries that say "charged".
14781 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
14783         * progmodes/octave-mod.el (octave-indent-for-comment):
14784         Behave according to do string.
14786 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
14788         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14789         Be visible only if major mode is Mail Mode.
14791         * textmodes/flyspell.el (flyspell-external-point-words)
14792         (flyspell-process-localwords): Fix last changes.
14794 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14796         * calendar/holidays.el (list-holidays): Doc fix.
14798         * international/mule.el (auto-coding-alist): Add .odt
14799         (OpenOffice's open document) files.
14801         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14802         document) files.  Mention in the doc string the need to sync with
14803         auto-coding-alist.
14805 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
14807         * files.el (hack-local-variables-confirm): Don't prompt for ! if
14808         enable-local-variables is set to always query, or there is no
14809         savable variable.
14811 2006-03-10  Bill Wohler  <wohler@newt.com>
14813         * image.el (image-load-path-for-library): Merge at least three
14814         functions from Gnus and MH-E into this one function that can now
14815         be shared.
14817 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
14819         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14820         gdb-remove-mouse-face and remove help-echo too.
14821         (gdb-enqueue-input): Correct conditional clause.
14823 2006-03-10  Glenn Morris  <rgm@gnu.org>
14825         * calendar/calendar.el (calendar-holidays): Doc fix.
14826         * calendar/holidays.el (list-holidays): Doc fix.
14828 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
14830         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14831         it gets called in gdb-prompt anyway.
14832         (gdb-use-separate-io-buffer): Only restore window arrangement for
14833         gdb-many-windows.
14834         (gdb-enqueue-input): Make it harder to send GDB input when program
14835         is running.
14836         (gdb-buffer-list): New variable.
14837         (gdb-remove-mouse-face): New function.
14838         (gdb-starting): Use it when GDB input won't get sent.
14840 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
14842         * help.el (view-lossage): Remove trailing whitespace before
14843         inserting "\n".
14845 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
14847         * files.el (hack-local-variables-confirm):
14848         Set coding-system-for-read to nil before writing to .emacs.
14850         * arc-mode.el (archive-extract): Check if an existing buffer name
14851         comes from a different archive.
14853         * help.el (describe-key-briefly): If KEY is a down event, read and
14854         discard the up event.
14856 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
14858         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14859         be edited and use font-lock-warning-face for any changes.
14861         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14862         (gdb-edit-value): Use it to report any errors.
14864 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
14866         * help.el (describe-key): Remove leftover test code.
14868 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
14870         * textmodes/org.el: Move defvars out of eval-when-compile.
14871         Use buffer-file-name variable.
14872         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14873         arg `file'.
14874         (org-level-faces): Remove startup dependency.
14875         (org-cycle, org-map-tree, org-scan-tags)
14876         (org-remember-handler): Don't call `outline-level' directly.
14877         (org-mhe-search-all-folders): New option.
14878         (org-mhe-get-message-folder-from-index)
14879         (org-mhe-get-message-folder): Fix indexing search.
14880         (org-format-agenda-item): Handle nil TAGS argument.
14881         (org-cleaned-string-for-export, org-activate-target-links)
14882         (org-make-target-link-regexp): Deal with empty radio target list.
14883         (org-tag): New face.
14884         (org-get-level-face): New function.
14885         (org-set-font-lock-defaults): Simplify setup for headlines.
14886         (org-complete): Pass common substring to `display-completion-list'.
14888 2006-03-06  David Ponce  <david@dponce.com>
14890         * tree-widget.el: Update Commentary header.
14891         (tree-widget-theme-name): Ignore parent themes.
14892         (tree-widget-set-parent-theme): New function.
14893         (tree-widget-set-theme): Use it.
14894         (tree-widget-set-image-properties): Move definition.  Does nothing
14895         if image properties have already been set.
14896         (tree-widget-image-properties): Move definition.  Receive an image
14897         name.  Set the :pointer property.
14898         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
14899         Don't set the :pointer image property.
14900         (tree-widget-convert-widget): New function.  Handle :dynargs
14901         compatibility here.
14902         (tree-widget): Use it to :convert-widget.  Add the :expander-p
14903         predicate to control when the :expander function is entered.
14904         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14905         (tree-widget-value-create): Handle :expander-p.  widget-apply
14906         :expander.
14907         (tree-widget-expander-p): New function.  Default value of the
14908         :expander-p property.
14910 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
14912         * help.el (describe-key): Properly handle the return value of
14913         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
14914         remaps.  Handle string and vector `follow-link' values.
14916 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14918         * complete.el (PC-expand-many-files): Try be more careful when parsing
14919         the shell's output.
14921 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14923         * outline.el (hide-sublevels): Provide better interactive default.
14925 2006-03-06  Kenichi Handa  <handa@m17n.org>
14927         * international/fontset.el (create-fontset-from-fontset-spec):
14928         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14930 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
14932         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14933         backslashes instead of one in regexp.
14934         (gud-tooltip-dereference): Add missing optional argument.
14936 2006-03-04  John Paul Wallington  <jpw@pobox.com>
14938         * wdired.el (toplevel): Require `cl' at compile-time.
14940 2006-03-04  Andreas Schwab  <schwab@suse.de>
14942         * server.el (server-process-filter): Handle errors during
14943         evaluation of the argument.
14945 2006-03-03  John Paul Wallington  <jpw@pobox.com>
14947         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14948         escape parentheses at beginning of line.
14949         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14950         (t-mouse-mode): Remove period from end of error message.
14952 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
14954         * textmodes/flyspell.el (flyspell-process-localwords):
14955         Be case-sensitive.
14957 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
14959         * cus-edit.el (custom-quote): Remove function, since it has been
14960         moved to custom.el.
14962         * font-lock.el (lisp-font-lock-keywords-2)
14963         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14964         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14965         they have no special meaning.
14967         * midnight.el (clean-buffer-list): Handle case where base-buffer of
14968         indirect buffer gets killed before indirect buffer.  Use dolist.
14970 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
14972         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14973         value instead of a literal constant (1) on more pauses.
14975 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
14977         * textmodes/flyspell.el (flyspell-external-point-words):
14978         Be case-sensitive.
14980 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
14982         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14983         with "www".
14985 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
14987         * allout.el: Restablish intermediate missing comment header to
14988         preserve outline structure.
14989         (allout-beginning-of-current-entry): Skip invisible text.
14990         (allout-open-topic): Fix opening a topic at end-of-buffer.
14991         (allout-minor-mode): Move nearer to allout-mode function.
14993 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
14995         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14997 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
14999         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15000         is nil.
15002         * progmodes/gud.el (gud-speedbar-menu-items):
15003         Use buffer-local-value and add missing :visible keyword.
15005         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15007 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
15009         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15010         must be `follow-link'.
15012         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15014         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15015         formatting: No nested anchors.
15016         (org-all-targets): Fix bug with XEmacs compatibility.
15017         (org-read-date): Add (require 'parse-time).
15018         (org-set-tags): Fix bug with extra inserted space.
15019         (org-export-html-style): Define a style class for targets.
15020         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15021         (org-hide-leading-stars): New option.
15022         (org-hide): New face.
15023         (org-set-font-lock-defaults): Allow to hide leading stars.
15024         (org-get-legal-level, org-tr-level): New functions.
15025         (org-odd-levels-only): New option.
15026         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15027         (org-demote, org-promote): Deal with double-star levels.
15028         (org-convert-to-odd-levels): New command.
15030 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
15032         * speedbar.el (speedbar-update-localized-contents): Try to
15033         preserve window-start.
15034         (speedbar-update-directory-contents): Try to preserve window-start
15035         and window-point.
15036         (speedbar-update-special-contents): Don't move back to start of window.
15038         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15039         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
15040         speedbar-timer-fn.
15041         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15042         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15043         instead of gdb-speedbar-timer-fn.
15045 2006-02-28  Jay Belanger  <belanger@truman.edu>
15047         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15048         (math-compose-expr): Use latex option when calling
15049         `math-compose-tex-matrix' for latex mode.
15051 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
15053         * speedbar.el: Re-instate comments about developing for speedbar
15054         [this is what info and gdb-ui use even if better methods exist now].
15056         * t-mouse.el: New file.
15057         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
15058         (t-mouse-lispy-buffer-posn-from-coords): Remove.
15059         (t-mouse-make-event-element): Use posn-at-x-y instead.
15060         (t-mouse-make-event): Deal with Fedora Core 3.
15061         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15062         (t-mouse-mouse-position-function): New function.  Use it instead
15063         of advising mouse-position.
15064         (t-mouse-mode): New minor mode.
15065         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
15067 2006-02-27  Glenn Morris  <rgm@gnu.org>
15069         * calendar/calendar.el (calendar-holidays): Doc fix.
15071 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
15073         * progmodes/gdb-ui.el (gdb-source-window): New variable.
15074         Re-introduce the concept of a source window.
15075         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15076         consistency with get-buffer-create.
15077         (def-gdb-auto-update-handler, gdb-info-locals-handler)
15078         (gdb-data-list-register-values-handler)
15079         (gdb-stack-list-locals-handler): Try to preserve window-start as
15080         well as window-point.
15081         (gdb-display-source-buffer): New function (old concept).
15082         (gdb-goto-breakpoint): Use it.
15084         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15085         for gdb-ui/gdb-mi (old concept).
15087 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
15089         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15090         binding.
15092         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15094         * textmodes/reftex-sel.el (reftex-select-label-map)
15095         (reftex-select-bib-map): Add `follow-mouse' binding.
15097 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
15099         * jka-cmpr-hook.el (jka-compr-compression-info-list)
15100         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15101         Give :set functions to provide automatic updating.
15102         Update docstring.  Give compiler defvars early in the file
15103         and move the defcustoms to a later spot where all called functions
15104         are defined.
15105         (jka-compr-file-name-handler-entry): Doc fix.
15106         (jka-compr-compression-info-list--internal)
15107         (jka-compr-mode-alist-additions--internal)
15108         (jka-compr-load-suffixes--internal): New variables.
15109         (jka-compr-install): Set the three above variables.
15110         Update `load-file-rep-suffixes' instead of `load-suffixes'.
15111         (jka-compr-update, jka-compr-set): New functions.
15112         (auto-compression-mode): Doc fix.
15114         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15115         Update `load-file-rep-suffixes' instead of `load-suffixes'.
15116         Use jka-compr-compression-info-list--internal,
15117         jka-compr-mode-alist-additions--internal and
15118         jka-compr-load-suffixes--internal.
15120         * files.el (load-library):
15121         * loadhist.el (file-loadhist-lookup):
15122         * startup.el (command-line):
15123         * subr.el (locate-library):
15124         * emacs-lisp/autoload.el (update-directory-autoloads):
15125         * emacs-lisp/find-func.el (find-library-suffixes):
15126         Use `get-load-suffixes' instead of `load-suffixes'.
15128         * subr.el (locate-library):
15129         * emacs-lisp/find-func.el (find-library-name):
15130         Use `load-file-rep-suffixes' instead of '("").
15132 2006-02-26  Kim F. Storm  <storm@cua.dk>
15134         * ido.el (ido-save-history, ido-load-history): Simplify.
15135         Don't use find-file-noselect to avoid interference from other modes.
15137 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
15139         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15140         to use the default shell if filename is not available.
15141         Reported by Giorgos Keramidas.
15143 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
15145         * progmodes/etags.el (tags-completion-table): Do completion from
15146         all the tables in the current list, as documented in the manual.
15148 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15150         * CC Mode Update to 5.31.3.
15152 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15154         * progmodes/cc-mode.el (c-postprocess-file-styles):
15155         Bind inhibit-read-only to t, around the call to
15156         c-remove-any-local-eval-or-mode-variables, so that it works on a
15157         RO file.
15159 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15161         * progmodes/cc-awk.el: Correct a typo.
15163 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15165         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15166         c-hungry-delete-backwards, at the request of RMS.  Leave the old
15167         name as an alias.
15169 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15171         * progmodes/cc-mode.el: Correct a typo.
15173 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15175         * progmodes/cc-defs.el: Update the version number to 5.31.3.
15177 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15179         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15180         brace-else-brace (error due to mbeg, mend being undefined).
15182 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15184         * progmodes/cc-mode.el: File Local variables: Solve the problem
15185         where both `mode' and c-file-offsets are specified: `mode' will
15186         overwrite c-f-o's settings:
15187         (c-remove-any-local-eval-or-mode-variables): New function.
15188         (c-postprocess-file-styles): Call the above new function, within
15189         c-tentative-buffer-change, to splat `mode' and `eval' before the
15190         second hack-local-variables.
15192 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15194         * progmodes/cc-mode.el:
15195         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15196         (c-after-change): Protect the match data with save-match-data.
15197         It was getting corrupted by c-after-change-check-<>-operators.
15199         * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15200         (top level): Check for a buggy font-lock-compile-keywords ONLY in
15201         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
15203         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15204         with save-match-data.  It was being corrupted when Font Lock was
15205         not enabled.
15207 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15209         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15210         Mode and Subword Mode.
15212         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15213         real labels ("case 1:" or "foo:") from non-labels ("public:").
15214         (c-forward-objc-directive): Replace c-forward-token-2 with crude
15215         coding; c-f-t-2 doesn't move over a token at EOB.
15217         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15219         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15220         (c-update-modeline): Concatenate the minor mode indicators
15221         directly onto mode-name, removing c-submode-indicators.
15222         Sometimes, c-s-i got separated from the mode name on the mode line.
15224         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15225         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15227 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15229         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15230         error message when there's an evaluation error to show whether
15231         it's loaded from source or not.
15232         (c-filter-ops): Make it available at runtime too to work when
15233         `c-make-init-lang-vars-fun' needs to evaluate from source.
15235 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
15237         * help.el (help): Revert last part of 2006-02-23 change (deletion
15238         of the `provide' call).
15240 2006-02-23  Juri Linkov  <juri@jurta.org>
15242         * compare-w.el (compare-windows-highlight): Add new value
15243         `persistent' and change :type from `boolean' to `choice'.
15244         (compare-windows-overlays1, compare-windows-overlays2):
15245         New internal variables.
15246         (compare-windows-highlight): If compare-windows-highlight is
15247         `persistent', add current overlays to compare-windows-overlays[12]
15248         instead of adding compare-windows-dehighlight to pre-command-hook.
15249         (compare-windows-dehighlight): Delete all overlays from
15250         compare-windows-overlays[12].
15252         * info.el (Info-search): Don't bind search-spaces-regexp to
15253         Info-search-whitespace-regexp in non-regexp isearch mode.
15255 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15257         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15259 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
15261         * textmodes/org.el (org-xemacs-p)
15262         (org-export-html-show-new-buffer, org-table-may-need-update)
15263         (org-insert-item, org-mhe-get-message-real-folder)
15264         (org-mhe-get-message-folder-from-index)
15265         (org-mhe-get-message-folder, org-mhe-get-message-num)
15266         (org-mhe-get-header, org-make-org-heading-search-string)
15267         (org-make-org-heading-camel, org-table-sort-lines)
15268         (org-format-org-table-html, org-format-table-table-html):
15269         Fix typos in docstrings.
15271 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
15273         * textmodes/org.el (org-cleaned-string-for-export)
15274         (org-solidify-link-text): New function.
15275         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15276         XEmacs, just to silence the compiler.
15277         (org-export-as-ascii, org-export-as-html-and-open):
15278         Use `org-cleaned-string-for-export' and create internal links.
15279         (org-follow-mhe-link): Require mh-e, use folder.
15281 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
15283         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15285         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15286         gdb-debug-log-length.
15287         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
15288         it a real ring but...
15289         (gud-gdba-marker-filter): ...make it work like mark-ring.
15290         (gdb-enable-debug): Rename from gdb-enable-debug-log.
15291         (gdb-mouse-jump): New function.  Add bindings.
15293 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
15295         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15296         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15297         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15298         (gdb-debug-log-length): Customize it's length.
15299         (gud-watch, gdb-var-create-handler): Display function::var format
15300         but don't use to create variable object.
15301         (gdb-var-create-handler): Use message-box in place of message.
15302         (gdb-stopped): Call gdb-exited if signalled.
15304 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
15306         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15308         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15310         * textmodes/reftex.el (reftex-locate-file): Search all extensions
15311         if `reftex-try-all-extensions' is set.
15313         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15314         fail silently when there is no valid argument at point.
15315         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15316         `fail-silently' argument.  From a patch by David Reiter.
15318         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15319         New commands.
15320         (org-mark-ring): New variable.
15321         (org-mark-ring-length): New option.
15322         (org-open-at-point, org-goto, org-open-file): Push old position
15323         onto the mark ring.
15324         (org-add-hook): New function.
15325         (org-export-table-remove-special-lines): New option.
15326         (org-skip-comments, org-format-org-table-html): Respect new
15327         option `org-export-table-remove-special-lines'.
15328         (org-open-file): Allow special command configuration for
15329         directory link.
15330         (org-file-apps): Fix bugs in customize type, added setting
15331         for directories.
15332         (org-activate-tags, org-format-agenda-item, org-complete)
15333         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15334         (org-get-tags, org-get-buffer-tags, org-open-at-point)
15335         (org-link-search, org-make-org-heading-search-string)
15336         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15337         (org-radio-targets, org-file-link-context-use-camel-case)
15338         (org-activate-camels): New options.
15339         (org-update-radio-target-regexp, org-all-targets)
15340         (org-make-target-link-regexp, org-activate-target-links):
15341         New functions.
15342         (org-make-org-heading-search-string): New function.
15343         (org-store-link, org-insert-link): Use new option
15344         `org-file-link-context-use-camel-case'.
15345         (org-activate-camels): Use new option `org-activate-camels'.
15346         (org-link-regexp): Add mhe prefix.
15347         (org-open-at-point, org-store-link): Support for mhe links.
15348         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
15349         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
15350         (org-mhe-get-header, org-follow-mhe-link): New functions.
15351         (org-remove-angle-brackets, org-add-angle-brackets):
15352         New functions.
15353         (org-bracket-link-regexp): New constant.
15354         (org-read-date): Fix bug that was rejecting all typed dates.
15355         (org-link-search): Make hierarchy above visible after a match.
15356         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
15357         (org-store-link): Fix bug with link creation when cursor is in
15358         an empty line.
15359         (org-open-at-point): Fix bug with matching a link.
15360         Fixed buggy argument sequence in call to `org-view-tags'.
15361         (org-compile-prefix-format): Set `org-prefix-has-tag'.
15362         (org-prefix-has-tag): New variable.
15363         (org-format-agenda-item): Remove tags from headline
15364         if appropriate.
15365         (org-agenda-remove-tags-when-in-prefix): New option.
15367 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
15369         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15370         Fix the regular expressions.
15372 2006-02-21  Richard M. Stallman  <rms@gnu.org>
15374         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
15375         if there's no other specific basis.
15377         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
15378         as variables at all.
15379         (unsafep-variable): Rename arg; doc fix.
15381         * abbrevlist.el (list-one-abbrev-table): Add autoload.
15383         * calendar/appt.el (diary-selective-display): Add defvar.
15385         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15387         * isearch.el (search-whitespace-regexp): Fix custom type.
15389         * help.el (describe-key-briefly): Compute interactive args
15390         in same was as before previous change.
15392         * files.el (enable-local-variables): Doc fix.
15394 2006-02-21  Kim F. Storm  <storm@cua.dk>
15396         * fringe.el: Cleanup as file is now pre-loaded.
15397         (fringe-bitmaps): Initialize unconditionally.
15398         (fringe-mode, set-fringe-style): Remove autoload cookies.
15400 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
15402         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
15403         `horizontal-bar'.
15404         (fringe-cursor-alist): Use `horizontal-bar'.
15406 2006-02-20  Kim F. Storm  <storm@cua.dk>
15408         * fringe.el (fringe-bitmaps): Update to new bitmap names.
15409         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
15411         * loadup.el: Load "fringe" on window systems.
15413 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
15415         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15416         out of scope components.
15418         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15419         default.
15421 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
15423         * custom.el (customize-mark-to-save, customize-mark-as-set):
15424         Load the symbol first.
15426 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
15428         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15429         strech spec so it doesn't display as "^J" on the header line
15430         when `Buffer-menu-use-header-line' is t.
15432 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
15434         * speedbar.el (speedbar-make-button): Keep text properties
15435         of string arguments if desired.
15437         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15438         expessions.
15440         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15441         of speedbar.
15443 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
15445         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15446         to value of `read-file-name-completion-ignore-case'.
15448 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
15450         * custom.el (customize-mark-as-set): Push to `user' theme.
15452         * cus-edit.el (custom-save-variables): Allow unthemed values.
15453         (customize-set-variable): Push setting to `user' theme.
15455 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
15457         * progmodes/gud.el: Don't require font-lock as it's now
15458         automatically loaded.
15459         (gud-speedbar-buttons): Replace gdb-var-changed with
15460         gdb-force-update.
15462         * progmodes/gdb-ui.el (gdb-force-update): Rename from
15463         gdb-var-changed.
15464         (gdb-post-prompt): Use it.
15465         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15466         (gdb-var-update-handler, gdb-var-delete)
15467         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15468         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15469         gdb-force-update in gdb-post-prompt.
15470         (gdb-reset): Clear watch expressions from speedbar when quitting.
15472 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
15474         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15475         (viper-change-state-to-vi, viper-change-state-to-emacs):
15476         Make aware of cursor coloring in the Emacs state.
15477         (viper-special-read-and-insert-char): Use read-char-exclusive.
15478         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15480         * emulation/viper-init.el (viper-emacs-state-cursor-color):
15481         New variable.
15483         * emulation/viper-util.el (viper-save-cursor-color)
15484         (viper-get-saved-cursor-color-in-replace-mode)
15485         (viper-get-saved-cursor-color-in-insert-mode)
15486         (viper-restore-cursor-color): Make aware of the cursor color
15487         in Emacs state.
15488         (viper-get-saved-cursor-color-in-emacs-mode): New function.
15490         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15491         (ediff-ignore-case-option3, ediff-actual-diff-options)
15492         (ediff-actual-diff3-options): New variables to control case sensitivity.
15493         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15494         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15495         (ediff-toggle-ignore-case): New function.
15496         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15498         * ediff-help.el (ediff-long-help-message-narrow2)
15499         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15500         (ediff-long-help-message-word-mode): Add ignore-case command.
15501         (ediff-help-for-quick-help): Add ignore-case command.
15503         * ediff-merg.el: Move provide to the end.
15505         * ediff-ptch.el: Move provide to the end.
15507         * ediff-wind.el: Move provide to the end.
15509         * ediff-mult.el: Move provide to the end.
15510         (ediff-set-meta-overlay): Enable follow-link.
15512         * ediff.el: Move provide to the end.
15513         Break recursive load cycle in eval-when-compile.
15514         (ediff-patch-buffer): Better heuristics.
15516         * ediff-util.el: Move provide to the end.
15517         Break recursive load cycle in eval-when-compile.
15518         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
15519         defuns.
15520         (ediff-submit-report): Pass the values of ediff-diff3-program,
15521         ediff-diff3-options.
15523 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
15525         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15526         the opening bracket of the following bracketing pairs: {}, [], (), <>,
15527         `' (for example, in the docstring of `windmove-default-keybindings').
15529 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
15531         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15532         shadow face.  Don't provide binding to edit variable when it is
15533         out of scope.
15535         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15536         (gdb-var-update-handler): Detect out of scope variables with pre
15537         GDB 6.4 too.
15538         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15539         Reset status of variable objects to nil in update handlers.
15540         (gdb-var-update-handler-1): Detect when a variable object comes
15541         in scope.  setcar on var changes gdb-var-list directly.
15543 2006-02-17  Juri Linkov  <juri@jurta.org>
15545         * ffap.el (ffap) <defface>: Add explicit face declaration.
15546         (ffap-highlight): Use face `ffap' directly instead of checking
15547         for its existence.
15549         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15550         `visible-ok' of `other-buffer' to find the right original buffer.
15552         * info.el (Info-search): Skip `Local Variables' node.
15554 2006-02-17  Juri Linkov  <juri@jurta.org>
15556         * info.el (Info-find-file): Check for symbols `apropos', `history',
15557         `toc' in the input filename, and return these symbols as is.
15558         (Info-find-node-2): Set Info-current-file to symbols `apropos',
15559         `history', `toc' instead of strings.
15560         (Info-set-mode-line): For non-string Info-current-file use the
15561         symbol's name inside **.
15562         (Info-isearch-push-state): Add quote before Info-current-file and
15563         Info-current-node.
15564         (Info-isearch-pop-state): Use `equal' instead of `string='.
15565         (Info-extract-pointer, Info-following-node-name): Use
15566         `match-string-no-properties' instead of `match-string'.
15567         (Info-up): Check `old-file' for `stringp'.
15568         (Info-history): Use `equal' instead of `string-equal'.
15569         Check `file' for `stringp'.
15570         (Info-history): Use symbol `history' instead of string as first arg
15571         of `Info-find-node'.
15572         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
15573         `toc' instead of string.
15574         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15575         instead of `buffer-substring', and `match-string-no-properties'
15576         instead of `match-string'.
15577         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15578         instead of strings.
15579         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15580         Use symbol `apropos' instead of string.
15581         (Info-copy-current-node-name): Check `Info-current-file' for
15582         `stringp' and construct a command with `Info-find-node' from it.
15583         (Info-fontify-node): Use `match-string-no-properties' instead of
15584         `match-string' and check file names for `stringp'.
15585         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15586         `history', `toc' instead of strings.
15588 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
15590         * files.el: Rearrange functions and variables in the file local
15591         variables section.
15593 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
15595         * files.el: Add truncate-lines, ispell-check-comments and
15596         ispell-local-dictionary as safe local variables.
15598 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
15600         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15601         out of scope variables.
15602         (gud-speedbar-buttons): Use unless.
15604         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15605         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15606         (gdb-show-changed-values): Also use for out of scope variables.
15607         (gdb-var-update-handler-1): Note if variable goes out of scope.
15609 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
15611         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15612         default to global variable values for unsupplied args.
15613         (rcirc-get-buffer-create): Fix bug with setting the target.
15614         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15615         test for rcirc-always-use-server-buffer-flag here.
15616         (rcirc-response-formats): Add %N, which is a facified nick.  %n
15617         uses the default face.  Change the ACTION format string.  If the
15618         "nick" is the server, don't print anything for that field.
15619         Comment fixes.
15620         (rcirc-target-buffer): Don't test
15621         rcirc-always-use-server-buffer-flag here.
15622         (rcirc-print): Squeeze extra spaces out of the text before message.
15623         (rcirc-put-nick-channel): Strip potential "@" char from nick
15624         before adding them to nick table.
15625         (rcirc-url-regexp): Improve to match address like "foo.com".
15627 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
15629         * allout.el (allout-hidden-p): Move this defsubst before
15630         allout-overlay-interior-modification-handler, where it is first
15631         used.
15633 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
15635         * allout.el: Use allout invisible-text overlays instead of
15636         selective display for concealed text.  Also, lots of general
15637         cleanup, and improved compatibility code.
15639         (allout-version): Incremented, corrected, revised, and refined
15640         module commentary.
15642         (provide 'allout): Moved to the bottom, added a require of overlay.
15644         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15645         `except-current'.
15646         (allout-write-file-hook-handler): Minimize delay.
15647         (count-trailing-whitespace-region): New function so
15648         auto-encryption of current topic can resituate cursor exactly.
15649         PGP/GPG encryption trims trailing whitespace from lines, which
15650         must be accounted for across encryption then decryption.
15652         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15653         just plain "\C-c", to avoid intruding on user's keybinding space.
15655         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15656         parameter, so user request to provide a new password is done.
15658         (allout-outside-normal-auto-fill-function, allout-auto-fill):
15659         Refined mechanism for auto-filling behavior while in allout mode.
15661         (allout-mode): Explicitly specify the mode map in the docstring.
15662         Clarify provision for various write-file hook var names.
15663         Adjusted for invisible-text overlays instead of selective-display.
15665         (allout-depth): Really return 0 if not within any topic.  This
15666         rectifies `allout-beginning-of-level' and sequence numbering
15667         errors that occur when cutting and pasting numbered topics.
15668         Changed from a in-line subst to a regular function, as well.
15670         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15672         (allout-end-of-subtree, allout-end-of-subtree)
15673         (allout-end-of-entry, allout-end-of-current-heading)
15674         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15675         (allout-show-children, allout-show-to-offshoot)
15676         (allout-hide-current-entry, allout-show-current-entry): Rectified
15677         handling of trailing blank lines between items.
15679         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15680         (allout-current-depth, allout-unprotected, allout-hidden-p)
15681         (allout-on-current-heading-p, allout-listify-exposed)
15682         (allout-chart-subtree, allout-goto-prefix)
15683         (allout-back-to-current-heading, allout-get-body-text)
15684         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15685         (allout-hide-region-body, allout-toggle-subtree-encryption)
15686         (allout-encrypt-string, allout-encrypted-key-info)
15687         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15688         (allout-file-vars-section-data): Adjusted for use with
15689         invisible-text overlays instead of selective-display.
15691         (allout-kill-line, allout-kill-topic, allout-yank-processing):
15692         Reworked for use with invisible text overlays.
15694         (allout-current-topic-collapsed-p): New function.
15696         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15697         to know when to close the containing topic.
15699         (allout-pre-command-business, allout-post-command-business):
15700         Simplify undo-batching and dynamic isearch exposure.
15702         (allout-set-overlay-category): New for invisible-text overlays.
15703         Sets properties of allout-overlay-category, used by
15704         allout-flag-region to set invisible-text overlay properties.
15705         (allout-get-invisibility-overlay): Get the first qualifying
15706         invisibility overlay, so we can find the extent of it.
15707         (allout-back-to-visible-text): Get to just before the beginnining
15708         of the current invisibility overlay, if any.
15710         (allout-overlay-insert-in-front-handler)
15711         (allout-overlay-interior-modification-handler)
15712         (allout-before-change-handler, allout-isearch-end-handler): New
15713         functions to handle extraordinary actions affecting concealed
15714         text.
15716         (allout-flag-region): Use overlays instead of selective-display
15717         for invisible text - by inheritence from the properties of
15718         allout-overlay-category in mainline Emacs, and applied
15719         property-by-property in XEmacs, some recent versions of which
15720         don't inherit the properties from the category.  Provisions to
15721         respond to concealed-text edits simplified drastically.
15723         (allout-isearch-rectification, allout-isearch-was-font-lock)
15724         (allout-isearch-expose, allout-enwrap-isearch)
15725         (allout-isearch-abort, allout-pre-was-isearching)
15726         (allout-isearch-prior-pos, allout-isearch-did-quit)
15727         (allout-isearch-dynamic-expose)
15728         (allout-hide-current-entry-completely): Functions deleted.
15730         (allout-undo-aggregation): Explicit undo aggregation no longer
15731         necessary due to transition away from selective-display.
15733         (set-allout-regexp, allout-up-current-level)
15734         (allout-next-visible-heading, allout-forward-current-level)
15735         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15736         (allout-kill-line, allout-yank-processing, allout-show-children)
15737         (allout-expose-topic, allout-old-expose-topic)
15738         (allout-listify-exposed, allout-insert-latex-header)
15739         (allout-toggle-subtree-encryption, allout-encrypt-string)
15740         (remove-from-invisibility-spec, allout-hide-current-subtree):
15741         Ditched unused variables.
15743 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
15745         * textmodes/ispell.el (ispell-change-dictionary): Call
15746         ispell-buffer-local-dict instead of
15747         ispell-accept-buffer-local-defs.
15748         (ispell-local-dictionary-alist): Accept as valid any coding-system
15749         supported by Emacs.
15750         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15751         changed to iso-8859-3.
15753 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
15755         * speedbar.el (speedbar-frame-width): Make an inline function
15756         instead of a macro.  Use frame-width.
15757         (speedbar-try-completion, speedbar-update-contents)
15758         (speedbar-timer-fn): Use consp.
15759         (speedbar-update-localized-contents): Try to preserve point.
15761         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15762         (menu): Re-order menu items.
15763         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15764         field.
15765         (gdb-var-update-handler-1): Use it for GDB 6.4+.
15766         (gdb-post-prompt): Speed things by not forcing update.
15768 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
15770         * wid-edit.el (widget-button-click): For mouse-1, cancel button
15771         press and perform default action if we get a mouse movement event.
15773 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15775         * calendar/icalendar.el (icalendar--get-event-property)
15776         (icalendar--get-event-property-attributes): Fix typos in
15777         docstrings.
15779         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15780         docstring.
15782 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
15784         * bs.el (bs-mode): Use `buffer-disable-undo'.
15785         (bs--get-file-name): Simplify.
15786         (bs-show-in-buffer): Mark the buffer as not modified.
15788 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15790         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15791         widget-button-click.
15793         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15794         (custom-mode): Update docstring.
15796         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15797         binding.
15799         * files.el (hack-local-variables-confirm): Allow scrolling if the
15800         file variable list is too long.  Kill temp buffer after use.
15802 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
15804         * progmodes/gud.el (gdb): Improve doc string.
15805         (gdb-script-font-lock-keywords): Expand allowed character set.
15807         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15808         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15809         (gdb-separate-io-interrupt, gdb-separate-io-quit)
15810         (gdb-separate-io-stop, gdb-separate-io-eof):
15811         Rename from gdb-inferior-* to gdb-separate-*.
15812         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15814 2006-02-14  Jay Belanger  <belanger@truman.edu>
15816         * calc/calc-arith.el (math-check-known-scalarp): Make sure
15817         expression is a symbol before checking that it is bound.
15819         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15820         test to see if equation can be solved.
15822 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15824         * wid-edit.el (widget-button-click): Use :pressed-face property
15825         for overlay face, if it exists.
15827         * cus-edit.el (custom-manual, custom-add-see-also)
15828         (custom-add-parent-links, custom-group-link): Add :pressed-face
15829         property to links.
15831         * files.el (hack-local-variables): Remove ignored variables before
15832         checking if any variables need setting.
15834 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15836         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15838 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
15840         * help.el (where-is): Fix message for remapped commands.
15842         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15843         Fix typos in docstrings.
15845 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
15847         * files.el (safe-local-variable-values): New option.
15848         (hack-local-variables-prop-line): Return a list of variable-value
15849         pairs if MODE-ONLY is non-nil.
15850         (hack-local-variables): Construct list of variable-value pairs,
15851         and apply or reject them in one go.  Ask for confirmation if
15852         variables are not known safe.
15853         (hack-local-variables-confirm): Complete rewrite.  Support
15854         `safe-local-variable-values'.
15855         (enable-local-variables): Update docstring to reflect new
15856         behavior.
15857         (ignored-local-variables): Ignore ignored-local-variables and
15858         safe-local-variable-values.
15859         (safe-local-variable-p): New function.
15860         (risky-local-variable-p): `safe-local-variable' property check
15861         moved to safe-local-variable-p.
15862         (hack-one-local-variable): Checks moved to hack-local-variables.
15864         (byte-compile-dynamic, c-basic-offset, c-file-style)
15865         (c-indent-level, comment-column, fill-column, fill-prefix)
15866         (indent-tabs-mode, kept-new-versions, no-byte-compile)
15867         (no-update-autoloads, outline-regexp, page-delimiter)
15868         (paragraph-start, paragraph-separate, sentence-end)
15869         (sentence-end-double-space tab-width, version-control):
15870         Add `safe-local-variable' property.
15872         * find-lisp.el: Delete nonexistent `autocompile' file variable.
15874         * icomplete.el, play/landmark.el: Change nonexistent
15875         `outline-layout' file variable to `allout-layout'.
15877 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
15879         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15880         (gdb-get-changed-registers): Test value of gud-minor-mode relative
15881         to gud-comint-buffer.
15882         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15883         gdb-ui.el for gdb-mi.el.
15884         (gdb-post-prompt, gdb-get-changed-registers): Move test for
15885         registers buffer to gdb-get-changed-registers.
15886         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
15887         deletion of catchpoints (throw and catch).
15888         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15889         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15890         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15891         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15892         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15894 2006-02-13  Jay Belanger  <belanger@truman.edu>
15896         * calc/calc-arith.el (math-check-known-matrixp): Make sure
15897         expression is a symbol before checking that it is bound.
15899 2006-02-13  Richard M. Stallman  <rms@gnu.org>
15901         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15902         for the minibuffer too, but not if resize-mini-windows will interfere.
15904         * help.el (describe-key-briefly, describe-key): Do all arg-reading
15905         inside `interactive' spec.
15906         (describe-key-briefly-internal, describe-key-internal):
15907         Functions merged back into their callers.
15909 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
15911         * info.el (info-xref-visited): Inherit from info-xref too.
15912         (Info-set-mode-line): Replace occurrences of `%' by `%%'
15913         when propertizing Info-current-file and Info-current-node.
15915 2006-02-13  Juri Linkov  <juri@jurta.org>
15917         * tumme.el (tumme-thumbnail-storage): Fix docstring.
15918         (tumme-thumb-name): Fix per-directory format.
15920 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
15922         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15924 2006-02-12  Miles Bader  <miles@gnu.org>
15926         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15928 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
15930         * tumme.el: Remove history section.  If someone needs the it, it
15931         can always be found in CVS.
15933 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
15935         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
15936         about the Thumbnail Managing Standard option.
15938 2006-02-12  Richard M. Stallman  <rms@gnu.org>
15940         * subr.el (substitute-key-definition): Doc fix.
15942         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15944         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15946         * info.el (Info-mode): Doc fix.
15948         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15950 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
15952         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15953         because on Solaris a POSIX compatible "id" is needed.  Reported by
15954         Magnus Henoch <mange@freemail.hu>.
15956 2006-02-12  Juri Linkov  <juri@jurta.org>
15958         * tumme.el: Remove todo item about Thumbnail Managing Standard.
15959         (tumme) <defgroup>: Change :group to `multimedia'.
15960         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15961         Managing Standard.
15962         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15963         Fix dostring.
15964         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15965         and %y.  Fix docstring.
15966         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15967         (tumme-cmd-create-standard-thumbnail-command): New user options.
15968         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15969         is `standard'.  Fix docstring.
15970         (tumme-thumb-width, tumme-thumb-height): New user options.
15971         (tumme-external-viewer): Try to find various viewers.
15972         (tumme-get-thumbnail-image): Use `create-image' instead of
15973         constructing the `image' structure.
15974         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15975         `standard'.
15976         (tumme-thumb-name): Add file name generation for standard storage.
15977         Simplify code for other storages.
15978         (tumme-thumb-name): Use width %w and height %h instead of size %s.
15979         Add modification time %m and thumbnail-nq8 %q.
15980         Use `tumme-cmd-create-standard-thumbnail-command' if
15981         tumme-thumbnail-storage is `standard'.
15982         (tumme-dired-insert-marked-thumbs): New autoload command.
15983         (tumme-dired-after-readin-hook): New function.
15984         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15985         `tumme-thumb-size'.
15986         (tumme-display-image): Replace size-x %x and size-y %y with
15987         width %w and height %h.
15989         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15990         `tumme-dired-insert-marked-thumbs'.
15992 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
15994         * tumme.el (tumme-write-tag): Fix small bug (file name did not
15995         include path).
15996         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15997         matching tag.
15999 2006-02-12  Miles Bader  <miles@gnu.org>
16001         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16002         New variables.
16003         (rcirc-abbrev-nick): New function.
16004         (rcirc-format-response-string): Rewrite to use the formats in
16005         `rcirc-response-formats' and expand escape sequences therein.
16006         A text-property `rcirc-text' is added over the actual response
16007         text to make easy to find inside the returned string.
16008         (rcirc-print): When filling, just look for the `rcirc-text'
16009         text-property to find the appropriate fill prefix, instead of
16010         using hardwired patterns.
16012 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
16014         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
16015         Managing Standard.
16017 2006-02-11  Kim F. Storm  <storm@cua.dk>
16019         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16020         Don't use insert-buffer; do insert-buffer-substring directly.
16021         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
16023 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
16025         * files.el (revert-buffer, recover-file): Replace buffer-read-only
16026         with inhibit-read-only.  Suggested by Stefan Monnier.
16027         (revert-buffer): Let insert-file-contents discard
16028         buffer-undo-list.  Simplify code.
16029         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16031 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
16033         * menu-bar.el (menu-bar-select-yank): Add a doc string.
16035         * help.el (describe-key-briefly): Now a wrapper for
16036         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
16037         to t.  Populate yank-menu if empty.
16038         (describe-key-briefly-internal): Renamed from describe-key-briefly.
16039         (describe-key): Now a wrapper for describe-key-internal.  Bind
16040         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
16041         (describe-key-internal): Renamed from describe-key.
16043 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
16045         * progmodes/glasses.el (glasses-separator): Doc fix.
16046         (glasses-original-separator): New defcustom.
16047         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16049 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
16051         * mwheel.el (mouse-wheel-up-event): Doc fix.
16053 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
16055         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16056         (tumme-dir): New function.  Copied from thumbs.el.
16058 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
16060         * desktop.el (desktop-outvar): Fix typo.
16061         (desktop-save-buffer-p): Doc fix.
16063         * subr.el (substitute-key-definition): Fix typo.
16065 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16067         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16068         when window-system is mac.
16070         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16072 2006-02-10  Kim F. Storm  <storm@cua.dk>
16074         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16075         indirect-function instead of using condition-case.
16077 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
16079         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16080         less `colloquial'...
16082 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
16084         * tumme.el: Add a couple of todo items.
16086 2006-02-09  Lars Hansen  <larsh@soem.dk>
16088         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16089         (highlight-changes-mode): Don't change desktop-locals-to-save.
16091 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
16093         * image-mode.el (image-toggle-display): Clear image cache if using
16094         filename.
16096 2006-02-09  Masatake YAMATO  <jet@gyve.org>
16098         * dired-x.el (dired-guess-shell-alist-default): Add .man as
16099         a `dired-man' target.
16101         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16102         boundary of symbols.
16104 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
16106         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16108 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
16110         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16111         `mapcar'; return nil.
16113 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
16115         * mouse.el (mouse-drag-track): Don't change window if we rebind to
16116         some other event.
16118 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
16120         * net/rcirc.el (rcirc-startup-channels-alist):
16121         Add irc.freenode.net and #emacs as defaults.
16122         (rcirc-ignore-all-activity-flag): Remove variable.
16123         (rcirc-authinfo): New variable.
16124         (rcirc-authinfo-filename): Remove variable.
16125         (rcirc-always-use-server-buffer-flag): New flag.
16126         (rcirc): M-x rcirc will automatically connect without prompting.
16127         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
16128         connection in lisp.
16129         (rcirc-process-server-response-1): Remove everything but the nick
16130         portion of the sender so it doesn't need to be done everywhere
16131         else.  Update related code.
16132         (global-map): Remove global keybindings.
16133         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16134         (rcirc-send-input): Split into several functions.
16135         (rcirc-process-input-line, rcirc-process-message)
16136         (rcirc-process-command): New functions.
16137         (rcirc-target-buffer): New function to determine where to route
16138         messages.
16139         (rcirc-user-nick): Save match data.
16140         (rcirc-toggle-ignore-buffer-activity)
16141         (rcirc-update-activity-string): Remove global ignore functionality,
16142         which can be done now by toggling rcirc-track-minor-mode.
16143         (rcirc-track-minor-mode-map): New keymap.
16144         (rcirc-track-minor-mode): New minor-mode.
16145         (ignore): Make the ignore output nicer.  Always print it when
16146         adding or removing nicks.
16147         (rcirc-url-regexp): Improve.
16148         (rcirc-mangle-text): Remove properties before using text in the
16149         modeline.
16150         (rcirc-authenticate): Authentication data comes from
16151         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16152         (rcirc-server-prefix): Inherit from rcirc-server.
16154 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
16156         * Makefile.in (compile): Append "|| true" to the end of the `find'
16157         command, like compile-always does.
16159 2006-02-08  Sam Steingold  <sds@gnu.org>
16161         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16162         output from a dead connection.
16164 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
16166         * dired.el (dired-mode-map): Add more bindings for tumme.
16168 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16170         * wdired.el (wdired-mode-map): Use remap.
16171         (wdired-get-filename): Massage.
16172         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16173         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16174         `keymap' property rather than `local-map'.
16176 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
16178         * tumme.el (tumme-get-thumbnail-image): New utility function.
16179         Suggested by from Chong Yidong.
16180         (tumme-dired-with-window-configuration): Rename from
16181         `tumme-dired'.  Add code to save window configuration.
16182         (tumme-restore-window-configuration): New command to restore the
16183         window configuration that `tumme-dired-with-window-configuration'
16184         saves before it changes the window configuration.
16185         (tumme-show-all-from-dir): New command to display thumbnails for
16186         all files in a directory entered by the user, like M-x thumbs.
16187         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16188         have been created.
16189         (tumme-display-thumbnail-original-image): Call `display-buffer'.
16190         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16191         Remove obsolete test function.
16193 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
16195         * vc.el (small-temporary-file-directory): Remove defvar; there's
16196         a defcustom for it in files.el.
16198         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16199         Fix typo in message.
16200         (tumme-gallery-generate): Fix typo in `error' message.
16201         (tumme-display-window-height-correction)
16202         (tumme-display-window-width-correction, tumme-line-up-dynamic)
16203         (tumme-line-up-interactive): Dox fixes.
16204         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16205         (tumme-restore-window-configuration, tumme-format-properties-string)
16206         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16207         Fix typos in docstrings.
16209 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
16211         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16213 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
16215         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16216         User should use hook if desired.
16218         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16219         buffer if necessary.
16220         (gdb-delete-frame-or-window): New function.
16221         (gdb-breakpoints-mode-map): Bind "q" to it.
16223 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16225         * textmodes/nroff-mode.el: Clean up name space.
16226         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16227         (nroff-mode): Obey the global setting of nroff-electric-mode.
16228         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16230         * calendar/calendar.el (calendar-increment-month): Typo in last change.
16232 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
16234         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16236 2006-02-06  Lars Hansen  <larsh@soem.dk>
16238         * generic-x.el (etc-fstab-generic-mode): Add file system types
16239         cifs and usbdevfs.  Allow special chars in file names.
16241 2006-02-05  Jay Belanger  <belanger@truman.edu>
16243         Update copyright notices of the files in lisp/calc.
16245 2006-02-05  Romain Francoise  <romain@orebokech.com>
16247         Update copyright notices of all files in the lisp/play directory.
16249 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
16251         * ldefs-boot.el: Regenerate.
16253         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16255 2006-02-05  Kim F. Storm  <storm@cua.dk>
16257         * files.el (magic-mode-regexp-match-limit): New defvar.
16258         (set-auto-mode): Use it to limit magic-mode-alist matching.
16260 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
16262         * info.el (Info-index, Info-mode): Improve the description of the
16263         `i' command.
16265         * ldefs-boot.el: Regenerate.
16267 2006-02-03  Werner Lemberg  <wl@gnu.org>
16269         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16270         greedy to find the closing bracket in \*[...] and similar
16271         expressions.  This is a first rough fix -- many additional
16272         refinements are necessary to make nroff mode really usable with groff.
16274 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
16276         * international/mule-cmds.el (set-locale-environment):
16277         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16278         libX11.
16280 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
16282         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16283         archive are created in archive-tmpdir.
16285 2006-02-02  John Paul Wallington  <jpw@pobox.com>
16287         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16288         (ibuffer-fontification-alist): Use it.
16289         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16290         to "* z" and the Ibuffer Mark menu.
16292         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16294 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16296         * textmodes/table.el (*table--cell-describe-mode)
16297         (*table--cell-describe-bindings): Undo last change since
16298         print-help-return-message is not obsoleted by anything at all.
16300 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
16302         * emulation/cua-base.el (cua-mode): Doc fix.
16304 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
16306         * dframe.el (dframe-handle-make-frame-visible)
16307         (dframe-handle-iconify-frame, dframe-get-focus)
16308         (dframe-select-attached-frame, dframe-power-click)
16309         (dframe-frame-mode): Fix typos in docstrings.
16311         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16312         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16313         Fix typos in docstrings.
16315         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16316         (hi-lock-face-buffer, hi-lock-font-lock-hook)
16317         (hi-lock-archaic-interface-message-used)
16318         (hi-lock-file-patterns-range): Fix typos in docstrings.
16320         * savehist.el (savehist-loaded, savehist-load, savehist-install)
16321         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16323         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16324         Fix typo in docstring.
16326         * net/newsticker.el (newsticker--decode-iso8601-date)
16327         (newsticker--set-customvar, newsticker--buffer-insert-item)
16328         (newsticker--do-run-auto-mark-filter)
16329         (newsticker--parse-generic-feed): Doc fixes.
16330         (newsticker--retrieval-timer-list, newsticker-url-list)
16331         (newsticker-hide-immortal-items-in-echo-area)
16332         (newsticker-hide-obsolete-items-in-echo-area)
16333         (newsticker-new-item-face, newsticker--enclosure)
16334         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16335         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16336         (newsticker--parse-generic-feed, newsticker--cache-contains)
16337         (newsticker--stat-num-items, newsticker-download-enclosures):
16338         Fix typos in docstrings.
16340         * net/rcirc.el (rcirc-debug): Doc fix.
16341         (rcirc-fill-column, rcirc-receive-message-hooks)
16342         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16343         (rcirc-mode, rcirc-generate-new-buffer-name)
16344         (rcirc-startup-channels, rcirc-ignore-update-automatic)
16345         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16346         Fix typos in docstrings.
16347         (rcirc-print): "?\ " -> "?\s".
16348         (rcirc-cmd-join): Improve argument/docstring consistency.
16350 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
16352         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
16353         before narrow-to-region.
16355 2006-02-01  Richard M. Stallman  <rms@gnu.org>
16357         * simple.el (move-beginning-of-line): Scan properly for invis change.
16359         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
16361 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
16363         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
16364         change bit only when id-format is 'integer.  Reported by Matt
16365         Hodges <M.P.Hodges@rl.ac.uk>.
16367 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
16369         * hilit-chg.el (highlight-changes-initial-state)
16370         (highlight-changes-global-initial-state): Doc fixes.
16371         (highlight-changes-global-modes, global-highlight-changes):
16372         Fix typos in docstrings.
16374 2006-02-01  Kim F. Storm  <storm@cua.dk>
16376         * emulation/cua-base.el (cua-mode): Mention that CUA enables
16377         transient-mark-mode in doc string.
16379 2006-01-31  Richard M. Stallman  <rms@gnu.org>
16381         * replace.el (multi-occur): Doc fix.
16382         (multi-occur-in-matching-buffers): Rename from
16383         multi-occur-by-filename-regexp.  Prefix arg says match
16384         buffer names instead of file names.
16386 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
16388         * bs.el: Allow non-default values of `bs-header-lines-length'.
16389         (bs--running-in-xemacs): Remove (not needed anymore).
16390         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
16391         instead of `shrink-window', thus avoiding having to compute the
16392         height of the window.
16393         (bs--up): Wrap around even when there's no header.
16394         (bs--down): Use `forward-line' instead of `next-line'.
16396 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
16398         * image-mode.el (image-toggle-display): Use file name if possible,
16399         instead of unnecessarily allocating a (possibly huge) lisp string.
16401 2006-01-30  John Paul Wallington  <jpw@pobox.com>
16403         * subr.el (toplevel): Define `cl-assertion-failed' condition here
16404         because the `assert' macro signals it at runtime.
16406         * emacs-lisp/cl.el (toplevel): Remove definition of
16407         `cl-assertion-failed' condition.
16409 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
16411         * thumbs.el (thumbs-marked-list): Make buffer-local and
16412         permanent-local.
16413         (thumbs-insert-thumb): Make help-echo non-sticky.
16414         (thumbs-file-alist): Use eolp as check for (non)-image.
16416 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
16418         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16419         (ediff-before-session-group-setup-hooks)
16420         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16421         Fix typos in docstrings.
16423         * window.el (bw-dir, bw-eqdir, balance-windows)
16424         (split-window-keep-point): Fix typos in docstrings.
16426         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16427         (org-quote-string, org-calendar-to-agenda-key)
16428         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16429         (org-show-following-heading, org-tags-column)
16430         (org-use-tag-inheritance, org, org-allow-space-in-links)
16431         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16432         (org-enable-table-editor, org-calc-default-modes)
16433         (org-table-allow-automatic-line-recalculation)
16434         (org-export-html-style, org-export-with-fixed-width)
16435         (org-export-with-sub-superscripts, org-special-keyword)
16436         (org-formula, org-time-grid, org-table-may-need-update)
16437         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16438         (org-goto-quit, org-get-indentation, org-end-of-item)
16439         (org-move-item-down, org-move-item-up)
16440         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16441         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16442         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16443         (org-agenda-log-mode, org-agenda-toggle-diary)
16444         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16445         (org-agenda-file-to-end, org-agenda-no-heading-message)
16446         (org-agenda-get-closed, org-format-agenda-item)
16447         (org-cmp-priority, org-cmp-category, org-cmp-time)
16448         (org-agenda-change-all-lines, org-agenda-diary-entry)
16449         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16450         (org-link-search, org-camel-to-words, org-open-file)
16451         (org-remember-handler, org-table-convert-region)
16452         (org-table-move-row-down, org-table-move-row-up)
16453         (org-table-copy-region, org-table-wrap-region)
16454         (org-table-toggle-vline-visibility)
16455         (org-table-get-vertical-vector, org-table-modify-formulas)
16456         (org-table-get-specials, org-recalc-commands)
16457         (org-table-rotate-recalc-marks, org-table-eval-formula)
16458         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
16459         (org-level-color-stars-only, org-insert-heading):
16460         Fix typos in docstrings.
16461         (last-arg): Add defvar.
16463         * makefile.w32-in (WINS): Add erc.
16464         (MH_E_SRC): Update (copied from lisp/Makefile.in).
16466 2006-01-29  Bill Wohler  <wohler@newt.com>
16468         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16469         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16470         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
16471         (mh-autoloads): Don't use comments on otherwise empty lines.
16473 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
16475         * emulation/viper.el (viper-major-mode-modifier-list):
16476         Add insert-state and vi-state entries for erc-mode.
16477         (viper-go-away, viper-set-hooks): Add and remove
16478         viper-comint-mode-hook from erc-mode-hook as appropriate.
16480         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16482 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
16484         * bs.el (bs--format-aux): Implement `middle' alignment as
16485         described in the docstring for `bs-attributes-list'.
16486         (bs--get-name): Simplify.  Don't pad the buffer name.
16488 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
16490         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16491         English aspell dictionary is installed, use the first entry of
16492         ispell-dictionary-alist-1.
16494 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16496         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16497         Doc fix.
16499 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
16501         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16502         for `process-file', in order to let it work for older Emacsen too.
16504 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
16506         * international/latexenc.el: Add a suitable `coding:' tag.
16507         (latexenc-find-file-coding-system): Undo last change.
16509 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16511         * international/latexenc.el (latexenc-find-file-coding-system):
16512         Make sure latexenc-main-file is a regular file and is readable.
16514 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
16516         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16517         Pass FILE to vc-user-login-name.
16519         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16521 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
16523         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16524         there are no more images to display.
16525         (thumbs-mark, thumbs-unmark): Revert change so that they move to
16526         the next image.
16528 2006-01-26  Richard M. Stallman  <rms@gnu.org>
16530         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16532         * wid-edit.el (advertised-widget-backward): New alias.
16533         (widget-keymap): Use advertised-widget-backward for S-TAB.
16535         * tumme.el: Correct the keywords.
16536         (tumme-dir-max-size): Use defvar.
16537         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16539         * simple.el (move-beginning-of-line): Take account of fields.
16540         (clone-indirect-buffer-other-window): Take args like
16541         clone-indirect-buffer, and work like it.
16543         * help-fns.el (describe-function): Don't pass `nil' as default.
16545         * files.el (risky-local-variable-p): Follow var aliases.
16547         * subr.el (lazy-completion-table): Doc fix.
16549         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16550         global binding of `line'.
16552 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
16554         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
16555         Tramp.
16557         * vc.el (vc-default-dired-state-info): Pass FILE to
16558         vc-user-login-name.
16559         (vc-default-update-changelog): Don't use vc-user-login-name, we
16560         don't need it here.
16562         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
16563         no longer necessary.
16565 2006-01-25  Kenichi Handa  <handa@m17n.org>
16567         * international/mule.el (decode-char): Avoid the overhead of
16568         calling utf-lookup-subst-table-for-decode if
16569         utf-translate-cjk-mode is nil.
16570         (encode-char): Avoid the overhead of calling
16571         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16572         nil.
16574 2006-01-22  Kenichi Handa  <handa@m17n.org>
16576         * international/mule.el (make-subsidiary-coding-system): Reset
16577         `coding-system-define-form' property of subsidiaries to nil.
16578         Avoid duplicated entry in coding-system-alist.
16579         (make-coding-system): Avoid duplicated entry in
16580         coding-system-alist.
16581         (define-coding-system-alias): Likewise.
16583 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
16585         * completion.el: Minor fixes in introductory comment.
16586         (completion-def-wrapper): Fix alist.
16588 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
16590         * thumbs.el (thumbs-new-image-size): New function.
16591         (thumbs-increment-image-size-element)
16592         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16593         (thumbs-decrement-image-size): Delete.
16594         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
16595         temp files and use to resize.
16596         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16597         Use increment argument to enlarge/shrink.  Preserve point.
16598         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16599         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16600         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16601         (thumbs-mark, thumbs-unmark): Preserve point.
16602         (thumbs-modify-image): Keep old temp files and use to modify.
16603         Cleanup old temp files at load time.  Preserve point.
16604         (thumbs-view-image-mode-map): Use new command names.
16606 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16608         * log-view.el (log-view-minor-wrap): First rev is the one at point.
16610         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16611         the nastiest part of the cyclic dependency.
16612         (cal-menu-update): Use dotimes and calendar-increment-month.
16614         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16615         (calendar-week-start-day): Add an :initializer.
16616         (calendar-mode-map): Use suppress-keymap, and command remapping.
16617         (describe-calendar-mode): Setup xref-stack info for the back button.
16618         (calendar-star-date): Insert before delete.
16619         (calendar-set-mode-line): Add file-modified info if applicable.
16620         (calendar-increment-month): New function.
16622 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
16624         * font-lock.el (lisp-font-lock-keywords-2):
16625         Recognize "& keywords" only at word boundaries.
16627 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
16629         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
16630         and permanent-local.
16631         (thumbs-max-image-number): New variable.
16632         (thumbs-do-thumbs-insertion): Use them.
16633         (thumbs-per-line): Change default to 4.
16634         (thumbs-marked-list): Rename from thumbs-markedL.
16635         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16636         (thumbs-rename-images): Use -list instead of L for internal variables.
16637         (thumbs-call-convert): Use call-process instead of shell-command.
16638         (thumbs-insert-thumb): Add filename as help-echo to each image.
16639         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16640         Give dir to thumbs-show-thumbs-list.
16641         (thumbs-show-thumbs-list): Set default-directory to that of images.
16642         (thumbs-dired-show): Rename from thumbs-dired-show-all.
16643         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16644         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16645         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16647 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16649         * ses.el (ses-read-cell): Provide a default value.
16651 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
16653         * term/w32-win.el (image-library-alist): Add additional names for
16654         GIF library.
16656 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16658         * international/latexenc.el (latexenc-find-file-coding-system):
16659         Add file-regular-p check.
16661 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16663         * simple.el (clone-buffer): Don't show the new buffer in the same
16664         window.
16666 2006-01-23  Juri Linkov  <juri@jurta.org>
16668         * faces.el (link, link-visited): New faces based on default values
16669         of `info-xref' and `info-xref-visited'.
16671         * info.el (info-xref): Inherit from `link'.
16672         (info-xref-visited): Inherit from `link-visited'.
16674         * cus-edit.el (custom-buffer-create-internal): Use widget type
16675         `custom-manual' instead of `info-link' and don't set properties
16676         `button-face' and `mouse-face' explicitly.
16677         (custom-browse-group-tag, custom-browse-variable-tag)
16678         (custom-browse-face-tag): Inherit from widget class
16679         `custom-group-link' instead of `push-button'.
16680         (custom-button-unraised): Inherit from `underline' face.
16681         (custom-link): Inherit from `link' face.  Fix doc and group.
16682         (custom-add-parent-links, custom-group-value-create): Don't set
16683         properties `button-face' and `mouse-face' explicitly for
16684         `custom-group-link' widget.
16685         (custom-group-link): Add properties `button-face' and `mouse-face'
16686         to widget definition.
16687         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
16688         editable-field's :keymap property.
16689         (custom-mode): Fix docstring: substitute keybindings for
16690         `widget-forward' and `widget-backward' from `widget-keymap',
16691         `widget-complete' from `custom-field-keymap', replace old
16692         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
16694         * desktop.el (desktop-load-file): Check for `fboundp' before
16695         calling `symbol-function'.
16697         * simple.el (clone-buffer, clone-indirect-buffer)
16698         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16699         `read-string'.  Fix prompts.
16701         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16703 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
16705         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16707 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
16709         * startup.el (inhibit-splash-screen, initial-scratch-message):
16710         Doc fixes.
16712 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
16714         Sync with Tramp 2.0.52.
16716         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16717         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
16718         `tramp-unload-tramp' for checklist.
16720         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16721         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
16722         (tramp-unload-file-name-handler-alist)
16723         (tramp-unload-tramp): New defuns.
16724         (tramp-advice-PC-expand-many-files): New defadvice.
16725         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16726         removed.
16727         (tramp-handle-expand-file-name): Remove double slash.
16728         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16729         It doesn't matter, because it will be converted later on.
16730         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
16731         implementation was just heuristic.
16732         (tramp-post-connection): Set uid and gid properties.
16733         (tramp-convert-file-attributes): Set file's gid change bit.
16734         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16735         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16736         in case of su(do)? methods.  The home directory of the local user
16737         will be taken else.
16738         (tramp-open-connection-telnet)
16739         (tramp-open-connection-rsh, tramp-open-connection-su)
16740         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
16741         local shell prompt could hurt.  Reported by Romain Francoise
16742         <romain@orebokech.com>.
16743         (tramp-let-maybe): Add `edebug-form-spec' property.
16744         (tramp-handle-expand-file-name): Bind `default-directory' locally
16745         to "/" in order to avoid problems with UNC shares or Cygwin
16746         mounts.
16747         (tramp-md5-function): Fix typo in error message.
16749         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16751         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16752         for byte-compiler pacification.
16754 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
16756         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16757         ID-FORMAT `string'.  This allows us to get rid of
16758         `vc-user-login-name UID'.
16760         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16762 2006-01-22  John Paul Wallington  <jpw@pobox.com>
16764         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16766 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
16768         * emacs-lisp/find-func.el (find-definition-noselect)
16769         (find-variable-noselect): Search variables in C source code too.
16770         (find-function-C-source, find-function-noselect, find-function)
16771         (find-function-other-frame, find-variable-noselect, find-variable)
16772         (find-variable-other-frame, find-variable-at-point):
16773         Fix docstrings.
16775 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
16777         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16779 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
16781         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16782         Default to disabling the "Save affix" question.
16784 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
16786         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16787         the first arg to run-python.
16789 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
16791         * startup.el (command-line-1): Handle --no-desktop if desktop.el
16792         is not loaded.
16794 2006-01-20  Jay Belanger  <belanger@truman.edu>
16796         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16797         limit is 0.
16799         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16800         the correct variable.
16802 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
16804         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16805         link.  Fixed buggy argument sequence in call to `org-view-tags'.
16806         (org-compile-prefix-format): Set `org-prefix-has-tag'.
16807         (org-prefix-has-tag): New variable.
16808         (org-format-agenda-item): Remove tags from headline if
16809         appropriate.
16810         (org-agenda-remove-tags-when-in-prefix): New option.
16811         (org-get-tags-at): New function.
16813 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
16815         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
16816         (thumbs-find-image): Move image name and number from buffer name
16817         to mode name.  Set thumbs-buffer.  Preserve point so that large
16818         images remain visible.
16819         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16820         order.
16821         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
16822         mode name.
16823         (thumbs-next-image, thumbs-previous-image): Make them work.
16825 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
16827         * cus-edit.el (custom-buffer-create-internal): State in the text above
16828         the whole buffer buttons that they do not operate on hidden items.
16829         (custom-face-menu): Use `custom-face-save' instead of
16830         `custom-face-save-command'.
16831         (custom-face-save-command): Make it an alias for `custom-face-save'
16832         and declare it obsolete.
16833         (custom-face-save): Doc fix.
16835         * dired.el (dired-no-confirm): Add quote.
16836         (dired-subdir-alist-pre-R): Add quote in
16837         `make-variable-buffer-local' form and remove unbalanced parenthesis.
16839 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16841         * textmodes/table.el (table-mode-indicator): Typo in last change.
16843 2006-01-19  Richard M. Stallman  <rms@gnu.org>
16845         * outline.el (hide-leaves): Don't call outline-end-of-heading.
16846         Fixes bug reported in Nov 2005.
16848         * isearch.el (isearch-forward): Doc fix.
16850         * dired.el (dired-move-to-filename-regexp): Define as alias.
16851         (dired-no-confirm): Use defcustom.
16852         (dired-subdir-alist-pre-R): Put defvar at top level.
16854         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16856         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16857         Mark as risky.
16859         * simple.el (set-mark-command): Doc fix.
16860         (clone-indirect-buffer-other-window):
16861         Read arg like clone-indirect-buffer.
16862         (move-beginning-of-line): Skip invisible newlines.
16864 2006-01-19  Masatake YAMATO  <jet@gyve.org>
16866         * progmodes/cpp.el (cpp-edit-load): Make the order of
16867         listed conditions in a base C code buffer and its associate
16868         CPP Edit buffer the same.
16870 2006-01-19  Kenichi Handa  <handa@m17n.org>
16872         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16873         (rmail-mime-feature): Likewise.
16874         (rmail-require-mime-maybe): Use display-warning to show a warning
16875         message.
16877         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16878         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16880 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16882         * array.el: Move defvars out of eval-when-compile.
16883         (array-make-template): Replace undeclared global var with a local one.
16884         (array-mode): Inline initialization functions.
16885         (array-init-local-variables, array-init-max-row)
16886         (array-init-max-column, array-init-columns-per-line)
16887         (array-init-field-width, array-init-rows-numbered)
16888         (array-init-line-length, array-init-lines-per-row): Remove.
16890         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
16891         (doc-mode-map): Define explicitly.
16892         (doctor-txtype): Use mapc.
16894         * textmodes/table.el: Move defvars out of eval-when-compile.
16895         Remove harmful code meant to avoid byte-compiler warnings.
16896         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
16897         specification that checks table-fixed-width-mode directly.
16898         (table-recognize-region, table-recognize-cell):
16899         Use restore-buffer-modified-p.
16900         (table-fixed-width-mode): Remove code that refreshes
16901         table-fixed-mode-indicator.
16902         (*table--cell-describe-bindings, *table--cell-describe-mode):
16903         Avoid obsolete name print-help-return-message.
16904         (table--test-cell-list): Don't use replace-regexp from elisp.
16905         (table--point-entered-cell-function, table--point-left-cell-function):
16906         Don't set table-fixed-mode-indicator, use force-mode-line-update.
16908         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
16909         that was after the end of file.  Use buffer-file-name variable.
16910         (org-timestamp-change): Use with-current-buffer.
16911         (org-todo-list): Don't unnecessarily define a new buffer-local var.
16912         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16913         `file'.
16915         * progmodes/fortran.el: Move defvars out of eval-when-compile.
16916         (fortran-break-line): Remove unused var `opoint'.
16917         (fortran-abbrev-start): Obey help-event-list.
16919 2006-01-18  Jesper Harder  <harder@phys.au.dk>
16921         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16923 2006-01-18  Masatake YAMATO  <jet@gyve.org>
16925         * progmodes/make-mode.el (makefile-imake-mode): New mode
16926         derived from makefile-mode.
16927         (makefile-imake-mode-syntax-table): New syntax table
16928         derived from makefile-mode-syntax-table.
16929         (makefile-mode): Write about makefile-imake-mode in doc string.
16930         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16931         (makefile-imake-font-lock-keywords): New font lock keywords.
16933         * files.el (auto-mode-alist): Add Imakefile.
16935 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
16937         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16938         loading the file rather than when turning on flyspell-mode.
16940 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
16942         * cus-edit.el (customize-rogue): Minor doc fix.
16944 2006-01-17  Juri Linkov  <juri@jurta.org>
16946         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16947         instead of the file at the mark as default if the file at the mark
16948         is the same as the file at point or if dired-dwim-target-directory
16949         is not the same as the current directory and the mark is not active.
16951         * log-view.el (log-view-minor-wrap): Use the same logic to get
16952         revisions as `log-view-diff'.
16954         * info.el (Info-revert-find-node): Check for Info-current-file
16955         before preserving new-history.
16957         * man.el (Man-heading-regexp): Add `/'.
16959         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16960         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16962 2006-01-16  Juri Linkov  <juri@jurta.org>
16964         * faces.el (mode-line-faces): New defgroup.
16965         (mode-line-highlight): Move definition after new defgroup.
16966         (mode-line, mode-line-inactive, mode-line-highlight):
16967         Replace :group `modeline' with `mode-line-faces'.
16968         (mode-line-buffer-id): New face.
16969         (modeline-buffer-id): New face alias.
16970         (vertical-border): Remove :group `modeline'.
16972         * bindings.el (propertized-buffer-identification): Use face
16973         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16974         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16975         (mode-line-buffer-identification-keymap): For mouse-1 replace
16976         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16977         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16978         mouse-3.
16980         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16981         Buffer-menu-buffer.  Doc fix.
16982         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16983         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16984         `Buffer-menu-buffer'.
16986         * info.el (Info-mode-line-node-keymap): New defvar.
16987         (Info-set-mode-line): Use `stringp' to check Info-current-file.
16988         Propertize Info-current-node with `mode-line-buffer-id' and
16989         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16991         * time.el (display-time-mail-face): Replace :group `faces' with
16992         `mode-line-faces'.
16994 2006-01-16  Kenichi Handa  <handa@m17n.org>
16996         * international/code-pages.el: Add autoload cookies for cp125[0345678].
16998         * language/european.el (cp1252): New alias for windows-1252.
17000         * international/mule.el (autoload-coding-system): Prepare for EOL
17001         variants.
17003 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
17005         * term.el (term-raw-map): Add mapping for insert.
17006         (term-send-insert): New.
17007         (term-mode): Make variables local here instead of doing it in
17008         `term-emulate-terminal'.
17009         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17010         Scroll reverse needs to take into account the scroll region.
17011         Saving and restoring the cursor should save the color attributes too.
17012         (term-reset-terminal): Reset the scroll region.
17013         (term-handle-ansi-escape): Cursor up and down should take into
17014         account the scroll region.
17015         (term-set-scroll-region): Rename from `term-scroll-region'.
17016         Move to 0,0 after setting the region.
17017         (term-handle-scroll): Handle scroll up.
17018         (term-down): Fix off by one error.
17019         (term-delete-lines): Do not delete outside the scroll region.
17020         (term-insert-lines): Take into account the scroll region.
17022 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17024         * textmodes/ispell.el (ispell-internal-change-dictionary)
17025         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17026         (start, end): Move declaration outside of eval-when-compile.
17028         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17029         (flyspell-mode-on): Use it.
17031         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17032         ispell-kill-ispell-hook.
17034 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
17036         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17037         (Custom-reset-saved): Do not ask for confirmation in single option
17038         buffers.
17040 2006-01-13  Richard M. Stallman  <rms@gnu.org>
17042         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17044 2006-01-13  Romain Francoise  <romain@orebokech.com>
17046         * add-log.el (add-change-log-entry, change-log-merge):
17047         Conditionally use `hard-newline'.
17049 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
17051         * wid-edit.el (widget-field-end): If the overlay is no longer
17052         associated with a buffer, behave as if the overlay didn't exist.
17054         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17055         Make sure the links use the `custom-link' face.
17057 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17059         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17060         (ld-script-mode): Don't set indent-line-function since we don't
17061         have one.
17063 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
17065         * textmodes/org.el (org-open-file): Use mailcap for selecting an
17066         application.
17067         (org-file-apps-defaults-gnu): Use mailcap as the default for
17068         selecting an application on a UNIX system.
17069         (org-agenda-show-tags): New command.
17070         (org-table-insert-hline): Keep cursor in current table line.
17071         (org-table-convert): Offset effect of modifying
17072         `org-table-insert-hline'.
17073         (org-format-agenda-item): New optional argument TAG.
17074         (org-compile-prefix-format): Handle %T format for the tag.
17075         (org-expand-wide-chars): New function.
17076         (org-table-insert-row, org-table-insert-hline):
17077         Use `org-expand-wide-chars'.
17078         (org-open-file): Fix bug in program launch.
17079         (org-get-time-of-day): Fix bug with times before 1am.
17080         (org-agenda-menu): Add tags commands.
17082 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
17084         * textmodes/ispell.el (ispell-init-process): Include the used
17085         dictionary in ispell process start message.
17086         (ispell-internal-change-dictionary): When flyspell-mode is active
17087         and dictionary is changed, make sure ispell process is restarted
17088         and flyspell word cache cleared out for the current buffer.
17089         (ispell-change-dictionary): Make sure flyspell word cache is
17090         cleared out in all buffers with active flyspell mode when
17091         dictionary is globally changed.
17092         Call ispell-internal-change-dictionary after dictionary change.
17094 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
17096         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17098         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17099         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17100         years.  Fix small differences wrt Makefile.in.
17101         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17102         Makefile.in does.
17104 2006-01-12  Bill Wohler  <wohler@newt.com>
17106         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17107         mh-search.el.
17109 2006-01-12  Masatake YAMATO  <jet@gyve.org>
17111         * progmodes/ld-script.el: Update copyright year.
17113 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
17115         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17116         Don't add widget if setting undefined.
17118 2006-01-12  John Paul Wallington  <jpw@pobox.com>
17120         * help-fns.el (describe-variable): Remove newlines from void
17121         variable output.
17123 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
17125         * wdired.el (wdired-mode-map): Add help echo for
17126         wdired-abort-changes.
17128         * man.el (Man-file-name-regexp): Adjust for a list of files.
17130 2006-01-12  Masatake YAMATO  <jet@gyve.org>
17132         * progmodes/ld-script.el (auto-mode-alist): Support
17133         suffix conventions used in netbsd and eCos.
17135 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
17137         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17138         (custom-variable-menu, custom-face-menu, custom-group-menu)
17139         (Custom-mode-menu): Change names of menu items.  (As discussed on
17140         emacs-devel.)
17141         (custom-face-menu): Add "Undo Edits" item.
17143         * startup.el (init-file-user): defcustom -> defvar.
17145         * tooltip.el (tooltip-mode): Doc fix.
17147 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17149         * reveal.el (reveal-post-command): window-buffer signals an error on
17150         dead windows rather than returning nil.
17151         (reveal-open-new-overlays): An overlay might die while we open others.
17153 2006-01-11  Bill Wohler  <wohler@newt.com>
17155         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17156         phrasing in docstring.
17158         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17159         can give some systems gas.  Add new file mh-buffers.el.
17161 2006-01-06  Masatake YAMATO  <jet@gyve.org>
17163         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17164         C preprocessor forward ported from GNU Emacs 21.2.
17166         * progmodes/asm-mode.el (asm-font-lock-keywords):
17167         Use `cpp-font-lock-keywords'.
17169         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17171         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17172         of $ for "\\.ld[s]?".
17174 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17176         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17177         (tcl-indent-line): Return `noindent' if inside a string.
17179         * progmodes/flymake.el (flymake-split-string): Remove more than one
17180         empty string at beg/end of the result.
17181         (flymake-find-buildfile, flymake-find-possible-master-files):
17182         Use expand-file-name.
17183         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17184         since expand-file-name does it for us.  Use directory-file-name.
17185         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17186         (flymake-ler-get-type, flymake-ler-get-text)
17187         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
17188         (flymake-current-line-no): Remove spurious interactive spec.
17189         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17190         (flymake-check-include): Remove arg inc-path merged into inc-name.
17191         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17192         Arg regexp-list replaced by a simple regexp.
17193         (flymake-master-make-header-init, flymake-master-tex-init):
17194         Correspondingly replace regexp-list with a regexp.  Fix regexp.
17196 2006-01-10  Simon Josefsson  <jas@extundo.com>
17198         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17199         describing AUTH PLAIN fix.
17201 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
17203         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17204         (report-emacs-bug): Don't record initial prompt text.
17205         Instead, add text properties to prompting text.
17206         (report-emacs-bug-hook): Delete prompting text.
17208 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17210         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17211         `dirs'.  Adjust callers.
17213 2006-01-09  John Paul Wallington  <jpw@gnu.org>
17215         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17217 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17219         * reveal.el (reveal-open-new-overlays): New extracted fun.
17220         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
17221         using them.  Simplify the code.
17222         (reveal-post-command): Use them.  Fix up obsolete windows in
17223         reveal-open-spots.
17225         * progmodes/flymake.el: Use `require' rather than autoload for
17226         XEmacs's overlays.
17227         (flymake-get-common-file-prefix, flymake-build-relative-filename):
17228         Delete.  Use file-relative-name instead.
17229         (flymake-get-syntax-check-program-args, flymake-perl-init):
17230         Simplify the resulting code.
17232         * log-view.el (log-view-file-re, log-view-message-re): Add support
17233         for DaRCS output.
17235 2006-01-09  Alex Schroeder  <alex@gnu.org>
17237         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17238         identifiers sometimes added in square brackets at the beginning of
17239         subject lines.
17241 2006-01-07  Richard M. Stallman  <rms@gnu.org>
17243         * cus-edit.el (Custom-set, Custom-save): Doc fix.
17244         (Custom-reset-current, Custom-reset-saved): Change question text.
17245         (Custom-reset-standard): Likewise.
17246         (custom-variable-reset-saved): Doc fix.
17248 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
17250         * startup.el (init-file-user): Doc fix.
17252 2006-01-07  Alex Schroeder  <alex@gnu.org>
17254         * mail/rmail.el (rmail-current-subject): New function.
17255         (rmail-current-subject-regexp): New function.
17256         (rmail-next-same-subject): Use it.
17258         * mail/rmailsum.el (rmail-summary-by-topic):
17259         Use rmail-current-subject and rmail-current-subject-regexp.
17260         (rmail-summary-next-same-subject): Ditto.
17262         * net/rcirc.el (rcirc-send-input): No longer check whether the
17263         process is open, since not all commands need an open process.
17264         (rcirc-send-string): Check whether the process is open before
17265         sending anything.
17266         (rcirc-ignore-list): New option.
17267         (rcirc-ignore-list-automatic): New variable.
17268         (rcirc-print): Take rcirc-ignore-list into account.
17269         (rcirc-cmd-ignore): New command.
17270         (rcirc-ignore-update-automatic): New function.
17271         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17272         list if ignored nicks.
17273         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17275 2006-01-06  David Reitter  <david.reitter@gmail.com>
17277         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17278         reflect the address to which the report will be sent.
17280 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
17282         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17283         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17285 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
17287         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17289         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17290         the doc string: "functoin" => "function".
17291         * ldefs-boot.el: Likewise.
17293         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17294         message text: "Duplicat" => "Duplicate".
17296 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
17298         * files.el (basic-save-buffer-2): If backing-up failed, reset
17299         buffer-backed-up to nil.
17301 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
17303         * progmodes/gud.el (gdb-script-skip-to-head)
17304         (gdb-script-calculate-indentation): Indent for breakpoint command
17305         lists also.
17307 2006-01-05  Bill Wohler  <wohler@newt.com>
17309         * Makefile.in (compile-always): Add mh-autoloads dependency.
17310         (bootstrap): Remove mh-autoloads dependency, as compile dependency
17311         provides it.
17312         (updates): Remove mh-autoloads dependency, since it probably has
17313         already run recently (via recompile).
17315 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17317         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17318         argument `force' to disable the flyspell-last-buffer optimization.
17319         (flyspell-mode-on): Use it.
17321         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17322         flymake-simple-cleanup.
17323         (flymake-allowed-file-name-masks): Use this new default.
17324         All the functions are now called in the right buffer rather than
17325         passing the buffer as argument.
17326         (flymake-process-sentinel): Switch to buffer before calling cleanup.
17327         (flymake-parse-err-lines): Remove redundant buffer arg.
17328         (flymake-get-program-dir): Comment out unused function.
17329         (flymake-start-syntax-check, flymake-start-syntax-check-process):
17330         Remove redundant buffer argument.
17331         (flymake-get-real-file-name, flymake-simple-java-cleanup)
17332         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17334 2006-01-05  Richard M. Stallman  <rms@gnu.org>
17336         * info.el (Info-find-node): Don't record previous node if have none.
17337         (info): Go to directory only if history is empty.
17339         * simple.el (mark): Doc fix.
17341 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17343         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17344         already of desired type.
17345         (mac-ae-list): Coerce parameter to "list" type.
17346         (mac-dispatch-apple-event): Replace cadr part of event with a
17347         dummy position so that event-start returns it.
17349 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
17351         * textmodes/org.el (org-end-of-subtree): New function.
17352         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
17353         Use `org-end-of-subtree'.
17354         (org-agenda, org-agenda-convert-date): Protect calls to
17355         `fit-window-to-buffer'.
17356         (org-tags-view): Force matching of sublevels when doing a
17357         todo-only search.  Define the correct redo command, including the
17358         arguments.
17359         (org-agenda-redo): Display message.
17360         (org-check-for-org-mode): New function.
17361         (org-agenda-type): New variable.
17362         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
17363         Set `org-agenda-type'.
17364         (org-agenda-check-type): New function.
17365         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
17366         (org-agenda-week-view, org-agenda-day-view)
17367         (org-agenda-next-date-line, org-agenda-previous-date-line)
17368         (org-agenda-log-mode, org-agenda-toggle-diary)
17369         (org-agenda-toggle-time-grid, org-agenda-date-later)
17370         (org-agenda-date-prompt, org-agenda-diary-entry)
17371         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
17372         (org-agenda-convert-date, org-agenda-menu):
17373         Use `org-agenda-check-type'.
17374         (org-make-overlay, org-delete-overlay)
17375         (org-detatch-overlay, org-move-overlay, org-overlay-put):
17376         New compatibility functions.
17377         (org-calendar-select-mouse): New command.
17379 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
17381         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
17382         (Custom-reset-standard): Fix y-or-n-p messages.
17383         (custom-link): New face for links.
17384         (custom-buffer-create-internal, custom-manual): Use it.
17385         (custom-face-save): Push to theme-face before setting face spec.
17387         * wid-edit.el (widget-default-mouse-face-get): New function.
17388         (widget-specify-button): Handle mouse-face like button-face.
17390         * custom.el (load-theme): Clear old theme settings if reloading.
17392 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
17394         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
17395         "Erase Customization" button back to same position it occupies in
17396         the individual State menus.
17398 2006-01-04  Kim F. Storm  <storm@cua.dk>
17400         * wid-edit.el (key-sequence): Rework widget to read key binding
17401         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
17402         (widget-key-sequence-default-value): Default value for empty sequence.
17403         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
17404         (widget-key-sequence-read-event): New command for C-q.
17405         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
17406         (widget-key-sequence-value-to-external): New functions.
17408 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17410         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
17411         Use expand-file-name.
17412         (flymake-delete-temp-directory): Use expand-file-name,
17413         file-name-directory, and directory-file-name.
17414         (flymake-strrchr): Delete.
17415         (flymake-start-syntax-check): Don't pass the redundant buffer argument
17416         to the init-f function.
17417         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17418         (flymake-init-find-buildfile-dir)
17419         (flymake-init-create-temp-source-and-master-buffer-copy)
17420         (flymake-simple-make-init-impl, flymake-simple-make-init)
17421         (flymake-master-make-init, flymake-master-make-header-init)
17422         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17423         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17424         (flymake-xml-init): Remove corresponding redundant buffer argument.
17425         (flymake-allowed-file-name-masks): Remove last elems that are equal to
17426         the default anyway.  Clean up regexps.
17428         * progmodes/flymake.el (flymake-temp-source-file-name)
17429         (flymake-master-file-name, flymake-temp-master-file-name)
17430         (flymake-base-dir): New buffer-local vars.
17431         (flymake-buffer-data, flymake-get-buffer-value)
17432         (flymake-set-buffer-value): Replace those hash-tables by the new
17433         buffer-local vars.  Update callers.
17435         * progmodes/flymake.el (flymake-check-start-time)
17436         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17437         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17438         Move definition, so we can remove redundant earlier declaration.
17439         (flymake-replace-regexp-in-string, flymake-split-string)
17440         (flymake-get-temp-dir): Use defalias.
17441         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
17442         (flymake-xemacs-window-edges): Remove unused function.
17443         (flymake-get-point-pixel-pos): Move.
17444         (flymake-pid-to-names, flymake-reg-names)
17445         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17446         Replace by a simple list flymake-processes and by process-buffer.
17447         Update callers.  Other than simplify the code, it uses buffers rather
17448         than buffer-names so it doesn't get confused by uniquify.
17449         (flymake-buffer-data): The global value should just be nil.
17451         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
17452         Optimize the body of a defalias like any other code.
17454         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
17455         Make sure we've setup font-lock's vars.  It may influence which
17456         function we then call.
17457         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
17458         here since it's too late anyway.
17460 2006-01-03  Romain Francoise  <romain@orebokech.com>
17462         * startup.el (fancy-splash-tail, normal-splash-screen):
17463         Update copyright year.
17465 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
17467         * mouse.el (mouse-drag-track): Rename, from
17468         `mouse-drag-region-1'.  Includes optional argument required to
17469         enable post-drag event processing (e.g. delete region keys).
17470         Can be used without this argument to track a mouse region and operate
17471         on it as soon as the drag completes.
17472         (mouse-drag-region): Use `mouse-drag-track'.
17474 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
17476         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17477         Move to `custom-buffer' group.
17479         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17480         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17481         (custom-theme-insert-face-marker, custom-theme-variable-menu)
17482         (custom-theme-face-menu): New variables.
17483         (custom-theme-add-variable, custom-theme-variable-action)
17484         (custom-variable-reset-theme, custom-theme-delete-variable)
17485         (custom-face-reset-theme, custom-theme-face-action)
17486         (custom-theme-delete-face, custom-theme-merge-theme)
17487         (custom-theme-add-face, custom-theme-visit-theme): New functions.
17489 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
17491         * custom.el: Move Custom Themes commentary to start of theme code.
17492         (custom-known-themes): Rename `standard' theme to `changed'.
17493         (custom-push-theme): Caller no longer specifies what theme to use
17494         when doing `reset'---the setting is simply removed from the theme.
17495         Delete MODE from `theme-value' and `theme-settings' properties.
17496         (custom-declare-theme): Ignore &rest args since we don't use them.
17498         (custom-loaded-themes): Delete variable.
17499         (custom-theme-load-themes, custom-theme-loaded-p)
17500         (custom-theme-value): Delete functions.
17502         (custom-declare-theme): Signal error on invalid theme names.
17503         (provide-theme): custom-loaded-themes was deleted.
17504         (load-theme): Load the file unconditionally.
17505         (enable-theme): Call `load-theme' if theme is undefined.
17506         (custom-enabled-themes): Only update value for successful loads.
17507         (disable-theme): Complete from enabled themes when interactive.
17508         (custom-variable-theme-value): Calculate theme value directly.
17510         (custom-theme-reset-variables, custom-reset-variables): Mark as
17511         XEmacs compatibility functions.  We don't actually use these.
17513         * cus-edit.el (custom-variable-state-set):
17514         Use custom-variable-theme-value instead of custom-theme-value.
17515         (custom-face-state-set): Rename `standard' theme to `changed'.
17516         (custom-save-variables, custom-save-faces): Delete unneeded
17517         references to custom-reset-variables.
17518         (custom-save-resets): Delete function.
17519         (custom-save-variables, custom-save-faces): MODE argument deleted.
17520         (custom-save-variables, custom-save-faces): Ignore theme values.
17522         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17523         compatibility function.
17525 2006-01-01  Richard M. Stallman  <rms@gnu.org>
17527         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17528         (Custom-reset-current, Custom-reset-saved): Likewise.
17529         (Custom-reset-standard): Show message if aborted.
17530         (custom-mode): Doc fix, describing those commands.
17532         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17533         put on event-kind property.
17535 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
17537         * custom.el (provide-theme): Ban `user' theme name.
17538         (custom-enabling-themes): New variable.
17539         (enable-theme): Don't enable user if custom-enabling-themes is t.
17540         (custom-enabled-themes): Make it a defcustom.
17541         (custom-theme-recalc-face): No-op if face is undefined.
17543         * cus-edit.el (custom-button-mouse): New variable.
17544         (custom-button-mouse): New face.
17545         (custom-raised-buttons, custom-mode): Use it.
17547         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17549 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
17551         * progmodes/gud.el (gud-display-line): Support hl-line in the
17552         source buffer.
17554 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
17556         * mouse.el (mouse-drag-window-above): Verify that the found window
17557         overlaps with the given window in the horizontal dimension.
17559 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
17561         * Makefile.in (cvs-update): New target.
17563         * makefile.w32-in (cvs-update): Ditto.
17565 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
17567         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17568         (custom-new-theme-mode-map): New variable.
17570 2005-12-30  Richard M. Stallman  <rms@gnu.org>
17572         * custom.el (custom-load-themes): Function deleted.
17574         * cus-edit.el (custom-save-loaded-themes): Function deleted.
17575         (custom-save-variables): Don't delete or add custom-load-themes call.
17577 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17579         * cus-start.el: Add `visible-cursor'.
17581         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17582         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17583         (flymake-process-filter): Switch to buffer before calling it instead.
17584         (flymake-post-syntax-check, flymake-highlight-err-lines)
17585         (flymake-delete-own-overlays, flymake-parse-err-lines)
17586         (flymake-start-syntax-check, flymake-start-syntax-check-process)
17587         (flymake-count-lines, flymake-parse-residual):
17588         Remove constant buffer argument.
17589         (flymake-start-syntax-check-for-current-buffer): Remove.
17590         Update callers to use flymake-start-syntax-check instead.
17591         (flymake-display-err-menu-for-current-line):
17592         Remove unused var `mouse-pos'.
17593         (flymake-restore-formatting): Comment out unused function.
17594         (flymake-report-status, flymake-report-fatal-status): Remove buffer
17595         argument, use current-buffer instead.  Update callers.
17597 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17599         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17600         buffer-local because choose-completion-delete-max-match requires
17601         that we set completion-ignore-case (i.e., binding via let is not
17602         sufficient).
17603         (bibtex-complete): Always set completion-ignore-case and
17604         choose-completion-string-functions.  The latter is needed because
17605         choose-completion-string-functions keeps its value if we quit the
17606         *Completions* buffer without requesting a completion.
17608 2005-12-30  Andreas Schwab  <schwab@suse.de>
17610         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17612 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
17614         * jit-lock.el (jit-lock-chunk-size): Doc fix.
17616 2005-12-30  Juri Linkov  <juri@jurta.org>
17618         * locate.el (locate-fcodes-file, locate-header-face)
17619         * progmodes/delphi.el (delphi-other-face)
17620         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17622         * paren.el (show-paren-match, show-paren-mismatch): Use existing
17623         group `paren-showing-faces'.
17625         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17626         (goto-address): Fix docstring.
17628         * net/webjump.el (webjump-sample-sites): Update URLs.
17630         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17632         * subr.el (cancel-change-group): Add listp around pending-undo-list.
17634 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17636         * font-lock.el (font-lock-compile-keywords): Signal an error when
17637         font-lock-set-defaults hasn't been called.
17639 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
17641         * subr.el (noreturn, 1value): Doc fixes.
17643 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17645         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17646         that assoc-string returns nil.
17648 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17650         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17651         (bibtex-entry-type-str, bibtex-empty-field-re)
17652         (bibtex-search-backward-string, bibtex-preamble-prefix)
17653         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17654         (bibtex-any-valid-entry-type): New variable.
17655         (bibtex-parse-field-name): Simplify.
17656         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17657         (bibtex-preamble-prefix): Include left delimiter.
17658         (bibtex-search-forward-field, bibtex-search-backward-field):
17659         Allow unbounded search past entry boundaries (required by bibtex-pop).
17660         (bibtex-text-in-field-bounds): Use push.
17661         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17662         (bibtex-parse-preamble, bibtex-valid-entry)
17663         (bibtex-beginning-first-field): New functions.
17664         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
17665         (bibtex-map-entries): Fix docstring.
17666         (bibtex-flash-head): New arg prompt.  Simplify.
17667         (bibtex-enclosing-field): Include code of bibtex-inside-field.
17668         (bibtex-insert-kill): Simplify.  Always insert text past the
17669         current field or entry.
17670         (bibtex-format-entry): Use bibtex-parse-field.
17671         (bibtex-pop): Use bibtex-beginning-of-entry and
17672         bibtex-end-of-entry to initiate the search.  Insert empty field if
17673         we found ourselves.
17674         (bibtex-print-help-message): New args field and comma.
17675         Handle entry keys.
17676         (bibtex-make-field): Use bibtex-beginning-of-entry.
17677         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
17678         invalid entry.
17679         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17680         Handle preambles.  Simplify code for thorough test.
17681         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17682         New arg comma.  Handle entry heads.
17683         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17684         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17685         New arg comma.
17686         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17687         (bibtex-fill-field): Simplify.
17688         (bibtex-fill-entry): Use bibtex-beginning-first-field and
17689         bibtex-parse-field.
17690         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17691         (bibtex-complete): Use bibtex-parse-preamble.
17693 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
17695         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17696         Display name of expression instead of convenience variable.
17697         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17699         * progmodes/gud.el (gud-tooltip-dereference): Rename from
17700         toggle-gud-tooltip-dereference.
17701         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17702         (gud-tooltip-tips): ...here when dereferencing.
17704 2005-12-28  Bill Wohler  <wohler@newt.com>
17706         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17708 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17710         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17711         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
17712         (vc-annotate-display-autoscale): Adjust call.
17713         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
17714         Fix interactive spec.
17715         (vc-annotate-time-span): Remove.
17716         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17717         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17718         (vc-annotate-display-select): Use new name.
17720         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17721         (vc-annotate-mode-menu): Remove left-over redundant declaration.
17722         Correct the construction of span entries.  Simplify.
17723         (vc-annotate-display-select): Fix the nil case.
17724         (vc-annotate): Remove obsolete (and now broken) code.
17725         (vc-annotate-extract-revision-at-line): Remove obsolete code.
17726         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
17728 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
17730         * subr.el (lazy-completion-table): Correct typo in docstring.
17732         * startup.el (command-line): Use `custom-reevaluate-setting' for
17733         `send-mail-function'.
17735         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17737 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
17739         * mail/smtpmail.el (smtpmail-try-auth-methods):
17740         Send credentials together with "AUTH PLAIN" command.
17742 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17744         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17745         mouse-2, go back to previously selected window, so it's selected
17746         when mouse-2 command runs.
17748 2005-12-27  Juri Linkov  <juri@jurta.org>
17750         * descr-text.el (describe-text-sexp): Use square brackets for
17751         button [Show] to distinguish it from the property value `show'.
17752         (describe-property-list): Use `insert-text-button' with
17753         `help-face' type instead of putting face in quotes, because button
17754         is not created automatically for a list of faces.
17755         (describe-text-properties-1): Put button-type value in quotes to
17756         distinguish from plain text "button".
17757         (describe-char): Display code point values in hex.  Don't use
17758         `symbol-name' for `current-input-method' because it is a string.
17759         Use `insert-text-button' with `help-face' type instead of putting
17760         hardcoded face in quotes, because button is not created automatically.
17762 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17764         * progmodes/glasses.el (glasses-face): More specific custom type.
17766         * files.el (set-visited-file-name): Doc fix.
17768         * textmodes/flyspell.el (flyspell-external-point-words):
17769         Use local var buffer-scan-pos to advance scan for next misspelling.
17770         Advance it only after we find the misspelling.
17772 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
17774         * textmodes/flyspell.el (flyspell-external-point-words):
17775         New criteria for finding the misspelling in the buffer.
17777 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
17779         * help-mode.el (help-insert-string): Set help-xref-stack-item
17780         rather than call help-setup-xref.
17782         * descr-text.el (describe-char): Revert previous changes for
17783         optional buffer argument.
17785 2005-12-27  Juri Linkov  <juri@jurta.org>
17787         * help-mode.el (help-insert-string): New function.  Save buffer
17788         contents in cases where it is impossible to recompute the old contents.
17790         * descr-text.el (describe-char): Set help-xref-stack-item
17791         explicitly after buffer has been generated.
17793 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17795         * cus-start.el (all): Add x-gtk-show-hidden-files.
17797 2005-12-26  Richard M. Stallman  <rms@gnu.org>
17799         * replace.el (perform-replace): Calculate match-again
17800         before skipping read-only matches.
17802         * paren.el (paren-showing-faces): New group.
17803         (show-paren-match, show-paren-mismatch): Move to that group.
17805         * button.el (button): Put into group `basic-faces'.
17807         * progmodes/make-mode.el: Remove faces from group `faces'.
17809         * apropos.el (apropos, apropos-value): Doc fix.
17810         (apropos-documentation): Doc fix.
17812 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17814         * subr.el (lazy-completion-table): Remove argument `args'.
17816         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17817         Don't use the `args' argument of lazy-completion-table.
17819 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
17821         * descr-text.el (describe-char): Add optional argument for buffer.
17822         Set buffer appropriately.  Call help-setup-xref.
17823         Suggested by Stefan Monnier.
17825 2005-12-26  Juri Linkov  <juri@jurta.org>
17827         * descr-text.el: Require `help-fns' at runtime.  Don't require
17828         `button' for byte compilation.
17829         (describe-text-widget): Add `help-echo' for first button.
17830         Use `help-info' for second.
17831         (describe-property-list): Use `help-argument-name' instead of `italic'.
17832         (describe-text-category): Add prompt to interactive spec.
17833         Call `help-setup-xref'.
17834         (describe-char): Use `help-character-set'.  Add `help-echo' for
17835         code point.  Use `help-input-method'.  Remove superfluous insert.
17837 2005-12-25  Richard M. Stallman  <rms@gnu.org>
17839         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17840         at point, in case of narrowing.
17842         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17844         * locate.el (locate-header-face): Allow nil in type.
17846         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17848 2005-12-25  Romain Francoise  <romain@orebokech.com>
17850         * battery.el (battery-linux-proc-acpi): Also try
17851         `/proc/acpi/thermal_zone/THM0/temperature'.
17853 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
17855         * custom.el (custom-push-theme): Fix docstring.
17857         * cus-edit.el (custom-variable-set, custom-variable-save)
17858         (custom-variable-save): Custom-quote widget values.
17859         (customize-save-variable): Fix custom-push-theme call.
17861 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
17863         * w32-fns.el (w32-batch-update-autoloads): New function.
17865         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17866         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17867         from the command line.
17869 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
17871         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
17872         reset means to remove setting from theme entirely.  Don't keep
17873         expanding theme-settings list; delete old entries if necessary.
17875         * cus-edit.el (custom-buffer-create-internal): Move "Erase
17876         customization" button one line up.
17877         (custom-themed): New face.
17878         (custom-magic-alist): New value, THEMED, for theme settings.
17879         (custom-variable-state-set, custom-face-state-set):
17880         Check theme-value instead of saved-value.
17881         (custom-variable-reset-standard, custom-face-reset-standard):
17882         Remove theme setting entirely.  Recalculate new values.
17883         (custom-variable-set, custom-variable-set)
17884         (custom-variable-reset-saved, custom-variable-reset-backup)
17885         (custom-face-set, custom-face-reset-saved): Update `user' theme.
17886         (custom-variable-save): Fix typos.
17888 2005-12-23  Juri Linkov  <juri@jurta.org>
17890         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17891         Add autoload cookies.
17892         (edebug-outside-d-c-i-n-s-w): New variable.
17893         (edebug-display, edebug-outside-excursion): Use it to save the
17894         original value of default-cursor-in-non-selected-windows.
17895         Set default-cursor-in-non-selected-windows to t while Edebug
17896         is active.
17897         (edebug-mode, edebug-eval-mode): Doc fix.
17899         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17900         with `buffer-substring-no-properties' to remove common substring
17901         highlighting.
17903         * info.el (info-other-window, info): Rename function argument
17904         `file' to `file-or-node'.
17905         (Info-complete-menu-item): Use local variable `complete-nodes' to
17906         keep the global value of `Info-complete-nodes' unchanged for
17907         subsequent completions.
17908         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17910         * simple.el (get-next-valid-buffer, last-buffer)
17911         (next-error-buffer-p, next-error-find-buffer)
17912         (minibuffer-history-sexp-flag): Doc fix.
17914         * savehist.el (savehist-mode-hook): Add `:group'.
17916         * log-view.el: Call autoload for vc-find-version.
17917         (log-view-current-file): Adjust subgroup numbers.
17918         (log-view-current-tag): Add `length'.
17920 2005-12-23  Richard M. Stallman  <rms@gnu.org>
17922         * vc.el (vc-annotate-car-last-cons): Defn moved up.
17924 2005-12-23  Juri Linkov  <juri@jurta.org>
17926         * hi-lock.el (hi-lock-archaic-interface-message-used)
17927         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17928         (hi-lock-mode): Display "Hi" in the mode line only when
17929         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17930         (hi-lock-write-interactive-patterns):
17931         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17932         (hi-lock-set-pattern, hi-lock-set-file-patterns)
17933         (hi-lock-font-lock-hook): Set 3rd arg `how' of
17934         font-lock-add-keywords to t.
17936 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
17938         * hi-lock.el (hi-lock-highlight-range): New variable.
17939         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17940         only if font-lock-fontified is non-nil.  Remove overlays.
17941         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17942         font-lock-fontified is non-nil, otherwise use overlays (instead of
17943         text properties).
17944         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17945         New variables.
17946         (hi-lock-string-serialize): New function.
17948 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17950         * menu-bar.el (menu-find-file-existing): New function.
17951         (menu-bar-file-menu): Use menu-find-file-existing for Open.
17953         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17955 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17957         * vc.el: Remove unnecessary leading * in docstrings.
17958         (vc-annotate-mode-map): Move initialization into declaration.
17959         (vc-static-header-alist): Nitpick on the regexp.
17960         (vc-default-init-version): New fun.
17961         (vc-register): Use it.
17962         (vc-insert-headers): Use dolist.
17963         (vc-annotate-get-backend): Remove unused function.
17964         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
17965         (vc-annotate-mode): Remove corresponding call.
17966         (vc-annotate-car-last-cons): Simplify.
17967         (vc-annotate-buffers): Remove var.
17968         (vc-annotate-backend): Make it buffer-local.
17969         (vc-annotate): Move the interaction to the interactive spec.
17970         Add a `buf' argument.
17971         (vc-annotate-warp-version): Use this new `buf' argument to avoid
17972         killing&creating a vc-annotate buffer, which is very disruptive when
17973         the buffers are shown in dedicated frames.
17975 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
17977         * descr-text.el: Add FSF as maintainer.
17978         (describe-text-mode, describe-text-mode-map)
17979         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
17980         help-mode.
17981         (describe-text-widget, describe-text-sexp)
17982         (describe-property-list, describe-text-category)
17983         (describe-text-properties, describe-text-properties-1)
17984         (describe-char): Use help buttons instead of widgets.
17985         (describe-char-unicodedata-file): Make URL link in doc string.
17987 2005-12-22  Richard M. Stallman  <rms@gnu.org>
17989         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17990         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17991         Don't include buttons that write a file when there's no file.
17992         (custom-variable-menu, custom-face-menu, custom-group-menu):
17993         Don't include commands that write a file when there's no file.
17994         (customize-browse): Reword the top-of-buffer help intro.
17995         (custom-buffer-create-internal): Fix previous change.
17996         (customize-changed-options-previous-release): Prev release is 21.1.
17997         (customize-changed-options): Doc fix.
17998         (customize-changed): New alias.
17999         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18000         Say "standard values".
18001         (Custom-reset-standard): Doc fix.
18002         (custom-face-reset-standard): Doc fix.
18004 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18006         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18007         even if font-lock-mode is non-nil since it may be t without having
18008         turned on font-lock-mode-internal.
18009         (font-lock-choose-keywords): Minor optimization.
18010         (font-lock-add-keywords, font-lock-remove-keywords)
18011         (font-lock-set-defaults): Don't call make-local-variable on a variable
18012         that we know to already be local.
18014 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18016         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18017         messages if in the minibuffer.
18019 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18021         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18022         (tex-mode-flyspell-verify, flyspell-get-word)
18023         (flyspell-external-point-words): Don't use point-min/max uselessly.
18025         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18026         by Kevin Rodgers.  Instead, just hide the completions buffer if we
18027         don't need to show it.
18029 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
18031         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18033 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18035         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18036         delete-windows-on with an inexistent buffer.
18038 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
18040         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18041         Delete defcustom variable :tag names.
18043 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18045         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18046         (log-view-font-lock-keywords): Ajust subgroup numbers.
18047         (log-view-current-tag): Don't hard code the number of subgroups.
18049 2005-12-20  Juri Linkov  <juri@jurta.org>
18051         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18052         (tooltip-x-offset, tooltip-y-offset): Doc fix.
18054         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18055         (menu-bar-non-minibuffer-window-p): Instead of checking
18056         display-multi-frame-p, use selected-frame when menu-updating-frame
18057         is nil.
18059 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
18061         * align.el (align-rules-list): Use [ \t] instead of \s-
18062         for column separators in text mode.
18064 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
18066         * help-mode.el (help-customize-variable, help-customize-face):
18067         Don't pop help-xref-stack as help-follow no longer pushes
18068         anything on to it.
18070 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
18072         * textmodes/org.el (org-agenda-custom-commands): New option.
18073         (org-agenda): Offer custom commands on splash screen.
18074         (org-make-tags-matcher): Parser for Boolean logic added.
18075         (org-agenda-set-tags): New command.
18076         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18077         (org-set-tags): Efficiency improvements.
18078         (org-auto-align-tags): New option.
18079         (org-todo, org-demote, org-promote): Realign tags.
18080         (org-tags-completion-function): Use also "&" and "|" as separators.
18081         (org-org-menu): Agenda commands simplified.
18083 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
18085         * cus-edit.el (customize-apropos, customize-apropos-options):
18086         Docstring changes.
18088         * font-lock.el (font-lock): Add tags to the links in the defgroup.
18090 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
18092         * longlines.el (longlines-mode): Wrap while widened.
18093         (longlines-decode-region, longlines-encode-region): Compute max
18094         just once.
18096 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18098         * cus-edit.el (mac): New group.
18100         * cus-start.el (all): Add user options in macterm.c.  Add test for
18101         Mac-related built-ins.  Fix test for GTK-related built-ins.
18103         * term/mac-win.el (mac-handle-language-change)
18104         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18105         (mac-services-open-selection, mac-services-mail-selection)
18106         (mac-services-mail-to, mac-services-insert-text)
18107         (mac-dispatch-apple-event): Add docstrings.
18108         (x-get-selection, mac-select-convert-to-string): Select coding
18109         system from `utf-16be' and `utf-16le' using `byteorder'.
18111 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18113         * subr.el (lazy-completion-table): Don't be fooled if the var holds
18114         a "list" (lambda ...) rather than a real completion list.
18116         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18117         lexical-let when encountering ((lambda (...) ...) ...).
18119 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
18121         * progmodes/sh-script.el (sh-mode):
18122         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18123         * textmodes/picture.el (picture-mode): Update docstrings.
18125 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
18127         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18128         commands enclosed in $(ARGQUOTE)s should not be split between two
18129         lines, as that will break with GNU Make >3.80, when sh.exe is used
18130         and arg quoting is with '..'.
18131         (autoloads): Don't break the quoted --eval expression between
18132         several lines.
18134 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
18136         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18137         Capture error from printing circular structures.
18139 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
18141         * wid-edit.el (widget-checkbox-action): Clear undo info.
18143 2005-12-16  Bill Wohler  <wohler@newt.com>
18145         * menu-bar.el (kill-this-buffer): Set a good example by using menu
18146         bar, not menubar in comment.
18148 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18150         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18151         After-change-functions should not clobber the match data.
18153 2005-12-16  Juri Linkov  <juri@jurta.org>
18155         * simple.el (choose-completion): Use `buffer-substring-no-properties'
18156         instead of `buffer-substring'.
18157         (completion-common-substring): Doc fix.
18158         (completion-setup-function): Use minibuffer-completion-contents
18159         instead of minibuffer-contents.  Don't set common-string-length
18160         initially.  Remove special handling of partial-completion-mode.
18161         Move computation of completion-base-size into one cond.
18162         Call completion-base-size-function in mainbuf.  In computation of
18163         completion-base-size for file name completion don't move point to
18164         the end of the minibuffer.  Move computation of common-string-length
18165         into one cond.  Start putting faces only when common-string-length>=0.
18166         Add condition to put completions-common-part when
18167         common-string-length>0.
18169         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18170         place point at the first different character in the minibuffer
18171         even if this position is at the beginning of the minibuffer.
18173         * info.el (Info-read-node-name-1): In completion-base-size-function's
18174         lambda return 1 if common-substring or minibuffer-completion-contents
18175         starts with (, and 0 otherwise.
18177         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18178         Use `crm-current-element' for second arg of `display-completion-list'.
18180 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
18182         * files.el (set-auto-mode): Look for an interpreter specified on
18183         the first line also if search for mode specification succeeded,
18184         but the mode is not known.
18186 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
18188         * textmodes/org.el (org-tags-match-list-sublevels): New option.
18189         (org-open-at-point): Implement tag searches as links.
18190         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18191         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18192         (org-tags-sparse-tree, org-tags-view, org-set-tags)
18193         (org-agenda-dispatch): New commands.
18194         (org-use-tag-inheritance, org-tags-column): New options.
18195         (org-tab-follows-link, org-return-follows-link): New options.
18196         (org-tags): New customize group.
18197         (org-start-icalendar-file): Get local time zone.
18198         (org-tags-completion-function): New function.
18199         (org-set-font-lock-defaults): Make sure links will also be
18200         highlighted inside headlines.
18202 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
18204         * term.el (term-emulate-terminal):
18205         Let term-handle-ansi-terminal-messages override what Bash says about
18206         its current directory.
18208 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18210         * bindings.el (last-buffer): Move to simple.el.
18211         * simple.el (last-buffer): Move here.
18212         (get-next-valid-buffer): New function.
18213         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18214         (prev-buffer): Ditto.  Rename to `previous-buffer'.
18216         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18217         * bindings.el (global-map): Ditto.
18219 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
18221         * cus-edit.el: Introductory comment change.
18222         (custom-magic-alist): Change message string for the `rogue' state.
18224 2005-12-15  Richard M. Stallman  <rms@gnu.org>
18226         * tooltip.el: Delete defcustom variable :tag names.
18228         * complete.el (partial-completion-mode): Doc fix.
18230         * textmodes/flyspell.el (flyspell-external-point-words):
18231         Use save-excursion to ensure we don't move backward in the
18232         search loop, not even one character.
18233         (flyspell-delete-all-overlays): Use remove-overlays directly.
18235         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18236         (ispell-start-process): Set that variable.
18237         Clear ispell-buffer-local-name.
18238         (ispell-internal-change-dictionary):
18239         Set ispell-current-dictionary after killing process.
18240         (ispell-buffer-local-dict):
18241         Don't set spell-personal-dictionary after killing process.
18242         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18243         (ispell-tex-skip-alists, ispell-html-skip-alists)
18244         (ispell-skip-region-alist): Mark as risky.
18246         * net/newsticker.el (newsticker--retrieval-timer-list)
18247         (newsticker--display-timer, newsticker-running-p)
18248         (newsticker-ticker-running-p): Definitions moved up.
18250 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
18252         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18254 2005-12-15  David Ponce  <david@dponce.com>
18256         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18257         (recentf-edit-list, recentf-open-files): Signal an error when
18258         there is no recent file.
18260 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
18262         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18263         read-only except for texinfo-format-region evaluation.
18265 2005-12-14  Richard M. Stallman  <rms@gnu.org>
18267         * vc.el (vc-default-previous-version, vc-default-next-version)
18268         (vc-do-command): Doc fixes.
18270 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18272         * textmodes/bibtex.el (bibtex-expand-strings)
18273         (bibtex-autokey-expand-string, bibtex-name-part)
18274         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18275         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18276         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18277         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18278         (bibtex-entry-postfix, bibtex-known-entry-type-re)
18279         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18280         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18281         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18282         (bibtex-beginning-of-last-entry): Remove.
18283         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
18284         message if comma is missing but buffer is read-only.
18285         (bibtex-parse-field-text): Handle whitespaces at the end of field
18286         text.  Return 3-element list with beginning and end of field text
18287         and end of field.
18288         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18289         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
18290         (bibtex-search-forward-field, bibtex-search-backward-field):
18291         Search always delimited by limits of entry.  Use more efficient
18292         search algorithms.
18293         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18294         bibtex-end-of-name-in-field.
18295         (bibtex-text-in-field-bounds): Handle BibTeX strings when
18296         extracting the content of a field.
18297         (bibtex-text-in-field): Use search limits.
18298         (bibtex-parse-string-prefix): Handle empty string keys based on
18299         bibtex-string-empty-key.
18300         (bibtex-parse-string): Fix docstring.
18301         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18302         (bibtex-preamble-prefix, bibtex-strings): New functions.
18303         (bibtex-skip-to-valid-entry): Include preceding whitespace in
18304         BibTeX entries (consistent with other BibTeX functions).
18305         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18306         (bibtex-search-entry): Fix docstring.  Simplify.
18307         (bibtex-flash-head, bibtex-complete-string-cleanup)
18308         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18309         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18310         (bibtex-parse-entry): New optional arg content.
18311         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18312         Use bibtex-text-in-field-bounds.
18313         (bibtex-print-help-message): Handle BibTeX strings and preambles.
18314         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18315         bibtex-parse-string-postfix.
18316         (bibtex-find-text-internal): New function.
18317         (bibtex-remove-delimiters): Use it.
18318         (bibtex-find-text): Use it.  New optional arg help.
18319         (bibtex-complete): Handle BibTeX string and preamble entries.
18320         (bibtex-Preamble): Fix order of closing delimiters.
18322 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18324         * vc.el (vc-default-revert): New fun.
18326         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18328 2005-12-14  Romain Francoise  <romain@orebokech.com>
18330         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18331         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18332         (font-lock-remove-keywords): Likewise.
18334 2005-12-14  Juri Linkov  <juri@jurta.org>
18336         * log-view.el (log-view-diff): Doc fix.
18338         * isearch.el (isearch-query-replace): Use (mark) instead of
18339         isearch-opoint if mark is active in transient-mark-mode.
18341 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
18343         * isearch.el (isearch-query-replace): Check for isearch-other-end.
18345 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
18347         * progmodes/cpp.el (cpp-face): New widget.
18348         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
18350 2005-12-14  Juri Linkov  <juri@jurta.org>
18352         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
18353         around `erase-buffer' and `insert'.
18355         * descr-text.el (describe-text-properties): Replace buffer name
18356         "*Help-2*" with "*Help*<2>".
18357         (describe-char): Add functions print-help-return-message,
18358         toggle-read-only.  Use help-setup-xref with nil to not store
18359         describe-char in help-xref-stack.  Use help-make-xrefs to
18360         make [back] button.
18362         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
18364         * wdired.el (wdired-old-point): New internal variable.
18365         (wdired-change-to-wdired-mode): Set it buffer-locally.
18366         (wdired-abort-changes): Restore point after aborting changes.
18368 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18370         * vc.el (vc-do-command): Add a new value t for okstatus.
18372         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
18373         frame in case of errors.
18375 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18377         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
18378         so it comes after "On the Left" in the menu.
18380 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
18382         * cus-edit.el (customize-apropos, customize-apropos-options)
18383         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
18385 2005-12-12  Bill Wohler  <wohler@newt.com>
18387         * vc-svn.el (vc-svn-registered): Fix problem of visiting
18388         non-writable Subversion-controlled files by saving window
18389         configuration before calling vc-do-command.  vc-do-command calls
18390         pop-to-buffer on error which is unexpected during registration.
18392 2005-12-12  Jay Belanger  <belanger@truman.edu>
18394         * calc/README: Update the summary of changes.
18396 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18398         * descr-text.el (describe-char): Rework last fix to solve the problem
18399         is the same way it's solved for everything else in that function
18400         (i.e. by extracting the info before setting up the *Help* buffer).
18402 2005-12-12  Kim F. Storm  <storm@cua.dk>
18404         * subr.el (version-regexp-alist): Allow space as separator before
18405         non-numeric part, e.g. "1.0 alpha".
18406         (version-to-list): Interpret .X.Y version as 0.X.Y version.
18408 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
18410         * textmodes/org.el (org-agenda, org-timeline, org-todo):
18411         Implement Logging and the keep-modes setting.
18412         (org-get-category): Make sure a string is returned.
18413         (org-log-done): New function.
18414         (org-log-done, org-closed-string): New options.
18416 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18418         * tooltip.el (tooltip-y-offset): Change default to 20.
18420 2005-12-12  Richard M. Stallman  <rms@gnu.org>
18422         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18424         * frame.el (display-hourglass): Doc fix.
18426         * help.el (help-for-help-internal): Simplify entry for `a'.
18428         * info.el (Info-on-current-buffer): Doc fix.
18429         (info-insert-file-contents): Don't test (featurep 'jka-compr).
18431         * startup.el (inhibit-splash-screen): Make this the real name.
18432         (inhibit-startup-message): Make this the alias.
18433         (command-line): Find only simple.el, and use its directory
18434         to fill in other preloaded files' names.
18435         (command-line): Deactivate the mark if deactivate-mark is set.
18437         * international/mule.el (load-with-code-conversion):
18438         Bind deactivate-mark.
18440         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18442 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
18444         * cus-edit.el (customize-apropos): Avoid listing an option more
18445         than once under different aliases.  No longer list user options
18446         that are not defined with defcustom (unless a prefix arg is given).
18447         Doc fix.
18448         (customize-apropos-options): Doc fix.
18450 2005-12-11  Juri Linkov  <juri@jurta.org>
18452         * frame.el (set-background-color, set-foreground-color)
18453         (set-cursor-color, set-mouse-color, set-border-color):
18454         Add explicit prompts to read colors by `facemenu-read-color'.
18455         (show-trailing-whitespace, blink-cursor-delay)
18456         (blink-cursor-interval, display-hourglass, hourglass-delay):
18457         Remove tags.
18458         (display-hourglass, hourglass-delay): Doc fix.
18459         (cursor-in-non-selected-windows): Capitalize words in tag.
18461         * faces.el (frame-background-mode): Replace `choice-item' keywords
18462         with `const' to not make [default] button.  Change default value tag
18463         from `default' to `automatic'.  Doc fix.
18464         (trailing-whitespace) <defface>: Change group `whitespace' to
18465         `whitespace-faces'.
18467 2005-12-11  Richard M. Stallman  <rms@gnu.org>
18469         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18471 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18473         * term/mac-win.el: Create keymap for mac-apple-event-map.
18475 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
18477         * tooltip.el (tooltip-mode): Move to start of file so that it
18478         appears at top of customize buffer.
18480         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18481         Add the gud groupname.
18482         (gud-tooltip-mode): Add the tooltip groupname.
18483         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
18484         avoid conflict with tooltip-use-echo-area.
18486 2005-12-10  Romain Francoise  <romain@orebokech.com>
18488         * help.el (help-for-help-internal): Add `r' in doc string.
18490 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
18492         * align.el (align-regexp, align-highlight-rule):
18493         Use region-beginning and region-end instead of point and mark, so that
18494         repetition (with `repeat-complex-command') recomputes the region
18495         bounds.
18497 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
18499         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18500         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18501         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18502         (balance-windows): Rewrite using the above new functions.
18504 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
18506         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18507         react if global-hi-lock-mode seems intended.
18508         (global-hi-lock-mode): Renamed from hi-lock-mode.
18509         (hi-lock-archaic-interface-message-used)
18510         (hi-lock-archaic-interface-deduce): New variables.
18511         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18512         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18513         (hi-lock-find-patterns, hi-lock-font-lock-hook):
18514         Replace hi-lock-buffer-mode with hi-lock-mode.
18516 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
18518         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18519         completion list, even after a partial completion has been
18520         inserted in the current buffer.  If there are more than 1
18521         completion, redisplay the *Completions* buffer; if the
18522         completion is unique, delete the *Completions* window.
18524 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
18526         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18527         strings and long subject lines that were broken into multiple
18528         lines at arbitrary places.  Handle subjects that have "Re: " in
18529         the middle.
18531 2005-12-10  John W. Eaton  <jwe@octave.org>
18533         * progmodes/octave-mod.el (octave-electric-space): Don't indent
18534         comments or strings if octave-auto-indent is nil.
18536 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18538         * term/mac-win.el: Require url when compiling.
18539         Call mac-process-deferred-apple-events after loading init files.
18540         (mac-apple-event-map): New defvar.  Define event handlers in it.
18541         (core-event, internet-event): New Apple event class symbols.
18542         (open-application, reopen-application, open-documents)
18543         (print-documents, open-contents, quit-application)
18544         (application-died, show-preferences, autosave-now, get-url):
18545         New Apple event ID symbols.
18546         (about): New HICommand ID symbol.
18547         (mac-event-spec, mac-event-ae): New macros.
18548         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18549         (mac-ae-selection-range, mac-ae-text-for-search)
18550         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18551         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
18552         and Services menu events are now defined in mac-apple-event-map.
18553         (mac-drag-n-drop): Remove selection range handling.
18555 2005-12-10  Kenichi Handa  <handa@m17n.org>
18557         * simple.el (zap-to-char):
18558         * isearch.el (isearch-process-search-char): Translate CHAR by
18559         translation-table-for-input.
18561 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
18563         * foldout.el (foldout-exit-fold): Properly hide subtree.
18565 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18567         * files.el (save-buffer):
18568         * international/ucs-tables.el (ucs-set-table-for-input):
18569         * mail/mail-extr.el (mail-extract-address-components):
18570         * mail/sendmail.el (mail-mode): Reformat doc string.
18572 2005-12-09  Juri Linkov  <juri@jurta.org>
18574         * isearch.el (isearch-highlight): Change main overlay priority
18575         from 1 to 1001.  Simplify.
18576         (isearch-lazy-highlight-update): Change lazy overlay priority
18577         from 0 to 1000.
18579         * replace.el (replace-highlight): Change overlay priority from
18580         1 to 1001.
18582         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18583         Change overlay priority from 1 to 1001.  Reuse existing overlay.
18585         * compare-w.el (compare-windows-highlight): Change overlay
18586         priority from 1 to 1000.
18588         * menu-bar.el (menu-bar-edit-menu): Add listp around
18589         pending-undo-list to disable menu item "undo" when pending
18590         undo list is empty.
18592         * locate.el (locate): Disable undo in *Locate* buffer.
18594 2005-12-09  Kim F. Storm  <storm@cua.dk>
18596         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18598 2005-12-09  David Ponce  <david@dponce.com>
18600         * recentf.el: Improvement of the menu code.
18601         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
18602         instead of menu hook.
18603         (recentf-show-menu, recentf-hide-menu): New functions.
18604         (recentf-menu-customization-changed, recentf-mode): Use them.
18605         (recentf-menu-action, recentf-max-menu-items)
18606         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18607         (recentf-arrange-by-rule-others)
18608         (recentf-arrange-by-rules-min-items)
18609         (recentf-arrange-by-rule-subfilter): Don't use
18610         `recentf-menu-customization-changed'.
18611         (recentf-arrange-rules): Likewise.  Accept functions to compute
18612         sub-menu titles.
18613         (recentf-menu-filter): Likewise.  Doc fix.
18614         (recentf-menu-value-shortcut): Doc fix.
18615         (recentf-dump-variable): Quote atom value.
18616         (recentf-make-menu-items): Update to use it as a menu filter.
18617         (recentf-match-rule): New function.
18618         (recentf-arrange-by-rule): Use it.
18619         (recentf-indirect-mode-rule): New function.
18620         (recentf-build-mode-rules): Use it.
18621         (recentf-dir-rule): New function.
18622         (recentf-arrange-by-dir): Use it.
18623         (recentf-filter-changer-current): Rename from
18624         `recentf-filter-changer-state'.  All references updated.
18625         (recentf-filter-changer-alist): Update filter names.
18626         (recentf-filter-changer-select): New function.
18627         (recentf-filter-changer): Use it.  Make a sub-menu from filters
18628         available in `recentf-filter-changer-alist'.
18629         (recentf-data-cache, recentf-clear-data)
18630         (recentf-update-menu): Remove.  All references updated.
18631         (recentf-match-rule-p, recentf-build-dir-rules)
18632         (recentf-filter-changer-goto-next)
18633         (recentf-filter-changer-get-current)
18634         (recentf-filter-changer-get-next): Remove.
18636 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
18638         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18639         buffer "Reset" button to "Reset to Current" for consistency with
18640         the State buttons.
18642 2005-12-08  John Paul Wallington  <jpw@pobox.com>
18644         * ibuf-ext.el (define-ibuffer-filter filename):
18645         If `dired-directory' is a list then really use its car.
18647 2005-12-08  Kim F. Storm  <storm@cua.dk>
18649         * emulation/cua-rect.el (cua--rectangle-aux-replace):
18650         Fix indention of text on right side of replaced rectangle.
18652 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
18654         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18655         No need to check gud-comint-buffer is bound.
18656         (gdb): Prevent multiple debugging when first session uses gdba.
18658 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18660         CC Mode update to 5.31.
18662         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18663         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
18664         We might do this function properly in the future).
18666         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18667         New macros c-sentence-end and c-default-value-sentence end, to cope
18668         with Emacs 22's new function `sentence-end'.
18670 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18672         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18673         compat issue using `c-put-overlay' and `c-delete-overlay'.
18675         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18676         New compat macros to handle overlays/extents.
18678 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18680         * progmodes/cc-fix.el: Add definitions of the macros push and pop
18681         (for GNU Emacs 20.4).
18683         * progmodes/cc-defs.el
18684         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18686         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18687         highlighting mechanism so it will work in XEmacs too.
18689         * progmodes/cc-defs.el: Insert c-int-to-char.
18691         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18692         call to the new macro c-int-to-char.  This solves XEmacs's
18693         regarding characters as different from integers.
18695 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18697         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18698         New internal helper.
18700         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18701         construct to make the indirect face lookup work in XEmacs.
18703         (c-cpp-matchers): Append the negation char face to the existing
18704         fontification, so that the cpp face doesn't disappear.
18705         Use `c-make-syntactic-matcher' to avoid negation chars in comments
18706         and strings.
18708         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18709         to map to `font-lock-negation-char-face' in emacsen where it exists.
18711 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18713         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18715         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18716         Rename "c-subword-move-mode" as "c-subword-mode".
18718         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18719         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
18721 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18723         * progmodes/cc-mode.el: Added autoload directive for
18724         `c-subword-move-mode' for use in older emacsen.
18726 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18728         * progmodes/cc-mode.el:
18729         (i): Insert a binding for C-c C-backspace into
18730         c-bind-special-erase-keys which works in TTYs.
18731         (ii): Make sure that when file styles are used, any explicitly
18732         given style variables take priority over those in the style.
18733         Do this by calling `hack-local-variables' a second time.
18735         * progmodes/cc-vars.el: Add language specific customization
18736         widgets for AWK to c-doc-comment-style, c-require-final-newline
18737         and c-default-style.  Add a defcustom for awk-mode-hook.
18738         Give c-syntactic-element and c-syntactic-context doc-strings by
18739         directly setting their `variable-documentation' propery.
18740         This allows Emacs 22.1 to read these with C-h v.
18742         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18744 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18746         * progmodes/cc-fonts.el, cc-vars.el
18747         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18748         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18749         Masatake YAMATO.
18751         (c-doc-comment-style): Made GtkDoc default in C mode.
18753         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18754         and C-c C-<delete>.
18756         (c-bind-special-erase-keys): New function for use on
18757         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18759         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18760         <delete> key behavior in XEmacs according to `delete-forward-p'.
18761         C.f. `c-electric-delete'.
18763 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18765         * progmodes/cc-mode.el: Give c-hungry-backspace and
18766         c-hungry-delete-forward permanent key bindings.
18768         * progmodes/cc-cmds.el (c-electric-semi&comma):
18769         Bind c-syntactic-context for calls to "criteria functions", for
18770         consistency with other calls to user functions.
18772         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18773         `current-prefix-arg', since this might be the prefix arg to a
18774         command which calls c-indent-command as a function.  Change the
18775         interactive spec from "p" to "P".
18777         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18778         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18779         was difficult to understand.
18781 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18783         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18784         first char of an identifier.
18786         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18787         +" syntax in C++.
18789 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18791         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18792         auto-fill doesn't split a c-comment's last word from a hanging
18793         "*/" when a space is typed between them after fill-column.
18795         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18797         * progmodes/cc-styles.el (c-set-style)
18798         (c-setup-paragraph-variables): Abort the command if we're not in a
18799         CC Mode buffer.
18801         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18802         with blank comment-prefix, and a blank line as the comment's
18803         second line.
18805 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18807         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18808         Incorporate the patterns added in the Emacs development branch
18809         for the new Emacs 22 face `font-lock-negation-char-face'.
18811         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18812         of "red" since it stands out better in xterms and DOS terminals.
18814         * progmodes/cc-engine.el (c-literal-faces):
18815         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18817 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18819         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18820         forcibly enable c-electric-flag.
18822         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18823         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18824         after the comment-prefix of a C-style comment will close that comment.
18826 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18828         * progmodes/cc-fonts.el (c-basic-matchers-before)
18829         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18830         in Pike.
18832         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18833         digraphs.
18835         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18836         (c-cpp-message-directives, c-cpp-include-directives)
18837         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18838         (c-cpp-expr-directives): Introduce new language constants to
18839         control cpp syntax in a cleaner way.
18841         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18843         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18845         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18846         (c-multiline-string-start-char): New language constants and
18847         variables to specify how newlines in string literals work.
18849         (c-font-lock-invalid-string): Use them.
18851         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18852         unbalanced close brace is entered.  Optimization by avoiding going
18853         back over arbitrarily large blocks.  Removed hints that this
18854         function only would be relevant/useful in AWK.
18856         (c-electric-brace): Indent syntactically after the cleanups since
18857         lineup functions might do it differently then.
18859         * progmodes/cc-engine.el, cc-langs.el
18860         (c-opt-op-identifier-prefix): New language constant and variable.
18862         (c-just-after-func-arglist-p, c-after-special-operator-id)
18863         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18865         * progmodes/cc-align.el, cc-engine.el
18866         (c-after-special-operator-id): New helper to handle C++ operator
18867         identifiers.
18869         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18870         (c-guess-basic-syntax): Handle C++ operator identifiers in
18871         declarations.
18873         * progmodes/cc-langs.el (c-assignment-operators): Add the
18874         trigraph version of ^= too.
18876         * progmodes/cc-langs.el (c-assignment-operators): Add the
18877         trigraph version of |= in C++.
18879         * progmodes/cc-fonts.el (c-font-lock-declarators):
18880         Handle `c-decl-hangon-kwds' after the identifier name.
18882         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18883         whether an arglist is "nonempty", ignore a comment after the open
18884         paren if it isn't followed by a non-comment token on the same line.
18886         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18887         Enable heuristics below the point to cope with classes inside special
18888         brace lists in Pike.
18890 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18892         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18894 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18896         * progmodes/cc-guess.el (cc-guess-install): New function to
18897         install an already guessed style in another buffer.
18899         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18900         sets `inhibit-read-only' - `c-save-buffer-state' should be used
18901         anyway if the change always is undone.
18903 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18905         Implement togglable electricity:
18907         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18908         saying when it should be used.
18910         * progmodes/cc-engine.el: Add the new buffer-local variable,
18911         c-electric-flag.
18913         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18914         c-toggle-auto-newline.
18916         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18917         c-toggle-auto-newline.  Remove the binding for
18918         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
18919         c-toggle-electric-state.
18921         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18923         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18924         c-\(forward\|backward\)-subword.
18925         (c-update-modeline): Add the new modeline flag `l' for
18926         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
18927         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18928         Make the old name an alias of the new name.
18929         (c-toggle-electric-state): New function.
18930         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18931         Adapt these functions to do electric things only when
18932         c-electric-flag is non-nil.
18933         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18934         new functions from c-electric-brace.
18935         (c-point-syntax): Add a check for "virtual semicolons" in AWK
18936         mode, so that the tentative extra newline doesn't change the
18937         syntax of the following brace.
18938         (c-electric-brace): Restructure by extracting the above functions.
18939         Tidy up the coding somewhat.
18940         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18941         restructure a bit.
18943 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18945         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18946         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
18948         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18949         (c-submode-indicators): Change name from `c-auto-hungry-string'
18950         since it's now used to track another submode.
18952         (c-update-modeline): Convert to function and extended to check
18953         `c-subword-move-mode'.
18955         (c-forward-into-nomenclature, c-backward-into-nomenclature):
18956         Convert to compat aliases for `c-forward-subword' and
18957         `c-backward-subword'.
18959         * progmodes/cc-subword.el: New functions and minor mode to handle
18960         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18962         (c-forward-subword, c-backward-subword, c-mark-subword)
18963         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18964         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18965         Functions corresponding to the standard word handling functions.
18967         (c-subword-move-mode): Minor mode that replaces all the standard
18968         word handling functions with their subword equivalences.
18970 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18972         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18973         entry for one-liner-defun.
18975         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18976         name in its def-edebug-spec.
18978         * progmodes/cc-cmds.el (c-electric-brace): Make the
18979         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
18980         compacts space before a comment, if this will make things fit on
18981         one line.
18983         Introduce an "awk" style, mainly for auto-newline and clean-ups.
18985         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18987         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18988         clean-up one-liner-defun.
18990         * progmodes/cc-styles.el: Add the new "awk" style.
18992         * progmodes/cc-vars.el: Add description of one-liner-defun to
18993         c-cleanup-list's doc-string.  New user options,
18994         c-max-one-liner-length.  In c-default-style, set the default style
18995         for AWK to "awk".
18997 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18999         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19000         macros inside labels.
19002         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19003         `c-at-statement-start-p' and `c-at-expression-start-p'.
19005         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19006         error if the mark isn't set.
19008         * progmodes/cc-engine.el (c-guess-continued-construct)
19009         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19010         accurately detect functions inside functions.
19012         * progmodes/cc-engine.el (c-at-expression-start-p): New function
19013         like `c-at-statement-start-p' that additionally recognizes commas
19014         and expression parentheses as delimiters.
19016         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19017         to avoid heuristics that doesn't work for unclosed blocks.
19018         (c-at-statement-start-p): New function.
19020         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19021         Objective-C directives, e.g. directives spanning lines should work
19022         reasonably well now.
19024         (c-put-c-type-property, c-clear-c-type-property): New helpers.
19026         (c-forward-objc-directive): New function to move over any ObjC
19027         directive.
19029         (c-just-after-func-arglist-p, c-guess-basic-syntax)
19030         (c-basic-matchers-before): Use it.
19032         (c-font-lock-objc-iip-decl): Remove.
19034         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19035         in the template arglist recognition.
19037         * progmodes/cc-styles.el (c-style-alist): Fix several
19038         inconsistencies in the Whitesmith style.
19040         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19041         New lineup function to get lines after Whitesmith style blocks
19042         correctly indented.
19044         (c-lineup-whitesmith-in-block): Back out the compensation for
19045         opening parens since it's done using `add' lists in the style
19046         definition instead.  Don't use the anchor position since it varies
19047         too much between the syntactic symbols. :P
19049         * progmodes/cc-vars.el (c-valid-offset): Update.
19051         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19052         lists where the offsets are combined according to several
19053         different methods: `first', `min', `max', and `add'.
19054         Report offset evaluation errors with `c-benign-error' so that some kind
19055         of reindentation still is done.
19057         * progmodes/cc-engine.el (c-guess-basic-syntax):
19058         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19059         `arglist-close'.
19061         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19062         situations for `arglist-cont-nonempty' and `arglist-close'.
19064         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19066         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19067         cc-bytecomp-boundp' in a number of places.
19069         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19070         macro related issue.
19072 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19074         * progmodes/cc-awk.el: Change the terminology of regexps: A char
19075         list is now [asdf], a char class [:alpha:].
19076         Include code for char classes.
19077         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
19078         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19080         Remove (nearly all of) the cruft associated with AWK Mode's former
19081         concept of "virtual semicolons":
19083         Adapt c-beginning-of-statement, c-end-of-statement (together with
19084         subfunctions) to use the new notion of "virtual semicolon" in
19085         place of the old awkward special handling for AWK.  There remains
19086         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19087         * progmodes/cc-cmds.el:
19088         (c-ascertain-adjacent-literal): In the backwards direction, now
19089         recognises AWK regexp delimiters as string delimiters.
19090         (c-after-statement-terminator-p): Adapt for virtual semicolons;
19091         check more rigorously for "end of macro".
19092         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19093         virtual semicolons;
19094         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19095         out the code for forward movement into ...
19096         (c-end-of-statement): Now contains the code for forward movement,
19097         adapted for virtual semicolons.
19099         * progmodes/cc-engine.el:
19100         (c-ws*-string-limit-regexp): New regexp.
19101         (c-forward-single-comment, c-backward-single-comment): Comment out
19102         the (now redundant) "special" AWK stuff.
19104         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19105         c-string-par-start, c-string-par-separate to be more like Text
19106         Mode than Fundamental Mode.
19108 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19110         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19111         to the fontified region so that fontification doesn't occur
19112         outside it (could happen e.g. when fontifying a line with an
19113         unfinished declaration).
19115 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19117         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19118         start of the file.  ^L now separate sections of the file.
19119         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19120         (c-awk-one-line-possibly-open-string-re)
19121         (c-awk-regexp-one-line-possibly-open-char-class-re)
19122         (c-awk-one-line-possibly-open-regexp-re)
19123         (c-awk-one-line-non-syn-ws*-re): New defonsts.
19124         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19126         Amend the concept of "virtual semicolons" (in the indentation
19127         engine) for languages like AWK, such that they are now
19128         conceptually attached to end of the last token of a statement, not
19129         the end of the line.  (In AWK Mode, however, the pertinent text
19130         property is still physically set on the EOL.)  Remove the specific
19131         tests for awk-mode, thus facilitating the introduction of other
19132         language modes where EOLs can end statements.
19133         (Note: The funtionality in cc-cmds.el, specifically
19134         c-beginning/end-of-statement has yet to be amended.)
19136         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19137         New macros.
19139         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19140         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
19141         c-vsemi-status-unknown-p-fn (in a new page).
19143         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19144         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19145         numerous awkward forms like
19146         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19147         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
19148         variable before-ws-ip, the place just after char-before-ip appears.
19150         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19151         a comment.
19153 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19155         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19156         `c-tentative-buffer-changes'.
19158         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19159         convert to macro to choose between Emacs and XEmacs at compile time.
19161         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19163         (c-tentative-buffer-changes): New macro to handle temporary buffer
19164         changes in a convenient way.
19166         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19167         for `c-tentative-buffer-changes'.
19169         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19170         the checks for paren sexps between the point and the keyword, to
19171         avoid some false alarms.
19173         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19174         Fixed a situation where an error could be thrown for unbalanced
19175         parens.  Changed to make use of c-keyword-member' to avoid some
19176         repeated regexp matches.
19178         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19179         These language variable are no longer necessary.
19181         (c-block-stmt-kwds): New language constant used by
19182         c-looking-at-inexpr-block'.
19184         (c-guess-basic-syntax): Remove an optional check that looked at
19185         the existence of the now removed language variables.
19187         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19188         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19189         object instantiation expressions as declarations in some contexts.
19190         This bug only affected languages where the declarator can't be
19191         enclosed in parentheses.
19193         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19194         insert newlines before and after substatement braces.
19196         * progmodes/cc-engine.el: Improved the heuristics for recognizing
19197         function declaration headers and the handling of C++ style member
19198         init lists.
19200         (c-just-after-func-arglist-p): Rewritten to use
19201         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
19203         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19205         (c-guess-basic-syntax): Adapt case 5B for the new
19206         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
19207         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19208         covers all cases now).
19210         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19212 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19214         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19215         c-string-par-start/separate c-sentence-end-with-esc-eol,
19216         initialised in c-setup-paragraph-variables, used in string
19217         scanning subroutines of c-beginning-of-statement.
19219         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19220         which precedes the newly inserted `{'.
19222 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19224         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19225         function for declaration level blocks.  It should now cope with
19226         templates better and also be a lot more comprehensible.
19228         (c-looking-at-decl-block): The new function.
19230         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
19231         for compatibility.
19233         (c-add-class-syntax, c-guess-continued-construct)
19234         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19236         (c-decl-block-key): Change to tell apart ambiguous and
19237         unambiguous keywords.  Pike specials are now handled directly in
19238         the code instead.
19240         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19241         New language constants and variables to make the backward skip in
19242         `c-looking-at-decl-block' as tight as possible.
19244         (c-nonsymbol-token-char-list): New language constant.
19246         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19247         find balanced template arglists backwards.
19249         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19250         making char classes for `c-syntactic-skip-backward'.
19252         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19253         16D - can't be a class-close at that point.
19255         * progmodes/cc-engine.el (c-guess-basic-syntax)
19256         (c-add-class-syntax): Don't narrow out the enclosing declaration
19257         level.  This makes everything a lot easier, and it was actually
19258         only four small places that needed it to work.  Some places that
19259         previously did `widen' are removed now, which has the effect that
19260         `c-guess-basic-syntax' never will look at things outside the
19261         current narrowment now.  The anchor position for `topmost-intro'
19262         is affected by this, but it was so bogus it was basically useless
19263         before, and now it's equally bogus but in a slightly different way.
19265         (c-narrow-out-enclosing-class): Gone.
19267         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19268         the narrowed region.
19270         (c-least-enclosing-brace): Remove silly optional argument.
19272         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19273         the point could be left directly after an open paren when finding
19274         the beginning of the first decl in the block.
19276         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19277         Specify which submatch to use.
19279         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19281         (c-decl-start-re): No longer any need for special treatment of
19282         ObjC due to the above.
19284         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19285         presumably follows C in that regard.
19287         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19288         New language constants to specify operator tokens inside
19289         identifiers in a more high level way.
19291         (c-opt-identifier-prefix-key): New internal language constant.
19293         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19294         (c-identifier-start, c-identifier-key): Now completely calculated
19295         from other constants.
19297         (c-identifier-last-sym-match): Decommission since it's no longer used.
19299         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
19301         * progmodes/cc-engine.el (c-forward-name): Remove the
19302         optimization when c-identifier-key is equal to c-symbol-key since
19303         it doesn't work in byte compiled files.  Don't record empty
19304         regions as identifiers.
19306         * progmodes/cc-langs.el (c-filter-ops): New helper function to
19307         simplify access to `c-operators' and its likes.
19309         (c-operator-list, c-all-op-syntax-tokens)
19310         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19311         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19312         (c-primary-expr-regexp, c-cast-parens): Use it.
19314         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19315         an explicit language in functions.
19317         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19318         variant of adornment.
19320         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19321         variable.
19323         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19324         the Pike value.
19326         * progmodes/cc-engine.el (c-on-identifier)
19327         (c-simple-skip-symbol-backward): Small fix for handling "-"
19328         correctly in `skip-chars-backward'.  Affected the operator lfun
19329         syntax in Pike.
19331         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19332         diagnostic message about precompiled language vars not being used.
19334         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19335         "__attribute__" is followed by a parenthesis.
19337         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19338         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19339         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19341         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19342         Internal cleanups to properly detect the declared identifiers in
19343         various declarations.
19345         (c-decl-start-kwds): New language constant to recognize
19346         declarations that can start anywhere.  Used for class declarations
19347         in Pike.
19349         (c-specifier-key, c-not-decl-init-keywords)
19350         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
19351         (c-find-decl-spots): Implement `c-decl-start-kwds'.
19353         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
19354         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
19355         handling of the compiler specific extension keywords into a new
19356         language constant `c-decl-hangon-kwds' that defines keyword
19357         clauses to be ignored in declarations.
19359         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
19360         past unrecognized tokens when handling `c-colon-type-list-kwds'.
19361         Necessary to stop at the declared identifier in e.g. IDL valuetype
19362         declarations.
19364         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
19365         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
19366         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
19367         (c-forward-decl-or-cast-1): Recognize the declared identifier in
19368         class and enum declarations as such and not as part of the type.
19370         (c-forward-decl-or-cast-1, c-forward-label): Relax the
19371         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
19373         (c-forward-decl-or-cast-1): Don't disregard sure signs of
19374         declarations when there's some syntax error later on.
19376         (c-complex-decl-matchers): Did away with a reference to
19377         `c-specifier-key'.
19379         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
19380         value - this variable is always dynamically bound.
19382         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
19383         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
19384         * cc-cmds.el, cc-defs.el: Change the policy for marking up
19385         functions that might do hidden buffer changes: All such internal
19386         functions are now marked instead of those that don't.
19388         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
19389         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
19390         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
19391         (c-literal-type): Allow these functions to make hidden buffer changes,
19392         so that they are free to use text property caching later on.
19394         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
19395         (c-electric-brace, c-electric-slash, c-electric-star)
19396         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
19397         (c-electric-paren, c-electric-continued-statement, c-indent-command)
19398         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
19399         (c-context-line-break): Add `c-save-buffer-state' calls to comply
19400         with the changed semantics of the functions above.
19402         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
19403         when macros occur in obscure places.  Optimized the sexp movement
19404         a bit.
19406 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19408         Enhancements for c-beginning-of-statement to work in AWK Mode:
19410         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
19411         (completed statement) with `}' (statement completed by closing
19412         brace or semicolon) and `$' (statement completed by EOL).
19414         (c-awk-virtual-semicolon-ends-prev-line-p)
19415         (c-awk-virtual-semicolon-ends-line-p)
19416         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19417         (c-awk-at-statement-end-p): New functions.
19419         * progmodes/cc-cmds.el: Simplify the structure of functions
19420         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
19421         two functions and c-beginning-of-statement to handle AWK Mode.
19423         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19424         c-backward-single-comment for AWK mode.  Attempt to clarify their
19425         doc-strings.
19427         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19429 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19431         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19432         label handling.  Labels are now recognized in a uniform and more
19433         robust way, regardless of context.  Text properties are put on all
19434         labels to recognize the following declarations better.
19435         Multiword labels are handled both in indentation and fontification for
19436         the benefit of language extensions like Qt.  For consistency, keywords
19437         in labels are now fontified with the label face instead.
19438         That also applies to "case" and "default".
19440         (c-beginning-of-statement-1): Fix some bugs in the label
19441         handling.  Disregard `c-nonlabel-token-key' in labels that begin
19442         with `c-label-kwds'.
19444         (c-find-decl-spots): Support that the callback adds more
19445         `c-decl-end' spots to find.
19447         (c-forward-decl-or-cast-1): Don't treat a list of plain
19448         identifiers followed by a colon as a declaration.
19450         (c-forward-label): New function to recognize labels.
19452         (c-guess-basic-syntax): Replace uses of `c-label-key' with
19453         `c-forward-label'.  Moved the label recognition cases (14 and 15)
19454         earlier since they aren't so context sensitive now.  Handle labels
19455         on the top level gracefully.  Moved access label recognition to
19456         the generic label case (CASE 15) - removed CASE 5E.
19458         (c-font-lock-declarations): Add recognition of labels in the
19459         same round since we need to handle labels in parallell with other
19460         declarations to recognize both accurately.  It should also improve
19461         speed.
19463         (c-simple-decl-matchers, c-basic-matchers-after):
19464         Move `c-font-lock-labels' so that it only is used on decoration level 2
19465         since `c-font-lock-declarations' handles it otherwise.
19467         (c-complex-decl-matchers): Remove the simplistic recognition of
19468         access labels.
19470         (c-decl-prefix-re): Remove the kludges that was necessary to cope
19471         with labels earlier.
19473         (c-decl-start-re): New language variable to make
19474         `c-font-lock-declarations' stop for the special protection labels
19475         in Objective-C that start with `@'.
19477         (c-label-key): Remove since it's no longer used.
19479         (c-recognize-colon-labels, c-label-prefix-re): New language
19480         constants to support recognition of generic colon-terminated labels.
19482         (c-type-decl-end-used): `c-decl-end' is now used whenever there
19483         are colon terminated labels.
19485         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19486         first argument starts with a special brace list.
19488         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19489         (c-font-lock-declarations): Break out the declaration and cast
19490         recognition from `c-font-lock-declarations' to a new function, so
19491         that it can be used in the indentation engine.
19493         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19494         up to the start of the literal.  Fixed bug with the point on the
19495         wrong side of the search limit that could happen when the start
19496         position is inside a literal.
19498         * progmodes/cc-engine.el (c-parse-state)
19499         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19500         so that it's kept a little bit back to increase the hit rate.
19502         (c-parse-state): Change the macro handling and fixed some
19503         glitches.  Macro context is checked more often than necessary now,
19504         but otoh less garbage conses are generated.
19506         * progmodes/cc-engine.el (c-parse-state)
19507         (c-invalidate-state-cache): Cache the last position where
19508         `c-state-cache' applies.  This can speed up refontification quite
19509         a bit in blocks where there are many non-brace parens before the point.
19511         (c-state-cache-end): New variable for this.
19513         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19514         cache variable.
19516         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19517         get close initial continue positions when the start position is
19518         inside a literal or macro.  Do not call the callback for spots
19519         before the start position (which can happen e.g. for `c-decl-end'
19520         spots inside comments).  Optimize better in special cases when the
19521         region is a single line inside a literal or macro (typically when
19522         the current line is refontified).
19524         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19525         to `c-add-stmt-syntax' - there's no need to explicitly whack off
19526         entries from the paren state.
19528         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19529         special case for "else if" clauses.
19531         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19532         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19534         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19535         New language variable to recognize the gcc extension with statement
19536         blocks inside expressions.
19538         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19539         it somewhat more comprehensible.  The argument AT-BLOCK-START is
19540         no longer used and hence removed.
19542         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19543         to `c-add-stmt-syntax'.
19545         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19546         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19547         This fixes bogus label recognition.
19549         * progmodes/cc-engine.el (c-add-type, c-check-type)
19550         (c-forward-name, c-forward-type): Improve storage of template
19551         types in `c-found-types' so that they can be recognized better.
19553         (c-syntactic-content): Add option to skip past nested parens.
19555         * progmodes/cc-engine.el (c-forward-name):
19556         Set `c-last-identifier-range' all the time.  It's less work that way.
19557         Handle that there might not be an identifier to store in
19558         `c-last-identifier-range'.
19560         (c-forward-type): Handle that `c-last-identifier-range' might be
19561         nil from `c-forward-name'.
19563         * progmodes/cc-defs.el (c-safe-scan-lists)
19564         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19566         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19567         to work even if the form fails.
19569         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19570         down in a large file in one go.
19572         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19574         * progmodes/cc-align.el (c-lineup-assignments): New lineup
19575         function which is like `c-lineup-math' but returns nil instead of
19576         `c-basic-offset' when it doesn't match.
19578         (c-lineup-math): Change to use `c-lineup-assignments'.
19580 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19582         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19583         c-beginning-of-statement.  New subfunctions
19584         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19586 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19588         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19589         hardcoded char classes whereever possible.  Changed a couple of
19590         places to use skip by syntax instead of skip by char class.
19592         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19593         Fix a bug in the regexp that caused extreme backtracking.
19595         * progmodes/cc-langs.el (c-block-comment-starter)
19596         (c-block-comment-ender): New language constants to specify in a
19597         single place how block comments look.
19599         (c-comment-start-regexp, c-block-comment-start-regexp)
19600         (comment-start, comment-end, comment-start-skip)
19601         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19602         (c-syntactic-ws, c-nonempty-syntactic-ws)
19603         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19604         `c-line-comment-starter', `c-block-comment-starter' and
19605         `c-block-comment-ender'.
19607         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19608         New language constants to break up things a bit.
19610         (c-simple-ws): New language constant for simple whitespace.
19612         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19614         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19615         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19616         newlines.  Allow and ignore nil elements in the list.
19618 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19620         * progmodes/cc-cmds.el: Comment out a (n almost certainly
19621         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19623         * progmodes/cc-cmds.el: Tidy up the comments in
19624         c-beginning-of-statement and subfunctions.
19626         * progmodes/cc-awk.el: Replace calls to put-text-property to the
19627         more flexible c-put-char-property and c-clear-char-properties.
19628         Add the author's email address.
19630         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19632         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19633         closing "*/" of a block comment.
19635         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19636         subfunctions) so that it works at BOB and EOB.
19638         * progmodes/cc-cmds.el, cc-vars.el: More updating of
19639         c-beginning-of-statement, including new variable
19640         c-block-comment-start-regexp.
19642 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19644         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19645         symbols from `*-font-lock-extra-types' so that there's no need to
19646         use `regexp-opt' on those lists.
19648         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19649         `c-type-modifier-kwds' is empty.
19651         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19652         there are several strings on the same line.
19654         * progmodes/cc-engine.el (c-literal-limits): Remove the
19655         compatibility function for older emacsen.  `c-literal-limits-fast'
19656         has now taken the place of this function.
19658         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19659         with older emacsen: We now require `pps-extended-state'.
19661 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19663         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19664         which obviates the need to hack sentence-end.  This now handles
19665         escaped newlines in strings correctly.  Correct minor bugs in
19666         c-move-over-sentence and in c-beginning-of-statement.
19668         * progmodes/cc-cmds.el (c-beginning-of-statement (and
19669         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19670         that movement over macros and code are rigorously separated from
19671         eachother.  Correct a few incidental bugs.
19673         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19674         Improve its doc-string.  Improve the handling of certain specific cases.
19676 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19678         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19679         (c-guess-basic-syntax): Change the way class-level labels are
19680         recognized; they can now contain essentially any symbols.
19682         (c-opt-extra-label-key): New language variable to cope with the
19683         special protection label syntax in Objective-C.
19685         (c-opt-access-key): Remove; this is now handled better by
19686         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19688         (c-complex-decl-matchers): Update to handle that
19689         `c-opt-access-key' no longer exists.
19691         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19692         improved label recognition in `c-beginning-of-statement-1'.
19694         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19695         Recognize bitfields better.
19697         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19698         Remove some cruft and fixed a bug that could cause it to go to a
19699         position further down.
19701         * progmodes/cc-langs.el, cc-engine.el
19702         (c-beginning-of-statement-1): Improve detection of labels in
19703         declaration contexts.
19705         (c-beginning-of-decl-1): Use it.
19707         (c-nonlabel-token-key): New language constant and variable needed
19708         by `c-beginning-of-statement-1'.
19710         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19711         manifested itself due to the correction in `c-forward-sexp'.
19713         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19714         Make these behave as documented when used at the buffer limits.
19716         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19717         (c-type-decl-end-used): Made this a language variable.
19719         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19720         correctly when `combine-after-change-calls' is used together with
19721         temporary narrowings.
19723         * progmodes/cc-engine.el (c-beginning-of-statement-1):
19724         Report labels correctly when the start point is immediately after the
19725         colon.
19727         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19728         Remove since it isn't used anymore.
19730         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19731         bracket arglists such as template parens in C++.
19733         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19734         in the last check-in.  Some optimization.
19736         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19737         where it could stop at the same level in a preceding sexp when
19738         PAREN-LEVEL is set.
19740         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19741         text property lookup only when it's needed.
19743         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19744         Change the policy for paren marked angle brackets to be more
19745         persistent; once marked they remain marked even when they're found
19746         to be unbalanced in the searched region.  This should keep the
19747         paren syntax around even when individual lines are refontified in
19748         multiline template arglists.
19750         (c-parse-and-markup-<>-arglists): New dynamically bound variable
19751         to control markup so that incorrect angle bracket arglists aren't
19752         marked in contexts where the correct value for
19753         `c-disallow-comma-in-<>-arglists' isn't known.
19755         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19756         argument has become `c-parse-and-markup-<>-arglists'.
19758         (c-remove-<>-arglist-properties): Remove - no longer used.
19760         (c-after-change-check-<>-operators): New function used on
19761         `after-change-functions' to avoid that "<" and ">" characters that
19762         are part of longer operators have paren syntax.
19764         (c-<>-multichar-token-regexp): New language variable used by
19765         `c-after-change-check-<>-operators'.
19767         (c-after-change): Call `c-after-change-check-<>-operators'.
19769         (c-font-lock-<>-arglists): Use the context properties set by
19770         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19771         correctly to avoid doing invalid markup.
19773         (c-font-lock-declarations): Remove code that undoes the invalid
19774         markup done by `c-font-lock-<>-arglists'.
19776         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19777         after `c-font-lock-declarations'.
19779         * progmodes/cc-engine.el (c-syntactic-skip-backward):
19780         Add paren-level feature.
19782         (c-guess-basic-syntax): Improve the anchor position for
19783         `template-args-cont' in nested template arglists.  There's still
19784         much to be desired in this area, though.
19786 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19788         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19789         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19791 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19793         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19794         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19796         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19797         it doesn't work no longer are supported.
19799         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19800         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19801         requires support for the syntax-table' text property, which rules
19802         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
19803         cruft associated with those versions.
19805         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19806         for the `syntax-table' text property, which rules out Emacs 19 and
19807         XEmacs < 21.4.  Removed various compatibility cruft associated
19808         with those versions.
19810         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19811         support for the `syntax-table' text property.
19813         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19814         variable and use an extra quoted face name instead.  All the
19815         emacsen flavors handle that correctly.
19817         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19818         (c-font-lock-declarators, c-font-lock-declarations)
19819         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19820         property to mark the items in in declarator lists to handle
19821         refontification inside multiline declarations better.
19823         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19824         construct like "a * b = c;" as a declaration.
19826 2005-12-08  Kim F. Storm  <storm@cua.dk>
19828         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19829         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
19830         select either meta, hyper, or super modifier for rectangle commands.
19831         (cua--rectangle-modifier-key): New defvar.
19832         (cua--M/H-key): Use it.  Remove special case for `space'.
19833         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19834         on X, to meta otherwise.  Always bind C-return to toggle
19835         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
19837         * emulation/cua-rect.el (cua-help-for-rectangle):
19838         Use cua--rectangle-modifier-key.  Handle super modifier too.
19839         (cua--init-rectangles): Always bind C-return to toggle rectangle.
19840         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19842         * ido.el: Move Acknowledgements and History after Commentary.
19843         Minor changes to Commentary.
19845         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19846         keymap if cua--prefix-override-timer is `shift'.
19847         (cua--shift-control-prefix): New function; emulate "type prefix
19848         key twice" functionality to handle shifted prefix key override.
19849         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19850         New commands.
19851         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19853 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
19855         * textmodes/org.el (org-insert-heading): Try to do items before
19856         headings.
19857         (org-agenda-mode): Quote `org-agenda-mode-hook'.
19858         (org-insert-item): New function.
19859         (org-renumber-ordered-list): Don't skip to higher level lists.
19861 2005-12-08  Juri Linkov  <juri@jurta.org>
19863         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19865         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19867         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19869         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19870         the constructed function name fun-1.
19872         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19873         because such links don't lead to parent documentation.
19875 2005-12-08  Kenichi Handa  <handa@m17n.org>
19877         * descr-text.el (describe-char): Use *Help-2* buffer if the
19878         current buffer is *Help*.  Call describe-text-properties while
19879         setting the original buffer.
19881 2005-12-07  Bill Wohler  <wohler@newt.com>
19883         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
19884         and causes problems with non-MH users (such as Gnus users).
19886 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
19888         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19889         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19890         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19891         command "info sources".  Move calls to GDB command "list".
19892         (gdb-find-file-hook): Just use gdb-source-file-list.
19893         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19894         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19895         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19896         (gdb-data-list-register-values-handler): Use correct trigger name.
19898 2005-12-07  Kim F. Storm  <storm@cua.dk>
19900         * ido.el (ido-completion-map): Rename from ido-mode-map.
19901         (ido-common-completion-map, ido-file-completion-map)
19902         (ido-file-dir-completion-map, ido-buffer-completion-map):
19903         Rename from ido-mode-....-map.
19904         (ido-init-completion-maps): Rename from ido-init-mode-maps.
19905         (ido-setup-completion-map): Rename from ido-define-mode-map.
19906         (ido-read-internal): Bind minibuffer-local-filename-completion-map
19907         to ido-completion-map.
19909 2005-12-07  Kenichi Handa  <handa@m17n.org>
19911         * international/mule-cmds.el
19912         (set-display-table-and-terminal-coding-system): If the coding
19913         system specified in `unibyte-display' property is different from
19914         the arg coding-system, don't setup standard-display-table.
19916 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19918         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19919         that comments end at \n, regardless of selective-display.
19921 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
19923         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19924         (gdb-version): New variables.
19925         (gdb-source-file-list, gdb-register-names)
19926         (gdb-changed-registers): New variables for use with GDB 6.4+.
19927         (gdb-ann3): Replace with...
19928         (gdb-init-1, gdb-init-2): ...two new functions.
19929         (gdba, gdb-prompt): Call gdb-init-1.
19930         (gdb-get-version): New function.  Call gdb-init-2 from here.
19931         (gud-watch): Make it work with mouse events too.
19932         (gdb-post-prompt): Don't add to queue until GDB version is known.
19933         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19934         (gdb-locals-mode): Use gdb-version.
19935         (gdb-memory-format-map, gdb-memory-unit-map)
19936         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19937         (gdb-locals-font-lock-keywords-1)
19938         (gdb-locals-font-lock-keywords-2): New variables.
19939         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19940         (gdb-set-gud-minor-mode-existing-buffers-1)
19941         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19942         (gdb-var-update-1, gdb-var-update-handler-1)
19943         (gdb-data-list-register-values-handler)
19944         (gdb-data-list-register-values-custom)
19945         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19946         (gdb-stack-list-locals-handler, gdb-get-register-names):
19947         New functions for use with GDB 6.4+.
19948         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19949         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19950         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19951         (gdb-stack-list-locals-regexp)
19952         (gdb-data-list-register-names-regexp): New regexps for use with
19953         GDB 6.4+.
19955 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19957         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19959 2005-12-06  Nozomu Ando  <nand@mac.com>
19961         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19962         prompts work for AUTH PLAIN.  Also reported by Steve Allan
19963         <seallan@verizon.net>.
19965 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19967         * frame.el (set-frame-parameter): Add doc string.
19969 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
19971         * textmodes/org.el (org-occur-highlights): New variable.
19972         (org-highlight-new-match, org-remove-occur-highlights): New functions.
19973         (org-highlight-sparse-tree-matches): New option.
19974         (org-do-occur): New function.
19975         (org-get-heading): Make it work also at beginning of line.
19976         (org-category-table): New variable.
19977         (org-get-category-table, org-get-category)
19978         (org-camel-to-words, org-link-search): New functions.
19979         (org-select-this-todo-keyword): New variable.
19980         (org-todo-list): New command.
19981         (org-shiftright, org-shiftleft): New commands.
19982         (org-agenda-todo): Add prefix argument.
19983         (org-show-hierarchy-above): New option.
19984         (org-show-todo-tree): Numerical prefix creates tree for specific
19985         TODO keyword.
19986         (org-outline-level): New function, to assign a level to plain
19987         lists items.
19988         (org-cycle-include-plain-lists): New option.
19989         (org-mode): Use `org-outline-level' as value of `outline-level'.
19990         (org-cycle): Temporarily switch `outline-regexp' if
19991         `org-cycle-include-plain-lists' is non-nil.
19992         (org-start-icalendar-file): Fix format bug.
19993         (org-agenda-get-day-entries): Create category table.
19994         (org-agenda-get-todos, org-agenda-get-timestamps)
19995         (org-agenda-get-deadlines, org-agenda-get-scheduled)
19996         (org-agenda-get-blocks): Use `org-get-category'.
19997         (org-context-in-file-links): Rename from
19998         `org-line-numbers-in-file-links'.
20000 2005-12-06  Romain Francoise  <romain@orebokech.com>
20002         * window.el (balance-windows): Delete extraneous third arg in call
20003         to `enlarge-window'.
20005 2005-12-06  Kenichi Handa  <handa@m17n.org>
20007         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20009 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
20011         * progmodes/gdb-ui.el (gdb-var-create-handler)
20012         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20013         (gdb-var-list-children-handler, gdb-var-update-handler):
20014         Current buffer is already gdb-partial-output-buffer, don't
20015         make it current again.
20017 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
20019         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20020         (list-buffers-noselect): Use it.
20022 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20024         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20025         (mail-yank-ignored-headers): Use regexp-opt.
20026         (mail-mode-map): Move initialization into declaration.
20027         (mail-sent-via): Remove unused shadowed var `to-line'.
20028         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20029         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20030         (mail-do-fcc): Use dolist and push.
20031         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20032         (mail-yank-ignored-headers): Don't autoload.
20034 2005-12-05  Kenichi Handa  <handa@m17n.org>
20036         * international/mule-cmds.el (set-language-info-internal): New fun.
20037         (set-language-info): Call set-language-info-internal to update
20038         language-info-alist.  If LANG-ENV is the current one, call
20039         set-language-environment to make INFO effective now.
20040         (set-language-info-alist): Likewise.
20041         (locale-language-names): With locale "en", use English
20042         lang. env. but set the default codings to iso-8859-1.
20044 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
20046         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20047         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20048         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20049         for plain strings.
20050         (gdb-frames-mode): Remove redundant call to font-lock-mode.
20051         (gdb-all-registers): Rename from toggle-gdb-all-registers.
20052         Create registers buffer if necessary.  Echo new state in minibuffer.
20053         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20055 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
20057         * info.el (Info-fontify-node): Match external links using
20058         non-directory part of filename.
20060 2005-12-04  Juri Linkov  <juri@jurta.org>
20062         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20063         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
20064         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20065         because there is no customization option for it.
20067         * font-lock.el (lisp-font-lock-keywords-1):
20068         Add define-global-minor-mode.
20070         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20072         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20073         properties on the constructed variable names.
20075         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20076         Put `definition-name' properties on the constructed function names
20077         next-sym and prev-sym.
20079         * emacs-lisp/find-func.el (find-function-regexp):
20080         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
20081         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
20082         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20083         and easy-menu-define.
20085         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20086         easy-mmode-define-global-mode and define-global-minor-mode.
20087         (lisp-imenu-generic-expression): Add define-global-minor-mode.
20089         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20090         instead of easy-mmode-define-global-mode.
20092         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20093         Use define-minor-mode instead of easy-mmode-define-minor-mode.
20095         * cus-edit.el (customize-group, customize-group-other-window):
20096         Filter out autoloaded options from the group completion list by
20097         using heuristics that autoloaded groups don't have `custom-autoload'
20098         property on their symbols (they have only `custom-loads').
20100         * simple.el (completion-setup-function): Put completions-common-part
20101         face on complete completion string too (i.e. completion string
20102         without completions-first-difference face).
20104         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20106 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
20108         * view.el (view-mode): Doc fix.
20110         * disp-table.el (standard-display-european): Add to the warning
20111         message a reference to the doc string.
20113         * play/yow.el (apropos-zippy): Call print-help-return-message,
20114         similar to other Help and Apropos commands.
20116         * help.el (print-help-return-message): If pop-up-frames is
20117         non-nil, set up help-return-method to delete the help window and,
20118         possibly, its frame as well, and don't display message about
20119         scrolling the help window.  Doc fix.
20120         (help-return-method): Doc fix.
20122 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
20124         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20125         whereby names of length one or names starting with a
20126         symbol-constituent character would not be returned.
20128 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20130         * subr.el (atomic-change-group): Add edebug and indentation spec.
20132 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20134         * completion.el (save-completions-file-name): Fix typo in last change.
20136 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20138         * info.el: Move back/forward history to the beginning of the tool bar.
20140 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
20142         * allout.el (eval-when-compile): Remove unnecessary load of cl.
20143         Add fset of allout-real-isearch-abort during compile to fix
20144         byte-compilation warnings.
20145         (allout-mode-p): Move definition of this macro above all uses, or
20146         byte compilation in barren Emacs (eg, during Emacs build) will
20147         lack the definition.
20148         (allout-mode): Move this variable above any uses, or byte
20149         compilation will fail.
20150         (allout-resolve-xref): Remove use of personal file-reference function.
20151         (allout-toggle-current-subtree-encryption): Do the current (ie,
20152         visible containing) topic, rather than nearest around point.  Doc fix.
20153         (allout-toggle-subtree-encryption): New function, workhorse that
20154         works on nearest topic containing point.
20155         (allout-encrypt-string): Signal requirement for newer version of pgg.
20156         (allout-resumptions): Doc fix.
20158 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
20160         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20162 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
20164         * textmodes/flyspell.el (flyspell-external-point-words):
20165         Consider a misspelling as found in the string search if: (a) misspelling
20166         and found string lengths match, or (b) misspelling is found as
20167         element in a boundary-chars separated longer string, or (c)
20168         ispell-program-name is really ispell and misspelling is found as
20169         part of a TeX string.  After successful match move beginning of
20170         search region to end of match.  Warn about not found misspellings
20171         once the process is done.
20172         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20174 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
20176         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20177         tool bar (removed inadvertently).
20179 2005-12-02  Juri Linkov  <juri@jurta.org>
20181         * log-view.el (log-view-diff): Clarify doc string.
20183 2005-12-01  Bill Wohler  <wohler@newt.com>
20185         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20186         triggers lm-verify errors.
20188 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
20190         * simple.el (transient-mark-mode, line-number-mode)
20191         (column-number-mode, size-indication-mode): Remove `:require nil'.
20193 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
20195         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20196         in the margin also.
20197         (gdb-breakpoints-mode-map): Use D instead of d for
20198         gdb-delete-breakpoint.
20199         (gdb-get-frame-number): Require a number to match on.
20200         (gdb-threads-mode-map): Add follow-link binding.
20202 2005-11-30  Jason Rumney  <jasonr@gnu.org>
20204         * isearch.el (isearch-mode-map): Avoid exiting search on
20205         language-change event.
20207 2005-11-30  Romain Francoise  <romain@orebokech.com>
20209         * speedbar.el (speedbar-default-position): New defcustom.
20210         (speedbar-frame-reposition-smartly): Use it.
20212         * dframe.el (dframe-reposition-frame-emacs): Fix position
20213         computation for `left' location.
20214         Update copyright year.
20216 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20218         * help.el (help-map): Move initialization into declaration.
20220         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20222         * help-fns.el (help-argument-name): Don't autoload.
20223         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20224         to be re-loaded when customizing the `help' group.
20226 2005-11-30  John Paul Wallington  <jpw@gnu.org>
20228         * help-fns.el (describe-function-1): Fill arglist output.
20230 2005-11-30  Kim F. Storm  <storm@cua.dk>
20232         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20233         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20234         after revert-buffer (or anything else which kills all local variables).
20236         * apropos.el (apropos-parse-pattern): Doc fix.
20237         Set apropos-regexp directly, rather than expecting callers to do so.
20238         (apropos-command, apropos, apropos-value, apropos-documentation):
20239         Simplify calls to apropos-parse-pattern.
20241 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
20243         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20244         (hi-lock-face-phrase-buffer): Use hi-yellow face.
20245         (hi-lock-write-interactive-patterns): Use comment-region.
20247         * longlines.el (longlines-mode): Add mail-setup-hook.
20249         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20251         * simple.el (sendmail-user-agent-compose, next-line):
20252         Conditionally use hard-newline.
20254 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20256         * international/latexenc.el (latex-inputenc-coding-alist):
20257         Reword doc string.
20259 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
20261         * help.el (describe-key-briefly, describe-key): Recognize default
20262         bindings.
20264 2005-11-29  Romain Francoise  <romain@orebokech.com>
20266         * view.el (view-inhibit-help-message): New defcustom.
20267         (view-mode-enter): Use it.
20269 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
20271         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20272         Preserve user position.
20274 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
20276         * font-lock.el: Throw error if facemenu is not loaded to prevent
20277         accidental change of loading order in loadup.el.  (Suggested by RMS.)
20279         * loadup.el: Add comment explaining why facemenu must be loaded
20280         before font-lock.
20282 2005-11-28  Jay Belanger  <belanger@truman.edu>
20284         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20285         (calc-dispatch-map): Add more keys for `calc-same-interface'.
20287         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20289         * calc/calc-embed.el (calc-do-embedded): Update help message.
20291         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20293 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20295         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20297         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20298         called-interactively-p.
20299         (elp-profilable-p): Rename from elp-not-profilable-p.
20300         Invert result and take into account macros and autoloaded functions.
20301         (elp-instrument-function): Update call.
20302         (elp-instrument-package): Update call.  Add completion.
20303         (elp-pack-number): Use match-string.
20304         (elp-results-jump-to-definition-by-mouse): Merge into
20305         elp-results-jump-to-definition and then remove.
20306         (elp-output-insert-symname): Make help echo text single-line.
20308         * replace.el (query-replace-map): Move initialization into declaration.
20309         (occur-engine): Use with-current-buffer.
20310         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20311         (occur-mode-mouse-goto): Replace with an alias.
20313 2005-11-28  Juri Linkov  <juri@jurta.org>
20315         * simple.el (quoted-insert): Let-bind input-method-function to nil.
20317         * term/w32-win.el: Bind [S-tab] to [backtab].
20319         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20320         `Info-find-file' to t.
20322         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20323         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20324         and same-window-regexps.
20325         (occur-next-error): Don't move point for arg 0.
20327 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
20329         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20331 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20333         * log-edit.el (log-edit-changelog-use-first): New var.
20334         (log-edit-changelog-ours-p): Use it.
20335         (log-edit-insert-changelog): Set it with new arg `use-first'.
20336         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20337         (log-edit-hook): Add them to the list of suggested options.
20339         * textmodes/flyspell.el (flyspell-last-buffer): New var.
20340         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20341         redundant work.
20342         (flyspell-mode-on): Use add-hook for after-change-functions.
20343         (flyspell-mode-off): Use remove-hook for after-change-functions.
20344         (flyspell-changes): Make it buffer-local.
20345         (flyspell-after-change-function): Make it non-interactive.  Use push.
20346         (flyspell-post-command-hook): Check input-pending-p while processing
20347         the potentially long list of buffer changes.
20349 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
20351         * buff-menu.el (list-buffers-noselect): Display the selected
20352         frame's buffer list, not the global one.
20354 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
20356         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
20357         that (list last-input-event) works as in interactive spec.
20359 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
20361         * loadup.el ("facemenu"): Load facemenu before font-lock, because
20362         `facemenu-keymap' needs to be defined when font-lock is loaded.
20363         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
20365 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20367         * completion.el: Remove useless leading * in defcustom docstrings.
20368         (save-completions-file-name): Use ~/.emacs.d if available.
20369         (completion-standard-syntax-table): Rename from
20370         cmpl-standard-syntax-table and fold initialization into declaration,
20371         thus removing cmpl-make-standard-completion-syntax-table.
20372         (completion-lisp-syntax-table, completion-c-syntax-table)
20373         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
20374         (cmpl-saved-syntax, cmpl-saved-point): Remove.
20375         (symbol-under-point, symbol-before-point)
20376         (symbol-under-or-before-point, symbol-before-point-for-complete)
20377         (add-completions-from-c-buffer): Use with-syntax-table.
20378         (make-completion): Don't return a list of completion entries.
20379         Update callers.
20380         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
20381         (completion-initialize): Rename from initialize-completions.
20382         (completion-find-file-hook): Rename from cmpl-find-file-hook.
20383         (kill-emacs-save-completions): Collect stats here.
20384         (save-completions-to-file, load-completions-from-file):
20385         Use with-current-buffer.
20386         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
20387         into a function.  Move all calls to toplevel.
20388         (completion-lisp-mode-hook): New fun.
20389         (completion-c-mode-hook, completion-setup-fortran-mode):
20390         Set the syntax-table here.  Use local-set-key.
20391         (completion-saved-bindings): New var.
20392         (dynamic-completion-mode): Make it into a proper minor mode.
20393         (load-completions-from-file): Remove unused var `num-uses'.
20395         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
20396         constructor if it is explicitly overridden.
20398         * complete.el (PC-completion-as-file-name-predicate):
20399         Use minibuffer-completing-file-name.
20400         (partial-completion-mode): Use find-file-not-found-functions.
20401         (PC-lisp-complete-symbol): Use with-syntax-table.
20402         (PC-look-for-include-file): Remove dead setq.
20403         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
20404         (PC-complete): Use with-current-buffer.
20406         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
20407         escape single quotes.
20409 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
20411         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
20412         of `if' whose condition always returned nil.  Doc fix.
20414         * buff-menu.el (Buffer-menu-revert-function): Make the selected
20415         window's buffer the current buffer around the call to
20416         `list-buffers-noselect'.  This is necessary to mark that buffer
20417         with a `.' in the Buffer Menu when called from Lisp, for instance
20418         by Auto Revert Mode.
20420 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
20422         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20423         attaching to it.
20424         (gdb-pre-prompt): Make sure gdb-error is reset.
20426         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20427         with a child process, detect it.
20428         (gud-speedbar-buttons): Match regexp more carefully.
20430 2005-11-27  Richard M. Stallman  <rms@gnu.org>
20432         * mouse.el (mouse-drag-move-window-bottom):
20433         Use adjust-window-trailing-edge.
20435 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
20437         * simple.el (blink-matching-open): Ignore
20438         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20439         (blink-matching-paren-on-screen): Update docstring.
20441         * paren.el (show-paren-mode): No longer change
20442         `blink-matching-paren-on-screen'.
20444 2005-11-27  John Paul Wallington  <jpw@pobox.com>
20446         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20447         (gdb-threads-select, gdb-edit-register-value):
20448         Use `posn-set-point' instead of `mouse-set-point' because the
20449         latter is not fbound when configured without X.
20451 2005-11-27  Kim F. Storm  <storm@cua.dk>
20453         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
20454         existing face when partially highlighting a TAB in a rectangle.
20456 2005-11-26  Kim F. Storm  <storm@cua.dk>
20458         * ido.el (ido-mode-map): Doc fix.
20459         (ido-mode-common-map, ido-mode-file-map)
20460         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20461         (ido-define-mode-map): Rewrite.  Select one of the new maps as
20462         parent for ido-mode-map instead of building from scratch.
20463         (ido-init-mode-maps): New defun to initialize new maps.
20464         (ido-mode): Call it.
20465         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20466         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20468 2005-11-26  John Paul Wallington  <jpw@pobox.com>
20470         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20471         `mouse-set-point' because the latter is not fbound when configured
20472         without X.
20474 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
20476         * files.el (file-relative-name): Doc fix.
20478 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
20480         * progmodes/octave-inf.el (inferior-octave-startup): Force a
20481         non-empty string for secondary prompt PS2.
20483 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
20485         * progmodes/compile.el (compilation-setup): Fix last change.
20487 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
20489         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20490         (gdb-mouse-toggle-breakpoint-margin)
20491         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20492         Add gdb-server-prefix to keep out of command history.
20493         (gdb-edit-register-value): New function.
20494         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20495         (gdb-info-registers-custom): Use above map.
20497 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
20499         * custom.el (enable-theme): Signal error if argument is not a
20500         theme.  Don't recalculate a face if it's not loaded yet.
20502         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20503         the `user' theme is in effect.
20505         * info.el (Info-on-current-buffer): Record actual filename in
20506         Info-current-file, instead of t, or a fake filename if a non-file
20507         buffer.  Make autoload.
20508         (Info-find-node, Info-revert-find-node): No need to check for
20509         Info-current-file nil.
20510         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20511         Info-current-file is now never `t'.
20512         (Info-fontify-node): Many simplifications due to Info-current-file
20513         always being valid.  Use Info-find-file to find node filename.
20515 2005-11-25  David Kastrup  <dak@gnu.org>
20517         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20518         new character, then delete" in order to preserve markers.
20520 2005-11-25  David Ponce  <david@dponce.com>
20522         * recentf.el (recentf-arrange-by-rule): Handle a special
20523         `auto-mode-alist'-like "strip suffix" rule.
20524         (recentf-build-mode-rules): Handle second level auto-mode entries.
20526 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
20528         * emulation/viper-keym.el (viper-ESC-key): Use different values
20529         in terminal and window modes.
20531         * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20532         add jde-javadoc-checker-report-mode.
20534         * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20536         * ediff.el (ediff-date): Change the date of last update.
20538 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
20540         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20541         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
20542         (hi-lock-mode): New global minor mode.
20543         (turn-on-hi-lock-if-enabled): New function.
20544         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20545         Change arguments to regexp and face instead of a font-lock pattern.
20546         Directly set face property, instead of refontifying.
20547         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20548         (hi-lock-find-patterns): Use line-number-at-pos.
20550         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
20551         arguments for hi-lock-set-pattern.
20552         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20553         Call font-lock-fontify-buffer.
20554         (hi-lock-find-file-hook, hi-lock-current-line)
20555         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
20557         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
20558         turned off.
20560         * progmodes/compile.el (compilation-setup): Don't fiddle with
20561         font-lock-defaults.
20563 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
20565         * progmodes/gdb-ui.el (gdb-var-create-handler)
20566         (gdb-var-list-children-handler): Find values for all variable
20567         objects.  gud-speedbar-buttons decides whether to display them.
20569 2005-11-24  Romain Francoise  <romain@orebokech.com>
20571         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20572         buffer name with a space.
20574 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
20576         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20577         `org-export-local-list-max-depth'.  Change default value to 3.
20578         (org-auto-renumber-ordered-lists)
20579         (org-plain-list-ordered-item-terminator): New options.
20580         (org-at-item-p, org-beginning-of-item, org-end-of-item)
20581         (org-get-indentation, org-get-string-indentation)
20582         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20583         New functions.
20584         (org-move-item-down, org-move-item-up): New commands.
20585         (org-export-as-html): New classes for CSS support.  Bug fix in
20586         regular expression detecting fixed-width regions.  Respect
20587         `org-local-list-ordered-item-terminator'.
20588         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20589         also a list item.
20590         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20591         New item moving functions.
20593 2005-11-24  Juri Linkov  <juri@jurta.org>
20595         * isearch.el (isearch-repeat): With empty search ring set
20596         `isearch-error' to the error string instead of signaling error
20597         with the function `error'.
20599 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20601         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20603 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
20605         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20606         and variable.
20607         (gdb-var-create-handler, gdb-var-list-children-handler):
20608         Don't match on "char **...".
20609         (gdb-var-update-handler): Find values for all variable objects.
20610         (gdb-info-frames-custom): Identify frames by leading "#".
20612         * progmodes/gud.el (gud-speedbar-menu-items): Add
20613         gdb-speedbar-auto-raise as radio button.
20614         (gud-speedbar-buttons): Raise speedbar if requested.
20615         Don't match on "char **...".
20616         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20617         Make it editable.
20619 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
20621         * info.el (Info-fontify-node): Handle the case where
20622         Info-current-file is t.
20624 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20626         * simple.el (blink-matching-open): Fix off-by-one in last change.
20628 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20630         * term/mac-win.el: Don't change default directory.
20632 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
20634         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20635         buffers correctly.  (It used to throw an error in such buffers.)
20636         Make it ask for confirmation in group buffers and other Custom
20637         buffers containing more than one customization item.
20639 2005-11-22  John Paul Wallington  <jpw@gnu.org>
20641         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20642         property on mail and url overlays.
20643         (goto-address-at-point): Use `posn-set-point' instead of
20644         `mouse-set-point' because the latter is not fbound when configured
20645         without X.
20647 2005-11-22  Lars Hansen  <larsh@soem.dk>
20649         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20650         (ls-lisp-classify, ls-lisp-format): Delete call to
20651         ls-lisp-parse-symlink.
20652         (ls-lisp-handle-switches): Handle symlinks to directories as
20653         directories when ls-lisp-dirs-first in non-nil.
20655 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
20657         * startup.el (command-line): Make sure that loaddefs.el is handled
20658         correctly in load-history.
20660 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
20662         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20663         (gdb-struct-string, gdb-array-string): New constants.
20664         (gdb-info-locals-handler): Use them.
20665         (gdb-reset): Reset gdb-var-list to nil.
20667 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20669         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20670         in patterns.
20672 2005-11-21  Juri Linkov  <juri@jurta.org>
20674         * custom.el (defcustom): Update link types in docstring.
20676 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
20678         * custom.el (defgroup): Add doc-string-elt info.
20680         * widget.el (define-widget): Don't use declare for the doc-string-elt.
20682 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20684         * newcomment.el (comment-enter-backward): Fix last fix.
20686         * simple.el (blink-matching-open):
20687         * paren.el (show-paren-function): Allow new paren-class info.
20689 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
20691         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
20692         handled automagically.
20694 2005-11-20  Andreas Schwab  <schwab@suse.de>
20696         * descr-text.el (describe-char): When copying overlays put them
20697         over the full char description instead of just the first character
20698         of it.
20700 2005-11-20  Juri Linkov  <juri@jurta.org>
20702         * simple.el (what-cursor-position):
20703         * descr-text.el (describe-char): Use Lisp-readable syntax
20704         for octal and hex.  Reorder decimal, octal and hex values.
20705         Remove excess whitespace in the output.  Use `=' in `column='
20706         like in `point=' and `Hscroll='.
20708         * international/mule-cmds.el (encoded-string-description):
20709         Use Lisp-readable syntax for hex.
20711 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20713         * newcomment.el (comment-enter-backward): Handle the case where the
20714         comment is closed by EOB.
20716 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20718         * longlines.el (longlines-before-revert-hook)
20719         (longlines-after-revert-hook): New functions.
20720         (longlines-mode): Turn off longlines temporarily when reverting.
20721         Add a message-setup-hook.
20722         (longlines-decode-buffer): New function.
20723         (longlines-wrap-line): Preserve marker positions.
20725 2005-11-19  Andreas Schwab  <schwab@suse.de>
20727         * emacs-lisp/shadow.el: Handle compressed files.
20729 2005-11-19  Romain Francoise  <romain@orebokech.com>
20731         * net/browse-url.el (browse-url-default-browser): Signal an error
20732         if no usable browser can be found, rather than try to load w3.
20734 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
20736         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20737         replacing existing properties.
20738         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20739         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20740         tty specs.
20741         (rcirc-server-prefix, rcirc-server): New faces.
20742         (rcirc-url-regexp): Generate with rx macro.
20743         (rcirc-last-server-message-time): New variable.
20744         (rcirc-filter): Record time of last message.
20745         (rcirc-keepalive): Kill processes that did not send a message
20746         since the last ping.
20747         (rcirc-mode): Give rcirc-topic a local binding here.
20749 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
20751         * subr.el (read-passwd): Fontify the prompt as we do with other
20752         prompts.
20754 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
20756         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20757         binding buffer-read-only to nil.
20759 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20761         * complete.el (partial-completion-mode):
20762         Mention completion-auto-help in the doc string.
20764         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
20765         more Lisp-ish way.
20767 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
20769         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20770         digits, not 8, to avoid misalignment for files larger than 100MB.
20772 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20774         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20775         Mention "keyboard shortcuts" in the help text.
20777 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20779         * startup.el (fancy-splash-default-action): Discard only
20780         mouse-down and succeeding mouse-up events in the splash screen
20781         window so that drag-n-drop event can be processed.
20783 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
20785         * longlines.el (longlines-mode): Add hacks for mail-mode and
20786         message-mode.
20788 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
20790         * textmodes/org.el (org-table-sort-lines): New command.
20791         (org-tbl-menu): Add entry for `org-table-sort-lines'.
20792         (org-add-file): Command removed, use `org-agenda-file-to-front'
20793         instead.
20794         (org-export-icalendar): Use `org-icalendar-combined-name'.
20795         (org-cycle-agenda-files, org-agenda-file-to-end)
20796         (org-agenda-file-to-front): New commands.
20797         (org-table-tab-jumps-over-hlines, org-export-html-style):
20798         New options.
20799         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20800         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20801         New functions.
20802         (org-fill-paragraph): Call `org-table-align' in tables.
20803         (org-mode): Call `org-set-autofill-regexps'.
20804         (org-export-as-html): Support for local handformatted lists.
20805         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
20806         (org-export-local-list-max-depth): New option.
20807         (org-html-expand): Use `org-html-protect'.
20809 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
20811         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20812         to "p".
20813         (gdb): Move definition of gud-pp to...
20815         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
20816         speedbar.
20817         (gdb-find-watch-expression): New function.
20819 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20821         * faces.el (face-attribute, set-face-attribute): Mention existence
20822         of `:ignore-defface' setting in docstring.
20824 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20826         * simple.el (completion-setup-function): Fix last change.
20828 2005-11-17  John Paul Wallington  <jpw@pobox.com>
20830         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20831         Use `posn-set-point' instead of `mouse-set-point' because the
20832         latter is not fbound when configured without X.
20834         * comint.el (comint-insert-input): Likewise.
20836 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20838         * simple.el (hard-newline): New variable.
20839         (sendmail-user-agent-compose, next-line): Use it.
20841         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20842         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20843         (mail-mail-reply-to, mail-mail-followup-to)
20844         (mail-position-on-field, mail-signature, mail-yank-original)
20845         (mail-attach-file): Likewise.
20847         * mail/mailheader.el (mail-header-format)
20848         (mail-header-format-function): Likewise.
20850         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20852 2005-11-17  Juri Linkov  <juri@jurta.org>
20854         * font-lock.el (font-lock-faces): Rename this defgroup from
20855         `font-lock-highlighting-faces'.
20856         (font-lock-comment-face, font-lock-comment-delimiter-face)
20857         (font-lock-string-face, font-lock-doc-face)
20858         (font-lock-keyword-face, font-lock-builtin-face)
20859         (font-lock-function-name-face, font-lock-variable-name-face)
20860         (font-lock-type-face, font-lock-constant-face)
20861         (font-lock-warning-face, font-lock-negation-char-face)
20862         (font-lock-preprocessor-face)
20863         (font-lock-regexp-grouping-backslash)
20864         (font-lock-regexp-grouping-construct): Rename :group from
20865         `font-lock-highlighting-faces' to `font-lock-faces'.
20867         * cus-edit.el (lisp, c, tex):
20868         * progmodes/ada-mode.el (ada):
20869         * progmodes/asm-mode.el (asm):
20870         * progmodes/cperl-mode.el (cperl-faces):
20871         * progmodes/cpp.el (cpp):
20872         * progmodes/dcl-mode.el (dcl):
20873         * progmodes/f90.el (f90):
20874         * progmodes/fortran.el (fortran):
20875         * progmodes/icon.el (icon):
20876         * progmodes/idlwave.el (idlwave-misc):
20877         * progmodes/m4-mode.el (m4):
20878         * progmodes/make-mode.el (makefile):
20879         * progmodes/meta-mode.el (meta-font):
20880         * progmodes/modula2.el (modula2):
20881         * progmodes/octave-mod.el (octave):
20882         * progmodes/pascal.el (pascal):
20883         * progmodes/perl-mode.el (perl):
20884         * progmodes/prolog.el (prolog):
20885         * progmodes/ps-mode.el (PostScript-edit):
20886         * progmodes/scheme.el (scheme):
20887         * progmodes/sh-script.el (sh-script):
20888         * progmodes/simula.el (simula):
20889         * progmodes/tcl.el (tcl):
20890         * textmodes/nroff-mode.el (nroff):
20891         * textmodes/reftex-vars.el (reftex-fontification-configurations):
20892         * textmodes/sgml-mode.el (sgml):
20893         * textmodes/texinfo.el (texinfo):
20894         Add :link (custom-group-link font-lock-faces) to defgroup.
20896         * hi-lock.el (hi-lock): Rename this defgroup from
20897         `hi-lock-interactive-text-highlighting'.  Change parent group from
20898         `faces' to `font-lock'.  Add link to the manual.
20899         (hi-lock-mode, hi-lock-file-patterns-range)
20900         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20901         `hi-lock-interactive-text-highlighting' to `hi-lock'.
20902         (hi-lock-faces): Add :group `faces'.
20904         * cus-edit.el (custom-variable-prompt): Clarify the code.
20906         * faces.el (face-read-string): Set the default value arg of
20907         completing-read.
20909 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
20911         * rfn-eshadow.el (file-name-shadow-properties)
20912         (file-name-shadow-tty-properties, file-name-shadow-mode):
20913         Remove autoloads, because the file is now preloaded.
20915 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20917         * printing.el (easy-menu-intern): Don't define.
20918         (pr-get-symbol): Use easy-menu-intern only if defined.
20920         * simple.el (blink-matching-open): Simplify a bit.
20921         (completion-setup-function): Fix the case of partial-completion-mode
20922         when the minibuffer's contents start with "-".
20923         Obey completion-base-size-function even when
20924         minibuffer-completing-file-name is non-nil.
20926 2005-11-16  Richard M. Stallman  <rms@gnu.org>
20928         * net/eudcb-ph.el (eudc-ph-open-session):
20929         Use set-process-query-on-exit-flag.
20931         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20933         * international/ucs-tables.el (ucs-set-table-for-input):
20934         Use make-local-variable, not make-variable-buffer-local.
20936         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20937         Improve warning message text.
20939         * savehist.el (savehist-save-hook): Add :group.
20941         * menu-bar.el (menu-bar-help-menu):
20942         Rename Find Extra Packages to External Packages.
20944         * cus-edit.el (Custom-reset-standard): Verify that
20945         :custom-standard-value prop exists before calling it.
20947         * apropos.el (apropos-calc-scores): Use apropos-pattern.
20949 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
20951         * wid-edit.el (color): Enclose %t in %{...%}.
20953         * cus-edit.el (face): Enclose %t in %{...%}.
20955 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
20957         * savehist.el (savehist-mode-hook): Re-add the var.
20958         (savehist-mode): Use it.
20960 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20962         * textmodes/flyspell.el: Fix commenting convention.
20963         Remove unnecessary leading * in custom docstrings.
20964         (flyspell-emacs): Remove unused var.
20965         (flyspell-delete-region-overlays): Use remove-overlays.
20966         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20967         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20968         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20969         (flyspell-debug-signal-word-checked): Use with-current-buffer.
20970         (make-flyspell-overlay): Don't locally reuse a global name.
20971         (flyspell-highlight-incorrect-region)
20972         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20973         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20974         (flyspell-notify-misspell): Remove unused args `start' and `end'.
20975         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
20976         Wrap calls to accept-process-output inside with-local-quit since it's
20977         often called from a post-command-hook.
20978         (flyspell-correct-word, flyspell-auto-correct-word):
20979         Use ispell-send-string.
20980         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
20982         * calendar/diary-lib.el (diary-list-entries): Also hide the
20983         terminating newline.
20985 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
20987         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20988         window-system, to allow fonts on tty.
20990 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
20992         * progmodes/gud.el (gud-speedbar-item-info): New function.
20993         (gud-install-speedbar-variables): Use it to display data type
20994         of watch expression as a tooltip in speedbar.
20996 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
20998         * font-core.el (global-font-lock-mode): Add :version keyword,
20999         because default was changed.
21001         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21003         * startup.el (command-line): Use `custom-reevaluate-setting' for
21004         `file-name-shadow-mode'.
21006         * loadup.el: Preload rfn-eshadow.
21008         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21009         Add :version keyword.
21010         (file-name-shadow-properties, file-name-shadow-tty-properties)
21011         (file-name-shadow): Add :version keyword.
21013         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21014         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21015         in the custom-group property of the symbol frames and the fringe
21016         group got no link to its parent group frames.
21017         Doc fix.
21019 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
21021         * progmodes/gud.el (gud-stop-subjob): New function.
21022         (gud-menu-map, gud-tool-bar-map): Use it.
21024 2005-11-16  Kim F. Storm  <storm@cua.dk>
21026         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21027         than kill it.
21028         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
21029         to a more useful/logical place.
21031 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
21033         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21034         go buttons complementary.
21036 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21038         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21039         (rfn-eshadow-sifn-equal): New function.
21040         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21042 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
21044         * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21045         Quote `-' in string.
21047         * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21048         rcirc-mode buffers come up in Emacs state.
21050         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21051         operation.
21053 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
21055         * term.el (term-termcap-format): Fix typos.
21056         (term-down): Fix the negative argument case.
21058 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
21060         * progmodes/gdb-ui.el: Remove face-alias left over from change on
21061         2005-08-15.
21062         (gdb-ann3): New command gud-go.
21063         (menu): Accomodate gdb-mi.el.
21064         (gdb-assembler-custom): Make buffer of selected window current
21065         so that set-window-point works.
21067         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21068         buttons and include new ones.
21070 2005-11-16  Kim F. Storm  <storm@cua.dk>
21072         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21073         (gud-menu-map): Use it.
21075 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
21077         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21078         that works correctly for Custom and that does not override a user
21079         who disables it.
21081         * help-mode.el (help-make-xrefs, help-xref-on-pp)
21082         (help-xref-interned, help-follow): Make hyperlinks for variables
21083         that are unbound, but have a non-nil variable-documentation property.
21085         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21086         mode hook.  (It conflicted with defcustoms for some mode hooks.)
21087         Use the `variable-documentation' property to give the mode hook a
21088         docstring and expand that docstring.
21090 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
21092         * savehist.el (savehist-mode): Don't bother with
21093         `custom-set-minor-mode'.
21094         (savehist-coding-system): Check XEmacs version.
21095         (history-length): Declare also at run time.
21096         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
21097         Don't set the customize state.
21098         (savehist-minibuffer-hook): Special case for when
21099         minibuffer-history-variable is equal to t.
21101 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21103         * files.el (write-file): Refresh VC status.
21105         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21106         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21107         than fundamental-mode to see if the mode was set.
21109 2005-11-14  Romain Francoise  <romain@orebokech.com>
21111         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21112         dummy function in `eval-when-compile' to avoid compiler warning.
21113         Require `man' at compile time.
21115 2005-11-14  Jay Belanger  <belanger@truman.edu>
21117         * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21118         calcFunc-powerexpand.
21119         (math-write-out-power): Rename it to math-powerexpand; have it
21120         handle negative exponents.
21121         (calc-writeoutpower): Rename it to calc-powerexpand.
21123         * calc/calc-ext.el: Change calcFunc-writeoutpower and
21124         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21125         autoloads.
21126         Add calcFunc-ldiv to autoloads.
21128         * calc/calc-arith.el (calcFunc-ldiv): New function.
21130         * calc/calc.el (calc-left-divide): New function.
21132 2005-11-14  Juri Linkov  <juri@jurta.org>
21134         * cus-edit.el (custom-variable-prompt): Set the default value arg
21135         of completing-read.
21137         * cus-dep.el (custom-make-dependencies): Reverse the list of
21138         found dependencies.
21140 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
21142         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21143         Highlighting" entry, it is on by default now.
21144         (menu-bar-options-save): Do not save global-font-lock-mode.
21146 2005-11-13  Richard M. Stallman  <rms@gnu.org>
21148         * textmodes/flyspell.el (flyspell-large-region):
21149         Call flyspell-accept-buffer-local-defs.
21151 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
21153         * textmodes/flyspell.el (flyspell-notify-misspell):
21154         Fix misspelling of "Misspelling".
21155         (flyspell-process-localwords): New function.
21156         (flyspell-large-region): Call flyspell-process-localwords and
21157         flyspell-delete-region-overlays.
21158         (flyspell-delete-region-overlays): New function.
21159         (flyspell-delete-all-overlays): Call that.
21161 2005-11-13  Richard M. Stallman  <rms@gnu.org>
21163         * help.el (help-for-help-internal): Improve doc of C-h a.
21164         (describe-key): Improve prompt; doc fix.
21166 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21168         * vc-svn.el (vc-svn-registered): Catch all errors.
21170         * cus-dep.el (custom-make-dependencies): Typo.
21172 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
21174         * net/tramp-util.el (top): Fix compilation warning.
21176 2005-11-13  Kim F. Storm  <storm@cua.dk>
21178         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
21180 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
21182         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21183         (gud-speedbar-buttons): Match on "const char *" too.
21185         * progmodes/gdb-ui.el (gdb-var-create-handler)
21186         (gdb-var-list-children-handler): Match on "const char *" too.
21187         (gdb-var-evaluate-expression-handler): Match on empty string.
21188         (gdb-var-update-handler): Only call
21189         gdb-var-evaluate-expression-handler when required.
21191 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
21193         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21194         selected window.  This still doesn't work for speedbar.
21195         (gud-speedbar-buttons): Handle string expressions properly.
21197         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21198         (gdb-var-create-handler): Handle string expressions properly.
21199         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21200         Handle string expressions properly.  Move "type" field into regexp.
21202 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
21204         * bookmark.el (bookmark-maybe-message): New function to reduce
21205         code duplication: invokes `message' iff baud-rate is high enough.
21206         (bookmark-write-file): Use above instead of an inline conditional.
21207         (bookmark-load): Same.
21209 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
21211         * bookmark.el (bookmark-write-file): Don't visit the destination
21212         file, just write the data to it using write-region.  This is
21213         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21214         change to avoid visiting the file in the first place.
21216 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
21218         * hi-lock.el (hi-lock-mode): Set the default value of
21219         font-lock-defaults.
21221 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
21223         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21224         arg to `file-attributes'.
21225         (find-lisp-format): The UID and GID can now be strings.
21227 2005-11-12  Kim F. Storm  <storm@cua.dk>
21229         * help.el (help-map): Bind C-h d to apropos-documentation.
21231         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21232         when point is at end-of-buffer.
21234         * apropos.el (apropos-match-face): Doc fix.
21235         (apropos-sort-by-scores): Add new choice `verbose'.
21236         (apropos-documentation-sort-by-scores): New defcustom.
21237         (apropos-pattern): Now contains the pattern entered by the user.
21238         (apropos-pattern-quoted): New defvar.
21239         (apropos-regexp): New defvar, containing the regexp corresponding
21240         to apropos-pattern.
21241         (apropos-all-words-regexp): Rename from apropos-all-regexp.
21242         (apropos-read-pattern): New defun.  Use it to read pattern arg in
21243         interactive calls; returns list of words for a word list, and
21244         string for a regexp.
21245         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
21246         parses a list of words or regexp as returned by apropos-read-pattern.
21247         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21248         (apropos-score-doc): Return a very high score if the string
21249         entered by the user matches literally.
21250         (apropos-variable): Doc fix.  Use apropos-read-pattern.
21251         (apropos-command): Doc fix.  Use apropos-read-pattern and
21252         apropos-parse-pattern.  Call apropos-print with nosubst=t.
21253         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
21254         apropos-parse-pattern.
21255         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
21256         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
21257         apropos-documentation-sort-by-scores.  Call apropos-print with
21258         nosubst=t.
21259         (apropos-documentation-internal): Pass doc string through
21260         substitute-key-definition before adding text properties.
21261         Highlight substring matching literal user input if possible.
21262         (apropos-documentation-check-doc-file): Remove locals beg and end.
21263         Fix calculation of score (as added twice).  Pass doc string through
21264         substitute-key-definition before adding text properties.
21265         (apropos-documentation-check-elc-file): Pass doc string through
21266         substitute-key-definition before adding text properties.
21267         Highlight substring matching literal user input if possible.
21268         (apropos-print): Add new arg NOSUBST; if set, command and variable
21269         doc strings have already been passed through substitute-key-definition.
21270         Add code to handle apropos-accumulator items without score element
21271         for backwards compatibility (e.g. with woman package).
21272         Only show scores if apropos-sort-by-scores is `verbose'.
21274 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21276         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21277         Add jka-compr-load-suffixes to load-suffixes.
21279         * jka-compr.el: Require jka-cmpr-hook.
21280         (jka-compr-info-compress-message, jka-compr-info-compress-program)
21281         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21282         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21283         (jka-compr-info-can-append, jka-compr-info-strip-extension)
21284         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21285         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
21286         (jka-compr-uninstall): Remove entries from
21287         jka-compr-added-to-file-coding-system-alist after they are used.
21288         (jka-compr-error): Remove unused var `curbuf'.
21289         (jka-compr-file-local-copy): Remove unused var `notfound'.
21291 2005-11-10  Romain Francoise  <romain@orebokech.com>
21293         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21295 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
21297         * progmodes/gud.el (gud-menu-map): Move parentheses.
21298         (gdb): New command gud-pv.
21300 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21302         * tar-mode.el: Remove spurious or unnecessary leading stars
21303         in docstrings.
21304         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21305         (tar-parse-octal-integer-safe): Use mapc.
21306         (tar-header-block-summarize): Remove unused var `ck'.
21307         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21308         cleared before.  Obey default-enable-multibyte-characters.
21309         Use mapconcat.  Simplify setting of tar-header-offset.
21310         (tar-mode-map): Move initialization inside delcaration.
21311         (tar-flag-deleted): Use `abs'.
21312         (tar-expunge-internal): Remove unused var `line'.
21313         (tar-expunge-internal): Don't hardcode point-min==1.
21314         (tar-expunge): Widen while doing set-buffer-multibyte.
21315         (tar-rename-entry): Use file-name-coding-system.
21316         (tar-alter-one-field): Don't hardcode point-min==1.
21317         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21318         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
21320 2005-11-10  Masatake YAMATO  <jet@gyve.org>
21322         * add-log.el (add-log-current-defun): Handle class::method
21323         notation of c++.  Fix incorrect comment.
21325 2005-11-10  Alan Mackenzie  <acm@muc.de>
21327         * help-fns.el (describe-variable): Make C-h v work when a variable
21328         has variable documentation yet is unbound.
21330 2005-11-10  Masatake YAMATO  <jet@gyve.org>
21332         * man.el (Man-highlight-references): Set an empty
21333         string to `Man-arguments' if it is nil.
21334         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21336 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
21338         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21339         commenting conventions.
21341         * cus-dep.el (custom-make-dependencies): Simplify.
21342         Better follow the commenting conventions.
21344 2005-11-09  Richard M. Stallman  <rms@gnu.org>
21346         * apropos.el (apropos-pattern): Rename from apropos-regexp.
21347         (apropos-orig-pattern): Rename from apropos-orig-regexp.
21348         All uses changed.
21349         (apropos-rewrite-regexp): Doc fix.
21350         (apropos-variable, apropos-command, apropos, apropos-value):
21351         Change prompt; carry through the argument renaming.
21353 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
21355         * find-lisp.el: Require dired.
21356         (find-lisp-find-dired-internal): Do not call
21357         `abbreviate-file-name' on DIR.
21359 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
21361         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
21363 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
21365         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
21366         when using the speedbar.
21367         (gdb): New command gud-pp.
21368         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21370 2005-11-09  Juri Linkov  <juri@jurta.org>
21372         * replace.el (occur-excluded-properties): New defcustom.
21373         (occur-1, occur-engine, occur-accumulate-lines): Use it.
21375 2005-11-08  Jay Belanger  <belanger@truman.edu>
21377         * calc/calc-units.el (math-convert-units): Replace any composite
21378         unit by its definition.
21380 2005-11-08  Lars Hansen  <larsh@soem.dk>
21382         * emacs-lisp/autoload.el (update-directory-autoloads):
21383         Add obsolete function alias.
21385 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21387         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21388         comment-indent-function.
21389         (lisp-comment-indent): Replace by an alias for comment-indent-default.
21391         * reveal.el (reveal-post-command): Rework the handling of
21392         reveal-open-spots, so as to be more reliable.  There were several
21393         tricky corner cases where an open spot might be lost, or where
21394         a closed spot might end up on the list of open spots.
21395         Only reveal text that's ellipsised.
21397 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
21399         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
21401 2005-11-07  John Paul Wallington  <jpw@gnu.org>
21403         * ibuffer.el (ibuffer): Search iconified frames too when
21404         getting Ibuffer buffer's window.
21406 2005-11-06  Richard M. Stallman  <rms@gnu.org>
21408         * progmodes/compile.el (compilation-internal-error-properties):
21409         save-excursion around the computation of MARKER.
21411 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
21413         * textmodes/flyspell.el (flyspell-external-point-words):
21414         flyspell-get-word returns a list, not just a string.
21416 2005-11-06  John Paul Wallington  <jpw@pobox.com>
21418         * ibuffer.el (ibuffer): Search all visible frames when getting
21419         Ibuffer buffer's window.
21421 2005-11-07  Masatake YAMATO  <jet@gyve.org>
21423         * man.el (Man-reference-regexp): Accept spaces between
21424         `Man-name-regexp' and `Man-section-regexp'.
21425         (Man-apropos-regexp): New variable.
21426         (Man-abstract-xref-man-page): Use value for `Man-target-string'
21427         if available.
21428         (Man-highlight-references, Man-highlight-references0):
21429         Handle the case when `Man-arguments' includes "-k".
21430         (Man-highlight-references0): Rename the argument `TARGET-POS' to
21431         `TARGET'. `TARGET' can be a number, function or nil.
21433 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
21435         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21436         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21437         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21438         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21439         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21440         (gdb-send-item): Use buffer-local-value and simplify.
21442 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
21444         * startup.el (command-line): Use `custom-reevaluate-setting' for
21445         `global-font-lock-mode'.
21447         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21448         by default, except in batch mode or when the -D option is given.
21450         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
21451         specified keyword args on to `define-minor-mode'.  Update docstring.
21453 2005-11-05  Romain Francoise  <romain@orebokech.com>
21455         * replace.el (occur-engine): Add marker at end of line, too.
21457 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
21459         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21460         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21461         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21462         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21463         argument to all these routines, so the passphrase can be managed
21464         externally and passed in to the system.
21465         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21466         pgg-add-passphrase-to-cache function.
21468         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21469         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21470         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21471         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21472         argument to all these routines, so the passphrase can be managed
21473         externally and passed in to the system.
21474         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21475         function.
21477 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
21479         * font-lock.el: Don't deal with font-lock-face-attributes here,
21480         move the code ...
21482         * startup.el (command-line): ... here.  Use face-spec-set instead
21483         of custom-declare-face.
21485         * faces.el (face-spec-set): Reset the face if spec is not nil.
21487 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21489         * newcomment.el (comment-region-internal): Box more tightly in the
21490         common case where there's no TAB in the boxed text.
21492 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21494         * info.el (info-tool-bar-map): Use images prev-node, next-node and
21495         up-node.
21497 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
21499         * net/newsticker.el: Commentary updated.  Code formatting changed.
21500         (newsticker-version): Change to "1.9".
21501         (newsticker, newsticker-feed): Doc fix.
21502         (newsticker-url-list): Doc fix.  Add option "Weekly".
21503         (newsticker-retrieval-interval): Add option "Weekly".
21504         (newsticker-headline-processing): Doc fix.
21505         (newsticker-auto-mark-filter): Remove.
21506         (newsticker-auto-mark-filter-list): New.
21507         (newsticker-layout, newsticker-sort-method): Doc fix.
21508         (newsticker-hide-old-items-in-newsticker-buffer)
21509         (newsticker-heading-format, newsticker-item-format)
21510         (newsticker-desc-format): Doc fix.
21511         (newsticker-show-all-rss-elements): Remove.
21512         (newsticker-show-all-news-elements): New.
21513         (newsticker-faces, newsticker-ticker): Doc fix.
21514         (remove-from-invisibility-spec): Code formatting.
21515         (newsticker--process-ids): New.
21516         (newsticker-mode): Doc fix.
21517         (newsticker-mode): Change mode-line-format.
21518         (newsticker-start): Remove debug output.
21519         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
21520         (newsticker-w3m-show-inline-images): Code formatting.
21521         (newsticker-next-item): Call `force-mode-line-update'.
21522         (newsticker-previous-item): Call `force-mode-line-update'.
21523         (newsticker-next-feed): Call `force-mode-line-update'.
21524         (newsticker-previous-feed): Call `force-mode-line-update'.
21525         (newsticker-mark-all-items-at-point-as-read): Code formatting.
21526         (newsticker-show-old-items): Do not show descs.
21527         (newsticker-hide-entry): Hide too much.
21528         (newsticker-hide-entry, newsticker-show-entry)
21529         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21530         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21531         (newsticker-toggle-auto-narrow-to-item): Code formatting.
21532         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21533         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21534         (newsticker-get-news): Call `force-mode-line-update'.
21535         Collect process ids.
21536         (newsticker--sentinel): Change coding system handling.
21537         Move image retrieval to new functions newsticker--get-logo-url-*.
21538         Move feed parsing to new functions newsticker--parse-*.
21539         Update list of process ids.
21540         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21541         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21542         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21543         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21544         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21545         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21546         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21547         (newsticker--decode-coding-string): Remove.
21548         (newsticker--decode-numeric-entities): Check input.  Format code.
21549         (newsticker--remove-whitespace): Check input.
21550         (newsticker--do-forget-preformatted): Doc fix.
21551         (newsticker--decode-rfc822-date): Allow for missing time.
21552         (newsticker--update-process-ids): New.
21553         (newsticker--image-sentinel): Change comment.
21554         (newsticker--image-read): Change error message.
21555         (newsticker--imenu-goto): Doc fix.  Show headline title.
21556         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
21557         (newsticker--buffer-do-insert-text): Clean whitespace in
21558         html-rendered headline title.  Code formatting.
21559         Call `newsticker--buffer-print-extra-elements'.
21560         (newsticker--buffer-print-extra-element): Remove.
21561         (newsticker--buffer-print-extra-elements): New.
21562         (newsticker--buffer-do-print-extra-element): New.
21563         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
21564         large sizes.
21565         (newsticker--run-auto-mark-filter)
21566         (newsticker--do-run-auto-mark-filter):
21567         Use `newsticker-auto-mark-filter-list'.
21569 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
21571         * net/rcirc.el: Use split-string OMIT-NULLS argument.
21572         (rcirc-print): Force redisplay before running hooks.  Do long
21573         buffer truncation after making new text read-only.  Deal with nil
21574         text when decoding strings.  If TARGET is nil, use either the
21575         currently selected buffer, if it is an rcirc buffer and of the
21576         same process or the process buffer.
21577         (rcirc-mode): Remove header-line.  Recompute short buffer names.
21578         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21579         (rcirc-short-buffer-name): Add variable.
21580         (rcirc-kill-buffer-hook): Recompute short buffer names.
21581         Remove nick from private channel.
21582         (rcirc-send-input): Send command text to current-buffer.
21583         Don't clear overlay arrow here.
21584         (rcirc-short-buffer-name): Return a short buffer name.
21585         (rcirc-update-short-buffer-names, rcirc-abbreviate)
21586         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21587         buffer-name abbreviations.
21588         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21589         Do not touch nick-table when killing a parted channel.
21590         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21591         Clear arrow from current buffer if it is now hidden.
21592         (rcirc-current-buffer): Add variable.
21593         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21594         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21595         Remove -face from names.
21596         (rcirc-update-activity-string): Print "DND" when globally ignoring
21597         activity.
21598         (rcirc-ignore-buffer-activity-flag): Rename from
21599         rcirc-ignore-channel-activity.
21600         (rcirc-ignore-all-activity-flag): Doc fix.
21601         (rcirc-channels): Remove variable.
21602         (rcirc-kill-buffer-hook):
21603         (rcirc-get-buffer-create): Add nick to private channel.
21604         (rcirc-multiline-edit-submit): Remove tabs.
21605         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21606         folded.
21607         (rcirc-remove-nick-channel): Bug fix.
21608         (rcirc-toggle-ignore-buffer-activity): Rename from
21609         rcirc-toggle-ignore-channel-activity.
21610         (rcirc-record-activity): Add buffers to the front of the list.
21611         (rcirc-update-activity): Remove killed buffers from list.
21612         (rcirc-process-server-response-1): Remove last argument if it is
21613         null before calling handler.
21614         (rcirc): Add "rcirc" defcustom prefix.
21615         (rcirc-prompt): Simplify default prompt.
21616         Use custom-initialize-default.
21617         (rcirc-private-chats): Remove variable.
21618         (rcirc-prompt): Change initialization.
21619         (rcirc-version): Remove function.
21620         (rcirc-id-string): Add constant.
21621         (rcirc-last-buffer): Remove variable.
21622         (rcirc-buffer-alist): Add variable.
21623         (rcirc-connect): Update variable setup.
21624         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21625         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21626         default.
21627         (rcirc-handler-generic): Trigger activity.
21628         (rcirc-send-message): Create the buffor of the target.
21629         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21630         (rcirc-get-buffer): Just return nil if there is no matching buffer.
21631         (rcirc-multiline-edit-cancel): Remove function.
21632         (rcirc-set-last-buffer): Remove function.
21633         (rcirc-get-any-buffer): Add function.
21634         (rcirc-join-channels): Don't print /join text.
21635         (rcirc-toggle-ignore-channel-activity): Add and update echo area
21636         messages.
21637         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21638         (rcirc-handler-NOTICE): Recognize CTCP responses.
21639         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21640         constructing TOPIC string for buffers we are not JOINed.
21641         (rcirc-handler-CTCP-response): Add handler.
21642         (rcirc-multiline-edit-submit): Restore the window-configuration
21643         before adjusting point.
21644         (rcirc): Add customization group.
21645         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21646         (rcirc-user-full-name, rcirc-startup-channels-alist)
21647         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21648         (rcirc-ignore-all-activity-flag, rcirc-time-format)
21649         (rcirc-input-ring-size, rcirc-read-only-flag)
21650         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21651         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21652         Change defvar to defcustom.
21653         (rcirc-update-prompt): Add optional ALL arg, which will update
21654         prompts in all rcirc buffers.  Regexp quote replacement text.
21655         (rcirc-fill-column): Accept frame-width as a value.
21656         (rcirc-set-changed): Add function.
21657         (rcirc-next-active-buffer): Write more meaningful messages.
21658         (rcirc-faces): Add customization group.
21659         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21660         (rcirc-nick-in-message-face, rcirc-prompt-face)
21661         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21662         (with-rcirc-process-buffer): Move before first usage.
21663         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21664         (rcirc-debug-flag): Rename from `rcirc-log-p'.
21665         (rcirc-debug): Rename from `rcirc-log'.
21666         (rcirc-format-response-string): Do not print `-' chars for a
21667         NOTICE with no sender.  Simplify output of server responses.
21669 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
21671         (rcirc-browse-url-map, rcirc-browse-url-at-point)
21672         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21673         Make urls mouse and RET clickable.
21675 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
21677         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21679 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
21681         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21682         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21683         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21684         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21685         argument to all these routines, so the passphrase can be managed
21686         externally and passed in to the system.
21687         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21688         pgg-add-passphrase-to-cache function.
21690         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21691         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21692         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21693         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21694         argument to all these routines, so the passphrase can be managed
21695         externally and passed in to the system.
21696         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21697         function.
21699 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
21701         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21702         from goto-address-url-regexp.
21704 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
21706         * textmodes/org.el (org-read-date, org-goto-calendar)
21707         (org-recenter-calendar, org-agenda-goto-calendar):
21708         Temporarily clear `calendar-move-hook'.
21710 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
21712         * ediff-merg.el (ediff-merge-region-is-non-clash):
21713         Return t, if not merging.
21715         * ediff-util.el (ediff-previous-difference): Don't skip regions that
21716         have merge clashes.
21718 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21720         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21721         Undo previous change.
21723         * startup.el (command-line): Use `custom-reevaluate-setting' for
21724         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
21725         tty-register-default-colors on Mac.
21727 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21729         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21730         (gdb-buffer-type): Make it automatically buffer local...
21731         (gdb-get-create-buffer): ...and set it accordingly.
21732         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21733         actually work.
21735 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
21737         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21738         not red.
21740 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21742         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21743         case GUD buffer is not visible.
21744         (gdb-goto-breakpoint): Try to force display in source buffer.
21745         (gdb-frame-gdb-buffer): Copy other similar functions.
21746         (gdb-restore-windows): Don't display source if not asked for.
21747         (gdb-assembler-buffer-name): Don't capitalise.
21749 2005-11-03  Richard M. Stallman  <rms@gnu.org>
21751         * wid-edit.el (key-sequence): New widget type.
21753         * simple.el (set-mark-command-repeat-pop): New variable.
21754         (set-mark-command): Only interpret plan C-@ after a pop as a pop
21755         if set-mark-command-repeat-pop is true.
21757         * info.el (Info-fontify-node): Don't display extra "see" if there
21758         already is one here.
21760         * mouse.el: Fix special handling of DEL after dragging a region:
21761         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21762         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
21764         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21766         * textmodes/ispell.el (ispell-command-loop): Change `i' description
21767         not to assume it pertains to an affix.
21769         * textmodes/flyspell.el (flyspell-post-command-hook):
21770         Bind deactivate-mark to prevent deactivation.
21772 2005-11-03  Lars Hansen  <larsh@soem.dk>
21774         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21775         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21776         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21778 2005-11-03  Romain Francoise  <romain@orebokech.com>
21780         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
21781         Update copyright years.
21783 2005-11-03  Sam Steingold  <sds@gnu.org>
21785         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21786         Use system-type instead of window-system because window-system is not
21787         correctly defined during loadup.
21789 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
21791         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21792         (xml-parse-tag): Join strings separated by a comment properly.
21794 2005-11-02  Andreas Schwab  <schwab@suse.de>
21796         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21798 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21800         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21801         (byte-optimize-pure-func): Quote the eval'd value.
21803         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21804         Rename from perl-font-lock-syntactic-face-function.
21805         Change the calling convention so it can be used as a font-lock MATCHER.
21806         Do the parse-partial-sexp loop outselves.
21807         (perl-font-lock-syntactic-keywords): Use it.
21808         (perl-mode): Don't set font-lock-syntactic-face-function any more.
21810 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
21812         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21813         disassembly buffer too.
21814         (gdb-exited): Remove overlay arrows when execution has finished.
21815         (gdb-info-frames-custom, gdb-info-threads-custom)
21816         (gdb-info-registers-custom): Don't add inappropriate text
21817         properties if inferior is not active.
21819 2005-11-02  Glenn Morris  <rgm@gnu.org>
21821         * progmodes/fortran.el (fortran-blink-match):
21822         Use `blink-matching-delay'.
21824 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
21826         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21828 2005-11-02  Lars Hansen  <larsh@soem.dk>
21830         * net/tramp.el (tramp-action-out-of-band): Handle scp message
21831         "Permission denied".
21833 2005-11-01  Richard M. Stallman  <rms@gnu.org>
21835         * textmodes/flyspell.el (flyspell-external-point-words):
21836         Pass nil to flyspell-get-word.
21838 2005-11-02  Kim F. Storm  <storm@cua.dk>
21840         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21841         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21843 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21845         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21846         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21847         (calendar-mouse-print-dates): Add optional `event' argument.
21848         Update interactive-spec.
21849         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21850         Use `calendar-event-to-date' instead of `event'.
21852 2005-11-02  Masatake YAMATO  <jet@gyve.org>
21854         * progmodes/ld-script.el (ld-script-builtins):
21855         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21856         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21857         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21859 2005-11-01  Romain Francoise  <romain@orebokech.com>
21861         * vc-sccs.el: Update copyright year.
21862         * ezimage.el: Likewise.
21864 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
21866         * info.el (Info-fontify-node): Use `string-width' for fontifying
21867         underlined titles.
21869 2005-11-01  Juri Linkov  <juri@jurta.org>
21871         * info.el (Info-fontify-node): Downcase node header keywords Node,
21872         Prev, Next, Up before comparison.
21873         (Info-history): Insert absolute directory name, and put invisible
21874         property on it.
21876 2005-11-01  Juri Linkov  <juri@jurta.org>
21878         * info.el (Info-file-supports-index-cookies): New variable.
21879         (Info-find-node-2): Check makeinfo version for index cookie support.
21880         (Info-index-nodes): Search for nodes with index cookies only when
21881         Info-file-supports-index-cookies is t.  Otherwise, search nodes
21882         with "Index" in the node name.
21883         (Info-index-node): Search index cookie in the current node only when
21884         Info-file-supports-index-cookies is t.  Otherwise, check the word
21885         "Index" in the node name.
21886         (Info-find-emacs-command-nodes): Remove code that searches nodes
21887         with "Index" node name in the top menu.
21889 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21891         * progmodes/scheme.el (scheme-mode-variables): Use the default
21892         comment-indent-function.
21894         * faces.el (face-attribute): Handle the case where a face inherits from
21895         a non-existent face.
21897         * simple.el (eval-expression-print-format): Use lisp-readable syntax
21898         for octal and hexa output, and merge the char into the paren.
21899         (kill-new): Use push.
21900         (copy-to-buffer): Use with-current-buffer.
21901         (completion-setup-function): Move code in loop to remove redundancy.
21902         (minibuffer-local-must-match-map): Don't add bindings that duplicate
21903         those inherited from minibuffer-local-completion-map.
21905         * savehist.el (savehist-mode) <defcustom>:
21906         Use custom-set-minor-mode if available.
21907         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21908         and emit a message if applicable.
21910 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
21912         * savehist.el: Sync up to version 19.
21913         (savehist-mode): New minor mode.
21914         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21915         (savehist-length): Remove (use history-length instead).
21916         (savehist-file-modes): Rename from savehist-modes.
21917         (savehist-save-hook, savehist-loaded): New vars.
21918         (savehist-load): Use savehist-mode.  Try to smooth up transition from
21919         old format to new format.
21920         (savehist-install): Allow savehist-autosave-interval to be nil.
21921         (savehist-save): Run the new hook.  Be more careful to only trim the
21922         history variables.
21923         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
21924         (savehist-printable): Print into a buffer rather than char-by-char.
21926 2005-11-01  John Wiegley  <johnw@newartisans.com>
21928         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21929         toggle-ignore keybinding (C-a).  The author said it had been
21930         disabled much earlier due to a possible incompatibility, but after
21931         many months of usage I have encountered no problems (and it is a
21932         rather useful option, especially for switching to " *temp*").
21934         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21935         support for OS/X's AddressBook, by calling out to the open source
21936         program "contacts" (installable through Fink).
21938         * net/eudc.el (eudc-expand-inline): If the
21939         `eudc-multiple-match-handling-method' is set to `all', delete the
21940         query string before inserting the query result.
21942         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21943         flag, to prevent Eshell from using the system ls when
21944         `eshell-ls-insert-directory' is in used.
21945         (eshell-ls-insert-directory): Disable font-lock in directory
21946         buffer so that Eshell's own fontification is seen.  This broke
21947         recently due to changes in font-lock, so this goes back to version
21948         21 behavior.
21950 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
21952         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21953         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21954         (gdb-many-windows): Doc fix.
21956 2005-10-31  Romain Francoise  <romain@orebokech.com>
21958         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21960 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
21962         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21963         that global-font-lock-mode can be enabled by default.
21965         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21966         (font-lock-add-keywords, font-lock-remove-keywords)
21967         (font-lock-fontify-buffer): Remove autoload cookies.
21969         * jit-lock.el (jit-lock-register): Likewise.
21971         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21973 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
21975         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21976         intact if there is no gud-comint-buffer.
21978 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
21980         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21981         old prompt comint-prompt-read-only is t and GDB commands are
21982         issued from tool bar etc.
21984 2005-10-31  Masatake YAMATO  <jet@gyve.org>
21986         * vc.el (vc-directory-exclusion-list): Add "{arch}".
21988 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21990         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21991         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21993 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
21995         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21996         starting at beginning of line.  Fontification is messed up when
21997         `open-paren-in-column-0-is-defun-start' set to t.
21998         Reported by John Paul Wallington <jpw@pobox.com>.
22000 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
22002         * comint.el (comint-send-input): Call `comint-update-fence' when
22003         `comint-process-echoes' and `comint-prompt-read-only' are both
22004         non-nil, to avoid leftover read-only newline.
22006 2005-10-30  Richard M. Stallman  <rms@gnu.org>
22008         * textmodes/flyspell.el (flyspell-external-point-words):
22009         Detect when WORD can't be checked properly because
22010         flyspell-get-word finds just part of it, and move on.
22012         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22013         boundarychar for Polish.
22014         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22015         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22017 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
22019         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22020         (gdb-registers-font-lock-keywords): Delete.
22021         (gdb-registers-mode): Don't fontify.
22022         (gdb-info-registers-custom): Use text properties instead as, in
22023         future, changed register values will use font-lock-warning-face.
22024         (gdb-local-font-lock-keywords): Rename to...
22025         (gdb-locals-font-lock-keywords): ...for consistency.
22027 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
22029         * vc.el (vc-switch-backend): Better error message if the buffer is
22030         not visiting a file under version control.
22032         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22034 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
22036         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22037         ~/.emacs.d/.emacs.
22039 2005-10-29  Richard M. Stallman  <rms@gnu.org>
22041         * replace.el (occur-mode-mouse-goto): Always go to other window.
22042         (occur-mode-goto-occurrence): Always switch in same window.
22044         * simple.el (undo): Display message at end, not at start.
22046         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22047         New arg REUSE-CELL.
22048         (cancel-timer-internal): New function.
22049         (timer-event-handler): Use cancel-timer-internal,
22050         and pass the cell it returns to timer-activate...
22052         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22053         (jit-lock-deferred-fontify, jit-lock-context-fontify)
22054         (jit-lock-after-change): Test memory-full.
22056 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
22058         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22059         part of the decoded armor to find the key-identifier.
22060         (pgg-gpg-lookup-key-owner): New function to return the
22061         human-readable identifier of a key owner.
22062         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22063         key itself.
22064         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22065         the key value) if we have a key and can match it against a secret
22066         key.  Also, added a note pointing out fact that the prompt only
22067         indicates the first matching key.
22069         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22070         pgg-decrypt-region.
22071         (pgg-pending-timers): A new hash for tracking the passphrase cache
22072         timers, so that new ones supercede old ones.
22073         (pgg-add-passphrase-to-cache): Rename from
22074         `pgg-add-passphrase-cache' to reduce confusion (all callers
22075         changed).  Modified to cancel old timers when new ones are added.
22076         (pgg-remove-passphrase-from-cache): Rename from
22077         `pgg-remove-passphrase-cache' to reduce confusion (all callers
22078         changed).  Modified to cancel old timers when their keys are
22079         removed from the cache.
22080         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22081         XEmacs, an indirection to delete-itimer.
22082         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22083         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22084         users can only check cache without risk of prompting.  Correct bug in
22085         notruncate behavior.
22086         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22087         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22088         Add informative docstrings.
22089         (pgg-decrypt): Convey provided passphrase in subordinate call to
22090         pgg-decrypt-region.
22092         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22093         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22094         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22095         `passphrase' argument, so the passphrase can be managed externally
22096         and then passed in to the system.
22098         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22099         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22100         so the passphrase cache can be used reliably with identifiers
22101         besides a pgp packet's key id.
22103         * pgg-gpg.el (pgg-pgp-encrypt-region)
22104         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22105         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22106         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22107         argument to all these routines, so the passphrase can be managed
22108         externally and passed in to the system.
22110         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22111         `notruncate' argument, so the passphrase cache can be used
22112         reliably with identifiers besides a pgp packet's key id.
22114 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
22116         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22117         symmetric encryption.
22118         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22119         encrypted session key.
22120         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22121         message ask for the passphrase in a proper way.
22123         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22124         New user commands for symmetric encryption.
22126 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
22128         * textmodes/conf-mode.el (conf-assignment-sign)
22129         (conf-assignment-regexp): Fix docstrings.
22130         (conf-mode-initialize): New function.
22131         (conf-mode): Remove optional args.  Use delay-mode-hooks to
22132         recognize recursive calls.
22133         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22134         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22135         (conf-xdefaults-mode): Use define-derived-mode and
22136         conf-mode-initialize.
22138 2005-10-29  Romain Francoise  <romain@orebokech.com>
22140         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22142 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
22144         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22145         part of the decoded armor to find the key-identifier.
22146         (pgg-gpg-lookup-key-owner): New function to return the
22147         human-readable identifier of a key owner.
22148         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22149         key itself.
22150         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22151         the key value) if we have a key and can match it against a secret
22152         key.  Also, added a note pointing out fact that the prompt only
22153         indicates the first matching key.
22155         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22156         pgg-decrypt-region.
22157         (pgg-pending-timers): A new hash for tracking the passphrase cache
22158         timers, so that new ones supercede old ones.
22159         (pgg-add-passphrase-to-cache): Rename from
22160         `pgg-add-passphrase-cache' to reduce confusion (all callers
22161         changed).  Modified to cancel old timers when new ones are added.
22162         (pgg-remove-passphrase-from-cache): Rename from
22163         `pgg-remove-passphrase-cache' to reduce confusion (all callers
22164         changed).  Modified to cancel old timers when their keys are
22165         removed from the cache.
22166         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22167         XEmacs, an indirection to delete-itimer.
22168         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22169         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22170         users can only check cache without risk of prompting.  Correct bug in
22171         notruncate behavior.
22172         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22173         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22174         Add informative docstrings.
22175         (pgg-decrypt): Convey provided passphrase in subordinate call to
22176         pgg-decrypt-region.
22178 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
22180         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22181         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22182         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22183         `passphrase' argument, so the passphrase can be managed externally
22184         and then passed in to the system.
22186         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22187         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22188         so the passphrase cache can be used reliably with identifiers
22189         besides a pgp packet's key id.
22191         * pgg-gpg.el (pgg-pgp-encrypt-region)
22192         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22193         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22194         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22195         argument to all these routines, so the passphrase can be managed
22196         externally and passed in to the system.
22198         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22199         `notruncate' argument, so the passphrase cache can be used
22200         reliably with identifiers besides a pgp packet's key id.
22202 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
22204         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22205         symmetric encryption.
22206         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22207         encrypted session key.
22208         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22209         message ask for the passphrase in a proper way.
22211         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22212         New user commands for symmetric encryption.
22214 2005-10-28  Bill Wohler  <wohler@newt.com>
22216         * help-mode.el (help-url): New button type.  Calls browse-url.
22217         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22218         Similar to Info nodes: URL `url'.
22219         (help-make-xrefs): Create help-url buttons for
22220         help-xref-url-regexp matches.
22222 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
22224         * tool-bar.el (tool-bar-add-item-from-menu)
22225         (tool-bar-local-item-from-menu): Fix doc strings.
22227 2005-10-28  Romain Francoise  <romain@orebokech.com>
22229         * ldefs-boot.el: Update.
22231         * subr.el (locate-library): Move from help-fns.el.
22232         * help-fns.el (locate-library): Move to subr.el.
22234 2005-10-28  Richard M. Stallman  <rms@gnu.org>
22236         * net/tramp.el (tramp-completion-mode): defvar moved up.
22238         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22240         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22242         * files.el (find-file-noselect): Use %d to format large file size.
22244         * bindings.el (mode-line-format): Add %e.
22246         * loadup.el ("facemenu"): Load unconditionally.
22247         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22248         ("x-dnd"): Load, when appropriate.
22250         * startup.el (command-line): Call before-init-hook earlier.
22251         Warn about some bad characters in -u user name.
22253         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22254         (flyspell-external-point-words): Error if misspelled word is not found.
22255         Set flyspell-large-region-beg at end of word.
22257 2005-10-28  Andreas Schwab  <schwab@suse.de>
22259         * view.el (View-revert-buffer-scroll-page-forward):
22260         Use view-page-size-default.
22262 2005-10-28  Juri Linkov  <juri@jurta.org>
22264         * international/quail.el (quail-get-current-str): Translate last
22265         raw character for deterministic input methods.
22267 2005-10-27  Jay Belanger  <belanger@truman.edu>
22269         * calc/calc-ext.el: Add functions to autoloads.
22270         (math-identity-matrix-p, math-ident-row-p): New functions.
22272         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22273         multiplication by an identity matrix; don't turn multiplication by
22274         an inverse matrix into division.
22275         (math-div-symbol-fancy): Replace division by matrices with
22276         multiplication by inverse.
22278         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22280         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22281         (calc-writeoutpower): New functions.
22283 2005-10-27  Romain Francoise  <romain@orebokech.com>
22285         * replace.el (occur-engine): Include colon in mouse-face highlight.
22287         * dired-x.el: Change Maintainer field.
22289 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
22291         * longlines.el (longlines-mode): Bind after-change-functions to
22292         nil during initial decoding and final encoding.
22294 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
22296         * term.el (term-emulate-terminal, term-handle-colors-array)
22297         (term-handle-ansi-escape): Specify the terminfo capabilities
22298         implemented.
22300 2005-10-26  Richard M. Stallman  <rms@gnu.org>
22302         * info.el (Info-fontify-node): Fix detection of sentence-break
22303         before *Note.
22305 2005-10-26  Romain Francoise  <romain@orebokech.com>
22307         * smerge-mode.el: Add `tools' to file keywords.
22309 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
22311         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22312         when the fringe is not available.
22314         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22315         (def-gdb-auto-update-trigger): Simplify construction.
22316         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22317         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22318         defined explicitly.
22319         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22320         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22321         defined explicitly.
22322         (gdb-info-locals-custom): Remove as it's a no-op.
22324 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
22326         * longlines.el (longlines-mode): Remove narrowing before
22327         performing the initial decoding or final encoding.
22329 2005-10-25  Romain Francoise  <romain@orebokech.com>
22331         * emacs-lisp/find-func.el (find-library-name): Also strip
22332         extension if library name ends in .el, to take advantage of
22333         `find-library-suffixes'.
22335 2005-10-25  Richard M. Stallman  <rms@gnu.org>
22337         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22339 2005-10-25  Juri Linkov  <juri@jurta.org>
22341         * textmodes/texinfo.el (texinfo-mode): Change charset of one
22342         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22344 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22346         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22347         (blackbox-redefine-key): Add argument `map'.
22349         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
22350         regions when moving the jit-lock-context-unfontify-pos boundary.
22352 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22354         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
22356 2005-10-25  Masatake YAMATO  <jet@gyve.org>
22358         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
22360 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
22362         * play/blackbox.el (blackbox-redefine-key): New function.
22363         (blackbox-mode-map): Use it to remap existing bindings for cursor
22364         motion instead of binding literal keys.
22366 2005-10-25  Glenn Morris  <rgm@gnu.org>
22368         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22369         diary does not end in a newline.  Do not assume a blank line at
22370         the start of the diary file.
22372 2005-10-25  Kenichi Handa  <handa@m17n.org>
22374         * international/quail.el (quail-translate-key): If the input
22375         method is deterministic and failed to handle the last key, restart
22376         the key handling loop from an appropriate key.
22378 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
22380         * vc.el (vc-dired-mode): Extend comment for binding of
22381         `directory-listing-before-filename-regexp'.
22383 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22385         * textmodes/texinfo.el (texinfo-mode):
22386         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
22387         not to unnecessarily expose emacs-mule's internal char codes.
22389 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
22391         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
22392         Display hand pointer and help-echo on disabled icon too.
22393         (gdb-mouse-until): New function.
22394         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
22396 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
22398         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
22399         with 2005-10-23 change to doctor.el.
22401         * finder.el (finder-mode-map): Add follow-link binding.
22403 2005-10-25  Kim F. Storm  <storm@cua.dk>
22405         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
22406         to gdb-mouse-toggle-breakpoint-fringe.
22407         (gdb-mouse-toggle-breakpoint-margin): Rename from
22408         gdb-mouse-toggle-breakpoint.  Fix doc.
22409         (gdb-mouse-toggle-breakpoint-fringe): New defun.
22410         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
22411         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
22412         string properties also for fringe breakpoint bitmaps.
22414 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
22416         * textmodes/org.el (org-start-icalendar-file): Fix format form.
22418 2005-10-25  Masatake YAMATO  <jet@gyve.org>
22420         * simple.el (completion-common-substring):
22421         Use `completion-common-substring' prior to `completion-base-size'.
22423 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
22425         * savehist.el: Require CL while compiling.
22426         (savehist-history-variables): Remove.
22427         (savehist-save-minibuffer-history, savehist-additional-variables)
22428         (savehist-minibuffer-history-variables): New vars.
22429         (savehist-save): Use them.
22430         (savehist-uninstall, savehist-minibuffer-hook): New funs.
22431         (savehist-install): New fun, extracted from savehist-load.
22432         (savehist-load): Use them.
22434 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22436         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22437         a dummy doc-string-elt property.
22438         (defalias, defvaralias, define-category): Add a docstring property.
22440         * image.el (defimage):
22441         * widget.el (define-widget):
22442         * custom.el (defface, defcustom): Add `doc-string' declaration.
22444         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22445         (defadvice): Add `doc-string' declaration.
22447         * emacs-lisp/byte-run.el (macro-declaration-function):
22448         Handle `doc-string' declarations.
22449         (define-obsolete-function-alias, define-obsolete-variable-alias):
22450         Add `doc-string' declaration.
22452 2005-10-24  Kenichi Handa  <handa@m17n.org>
22454         * international/utf-7.el (utf-7): Add autoload cookie.
22456         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
22458 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
22460         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22461         list of directories passed to batch-update-autoloads.  Add "." to
22462         the list of the echoed directories.
22464         * pgg-def.el:
22465         * pgg-gpg.el:
22466         * pgg-parse.el:
22467         * pgg-pgp.el:
22468         * pgg-pgp5.el:
22469         * pgg.el: Moved here from the gnus subdirectory.
22471 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
22473         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22474         in case comint-prompt-read-only is set to t.
22476         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22477         in case comint-prompt-read-only is set to t.
22479 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
22481         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22482         Now a string.
22483         (icalendar-import-format): Handle CLASS, STATUS, URL.
22484         Rename `subject' to `summary'.
22485         (icalendar-import-format-summary): Rename from
22486         `icalendar-import-format-subject'.
22487         (icalendar-import-format-url, icalendar-import-format-status)
22488         (icalendar-import-format-class): New variables.
22489         (icalendar--rris): Take variable argument list.
22490         (icalendar--datestring-to-isodate): Remove unnecessary
22491         calendar-style check when converting dates with explicit month names.
22492         (icalendar-export-region): Change return type of conversion
22493         subroutines.  Bury current buffer unless error occurred.
22494         (icalendar--convert-to-ical)
22495         (icalendar--parse-summary-and-rest): New functions.
22496         (icalendar--convert-ordinary-to-ical)
22497         (icalendar--convert-weekly-to-ical)
22498         (icalendar--convert-yearly-to-ical)
22499         (icalendar--convert-block-to-ical)
22500         (icalendar--convert-cyclic-to-ical)
22501         (icalendar--convert-anniversary-to-ical): Change return type.
22502         Strip trailing blanks from subject.
22503         (icalendar--convert-sexp-to-ical): Change return type.
22504         Strip trailing blanks from subject.  Handle simple sexp
22505         entries as generated by icalendar.el.
22506         (icalendar--convert-float-to-ical)
22507         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22508         (icalendar-import-file): Doc fix.
22509         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22510         Correct call to icalendar--rris.
22511         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
22512         `summary'.
22513         (icalendar--add-diary-entry): Rename `subject' to `summary'.
22515 2005-10-24  Romain Francoise  <romain@orebokech.com>
22517         * server.el (server-sentinel): Set query-on-exit flag to nil on
22518         new client processes (it isn't inherited from the server process).
22520         * replace.el (occur-engine): Rearrange text properties.
22522 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22524         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22525         case-fold-search is nil.
22526         (debug-help-follow): Use help-xref-interned directly.
22528 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22530         * thumbs.el (thumbs-image-type): Add .pbm.
22532 2005-10-23  Richard M. Stallman  <rms@gnu.org>
22534         * faces.el (inhibit-face-set-after-frame-default): New variable.
22535         (set-face-attribute): Bind it.
22536         (face-set-after-frame-default): Test it.
22538         * help-fns.el (describe-simplify-lib-file-name): New function.
22539         (describe-function-1, describe-variable): Use it.
22541         * faces.el (describe-face): Use describe-simplify-lib-file-name.
22543         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22544         Eliminate nil as possible value.
22545         (tooltip-hide-delay): Reduce internal-border-width.
22547         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22548         (menu-bar-file-menu) <new-file>: Likewise.
22550         * simple.el (line-move-finish): Ignore fields computing LINE-END.
22552         * international/mule.el (load-with-code-conversion):
22553         Pass full file name to `eval-buffer' unless preloading.
22555         * textmodes/flyspell.el (flyspell-large-region):
22556         Call ispell-check-version.
22558         * textmodes/ispell.el (ispell-local-dictionary-overridden):
22559         Fix the make-variable-buffer-local call that was supposed
22560         to be for this variable.
22561         (ispell-aspell-supports-utf8): Doc fix.
22562         (ispell-find-aspell-dictionaries): Preserve elements of
22563         ispell-dictionary-alist for dictionaries that aspell doesn't report.
22564         (ispell-aspell-find-dictionary): Return nil on error.
22566         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22567         (doctor-symptoms): Likewise.
22569         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22571 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22573         * cus-edit.el (custom-button, custom-button-pressed): New vars.
22574         (custom-raised-buttons): Add :set spec.
22575         (custom-button-unraised, custom-button-pressed-unraised):
22576         New faces, so that custom-raised-buttons actually does something.
22577         (custom-mode): Use custom-button and custom-button-pressed.
22579         * wid-edit.el (widget-specify-button): Don't ignore
22580         widget-mouse-face on graphic terminals.
22581         (widget-move-and-invoke): Cleanup.
22583 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
22585         * whitespace.el (whitespace-cleanup): Doc fix.
22587 2005-10-23  Romain Francoise  <romain@orebokech.com>
22589         * emulation/viper.el (viper-set-hooks): Quote forms passed to
22590         `eval-after-load' to avoid evaluating their result.
22592 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
22594         * files.el (directory-listing-before-filename-regexp):
22595         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
22597         * dired.el (dired-move-to-filename-regexp): Remove.
22598         All occurrences replaced by `directory-listing-before-filename-regexp'.
22600         * dired-x.el, locate.el, vc.el:
22601         Replace `dired-move-to-filename-regexp' by
22602         `directory-listing-before-filename-regexp'.  In vc.el it is
22603         overwritten locally; maybe this can be handled in files.el too.
22605         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
22606         replaced by `directory-listing-before-filename-regexp'.
22608 2005-10-23  Andreas Schwab  <schwab@suse.de>
22610         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22611         and eval-next-after-load.
22613 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
22615         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22616         exist, create it.
22618 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
22620         * allout.el: Remove autoloads for mailcrypt and crypt++.
22621         Require pgg, pgg-gpg during compilation.
22622         (allout-version): Increment version number to 2.1, and use a literal
22623         rather than RCS Id.
22624         (allout-default-encryption-scheme): Remove.
22625         (allout-passphrase-verifier-handling)
22626         (allout-passphrase-verifier-string)
22627         (allout-file-passphrase-verifier-string)
22628         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22629         (allout-passphrase-hint-handling): Rename and simplify.
22630         (allout-init): Use `find-file-hook' if available, otherwise
22631         `find-file-hooks'.
22632         (allout-mode): Use `write-file-functions' if available, otherwise
22633         `local-write-file-hooks' and, instead of making auto-save-hook
22634         buffer local, make the write-file-hook activity contingent to
22635         allout-mode.
22636         (allout-mode): Use key-binding substitution in the docstring.
22637         (allout-kill-line): Spell-out kill ring data structure mutation
22638         instead of using byte-compiler-complaint-provoking `pop'.
22639         (allout-insert-listified): Use `insert' rather than `insert-string'
22640         (allout-toggle-current-subtree-encryption): Update docstring, adjust
22641         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22642         (allout-encrypt-string): Totally revamped vis new underlying
22643         encryption facilities.
22644         (allout-mc-activate-passwd): Remove.
22645         (allout-obtain-passphrase): New, more or less replaces
22646         allout-mc-activate-passwd.
22647         (allout-encrypted-key-info): More or less replaces
22648         allout-encrypted-text-type.
22649         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22650         (my-mark-marker): Use `(featurep 'xemacs)'.
22652 2005-10-23  Lars Hansen  <larsh@soem.dk>
22654         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22655         (byte-compile-file-form-defmumble, byte-compile-defun)
22656         (byte-compile-defmacro): Use it.
22657         (byte-compile-form): Don't call byte-compile-set-symbol-position
22658         when a byte-compile handler is called.
22660 2005-10-22  Romain Francoise  <romain@orebokech.com>
22662         * savehist.el (savehist-history-variables): Add `grep-find-history'.
22664         * subr.el (eval-after-load): Convert library name to an absolute
22665         file name using locate-library, since load-history no longer has
22666         library names in it.
22668 2005-10-22  Richard M. Stallman  <rms@gnu.org>
22670         * files.el (make-temp-file): Move from subr.el.
22671         * subr.el (make-temp-file): Move to files.el.
22673         * window.el (get-buffer-window-list): Move from subr.el.
22674         * subr.el (get-buffer-window-list): Move to window.el.
22676         * image.el (image-load-path): Use eval-at-startup to initialize.
22678         * subr.el (eval-at-startup): New macro.
22680         * subr.el: Much rearrangement of functions and division
22681         into pages.  No code changes.
22683 2005-10-22  Kenichi Handa  <handa@m17n.org>
22685         * tar-mode.el (tar-extract): Be sure to call
22686         find-operation-coding-system if set-auto-coding doesn't find a
22687         coding system.
22689 2005-10-22  Kim F. Storm  <storm@cua.dk>
22691         * image.el (image-type-header-regexps): Rename from image-type-regexps.
22692         Change users.
22693         (image-type-file-name-regexps): New defconst.
22694         (image-type-from-data): Simplify loop.
22695         (image-type-from-buffer): New defun.
22696         (image-type-from-file-header): Use it instead of image-type-from-data.
22697         Use image-search-load-path instead of only looking in data-directory.
22698         (image-type-from-file-name): New defun.
22699         (image-search-load-path): Change `pathname' to `filename'.
22700         Make PATH arg optional, default to image-load-path.
22702 2005-10-21  Richard M. Stallman  <rms@gnu.org>
22704         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22706         * textmodes/paragraphs.el (sentence-end-base): New variable.
22707         (sentence-end): Use sentence-end-base.
22709 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22711         * font-lock.el (font-lock-default-fontify-region): Check the multiline
22712         property independently from the font-lock-multiline variable.
22714 2005-10-21  Richard M. Stallman  <rms@gnu.org>
22716         * emacs-lisp/find-func.el (find-library-name): Doc fix.
22718         * startup.el (command-line): Convert library names
22719         in `load-history' to absolute file names.
22721         * subr.el (symbol-file): Doc fix.
22723         * loadhist.el (file-loadhist-lookup): Call locate-library
22724         instead of find-library-name.  Don't try converting
22725         abs file names to library names, since load-history no longer
22726         has library names in it.
22727         (file-dependents, file-provides, file-requires): Doc fixes.
22729 2005-10-21  Juri Linkov  <juri@jurta.org>
22731         * progmodes/etags.el (tags-table-mode): New function.
22732         (tags-verify-table): Replace initialize-new-tags-table with
22733         tags-table-mode.
22735         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22736         default value.
22737         (desktop-modes-not-to-save): Add tags-table-mode to the
22738         default value.
22740         * info.el (Info-index-next): Add total number of index
22741         alternatives to the message.
22743         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22744         backward only space (instead of space and period) before looking
22745         at sentence end.
22747         * simple.el (set-variable): Use user-variable-p instead of symbolp.
22748         Add the old variable value as 4th default-value arg of read-string.
22750 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22752         * cus-face.el (custom-declare-face): Make face from X resources
22753         also on Mac.
22755         * disp-table.el (standard-display-g1, standard-display-graphic):
22756         Refuse to use string glyphs also on Mac.
22757         (standard-display-european): Don't set terminal coding system also
22758         on Mac.
22760         * frame.el (display-screens): Use x-display-screens also on Mac.
22762 2005-10-21  Romain Francoise  <romain@orebokech.com>
22764         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
22766 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22768         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22769         and $? into sexps.
22771         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22772         warning face on open-paren-in-column-0.
22774         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22775         boundary case.  Fix typo.
22776         Suggested by Martin Rudalics <rudalics@gmx.at>.
22778 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
22780         * textmodes/org.el (org-combined-agenda-icalendar-file)
22781         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22782         (org-export-icalendar-this-file)
22783         (org-export-icalendar-all-agenda-files)
22784         (org-export-icalendar-combine-agenda-files): New commands.
22785         (org-export-icalendar, org-print-icalendar-entries)
22786         (org-start-icalendar-file, org-finish-icalendar-file)
22787         (org-ical-ts-to-string): New functions.
22788         (org-read-date, org-goto-calendar)
22789         (org-agenda-goto-calendar): Inhibit displaying diary entries by
22790         call to `calendar'.
22791         (orgtbl-setup): Remove the :keys arguments from the menu description.
22792         (org-after-save-iCalendar-file-hook): New variable.
22794 2005-10-21  Kenichi Handa  <handa@m17n.org>
22796         * language/vietnamese.el (tcvn-5712): Make it an alias of
22797         vietnamese-tcvn coding-system.
22799 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
22801         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22802         group id is given.
22804 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22806         * progmodes/sh-script.el (sh-escaped-line-re): New var.
22807         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22808         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22809         whose line is either continued or ends with a comment.
22811 2005-10-20  Romain Francoise  <romain@orebokech.com>
22813         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22815         * replace.el (occur-engine): Add follow-link property.
22817         * font-core.el (font-lock-mode): Doc fix.
22819 2005-10-20  Richard M. Stallman  <rms@gnu.org>
22821         * net/rcirc.el: New file.
22823 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
22825         * term.el (term-term-name): Initialize to "eterm-color".
22827 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
22829         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22830         for encryption functionality.
22831         Move allout customization subgroup from `editing' to `outlines' group.
22832         Fix commentary keywords to legitimate ones.
22833         Update author info (using my current email address, obscurified).
22834         (allout-encrypt-string, allout-encryption-produce-work-buffer)
22835         (allout-encrypted-topic-p, allout-encrypted-text-type)
22836         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22837         (allout-situate-encryption-key-verifier)
22838         (allout-get-encryption-key-verifier, allout-verify-key)
22839         (allout-next-topic-pending-encryption)
22840         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22841         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22842         (outline-key-verifier-handling, outline-key-hint-handling)
22843         (outline-encrypt-unencrypted-on-saves): New defcustoms.
22844         (allout-file-key-verifier-string, allout-encryption-scheme)
22845         (allout-key-verifier-string, allout-key-hint-string)
22846         (allout-after-save-decrypt): New variables.
22847         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22848         (allout-after-saves-handler): New hook functions.
22849         (allout-post-command-business): Do allout-after-save-decrypt.
22850         (allout-enable-file-variable-adjustment): Custom var to enable
22851         mechanism for adding and adjusting settings of Emacs file variables.
22852         (allout-adjust-file-variable, allout-file-vars-section-data):
22853         New functions, implement the mechanism.
22854         (outlineify-sticky): Use the file vars mechanism.
22855         (allout-inhibit-protection, allout-during-write-cue)
22856         (allout-override-protect, allout-before-change-protect): Remove.
22857         (allout-flag-region, allout-open-topic): Adjust read-only text.
22858         (allout-open-line-not-read-only): Add to facilitate read-only
22859         text based protection.
22860         (allout-kill-line): Revise to adjust read-only text, clue the
22861         user about the inhibition.
22862         (allout-unprotected): Use unwind-protect.
22863         (allout-shift-in, allout-shift-out): Disallow manually shifting a
22864         topic deeper than the offspring depth of the previous topic -
22865         avoiding confusing "containment discontinuities".
22866         (allout-reindent-bodies): Fix retention of body relative hanging
22867         indent during promotion of collapsed bodies.
22868         (allout-open-topic): Make it easy to open new topic with same
22869         bullet as current topic - topic creation functions provided with
22870         any universal argument provokes now prompt for bullet, defaulting
22871         to the bullet of the previous topic.
22872         (allout-plain-bullets-string, allout-distinctive-bullets-string):
22873         Plain bullet alternates `.' period and `,' comma only.  All other
22874         bullets are relegated to special status (but customizable).
22875         (allout-end-of-entry): Rename from allout-end-of-current-entry
22876         since it actually operates w.r.t. most immediately containing
22877         entry, visible or not.
22878         (allout-hide-current-entry, allout-show-current-entry): Use the
22879         revised version.
22880         (allout-old-expose-topic): Solidify deprecation.
22881         (allout-end-of-subtree): Add so we can span concealed as well
22882         as visible topics.
22883         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22884         (allout-end-of-current-heading): Tweak to just respect the first line.
22885         (allout-get-body-text): Add.
22886         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22887         when invoked interactively.
22888         (allout-up-current-level): Use `interactive-p'.
22889         (allout-mode, allout-init): Miscellaneous docstring and
22890         operational refinements, as well as hookups of new encryption stuff.
22891         (allout-beginning-of-current-entry): Now works as advertised.
22892         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22893         (allout-isearch-rectification): Refine condition for isearching.
22894         (allout-isearch-abort, allout-enwrap-isearch)
22895         (allout-flag-region, my-region-active-p): Relocate some macros.
22896         (allout-title): Fallback title is (buffer-name), not
22897         non-existing (current-buffer-name).
22898         (subst-char-in-string): Define if absent (for some XEmacs versions).
22900 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
22902         * mail/sendmail.el (mail-setup-hook, mail-aliases)
22903         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22904         (mail-citation-prefix-regexp, mail-signature-file)
22905         (mail-default-headers, mail-bury-selects-summary)
22906         (mail-send-nonascii): Add autoload cookies.
22908 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22910         * frame.el (blink-cursor-mode): Add `mac' to the list of
22911         window-system's that support blinking cursor.
22913 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
22915         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22917 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
22919         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22920         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22921         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22923 2005-10-20  Kim F. Storm  <storm@cua.dk>
22925         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22926         (ido-set-current-directory): Don't add / after final @.
22927         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22928         Explicitly handle ange-ftp completion oddities.
22929         (ido-make-file-list): Don't rotate list at tramp root to avoid
22930         triggering tramp file handler for expand-file-name via get-file-buffer.
22932 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22934         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22936 2005-10-19  Jay Belanger  <belanger@truman.edu>
22938         * calc/calc-units.el (math-standard-units): Add units, adjust
22939         symbols and update values.
22940         (math-unit-prefixes): Add more prefixes.
22942 2005-10-19  Romain Francoise  <romain@orebokech.com>
22944         * bookmark.el (bookmark-menu-heading): New face.
22945         (bookmark-bmenu-list): Use it.
22946         Don't fiddle with `baud-rate' at top-level.
22948 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
22950         * image.el (create-image, find-image): Mention max-image-size in
22951         docstring.
22953 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22955         * savehist.el (savehist-load): Revert to checking XEmacs.
22957         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22958         Various docstring and line-width fixups.
22959         (conf-mode): Use cond.
22960         Set font-lock-defaults.  Don't set comment-use-syntax.
22962 2005-10-18  David Ponce  <david@dponce.com>
22964         * tree-widget.el (tree-widget-button-click): New function.
22965         (tree-widget-button-keymap): Use it.
22967 2005-10-18  Romain Francoise  <romain@orebokech.com>
22969         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22970         (bookmark-bmenu-hide-filenames): Add follow-link property.
22971         Improve help-echo text.
22973         * ffap.el (find-file-at-point): Doc fix.
22975 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22977         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22979 2005-10-18  Masatake YAMATO  <jet@gyve.org>
22981         Install to the CVS repository what I forgot to install in my
22982         2005-10-16 changes.
22984         * progmodes/python.el (python-complete-symbol): Pass the common
22985         prefix substring of completion to `display-completion-list'.
22987         * textmodes/org.el (org-complete): Ditto.
22989 2005-10-18  Masatake YAMATO  <jet@gyve.org>
22991         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22993         * woman.el (WoMan-xref-man-page): New button type derived
22994         from `Man-abstract-xref-man-page'.
22995         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22997         * man.el (Man-abstract-xref-man-page): New button type.
22998         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22999         (Man-highlight-references): Add new optional argument `xref-man-type'.
23001 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
23003         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23005 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
23007         * cus-edit.el (Custom-move-and-invoke): Delete.
23008         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23010         * wid-edit.el (widget-move-and-invoke): New function, from
23011         Custom-move-and-invoke.
23013 2005-10-17  Bill Wohler  <wohler@newt.com>
23015         Move all remaining images from lisp/toolbar to etc/images, move
23016         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
23017         the low resolution images in their own directory (low-color).
23019         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23020         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23021         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23022         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23023         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23024         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23025         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23027         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23028         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23029         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23030         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23031         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23032         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23033         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23034         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23035         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23036         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23037         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23038         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23039         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23040         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23041         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23043         To conform with convention, replace the underscore (_) in the
23044         following image names with dash (-) or (/) as appropriate.
23046         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23047         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23048         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23049         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23050         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23051         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23052         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23053         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23054         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23055         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23056         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23057         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23058         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23059         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23060         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23062         * info.el (info-tool-bar-map): Replace underscores in image names
23063         with dashes.
23065         * makefile.w32-in (WINS): Remove toolbar.
23067         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23069         * tool-bar.el: Move to lisp from toolbar.  Now that
23070         toolbar is empty, it should be deleted when folks run "cvs up -P".
23072 2005-10-18  Jay Belanger  <belanger@truman.edu>
23074         * calc/calc-store.el (calc-store-into): Get the proper variable name
23075         to display in message.
23077 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
23079         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23080         expressions display in speedbar for all buffers when debugging.
23081         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23083         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23084         (speedbar-insert-button, speedbar-make-button):
23085         Use add-text-properties.
23086         (speedbar-update-localized-contents)
23087         (speedbar-update-directory-contents)
23088         (speedbar-update-special-contents): Use dolist.
23089         (speedbar-buffer-easymenu-definition): Add a menu separator.
23091 2005-10-17  Jason Rumney  <jasonr@gnu.org>
23093         * makefile.w32-in: Use $(lisp) consistently.
23094         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23095         for shell specific generation of mh-autoloads.
23097 2005-10-17  Richard M. Stallman  <rms@gnu.org>
23099         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23101 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23103         * jit-lock.el (jit-lock-fontify-now):
23104         Move jit-lock-context-unfontify-pos to avoid wasted work.
23106 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
23108         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
23109         `tramp-completion-mode' for checking if we are in completion mode.
23110         (tramp-completion-handle-file-name-all-completions): Reorder code
23111         in order to complete for file names only in case there are no
23112         method/user/host completions.  This is necessary for cooperation
23113         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
23115 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
23117         * longlines.el (longlines-search-forward)
23118         (longlines-search-backward): Match any number of spaces.
23120 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
23122         * diff-mode.el (diff-mode): Doc fix.
23124 2005-10-16  David Reitter  <david.reitter@gmail.com>
23126         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23127         as default on darwin and windows systems.
23129 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
23131         * arc-mode.el (archive-zip-extract): Doc fix.
23133 2005-10-16  Romain Francoise  <romain@orebokech.com>
23135         * mouse.el (mouse-1-click-follows-link): Doc fix.
23137 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23139         * savehist.el: Don't require CL at runtime.
23140         (savehist-xemacs): Remove.
23141         (savehist-coding-system): Use utf-8 if present, regardless of religion.
23142         (savehist-no-conversion): Use (featurep 'xemacs).
23143         (savehist-load): Check existence of start-itimer rather than XEmacs.
23144         Use an idle timer.
23145         (savehist-process-for-saving): Replace use of CL funs `subseq' and
23146         `delete-if-not'.
23148 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
23150         * savehist.el: Newer version.
23151         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23152         (savehist-last-checksum, savehist-no-conversion): New vars.
23153         (savehist-autosave, savehist-process-for-saving, savehist-printable):
23154         New functions.
23155         (savehist-load, savehist-save): Use them.
23156         (savehist-delimit): Remove.
23158 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23160         * progmodes/compile.el (compilation-goto-locus): Display the
23161         compilation buffer first and the source buffer second, in case they're
23162         in overlapping frames.  Don't raise the compilation frame if it was the
23163         selected window upon entry.  Pass the `other-window' arg to
23164         pop-to-buffer.
23166         * info.el (Info-fontify-node): Use dolist.
23167         Change add-text-properties to put-text-property.
23169 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23171         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23172         bound of search.
23174 2005-10-16  Masatake YAMATO  <jet@gyve.org>
23176         * dabbrev.el (dabbrev-completion): Pass the common
23177         prefix substring of completion to `display-completion-list'.
23179         * filecache.el (file-cache-minibuffer-complete)
23180         (file-cache-complete): Ditto.
23182         * tempo.el (tempo-display-completions): Ditto.
23184         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23186         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23188         * eshell/em-hist.el (eshell-list-history): Ditto.
23190         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23192         * mail/mailalias.el (mail-complete): Ditto.
23194         * progmodes/etags.el (complete-tag): Ditto.
23196         * progmodes/make-mode.el (makefile-complete): Ditto.
23198         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23200         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23202         * progmodes/pascal.el (pascal-complete-word)
23203         (pascal-show-completions): Ditto.
23205         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23207         * simple.el (completion-common-substring): New variable.
23208         (completion-setup-function): Use `completion-common-substring'
23209         to put faces.
23211 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23213         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23214         (x-get-selection, mac-select-convert-to-string): Convert from/to
23215         UTF-16 clipboard data as in native byte order, no BOM.
23217 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
23219         * progmodes/gud.el (gud-tool-bar-map): Rename the images
23220         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23221         (gud-sentinel): Use speedbar-frame to check for speedbar.
23223 2005-10-15  Richard M. Stallman  <rms@gnu.org>
23225         * savehist.el: New file.
23227 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
23229         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23230         Fix bug in \bf fontification.
23232 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23234         * pcvs.el (cvs-edit-log-files): New var.
23235         (cvs-mode-edit-log): New arg `file'.
23236         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23237         Instead force the use of the original file and nothing else.
23238         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23239         the cvs-minor-wrap-function is set.
23240         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23242 2005-10-14  Bill Wohler  <wohler@newt.com>
23244         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23245         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23246         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23247         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23248         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23249         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23250         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23251         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23252         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23253         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23254         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23255         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23256         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23257         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23258         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23260         * progmodes/gud.el (gud-tool-bar-map): Rename the images
23261         appropriately (for example, gud-break to gud/break).
23263 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
23265         * longlines.el (longlinges-search-function)
23266         (longlines-search-forward, longlines-search-backward): New functions.
23267         (longlines-mode): Set isearch-search-fun-function to
23268         longlinges-search-function.
23270         * mouse.el (mouse-drag-region-1): Handle the case where a
23271         double-click event is bound to an arbitrary function.
23273 2005-10-14  David Ponce  <david@dponce.com>
23275         * recentf.el (recentf-track-opened-file)
23276         (recentf-track-closed-file, recentf-update-menu)
23277         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23278         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23279         mouse-1-click-follows-link.
23281 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23283         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23284         Gnome file-manager.png.  Suggested by
23285         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23287         * toolbar/README: Add diropen.xpm.
23289 2005-10-13  Bill Wohler  <wohler@newt.com>
23291         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23292         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
23294 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23296         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23297         Don't waste the byte-compiler's time on constant data.
23299 2005-10-13  Kenichi Handa  <handa@m17n.org>
23301         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23302         byte with `escape-glyph' face.
23304         * international/fontset.el (ccl-encode-unicode-font):
23305         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23306         Handle the case that ucs-mule-to-mule-unicode translates a character to
23307         ASCII (usually for IPA characters).
23309 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23311         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23312         Don't hide the underline of titles if font-lock-mode is disabled.
23314 2005-10-12  Bill Wohler  <wohler@newt.com>
23316         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
23317         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
23318         files in MH-E-SRC have been updated.
23319         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23321 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23323         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23324         (mixal-mode-syntax-table): Add \n as end-comment.
23325         (mixal-operation-codes-alist): Immediately initialize to full value.
23326         (mixal-add-operation-code): Remove.
23327         (mixal-describe-operation-code): Make the arg non-optional.
23328         Use the interactive spec instead.
23329         Use mixal-operation-codes-alist rather than mixal-operation-codes.
23330         (mixal-font-lock-keywords): Don't highlight comments here any more.
23331         (mixal-font-lock-syntactic-keywords): New var.
23332         (mixal-mode): Use it.  Fix comment-start-skip.
23334 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23336         * startup.el (command-line-x-option-alist): -nb => -nbi.
23338 2005-10-12  Kim F. Storm  <storm@cua.dk>
23340         * startup.el (fancy-splash-default-action): Discard mouse click in
23341         the splash screen window, as it has no sensible meaning in the
23342         next window to be selected.  Fixes error reported by Jan D.
23344 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23346         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23348 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23350         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
23351         Try to fix up minor layout issues like indentation, line break, etc...
23352         (mixal-mode-syntax-table): Don't try to specify comment syntax,
23353         because it doesn't work.
23354         (mixal-operation-codes): Add some more codes.
23355         (mixal-font-lock-keywords): Process comments here.
23356         (mixal-mode): mixasm no longer needs -g option.
23358 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
23360         * progmodes/sh-script.el (sh-tmp-file):
23361         Use mktemp -t.  Finish support for es and rc shells.
23363 2005-10-11  Jay Belanger  <belanger@truman.edu>
23365         * calc/calcalg2.el (calc-integral): With an argument, compute the
23366         definite integral.
23368 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
23370         * mouse.el (mouse-drag-region-1): Don't try to catch a
23371         double-click when doing follow-link (it's overridden anyway).
23373 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
23375         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23376         (autoload-print-form-outbuf): Add docstring.
23378 2005-10-11  Juri Linkov  <juri@jurta.org>
23380         * info.el (Info-mode-menu): Delete menu item "Edit".
23381         (Info-mode): Delete description of Info-edit from docstring,
23382         and rearrange descriptions of Info commands in the order
23383         they are documented in the Info manual.
23385 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23387         * calendar/appt.el (appt-check): Use diary-selective-display var.
23389 2005-10-10  Richard M. Stallman  <rms@gnu.org>
23391         * net/newsticker.el (newsticker-start, newsticker-show-news):
23392         Add autoload cookies.
23394 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
23396         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
23398 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
23400         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
23402 2005-10-10  Jay Belanger  <belanger@truman.edu>
23404         * calc/calc-arith.el (math-check-known-scalarp)
23405         (math-check-known-matrixp): Check the values of arguments that are
23406         variables.
23407         (math-check-known-square-matrixp): New function.
23408         (math-known-square-matrixp): Use math-check-known-square-matrixp.
23409         (math-super-types): Add sqmatrix type.
23411         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
23412         mode name `square' to `sqmatrix'.
23414         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23415         mode name `square' to `sqmatrix'.
23417 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23419         * progmodes/etags.el (select-tags-table-mode): Don't use
23420         selective-display.
23421         (tags-select-tags-table): Pass `button' to the action function.
23422         (select-tags-table): Place the side-info on button properties rather
23423         than in hidden text.  Abbreviate file names.
23424         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23425         (select-tags-table-select): Add `button' argument.
23426         Get side-info from the button property rather than from hidden text.
23428 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
23430         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23431         (gud-speedbar-buttons): Preserve point if possible.
23432         (gud-sentinel): Restore previous speedbar display type.
23434         * progmodes/gdb-ui.el (gdba): Improve diagram.
23435         (def-gdb-auto-update-handler, gdb-info-locals-handler)
23436         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23437         Call get-buffer-window once.
23439 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23441         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23442         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23443         (pascal-indent-command): Remove unused var `ind'.
23444         (pascal-indent-case): Remove unused var `oldpos'.
23445         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23446         since it's now used as a proper minor mode map.
23447         (pascal-outline): Rename to pascal-outline-mode.
23448         (pascal-outline-mode): Use define-minor-mode.
23449         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23450         selective-display.
23452 2005-10-10  Andreas Schwab  <schwab@suse.de>
23454         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
23455         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
23457         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
23458         outside source directory.
23460 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
23462         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23463         C-x' as a prefix.
23464         (orgtbl-mode-map): Full keymap instead of sparse, because all
23465         `self-insert-command' keys are redefined in this map.
23466         (org-export-as-html): Specify charset for HTML file, by taking it
23467         from the coding system.
23469 2005-10-10  Kenichi Handa  <handa@m17n.org>
23471         * textmodes/flyspell.el (flyspell-check-word-p):
23472         If unread-command-events is non-empty, don't call sit-for.
23474 2005-10-09  Richard M. Stallman  <rms@gnu.org>
23476         * font-lock.el (font-lock-syntactic-keywords)
23477         (font-lock-keywords): Doc fixes.
23479         * textmodes/flyspell.el (flyspell-external-point-words):
23480         Simplify logic, and don't try to check for consecutive appearances
23481         of one incorrect word.
23483 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
23485         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23486         separator.
23488         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23489         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23490         (gud-expansion-speedbar-buttons): New function.
23491         (gud-speedbar-buttons): Check for gud-comint-buffer.
23493 2005-10-09  Bill Wohler  <wohler@newt.com>
23495         * Makefile.in (updates): Add mh-loaddefs dependency.
23497 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
23499         * speedbar.el (speedbar-file-key-map): Fix typo.
23501 2005-10-09  Daniel Brockman  <daniel@brockman.se>
23503         * cus-start.el (line-spacing): Add custom spec.
23505 2005-10-09  Romain Francoise  <romain@orebokech.com>
23507         * textmodes/ispell.el (ispell-check-version): Fix last change.
23509 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23511         * term/x-win.el: Remove -i, --icon-type from comment.
23513         * startup.el (command-line-x-option-alist): Remove options -i,
23514         -itype, --icon-type, added -nb, --no-bitmap-icon.
23516 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
23518         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23519         instead of :active.
23521 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
23523         * textmodes/ispell.el (ispell-check-version):
23524         Ignore hyphen, and all that follows, in aspell's version text.
23526 2005-10-08  Jay Belanger  <belanger@truman.edu>
23528         * calc/calc-arith.el (math-known-square-matrixp): New function.
23529         (math-pow-fancy): Check for matrices before distributing exponent
23530         across products.
23532         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23533         fullscreen keypad.  Suggested by Luc Teirlinck.
23534         (calc-keypad-show-input): Add space for formatting.
23536         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23537         Add square matrix option.
23539         * calc/calc-poly.el (math-expand-term): Check for matrices instead
23540         of checking calc-matrix-mode when deciding how to expand.
23542         * calc/calc.el (calc-set-mode-line): Add square matrix option.
23544 2005-10-08  Lars Hansen  <larsh@soem.dk>
23546         * net/tramp.el (tramp-perl-directory-files-and-attributes):
23547         Add error handling.
23548         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23550 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
23552         Sync with Tramp 2.0.51.
23554         * net/tramp.el (tramp-handle-set-visited-file-modtime)
23555         (tramp-handle-insert-file-contents, tramp-handle-write-region):
23556         Insert special handling for `last-coding-system-used', again
23557         it still seems to be necessary (unlike stated before).
23558         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
23559         (tramp-password-prompt-regexp): There might be other words before
23560         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
23561         (tramp-chunksize): Improve docstring.
23562         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
23563         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
23564         Christian Joergensen <bugs@razor.dk>.
23566 2005-10-07  Glenn Morris  <rgm@gnu.org>
23568         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23569         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23570         precision'.
23572 2005-10-07  Romain Francoise  <romain@orebokech.com>
23574         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23575         (ibuffer-do-shell-command-pipe-replace)
23576         (ibuffer-do-shell-command-file, ibuffer-do-eval)
23577         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23578         (ibuffer-do-revert, ibuffer-do-replace-regexp)
23579         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23580         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23581         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23582         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23583         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23584         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23585         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23586         Autoload file sans suffix.
23588         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23590 2005-10-07  David Ponce  <david@dponce.com>
23592         * recentf.el (recentf-menu-open-all-flag): New option.
23593         (recentf-digit-shortcut-command-name): New function.
23594         (recentf--shortcuts-keymap): New variable.
23595         (recentf-menu-shortcuts): New variable.
23596         (recentf-make-menu-items): Initialize it.  Replace the "More..."
23597         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23598         (recentf-menu-value-shortcut): New function.
23599         (recentf-make-menu-item): Use it.  No more in-lined.
23600         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23601         (recentf-open-most-recent-file): Rename from
23602         `recentf-open-file-with-key'.  Don't depend on key binding.
23603         (recentf-mode-map): New variable.
23604         (recentf-mode): Use it.
23606 2005-10-06  Bill Wohler  <wohler@newt.com>
23608         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
23610         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23611         (MH-E-SRC): New.  Used by mh-autoloads.
23612         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
23613         files in MH-E-SRC have been updated.
23614         (compile, recompile, bootstrap): Depend on mh-autoloads.
23616 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
23618         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23619         gud-break and gud-remove icons when the fringe is not available.
23621         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23622         Typo.
23624 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
23626         * play/zone.el (zone): Wrap body with save-window-excursion.
23628 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23630         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23631         Use the new `list-only' arg to diary-list-entries.
23633         * calendar/diary-lib.el: Use overlays rather than selective-display.
23634         (diary-selective-display): New var.
23635         (diary-header-line-format): Use it.
23636         (diary-list-entries): Add argument `list-only'.
23637         Put the buffer in diary-mode.  Don't add \^M at beg and end.
23638         Replace \^M by invisible overlays.
23639         (diary-unhide-everything): Replace \^M by invisible overlays.
23640         (print-diary-entries): Look for overlays rather than \^M.
23641         Add a space to the temp buffer name.
23642         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23643         Put the buffer in diary-mode.
23644         (list-sexp-diary-entries): Replace \^M by invisible overlays.
23645         (diary-anniversary): Make the year arg optional.
23646         (diary-time-regexp): New const.
23647         (diary-font-lock-keywords): Use it to accept a few more time formats.
23649         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23651 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
23653         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23654         Fix bug introduced 2005-07-03: Use (car (last ...))
23655         to faithfully reproduce replaced artist-last.
23656         (artist-set-arrow-points-for-poly): Likewise.
23657         Suggested by Johan Bockg\e,Ae\e(Brd.
23659 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
23661         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23662         * wid-edit.el (widget):
23663         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23664         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23666 2005-10-06  Kenichi Handa  <handa@m17n.org>
23668         * international/mule-cmds.el (set-language-environment):
23669         Fix setting up of case-table for unibyte mode.
23671         * simple.el (what-cursor-position): If the character is displayed
23672         by some `display' text property, show that.  Don't use
23673         single-key-description for eight-bit characters in multibyte mode.
23675 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
23677         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23678         (gdb-ann3): Set it.
23679         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23680         (gdb-info-frames-custom): Use inverse-video for first five
23681         characters of selected frame only.
23682         (gdb-get-frame-number): Select frame even when point is on frame
23683         number.
23685 2005-10-06  Masatake YAMATO  <jet@gyve.org>
23687         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23688         Put `font-lock-function-name-face'.
23689         (gdb-info-frames-custom): Put `font-lock-function-name-face'
23690         and `font-lock-variable-name-face'
23691         (gdb-registers-font-lock-keywords): New font lock keywords definition.
23692         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23693         (gdb-memory-font-lock-keywords): New font lock keywords definition.
23694         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23695         (gdb-local-font-lock-keywords): New font lock keywords definition.
23696         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23697         (gdb-threads-font-lock-keywords): New font lock keywords definition.
23698         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23700 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
23702         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23703         (ediff-merge-region-is-non-clash-to-skip): Previously called
23704         ediff-merge-region-is-non-clash.
23706         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23707         Use insert-buffer-substring.
23709         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23710         selecting files to patch.  Also bug fixes.
23712         * ediff-util.el (ediff-setup): Bug fix.
23713         (ediff-next-difference): Never skip clashes that differ in white
23714         space only.
23716         * ediff-wind.el (ediff-setup-control-frame)
23717         (ediff-destroy-control-frame): Check the menubar feature.
23719         * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
23720         (viper-refresh-mode-line): Use make-local-variable to localize
23721         some vars instead of make-variable-buffer-local.  Suggested by
23722         Stefan Monnier.
23724         * emulation/viper-init.el (viper-make-variable-buffer-local):
23725         Delete alias.
23726         (viper-restore-cursor-type, viper-set-insert-cursor-type):
23727         Use make-local-variable instead of make-variable-buffer-local.
23728         Suggested by Stefan Monnier.
23730         * emulation/viper.el (viper-mode): Don't use
23731         viper-make-variable-buffer-local.
23732         (viper-comint-mode-hook): Use make-local-variable on
23733         require-final-newline.
23734         (viper-non-hook-settings): Don't use make-variable-buffer-local.
23736 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23738         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23739         also the second char of a comment-start sequence.
23740         (scheme-sexp-comment-syntax-table): New var.
23741         (lambda, define): Set their scheme-doc-string-elt property.
23742         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23743         Use lisp-font-lock-syntactic-face-function now that it properly
23744         handles |...| symbols.
23745         (scheme-mode-variables): Set lisp-doc-string-elt-property,
23746         parse-sexp-lookup-properties and font-lock-extra-managed-props.
23748         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23749         bit from # to |.
23750         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23752         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23753         (lisp-doc-string-elt-property): New var.
23754         (lisp-font-lock-syntactic-face-function): Use it.
23755         Rewrite to recognize docstrings even for forms not at toplevel.
23757         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23758         annotation on the | part of #| rather than on the # part.
23759         (scheme-font-lock-syntactic-face-function): New function, to
23760         distinguish strings from |...| symbols.
23761         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
23762         syntax-table so that #|...|# is properly highlighted.
23764         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23765         Don't mark as docstring the 3rd elem of an unknown toplevel form.
23767 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23769         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23770         and C-e.
23772         * emacs-lisp/eldoc.el: Move comments into docstrings.
23773         (eldoc-message-commands): Initialize in its declaration.
23774         Add move-beginning-of-line and move-end-of-line.
23775         (eldoc-add-command, eldoc-add-command-completions)
23776         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23778         * outline.el (outline-mark-subtree): Activate the mark.
23780         * calendar/appt.el (appt-time-regexp): New var.
23781         (appt-add, appt-make-list): Use it.
23782         (appt-convert-time): Clean up.
23784         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23785         Don't set any syntax-table property here.
23786         (tex-font-lock-verb): New function.  Do it here.
23787         (tex-font-lock-syntactic-keywords): Use it.
23789 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23791         * wid-edit.el (widget-file-complete): Get the widget start point
23792         the right way.  Default directory to `/' if file has none.
23794         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23796         * textmodes/flyspell.el (flyspell-mode-on):
23797         Call ispell-maybe-find-aspell-dictionaries.
23799         * textmodes/ispell.el (ispell-word, ispell-region):
23800         Call ispell-maybe-find-aspell-dictionaries.
23801         (ispell-accept-buffer-local-defs):
23802         Don't call ispell-maybe-find-aspell-dictionaries.
23804 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23806         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23808 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
23810         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23811         instead of `fboundp' in order to allow for anonymous functions.
23813 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
23815         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23816         case the user clicks on the link while another window is selected.
23817         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23819         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23820         functionality.
23821         (dframe-help-echo): Save point in case mouse tracking is off.
23823 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
23825         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23827 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23829         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23830         not change the global value of those vars.
23832         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23833         make-local-variable which we do not need any more.
23835 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
23837         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23838         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23839         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23840         (speedbar-path-line): Define obsolete aliases.
23841         (speedbar-line-directory): Doc fix.
23843         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23844         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23845         instead of speedbar-line-path.
23847 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23849         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23850         to nil if dropping on a window.  Handle dropping on a minibuffer window
23851         like dropping on a non-window part of Emacs.
23853 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23855         * net/ange-ftp.el: Use with-current-buffer.
23856         (ange-ftp-insert-directory): Do not follow symlinks any more.
23858         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23859         Remove interactive spec.
23861 2005-10-03  Kim F. Storm  <storm@cua.dk>
23863         * ido.el (ido-mode): Use custom-initialize-set.
23865 2005-10-02  Richard M. Stallman  <rms@gnu.org>
23867         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23868         Use insert-buffer-substring.
23870         * net/tramp.el: Pacify byte compiler warnings in pacification code.
23871         (tramp-handle-file-local-copy): Use insert-buffer-substring.
23873 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23875         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23876         in last change.
23877         (ange-ftp-insert-directory): Fix up the search for the case where
23878         `file' is absolute.
23880 2005-10-02  Romain Francoise  <romain@orebokech.com>
23882         * progmodes/compile.el (compile-goto-error): Delete extra paren.
23884 2005-10-02  Andreas Schwab  <schwab@suse.de>
23886         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23887         directory component in the session info.
23889 2005-10-01  Richard M. Stallman  <rms@gnu.org>
23891         * comint.el (comint-redirect-subvert-readonly): Doc fix.
23893         * simple.el (next-error-internal): New function.
23895         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23896         (compilation-start): Pass new arg to compilation-buffer-name.
23897         (compile-goto-error): Use next-error-internal.
23899 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23901         * speedbar.el: Remove RCS tag.
23902         (speedbar-check-read-only): Handle non-existent files.
23904         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23906         * info.el (Info-speedbar-hierarchy-buttons)
23907         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23909 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23911         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23912         Do not match newline.
23913         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23914         (bibtex-summary): Remove unnecessary save-excursion.
23915         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23917 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23919         * term/mac-win.el: Add charset info for "iso10646-1".
23920         Modify default fontset to use ATSUI-compatible fonts for some charsets
23921         if available.
23923 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23925         * speedbar.el: Re-apply arch tag.
23926         (speedbar-version): Rename to version 1.0.  Suggested by Eric
23927         M. Ludlam.
23928         Reapply two changes from Emacs CVS' version of speedbar lost
23929         during the merge:
23930         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23931         (speedbar-frame-parameters): Improve customize type.
23933 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23935         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23936         (ange-ftp-file-directory-p): Fix the symlink case.
23937         (ange-ftp-insert-directory): When listing a single file, get a list of
23938         the parent buffer and extract the relevant line.  Inspired from a patch
23939         by Katsumi Yamaoka <yamaoka@jpl.org>.
23940         (ange-ftp-file-name-sans-versions): Simplify.
23942 2005-09-30  Bill Wohler  <wohler@newt.com>
23944         Move MH-E image files from toolbar and mail directories into
23945         etc/images.
23947         * mail/reply2.*: Move to etc/images/mail/reply*.
23949         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23950         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23951         etc/images.
23953         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23954         * toolbar/reply*: Move to etc/images/mail.
23956         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23958 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
23960         * speedbar.el: New version 1.0pre3.
23962         Frame management code (including timer, and mouse click specifics)
23963         moved to dframe.el:
23964         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
23965         (speedbar-timer): Removed.  Use dframe-timer.
23966         (speedbar-close-frame): Removed.  Use dframe-close-frame.
23967         (speedbar-activity-change-focus-flag): Removed.  Use
23968         dframe-activity-change-focus-flag.
23969         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
23970         dframe-update-speed.
23972         (speedbar-current-frame): New macro.  Use this instead of the
23973         variable speedbar-frame.
23975         (speedbar-use-images, speedbar-expand-image-button-alist)
23976         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23978         (speedbar-find-image-on-load-path): Removed.  Replaced by
23979         defezimage in ezimage.el.
23980         (speedbar-expand-image-button-alist): Removed.  Replaced by
23981         ezimage-expand-image-button-alist in ezimage.el.
23983         (speedbar-ignored-directory-regexp)
23984         (speedbar-add-ignored-directory-regexp)
23985         (speedbar-ignored-directory-expressions)
23986         (speedbar-line-directory, speedbar-buffers-line-directory)
23987         (speedbar-directory-line, speedbar-buffers-line-directory):
23988         Renamed, replacing `path' with `directory'.
23990         (speedbar-create-directory, speedbar-expand-line-descendants)
23991         (speedbar-toggle-line-expansion)
23992         (speedbar-contract-line-descendants): New commands.
23994         (speedbar-query-confirmation-method, speedbar-select-frame-method)
23995         (speedbar-use-tool-tips-flag): New options.
23997         (speedbar-check-read-only, speedbar-require-version)
23998         (speedbar-insert-separator, speedbar-buffers-tail-notes)
23999         (speedbar-handle-delete-frame, speedbar-try-completion)
24000         (speedbar-update-localized-contents): New functions.
24002         (speedbar-incompatible-version, speedbar-ro-to-do-point)
24003         (speedbar-object-read-only-indicator): New variables.
24005         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24006         New hooks.
24008         (speedbar-separator-face): New face.
24010         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24011         (speedbar-ignored-modes): Add fundamental-mode.
24012         (speedbar-directory-unshown-regexp): Add . directories.
24014         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24015         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24016         `]' for full expand/close.
24017         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24019         (speedbar-check-vc): Support hidden files.
24020         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24021         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
24022         state is nil, it is not checked out.
24024         (speedbar-line-text, speedbar-line-token): Support expand buttons
24025         with no text.
24026         (speedbar-refresh): Universal argument acts as power-click.
24027         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24028         that buffer to get variable values.
24030         And many other bugfixes.
24032         * dframe.el, ezimage.el, sb-image.el: New files.
24034         * sb-*.xpm: Remove files.  New image files installed into
24035         etc/images/ezimage.
24037 2005-09-30  Kenichi Handa  <handa@m17n.org>
24039         * ps-mule.el (ps-mule-show-warning): If a character is in
24040         ps-print-translation-table, don't treat it as non-printable.
24042 2005-09-30  David Ponce  <david@dponce.com>
24044         * tree-widget.el (tree-widget-themes-load-path): New variable.
24045         (tree-widget-themes-directory): Doc fix.
24046         (tree-widget-image-formats) [Emacs]: Doc fix.
24047         (tree-widget--locate-sub-directory): New function.
24048         (tree-widget-themes-directory): Use it.
24050         * recentf.el (recentf-filename-handlers): Rename from
24051         `recentf-filename-handler'.  Allow a list of functions.
24052         (recentf-menu-items-for-commands): Fix :help strings.
24053         (recentf-apply-filename-handlers): New function.
24054         (recentf-expand-file-name): Use it.
24055         (recentf-cleanup): Remove duplicates too.
24057 2005-09-29  Juri Linkov  <juri@jurta.org>
24059         * faces.el: Rearrange face definitions to be in the same order as
24060         their face descriptions in "(emacs)Standard Faces".
24062         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24064         * tooltip.el (tooltip): Add group `basic-faces'.
24066         * buff-menu.el (Buffer-menu-buffer): Remove group
24067         `font-lock-highlighting-faces'.
24069         * progmodes/compile.el (compilation-error, compilation-warning)
24070         (compilation-info, compilation-line-number, compilation-column-number):
24071         Change group from `font-lock-highlighting-faces' to `compilation'.
24073         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24074         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24075         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24076         (vhdl-font-lock-reserved-words-face)
24077         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24078         `font-lock-highlighting-faces'.
24080         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24082 2005-09-28  Kim F. Storm  <storm@cua.dk>
24084         * emulation/cua-base.el: Set CUA move property on additional commands:
24085         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24086         forward-sexp, backward-sexp, forward-list, backward-list.
24088 2005-09-28  Romain Francoise  <romain@orebokech.com>
24090         * comint.el (comint-show-output): Really set point at the
24091         beginning of the output when not using `comint-use-prompt-regexp'.
24093 2005-09-27  Jay Belanger  <belanger@truman.edu>
24095         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24096         in TeX mode.
24098 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
24100         * textmodes/org.el (org-table-sum): Fix format string.
24102         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24103         Quote face names.
24105 2005-09-26  Romain Francoise  <romain@orebokech.com>
24107         * isearch.el (isearch-forward-regexp): Close doc string.
24109 2005-09-25  Richard M. Stallman  <rms@gnu.org>
24111         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24113         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24115         * progmodes/compile.el (compilation-error-properties):
24116         When getting the file from the previous error message,
24117         correctly decode the new data format.
24119         * progmodes/cc-cmds.el (c-electric-paren):
24120         Call old-blink-paren only for close-paren.
24122 2005-09-24  Andreas Schwab  <schwab@suse.de>
24124         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24125         condition.
24127 2005-09-25  Romain Francoise  <romain@orebokech.com>
24129         * dired-aux.el (dired-copy-file-recursive):
24130         * dired.el (dired-delete-file):
24131         * ediff-mult.el (ediff-dir-diff-copy-file):
24132         * ediff-util.el (ediff-test-save-region):
24133         * forms.el (forms-mode):
24134         * ido.el (ido-file-internal, ido-delete-file-at-head):
24135         * log-edit.el (log-edit-done):
24136         * ses.el (ses-yank-resize):
24137         * play/gomoku.el (gomoku-human-plays, gomoku)
24138         (gomoku-human-resigns, gomoku-prompt-for-other-game)
24139         (gomoku-offer-a-draw):
24140         * play/landmark.el (lm-human-resigns, lm):
24141         * net/eudcb-ldap.el (eudc-ldap-check-base):
24142         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24143         * progmodes/ebrowse.el (ebrowse-find-pattern):
24144         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24145         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24146         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24148         * vc.el (vc-delete-file):
24149         * play/gomoku.el (gomoku-terminate-game, gomoku)
24150         (gomoku-prompt-for-move, gomoku-human-takes-back):
24151         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24152         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24154 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
24156         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24157         color rxvt terminals by using the code xterm.el used to use before
24158         2005-04-09 in order to match the colors used by rxvt.
24160 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
24162         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24163         colors rxvt-unicode terminals by using the same code as xterm.el.
24165 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24167         * textmodes/tex-mode.el (tex-font-lock-append-prop)
24168         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24169         new symbol used for the tex-verbatim face.
24171 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
24173         * woman.el (woman-file-name):
24174         * wid-edit.el (widget-file-prompt-value)
24175         (widget-coding-system-prompt-value):
24176         * w32-fns.el (set-w32-system-coding-system):
24177         * vc.el (vc-version-diff, vc-annotate):
24178         * textmodes/reftex-auc.el (reftex-arg-cite)
24179         (reftex-arg-index-tag):
24180         * textmodes/refer.el (refer-get-bib-files):
24181         * textmodes/artist.el (artist-figlet-choose-font):
24182         * terminal.el (terminal-emulator):
24183         * replace.el (occur-read-primary-args):
24184         * rect.el (string-rectangle, string-insert-rectangle):
24185         * ps-print.el (ps-print-preprint):
24186         * progmodes/pascal.el (pascal-goto-defun):
24187         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24188         * progmodes/compile.el (compilation-find-file):
24189         * printing.el (pr-interactive-n-up):
24190         * play/animate.el (animate-birthday-present):
24191         * net/rcompile.el (remote-compile):
24192         * man.el (man, Man-goto-section, Man-follow-manual-reference):
24193         * mail/rmailsum.el (rmail-summary-search-backward)
24194         (rmail-summary-search):
24195         * mail/rmailout.el (rmail-output-read-rmail-file-name)
24196         (rmail-output-read-file-name):
24197         * mail/rmail.el (rmail-search, rmail-search-backwards):
24198         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24199         * locate.el (locate):
24200         * international/quail.el (quail-show-keyboard-layout):
24201         * international/mule.el (set-buffer-file-coding-system)
24202         (revert-buffer-with-coding-system, set-file-name-coding-system)
24203         (set-terminal-coding-system, set-keyboard-coding-system)
24204         (set-next-selection-coding-system):
24205         * international/mule-diag.el (describe-coding-system)
24206         (describe-font, describe-fontset):
24207         * international/mule-cmds.el (universal-coding-system-argument)
24208         (search-unencodable-char, describe-input-method)
24209         (set-language-environment, describe-language-environment):
24210         * international/codepage.el (codepage-setup):
24211         * international/code-pages.el (codepage-setup):
24212         * info.el (Info-search, Info-follow-reference)
24213         (Info-search-backward):
24214         * emacs-lisp/advice.el (ad-read-advised-function)
24215         (ad-read-advice-class, ad-clear-cache, ad-activate)
24216         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24217         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24218         (ad-read-regexp):
24219         * ediff-util.el (ediff-toggle-regexp-match):
24220         * ediff-ptch.el (ediff-prompt-for-patch-file):
24221         * dired-aux.el (dired-diff):
24222         * diff.el (diff):
24223         * cus-edit.el (custom-variable-prompt):
24224         * calendar/timeclock.el (timeclock-ask-for-project):
24225         * calc/calcalg3.el (calc-get-fit-variables):
24226         * calc/calc-store.el (calc-edit-variable)
24227         (calc-permanent-variable):
24228         * vc-mcvs.el (vc-mcvs-register):
24229         * shadowfile.el (shadow-define-literal-group):
24230         * woman.el (woman-file-name):
24231         * vc.el (vc-version-diff, vc-merge):
24232         * textmodes/reftex-index.el (reftex-index-complete-tag):
24233         * format.el (format-decode-buffer, format-decode-region):
24234         * emulation/viper-cmd.el (viper-read-string-with-history):
24235         * emacs-lisp/debug.el (cancel-debug-on-entry):
24236         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24237         * ediff.el (ediff-merge-revisions)
24238         (ediff-merge-revisions-with-ancestor, ediff-revision):
24239         * completion.el (interactive-completion-string-reader):
24240         * calc/calc-prog.el (calc-user-define-formula):
24241         Follow convention for reading with the minibuffer.
24243 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
24245         * progmodes/python.el (python-describe-symbol): Add globals() and
24246         locals() to the arguments of emacs.ehelp.
24248 2005-09-24  Magnus Henoch  <mange@freemail.hu>
24250         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24251         New function, code extracted from ispell-valid-dictionary-list.
24252         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24253         Call it.
24255 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
24257         * subr.el (version-regexp-alist): Extend valid syntax for version
24258         strings: allow any of the characters -,_,+ to separate the
24259         alpha/beta/rc part from the version part.  Doc fix.
24260         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
24262 2005-09-23  David Reitter  <david.reitter@gmail.com>
24264         * mail/mailclient.el: New file.
24266 2005-09-23  Richard M. Stallman  <rms@gnu.org>
24268         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24269         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24270         Doc fixes.
24272         * progmodes/cc-mode.el (c-font-lock-init):
24273         Specify font-lock-lines-before.
24275 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24277         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24278         whole conflict.
24280 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
24282         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24283         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
24284         of `remap' feature when available.  Additional key bindings for
24285         better tty support.
24286         (org-mode-restart, org-force-self-insert): New commands.
24287         (org-time-stamp-inactive): New command.
24288         (org-remap): New function.
24289         (org-table-auto-blank-field, org-level-color-stars-only): New options.
24290         (org-enable-fixed-width-editor): Move to `org-structure'
24291         customization group.
24292         (org-self-insert-command, orgtbl-self-insert-command): Modify to
24293         blank field after field motion commands.
24295 2005-09-23  Kenichi Handa  <handa@m17n.org>
24297         * international/mule-cmds.el (set-language-environment):
24298         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24299         have to call utf-translate-cjk-load-tables.
24301 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24303         * mouse.el (mouse-move-drag-overlay): Fix last change.
24305 2005-09-22  David Ponce  <david@dponce.com>
24307         * tree-widget.el (tree-widget-value-create): Fix previous change.
24309 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
24311         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24313 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24315         * mouse.el (mouse-move-drag-overlay): New function.
24316         (mouse-drag-region-1): Use it.
24317         Try to simplify a bit the state handling.  Handle clicks on links
24318         inside intangible areas.
24319         (mouse-save-then-kill): Minor simplification.
24320         (mouse-secondary-overlay): Make it always non-nil instead of
24321         recreating it each time.
24322         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24323         (mouse-kill-secondary, mouse-secondary-save-then-kill):
24324         Simplify accordingly.
24326 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
24328         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24330 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
24332         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24333         (ediff-file-name-sans-prefix): Treat nil as an empty string.
24334         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24335         to patch.
24337         * ediff-util.el: Use insert-buffer-substring.
24339         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24341         * emulation/viper-cmd.el (viper-change-state): Don't move over the
24342         field boundaries in the minibuffer.
24343         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24344         (viper-minibuffer-post-command-hook): New hook.
24345         (viper-line): Don't move cursor at bolp.
24347         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24349         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
24350         avoid compiler warnings.
24352         * emulation/viper-macs.el (ex-map): Better messages.
24354         * emulation/viper-utils.el (viper-beginning-of-field): New function.
24356         * emulation/viper.el: Replace make-variable-buffer-local with
24357         viper-make-variable-buffer-local everywhere, to avoid warnings.
24359 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24361         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
24362         Delete unused var `old-selected-window'.
24363         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
24364         (mouse-drag-secondary): Delete unused var `start-frame'.
24366 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
24368         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24370 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24372         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
24373         Re-indent within 80 columns.  Use inhibit-read-only.
24375 2005-09-19  Romain Francoise  <romain@orebokech.com>
24377         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
24379 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24381         * font-lock.el (font-lock-default-fontify-region): Don't add a line
24382         unconditionally, since the after-change-function already did it.
24384 2005-09-19  Miles Bader  <miles@gnu.org>
24386         * net/newsticker.el: Get rid of CVS keyword.
24388 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
24390         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
24391         The prompt is formatted later.
24393 2005-09-19  David Ponce  <david@dponce.com>
24395         * tree-widget.el (tree-widget-value-create): Save the converted
24396         tree :node widget.
24398 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
24400         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
24401         variable `message'.
24403 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
24405         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
24406         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
24407         <slawomir.nowaczyk.847@student.lu.se>.
24409 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
24411         * image.el (image-load-path): Use symbol `data-directory' instead
24412         of its value, for backward compatibility with packages that bind
24413         it during `find-image'.  Suggested by Katsumi Yamaoka.
24414         (image-search-load-path): Handle symbols whose values are strings.
24416 2005-09-18  Romain Francoise  <romain@orebokech.com>
24418         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24419         with-current-buffer form in save-excursion.
24421 2005-09-18  Deepak Goel  <deego@gnufans.org>
24423         * apropos.el (apropos-command): Fix `message' call: first arg
24424         should be a format spec.  In this and all other cases that appear
24425         below and elsewhere in the source code, I made a change only when
24426         two conditions were satisfied: [1] I can think of a possibility
24427         that the arguments would cause an error, for example, the code in
24428         question relies on external variables such as filenames.  [2] I
24429         was sure that the arg to `message' could not have been nil in the code.
24431         * textmodes/tildify.el (tildify-region): Ditto.
24433         * textmodes/reftex-index.el (reftex-index-change-entry)
24434         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24435         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24436         * textmodes/org.el (org-complete, org-deadline, org-schedule)
24437         (org-priority, org-table-sum):
24438         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24439         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24440         (flyspell-word, flyspell-display-next-corrections):
24441         * textmodes/bibtex.el (bibtex-print-help-message):
24442         * textmodes/artist.el (artist-key-set-point-poly):
24443         * term/mac-win.el (mac-services-insert-text):
24444         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24445         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24446         (vhdl-port-paste-testbench, vhdl-compose-new-component)
24447         (vhdl-compose-configuration):
24448         * progmodes/sh-script.el (sh-blink, sh-show-indent)
24449         (sh-set-indent, sh-learn-line-indent):
24450         * progmodes/ps-mode.el (ps-mode-target-column):
24451         * progmodes/idlwave.el (idlwave-make-tags)
24452         (idlwave-scan-library-catalogs):
24453         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
24454         * progmodes/gud.el (gud-jdb-analyze-source):
24455         * progmodes/flymake.el (flymake-log):
24456         * progmodes/ebnf2ps.el (ebnf-generate-region):
24457         * progmodes/cmacexp.el (c-macro-expansion):
24458         * progmodes/ada-xref.el (ada-treat-cmd-string):
24459         * progmodes/ada-mode.el (ada-create-case-exception-substring)
24460         (ada-justified-indent-current, ada-batch-reformat):
24461         * play/zone.el (zone):
24462         * play/landmark.el (lm-move):
24463         * play/decipher.el (decipher-show-alphabet):
24464         * net/newsticker.el (newsticker--display-jump)
24465         (newsticker--display-scroll):
24466         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24467         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24468         * mail/feedmail.el (feedmail-dump-message-to-queue):
24469         * eshell/esh-proc.el (eshell-remove-process-entry):
24470         * emulation/ws-mode.el (ws-last-error):
24471         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24472         (viper-record-kbd-macro):
24473         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24474         * emacs-lisp/lisp-mnt.el (lm-report-bug):
24475         * emacs-lisp/find-func.el (find-function-noselect):
24476         * calendar/timeclock.el (timeclock-status-string)
24477         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24478         (timeclock-when-to-leave-string):
24479         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24480         * calc/calc-units.el (calc-enter-units-table):
24481         * calc/calc-mode.el (calc-mode-record-mode):
24482         * woman.el (woman-mini-help):
24483         * wdired.el (wdired-change-to-wdired-mode):
24484         * vc.el (vc-retrieve-snapshot):
24485         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24486         * startup.el (display-startup-echo-area-message):
24487         * simple.el (set-goal-column):
24488         * ses.el (ses-command-hook, ses-recalculate-cell):
24489         * server.el (server-process-filter):
24490         * printing.el (pr-interface-txt-print, pr-interface-printify)
24491         (pr-interface-ps):
24492         * pcvs.el (cvs-help):
24493         * log-edit.el (log-edit, log-edit-mode-help):
24494         * iswitchb.el (iswitchb-possible-new-buffer):
24495         * isearch.el (isearch-edit-string):
24496         * image-mode.el (image-mode, image-minor-mode):
24497         * ibuf-macs.el (define-ibuffer-filter):
24498         * hi-lock.el (hi-lock-find-patterns):
24499         * files.el (toggle-read-only):
24500         * ediff-util.el (ediff-copy-diff)
24501         (ediff-write-merge-buffer-and-maybe-kill):
24502         * echistory.el (Electric-history-undefined):
24503         * dnd.el (dnd-insert-text):
24504         * dired-aux.el (dired-query):
24505         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24506         * bookmark.el (bookmark-bmenu-locate):
24507         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24508         Fix `message' calls to ensure first arg is a format string.
24509         The change was made only when these two conditions were satisfied:
24510         [1] when there is a possibility that the arguments would cause an error
24511         for example, if the code in question relies on external variables
24512         such as filenames, and
24513         [2] if the arg to `message' could not have been nil in the code.
24515         * pcomplete.el (pcomplete--help): Fix `message' format spec.
24516         Not having a %s would be weird, though not technically wrong.
24518 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24520         * term/mac-win.el (mac-add-charset-info): Doc fix.
24522 2005-09-17  Romain Francoise  <romain@orebokech.com>
24524         * shell.el (shell-resync-dirs): Handle echoing processes more
24525         reliably.  Don't insert resync command if `comint-process-echoes'
24526         is non-nil.
24528 2005-09-17  Magnus Henoch  <mange@freemail.hu>
24530         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24531         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24532         aspell versions >= 0.60.
24533         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24534         only if ispell-aspell-supports-utf8 is non-nil.
24536 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
24538         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24539         buffer-local value to lisp-indent-function.
24541 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
24543         * progmodes/glasses.el (glasses-make-readable): If
24544         glasses-separator differs from underscore, put appropriate
24545         overlays over underscore characters.
24546         (glasses-convert-to-unreadable): If glasses-separator differs from
24547         underscore, try to convert glasses-separator characters to
24548         underscores.
24550 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24552         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24553         Use with-syntax-table and dolist.
24555 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
24557         * textmodes/reftex-auc.el:
24558         * textmodes/reftex-cite.el:
24559         * textmodes/reftex-dcr.el:
24560         * textmodes/reftex-global.el:
24561         * textmodes/reftex-parse.el:
24562         * textmodes/reftex-ref.el:
24563         * textmodes/reftex-sel.el:
24564         * textmodes/reftex-toc.el:
24565         * textmodes/reftex-vars.el:
24566         * textmodes/reftex.el: Small changes to remove compiler warnings.
24568         * textmodes/reftex-index.el: Likewise.
24569         (reftex-query-index-phrase): More efficient use of markers.
24571 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
24573         * image.el (image-load-path): New variable.
24574         (image-search-load-path): New function.
24575         (find-image): Search for images in `image-load-path'.
24577 2005-09-15  Richard M. Stallman  <rms@gnu.org>
24579         * follow.el: Change Maintainer field.
24581 2005-09-15  David Ponce  <david@dponce.com>
24583         * recentf.el (recentf-save-file-modes): New option.
24584         (recentf-save-list): Use it.
24586 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
24588         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24589         (mode-line-mule-info, mode-line-modified): Move bindings from
24590         mouse-3 to mouse-1.
24592 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
24594         * simple.el (sendmail-user-agent-compose): Revert last change.
24596 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24598         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24599         Use with-current-buffer.
24600         (ange-ftp-gwp-start): Remove unused var `gw-user'.
24601         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24602         (ange-ftp-insert-directory): Remove unused var `short'.
24603         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24605         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24606         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24608         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24609         (check-calendar-holidays, diary-list-entries): Autoload.
24610         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24611         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24613         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24614         which mistakenly removed a call to display-buffer.
24616 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
24618         * obsolete/iso-insert.el: Move to obsolete/ from international/.
24620 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
24622         * progmodes/hideshow.el
24623         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24624         (hs-allow-nesting): New user var.
24625         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24626         (hs-hide-block-at-point): When nesting allowed,
24627         if there is already an overlay in place, delete it.
24628         (hs-safety-is-job-n): Delete func; remove call sites.
24629         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24630         (hs-overlay-at): New func.
24631         (hs-already-hidden-p, hs-show-block): Use it.
24632         (hs-hide-all): Don't pre-clean if nesting allowed.
24633         (hs-show-all): Temporarily disallow
24634         nesting around call to `hs-discard-overlays'.
24636 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
24638         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24639         Delete unused local var.
24641 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
24643         * help-fns.el (describe-categories): "?\ " -> "?\s".
24644         (help-do-arg-highlight): Recognize also ARG-n, as in
24645         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
24647         * international/codepage.el (dos-unsupported-char-glyph):
24648         * net/newsticker.el (tool-bar-map, w3-mode-map)
24649         (w3m-minor-mode-map):
24650         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24651         (ent-alist):
24652         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24654 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
24656         * custom.el (custom-push-theme): Handle the case where a symbol is
24657         bound but face properties have not yet been assigned.
24659         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24660         Fix behavior if noerase is `t' and there is no mail buffer.
24662         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24663         if `continue' is nil, rather than signal an error.
24665 2005-09-12  Richard M. Stallman  <rms@gnu.org>
24667         * font-lock.el (font-lock-keywords): Add autoload.
24669         * help-fns.el (describe-variable): Rearrange to put source link
24670         in a predictable place.
24672         * net/newsticker.el: New file.
24674 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24676         * calendar/calendar.el (calendar-for-loop): Add edebug info.
24677         (calendar-basic-setup): Use the new nil arg.
24678         (number-of-diary-entries): Move to diary-lib.el.
24680         * calendar/diary-lib.el: Use with-current-buffer, match-string.
24681         (diary-list-entries): Use with-syntax-table and dolist.
24682         Rename from list-diary-entries.
24683         Use number-of-diary-entries if `number' is nil.
24684         (diary, diary-view-entries): Use this new name and new nil arg value.
24685         (number-of-diary-entries): Move from calendar.el.
24686         (diary-unhide-everything): New function.
24687         (include-other-diary-files, fancy-diary-display)
24688         (diary-show-all-entries, make-diary-entry): Use it.
24689         (diary-mail-entries): Use buffer-string.
24690         (mark-diary-entries): Fix long standing paren typo.
24691         (diary-sexp-entry): Use count-lines.
24692         (make-diary-entry): Avoid `previous-line'.
24693         (diary-mode-map): New var.
24694         (diary-mode): Redraw cal after saving.  Setup header-line.
24695         (fancy-diary-display-mode): Use local-set-key.
24697         * startup.el (command-line): Try calling various terminal-init-foo-bar
24698         functions by stripping hyphenated suffixes from $TERM.
24700         * files.el (normal-mode): Check boundness of font-lock-keywords.
24702 2005-09-12  Richard M. Stallman  <rms@gnu.org>
24704         * progmodes/compile.el: Don't decide a file's directory
24705         until the user actually tries to go there.
24706         (compilation-next-error-function):
24707         Pass compilation-find-file the directory from the file-struct.
24708         (compilation-internal-error-properties): Separate local FILE-STRUCT
24709         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
24710         (compilation-find-file): Arg DIR renamed to DIRECTORY.
24711         Expand it, and if nil, use default-directory.
24712         (compilation-get-file-structure): Don't mix specified directory
24713         with default directory.  Put specified directory into
24714         file-struct.  Don't make the file name absolute.
24716         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24717         (compile-command): Add autoload.
24718         (compilation-disable-input): Add autoload.
24720 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
24722         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24723         strings of the variables it can override.
24724         (time-stamp): New (as yet undocumented) time-stamp-format escapes
24725         %Q and %q, for fully-qualified domain name and unqualified host name.
24727 2005-09-11  Kim F. Storm  <storm@cua.dk>
24729         * emacs-lisp/authors.el (authors-aliases): Update list.
24730         (authors-fixed-entries): Update mldrag.el entry.
24732 2005-09-10  Alan Mackenzie  <acm@muc.de>
24734         * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
24735         delimiter from the region narrowed to.
24737 2005-09-10  Magnus Henoch  <mange@freemail.hu>
24739         * textmodes/ispell.el (ispell-check-version): Signal an error if
24740         aspell version is less than 0.60.
24742 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
24744         * progmodes/octave-inf.el (inferior-octave-startup):
24745         Resync current dir at the end.
24747 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
24749         * woman.el (woman-topic-at-point-default):
24750         Rename to woman-use-topic-at-point-default.
24751         (woman-topic-at-point): Rename to woman-use-topic-at-point.
24752         (woman-file-name): Reflect renames above.  Automatically use the
24753         word at point as topic if woman-use-topic-at-point is non-nil.
24754         Otherwise offer it as default but don't insert it in the
24755         minibuffer.  Also use `test-completion' instead of `assoc' as
24756         suggested by Stefan Monnier.
24758 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
24760         * vc.el (vc-directory, vc-update-change-log): Throw an error on
24761         the attempt to do it over Tramp.  This is not yet supported.
24763 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
24765         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24766         (menu-bar-non-minibuffer-window-p): New functions.
24767         ("Split Window", "Save As..."): Use them.
24768         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24769         ("Print Buffer", "Truncate Long Lines in this Buffer"):
24770         Use menu-bar-menu-frame-live-and-visible-p.
24771         ("Save Buffer", "Insert File", "Open Directory...")
24772         ("Open File...", "Visit New File..."):
24773         Use menu-bar-non-minibuffer-window-p.
24774         (kill-this-buffer-enabled-p, dired <menu-enable>):
24775         Use menu-bar-non-minibuffer-window-p.
24777 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24779         * cus-start.el (all): Don't complain about fringe-related
24780         built-ins if fringes are not supported.  Ditto about
24781         selection-related built-ins.  Fix the test for GTK-related built-ins.
24783         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24784         ("Postscript Print Buffer", "Print Region", "Save As...")
24785         ("Save", "Insert File...", "Open Directory...")
24786         ("Open File...", "Visit New File..."")
24787         ("Truncate Long Lines in this Buffer"): Don't look at
24788         menu-updating-frame if this display does not support multiple frames.
24790 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24792         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24794 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
24796         * woman.el: Format- and whitespace-related changes.
24798 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24800         * woman.el: Fix my email address.
24802 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24804         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24805         (sh-mode): Locally set skeleton-pair-default-alist.
24807         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24809         * progmodes/flymake.el: Require `compile' unconditionally.
24811         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24813         * woman.el (woman-file-name): Provide a default, not initial input.
24815         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24817         * font-lock.el (font-lock-support-mode): Doc fix.
24819         * descr-text.el (describe-property-list): Handle non-symbol prop names.
24821 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24823         * simple.el (blink-matching-open): Get rid of text props from
24824         the string shown in echo area.  Don't permanently set point.
24825         Some rearrangements.
24827 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24829         * recentf.el (recentf-filename-handler): Add custom choice
24830         `abbreviate-file-name'.
24832         * msb.el (msb--very-many-menus): Fix typo.
24834         * disp-table.el (standard-display-european): Don't set
24835         enable-multibyte-characters to nil.
24837 2005-09-08  David Ponce  <david@dponce.com>
24839         * recentf.el (recentf-show-file-shortcuts-flag): New option.
24840         (recentf-expand-file-name): Doc fix.
24841         (recentf-dialog-mode-map): Define digit shortcuts.
24842         (recentf--files-with-key): New variable.
24843         (recentf-show-digit-shortcut-filter): New function.
24844         (recentf-open-files-items): New function.
24845         (recentf-open-files): Use it.
24846         (recentf-open-file-with-key): New command.
24848 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
24850         * buff-menu.el (Buffer-menu-sort-by-column): New function.
24851         Suggested by Kim F. Storm.
24852         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24853         (Buffer-menu-make-sort-button): Use global keymap.
24855 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
24857         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24858         (Man-getpage-in-background-advice): Remove defadvice; it isn't
24859         necessary any longer with the remapped command.
24860         (Man-bgproc-sentinel-advice): Remove defadvice which counts
24861         formatting time only.
24863         * net/tramp.el (tramp-action-password)
24864         (tramp-multi-action-password): Compile the password prompt from
24865         `method', `user' and `host'.  Sometimes it isn't obvious which
24866         password to enter, for example with remote files offered by
24867         recentf.el, or with multiple steps.  Suggested by Robert Marshall
24868         <robert@chezmarshall.freeserve.co.uk>.
24870 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24872         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24873         Fix regexp for when "s///" is at the beginning of line.
24875 2005-09-07  Jay Belanger  <belanger@truman.edu>
24877         * calc/calc-poly.el (math-expand-term): Multiply out any powers
24878         when in matrix mode.
24880 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24882         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24883         non-anonymous functions.
24885 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
24887         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24888         when using a header line.  Otherwise, use mouse-1-click-follows-link.
24890         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24891         can't be moved; don't signal an error.
24893 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
24895         * cus-theme.el (custom-theme-write-faces): Save the current face
24896         spec, not the defface spec.
24898         * custom.el (custom-known-themes): Clarify meaning of "standard".
24899         (custom-push-theme): Save old values in the standard theme.
24900         (disable-theme): Correct typo.
24901         (custom-face-theme-value): Deleted unused function.
24902         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24904 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24906         * progmodes/compile.el (compilation-goto-locus): Take into account
24907         iconified frames when determining whether the buffer is
24908         already visible.
24909         Don't reset window height if the window already existed.
24911 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
24913         * custom.el (load-theme): Rename from require-theme.
24914         Add interactive spec.
24915         (enable-theme): Rename from custom-enable-theme.
24916         Add interactive spec.
24917         (disable-theme): Rename from custom-disable-theme.
24918         Add interactive spec.
24919         (custom-make-theme-feature): Doc fix.
24920         (custom-theme-directory): Doc fix.
24921         (provide-theme): Call enable-theme.
24923 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24925         * obsolete/lazy-lock.el (lazy-lock-mode):
24926         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24927         font-lock-mode if it's off.  Print a warning instead.
24929         * progmodes/compile.el (compilation-start): Ignore errors if the
24930         process died before we get to send-eof.
24932         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24933         Undo last change.  Enclosing the result in quotes broke things on Unix
24934         since tex-send-command passes it through shell-quote-argument.
24935         (tex-send-command): Pass `file' through convert-standard-filename
24936         when possible.
24937         (tex-uptodate-p): Handle the case where TeX hasn't put additional
24938         info in a transcript.
24940 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
24942         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24943         fix compilation warning.  Reorder the key definitions to group
24944         together keys emitted by the current version of xterm.
24946         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24947         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24948         Reorder predicates to correct min-color usage.
24950 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
24952         * longlines.el (longlines-mode): Inhibit read-only when encoding.
24953         Kill local variables when longlines-mode is turned off.
24955 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24957         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24959         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24961         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24963         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24964         (font-lock-lines-before): Change default to being inactive.
24965         (font-lock-default-fontify-region): Obey font-lock-lines-before.
24966         (font-lock-after-change-function): Don't handle f-l-lines-before here.
24968 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
24970         * net/tramp.el (tramp-handle-make-auto-save-file-name):
24971         Deactivate temporarily advice if active (not needed for Emacs 22,
24972         but for backwards compatibility).
24973         (tramp-exists-file-name-handler): Rewrite.  First implementation
24974         was too simple.
24975         (tramp-advice-make-auto-save-file-name):
24976         Call `tramp-handle-make-auto-save-file-name' (again, just for
24977         backwards compatibility).
24979 2005-08-31  Reto Zimmermann  <reto@gnu.org>
24981         * progmodes/vhdl-mode.el
24982         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24983         (vhdl-end-p): Fix indentation bug "else" after "-- when".
24984         (vhdl-set-default-project): New function (easier setting of default).
24985         (vhdl-port-copy): Handle extended identifiers for generics.
24986         (vhdl-compiler-alist): Better description for error message regexp.
24987         (vhdl-make): Query for target, use previous as default.
24988         (vhdl-port-copy): Fix port copy for port names starting with "signal".
24989         (vhdl-font-lock-keywords-2): Fix fontification for record
24990         el. assign.
24991         (vhdl-speedbar-make-subpack-line): Add package body link.
24992         (vhdl-generate-makefile-1): Not include itself as dependency.
24993         (vhdl-font-lock-init): Highlight c-preprocessor directives.
24994         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24995         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24996         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24997         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24998         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24999         (vhdl-import-project): Add string argument for `error'.
25000         (vhdl-compose-configuration)
25001         (vhdl-compose-configuration-architecture): Add configuration
25002         declaration generation.
25003         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25004         (vhdl-trailer-re): Add "record" keyword (better indentation).
25005         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25006         "[^ \t-\"]+".
25007         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25008         (vhdl-testbench-entity-file-name)
25009         (vhdl-testbench-architecture-file-name): Allow separate
25010         customization of testbench file names.
25011         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25012         (vhdl-get-visible-signals): Allow newline within alias declaration.
25013         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25014         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25015         (member-ignore-case): Alias for missing function in XEmacs.
25016         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25017         (vhdl-update-sensitivity-list): Ignore case on read signals.
25018         (vhdl-replace-string): Adjust case only for file names.
25019         (vhdl-update-sensitivity-list): Fix search for read signals.
25020         (vhdl-update-sensitivity-list): Exclude formal parameters.
25021         (vhdl-get-visible-signals): Include aliases of signals.
25022         (vhdl-get-visible-signals): Fix signal name searching.
25023         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25024         (vhdl-fixup-whitespace-region): Fix for character
25025         literals (e.g. `:').
25027 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
25029         * ansi-color.el (comint-last-output-start):
25030         * bs.el (font-lock-verbose):
25031         * diff-mode.el (add-log-buffer-file-name-function):
25032         * dired-x.el (vm-folder-directory):
25033         * faces.el (help-xref-stack-item):
25034         * files.el (font-lock-keywords):
25035         * find-lisp.el (dired-buffers, dired-subdir-alist):
25036         * ido.el (cua-inhibit-cua-keys):
25037         * log-view.el (cvs-minor-wrap-function):
25038         * outline.el (font-lock-warning-face):
25039         * simple.el (compilation-current-error):
25040         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25041         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25042         * tooltip.el (comint-prompt-regexp):
25043         * w32-fns.el (explicit-shell-file-name):
25044         * term/mac-win.el (mac-charset-info-alist)
25045         (mac-services-selection, mac-system-script-code):
25046         * term/tty-colors.el (msdos-color-values):
25047         * term/w32-win.el (xlfd-regexp-registry-subnum):
25048         * term/x-win.el (x-keysym-table, x-selection-timeout)
25049         (x-session-id, x-session-previous-id):
25050         * textmodes/ispell.el (mail-yank-prefix):
25051         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25052         * textmodes/org.el (calc-embedded-close-formula)
25053         (calc-embedded-open-formula)
25054         (font-lock-unfontify-region-function):
25055         * textmodes/reftex-global.el (isearch-next-buffer-function)
25056         (TeX-master):
25057         * textmodes/reftex.el (font-lock-keywords):
25058         * textmodes/tex-mode.el (font-lock-comment-face)
25059         (font-lock-doc-face):
25060         * textmodes/texinfo.el (outline-heading-alist):
25061         Add defvars.
25063         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25064         (artist-spray-chars, artist-mode-init, artist-replace-string)
25065         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25066         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25067         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25069         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25070         (conf-align-assignments): "?\ " -> "?\s".
25072         * textmodes/reftex-index.el (TeX-master): Add defvar.
25073         (reftex-index-phrases-marker): Move up defvar.
25075         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25076         (reftex-toc-include-labels-indicator)
25077         (reftex-toc-include-index-indicator)
25078         (reftex-toc-max-level-indicator): Move up declarations.
25080         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25081         of args to `tramp-run-real-handler', even if it's empty in this case.
25083 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25085         * dired.el (dired-move-to-filename-regexp): Add date format for
25086         Mac OS X 10.3 in East Asian locales.
25088 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
25090         * files.el (make-auto-save-file-name): Add file name handler call
25091         if applicable.
25093         * net/tramp.el (tramp-file-name-handler-alist)
25094         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25095         (tramp-handle-make-auto-save-file-name): Rename from
25096         `tramp-make-auto-save-file-name'.
25097         (tramp-exists-file-name-handler): New defun.
25098         (tramp-advice-make-auto-save-file-name): Make defadvice only when
25099         `make-auto-save-file-name' is not a magic file name operation.
25101 2005-08-30  Richard M. Stallman  <rms@gnu.org>
25103         * files.el (risky-local-variable-p):
25104         Match `-predicates' and `-commands.
25106         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25107         (custom-save-all): Visit the file if necessary;
25108         kill the buffer if we created it.
25109         (custom-save-delete): Don't visit file or kill buffer here.
25111 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
25113         * textmodes/org.el (org-special-keyword): New face.
25114         (org-table-copy-down, org-table-eval-formula)
25115         (org-table-recalculate, org-init-section-numbers):
25116         Use `string-to-number' instead of `string-to-int'.
25117         (org-get-location): Use `insert-buffer-substring' instead of
25118         `insert-buffer'.
25119         (org-modify-diary-entry-string): New function.
25120         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25121         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25122         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25123         active region.
25124         (org-export-as-html): Handle QUOTE keyword.
25125         (org-quote-string): New option.
25126         (org-bookmark-jump-unhide): New function, used for
25127         `bookmark-after-jump-hook'.
25128         (org-diary-default-entry): Apply only when not called through
25129         `org-agenda'.
25131 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
25133         * net/eudc.el (mode-popup-menu):
25134         * play/handwrite.el (ps-printer-name, ps-lpr-command):
25135         * progmodes/ada-mode.el (compile-auto-highlight)
25136         (skeleton-further-elements):
25137         * progmodes/autoconf.el (font-lock-syntactic-keywords):
25138         * progmodes/cmacexp.el (msdos-shells):
25139         * progmodes/compile.el (font-lock-extra-managed-props)
25140         (font-lock-keywords, font-lock-maximum-size)
25141         (font-lock-support-mode):
25142         * progmodes/grep.el (font-lock-lines-before):
25143         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25144         * progmodes/mixal-mode.el (compile-command):
25145         * progmodes/perl-mode.el (font-lock-comment-face)
25146         (font-lock-doc-face, font-lock-string-face):
25147         * progmodes/prolog.el (comint-prompt-regexp):
25148         * progmodes/sh-script.el (font-lock-comment-face)
25149         (font-lock-set-defaults, font-lock-string-face):
25150         * progmodes/sql.el (font-lock-keyword-face)
25151         (font-lock-set-defaults, font-lock-string-face):
25152         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25153         (itimer-version, lazy-lock-defer-contextually)
25154         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25155         Add defvars.
25157         * progmodes/cperl-mode.el (cperl-electric-lbrace)
25158         (cperl-electric-keyword, cperl-electric-pod)
25159         (cperl-electric-backspace, cperl-forward-re)
25160         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25161         (vc-rcs-header, vc-sccs-header): Add defvars.
25163         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25164         (font-lock-syntactic-keywords, gud-find-expr-function):
25165         Add defvars.
25167         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25168         (gdb-frame-parameters): Declare before use.
25170         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25171         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25172         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25173         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25175         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25176         (idlwave-help-with-source): Use `insert-buffer-substring', not
25177         `insert-buffer'.
25179 2005-08-29  Juri Linkov  <juri@jurta.org>
25181         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25182         Put outline-back-to-heading function call inside save-excursion.
25184 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
25186         * man.el (Man-init-defvars, Man-translate-references)
25187         (Man-support-local-filenames, Man-highlight-references):
25188         * progmodes/sql.el (sql-interactive-mode):
25189         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25191         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25192         (compilation-mode-font-lock-keywords): Add defvars.
25193         (checkdoc-interactive-loop): "?\ " -> "?\s".
25195         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25196         (font-lock-doc-face, font-lock-string-face)
25197         (font-lock-keywords-case-fold-search): Add defvars.
25198         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25200         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25201         Don't pass X and Y (they are ignored anyway).
25202         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25203         (mouse-delete-window): Make arguments optional.
25205         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25206         (caesar-translate-table, minor-modes, news-buffer-save)
25207         (news-group-name, news-minor-modes): Add defvars.
25209         * emacs-lisp/lselect.el (mouse-highlight-priority)
25210         (x-lost-selection-functions, zmacs-regions):
25211         * emacs-lisp/pp.el (font-lock-verbose):
25212         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25213         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25214         (ses-mode-map):
25215         * emacs-lisp/tcover-unsafep.el (safe-functions):
25216         * international/mule-cmds.el (mac-system-coding-system)
25217         (mac-system-locale):
25218         * language/ethio-util.el (rmail-current-message)
25219         (rmail-message-vector):
25220         * language/thai-util.el (thai-auto-composition-mode):
25221         * mail/metamail.el (rmail-current-message, rmail-message-vector):
25222         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25223         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25224         (vm-primary-inbox, vm-spool-files):
25225         * mail/rmail.el (deleted-head, font-lock-fontified)
25226         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25227         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25228         (total-messages):
25229         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25230         (rmail-summary-mode-map):
25231         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25232         (rmail-last-label, rmail-last-multi-labels)
25233         (rmail-summary-vector, rmail-total-messages):
25234         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25235         * mail/rmailsum.el (msgnum):
25236         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25237         (rmail-current-message):
25238         * obsolete/fast-lock.el (font-lock-face-list):
25239         * obsolete/rnewspost.el (mail-reply-buffer):
25240         * obsolete/scribe.el (compile-command):
25241         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25243 2005-08-28  John Paul Wallington  <jpw@gnu.org>
25245         * ibuf-ext.el (ibuffer-auto-update-changed):
25246         Use `frame-or-buffer-changed-p' to check whether we need to update.
25247         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25248         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
25249         as a `frame-or-buffer-changed-p' state vector instead.
25251 2005-08-27  Romain Francoise  <romain@orebokech.com>
25253         * textmodes/makeinfo.el (makeinfo-compile):
25254         Use `compilation-start'.  Set `next-error-function' according to
25255         `disable-errors'.
25256         (makeinfo-next-error): New function.
25257         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25258         (makeinfo-buffer): Likewise.
25260         * progmodes/compile.el (compilation-start): Add autoload cookie.
25262         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25263         * textmodes/sgml-mode.el: Likewise.
25264         * progmodes/python.el: Likewise.
25266 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
25268         * simple.el (blink-matching-paren-distance): Document the meaning
25269         of nil value, and allow to customize to nil.
25271         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25272         command.com, not command.exe.
25274 2005-08-26  John Wiegley  <johnw@newartisans.com>
25276         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25277         code around a bit so that an extraneous nil argument is not added
25278         to a command when no args are given.
25280         * eshell/esh-arg.el (eshell-parse-double-quote): If a
25281         double-quoted argument resolves to nil, return it as an empty
25282         string rather than as nil.  This made it impossible to pass "" to
25283         a shell script as a null string argument.
25285 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25287         * outline.el (outline-invent-heading): New fun.
25288         (outline-promote, outline-demote): Use it.
25289         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25290         (outline-end-of-subtree): Remove unused var `opoint'.
25292 2005-08-26  David Reitter  <david.reitter@gmail.com>
25294         * menu-bar.el (truncate-lines, write-file, print-buffer)
25295         (ps-print-buffer-faces, ps-print-buffer, split-window):
25296         Disable menu items when the frame they refer to is invisible, or when
25297         they refer to a buffer and the minibuffer is selected.
25299 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
25301         * progmodes/flymake.el (flymake-highlight-err-lines):
25302         Use save-excursion around flymake-highlight-line to preserve point.
25304 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
25306         * progmodes/octave-mod.el: Change Author and Maintainer address.
25307         (octave-maintainer-address): Change Kurt's email address.
25308         * progmodes/octave-inf.el: Change Author and Maintainer address.
25309         * progmodes/octave-hlp.el: Change Author and Maintainer address.
25311 2005-08-26  Kim F. Storm  <storm@cua.dk>
25313         * subr.el (version-list-<, version-list-<=, version-list-=):
25314         Rename from integer-list-*.
25315         (version-list-not-zero): Likewise.  Fix while loop.
25316         (version=): Use version-list-= instead of string-equal.
25318 2005-08-26  Richard M. Stallman  <rms@gnu.org>
25320         * outline.el (outline-promote): Try shortening the heading.
25321         As last resort, read the heading to use.
25322         (outline-demote): As last resort, read the heading to use.
25324 2005-08-26  Romain Francoise  <romain@orebokech.com>
25326         * progmodes/compile.el (compilation-start): Doc fix.
25328         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25329         (antlr-font-lock-additional-keywords): Fix reference to
25330         `antlr-font-lock-literal-regexp' erroneously changed during the
25331         mass face rename.
25332         (antlr-run-tool): Use `compilation-start'.
25334         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25335         instead of the obsolete `compile-internal'.
25337 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
25339         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25340         (number, original-date):
25341         * calendar/cal-china.el (date):
25342         * calendar/cal-coptic.el (date):
25343         * calendar/cal-french.el (date):
25344         * calendar/cal-hebrew.el (date, entry, number, original-date):
25345         * calendar/cal-islam.el (date, number, original-date):
25346         * calendar/cal-iso.el (date):
25347         * calendar/cal-julian.el (date):
25348         * calendar/cal-mayan.el (date):
25349         * calendar/cal-menu.el (date, event):
25350         * calendar/cal-persia.el (date):
25351         * calendar/lunar.el (date):
25352         * calendar/solar.el (date): Add defvars.
25354         * emerge.el:
25355         * ibuffer.el:
25356         * info-xref.el:
25357         * obsolete/bg-mouse.el:
25358         * obsolete/sun-curs.el:
25359         * obsolete/swedish.el: Move the `defvar's to the top level.
25361         * smerge-mode.el (smerge-refined-change): Add :group.
25363 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25365         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
25366         (smerge-keep-n): Remove props.
25367         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25368         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25369         now that it's done in smerge-keep-n.
25370         (smerge-refined-change): New face.
25371         (smerge-refine-chopup-region, smerge-refine-highlight-change)
25372         (smerge-refine): New funs.
25373         (smerge-basic-map): Bind smerge-refine.
25375 2005-08-25  Juri Linkov  <juri@jurta.org>
25377         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
25378         compilation-process-setup-function and compilation-disable-input
25379         in grep-mode instead of let-bindings in grep.
25381         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
25382         Delete "Automatic File De/compression" (auto-compression-mode).
25384 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
25386         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
25387         Silence warning about non-existent variable.
25389 2005-08-25  Richard M. Stallman  <rms@gnu.org>
25391         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
25392         Rename "Describe Key" to "Describe Key or Mouse Operation".
25394         * mail/mailalias.el (build-mail-aliases): Delete comments
25395         from the contents before processing them.
25397         * isearch.el (isearch-edit-string): Erase the Search prompt
25398         if user enters an empty string and there is no default.
25400         * comint.el (comint-file-name-prefix): Add autoload.
25402 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
25404         * subr.el (play-sound): Rearrange to avoid warning.
25406 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
25408         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
25409         New hook.
25410         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
25412 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25414         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25416         * custom.el (custom-theme-set-variables): Sort minor modes last.
25418 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25420         * subr.el (version-separator, version-regexp-alist): New vars used by
25421         version comparison funs.
25422         (integer-list-<, integer-list-=, integer-list-<=)
25423         (integer-list-not-zero): New funs for integer list comparison.
25424         (version-to-list, version=, version<, version<=): New funs for version
25425         comparison.
25427 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
25429         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25430         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25431         time to silence the byte-compiler.
25433         * ibuffer.el (ibuffer-compile-make-eliding-form)
25434         (ibuffer-check-formats): Use `with-no-warnings' to hide references
25435         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25436         so it's silly to get warnings for it).
25437         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25438         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25439         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25440         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25441         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25442         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25443         Defvar at compile time.
25444         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25445         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25446         Declare them before use.
25448         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25449         (info-xref-good, info-xref-bad): Defvar at compile time.
25451         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
25452         Use `let*' instead of `let'.
25454         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
25455         (*mouse-y*, menu, char): Defvar at compile time.
25456         (sc::menu): Declare it before use.
25457         (sc::pack-one-line): Use `let', not `let*'.
25459         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
25460         (mail-send-hook): Defvar at compile time.
25462         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25463         Defvar at compile time.
25465         * term/sun-mouse.el (current-global-mousemap)
25466         (current-local-mousemap): Declare them before use.
25468 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
25470         * bookmark.el (bookmark-after-jump-hook): New hook.
25471         (bookmark-jump): Run `bookmark-after-jump-hook'.
25473 2005-08-23  Juri Linkov  <juri@jurta.org>
25475         * faces.el (minibuffer-prompt): Doc fix.
25477 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
25479         * progmodes/xscheme.el: Trivial changes to silence warnings.
25480         (xscheme-previous-mode, xscheme-previous-process-state):
25481         Add defvars.
25482         (xscheme-last-input-end, xscheme-process-command-line)
25483         (xscheme-process-name, xscheme-buffer-name)
25484         (xscheme-expressions-ring-max, xscheme-expressions-ring)
25485         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25486         (xscheme-control-g-synchronization-p)
25487         (xscheme-control-g-disabled-p, xscheme-string-receiver)
25488         (default-xscheme-runlight, xscheme-runlight)
25489         (xscheme-runlight-string, xscheme-process-filter-state)
25490         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25491         Move to beginning of file.
25492         (scheme-interaction-mode-commands-alist)
25493         (scheme-interaction-mode-map, scheme-debugger-mode-map):
25494         Declare them before use.  Note: the initialization code for the
25495         variables has not been moved because it uses functions that reference
25496         the variables.
25497         (xscheme-control-g-message-string, xscheme-process-filter-alist)
25498         (xscheme-prompt-for-expression-map): Declare them before use.
25499         (scheme-debugger-mode-commands): "?\ " -> "?\s".
25501 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
25503         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25505 2005-08-22  Juri Linkov  <juri@jurta.org>
25507         * faces.el (set-face-underline): Delete this duplicate function
25508         and make an obsolete alias to set-face-underline-p.
25509         (set-face-underline-p): Use docstring of set-face-underline.
25510         (describe-face): Create hyperlink to parent face.
25512         * info.el (Info-insert-dir): Use save-excursion around
25513         insert-buffer-substring.
25514         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25515         (Info-escape-percent): Delete function.
25516         (Info-fontify-node): Replace Info-escape-percent by
25517         replace-regexp-in-string with REP arg set to lambda that
25518         duplicates `%' and preserves text properties.
25520         * progmodes/compile.el (compilation-disable-input): Doc fix.
25521         (define-compilation-mode): Doc fix and refill.
25522         (kill-compilation): Use `mode-name' in the error message.
25523         (compilation-find-file): Use `compilation-error' in the
25524         read-file-name's prompt.
25526 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25528         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25529         (smerge-auto-leave): Make undo re-enable the mode.
25530         (debug-ignored-errors): Add the user-error of impossible resolution.
25531         (smerge-resolve): Move things around a bit, in preparation for later.
25532         (smerge-diff): Don't fail if the buffer has no associated file.
25533         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25534         (smerge-conflict-overlay): New function.
25535         (smerge-match-conflict): Don't add text properties here.
25536         (smerge-find-conflict): Instead, add an overlay here.
25537         Also check for the case where we're inside a conflict already, so as to
25538         obviate the need for font-lock-multiline, which is unbearably slow with
25539         large conflicts and ciomplex font-lock patterns.
25540         (smerge-remove-props): Remove overlay rather than text-properties.
25541         (smerge-mode): Don't set font-lock-multiline.
25542         Remove overlays when turned off.
25544 2005-08-21  Kim F. Storm  <storm@cua.dk>
25546         * ido.el (ido-ignore-item-p): Use save-match-data.
25547         Bind case-fold-search to ido-case-fold locally.
25549 2005-08-20  Richard M. Stallman  <rms@gnu.org>
25551         * files.el (normal-mode): If font lock is on, turn it off and on.
25553         * subr.el (replace-regexp-in-string): Doc fix.
25555         * startup.el (command-line-1): Don't suppress startup screen
25556         due to existing processes.
25558         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
25560         * progmodes/compile.el (compilation-disable-input): Default to nil.
25562 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
25564         * progmodes/compile.el (compilation-disable-input): New defcustom.
25565         (compilation-start): If compilation-disable-input is non-nil, send
25566         EOF to the compilation process.
25568 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
25570         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25571         Run the argument of tex-shell-cd-command through
25572         convert-standard-filename, to get the correct style of slashes on
25573         Windows, and enclose the result in quotes, in case the file name
25574         includes whitespace or other special characters.
25576 2005-08-19  Andreas Schwab  <schwab@suse.de>
25578         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25579         process.
25581 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
25583         * cus-start.el (minibuffer-prompt-properties): Correct typo.
25585 2005-08-18  Kim F. Storm  <storm@cua.dk>
25587         * scroll-lock.el: Fix errors due to incorrect line wrapping.
25589 2005-08-18  Richard M. Stallman  <rms@gnu.org>
25591         * scroll-lock.el: New file.
25593 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
25595         * dired.el (dired-move-to-end-of-filename):
25596         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25598 2005-08-18  Kim F. Storm  <storm@cua.dk>
25600         * ido.el (ido-everywhere): Fix defcustom :set function to disable
25601         rather than toggle mode when custom value is nil.
25602         (ido-everywhere): Fix defun doc string.
25604 2005-08-17  Richard M. Stallman  <rms@gnu.org>
25606         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25607         as tag instead of "Inviolable".
25609 2005-08-17  Kim F. Storm  <storm@cua.dk>
25611         * windmove.el (windmove-coordinates-of-position): Remove.
25612         (windmove-coordinates-of-window-position): Remove.
25613         (windmove-reference-loc): Use posn-at-point instead.
25615         * subr.el (insert-for-yank-1): Doc fix.
25617         * ido.el (ido-enter-matching-directory): Rename from
25618         ido-enter-single-matching-directory.  Change `slash' choice to
25619         `only'.  Add `first' choice.
25620         (ido-exhibit): Adapt to above changes.
25622 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
25624         * Makefile.in: Expand comment about building loaddefs.el.
25626 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
25628         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25629         Comment use of defadvice.
25631         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25633 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
25635         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25636         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25637         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25638         * progmodes/idlw-shell.el, progmodes/ld-script.el,
25639         * progmodes/which-func.el, ruler-mode.el, strokes.el,
25640         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25641         for backward compatibility for faces that did not appear in the
25642         previous Emacs release.
25644         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25646 2005-08-15  Kim F. Storm  <storm@cua.dk>
25648         * emulation/cua-base.el (cua-delete-region): Return t if
25649         deleted region was non-empty.
25650         (cua-replace-region): Inhibit overwrite-mode for
25651         self-insert-command if replaced region was non-empty.
25652         (cua--explicit-region-start, cua--status-string): Make them
25653         buffer-local at top-level...
25654         (cua-mode): ...rather than when mode is enabled.
25656 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
25658         * progmodes/vhdl-mode.el (vhdl-emacs-21):
25659         Set t for Emacs 21, 22, and so on.
25661 2005-08-15  David Ponce  <david@dponce.com>
25663         * tree-widget.el: Update Commentary header.
25664         (tree-widget-theme): Doc fix.
25665         (tree-widget-space-width): New option.
25666         (tree-widget-image-properties): Look up in the default theme too.
25667         (tree-widget--cursors): Only for images with arrow pointer shape.
25668         (tree-widget-lookup-image): Pointer shape is hand by default.
25669         (tree-widget-icon): Rename generic icon widget from
25670         `tree-widget-control'.
25671         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25672         derive from `tree-widget-icon'.
25673         (tree-widget-handle): Improve default look and feel of the text
25674         representation.
25675         (tree-widget): Rename :*-control properties to :*-icon properties.
25676         Add :action and :help-echo properties.
25677         (tree-widget-after-toggle-functions): Move.
25678         (tree-widget-close-node, tree-widget-open-node): Remove.
25679         (tree-widget-before-create-icon-functions): New hook.
25680         (tree-widget-value-create): Update to allow customization of icons
25681         and nodes at run-time via that new hook.
25682         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25683         (tree-widget-icon-action, tree-widget-icon-help-echo)
25684         (tree-widget-action, tree-widget-help-echo): New functions.
25686 2005-08-15  Kim F. Storm  <storm@cua.dk>
25688         * ido.el (ido-buffer-internal): Use with-no-warnings.
25689         (ido-make-merged-file-list): Use while-no-input.
25691 2005-08-15  Richard M. Stallman  <rms@gnu.org>
25693         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25694         (flyspell-large-region): Fix doc and custom type.
25696 2005-08-14  Richard M. Stallman  <rms@gnu.org>
25698         * files.el (interpreter-mode-alist): Doc fix.
25700         * mail/rmail.el (rmail-nonignored-headers): New variable.
25701         (rmail-clear-headers): Use it.
25702         (rmail-reply): Better handling of mail-followup-to header.
25704         * progmodes/sh-script.el (sh-font-lock-keywords-var):
25705         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
25706         don't try to refer to executable-font-lock-keywords.
25707         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25708         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25709         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25710         (sh-mode): Set comment-start-skip, local-abbrev-table,
25711         imenu-case-fold-search.
25712         (sh-set-shell): Don't set them here.
25713         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
25714         Don't cache the results in the original alist; don't ever modify
25715         that alist.
25717         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25719         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25720         empty.
25722 2005-08-15  Andreas Schwab  <schwab@suse.de>
25724         * desktop.el: Put autoload cookie at risky-local-variable declarations.
25726         * dired.el, info.el, mail/rmail.el: Revert last change.
25728 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
25730         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25731         modification in `eval-after-load' form.
25732         * info.el: Likewise.
25733         * mail/rmail.el: Likewise.
25735 2005-08-14  Juri Linkov  <juri@jurta.org>
25737         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25738         Remove highlighting of "Compilation started".  Highlight only
25739         the word "finished" in "Compilation finished".  Add highlighting
25740         of "interrupt", "killed", "terminated" and the exit code.
25741         (compilation-start): Add newline after header.  Use exactly the
25742         same time stamp format as the finishing message.
25743         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25745         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25746         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25747         Add highlighting of "interrupt", "killed", "terminated".
25749         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25750         enabled and the current command is self-insert-command, call it
25751         explicitly with overwrite-mode bound to nil, to not allow it
25752         to delete the character after the selected region.
25754 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
25756         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25757         move-end-of-line, end-of-line, and beginning-of-line to the list
25758         of commands after which the echo area is updated.
25760 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
25762         * cus-edit.el (custom-save-all, custom-save-delete):
25763         Bind recentf-exclude to exclude custom-file.
25765 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
25767         * mail/rmailsum.el (rmail-summary-end-of-message): New command
25768         to go to the bottom of the mail message.  Added to
25769         `rmail-summary-mode-map' with key "/".
25770         (rmail-summary-show-message): New (internal) function for use by
25771         both `rmail-summary-beginning/end-of-message'.
25772         (rmail-summary-beginning-of-message): Change to use
25773         rmail-summary-show-message.
25775         * mail/rmail.el (rmail-end-of-message): New command to go to the
25776         end of the current message.  Added to `rmail-mode-map' with key "/".
25777         (rmail-beginning-of-message): Fix to work as documented.
25778         (rmail-mode): Change documentation.
25780         * progmodes/compile.el (compilation-start): Add the line
25781         "Compilation started" with compilation start time.
25782         (compilation-mode-font-lock-keywords): Add `started' to keywords.
25784 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
25786         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25787         of menu items.
25789 2005-08-11  Richard M. Stallman  <rms@gnu.org>
25791         * simple.el (pop-global-mark): Reverse test of widen-automatically.
25793         * battery.el (battery-status-function): Don't use ignore-errors.
25795 2005-08-11  Lute Kamstra  <lute@gnu.org>
25797         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25798         define-obsolete-variable-alias.
25800 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25802         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25803         (ange-ftp-send-cmd): Revert last change, and expand
25804         the comment explaining the problem.
25806 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
25808         * ldefs-boot.el: Update.
25810         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25811         item to "Time, Load and Mail".  Change help echo text.
25813         * time.el (display-time-use-mail-icon, display-time-format)
25814         (display-time-string-forms): Shorten first line of docstrings.
25816 2005-08-10  Lars Hansen  <larsh@soem.dk>
25818         * desktop.el (desktop-buffer-mode-handlers):
25819         Make non-customizable.  Add autoload cookie.  Change initial value to
25820         nil; add elements in respective modules instead.  Fix doc string.
25821         (desktop-load-file): New function.
25822         (desktop-minor-mode-handlers): New autoloaded variable.
25823         (desktop-create-buffer): Call minor mode handlers.
25824         Use desktop-load-file to load major and minor mode modules prior to
25825         checking for a handler.
25826         (desktop-save): Don't add nil to desktop-minor-modes for minor
25827         modes with nil function in desktop-minor-mode-table.  Don't delete
25828         desktop file before rewriting it.
25829         (desktop-locals-to-save): Add autoload cookie.  Don't make
25830         automatically buffer-local.  Add variables column-number-mode,
25831         size-indication-mode, indent-tabs-mode,
25832         indicate-buffer-boundaries, indicate-empty-lines and
25833         show-trailing-whitespace.
25834         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25835         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
25836         (desktop-clear-preserve-buffers-regexp): Delete.
25837         (desktop-clear-preserve-buffers): Update initial value and docstring.
25838         (desktop-save-buffer): Fix doc string.
25840         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25841         (hilit-chg-desktop-restore): New function.
25842         (highlight-changes-mode): Add highlight-changes-mode to
25843         desktop-locals-to-save.
25845         * dired.el: Add handler to desktop-buffer-mode-handlers.
25846         (dired-restore-desktop-buffer): Remove autoload cookie.
25847         (dired-mode): Add autoload cookie.
25849         * info.el: Add handler to desktop-buffer-mode-handlers.
25850         (Info-restore-desktop-buffer): Remove autoload cookie.
25851         (Info-mode): Add autoload cookie.
25853         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25854         (mh-restore-desktop-buffer): Remove autoload cookie.
25855         (mh-folder-mode): Add autoload cookie.
25857         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25858         (rmail-restore-desktop-buffer): Remove autoload cookie.
25860 2005-08-11  Masatake YAMATO  <jet@gyve.org>
25862         * hexl.el (hexl-address-region):
25863         (hexl-ascii-region, hexl-font-lock-keywords):
25864         (hexl-highlight-line-range): Use the term "region"
25865         instead of "area" for consistency with the other symbols
25866         defined in hexl.el.
25868 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
25870         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25871         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25872         out by Juri Linkov).  Add `display-battery-mode'.
25874 2005-08-09  Juri Linkov  <juri@jurta.org>
25876         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25877         Remove `-text' from face variable names.
25878         (compilation-error-file-name, compilation-warning-file-name)
25879         (compilation-info-file-name): Delete faces.
25880         (compilation-line-number, compilation-column-number):
25881         Remove face underlining.
25882         (compilation-message-face): Set to `underline' value by default.
25883         (compilation-error-face, compilation-warning-face)
25884         (compilation-info-face): Remove `-file-name' from face names.
25885         (compilation-error-text-face, compilation-warning-text-face)
25886         (compilation-info-text-face): Delete face variables.
25887         (compilation-text-face): Delete function.
25889         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25890         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25891         (grep-error-face): Set to `compilation-error' instead of
25892         `compilation-error-face' (which is redefined to `grep-hit-face' in
25893         grep buffers).
25894         (grep-mode-font-lock-keywords): Remove `-text' from face variable
25895         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
25897         * dired-aux.el (dired-do-query-replace-regexp):
25898         Use `query-replace-read-args'.
25900         * replace.el (query-replace-read-from, query-replace-read-to)
25901         (query-replace-read-args): Rename arg `string' to `prompt'.
25903         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25905 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25907         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25908         uploading files.
25909         (ange-ftp-canonize-filename): Handle file names beginning with ~
25910         correctly.
25912 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
25914         * textmodes/fill.el (canonically-space-region)
25915         (fill-context-prefix, fill-french-nobreak-p)
25916         (fill-delete-newlines, fill-comment-paragraph)
25917         (justify-current-line): "?\ " -> "?\s".
25919 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
25921         * textmodes/fill.el (fill-nonuniform-paragraphs):
25922         Improve argument/docstring consistency.
25924 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25926         * textmodes/ispell.el (ispell-word): More fboundp checks.
25928         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25929         (find-file-noselect-1): Call it here, only if RAWFILE.
25930         (normal-mode): Always set some major mode.
25931         (save-some-buffers-action-alist): Change some explanation strings.
25932         (file-name-non-special): In the `quote' method, use unwind-protect.
25934 2005-08-09  Magnus Henoch  <mange@freemail.hu>
25936         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25937         (ispell-have-aspell-dictionaries): New variable.
25938         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25939         (ispell-get-aspell-config-value): New function.
25940         (ispell-aspell-find-dictionary): New function.
25941         (ispell-aspell-add-aliases): New function.
25942         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25943         appropriate.  Don't look for ispell dictionaries if we use aspell.
25944         (ispell-menu-map): Don't build a submenu of dictionaries.
25946 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25948         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25949         (sql-read-passwd): Use read-passwd.
25951         * progmodes/idlw-toolbar.el (idlwave-toolbar)
25952         (idlwave-toolbar-is-possible): Add defvars.
25954         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25955         Avoid warnings.
25957         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25958         (idlwave-system-class-info, idlwave-executive-commands-alist):
25959         Use defvar.
25961         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25963         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25964         Avoid warnings.
25966         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25967         and content-type: headers.
25969         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25971         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25972         and rename some of them to be more self-explanatory.
25974         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25976         * startup.el (command-line-1): Implement -scriptload.
25978         * replace.el (occur-engine): Initial *Occur* output not undoable.
25980         * menu-bar.el (menu-bar-file-menu): Rename some menu items
25981         and improve help strings.
25983         * isearch.el (isearch-repeat): When changing direction,
25984         mark search successful.
25986         * ediff-init.el: Use (featurep 'xemacs).
25988         * comint.el (send-invisible): Identify buffer, if not selected.
25990         * align.el: Delete autoload for c-guess-basic-syntax.
25992 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
25994         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25995         Improve argument/docstring consistency.  Doc fixes.
25996         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25997         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25998         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25999         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26000         (r2bv-organization, r2bv-pages, r2bv-primary-author)
26001         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26002         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26003         Defvar at compile time.
26005 2005-08-09  Juri Linkov  <juri@jurta.org>
26007         * info.el: Replace `info' with upper-case `Info' where appropriate.
26008         (info-title-1, info-title-2, info-title-3, info-title-4)
26009         (info-menu-header): Move up face definitions.
26010         (info-menu-star): Rename from `info-menu-5'.
26011         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26012         (Info-fontify-visited-nodes): Fix docstring.
26013         (Info-hide-note-references): Fix docstring.
26014         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26015         menu items in the same way as on cross-references.
26016         (info-apropos): Fix sorting order and formatting to be like in the
26017         stand-alone Info browser.  Display error messages for 1 sec.
26018         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
26019         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26020         from the menu bar.
26021         (Info-insert-dir): Restore point after calling
26022         `insert-buffer-substring'.
26024 2005-08-08  Richard M. Stallman  <rms@gnu.org>
26026         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26027         (recompute-lucid-menubar): Add defvars.
26029         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26031         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26033         * net/net-utils.el (run-dig): Rename from `dig'.
26035         * play/gametree.el (gametree-mode): Use make-local-variable,
26036         not make-variable-buffer-local.
26038         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26040         * ansi-color.el (ansi-color-make-extent)
26041         (ansi-color-set-extent-face): Use fboundp, not functionp.
26043         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26044         not make-variable-buffer-local.
26046         * bookmark.el (Info-current-file): Add defvar.
26047         (bookmark-jump-noselect): Use with-no-warnings.
26049         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26051         * ebuff-menu.el (Helper-return-blurb): Add defvar.
26053         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26055         * find-file.el (ada-procedure-start-regexp)
26056         (ada-package-start-regexp): Add defvars.
26058         * info.el (Info-insert-dir): Use insert-buffer-substring.
26060         * xml.el (xml-att-def-re): Add defvar.
26062         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26063         calling convention.
26065         * subr.el (while-no-input): Return t if there is input.
26067 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
26069         * cus-start.el (all): Add `overflow-newline-into-fringe'.
26071 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
26073         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26074         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26076 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
26078         * cmuscheme.el (scheme-start-file): Replace reference to
26079         `user-emacs-directory' by "~/.emacs.d/".
26081 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
26083         * info.el (Info-dir-remove-duplicates): Avoid case folding
26084         in loop; instead, keep downcased strings for comparison.
26085         Suggested by Helmut Eller.
26087 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
26089         Sync with Tramp 2.0.50.
26091         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26092         XEmacs case; not necessary anymore.
26093         (tramp-user-regexp): Allow "@" as part of user name.
26094         (tramp-handle-set-visited-file-modtime)
26095         (tramp-handle-insert-file-contents)
26096         (tramp-handle-write-region): No special handling for
26097         `last-coding-system-used, because this is done in
26098         `tramp-accept-process-output' now.
26099         (tramp-accept-process-output): New defun.
26100         (tramp-process-one-action, tramp-process-one-multi-action)
26101         (tramp-wait-for-regexp, tramp-wait-for-output)
26102         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
26103         Howells <dhowells@redhat.com>.
26104         (clear-visited-file-modtime): Defadvice removed.  The check for
26105         unset buffer's modtime does not need to be based on
26106         `tramp-buffer-file-attributes'.  Suggested by RMS.
26107         (tramp-message): Insert "\n" if not being at beginning of line.
26108         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26109         sequence with same logic.
26110         (tramp-completion-handle-expand-file-name): Discard call of
26111         `tramp-drop-volume-letter'.  It is not necessary, and there have
26112         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26113         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26114         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26115         should always be visible.
26116         (tramp-handle-insert-directory, tramp-setup-complete)
26117         (tramp-set-process-query-on-exit-flag)
26118         (tramp-append-tramp-buffers): Pacify byte-compiler.
26119         (tramp-bug): Delete non-existing variables from list.
26120         Apply `tramp-load-report-modules' as pre-hook.
26121         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26122         `shell-prompt-pattern' because of non-7bit characters.
26123         Reported by Sebastian Luque <sluque@mun.ca>.
26124         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26125         (tramp-match-string-list): Remove function.
26126         (tramp-wait-for-regexp): Remove call of that function.
26127         Suggested by Kim F. Storm <storm@cua.dk>.
26128         (tramp-set-auto-save-file-modes): Use octal integer code #o600
26129         instead of octal character code ?\600.  The latter resulted in a
26130         syntax error with XEmacs.
26132         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26133         XEmacs case; not necessary anymore.
26134         (tramp-smb-handle-write-region): No special handling for
26135         `last-coding-system-used, because this is done in
26136         `tramp-accept-process-output' now.
26137         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26139 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
26141         * wid-edit.el (widget-choice-value-create):
26142         Unconditionally respect user choice.  Set :explicit-choice back to nil
26143         when no longer needed.
26144         (widget-choice-action): Unconditionally respect user choice.
26145         Eliminate :explicit-choice-value.
26147         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26149         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26150         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26151         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26152         running new function `toggle-indicate-empty-lines'.
26153         Rename "Customize" item to "Customize fringe".
26154         Rename "Indicators" item to "Buffer boundaries" and change help echo.
26155         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26156         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26157         Delete "Empty lines only" item.
26158         (menu-bar-showhide-fringe-ind-customize): New function.
26159         (menu-bar-showhide-fringe-ind-mixed)
26160         (menu-bar-showhide-fringe-ind-box)
26161         (menu-bar-showhide-fringe-ind-right)
26162         (menu-bar-showhide-fringe-ind-left)
26163         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26164         instead of `fringe-indicators'.
26166 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
26168         * emulation/viper.el (viper-emacs-state-mode-list):
26169         Add recentf-dialog-mode.  Change the date of last update.
26171 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
26173         * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26174         (viper-exec-yank, viper-put-back): Don't display modification msg
26175         if in the minibuffer.
26177         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26178         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26179         Make variables frame local.
26181         * emulation/viper-util.el (viper-append-filter-alist):
26182         Use append instead of nconc.
26184         * emulation/viper.el (viper-vi-state-mode-list)
26185         (viper-emacs-state-mode-list): Move help-mode and
26186         completion-list-mode from the first list to the second.
26187         (viper-mode): Docstring.
26188         (viper-go-away, viper-non-hook-settings): Don't localize
26189         minor-mode-alist in newer Emacsen.  Add advice to
26190         set-cursor-color.  Don't bind "\C-c\\".
26192 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
26194         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26195         (scheme-macro-expand-command): New user options.
26196         (scheme-trace-procedure, scheme-expand-current-form): New commands.
26197         (scheme-form-at-point, scheme-start-file)
26198         (scheme-interactively-start-process): New functions.
26199         (scheme-get-process): New function, extracted from `scheme-proc'.
26200         (run-scheme): Call `scheme-start-file' to get start file, and pass
26201         it to `make-comint'.
26202         (switch-to-scheme, scheme-proc):
26203         Call `scheme-interactively-start-process' if no Scheme buffer/process
26204         is available.
26206 2005-08-06  Juri Linkov  <juri@jurta.org>
26208         * progmodes/compile.el (compilation-mode-font-lock-keywords):
26209         Use `compilation-text-face', `compilation-info-text-face' and
26210         `compilation-error-text-face' instead of `font-lock-keyword-face'.
26211         (compilation-error): New face.
26212         (compilation-error-file-name): Inherit from
26213         `compilation-error' instead of `font-lock-warning-face'.
26214         (compilation-warning-file-name): Inherit from
26215         `compilation-warning' instead of `font-lock-warning-face'.
26216         (compilation-info, compilation-error-file-name)
26217         (compilation-warning-file-name, compilation-info-file-name)
26218         (compilation-line-number, compilation-column-number): Doc fix.
26219         (compilation-error-text-face, compilation-warning-text-face)
26220         (compilation-info-text-face): New face variables.
26221         (compilation-line-face, compilation-column-face)
26222         (compilation-enter-directory-face)
26223         (compilation-leave-directory-face): Doc fix.
26224         (compilation-text-face): New function.
26226         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26227         instead of 1 to display binary file names as info file links.
26228         (grep-error-face): Use `compilation-error-face' instead of
26229         `font-lock-keyword-face'.
26230         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26231         and `compilation-warning-text-face' instead of
26232         `font-lock-keyword-face'.  Use `compilation-error-text-face'
26233         instead of `grep-error-face'.
26235 2005-08-05  Kenichi Handa  <handa@m17n.org>
26237         * international/code-pages.el: Add autoload cookies for all coding
26238         systems.
26240 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
26242         * cus-start.el (all): Put undo.c where it alphabetically belongs.
26244 2005-08-04  Juri Linkov  <juri@jurta.org>
26246         * progmodes/compile.el (compilation-mode-map):
26247         * progmodes/grep.el (grep-mode-map):
26248         Bind TAB to `compilation-next-error' and [backtab] to
26249         `compilation-previous-error'.
26251         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26252         matching line numbers, column numbers and their ranges with regexp
26253         matching only line numbers.
26254         (grep-context-face): New face variable.
26255         (grep-mode-font-lock-keywords): Use it.
26257         * faces.el (read-face-name): Delete duplicate faces.
26259 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
26261         * thumbs.el (thumbs-find-image): Don't make variables
26262         automatically buffer local.
26263         (thumbs-current-tmp-filename, thumbs-current-image-filename)
26264         (thumbs-image-num): Make automatically buffer local.
26265         (thumbs-show-thumbs-list): Use `make-local-variable', not
26266         `make-variable-buffer-local'.
26267         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26269         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26270         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26271         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26272         (bother, bye, canyou, chatlst, continue, deathlst, describe)
26273         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26274         (feelings-about, foullst, found, hello, history, howareyoulst)
26275         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26276         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26277         (neglst, obj, object, owner, please, problems, qlist)
26278         (random-adjective, relation, remlst, repetitive-shortness)
26279         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26280         (shortlst, something, sportslst, stallmanlst, states, subj)
26281         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26282         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26283         Defvar at compile time.
26285         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26286         not `make-variable-buffer-local'.
26288 2005-08-02  Kim F. Storm  <storm@cua.dk>
26290         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26291         rectangle overlay in selected window.
26293 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
26295         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26296         instead of display group.  Make `indicate-buffer-boundaries'
26297         customizable through Custom.
26299 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
26301         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26302         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26303         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26304         (gdb-put-string): Fix typos in docstrings.
26306 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
26308         Update copyright notices of files in progmodes directory for
26309         release of Emacs 22.1.
26311         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26313         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26314         Don't barf if the GUD buffer has been killed.
26316 2005-08-01  Kim F. Storm  <storm@cua.dk>
26318         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26320 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26322         * simple.el (next-error-follow-minor-mode):
26323         make-variable-buffer-local -> make-local-variable.
26325         * emacs-lisp/cl-extra.el: Require CL also when compiling.
26327         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26328         (byte-compile-form-make-variable-buffer-local): New functions to warn
26329         about misuses of make-variable-buffer-local where make-local-variable
26330         was meant.
26332 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
26334         * bs.el (bs-attributes-list): Doc fix.
26335         (bs): Update url-link.
26337         * desktop.el (desktop-save-buffer): Fix typos in docstring.
26338         (desktop-load-default): Simplify.
26340         * ibuffer.el (ibuffer-columnize-and-insert-list)
26341         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26342         (ibuffer-unmark-all, ibuffer-toggle-marks)
26343         (ibuffer-unmark-forward, ibuffer-unmark-backward)
26344         (ibuffer-compile-make-format-form, ibuffer-format-column)
26345         (ibuffer-current-buffers-with-marks)
26346         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26347         (ibuffer): Doc fix.
26348         (ibuffer-mode): Fix typo in docstring.
26349         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
26350         with `define-obsolete-variable-alias'.
26351         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
26353 2005-07-29  Kenichi Handa  <handa@m17n.org>
26355         * international/mule-cmds.el (select-message-coding-system):
26356         Be sure to use LF for end-of-line.  If no coding system is decided,
26357         return iso-8859-1-unix.
26359 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26361         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
26362         (ange-ftp-pending-error-line): New vars.
26363         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
26364         to handle the non-fatal no-route-to-host messages.
26365         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
26367 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
26369         * isearch.el (isearch-mode-map, isearch-other-meta-char)
26370         (isearch-quote-char, isearch-printing-char)
26371         (isearch-text-char-description): "?\ " -> "?\s".
26372         (isearch-lazy-highlight-cleanup)
26373         (isearch-lazy-highlight-initial-delay)
26374         (isearch-lazy-highlight-interval)
26375         (isearch-lazy-highlight-max-at-a-time)
26376         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
26377         Declare with define-obsolete-*-alias macros.
26378         (isearch-forward): Fix typo in docstring.
26379         (search-invisible, search-ring-yank-pointer)
26380         (regexp-search-ring-yank-pointer): Doc fixes.
26382         * recentf.el (recentf-menu-append-commands-p): Declare with
26383         `define-obsolete-variable-alias'.
26384         (recentf-max-saved-items, recentf-menu-filter)
26385         (recentf-arrange-by-rule-subfilter): Doc fixes.
26386         (recentf-menu-append-commands-flag)
26387         (recentf-initialize-file-name-history, recentf-expand-file-name)
26388         (recentf-clear-data): Fix typos in docstrings.
26390 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
26392         * progmodes/gdb-ui.el: Smarten comments.
26393         (gdb-info-breakpoints-custom): Use nowarn when finding file.
26395 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
26397         * term/apollo.el (terminal-init-apollo): New function containing
26398         all former top level forms in the file.
26399         * term/bobcat.el (terminal-init-bobcat):
26400         * term/cygwin.el (terminal-init-cygwin):
26401         * term/iris-ansi.el (terminal-init-iris-ansi):
26402         * term/linux.el (terminal-init-linux):
26403         * term/news.el (terminal-init-news):
26404         * term/rxvt.el (terminal-init-rxvt):
26405         * term/sun.el (terminal-init-sun):
26406         * term/tvi970.el (terminal-init-tvi970):
26407         * term/vt100.el (terminal-init-vt100):
26408         * term/vt102.el (terminal-init-vt102):
26409         * term/vt125.el (terminal-init-vt125):
26410         * term/vt200.el (terminal-init-vt200):
26411         * term/vt201.el (terminal-init-vt201):
26412         * term/vt220.el (terminal-init-vt220):
26413         * term/vt240.el (terminal-init-vt240):
26414         * term/vt300.el (terminal-init-vt300):
26415         * term/vt320.el (terminal-init-vt320):
26416         * term/vt400.el (terminal-init-vt400):
26417         * term/vt420.el (terminal-init-vt420):
26418         * term/wyse50.el (terminal-init-wyse50):
26419         * term/xterm.el (terminal-init-xterm): Likewise.
26421         * term/README: Describe the terminal-init-* functionality.
26423         * startup.el (command-line): After loading the terminal initialization
26424         file call the corresponding terminal initialization function.
26426 2005-07-27  Kenichi Handa  <handa@m17n.org>
26428         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26429         negative.
26431         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26432         (ps-mule-composition-prologue): Fix for the case that
26433         RelativeCompose is false.
26435 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26437         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26439         * descr-text.el (describe-char): Handle the case where the list of
26440         chars is displayed in a separate frame.
26441         Be a bit more discriminating when looking for the char.
26443 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
26445         * bookmark.el (bookmark-automatically-show-annotations)
26446         (bookmark-read-annotation-text-func): Doc fixes.
26447         (bookmark-save): Improve argument/docstring consistency.
26448         (bookmark-get-bookmark, bookmark-get-bookmark-record)
26449         (bookmark-alist-from-buffer)
26450         (bookmark-upgrade-file-format-from-0)
26451         (bookmark-grok-file-format-version)
26452         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
26453         (bookmark-read-annotation-mode)
26454         (bookmark-insert-current-bookmark, bookmark-jump)
26455         (bookmark-exit-hook): Fix typos in docstrings.
26456         (bookmark-exit-hooks): Define as obsolete alias.
26457         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
26458         not `bookmark-exit-hooks'.  Fix docstring.
26459         (bookmark-bmenu-select): "?\ " -> "?\s".
26461 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
26463         * startup.el (command-line): Fix typo.
26465 2005-07-24  Richard M. Stallman  <rms@gnu.org>
26467         * tooltip.el (tooltip-mode): Test emacs-basic-display,
26468         not emacs-quick-startup.
26470 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
26472         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26473         (reb-next-match, reb-show-subexp): Use `with-selected-window'
26474         instead of `reb-with-current-window'.
26475         (reb-prev-match): Likewise.  Also, don't move left if the search
26476         was unsuccessful.
26477         (reb-initialize-buffer): New function.
26478         (re-builder, reb-change-syntax): Use it.
26480         * man.el (Man-goto-page): Make second argument NOERROR optional.
26482 2005-07-23  Richard M. Stallman  <rms@gnu.org>
26484         * man.el (Man-bgproc-sentinel): Check here for failure to find
26485         any man page in the output, and report the error here.
26486         (Man-arguments): Make it permanent local.
26487         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
26488         (Man-mode): Pass t for NOERROR.
26490         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26491         (grep-mode-font-lock-keywords):
26492         Don't use compilation-...-face for messages that are not file names.
26494         * progmodes/compile.el (compilation-mode-font-lock-keywords):
26495         Don't use compilation-...-face for messages that are not file names.
26497 2005-07-22  Juri Linkov  <juri@jurta.org>
26499         * startup.el (normal-splash-screen): Update menu name.
26501         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26503 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
26505         * term/xterm.el: Load term/rxvt if the terminal is actually an
26506         rxvt terminal.
26507         (xterm-rxvt-set-background-mode): Remove, not used anymore.
26509         * term/rxvt.el (function-key-map): Use substitute-key-definition
26510         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
26512         * term/cygwin.el: New file.
26514 2005-07-22  Kim F. Storm  <storm@cua.dk>
26516         * image-file.el (insert-image-file, image-file-yank-handler):
26517         Fix last change to maintain a (unique) yank-handler on yanked images.
26519 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
26521         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26522         of the file size (as in "177B" for 177 bytes).  This happens with
26523         "ls -lh" on FreeBSD.
26525 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
26527         * hilit-chg.el (highlight-changes-global-initial-state)
26528         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26529         (hilit-chg-fixup, highlight-changes-mode):
26530         Fix typos in docstrings.
26531         (highlight-changes-global-modes, highlight-changes-rotate-faces):
26532         Doc fixes.
26534 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
26536         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26537         mode function using `eval-after-load'.
26539 2005-07-21  Kim F. Storm  <storm@cua.dk>
26541         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26542         included when reporting an Emacs crash, and tell about the DEBUG file.
26544         * image-file.el (insert-image-file): Add yank-handler.
26545         (image-file-yank-handler): Yank handler to make unique copies of
26546         images when they are yanked into a buffer next to each other.
26548 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
26550         * comint.el (comint-use-prompt-regexp, comint-send-input)
26551         (comint-source-default, comint-extract-string)
26552         (comint-get-source, comint-word, comint-completion)
26553         (comint-source, comint-prompt-read-only, comint-update-fence):
26554         Fix typos in docstrings.
26555         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
26556         Declare with define-obsolete-*-alias macros.
26557         (comint-previous-matching-input-from-input)
26558         (comint-next-matching-input-from-input)
26559         (comint-previous-matching-input, comint-next-matching-input)
26560         (comint-forward-matching-input):
26561         Improve argument/docstring consistency.
26563         * desktop.el (desktop-clear-preserve-buffers-regexp):
26564         Also preserve the *server* buffer.
26566         * simple.el (clone-indirect-buffer): Doc fix.
26567         (fixup-whitespace, just-one-space)
26568         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26569         (next-error, next-error-highlight)
26570         (next-error-highlight-no-select, next-error-last-buffer)
26571         (next-error-buffer-p, next-error-find-buffer, next-error)
26572         (previous-error, next-error-no-select, previous-error-no-select)
26573         (open-line, split-line, minibuffer-prompt-width, kill-new)
26574         (binary-overwrite-mode): Fix typos in docstrings.
26575         (set-fill-column): Fix typo in message.
26577         * skeleton.el (skeleton-proxy-new): Doc fix.
26579         * strokes.el (strokes-load-hook): Doc fix.
26580         (strokes-grid-resolution, strokes-get-grid-position)
26581         (strokes-renormalize-to-grid, strokes-read-stroke)
26582         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26583         (strokes-global-map): Fix typos in docstrings.
26584         (strokes-help): Doc fix.  Fix help message and pass it through
26585         `substitute-command-keys'.
26587         * tempo.el (tempo-insert-prompt, tempo-interactive)
26588         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26589         (tempo-insert-string-functions, tempo-local-tags)
26590         (tempo-define-template, tempo-insert-template)
26591         (tempo-insert-prompt-compat, tempo-is-user-element)
26592         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26593         Fix typos in docstrings.
26595         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26596         (vcursor-key-bindings, vcursor-use-vcursor-map)
26597         (vcursor-find-window, vcursor-scroll-down)
26598         (vcursor-disable, vcursor-beginning-of-buffer)
26599         (vcursor-end-of-buffer): Fix typos in docstrings.
26600         (vcursor-relative-move, vcursor-get-char-count):
26601         Improve argument/docstring consistency.
26603         * version.el: "?\ " -> "?\s".
26605         * wid-edit.el (widget-default-create, widget-after-change)
26606         (widget-default-format-handler, widget-checklist-add-item)
26607         (widget-radio-add-item, widget-choose, widget-specify-secret)
26608         (widget-field-value-create, widget-field-value-get)
26609         (widget-editable-list-format-handler)
26610         (widget-editable-list-entry-create, widget-group-value-create)
26611         (widget-documentation-link-add)
26612         (widget-documentation-string-value-create): "?\ " -> "?\s".
26613         (widget-convert-text): Doc fix.
26614         (widget-narrow-to-field, widget-field-find)
26615         (widget-url-link-action, widget-emacs-library-link-action)
26616         (widget-color-notify): Fix typos in docstrings.
26618         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26619         (x-select-text, set-w32-system-coding-system)
26620         (w32-add-charset-info): Fix typos in docstrings.
26622         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26623         (cua-enable-cua-keys, cua-use-hyper-key)
26624         (cua-virtual-rectangle-edges): Fix typos in docstrings.
26625         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26627         * net/tramp.el (tramp-handle-load): Fix typo in error message.
26629         * emacs-lisp/re-builder.el (regexp-builder): Declare with
26630         `defalias' instead of faking it.
26632         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26633         (eshell-ls-missing, eshell-ls-dired-initial-args)
26634         (eshell-ls-use-in-dired): Fix typos in docstrings.
26636 2005-07-20  Kim F. Storm  <storm@cua.dk>
26638         * emulation/cua-base.el (cua-mode): Improve doc string.
26640 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
26642         * abbrev.el (expand-region-abbrevs): Doc fix.
26643         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26644         Improve argument/docstring consistency.
26646         * arc-mode.el (archive-get-descr, archive-alternate-display):
26647         Doc fixes.
26648         (archive-l-e): Improve argument/docstring consistency.
26649         (archive-tmpdir, archive-unixdate, archive-unixtime)
26650         (archive-chmod-entry): Fix typos in docstrings.
26651         (archive-unflag, archive-unflag-backwards)
26652         (archive-unmark-all-files): "?\ " -> "?\s".
26654         * buff-menu.el (Buffer-menu-unmark): Doc fix.
26655         (Buffer-menu-not-modified, Buffer-menu-execute)
26656         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26657         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26659         * composite.el (compose-string, encode-composition-rule)
26660         (compose-last-chars): Fix typos in docstrings.
26662         * desktop.el (desktop-enable, desktop-basefilename):
26663         Declare with `define-obsolete-variable-alias'.
26664         (desktop-internal-v2s): Don't quote keywords.
26665         (desktop-clear): "?\ " -> "?\s".
26667         * dired.el (dired-align-file, dired-flag-backup-files)
26668         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26669         (dired-listing-switches, dired-ls-F-marks-symlinks)
26670         (dired-dwim-target, dired-load-hook, dired-mode-hook)
26671         (dired-directory, dired-faces, dired, dired-revert)
26672         (dired-mode, dired-summary, dired-view-file)
26673         (dired-copy-filename-as-kill, dired-delete-file)
26674         (dired-no-confirm, dired-unmark-all-marks)
26675         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26676         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26677         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26678         Fix typos in message strings.
26680         * dired-x.el (virtual-dired): Declare with `defalias'.
26681         (dired-mark-unmarked-files, dired-local-variables-file)
26682         (dired-omit-here-always): Doc fix.
26683         (dired-omit-mode, dired-find-subdir)
26684         (dired-enable-local-variables, dired-clean-up-buffers-too)
26685         (dired-extra-startup, dired-mark-extension, dired-jump)
26686         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26687         (dired-smart-shell-command, dired-guess-shell-alist-user)
26688         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26689         (dired-x-bind-find-file, dired-x-submit-report):
26690         Fix typos in docstrings.
26691         (dired-mark-unmarked-files): "?\ " -> "?\s".
26693         * dirtrack.el (dirtrack-list): Fix typos in docstring.
26695         * faces.el (describe-face): "?\ " -> "?\s".
26696         (read-all-face-attributes, read-face-font, modify-face)
26697         (face-attr-construct, italic): Fix typos in docstrings.
26698         (frame-update-face-colors): Declare with
26699         `define-obsolete-function-alias'.
26701         * files.el (find-file-noselect, recode-file-name): Doc fixes.
26702         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26703         (magic-mode-alist, buffer-file-numbers-unique)
26704         (write-file-functions, get-free-disk-space):
26705         Fix typos in docstrings.
26706         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26707         (write-contents-hooks, write-file-hooks):
26708         Declare with `define-obsolete-variable-alias'.
26710         * forms-d2.el (arch-rj): Fix typo in docstrings.
26711         (arch-tocol): Likewise.  "?\ " -> "?\s".
26713         * frame.el (set-frame-font, cursor-in-non-selected-windows):
26714         Fix typo in docstring.
26715         (set-screen-width, set-screen-height): Delete redundant info in
26716         doctrings.
26717         (new-frame, screen-height, screen-width): Declare with
26718         `define-obsolete-function-alias'.
26719         (delete-frame-hook, blink-cursor): Declare with
26720         `define-obsolete-variable-alias'.
26722         * paths.el (prune-directory-list): Fix typos in docstring.
26724         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26725         (cvs-prefix-get): Fix typos in docstrings.
26727         * ps-print.el (ps-extend-face-list, ps-extend-face)
26728         (ps-print-background-image): Fix typos in docstrings.
26729         (ps-default-fg, ps-default-bg): Doc fixes.
26731         * s-region.el (s-region-bind): Doc fix.
26732         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26734         * textmodes/org.el (org-table-formula-substitute-names)
26735         (org-table-get-vertical-vector): Doc fixes.
26736         (org-table-recalculate): Remove unused argument to `message'.
26738 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
26740         * textmodes/org.el (org-table-column-names)
26741         (org-table-column-name-regexp)
26742         (org-table-named-field-locations): New variables.
26743         (org-archive-subtree): Protect `this-command' when calling
26744         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26745         the kill buffer.
26746         (org-complete): Remove fixed-formula completion.
26747         (org-edit-formulas-map): New variable.
26748         (org-table-edit-formulas): New command.
26749         (org-finish-edit-formulas, org-abort-edit-formulas)
26750         (org-show-variable, org-table-get-vertical-vector): New functions.
26751         (org-table-maybe-eval-formula): Handle `:=' fields.
26752         (org-table-get-stored-formulas, org-table-store-formulas)
26753         (org-table-get-formula, org-table-modify-formulas)
26754         (org-table-replace-in-formulas): Handle named field formulas.
26755         (org-table-get-specials): Store locations of named fields.
26757 2005-07-19  Juri Linkov  <juri@jurta.org>
26759         * progmodes/grep.el (grep-regexp-alist)
26760         (grep-mode-font-lock-keywords, grep-process-setup):
26761         Use default GNU grep match color "01;31m" instead of "01;41m".
26762         (grep-regexp-alist, grep-mode-font-lock-keywords):
26763         Use `\\[[0-9]*m' instead of `\\[00m'.
26764         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26765         sgr_start where its handling is more important.  Use the real
26766         length of sgr_start instead of constant 8.
26767         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26768         specially.  Delete all remaining escape sequences.
26769         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26770         (grep-regexp-alist): Make hyperlink only for binary file name
26771         instead of the whole line.
26772         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26773         (grep-mode): Add autoload.
26775         * emacs-lisp/find-func.el (find-function-regexp):
26776         Add `define-compilation-mode'.
26778 2005-07-19  Juri Linkov  <juri@jurta.org>
26780         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26781         (compare-windows-sync-string-size, compare-windows-recenter)
26782         (compare-windows-highlight, compare-windows): Add version 22.1.
26783         (compare-windows) <defface>: Inherit from lazy-highlight instead
26784         of duplicating its default value.
26786         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26787         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26789         * descr-text.el (describe-char): Create link buttons for `charset'
26790         and `code point'.  Add the current input method name with a link
26791         button to `to input' field.  Print face names of display table
26792         characters in `The display table entry is displayed by' section
26793         instead of printing face-id in the `display' field.
26794         Guess hardcoded faces and create a link button for them.
26795         Skip empty fields when calculating max-width.
26796         Treat `widget-create' specially while inserting strings from the
26797         collected field list.
26798         (describe-char-after): Made obsolete in version 22.1, not 21.5.
26800         * diff-mode.el (diff-file-header): Change foreground color from
26801         yellow to green on light backgrounds.
26802         (diff-context): Inherit from `shadow' only for color/grayscale
26803         with more than 88 colors.
26804         (diff-indicator-removed, diff-indicator-added)
26805         (diff-indicator-changed): New faces.
26806         (diff-font-lock-keywords): Use new faces.  Regroup rules.
26807         Add "^---$" for `normal' diff format.  Fontify `#' lines with
26808         font-lock-comment-delimiter-face and font-lock-comment-face.
26809         Add `#' to ^[^...] in the rule for `diff-context-face'.
26811         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26812         a button-like box.  Inherit from `highlight' on low colors.
26813         (shadow): Use shades of gray only for color/grayscale with
26814         more than 88 colors.  Use green for light backgrounds with
26815         8 colors, and yellow for dark backgrounds with 8 colors.
26817         * font-lock.el (font-lock-regexp-grouping-backslash):
26818         Don't inherit from escape-glyph (use bold for all cases).
26820         * info.el (info-xref-visited): Use light foreground color `violet'
26821         for dark backgrounds instead of dark color `magenta3'.
26822         (info-title-1): Use `yellow' color for dark backgrounds.
26824         * isearch.el (isearch): Use not-too-dark magenta3 instead of
26825         too-light magenta2.
26827         * replace.el (match): Use slightly more light RoyalBlue3 instead
26828         of dark RoyalBlue4.
26830         * wid-edit.el (widget-inactive): Inherit from `shadow'.
26832 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
26834         * novice.el (disabled-command-hook): Declare it with
26835         `define-obsolete-variable-alias'.
26837         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26838         (desktop-buffer-misc-functions, desktop-buffer-handlers)
26839         (desktop-load-default): Add release to obsolescence info.
26840         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26841         (desktop-append-buffer-args, desktop-read):
26842         Fix typos in docstrings.
26843         (desktop-kill): Fix typo in message.
26844         (desktop-save): Doc fix.
26846 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
26848         * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
26849         (viper-envelop-ESC-key): Change the definition of fast
26850         keysequence so it'll work with keyboard macros.
26852         * ediff.el (ediff-patch-buffer): Change the docstring.
26854 2005-07-19  Kenichi Handa  <handa@m17n.org>
26856         * international/mule-cmds.el (select-safe-coding-system): Try to
26857         use an auto-coding (if any) before anything else.  If the found
26858         auto-coding is invalid, show a warning message.
26860         * international/mule.el (find-auto-coding): New function created
26861         by modifying the body of set-auto-coding.
26862         (set-auto-coding): Use find-auto-coding to find a coding.
26864 2005-07-18  Richard M. Stallman  <rms@gnu.org>
26866         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26867         not isearch-mode-end-hook-error.
26868         (allout-before-change-protect): Fix error message.
26870 2005-07-18  Juri Linkov  <juri@jurta.org>
26872         * allout.el (allout-mode):
26873         * calculator.el (calculator-copy):
26874         * custom.el (custom-known-themes):
26875         * dired.el (dired-desktop-buffer-misc-data)
26876         (dired-restore-desktop-buffer):
26877         * dired-x.el (dired-omit-marker-char):
26878         * files.el (basic-save-buffer):
26879         * font-core.el (font-lock-mode):
26880         * calendar/calendar.el (calendar-goto-hebrew-date)
26881         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26882         (calendar-goto-persian-date):
26883         * language/ethio-util.el (ethio-sera-to-fidel-region):
26884         * textmodes/picture.el (picture-mode):
26885         Delete duplicate duplicate words.
26887 2005-07-18  Juri Linkov  <juri@jurta.org>
26889         * isearch.el (isearch-mode-map): Remove key bindings for regexp
26890         chars * ? } |.
26891         (isearch-fallback): Don't call `isearch-process-search-char'.
26892         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26893         (isearch-process-search-char): Call `isearch-fallback' for regexp
26894         chars * ? } |.
26895         (isearch-return-char): Make obsolete with `make-obsolete' instead
26896         of simply documenting it as obsolete in the docstring.
26897         (isearch-fallback): Refill docstring.
26899         * international/isearch-x.el
26900         (isearch-process-search-multibyte-characters): Remove unneeded
26901         `concat'.  Add intermediate values to `junk-hist' instead of
26902         `minibuffer-history'.  Test the length of `str'.
26904 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
26906         * allout.el (allout-resolve-xref): Fix typos in error strings.
26907         (allout-before-change-protect): Remove unneeded `concat'.
26909         * array.el (array-mode, array-reconfigure-rows)
26910         (untabify-backward): Fix typos in docstrings.
26911         (array-reconfigure-rows): Use `insert-buffer-substring', not
26912         `insert-buffer'.
26914         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26915         * progmodes/ada-mode.el (ada-make-body):
26916         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26918         * dired.el (dired-log):
26919         * tar-mode.el (tar-subfile-save-buffer):
26920         * play/zone.el (zone-pgm-stress-destress):
26921         Use `insert-buffer-substring', not `insert-buffer'.
26923 2005-07-17  Simon Josefsson  <jas@extundo.com>
26925         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26927 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
26929         * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
26930         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26932 2005-07-17  Kim F. Storm  <storm@cua.dk>
26934         * ido.el (dired-other-window): Add ido property.
26936 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
26938         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26939         Fix typo in docstring.
26940         (byte-compile-interactive-only-functions): Add `insert-buffer' and
26941         `insert-file-literally'.
26943         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26944         info and delete redundant message.  Doc fix.
26945         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26946         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26948 2005-07-16  Richard M. Stallman  <rms@gnu.org>
26950         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26951         (byte-compile-and): Use byte-compile-and-recursion.
26952         (byte-compile-or-recursion): New function.
26953         (byte-compile-or): Use that.
26954         (byte-compile-if): Guard the else-clause too.
26955         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26957         * isearch.el (isearch-mode-end-hook-quit): New variable.
26958         (isearch-done): Bind it.
26959         (isearch-mode-end-hook): Doc fix.
26961         * allout.el (allout-isearch-did-quit): Variable deleted.
26962         (allout-real-isearch-abort): Function name no longer used.
26963         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26964         (allout-isearch-rectification): isearch-mode always exists.
26965         Don't set allout-isearch-did-quit.
26966         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26967         allout-isearch-did-quit.
26968         (allout-enwrap-isearch): Just add the hook.
26969         (allout-isearch-abort): Function deleted.
26970         (allout-pre-command-business): Avoid warning.
26972         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26973         Correctly avoid warnings.
26974         (pascal-outline): Likewise.
26976         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26978         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26980         * play/tetris.el (tetris-mode): Avoid warning.
26982         * play/snake.el (snake-mode): Avoid warning.
26984         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26985         (gamegrid-set-display-table): Avoid warning.
26986         (gamegrid-set-timer): Likewise.
26987         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26988         (gamegrid-add-score-with-update-game-score-1): Take FILE
26989         as argument.
26990         (gamegrid-add-score-with-update-game-score): Pass that argument.
26991         Rename have-shared-game-dir to gamegrid-shared-game-dir.
26993         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26995         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26996         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26998         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26999         and insert-file.
27001         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27002         (sc-ask): Avoid warnings.
27004         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27005         (eshell-hist-initialize): Use that var the natural way.
27007         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27009         * emacs-lisp/re-builder.el (reb-cook-regexp):
27010         Avoid warning calling lre-compile-string.
27011         (reb-color-display-p): Avoid warning.
27013         * calculator.el (calculator-last-input): Guard uses
27014         of event-key and key-press-event-p.
27015         (event-key, key-press-event-p): Delete definitions.
27017         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27018         (find-gc-source-directory, find-gc-subrs-callers)
27019         (find-gc-noreturn-list, find-gc-source-files)
27020         (find-gc-subrs-called): Vars renamed and defvar'd.
27022         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27023         (checkdoc-overlay-put, checkdoc-delete-overlay)
27024         (checkdoc-overlay-start, checkdoc-overlay-end)
27025         (checkdoc-mode-line-update, checkdoc-char=):
27026         Define such that compiler knows they are defined.
27027         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
27028         (checkdoc-read-event): Delete.  Use read-event directly.
27030         * whitespace.el (whitespace-make-overlay)
27031         (whitespace-overlay-put, whitespace-delete-overlay)
27032         (whitespace-overlay-start, whitespace-overlay-end):
27033         Define such that compiler knows they are defined.
27034         (whitespace): Move conditional inside.
27036         * tempo.el (tempo-insert-template): Suppress warning.
27038         * ediff-diff.el (longlines-mode): Add defvar.
27040 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
27042         * server.el: Bind "C-x #" in a way that works even if C-x is
27043         redefined to a command key, not a prefix key.
27045 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
27047         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27048         cl-make-type-test till execution time.
27050 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
27052         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27053         arg ARG and use it.
27055 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
27057         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27059 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
27061         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27062         a defcustom with two :set or :type keywords.
27064 2005-07-15  Richard M. Stallman  <rms@gnu.org>
27066         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27067         Don't give ^M comment-end syntax.
27069 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
27071         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27072         Don't consider gdbmi (gdb-mi.el has its own update functions).
27073         (gdb-var-delete): Make it work for gdbmi as well.
27074         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27076         * progmodes/gud.el (etags, sdb): Only require etags when needed.
27077         (gud-speedbar-menu-items): Correct logic for enabling items.
27079 2005-07-15  Kim F. Storm  <storm@cua.dk>
27081         * ido.el: Fix commentary.
27082         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27083         Use with-no-warnings around ffap-guesser.
27084         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27085         Let bind minibuffer-completing-file-name to t.
27087 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
27089         * startup.el (site-run-file, keyboard-type): Doc fixes.
27090         (command-line): Check for "--basic-display" argument; also for
27091         "--quick", not "--bare-bones" (which was renamed).
27092         (fancy-splash-text): Add missing item "Getting New Versions".
27093         (normal-splash-screen): Fix typos and improve consistency with
27094         `fancy-splash-text'.  Update copyright year.
27096         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27097         valid binding for `help-char'.
27099         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27101 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
27103         * term.el (term-mode): Disable cua-mode for term buffers.
27105 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
27107         * add-log.el (add-log-mailing-address, change-log-merge):
27108         Doc fixes.
27109         (change-log-get-method-definition): Fix typo in docstring.
27111 2005-07-14  Kim F. Storm  <storm@cua.dk>
27113         * emulation/cua-base.el:
27114         (cua--pre-command-handler-1, cua--pre-command-handler)
27115         (cua--post-command-handler-1, cua--post-command-handler):
27116         Split in two.  Check (buffer local) value of cua-mode.
27117         (cua-selection-mode): New command.
27119 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
27121         * custom.el (custom-initialize-safe-set)
27122         (custom-initialize-safe-default): Doc fixes.
27124         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27125         and simplify :init-value again.
27127         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27128         and simplify :init-value again.  Delete autoload.
27130         * startup.el (command-line): Use `custom-reevaluate-setting' again
27131         for tooltip-mode.
27133         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27134         a defcustom with two :initialize keywords.
27136 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
27138         * allout.el (my-mark-marker, allout-isearch-prior-pos)
27139         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27140         (allout-post-command-business, allout-flag-region)
27141         (isearch-reenable-font-lock, allout-yank)
27142         (allout-insert-latex-header, allout-insert-latex-trailer)
27143         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27144         (allout-latex-verb-quote): Fix typos in docstrings.
27145         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27146         (allout-unprotected, allout-prefix-data):
27147         Improve argument/docstring consistency.
27148         (allout-chart-subtree): Fix argument spec.
27149         (allout-open-topic): Rename `use_sib_bullet' argument to
27150         `use-sib-bullet'.  Doc fix.
27152         * whitespace.el (whitespace-check-buffer-leading)
27153         (whitespace-check-buffer-trailing)
27154         (whitespace-check-buffer-indent)
27155         (whitespace-check-buffer-spacetab)
27156         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27157         (whitespace-check-leading-whitespace)
27158         (whitespace-check-trailing-whitespace)
27159         (whitespace-check-spacetab-whitespace)
27160         (whitespace-check-indent-whitespace)
27161         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27162         (whitespace-modes): Fix typos in docstrings.
27163         (defgroup, defcustom): Doc fixes.
27165         * winner.el (winner-mode, winner-boring-buffers)
27166         (winner-pending-undo-ring): Doc fixes.
27167         (winner-ring): Remove unneeded `progn'.
27168         (winner-equal): `defsubst' it.
27169         (winner-redo): Fix message.
27171 2005-07-13  Kim F. Storm  <storm@cua.dk>
27173         * simple.el (line-move-1): Always use vertical-motion to
27174         do the last (or only) line move to ensure some movement.
27175         Undo 2005-06-23 change--don't check for overlays.
27177 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27179         * term/mac-win.el (ccl-encode-mac-roman-font)
27180         (ccl-encode-mac-centraleurroman-font)
27181         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27182         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27183         Change charset-id boundary of dimension to ?\xef.
27184         (mac-char-fontspec-list): New constant.
27185         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
27186         argument.  Nil uses itself as family in font-spec.  Previous
27187         behavior for nil is now provided by non-nil non-string argument.
27188         All callers changed.  Add font-specs for Mac fonts to
27189         "fontset-default" unless iso8859-1 fonts are installed.
27191 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27193         * progmodes/sh-script.el (sh-get-indent-info): Only indent
27194         a continuation line if the \ is preceded by SPC or TAB.
27195         (sh-get-indent-info): Simplify.
27196         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27197         Use with-current-buffer.
27199         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27200         when the matched text is empty.
27202 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
27204         * startup.el (command-line): Revert to previous handling of
27205         tooltip-mode.  Explain in comment why the complexity is needed.
27207         * tooltip.el (tooltip-mode): Revert to previous implementation of
27208         its defcustom.
27210         * frame.el (blink-cursor-mode): Revert to previous implementation
27211         of its defcustom.  Update comment.
27213 2005-07-12  Lars Hansen  <larsh@soem.dk>
27215         * desktop.el: Update e-mail address.
27217 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27219         * term/mac-win.el (mac-services-mail-selection)
27220         (mac-services-mail-to): New functions.
27221         (mac-application-menu-map): Bind them.
27223 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
27225         * progmodes/gdb-ui.el: Add note about buffering with Windows.
27227 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
27229         * custom.el (custom-reevaluate-setting): Doc fix.
27231 2005-07-11  Jay Belanger  <belanger@truman.edu>
27233         * calc/calc.el (calc-embedded-announce-formula-alist)
27234         (calc-embedded-open-close-plain-alist)
27235         (calc-embedded-open-close-mode-alist): Add checks for additional
27236         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27238 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
27240         * custom.el (custom-enable-theme): Don't add theme to
27241         `custom-enabled-themes' with `push' because there is no
27242         setf-method for `delq'.
27244 2005-07-11  Richard M. Stallman  <rms@gnu.org>
27246         * custom.el (custom-declare-variable): Doc fix.
27248         * dired-aux.el (dired-compare-directories): Remove "." and ".."
27249         from the alists.
27251         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27252         Do nothing if edebug-active.
27254         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27255         (edebug-display): Do it here instead.
27257 2005-07-10  Richard M. Stallman  <rms@gnu.org>
27259         * cus-face.el (custom-theme-set-faces): Make it work.
27260         (custom-reset-faces): Doc fix.
27261         (custom-theme-reset-internal-face, custom-theme-face-value):
27262         Functions deleted.
27264         * custom.el (custom-push-theme): Maintain list of the settings
27265         of a given theme in its theme-settings property.
27266         Maintain position of old settings in the theme-value
27267         or theme-face property.
27268         (custom-enabled-themes): New variable.
27269         (custom-theme-enabled-p): New function.
27270         (provide-theme): Update custom-enabled-themes.
27271         Disable and reenable the `user' theme.
27272         (require-theme): Doc fix.
27273         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27274         (custom-theme-value, custom-theme-variable-value): Likewise.
27275         (custom-theme-reset-internal): Likewise.
27276         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27277         (custom-enable-theme, custom-disable-theme): New functions.
27278         (custom-variable-theme-value, custom-face-theme-value): Likewise.
27279         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27280         (custom-theme-reset-variables): Simplify.
27281         (deftheme, custom-declare-theme, custom-make-theme-feature):
27282         Definitions moved.
27284 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
27286         * longlines.el (longlines-show-region)
27287         (longlines-unshow-hard-newlines): Recognize hard newlines by
27288         non-nil hard property, instead of t.
27290 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
27292         * emulation/viper-cmd.el (viper--key-maps): New variable.
27293         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27294         emulation-mode-map-alists.
27295         (viper-envelop-ESC-key): Use viper-subseq.
27296         (viper-search-forward/backward/next): Disable debug-on-error.
27298         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27299         (viper-ESC-key): New defcustoms.
27301         * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27303         * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27304         (viper-subseq): Copy of subseq from cl.el.
27306         * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27307         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27309         * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27311         * emulation/viper-init.el: Get rid of -face in face names.
27313         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27314         Make it work with longlines mode.
27316         * ediff-mult.el (ediff-meta-mode-hook): New variable.
27318         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27320         * ediff-init.el: Get rid of -face in face names.
27322 2005-07-10  Richard M. Stallman  <rms@gnu.org>
27324         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27325         and with-timeout-unsuspend.
27327         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27328         and with-timeout-unsuspend.
27330         * emacs-lisp/timer.el (with-timeout-timers): New variable.
27331         (with-timeout): Bind that variable to record timers.
27332         (with-timeout-suspend, with-timeout-unsuspend): New functions.
27334         * emacs-lisp/debug.el (debug-help-follow): New function.
27335         (debugger-mode-map): Use that instead of help-follow.
27336         (debugger-setup-buffer): Use eval-buffer-list
27337         to handle eval-buffer frames.
27339 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
27341         * timezone.el (timezone-parse-date): Change first regexp
27342         so it will not mistakenly match dates with no time zone.
27344 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
27346         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27348 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
27350         * custom.el (custom-initialize-safe-set)
27351         (custom-initialize-safe-default): New functions.
27353         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27354         and simplify :init-value.
27356         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27357         and simplify :init-value.  Delete obsolete comment.
27359         * startup.el (command-line): Use `custom-reevaluate-setting' to
27360         handle `tooltip-mode'.  Delete obsolete comment.
27362         * files.el (set-visited-file-name): Avoid calling
27363         `file-name-nondirectory' with a nil argument.
27365 2005-07-09  Richard M. Stallman  <rms@gnu.org>
27367         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27368         was called with nil for the buffer, handle the read position right.
27369         Handle read position for eval-region, too.
27371 2005-07-09  Juri Linkov  <juri@jurta.org>
27373         * fringe.el (fringe-mode): Add period in docstring.
27374         (fringe-query-style): Build prompt depending on `all-frames' arg.
27376         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
27377         to not create links to unrelated functions in the Help buffer.
27379         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27380         Doc fix.
27382         * simple.el (next-error-hook): New variable.
27383         (next-error): Use it.  Doc fix.
27385         * textmodes/ispell.el (ispell-command-loop): Add current
27386         dictionary name and program name to mode-line-format.
27387         (ispell-region, ispell-process-line): Add current dictionary name
27388         and program name to messages.
27390 2005-07-08  Jay Belanger  <belanger@truman.edu>
27392         * calc/calc.el (calc-embedded-announce-formula-alist)
27393         (calc-embedded-open-close-formula-alist)
27394         (calc-embedded-open-close-word-alist)
27395         (calc-embedded-open-close-plain-alist)
27396         (calc-embedded-open-close-new-formula-alist)
27397         (calc-embedded-open-close-mode-alist)
27398         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
27399         (calc-embedded-mode-hook): New variables.
27401         * calc/calc-embed.el (calc-embedded-firsttime)
27402         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
27403         New variables.
27404         (calc-do-embedded): Use calc-embedded-firsttime,
27405         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
27406         determine whether or not to run hooks.
27407         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
27408         calc-embedded-firsttime-formula appropriately.
27409         Set calc-embedded delimiter variables according to mode.
27411 2005-07-08  Richard M. Stallman  <rms@gnu.org>
27413         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
27414         Check for "emacs", etc., as entire symbol, not just as word.
27415         (checkdoc-file-comments-engine): Use regexp-quote on FN.
27417         * files.el (set-visited-file-name): Report the error
27418         for "empty filename" earlier.
27419         (kill-some-buffers): Ignore buffers already dead.
27421         * fringe.el (fringe-mode): Doc fix.
27423         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27424         Check for (featurep 'xemacs) and turn off warnings in what it guards.
27425         Use unwind-protect to ensure byte-compile-unresolved-functions
27426         is updated.
27428         * whitespace.el (whitespace-buffer-leading-cleanup):
27429         Simplify w/ skip-chars-forward.
27430         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27432         * mail/rmail.el (rmail-only-expunge): Fix paren error.
27433         Unconditionally try to leave point at the same old place.
27435 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
27437         * comint.el (comint-postoutput-scroll-to-bottom)
27438         (comint-show-maximum-output): Take scroll-margin into consideration.
27440 2005-07-08  Kim F. Storm  <storm@cua.dk>
27442         * ido.el (ido-use-filename-at-point): New choice `guess'.
27443         (ido-file-internal): Try ffap-guesser if selected.
27445         * ido.el (ido-before-fallback-functions): New hook.
27446         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27447         (ido-read-file-name): Run it.
27449 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
27451         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
27452         strings rather than a list of symbols to the completion function.
27454 2005-07-07  Jay Belanger  <belanger@truman.edu>
27456         * calc/calc-units.el (math-apply-units): Change the places in
27457         which units are simplified.
27459 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
27461         * cus-edit.el (customize-option, customize-option-other-window):
27462         Make them handle aliases.
27464         * custom.el (custom-variable-p): Make it recursively follow
27465         aliases.  Mention that in the docstring.
27467 2005-07-07  Richard M. Stallman  <rms@gnu.org>
27469         * cus-start.el (exec-path): Use `directory' instead of `file'.
27470         Fix tag for nil.
27472 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
27474         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27475         when called non-interactively.  Doc fix.
27477 2005-07-07  Lute Kamstra  <lute@gnu.org>
27479         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27480         new address as well.
27482 2005-07-07  Kenichi Handa  <handa@m17n.org>
27484         * international/mule.el (make-coding-system):
27485         Describe `ascii-incompatible' property in the docstring.
27486         (set-file-name-coding-system): Signal an error if coding-system is
27487         ascii-incompatible.
27488         (set-keyboard-coding-system): Likewise.
27490         * international/mule-cmds.el (set-default-coding-systems):
27491         Don't set default-file-name-coding-system and
27492         default-keyboard-coding-system if coding-system is ASCII-incompatible.
27494         * international/utf-16.el: Declare that all UTF-16-based coding
27495         systems are ASCII-incompatible.
27497 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
27499         * progmodes/gud.el: Require font-lock for displaying errors.
27500         Used by gdb-ui.el.
27502 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
27504         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27505         values for the pattern lists which are `read'able but not
27506         `append'able (like symbols).
27508 2005-07-06  Richard M. Stallman  <rms@gnu.org>
27510         * progmodes/flymake.el (flymake-float-time): Instead of
27511         with-no-warnings, test for XEmacs.
27512         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27513         to avoid warning.
27515 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
27517         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27519 2005-07-05  Lute Kamstra  <lute@gnu.org>
27521         * battery.el: Add support for Darwin (with much debugging help
27522         from Samuel Lauber <sam124@operamail.com>).
27523         (battery-status-function, battery-echo-area-format)
27524         (battery-mode-line-format): Add support for pmset on Darwin.
27525         (battery-load-low, battery-load-critical): New user options.
27526         (battery-pmset): New function.
27528 2005-07-05  Lute Kamstra  <lute@gnu.org>
27530         Update FSF's address in GPL notices.
27532         * textmodes/page-ext.el: Update FSF's address.
27534 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
27536         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27537         filling from using prefix when filling a single-line docstring.
27539         * progmodes/flymake.el: Remove useless eval-when-compile.
27541         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27543 2005-07-04  Richard M. Stallman  <rms@gnu.org>
27545         * textmodes/org.el (org-file-apps-defaults-gnu):
27546         Rename from org-file-apps-defaults-linux.
27547         (org-default-apps): Don't test system-type for `linux'.
27548         (org-file-apps): Doc fix.
27550 2005-07-04  David Ponce  <david@dponce.com>
27552         * tree-widget.el: Improve header Commentary section.
27553         (tree-widget) [defgroup]
27554         (tree-widget-image-enable, tree-widget-themes-directory)
27555         (tree-widget-theme, tree-widget-image-properties-emacs)
27556         (tree-widget-image-properties-xemacs, tree-widget-create-image)
27557         (tree-widget-image-formats, tree-widget-control)
27558         (tree-widget-empty-control, tree-widget-leaf-control
27559         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
27560         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
27561         (tree-widget-keep, tree-widget-after-toggle-functions)
27562         (tree-widget-open-node, tree-widget-close-node): Doc fix.
27563         (tree-widget-open-control, tree-widget-close-control): Fix doc and
27564         :help-echo message.
27565         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
27566         (tree-widget-image-properties): Doc fix.  Clearer implementation.
27567         (tree-widget--cursors): New constant.
27568         (tree-widget-lookup-image): New function split from
27569         `tree-widget-find-image'.  Clearer implementation.
27570         (tree-widget-find-image): Use it.
27571         (tree-widget-button-keymap): Use `set-keymap-parent'.
27572         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27573         Define the sub-widgets here.
27574         (tree-widget-node): Check that :node is not a tree-widget.
27575         (tree-widget-get-super, tree-widget-open-control)
27576         (tree-widget-close-control, tree-widget-empty-control)
27577         (tree-widget-leaf-control, tree-widget-guide)
27578         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27579         (tree-widget-no-handle, tree-widget-value-delete)
27580         (tree-widget-map): Remove.
27581         (tree-widget-children-value-save): Doc fix.  Simplified.
27582         (tree-widget-value-create): Update according to previous changes.
27584 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
27586         * textmodes/org.el: Leading space replaced by TABS.
27587         (org-recalc-marks, org-table-rotate-recalc-marks)
27588         (org-table-get-specials): Treat "^" and "_" marks.
27589         (org-table-justify-field-maybe): Optional argument NEW.
27590         (org-table-eval-formula): Parsing of the format simplified.
27591         New modes C,I.  Honor the %= parameter in the current table.
27592         Avoid unnecessary re-align by using the NEW argument to
27593         `org-table-justify-field-maybe'.
27594         (org-calc-default-modes): Default for date-format mimicks org-mode.
27595         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27597 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
27599         * cus-face.el (custom-theme-set-faces): Make it handle face
27600         aliases whose alias declarations are pre- or autoloaded.
27602 2005-07-04  Juri Linkov  <juri@jurta.org>
27604         * faces.el (read-face-name): Put the code for getting a face name
27605         from the buffer before adding the faces from the `face' property.
27606         Use `completing-read-multiple' instead of `completing-read'.
27607         Require `crm'.  Add default value and post-process the returned
27608         list of faces.
27610         * emacs-lisp/crm.el (crm-find-current-element)
27611         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27613         * emacs-lisp/lisp-mode.el (eval-defun-1):
27614         * emacs-lisp/edebug.el (edebug-eval-defun):
27615         Remove unnecessary quotes.
27617 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
27619         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27620         (prolog-indent-level): Fix typo in docstring.
27622         * info.el (Info-history, Info-history-forward)
27623         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27625         * add-log.el (add-change-log-entry):
27626         * comint.el (comint-dynamic-list-input-ring)
27627         (comint-dynamic-list-completions):
27628         * dabbrev.el (dabbrev-expand):
27629         * delim-col.el (delimit-columns-rectangle-line):
27630         * diff-mode.el (diff-context->unified, diff-reverse-direction)
27631         (diff-unified->context):
27632         * ediff-init.el (ediff-abbrev-jobname):
27633         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27634         (ediff-replace-session-activity-marker-in-meta-buffer):
27635         * info.el (Info-summary):
27636         * lpr.el (printify-region):
27637         * printing.el (pr-create-interface):
27638         * ps-print.el (ps-print-quote):
27639         * ses.el (ses-column-widths, ses-print-cell)
27640         (ses-adjust-print-width, ses-center):
27641         * shell.el (shell-file-name-quote-list):
27642         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27643         (strokes-fill-current-buffer-with-whitespace)
27644         (strokes-xpm-for-stroke, strokes-list-strokes)
27645         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27646         * term.el (term-dynamic-list-input-ring)
27647         (term-dynamic-list-completions):
27648         * calc/calc.el (math-format-stack-value):
27649         * emacs-lisp/edebug.el (edebug-display-freq-count):
27650         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27651         (delphi-new-comment-line):
27652         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27653         * progmodes/executable.el (executable-set-magic):
27654         * progmodes/python.el (inferior-python-mode):
27655         * progmodes/scheme.el (scheme-mode-syntax-table):
27656         * progmodes/sh-script.el (sh-maybe-here-document):
27657         * progmodes/sql.el (sql-copy-column):
27658         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27659         * textmodes/bibtex.el (bibtex-mode):
27660         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27661         (sgml-auto-attributes):
27662         * textmodes/table.el (table-insert, table-shorten-cell)
27663         (table--generate-source-scan-lines, table-delete-row)
27664         (*table--cell-delete-char, table--spacify-frame)
27665         (table--horizontally-shift-above-and-below)
27666         (table--cell-insert-char, table--cell-blank-str)
27667         (table--fill-region-strictly):
27668         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27669         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27671         * add-log.el (change-log):
27672         * apropos.el (apropos):
27673         * comint.el (comint-completion, comint-source):
27674         * dabbrev.el (dabbrev):
27675         * delim-col.el (columns):
27676         * diff-mode.el (diff-mode):
27677         * ediff.el (ediff):
27678         * ediff-diff.el (ediff-diff):
27679         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27680         * ediff-mult.el (ediff-mult):
27681         * ediff-ptch.el (ediff-ptch):
27682         * ediff-wind.el (ediff-window):
27683         * facemenu.el (facemenu):
27684         * indent.el (indent):
27685         * info.el (info):
27686         * jka-cmpr-hook.el (compression, jka-compr):
27687         * lpr.el (lpr):
27688         * outline.el (outlines):
27689         * pcmpl-cvs.el (pcmpl-cvs):
27690         * pcmpl-rpm.el (pcmpl-rpm):
27691         * printing.el (printing):
27692         * ps-print.el (postscript, ps-print, ps-print-horizontal)
27693         (ps-print-vertical, ps-print-headers, ps-print-font)
27694         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27695         (ps-print-background, ps-print-printer, ps-print-page)
27696         (ps-print-miscellany):
27697         * ses.el (ses):
27698         * shell.el (shell, shell-directories, shell-faces):
27699         * startup.el (initialization):
27700         * strokes.el (strokes):
27701         * term.el (term):
27702         * uniquify.el (uniquify):
27703         * w32-vars.el (w32):
27704         * calc/calc.el (calc):
27705         * emacs-lisp/bytecomp.el (bytecomp):
27706         * emacs-lisp/cl-indent.el (lisp-indent):
27707         * emacs-lisp/edebug.el (edebug):
27708         * emacs-lisp/elp.el (elp):
27709         * emacs-lisp/testcover.el (testcover):
27710         * emacs-lisp/trace.el (trace):
27711         * emulation/viper-ex.el (viper-ex):
27712         * emulation/viper-mous.el (viper-mouse):
27713         * mail/mailalias.el (mailalias):
27714         * mail/supercite.el (supercite, supercite-frames)
27715         (supercite-attr, supercite-cite, supercite-hooks):
27716         * net/rcompile.el (remote-compile):
27717         * net/rlogin.el (rlogin):
27718         * obsolete/ooutline.el (outlines):
27719         * progmodes/delphi.el (delphi):
27720         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27721         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27722         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27723         (ebnf-optimization):
27724         * progmodes/etags.el (etags):
27725         * progmodes/executable.el (executable):
27726         * progmodes/idlwave.el (idlwave):
27727         * progmodes/pascal.el (pascal):
27728         * progmodes/prolog.el (prolog):
27729         * progmodes/python.el (python):
27730         * progmodes/scheme.el (scheme):
27731         * progmodes/sh-script.el (sh, sh-script):
27732         * progmodes/sql.el (SQL):
27733         * progmodes/tcl.el (tcl):
27734         * textmodes/bibtex.el (bibtex, bibtex-autokey):
27735         * textmodes/enriched.el (enriched):
27736         * textmodes/makeinfo.el (makeinfo):
27737         * textmodes/sgml-mode.el (sgml):
27738         * textmodes/table.el (table-hooks):
27739         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27740         * textmodes/texinfo.el (texinfo):
27741         * textmodes/two-column.el (two-column):
27742         Finish `defgroup' description with period.
27744         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27745         * eshell/esh-var.el (eshell-var):
27746         * progmodes/vhdl-mode.el (vhdl-testbench):
27747         * textmodes/org.el (org): Fix typos in docstrings.
27749         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27750         consistency.
27752         * progmodes/flymake.el (flymake-find-file): Remove.
27753         (flymake-float-time): Use `with-no-warnings'.
27754         (flymake-check-start-time, flymake-check-was-interrupted)
27755         (flymake-err-info, flymake-is-running, flymake-last-change-time)
27756         (flymake-new-err-info): `defvar' at compile time.
27758 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
27760         * replace.el (occur-hook): Doc fix.
27761         (occur-1): Don't call `occur-hook' if there are no matches.
27763 2005-07-03  Richard M. Stallman  <rms@gnu.org>
27765         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27766         global-map, save the same map.
27767         (global-map): Don't alter it at top level.
27768         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27769         Then alter it here instead.
27770         (tpu-edt-off): Set global-map to the saved one.
27772         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27773         All references simplified.
27774         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
27775         (zmacs-regions): Add defvar.
27776         (repeat-complex-command-map): Everything about that deleted.
27778         * textmodes/artist.el (artist-key-is-drawing)
27779         (artist-key-endpoint1, artist-key-poly-point-list)
27780         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27781         (artist-key-compl-table, artist-rb-save-data)
27782         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27783         Don't put them in eval-when-compile.
27784         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27786         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27787         Use with-no-warnings.
27789         * net/browse-url.el (dos-windows-version): Add defvar.
27791         * mail/supercite.el (filladapt-prefix-table): Add defvar.
27793         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27794         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27795         (rmail-new-summary-line-count): Rename from new-summary-line-count.
27796         Add defvar.
27797         (rmail-summary-beginning-of-message): Use with-no-warnings.
27798         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27800         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27801         Use with-no-warnings.
27803         * emulation/vi.el (vi-mark-region): Use c-mark-function.
27804         (c-mark-function): Add point-moving-unit property.
27805         (vi-goto-line): Use with-no-warnings.
27807         * emulation/edt.el (edt-last-copied-word): Add defvar.
27808         (zmacs-region-stays): Likewise.
27809         (edt-mark-section-wisely): Use c-mark-function for C.
27810         Use makr-defun for Fortran.
27811         (time-string): defvar deleted.
27812         (edt-display-the-time): Don't set time-string.
27814         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27816         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27817         Don't warn when name is not constant
27818         or for defining the group `emacs'.
27820         * tooltip.el (gud-tooltip-mode): Add defvar.
27822         * startup.el (default-frame-background-mode): Add defvar.
27824         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27826         * info.el (tool-bar-map): Add defvar.
27828         * dired.el (dnd-protocol-alist): Add defvar.
27830         * dired-aux.el (dired-query): Display question with answer, when
27831         the user answers.
27833         * custom.el (custom-add-option): Doc fix.
27835         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27837 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
27839         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27840         bogus name from the last change.
27842 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
27844         * custom.el (custom-declare-variable): Fix typos in comment.
27845         (custom-known-themes): Doc fix.
27846         (custom-theme-directory): New defcustom.
27847         (require-theme): Make it check `custom-theme-directory'.
27849         * cus-theme.el (custom-new-theme-mode): New function.
27850         (custom-theme-name, custom-theme-variables, custom-theme-faces)
27851         (custom-theme-description): Add compiler defvars.
27852         (customize-create-theme): Add doc to the "*New Custom Theme*"
27853         buffer.  Use `custom-new-theme-mode'.
27854         (custom-theme-write): Put the created buffer in emacs-lisp-mode
27855         and save it to the `custom-theme-directory'.  Make this the
27856         default directory of the buffer.
27858 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
27860         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27861         Fix unbalanced parentheses.
27863 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
27865         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27866         into flymake-mode and delegate to flymake-mode.
27868         * find-file.el (ff-which-function-are-we-in): Clean up.
27870 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
27872         * replace.el (occur-rename-buffer): Fix docstring.
27874         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27875         (edt-last-copied-word, edt-learn-macro-count)
27876         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27877         (edt-rect-start-point, edt-user-global-map, rect-start-point)
27878         (time-string, zmacs-region-stays):
27879         * emulation/edt-mapper.el (edt-save-function-key-map)
27880         (EDT-key-name): `defvar' to silence the byte-compiler.
27882 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
27884         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27885         font-lock-regexp-backslash.  Doc fix.
27886         (font-lock-regexp-backslash-grouping-construct): Rename from
27887         font-lock-regexp-backslash-construct.  Doc fix.
27888         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27889         grouping constructs.
27891 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
27893         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27894         updating all the prerequisites.
27896 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
27898         * textmodes/org.el (org-agenda-start-on-weekday)
27899         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27900         (org-agenda-use-time-grid, org-archive-location)
27901         (org-allow-space-in-links, org-usenet-links-prefer-google)
27902         (org-enable-table-editor, org-export-default-language)
27903         (org-export-html-show-new-buffer, org-fill-paragraph)
27904         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27905         (org-goto-quit, org-occur, org-eval-in-calendar)
27906         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27907         (org-agenda-diary-entry, org-remember-help)
27908         (org-table-convert-region, org-at-table-p)
27909         (org-table-move-row-down, org-table-move-row-up)
27910         (org-table-copy-region, org-table-toggle-vline-visibility)
27911         (org-table-get-stored-formulas, org-table-get-specials)
27912         (org-recalc-commands, org-table-eval-formula)
27913         (org-table-formula-substitute-names, orgtbl-make-binding)
27914         (org-format-org-table-html, org-format-table-table-html)
27915         (org-format-table-table-html-using-table-generate-source)
27916         (org-customize): Fix typos in docstrings.
27917         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27918         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27919         (org-back-to-heading): Doc fixes.
27920         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27921         (org-agenda-change-all-lines, org-get-header):
27922         Improve argument/docstring consistency.
27923         (orgtbl-error): Fix error message.
27925         * progmodes/flymake.el (flymake-find-possible-master-files)
27926         (flymake-master-file-compare, flymake-get-line-err-count)
27927         (flymake-highlight-line, flymake-gui-warnings-enabled):
27928         Fix typos in docstrings.
27929         (flymake-parse-line, flymake-get-project-include-dirs-function)
27930         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27931         Doc fixes.
27932         (flymake-get-project-include-dirs-function)
27933         (flymake-make-err-menu-data):
27934         Improve argument/docstring consistency.
27936 2005-07-01  Lute Kamstra  <lute@gnu.org>
27938         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27939         Catch errors with ignore-errors.  Use temporary buffer.
27940         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
27942         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27943         background color faces.
27944         (facemenu-set-foreground, facemenu-set-background):
27945         Use facemenu-set-face-from-menu.
27946         (facemenu-set-face-from-menu): Treat face names that start with
27947         "fg:" or "bg:" as special.
27948         (facemenu-add-new-color): Don't create faces.  Simplify.
27950 2005-06-30  Richard M. Stallman  <rms@gnu.org>
27952         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27953         (crm-find-current-element): Likewise.
27955 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
27957         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27959 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27961         * arc-mode.el (archive-extract): Make it work as a mouse binding.
27962         (archive-mouse-extract): Make it an obsolete alias.
27963         (archive-mode-map): Don't use archive-mouse-extract any more.
27964         (archive-mode, archive-extract): write-contents-hooks ->
27965         write-contents-functions.
27966         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27967         first arg.
27968         (archive-rename-entry): Update the call.
27969         (archive-zip-summarize): Remove unused var `method'.
27970         (archive-lzh-summarize): Remove unused var `creator'.
27972         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27973         dedicated frame upon exit.
27975         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27976         (archive-zip-extract, archive-zip-expunge)
27977         (archive-zip-update, archive-zip-update-case): Use executable-find.
27978         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27979         Use restore-buffer-modified-p.
27980         (archive-extract, archive-add-new-member, archive-write-file-member):
27981         Use with-current-buffer.
27982         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27984 2005-06-30  Andreas Schwab  <schwab@suse.de>
27986         * progmodes/gud.el (gud-filter): Remove unneeded progn.
27988 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
27990         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27992 2005-06-30  Juri Linkov  <juri@jurta.org>
27994         * faces.el (vertical-border): Inherit from mode-line-inactive
27995         only on tty.
27997 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
27999         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28000         example, -NLINES in the `occur' docstring).
28002         * replace.el (occur-1): When no matches are found, do not set the
28003         `buffer-read-only' and modified flags for the occur buffer,
28004         because it is deleted.
28006         * emulation/cua-base.el (cua-check-pending-input)
28007         (cua-repeat-replace-region, cua-mode, cua-debug)
28008         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28009         Fix typos in docstrings.
28011         * emulation/cua-gmrk.el (cua-toggle-global-mark)
28012         (cua-cut-region-to-global-mark)
28013         (cua--cut-rectangle-to-global-mark):
28014         Remove period from end of messages.
28016         * emulation/cua-rect.el (cua-do-rectangle-padding):
28017         Remove period from end of messages.
28018         (cua--rectangle-seq-format): Fix typo in docstring.
28019         (cua-sequence-rectangle, cua-fill-char-rectangle):
28020         Improve argument/docstring consistency.
28022 2005-06-29  Juri Linkov  <juri@jurta.org>
28024         * faces.el (default-frame-background-mode): New internal variable.
28025         (frame-set-background-mode): Use it.
28027         * startup.el (normal-top-level): Set default-frame-background-mode
28028         instead of frame-background-mode.  Before setting it, test for its
28029         nil value.  Remove tests for frame-background-mode and frame
28030         parameter `reverse'.  Add test for "unspecified-fg".
28032         * term/xterm.el (xterm-rxvt-set-background-mode):
28033         * term/rxvt.el (rxvt-set-background-mode):
28034         Set default-frame-background-mode instead of frame-background-mode.
28036 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
28038         * simple.el (set-variable): Warn about obsolete user variables.
28040         * imenu.el (imenu--completion-buffer):
28041         * mouse.el (mouse-buffer-menu-alist):
28042         * msb.el (msb-invisible-buffer-p):
28043         * calendar/diary-lib.el (diary-header-line-format):
28044         * emacs-lisp/pp.el (pp-buffer):
28045         * progmodes/cperl-mode.el (cperl-do-auto-fill):
28046         * textmodes/picture.el (picture-replace-match):
28047         Change space constants followed by a sexp to "?\s ".
28049         * play/decipher.el (decipher-loop-with-breaks):
28050         * textmodes/texinfo.el (texinfo-insert-@item): Change space
28051         constants "protected" from end of line by a comment to "?\s".
28053 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28055         * font-lock.el (save-buffer-state): Use `declare'.
28057         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28058         reset the syntax-table to cperl-mode-syntax-table.
28059         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28060         "foo_print_bar" is not matched as a reserved keyword.
28062 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
28064         * textmodes/org.el (orgtbl-setup): New function, for delayed
28065         setup for the orgtbl commands.
28066         (org-calc-default-modes): New option.
28067         (orgtbl-make-binding): Use `defun' to get better help display.
28068         (org-diary): Call `org-compile-prefix-format'.
28069         (org-table-formula-substitute-names): New function.
28070         (org-agenda-day-view, org-agenda-week-view): New commands.
28071         (org-agenda-toggle-week-view): Command removed.
28072         (org-tbl-menu): Split off from org-org-menu.
28073         (org-mode): Move removal of outline-mode menus to here.
28074         (org-table-formula-debug): New option.
28075         (org-table-insert-row): Keep first field if just "#" or "*".
28076         (org-mode): Paragraph regexps fixed.
28077         (org-table-recalculate-regexp): New constant.
28078         (org-table-justify-field-maybe): Avoid replace if not necessary.
28079         (org-copy-special, org-cut-special): Use `call-interactively'.
28080         (org-table-copy-region): Take region from `interactive' call.
28081         (org-trim): Return string even if no match.
28082         (org-formula): New face.
28083         (org-set-font-lock-defaults): No longer highlight "FIXME".
28084         But highlight formula-related fields in table.
28085         (org-table-p): Use regexp, not fontification.
28086         (org-table-align): Handle white space at end of line.
28087         (org-table-formula-evaluate-inline): New option.
28088         (org-mode): Auto-wrapping in comment lines turned off.
28089         (org-table-copy-down): Evaluate only in copied field, not in
28090         destination.
28091         (org-table-current-formula): Variable removed.
28092         (org-table-store-formulas, org-table-get-stored-formulas)
28093         (org-table-modify-formulas, org-table-replace-in-formulas)
28094         (org-table-maybe-eval-formula): New functions.
28095         (org-table-get-formula): Modify to use stored formulas.
28096         (org-table-insert-column, org-table-delete-column)
28097         (org-table-move-column): Call `org-table-modify-formulas'.
28098         (org-complete): Add completion for keyword formulas.
28099         (orgtbl-mode): Pull orgtbl-mode-map to start of
28100         minor-mode-map-alist.
28102 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28104         * progmodes/python.el (python-check): Require `compile' before
28105         modifying its variables.
28107         * newcomment.el (comment-indent-default): Don't get fooled by an early
28108         end of buffer.
28110 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28112         * ps-print.el (ps-print-version): Fix version number.
28114 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
28116         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28118 2005-06-28  Richard M. Stallman  <rms@gnu.org>
28120         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28121         (flyspell-local-mouse-map): Declaration deleted.
28122         (flyspell-mouse-map): Bind only mouse-2.
28123         (flyspell-mode-map): Don't test flyspell-use-local-map.
28124         (flyspell-overlay-keymap-property-name): Var deleted.
28125         (flyspell-mode-on): Don't make local bindings for
28126         flyspell-mouse-map and flyspell-mode-map.
28127         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28129         * textmodes/ispell.el (ispell-word): Do not ignore short words.
28131         * progmodes/compile.el (compilation-next-error-function):
28132         Don't switch buffers; operate on the current buffer.
28134         * progmodes/compile.el (compilation-error-file-name)
28135         (compilation-warning-file-name, compilation-info-file-name)
28136         (compilation-line-number, compilation-column-number): New faces.
28137         (compilation-error-face, compilation-warning-face)
28138         (compilation-info-face, compilation-line-face)
28139         (compilation-column-face): Use them.
28141         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28143         * comint.el (comint-password-prompt-regexp): Accept ", try again".
28145         * bindings.el (global-map): Bind insertchar and its variants.
28147 2005-06-27  Richard M. Stallman  <rms@gnu.org>
28149         * textmodes/artist.el (artist-text-overwrite)
28150         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28152 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28154         * ps-print.el: It was not working the page selection for printing.
28155         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28156         (ps-print-version): New version 6.6.7.
28157         (ps-end-sheet): New fun.
28158         (ps-header-sheet, ps-end-job): Call it.
28160 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
28162         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28164 2005-06-27  Lute Kamstra  <lute@gnu.org>
28166         * facemenu.el (facemenu-unlisted-faces): Add foreground and
28167         background color faces.
28168         (facemenu-get-face): Delete function.
28169         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28170         (facemenu-add-new-color): Make second argument mandatory.
28171         Create the appropriate face and return it.  Simplify.
28172         (facemenu-set-foreground, facemenu-set-background): Don't check if
28173         color is defined.  Use return value of facemenu-add-new-color.
28175 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
28177         * progmodes/gud.el (gud-filter): Add missing argument to
28178         with-selected-window.
28180 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28182         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28183         a :require to the defcustom.
28185         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28186         defcustoms corresponding to minor modes.
28188 2005-06-26  David Ponce  <david@dponce.com>
28190         * recentf.el: Require tree-widget instead of wid-edit.
28191         (recentf-filename-handler): Fix widget :type.
28192         (recentf-cancel-dialog, recentf-open-more-files)
28193         (recentf-open-files-action): Doc fix.
28194         (recentf-dialog-goto-first): New function.
28195         (recentf-dialog-mode-map): Set parent keymap first.
28196         (recentf-dialog-mode): Define with define-derived-mode.
28197         Don't display continuation lines in dialogs.
28198         (recentf-edit-list): Rename from recentf-edit-selected-items.
28199         (recentf-edit-list-select): Rename from recentf-edit-list-action.
28200         Simplify.
28201         (recentf-edit-list-validate): New function.
28202         (recentf-edit-list): Update accordingly.
28203         (recentf-open-files-item-shift): Remove.
28204         (recentf-open-files-item): Convert menu elements into tree and
28205         link widgets.  Don't create the widgets.
28206         (recentf-open-files): Update accordingly.
28207         (recentf-save-list): Untabify.
28209 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
28211         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28212         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
28213         partially contained in the active region.  Do not take active
28214         region into account when called from Lisp, unless INTERACTIVE arg
28215         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
28216         avoid trouble with fields.  Make marker point nowhere when no
28217         longer used.  Always return nil.  Doc fix.
28218         (flush-lines): Add INTERACTIVE arg.  Do not take active region
28219         into account when called from Lisp, unless INTERACTIVE arg is
28220         non-nil.  Use `forward-line' instead of `beginning-of-line' to
28221         avoid trouble with fields.  Make marker point nowhere when no
28222         longer used.  Always return nil.  Doc fix.
28223         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
28224         interchangeable.  Do not take active region into account when
28225         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
28226         message in echo area when called from Lisp, unless INTERACTIVE arg
28227         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
28228         Return the number of matches.  Doc fix.
28229         (occur): Doc fix.
28230         (perform-replace): Make comment follow double space convention for
28231         the sake of `outline-minor-mode'.
28233         * faces.el (facep): Doc fix.
28235 2005-06-25  Richard M. Stallman  <rms@gnu.org>
28237         * facemenu.el (facemenu-enable-faces-p): New function.
28238         (facemenu-background-menu, facemenu-foreground-menu)
28239         (facemenu-face-menu): Add menu-enable property.
28241         * jka-compr.el (jka-compr-insert-file-contents):
28242         Special handling if cannot find the uncompression program.
28244         * cus-face.el (custom-face-attributes): Add autoload.
28246         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28247         Bind comment-indent-function locally.
28249         * window.el (save-selected-window): Use save-current-buffer.
28251         * subr.el (with-selected-window): Use save-current-buffer.
28253         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28254         and with-current-buffer.
28256 2005-06-24  Richard M. Stallman  <rms@gnu.org>
28258         * simple.el (line-move-1): Fix previous change.
28260 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
28262         * replace.el (occur-1): Set `buffer-read-only' and the
28263         buffer-modified flag before running `occur-hook' to protect
28264         against unintentional buffer switches that can lead to data loss.
28266 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
28268         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28269         (gud-gdb-marker-filter): Use font-lock-warning-face for any
28270         initial error.
28272         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28273         after fresh input.
28274         (gdb-var-create-handler): Put name of expression in quotes.
28276 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
28278         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28279         elements of RING in order, and without bogus nil elements.
28281 2005-06-23  Richard M. Stallman  <rms@gnu.org>
28283         * simple.el (set-variable): Args renamed; doc fix.
28284         (line-move-1): When there are overlays around, use vertical-motion.
28286         * faces.el (escape-glyph): Use brown against light background.
28287         (nobreak-space): Rename from no-break-space.
28288         Fix previous change.
28290         * dired-aux.el (dired-do-copy): Fix arg prompt.
28292         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28294 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
28296         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28297         rather than "Distributor".
28299 2005-06-23  Lute Kamstra  <lute@gnu.org>
28301         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28302         (debug-on-entry): Use it.  New interactive declaration that uses
28303         function-called-at-point.
28305 2005-06-23  Kim F. Storm  <storm@cua.dk>
28307         * subr.el (save-match-data): Add comment about using evaporate arg
28308         to set-match-data.
28310 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
28312         * cus-edit.el (customize-face)
28313         (customize-face-other-window): Handle face aliases.
28315         * faces.el (face-documentation, set-face-attribute)
28316         (face-spec-set): Handle face aliases.
28318 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
28320         * help-mode.el (help-make-xrefs): If a symbol representing a face
28321         name is not followed by the word "face", it could still be a
28322         function or variable name, so don't bypass other checks.
28324 2005-06-22  Juri Linkov  <juri@jurta.org>
28326         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28327         Replace aliased functions with calls where second arg `inherit' is t.
28329 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
28331         * progmodes/gdb-ui.el (gdb-error): New variable.
28332         (gdb-error): New function.
28333         (gdb-annotation-rules): Act on error-begin and error annotations.
28334         (gdb-concat-output): Use font-lock-warning-face for errors.
28336 2005-06-22  Miles Bader  <miles@gnu.org>
28338         * bindings.el (propertized-buffer-identification): Use renamed
28339         `Buffer-menu-buffer' face.
28341         * faces.el (vertical-border): Rename from `vertical-divider'.
28342         (escape-glyph): Change dark-background color back to `cyan'.
28344 2005-06-21  Juri Linkov  <juri@jurta.org>
28346         * faces.el (face-user-default-spec): Try getting `customized-face'
28347         prior to `saved-face'.
28348         (frame-background-mode): Refill docstring.
28350         * emacs-lisp/lisp-mode.el (eval-defun-1):
28351         * emacs-lisp/edebug.el (edebug-eval-defun):
28352         Set `saved-face' temporarily to nil before calling form.
28353         Set `customized-face' to the new spec after that.
28355 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
28357         * subr.el (1value, lambda, key-substitution-in-progress):
28358         Doc fixes.
28360         * autoinsert.el (auto-insert-alist):
28361         * ses.el (ses-call-printer):
28362         * subr.el (noreturn):
28363         * emacs-lisp/lisp.el (check-parens):
28364         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
28365         * net/browse-url.el (browse-url-mosaic):
28366         * progmodes/cc-defs.el (c-safe-scan-lists):
28367         * progmodes/ebnf-abn.el (ebnf-abn-lex):
28368         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28369         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28370         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
28371         * progmodes/ebnf-iso.el (ebnf-iso-lex):
28372         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
28374 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
28376         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
28378 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
28380         * calendar/appt.el (appt-make-list): Activate the package, if
28381         not already active (for backwards compatibility).
28383 2005-06-20  Kim F. Storm  <storm@cua.dk>
28385         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
28387 2005-06-20  Miles Bader  <miles@gnu.org>
28389         * faces.el (vertical-divider): New face.
28391 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
28393         * simple.el (kill-whole-line): Doc fix.
28394         (next-error-buffer-p, next-error-find-buffer)
28395         (clone-indirect-buffer): Fix typos in docstrings.
28396         (comment-line-break-function): Doc fix: don't say variable
28397         is automatically buffer-local (it isn't).
28399 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
28401         * net/tramp-ftp.el (top):
28402         * net/tramp-smb.el (top):
28403         * net/tramp-util.el (top):
28404         * net/tramp-uu.el (top):
28405         * net/tramp-vc.el (top):
28406         * net/tramp.el (top): Revert copyright years back to original
28407         ones.  Tramp has a life outside GNU Emacs.
28409 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
28411         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
28413 2005-06-18  Juri Linkov  <juri@jurta.org>
28415         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28416         end of first regexp to limit the match to the position between
28417         line number and source line with same separator character as used
28418         between file name and line number.  In the second regexp limit
28419         mouse-face area to file name and line number by adding new group
28420         for them and referring it in HYPERLINK arg.
28421         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28422         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28423         previous line where grep markers may be already removed.
28425 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
28427         * progmodes/ps-mode.el: Update version and maintainer's email address.
28429 2005-06-18  Steve Youngs  <steve@xemacs.org>
28431         * net/browse-url.el (browse-url-browser-function)
28432         (browse-url-default-browser): Add firefox.
28433         (browse-url-firefox-program, browse-url-firefox-arguments)
28434         (browse-url-firefox-startup-arguments)
28435         (browse-url-firefox-new-window-is-tab): New defcustoms.
28436         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28438 2005-06-17  Richard M. Stallman  <rms@gnu.org>
28440         * startup.el (command-line): Warn if specified user name has
28441         no home directory.
28443         * term.el (term-get-old-input, term-input-filter, term-input-sender)
28444         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28446         * longlines.el (longlines-mode, longlines-show-hard-newlines):
28447         Doc fixes.
28449         * faces.el (underline): Try bold if terminal doesn't support underline.
28451         * mail/sendmail.el (mail-setup-with-from): New variable.
28452         (mail-insert-from-field): New function.
28453         (sendmail-send-it): Call it.
28454         (mail-setup): Optionally call it here.
28456         * term/linux.el: Call tty-no-underline.
28458 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
28460         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28462 2005-06-17  Miles Bader  <miles@gnu.org>
28464         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28465         (ediff-current-diff-C, ediff-current-diff-Ancestor)
28466         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28467         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28468         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28469         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28470         Remove "-face" suffix from face names.
28471         (ediff-current-diff-face-A, ediff-current-diff-face-B)
28472         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28473         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28474         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28475         (ediff-even-diff-face-A, ediff-even-diff-face-B)
28476         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28477         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28478         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28479         New backward-compatibility aliases for renamed faces.
28480         (ediff-current-diff-face-A, ediff-current-diff-face-B)
28481         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28482         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28483         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28484         (ediff-even-diff-face-A, ediff-even-diff-face-B)
28485         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28486         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28487         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28488         Use renamed ediff faces.
28490         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28491         Remove "-face" suffix from face names.
28492         (eshell-test-ok-face, eshell-test-failed-face):
28493         New backward-compatibility aliases for renamed faces.
28494         (eshell-run-test): Use renamed eshell-test faces.
28496         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28497         face name.
28498         (eshell-prompt-face): New backward-compatibility alias for renamed
28499         face.
28500         (eshell-emit-prompt): Use renamed eshell-prompt face.
28502         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28503         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28504         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28505         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28506         Remove "-face" suffix from face names.
28507         (eshell-ls-directory-face, eshell-ls-symlink-face)
28508         (eshell-ls-executable-face, eshell-ls-readonly-face)
28509         (eshell-ls-unreadable-face, eshell-ls-special-face)
28510         (eshell-ls-missing-face, eshell-ls-archive-face)
28511         (eshell-ls-backup-face, eshell-ls-product-face)
28512         (eshell-ls-clutter-face):
28513         New backward-compatibility aliases for renamed faces.
28514         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28516         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28517         Remove "-face" suffix from face name.
28518         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28519         instead of literal face.
28521 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
28523         * emacs-lisp/warnings.el (display-warning, lwarn)
28524         (warning-minimum-log-level): Doc fixes.
28525         (warning-minimum-level, warning-minimum-log-level):
28526         Add :debug to :type choices.
28528         * progmodes/ada-mode.el (ada-format-paramlist)
28529         (ada-get-indent-case, ada-check-matching-start)
28530         (ada-check-defun-name, ada-goto-matching-decl-start)
28531         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28532         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28533         (ada-make-subprogram-body): Follow error conventions.
28534         (ada-case-exception-file, ada-indent-comment-as-code)
28535         (ada-indent-handle-comment-special, ada-indent-renames)
28536         (ada-indent-return, ada-search-directories-internal)
28537         (ada-tab-policy, ada-case-exception-substring)
28538         (ada-other-file-alist, ada-matching-start-re)
28539         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28540         (ada-imenu-generic-expression, ada-compile-goto-error)
28541         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28542         (ada-popup-menu, ada-add-extensions, ada-mode)
28543         (ada-region-selected, ada-create-case-exception)
28544         (ada-create-case-exception-substring, ada-after-keyword-p)
28545         (ada-activate-keys-for-case, ada-adjust-case-region)
28546         (ada-adjust-case-buffer, ada-format-paramlist)
28547         (ada-scan-paramlist, ada-insert-paramlist)
28548         (ada-indent-newline-indent)
28549         (ada-indent-newline-indent-conditional)
28550         (ada-justified-indent-current, ada-goto-previous-word)
28551         (ada-indent-current, ada-get-indent-open-paren)
28552         (ada-get-indent-paramlist, ada-get-indent-end)
28553         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
28554         (ada-get-indent-block-start, ada-get-indent-subprog)
28555         (ada-get-indent-noindent, ada-get-indent-label)
28556         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
28557         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
28558         (ada-goto-stmt-end, ada-goto-next-word)
28559         (ada-check-matching-start, ada-check-defun-name)
28560         (ada-goto-matching-decl-start, ada-goto-matching-start)
28561         (ada-goto-matching-end, ada-search-ignore-string-comment)
28562         (ada-in-decl-p, ada-looking-at-semi-or)
28563         (ada-looking-at-semi-private, ada-in-paramlist-p)
28564         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
28565         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28566         (ada-next-procedure, ada-previous-procedure, ada-next-package)
28567         (ada-previous-package, ada-create-menu)
28568         (ada-fill-comment-paragraph-justify)
28569         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28570         (ada-other-file-name, ada-last-which-function-line)
28571         (ada-last-which-function-subprog, ada-which-function)
28572         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28573         (ada-gen-treat-proc, ada-check-emacs-version)
28574         (ada-continuation-indent, ada-align-region-separate):
28575         Fix typos in docstrings.
28576         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28578 2005-06-16  Lute Kamstra  <lute@gnu.org>
28580         * simple.el (fundamental-mode): Run after-change-major-mode-hook
28581         conditionally.
28583 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
28585         * comint.el (comint-replace-by-expanded-filename)
28586         (comint-prompt-regexp, comint-delimiter-argument-list)
28587         (comint-preinput-scroll-to-bottom):
28588         * info.el (Info-hide-cookies-node):
28589         * ls-lisp.el (ls-lisp-classify):
28590         * find-file.el (ff-search-directories, ff-special-constructs)
28591         (ff-find-other-file):
28592         * font-lock.el (font-lock-keywords):
28593         * shell.el (shell-prompt-pattern)
28594         (shell-dynamic-complete-functions, shell-mode)
28595         (shell-delimiter-argument-list):
28596         * term.el (term-replace-by-expanded-filename)
28597         (term-prompt-regexp, term-delimiter-argument-list):
28598         * woman.el (woman-ignore, woman0-if):
28599         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28600         * emacs-lisp/elint.el (elint-init-env):
28601         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28602         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28603         * language/ethio-util.el (ethio-tilde-escape)
28604         (ethio-use-three-dot-question):
28605         * net/zone-mode.el (zone-mode-load-time-setup):
28606         * progmodes/cc-align.el (c-lineup-argcont):
28607         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28608         * progmodes/cperl-mode.el (cperl-set-style-back):
28609         * progmodes/inf-lisp.el (inferior-lisp-prompt):
28610         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28611         Fix spellings in docstrings.
28613         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28614         * progmodes/modula2.el (m2-for): Fix spellings.
28616         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28618         * simple.el (undo-more): Don't use `format' on `error' arguments.
28619         Improve argument/docstring consistency.
28620         (pending-undo-list): Doc fix.
28622         * smerge-mode.el (smerge-ensure-match):
28623         * emulation/vip.el (vip-ex):
28624         * net/zone-mode.el (zone-mode-update-serial):
28625         * progmodes/idlwave.el (idlwave-complete):
28626         * progmodes/vhdl-mode.el (vhdl-visit-file)
28627         (vhdl-compose-wire-components):
28628         Don't use `format' on `error' arguments.
28630         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28631         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28632         (tooltip-help-tips): Fix typos in docstrings.
28634 2005-06-16  David Ponce  <david@dponce.com>
28636         * tree-widget.el (tree-widget-value-create): Simplify last change.
28638 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
28640         * ido.el (ido-incomplete-regexp): New variable.
28641         (ido-set-matches-1): Handle invalid-regexp error and set
28642         ido-incomplete-regexp.
28643         (ido-incomplete-regexp): New face.
28644         (ido-completions): Use it.
28645         (ido-complete, ido-exit-minibuffer, ido-completions):
28646         Handle incomplete regexps.
28647         (ido-completions): Add check for complete match when entering a regexp.
28649 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
28651         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28653 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28655         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28656         by field delimiters.
28658 2005-06-15  David Ponce  <david@dponce.com>
28660         * tree-widget.el: eval-and-compile inlined functions so they will
28661         be available at run-time too.
28662         (tree-widget-super-format-handler)
28663         (tree-widget-format-handler): Remove.
28664         (tree-widget-value-create): Handle the :indent property.
28666 2005-06-15  Miles Bader  <miles@gnu.org>
28668         * progmodes/which-func.el (which-func): Only inherit
28669         `font-lock-function-name-face' when that makes sense against the
28670         default mode-line face, otherwise set the face color explicitly.
28672         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28673         faces instead of (non-existent) variables.
28675 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
28677         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28678         (iswitchb-get-matched-buffers): Likewise.  Simplify.
28680 2005-06-14  Miles Bader  <miles@gnu.org>
28682         * progmodes/ld-script.el (ld-script-location-counter):
28683         Remove "-face" suffix from face name.
28684         (ld-script-location-counter-face):
28685         New backward-compatibility alias for renamed face.
28686         (ld-script-location-counter-face): Use renamed face.
28688         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28689         (cperl-hash): Remove "-face" suffix from face names.
28690         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28691         New backward-compatibility aliases for renamed faces.
28692         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28693         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28695         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28696         name.
28697         (which-func-face): New backward-compatibility alias for renamed face.
28698         (which-func-format): Use renamed which-func face.
28700         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28701         (vhdl-function, vhdl-directive, vhdl-reserved-word)
28702         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28703         names.
28704         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28705         (vhdl-speedbar-configuration, vhdl-speedbar-package)
28706         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28707         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28708         (vhdl-speedbar-architecture-selected)
28709         (vhdl-speedbar-configuration-selected)
28710         (vhdl-speedbar-package-selected)
28711         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28712         names.
28713         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28714         Use renamed faces.
28715         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28716         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28717         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28718         Use renamed faces.
28719         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28720         names.
28721         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28722         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28723         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28724         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28725         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28726         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28728         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28729         face name.
28730         (sh-heredoc-face): New backward-compatibility alias for renamed face.
28731         (sh-heredoc-face): Use renamed sh-heredoc face.
28733         * progmodes/idlw-help.el (idlwave-help-link):
28734         Remove "-face" suffix from face name.
28735         (idlwave-help-link-face):
28736         New backward-compatibility alias for renamed face.
28737         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28739         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28740         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28741         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28742         New backward-compatibility aliases for renamed faces.
28743         (idlwave-shell-disabled-breakpoint-face)
28744         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28746         * progmodes/flymake.el (flymake-errline, flymake-warnline):
28747         Remove "-face" suffix from face names.
28748         (flymake-errline-face, flymake-warnline-face):
28749         New backward-compatibility aliases for renamed faces.
28750         (flymake-highlight-line): Use renamed flymake faces.
28752         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28753         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28754         (ebrowse-member-class, ebrowse-progress):
28755         Remove "-face" suffix from face names.
28756         (ebrowse-tree-mark-face, ebrowse-root-class-face)
28757         (ebrowse-file-name-face, ebrowse-default-face)
28758         (ebrowse-member-attribute-face, ebrowse-member-class-face)
28759         (ebrowse-progress-face):
28760         New backward-compatibility aliases for renamed faces.
28761         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28762         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28763         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28764         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28766         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28767         antlr-syntax)
28768         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28769         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28770         names.
28771         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28772         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28773         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28774         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28775         backward-compatibility aliases for renamed faces.
28776         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28777         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28778         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28779         remove "font-lock-".  Use renamed antlr-mode faces.
28780         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
28781         literal face-names with face variable references.
28783         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28784         face name.
28785         (Buffer-menu-buffer-face): New backward-compatibility alias for
28786         renamed face.
28787         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28789 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
28791         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28792         Eliminate "-face" suffix.
28793         (makefile-targets): Inherit from font-lock-function-name-face and
28794         eliminate "-face" suffix.
28795         (makefile-shell): Remove attributes and eliminate "-face" suffix.
28796         (makefile-*-font-lock-keywords): Append makefile-targets in rule
28797         actions, instead of prepending, to make it less visible.
28798         (makefile-previous-dependency, makefile-match-dependency):
28799         Don't match a target on a continuation line.
28801         * files.el (auto-mode-alist): Put Makefile in gmake mode.
28803 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
28805         * progmodes/gdb-ui.el (menu): Re-order menu items.
28806         (gdb-tooltip-print): Respect tooltip-use-echo-area.
28808         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28809         Define in tooltip.el.
28810         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28811         (gud-tooltip-tips): Respect tooltip-use-echo-area and
28812         gud-tooltip-echo-area.
28814         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28815         backward compatibility and make obsolete.
28816         (tooltip-help-tips): Use tooltip-use-echo-area.
28817         (tooltip-show-help-function): Rename to...
28818         (tooltip-show-help): ...this, because it is a function.
28819         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28821 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
28823         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28824         (edebug-print-length, edebug-print-level, edebug-print-circle)
28825         (edebug-modify-breakpoint, edebug-eval-last-sexp)
28826         (edebug-eval-print-last-sexp): Doc fixes.
28828 2005-06-14  Kim F. Storm  <storm@cua.dk>
28830         * ido.el (ido-mode): Make a new keymap every time we enable ido,
28831         as the coverage buffer/file/both may change.
28833 2005-06-14  Lute Kamstra  <lute@gnu.org>
28835         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28836         and run-mode-hooks.  Simplify.
28838         * mail/rmailedit.el (rmail-edit-mode):
28839         * progmodes/octave-inf.el (inferior-octave-mode):
28840         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28842         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28843         and run-mode-hooks.
28844         (recentf-edit-list, recentf-open-files): Don't call
28845         kill-all-local-variables directly.
28847         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28849 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
28851         * emacs-lisp/byte-run.el (make-obsolete)
28852         (define-obsolete-function-alias): Rename arguments FUNCTION and
28853         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28854         (make-obsolete-variable, define-obsolete-variable-alias):
28855         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28856         respectively.
28858         * isearchb.el (isearchb-activate):
28859         * pcvs.el (cvs-mode):
28860         * ses.el (ses-load):
28861         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28862         * net/tramp.el (tramp-find-file-exists-command)
28863         (tramp-find-shell):
28864         * progmodes/ada-mode.el (ada-create-case-exception)
28865         (ada-create-case-exception-substring, ada-make-subprogram-body):
28866         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28867         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28868         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28869         * textmodes/org.el (org-promote, org-evaluate-time-range)
28870         (org-agenda-next-date-line, org-agenda-previous-date-line)
28871         (org-agenda-error, org-open-at-point, org-table-move-row)
28872         (org-format-table-table-html-using-table-generate-source)
28873         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28874         * textmodes/reftex.el (reftex-access-scan-info):
28875         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28876         (reftex-toc-promote-prepare): Follow error conventions.
28878         * diff-mode.el (diff-mode): Fix typo in docstring.
28880         * forms.el (forms--intuit-from-file): Fix reference to
28881         `forms-number-of-fields' in error message.
28882         (forms-print): Fix quoting in error message.
28884         * forms.el (forms-mode):
28885         * emulation/vi.el (vi-goto-insert-state):
28886         * progmodes/flymake.el (flymake-new-err-info)
28887         (flymake-start-syntax-check-for-current-buffer)
28888         (flymake-simple-cleanup):
28889         * eshell/esh-var.el (eshell/export):
28890         * progmodes/gud.el (xdb):
28891         * textmodes/flyspell.el (flyspell-incorrect-hook)
28892         (flyspell-maybe-correct-transposition)
28893         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28895 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
28897         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28898         minibuffer prompt.
28900 2005-06-13  Kim F. Storm  <storm@cua.dk>
28902         * subr.el (add-to-ordered-list): New defun.
28904         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28905         add cua--keymap-alist to emulation-mode-map-alists.
28907 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
28909         * subr.el (complete-in-turn): New macro.
28910         (dynamic-completion-table, lazy-completion-table): Add debug info.
28912         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28913         in preference to face aliases.
28915         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28916         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28917         Remove unused vars `start' and `firstline'.
28918         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28919         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28921 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
28923         * cus-start.el (all): Don't complain about missing GTK-related
28924         variables, unless either `gtk' is boundp or this isn't a
28925         `windows-nt' build.
28927 2005-06-13  Lute Kamstra  <lute@gnu.org>
28929         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28930         run-mode-hooks.
28932         * ediff-mult.el (ediff-meta-mode):
28933         * ediff-util.el (ediff-mode): Use run-mode-hooks.
28935         * ledit.el (ledit-mode): Use delay-mode-hooks.
28937         * woman.el (woman-mode-line-format): Delete constant.
28938         (woman-mode-map): Initialize it properly.
28939         (woman-mode): Set mode-class property to special.
28940         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
28941         Set major-mode and mode-name.  Don't set mode-line-format directly.
28942         (Man-getpage-in-background): Don't reference woman-mode-line-format.
28944         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28945         string argument obsolete.
28947 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
28949         * textmodes/org.el (org-CUA-compatible): New option.
28950         (org-disputed-keys): New variable.
28951         (org-key): New function.
28952         (orgtbl-make-binding): Add docstring to the created function.
28953         (org-mode): Set paragraph start/separate regexps.
28954         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28955         (org-archive-location, org-archive-mark-done)
28956         (org-archive-stamp-time): New options.
28957         (org-archive-subtree): New command.
28958         (org-fill-paragraph): New function.
28959         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28960         (org-fake-empty-table-line): Function removed.
28961         (org-format-org-table-html): Do not create empty table lines at
28962         separator lines.  Improved table header treatment.
28963         (org-link-format): New option.
28964         (org-make-link): New function.
28965         (org-insert-link, org-store-link): Use org-make-link.
28966         (org-open-file): Quote file name for shell command, to allow
28967         spaces in file names.
28968         (org-link-regexp): Fix bug with mailto link.
28969         (org-link-maybe-angles-regexp, org-protected-link-regexp):
28970         New constants.
28971         (org-export-as-html): Deal with the optional angles around a link.
28972         Better treatment of file: links.
28973         (org-open-at-point): Replace @{ and @} with < and >.
28974         (org-run-mode-hooks): Function removed.
28975         (org-agenda-mode): No longer use `org-run-mode-hooks'.
28977 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
28979         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28980         MI command -data-list-register-values.
28981         (gdb-post-prompt): Indent properly.
28983 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
28985         * hilit-chg.el (highlight-changes-colors): Rename from
28986         `highlight-changes-colours'.
28987         (highlight-changes-colours): Keep as obsolete alias.
28988         (highlight-changes-face-list): Doc fix.
28989         (hilit-chg-make-list): Use `highlight-changes-colors'.
28991 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
28993         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28994         defun-prompt-regexp.
28996 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
28998         * loadup.el: Don't say we are dumping under 2 names on windows-nt
28999         and cygwin.
29001         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29002         Don't use an old loaddefs.el, as in Makefile.in.
29004 2005-06-12  Lute Kamstra  <lute@gnu.org>
29006         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29008         * man.el (Man-mode-map): Initialize it properly.
29009         (Man-mode): Set mode-class property to special.
29011         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29013 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
29015         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29016         A newline is needed in the docstring there.
29018         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29019         Doc fixes.
29021 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
29023         * printing.el: Doc fix.  The menubar is no more changed when printing
29024         is loaded, it only changes when pr-menu-bind or pr-update-menus is
29025         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
29026         (pr-version): New version number (6.8.4).
29027         (pr-menu-bind): New command.
29028         (pr-update-menus): Docstring and code fix.
29029         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29030         Docstring fix.
29031         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29032         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29034 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
29036         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29037         "Returns" to "return", document useful return values, etc.
29039 2005-06-11  Alan Mackenzie  <acm@muc.de>
29041         * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29042         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29043         (adaptive-file-function): Minor amendment to doc-string.
29045 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29047         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29048         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29049         Fix :type--it is `integer', not `string'.
29051         * faces.el (modeline-highlight): Rename from (the erroneous)
29052         `modeline-higilight'.
29054 2005-06-11  Lute Kamstra  <lute@gnu.org>
29056         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29057         lisp-interaction-mode-map but make it the parent.
29058         (edebug-eval-mode): Use define-derived-mode.
29060 2005-06-11  Andreas Schwab  <schwab@suse.de>
29062         * bindings.el: Add binding of `ESC functionkey' for every
29063         `M-functionkey'.
29064         * hexl.el (hexl-mode-map): Likewise.
29066 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
29068         * progmodes/compile.el (compilation-error-regexp-alist-alist)
29069         [msft]: update regexp for newer msft compilers.
29071 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
29073         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29074         ATTLIST portions of included DTDs.
29075         (xml-parse-dtd): Eliminate use of inefficient match-data.
29077 2005-06-10  Miles Bader  <miles@gnu.org>
29079         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29080         (mpuz-text): Remove "-face" suffix from face names.
29081         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29082         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29083         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29085         * play/gomoku.el (gomoku-O, gomoku-X):
29086         Remove "-face" suffix from face names.
29087         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29088         New backward-compatibility aliases for renamed faces.
29089         (gomoku-font-lock-keywords): Use renamed gomoku faces.
29091 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
29093         * thumbs.el: Fixes for changes of 2005-06-09.
29094         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29095         as a directory.
29096         (thumbs-thumbname): Remove directory separator from format string;
29097         `thumbs-thumbsdir' now returns a valid directory name.
29098         (thumbs-temp-dir): New defsubst.
29099         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29100         Use it.
29102         * cus-edit.el (minibuffer):
29103         * files.el (make-backup-file-name-function):
29104         * filesets.el (filesets-external-viewers):
29105         * hilit-chg.el (highlight-changes-colours)
29106         (highlight-changes-face-list, highlight-changes-rotate-faces):
29107         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29108         * kmacro.el (kmacro-call-macro):
29109         * log-edit.el (log-edit-changelog-full-paragraphs):
29110         * mouse.el (mouse-1-click-follows-link):
29111         * skeleton.el (skeleton-autowrap):
29112         * subr.el (insert-for-yank-1):
29113         * tempo.el (tempo-insert-region):
29114         * terminal.el (terminal-emulator):
29115         * time.el (display-time-mail-face):
29116         * vc.el (vc-annotate):
29117         * vcursor.el (vcursor-copy-line):
29118         * woman.el (woman-bold-headings, woman-ignore)
29119         (woman-default-faces, woman-monochrome-faces):
29120         * calendar/todo-mode.el (todo-insert-threshold):
29121         * emulation/pc-select.el (pc-select-selection-keys-only)
29122         (pc-selection-mode):
29123         * emulation/vip.el (vip-find-char-forward):
29124         * emulation/viper-cmd.el (viper-find-char-forward):
29125         * international/mule-cmds.el
29126         (select-safe-coding-system-accept-default-p)
29127         (input-method-exit-on-invalid-key):
29128         * international/mule-diag.el (describe-coding-system):
29129         * international/ucs-tables.el (unify-8859-on-encoding-mode):
29130         * net/browse-url.el (browse-url-xterm-program):
29131         * obsolete/lazy-lock.el (lazy-lock-mode):
29132         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29133         (cperl-mode):
29134         * progmodes/cpp.el (cpp-face-light-name-list)
29135         (cpp-face-dark-name-list):
29136         * progmodes/delphi.el (delphi-newline-always-indents):
29137         Fix spellings in docstrings.
29139         * ido.el (ido-mode, ido-file-extensions-order)
29140         (ido-default-file-method, ido-default-buffer-method)
29141         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29142         (ido-decorations, ido-read-file-name-as-directory-commands)
29143         (ido-read-file-name-non-ido, ido-work-directory-list)
29144         (ido-ignore-item-temp-list, ido-current-directory)
29145         (ido-magic-forward-char, ido-enter-find-file)
29146         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29147         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29149 2005-06-10  Lute Kamstra  <lute@gnu.org>
29151         * play/dunnet.el (dun-mode): Use define-derived-mode.
29152         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
29153         obsolete alias.
29155         * play/doctor.el (doctor-mode-map): Remove defvar.
29156         (doctor-mode): Use define-derived-mode.
29158         * mail/mspools.el (mspools-mode):
29159         * net/eudc-hotlist.el (eudc-hotlist-mode):
29160         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29162 2005-06-10  Miles Bader  <miles@gnu.org>
29164         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29165         Remove "-face" suffix from face names.
29166         (flyspell-incorrect-face, flyspell-duplicate-face):
29167         New backward-compatibility aliases for renamed faces.
29168         (flyspell-mode-on, make-flyspell-overlay)
29169         (flyspell-highlight-incorrect-region)
29170         (flyspell-highlight-duplicate-region)
29171         (flyspell-display-next-corrections)
29172         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29174         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29175         from face name.
29176         (texinfo-heading-face): New backward-compatibility alias for
29177         renamed face.
29178         (texinfo-heading-face): Use renamed texinfo-heading face.
29180         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29181         suffix from face names.
29182         (tex-math-face, tex-verbatim-face):
29183         New backward-compatibility aliases for renamed faces.
29184         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29185         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29186         literal face name.
29188         * textmodes/table.el (table-cell): Remove "-face" suffix from face
29189         name.
29190         (table-cell-face): New backward-compatibility alias for renamed face.
29191         (table--put-cell-face-property, table--update-cell-face):
29192         Use renamed table-cell face.
29194         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29195         from face name.
29196         (sgml-namespace-face): New backward-compatibility alias for
29197         renamed face.
29198         (sgml-namespace-face): Use renamed sgml-namespace face.
29200         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29201         (org-level-4, org-level-5, org-level-6, org-level-7)
29202         (org-level-8, org-warning, org-headline-done)
29203         (org-deadline-announce, org-scheduled-today)
29204         (org-scheduled-previously, org-link, org-done, org-table)
29205         (org-time-grid): Remove "-face" suffix from face names.
29206         (org-level-1-face, org-level-2-face, org-level-3-face)
29207         (org-level-4-face, org-level-5-face, org-level-6-face)
29208         (org-level-7-face, org-level-8-face, org-warning-face)
29209         (org-headline-done-face, org-deadline-announce-face)
29210         (org-scheduled-today-face, org-scheduled-previously-face)
29211         (org-link-face, org-done-face, org-table-face)
29212         (org-time-grid-face):
29213         New backward-compatibility aliases for renamed faces.
29214         (org-level-faces, org-set-font-lock-defaults, org-timeline)
29215         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29216         (org-agenda-get-timestamps, org-agenda-get-scheduled)
29217         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29219         * emulation/viper-init.el (viper-search, viper-replace-overlay)
29220         (viper-minibuffer-emacs, viper-minibuffer-insert)
29221         (viper-minibuffer-vi): Remove "-face" suffix from face names.
29222         (viper-search-face, viper-replace-overlay-face)
29223         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29224         (viper-minibuffer-vi-face):
29225         New backward-compatibility aliases for renamed faces.
29226         (viper-search-face, viper-replace-overlay-face)
29227         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29228         (viper-minibuffer-vi-face): Use renamed viper faces.
29230         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29231         Remove "-face" suffix from face names.
29232         (testcover-nohits-face, testcover-1value-face):
29233         New backward-compatibility aliases for renamed faces.
29234         (testcover-mark): Use renamed testcover faces.
29236         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29237         face name.
29238         (diary-button-face): New backward-compatibility alias for renamed face.
29239         (diary-entry): Use renamed diary-button face.
29241         * calendar/calendar.el (diary, calendar-today, holiday)
29242         (mark-visible-calendar-date): Remove "-face" suffix from face names.
29243         (diary-face, calendar-today-face, holiday-face):
29244         New backward-compatibility aliases for renamed faces.
29245         (eval-after-load "facemenu", diary-entry-marker)
29246         (calendar-today-marker, calendar-holiday-marker, diary-face):
29247         Use renamed calendar faces.
29249         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29250         (compare-windows-face): New backward-compatibility alias for
29251         renamed face.
29252         (compare-windows-highlight): Use renamed compare-windows face.
29254         * strokes.el (strokes-char): Remove "-face" suffix from face name.
29255         (strokes-char-face): New backward-compatibility alias for renamed face.
29256         (strokes-encode-buffer): Use renamed strokes-char face.
29258         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29259         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29260         Remove "-face" suffix from face names.
29261         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29262         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29263         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29264         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29265         Use renamed pcvs faces.
29266         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29267         * pcvs-defs.el (cvs-mode-map): Likewise.
29268         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29270         * info.el (info-title-1, info-title-2, info-title-3)
29271         (info-title-4): Remove "-face" suffix from and downcase face names.
29272         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29273         (Info-title-4-face):
29274         New backward-compatibility aliases for renamed faces.
29275         (Info-fontify-node): Use renamed info faces.
29277         * hilit-chg.el (highlight-changes, highlight-changes-delete):
29278         Remove "-face" suffix from face names.
29279         (highlight-changes-face, highlight-changes-delete-face):
29280         New backward-compatibility aliases for renamed faces.
29281         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29282         (hilit-chg-make-list): Use renamed highlight-changes faces.
29284         * generic-x.el (show-tabs-tab, show-tabs-space):
29285         Remove "-face" suffix from face names.
29286         (show-tabs-tab-face, show-tabs-space-face):
29287         New backward-compatibility aliases for renamed faces.
29288         (show-tabs-generic-mode-font-lock-defaults-1)
29289         (show-tabs-generic-mode-font-lock-defaults-2):
29290         Use renamed show-tabs faces.
29292         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29293         (smerge-markers): Remove "-face" suffix from face names.
29294         (smerge-mine-face, smerge-other-face, smerge-base-face)
29295         (smerge-markers-face):
29296         New backward-compatibility aliases for renamed faces.
29297         (smerge-mine-face, smerge-other-face, smerge-base-face)
29298         (smerge-markers-face): Use renamed smerge faces.
29300         * log-view.el (log-view-file, log-view-message): Remove "-face"
29301         suffix from face names.
29302         (log-view-file-face, log-view-message-face):
29303         New backward-compatibility aliases for renamed faces.
29304         (log-view-file-face, log-view-message-face): Use renamed log-view
29305         faces.
29307         * paren.el (show-paren-match, show-paren-mismatch):
29308         Remove "-face" suffix from face names.
29309         (show-paren-match-face, show-paren-mismatch-face):
29310         New backward-compatibility aliases for renamed faces.
29311         (show-paren-function): Use renamed show-paren faces.
29313         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29314         (ruler-mode-margins, ruler-mode-fringes)
29315         (ruler-mode-column-number, ruler-mode-fill-column)
29316         (ruler-mode-comment-column, ruler-mode-goal-column)
29317         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29318         suffix from face names.
29319         (ruler-mode-default-face, ruler-mode-pad-face)
29320         (ruler-mode-margins-face, ruler-mode-fringes-face)
29321         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29322         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29323         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29324         New backward-compatibility aliases for renamed faces.
29325         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29326         (ruler-mode-column-number, ruler-mode-fill-column)
29327         (ruler-mode-comment-column, ruler-mode-goal-column)
29328         (ruler-mode-tab-stop, ruler-mode-current-column)
29329         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29330         faces.
29332         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29333         face name.
29334         (whitespace-highlight-the-space): Use renamed face.
29335         (whitespace-highlight-face): New backward-compatibility alias for
29336         renamed face.
29338         * woman.el (woman-italic, woman-bold, woman-unknown)
29339         (woman-addition, woman-symbol-face):
29340         Remove "-face" suffix from face names.
29341         (woman-italic-face, woman-bold-face, woman-unknown-face)
29342         (woman-addition-face):
29343         New backward-compatibility aliases for renamed faces.
29344         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29345         (woman-decode-region, woman-replace-match)
29346         (woman-display-extended-fonts, woman-special-characters)
29347         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29348         Use renamed woman faces.
29350         * longlines.el (longlines-visible-face): Face removed.
29352         * diff-mode.el (diff-header, diff-file-header, diff-index)
29353         (diff-hunk-header, diff-removed, diff-added, diff-changed)
29354         (diff-function, diff-context, diff-nonexistent): Remove "-face"
29355         suffix from face names.
29356         (diff-header-face, diff-file-header-face, diff-index-face)
29357         (diff-hunk-header-face, diff-removed-face, diff-added-face)
29358         (diff-changed-face, diff-function-face, diff-context-face)
29359         (diff-nonexistent-face): New backward-compatibility aliases for
29360         renamed faces.
29361         (diff-header-face, diff-file-header-face)
29362         (diff-index, diff-index-face, diff-hunk-header)
29363         (diff-hunk-header-face, diff-removed, diff-removed-face)
29364         (diff-added, diff-added-face, diff-changed-face, diff-function)
29365         (diff-function-face, diff-context-face, diff-nonexistent)
29366         (diff-nonexistent-face): Use renamed diff-mode faces.
29368         * progmodes/compile.el (compilation-warning-face)
29369         (compilation-info-face): Remove "-face" suffix from face names.
29370         (compilation-warning-face, compilation-info-face):
29371         New backward-compatibility aliases for renamed faces.
29372         (compilation-warning-face, compilation-info-face):
29373         Use renamed compilation faces.
29375         * add-log.el (change-log-date, change-log-name)
29376         (change-log-email, change-log-file, change-log-list)
29377         (change-log-conditionals, change-log-function)
29378         (change-log-acknowledgement): Remove "-face" suffix from face names.
29379         (change-log-date-face, change-log-name-face)
29380         (change-log-email-face, change-log-file-face)
29381         (change-log-list-face, change-log-conditionals-face)
29382         (change-log-function-face, change-log-acknowledgement-face):
29383         New backward-compatibility aliases for renamed faces.
29384         (change-log-font-lock-keywords): Use renamed change-log faces.
29386         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
29387         (custom-set, custom-changed, custom-saved, custom-button)
29388         (custom-button-pressed, custom-documentation, custom-state)
29389         (custom-comment, custom-comment-tag, custom-variable-tag)
29390         (custom-variable-button, custom-face-tag, custom-group-tag-1)
29391         (custom-group-tag): Remove "-face" suffix from face names.
29392         (custom-magic-alist, custom-magic-value-create)
29393         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
29394         (custom-invalid-face, custom-rogue-face, custom-modified-face)
29395         (custom-set-face, custom-changed-face, custom-saved-face)
29396         (custom-button-face, custom-button-pressed-face)
29397         (custom-documentation-face, custom-state-face)
29398         (custom-comment-face, custom-comment-tag-face)
29399         (custom-variable-tag-face, custom-variable-button-face)
29400         (custom-face-tag-face, custom-group-tag-face-1)
29401         (custom-group-tag-face):
29402         New backward-compatibility aliases for renamed faces.
29404         * wid-edit.el (widget-documentation, widget-button)
29405         (widget-field, widget-single-line-field, widget-inactive)
29406         (widget-button-pressed): "-face" suffix removed from face names.
29407         (widget-documentation-face, widget-button-face)
29408         (widget-field-face, widget-single-line-field-face)
29409         (widget-inactive-face, widget-button-pressed-face):
29410         New backward-compatibility aliases for renamed faces.
29411         (widget-documentation-face, widget-button-face)
29412         (widget-button-pressed-face, widget-specify-field)
29413         (widget-specify-inactive): Use renamed widget faces.
29415 2005-06-10  Kenichi Handa  <handa@m17n.org>
29417         * term/x-win.el (x-clipboard-yank): Remove condition-case
29418         wrapping.
29420 2005-06-11  Kenichi Handa  <handa@m17n.org>
29422         * add-log.el (change-log-font-lock-keywords): Make the regexp for
29423         date lines stricter.
29425 2005-06-10  Zhang Wei  <id.brep@gmail.com>
29427         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29428         of x-get-selection.
29430 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
29432         * comint.el (comint-mode, comint-snapshot-last-prompt):
29433         * frame.el (frame-current-scroll-bars):
29434         * term.el (term-mode, term-check-proc, term-input-sender)
29435         (term-simple-send, term-extract-string, term-word)
29436         (term-match-partial-filename):
29437         * window.el (window-current-scroll-bars):
29438         * emulation/cua-base.el (cua-normal-cursor-color)
29439         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29440         (cua-global-mark-cursor-color):
29441         * mail/undigest.el (rmail-forward-separator-regex):
29442         Fix typos in docstrings.
29444         * comint.el (comint-check-proc, make-comint-in-buffer)
29445         (comint-source-default): Doc fixes.
29447         * term.el (term-send-string): Improve argument/docstring consistency.
29449 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
29451         * comint.el (comint-send-input): Bind `inhibit-read-only' around
29452         call to `delete-region'.
29453         (comint-mode-hook): Do not enable Font Lock by default.
29455 2005-06-09  Lute Kamstra  <lute@gnu.org>
29457         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
29458         could be void.
29460 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
29462         * emacs-lisp/debug.el (debugger-will-be-back): New var.
29463         (debug): Use it.
29464         (debugger-step-through, debugger-continue, debugger-jump)
29465         (debugger-return-value): Set it when needed.
29466         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29467         Use inhibit-read-only.
29469 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
29471         * window.el (shrink-window-if-larger-than-buffer)
29472         (window-size-fixed): Fix typo in docstring.
29474         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
29475         thumbnails directory on loading.
29476         (thumbs-conversion-program): Use `eq' to check the system type,
29477         not `equal'.
29478         (thumbs-temp-dir): Initialize to `temporary-file-directory',
29479         not "/tmp".  Fix docstring.
29480         (thumbs-thumbsdir): New function to return the thumbnails
29481         directory, creating it if needed.
29482         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29483         (thumbs-temp-file): Delete variable and make it into a function.
29484         (thumbs-resize-image, thumbs-modify-image): Use it.
29485         (thumbs-kill-buffer): Simplify.
29486         (thumbs-gensym): Defalias or duplicate CL `gensym'.
29487         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29488         docstrings.
29490 2005-06-09  Kim F. Storm  <storm@cua.dk>
29492         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29493         set-match-data to free markers in match-data.
29495         * replace.el (replace-match-data): Pass RESEAT arg `t' to
29496         match-data to unchain markers in match-data.
29498 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
29500         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29501         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
29502         unnecessary now.
29504 2005-06-08  Richard M. Stallman  <rms@gnu.org>
29506         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29507         give the variable a doc string that doesn't say don't set it directly.
29509         * textmodes/ispell.el (ispell-check-version):
29510         Use match-string-no-properties.
29511         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29512         (ispell-buffer-local-words): Likewise.
29514         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29515         except on terminals with enough colors to really display it.
29516         (makefile-dependency-regex): Delete spurious `bb'.
29518         * faces.el (escape-glyph): Use blue once again in last case.
29519         (no-break-space): Redefine so that it isn't invisible on a tty.
29521 2005-06-08  Kim F. Storm  <storm@cua.dk>
29523         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29524         also when reading directory name.
29526 2005-06-08  Lute Kamstra  <lute@gnu.org>
29528         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29529         (flyspell-mode-line-string): Remove autoload cookie.
29530         (flyspell-mode): Remove defvar.
29532 2005-06-07  Lute Kamstra  <lute@gnu.org>
29534         * textmodes/org.el (org-run-mode-hooks): New function.
29535         (org-agenda-mode): Use it.
29537 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
29539         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29541 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29543         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29545 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
29547         * font-lock.el (font-lock-add-keywords): Doc fix.
29549 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29551         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29552         (tex-compile-default): In the absence of any history, use the order in
29553         tex-compile-alist to choose the preferred command.
29554         (tex-compile-commands): Reorder a bit.
29556         * textmodes/flyspell.el (flyspell-auto-correct-binding)
29557         (flyspell-incorrect-face, flyspell-duplicate-face):
29558         Use (X)Emacs-agnostic code.
29559         (flyspell-mode-map): Don't overwrite at each load.  Remove code
29560         redundant with the subsequent add-minor-mode.  Merge Emacs and
29561         XEmacs code.
29562         (flyspell-word): Minor simplification.
29563         (flyspell-math-tex-command-p): Quieten the byte-compiler.
29564         (flyspell-external-point-words): Remove unused vars `size' and `start'.
29565         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29566         Merge the corresponding Emacs code.
29567         (flyspell-correct-word, flyspell-xemacs-popup):
29568         Use flyspell-do-correct.
29570         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29571         a dedicated window.
29573         * international/latexenc.el (latexenc-find-file-coding-system):
29574         Undo part of last patch, to turn off a compiler warning.
29576 2005-06-06  Juri Linkov  <juri@jurta.org>
29578         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29579         Rename `tmm-inactive-face' to `tmm-inactive'.
29581 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
29583         * iswitchb.el: Rename faces.
29585 2005-06-06  Kim F. Storm  <storm@cua.dk>
29587         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29588         (cua-global-mark): Remove -face suffix from face names.
29590         * emulation/cua-gmrk.el (cua--init-global-mark):
29591         Remove cua-global-mark face setup.
29593 2005-06-06  Richard M. Stallman  <rms@gnu.org>
29595         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29596         just like other allowed characters.
29597         (makefile-match-dependency): Exclude leading and training whitespace
29598         from the range of regexp subexp 1.
29599         (makefile-macroassign-regex): Don't try to match the body,
29600         just the name of the macro being defined.
29602         * info.el (Info-read-node-name-2): New function.
29603         (Info-read-node-name-1): Use that.
29604         Add a completion-base-size-function property.
29606         * simple.el (completion-setup-function): Look for
29607         completion-base-size-function property of minibuffer-completion-table.
29609         * files.el (locate-file-completion): Doc fix.
29611         * printing.el: Don't call pr-update-menus; user must do that.
29613         * emacs-lisp/debug.el (debugger-window): New variable.
29614         (debug): Use debugger-window if it is set and still alive.
29615         Record debugger-window for next entry.
29617         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29619 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
29621         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29622         (hack-one-local-variable, hack-local-variables)
29623         (hack-local-variables-prop-line): Pass that arg.
29625 2005-06-06  Kim F. Storm  <storm@cua.dk>
29627         * ido.el (ido-first-match, ido-only-match, ido-subdir)
29628         (ido-indicator): Remove -face suffix from face names.
29630 2005-06-06  Juri Linkov  <juri@jurta.org>
29632         * font-lock.el (font-lock-regexp-backslash)
29633         (font-lock-regexp-backslash-construct): New faces.
29634         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
29635         after `('.  Add `while-no-input' to control structures.
29637         * faces.el (no-break-space, shadow): New faces.
29638         (escape-glyph): Use less loud colors pink2 and red4.
29640         * diff-mode.el (diff-context-face)
29641         * dired.el (dired-ignored)
29642         * rfn-eshadow.el (file-name-shadow)
29643         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29645         * info.el (Info-title-1-face): Use green instead of yellow because
29646         bold yellow is not readable on light backgrounds.
29648         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29649         before selecting the desired mode to not spend time fontifying
29650         old contents.
29652 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
29654         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29655         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29657         * ps-print.el (ps-default-fg, ps-default-bg):
29658         Fix typos in docstrings.
29660         * isearchb.el (isearchb): Don't pass a spurious second argument to
29661         `iswitchb-completions'.
29663 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
29665         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29666         to preserve point.
29667         (gdb-find-file-hook): Add doc string.
29669         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29670         C dereferenced pointer expression.
29671         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
29673         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29675         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29676         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29677         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29678         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29679         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29680         Make background transparent.
29682 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
29684         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
29685         (font-lock-remove-keywords): Doc fix.
29686         (font-lock-mode-major-mode): Compiler defvar.
29687         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29689         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29690         (font-lock-mode): Update `font-lock-mode-major-mode'.
29691         (font-lock-set-defaults): Compiler defvar.
29692         (font-lock-default-function): Take `font-lock-mode-major-mode'
29693         into account.
29695         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29696         keep track of which major mode it enabled the minor mode for.
29697         Use find-file-hook again.  Update docstring.
29699         * simple.el (eval-expression-print-level)
29700         (eval-expression-print-length, eval-expression-debug-on-error):
29701         Doc fixes.
29703 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
29705         * iswitchb.el (iswitchb-single-match-face)
29706         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29707         (iswitchb-invalid-regexp-face): New faces.
29708         (iswitchb-completions): Use them.
29709         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29710         now marked as an obsolete alias.
29711         (iswitchb-read-buffer): Remove check for bound font variables.
29712         (iswitchb-invalid-regexp): New free variable.
29713         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29714         set iswitchb-invalid-regexp.
29715         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29716         invalid regexps.
29717         (iswitchb-completions): Add check for complete match when entering
29718         a regexp.
29719         (iswitchb-completions): Remove require-match argument.
29720         (iswitchb-exhibit): Fix caller.
29721         (iswitchb-common-match-inserted): New variable.
29722         (iswitchb-complete, iswitchb-completion-help): Use it.
29724 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
29726         * url/url-http.el (url-http-chunked-encoding-after-change-function):
29727         Use `url-http-debug' instead of `message'.
29729 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
29731         * url/url-http.el (url-http-parse-headers): Pass redirected URL
29732         as a callback argument.
29734 2005-06-04  Kim F. Storm  <storm@cua.dk>
29736         * simple.el (line-move): Only call sit-for when moving backwards.
29738         * ido.el (ido-make-merged-file-list-1): New defun split from
29739         ido-make-merged-file-list.
29740         (ido-make-merged-file-list): Bind throw-on-input around call to
29741         ido-make-merged-file-list-1.  Return input-pending-p if
29742         interrupted by more input available.
29743         (ido-read-internal): Handle input-pending-p return value from
29744         ido-make-merged-file-list.
29746 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29748         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29749         compatibility code.
29751         * international/latexenc.el (latexenc-find-file-coding-system):
29752         Don't inherit the EOL part of the coding-system from the
29753         tex-main buffer.  Fit within 80 columns.
29755 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
29757         * tmm.el (tmm-inactive-face): New face.
29758         (tmm-remove-inactive-mouse-face): New function.
29759         (tmm-prompt, tmm-add-one-shortcut)
29760         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29761         but not selectable.
29763 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
29765         * faces.el (face-equal): Improve argument/docstring consistency.
29767 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
29769         * progmodes/make-mode.el (makefile-targets-face)
29770         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29771         (makefile-bsdmake-dependency-regex)
29772         (makefile-makepp-rule-action-regex)
29773         (makefile-bsdmake-rule-action-regex): New constants.
29774         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29776         * progmodes/compile.el (compilation-error-regexp-alist-alist):
29777         Allow (...) within `...' for makepp messages.
29779 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
29781         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29783         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29784         "." files are deleted from all file lists before comparison.
29786         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29787         (viper-ESC-key): Made them customizable.
29789         * emulation/viper.el (viper-non-hook-settings):
29790         Fix the names of defadvices.
29792 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
29794         * autorevert.el (auto-revert-buffers): Use save-match-data.
29796 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
29798         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29799         menu items with a nil command binding.
29801 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
29803         * emacs-lisp/cl-macs.el (defsetf):
29804         Improve argument/docstring consistency.
29806         * faces.el (list-faces-display): Improve the formatting by
29807         computing the maximum length required for any face-name (reworked
29808         patch of 1999-01-11, accidentally deleted on 1999-07-21).
29809         (internal-find-face): Remove redundant info in docstring.
29811 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
29813         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29814         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29815         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29816         (gdb-assembler-custom): Improve regexps.
29817         (def-gdb-auto-update-handler): Use window point to preserve point.
29819 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
29821         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29823 2005-05-31  Jay Belanger  <belanger@truman.edu>
29825         * calc/calc-embed.el (calc-embedded-word): Change argument passed
29826         to calc-embedded.
29827         (calc-embedded-make-info): Have plain prefix argument select
29828         entire line.
29830 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
29832         * faces.el (list-faces-display): Signal error if passed a regexp
29833         that matches no face name.
29835         * simple.el (filter-buffer-substring): Fix typo in docstring.
29837 2005-05-31  Richard M. Stallman  <rms@gnu.org>
29839         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29840         (vhdl-emacs-21): Doc fix.
29841         (vhdl-mode): Unconditionally set comment-padding.
29842         (vhdl-fixup-whitespace-region): Insert spaces only where
29843         there are none.
29844         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29846 2005-05-30  John Wiegley  <johnw@newartisans.com>
29848         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29849         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29850         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29851         `directory-sep-char' to ?/, and all uses of `string-to-int' to
29852         `string-to-number'.
29854 2005-05-30  Jay Belanger  <belanger@truman.edu>
29856         * calc/calc.el (calc-bug-address): Fix docstring.
29857         (calc-window-hook, calc-trail-window-hook): New variables.
29858         (calc-trail-display): Restore use of calc-trail-window-hook.
29859         (calc): Restore use of calc-window-hook.
29861 2005-05-31  Masatake YAMATO  <jet@gyve.org>
29863         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29865         * help-fns.el (help-C-file-name): Add autoload mark for
29866         `find-function-noselect'.
29868 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
29870         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29871         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29873 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29875         * calendar/diary-lib.el (mark-included-diary-files): Only kill
29876         included diary buffer if it was not already being visited.
29877         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29879         * calendar/icalendar.el (top-level): Do not require appt.
29881         * mail/supercite.el (sc-select-attribution): Only use a list
29882         element from sc-attrib-selection-list if it returns a string.
29883         Reported by Davide G. M. Salvetti <salve@debian.org>.
29885 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
29887         * thumbs.el (thumbs-thumbname): The resulting thumbname now
29888         includes a hash value to improve its uniqueness, and has a ".jpg"
29889         extension.  Also, it is now a valid filename on all systems.
29890         (thumbs-make-thumb): Use `let', not `let*'.
29891         (thumbs-show-thumbs-list): Check for JPEG availability.
29893 2005-05-30  Richard M. Stallman  <rms@gnu.org>
29895         * filesets.el (filesets-menu-ensure-use-cached):
29896         Prevent warning when emacs-version>= is undefined.
29898         * printing.el (pr-interactive-n-up): Use string-to-number.
29900         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29902         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29903         Warn only when name to be defined is quoted.
29905 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
29907         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29908         Make regexp more robust.
29909         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29910         Force regeneration of disassembly.
29912 2005-05-29  Jay Belanger  <belanger@truman.edu>
29914         * calc/calc.el (calc-user-invocation): Check if
29915         calc-invocation-macro is non-nil.
29917 2005-05-29  Juri Linkov  <juri@jurta.org>
29919         * add-log.el (change-log-font-lock-keywords):
29920         Add `+' to e-mail regexp to accept mail address with keywords.
29922         * man.el (Man-name-regexp): Add `:' to accept qualified names.
29924 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
29926         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29928         * ielm.el (inferior-emacs-lisp-mode): Ditto.
29930 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29932         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29933         Undo the change that moves to end of the current word.
29935 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
29937         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29938         Throw error when count <= 0 to ensure input is a number.
29939         (gdb-read-memory-custom): Pick up address from buffer.
29940         (gdb-memory-mode): Allow user to increment and decrement
29941         memory address from header line.
29943 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29945         * textmoddes/flyspell.el (flyspell-version): Function deleted.
29946         (flyspell-auto-correct-previous-hook): Doc fix.
29948         * jit-lock.el (jit-lock-function, jit-lock-after-change):
29949         Do nothing if memory is full.
29951         * font-lock.el (font-lock-fontify-syntactically-region):
29952         Pass t for GREEDY to looking-back.
29954         * saveplace.el (save-place-alist-to-file): Write the file
29955         using write-region.
29957         * subr.el (looking-back): New argument GREEDY.
29959         * progmodes/compile.el (compilation-start): Set the mode
29960         before inserting the initial text.
29962         * progmodes/which-func.el (which-func-update-1): Turn the mode
29963         off in case of error by setting which-func-mode.
29965 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
29967         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29968         Narrow down to what's on the screen, and recenter overlays
29969         at the end of the next word.
29971 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
29973         * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
29974         8Vars moved up.
29975         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29976         (flyspell-abbrev-p): Default to nil.
29977         (flyspell-use-global-abbrev-table-p): Doc fix.
29978         (flyspell-large-region): Allow nil as value.
29979         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29981         (mail-mode-flyspell-verify): More robust handling
29982         of `mail-header-separator'.  More efficient signature detection.
29983         Allow for regexp metacharacters in message-header-separator.
29984         Adding `To' not to be checked in mail-mode-flyspell-verify.
29986         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29987         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29988         Bind flyspell-auto-correct-binding.
29989         Bind C-. and C-, .
29990         (flyspell-mode-map): Likewise.
29991         (flyspell-mode): Doc fix.
29992         (flyspell-accept-buffer-local-defs): Preserve current buffer.
29993         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29994         (flyspell-word-cache-result): New var, always local.
29995         (flyspell-check-pre-word-p): Doc fix.
29996         (flyspell-check-changed-word-p): Handle spc like newline.
29997         (flyspell-post-command-hook): Set flyspell-word-cache-result.
29998         (flyspell-word-search-backward, flyspell-word-search-forward):
29999         New functions.
30000         (flyspell-word): Return t if nothing to check.
30001         When parsing TeX code, check for after } or \.
30002         Use flyspell-word-search-backward to find previous word.
30003         Return nil if duplicated word.
30004         For word already checked, return same value as last time.
30005         Set flyspell-word-cache-result after checking.
30006         Don't clobber the return value.
30007         (flyspell-get-word): Major rewrite.
30008         (flyspell-external-point-words): New locals pword, pcount.
30009         Fix size used in progress message.
30010         Find the proper corresponding word in flyspell-large-region-buffer.
30011         (flyspell-region): Check for flyspell-large-region = nil.
30012         (flyspell-highlight-incorrect-region): Clean up overlays in region.
30013         (flyspell-auto-correct-word): Check that WORD is a cons.
30014         (flyspell-correct-word): Likewise.
30016 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
30018         * progmodes/make-mode.el (makefile-rule-action-regex)
30019         (makefile-macroassign-regex, makefile-makepp-mode)
30020         (makefile-bsdmake-mode): Continuation lines may be empty.
30021         Reported by Joshua Varner.
30022         (makefile-makepp-font-lock-keywords): Add $(stem).
30024 2005-05-28  Karl Berry  <karl@gnu.org>
30026         * textmodes/tex-mode.el: Now that tex-send-command calls
30027         shell-quote-argument (2005-03-31 change), remove all calls to
30028         shell-quote-argument; they all end up invoking tex-send-command.
30029         The double quoting loses on filenames with non-safe characters,
30030         such as "@".  Reported by Frederik Fouvry.
30032 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
30034         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30035         about preserving point.
30037 2005-05-27  Jay Belanger  <belanger@truman.edu>
30039         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30040         Info-goto-node.
30042         * calc/calc-embed.el (calc-embed-arg): New variable.
30043         (calc-do-embedded-activate, calc-embedded-activate-formula)
30044         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30045         variable by new variable.
30046         (calc-embedded-make-info): Replace undeclared variable by new
30047         variable.  When selecting region with positive prefix
30048         argument, use end of previous line instead of beginning of line.
30050         * calc/calc-aent.el (calc-arg-values): Declare it.
30052         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30053         Declare them.
30055         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30057         * calc/calc.el (calc-alg-map): Declare it.
30059         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30061 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
30063         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30064         (gdb-registers-buffer, toggle-gdb-all-registers):
30065         Toggle display of floating point registers.
30066         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30068         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
30069         (toggle-gud-tooltip-dereference):
30070         Rename from gud-toggle-tooltip-dereference.
30072 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30074         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30076 2005-05-27  Jay Belanger  <belanger@truman.edu>
30078         * calc/calc-prog.el (calc-kbd-report): Remove.
30079         (calc-kbd-query): Rewrite.
30081 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
30083         * image.el (image-library-alist): Move to image.c.
30084         (image-type-available-p): Doc fix.
30086 2005-05-27  Lute Kamstra  <lute@gnu.org>
30088         * calc/calc.el (calc):
30089         * outline.el (outline-1, outline-2, outline-3, outline-4)
30090         (outline-5, outline-6, outline-7, outline-8):
30091         * textmodes/dns-mode.el (dns-mode):
30092         * textmodes/sgml-mode.el (sgml-namespace-face):
30093         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30094         (tex-verbatim-face, tex-use-reftex):
30095         * textmodes/texinfo.el (texinfo-heading-face):
30096         Specify customization group.
30098         * longlines.el: Don't require easy-mmode.
30099         (longlines-visible-face): Specify customization group.
30101 2005-05-27  Kenichi Handa  <handa@m17n.org>
30103         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30104         encoding table of windows-1251.
30106         * international/ucs-tables.el (ucs-set-table-for-input):
30107         If translation-table-for-input of a coding system is a symbol, get
30108         its translation-table property.
30110         * international/code-pages.el: Don't register a coding system into
30111         non-iso-charset-alist more than once.
30112         (cp-make-coding-system): Likewise.
30114 2005-05-26  John Wiegley  <johnw@newartisans.com>
30116         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30117         `eshell-resume-eval' is wrapped in a list, it indicates that the
30118         command was run asynchronously.  In that case, unwrap the value
30119         before checking the delimiter value.
30121         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30122         character before a space at the end of a line is \, assume the space
30123         is part of the last argument rather than a final argument separator.
30125         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30126         is in use, and the target is `t' or `nil' (which are the most common
30127         values), don't assume that the symbol target is a buffer.
30129 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
30131         * calendar/calendar.el (calendar-mode-line-format):
30132         Use mode-line-highlight as mouse-face.
30134         * time.el (display-time-string-forms, display-time-update):
30135         Use mode-line-highlight as mouse-face.
30137 2005-05-26  Jay Belanger  <belanger@truman.edu>
30139         * calc/calc.el (calc-language-alist): Remove extra defvar.
30141 2005-05-26  Lute Kamstra  <lute@gnu.org>
30143         * arc-mode.el (archive-mode):
30144         * bookmark.el (bookmark-read-annotation-mode)
30145         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30146         * bs.el (bs-mode):
30147         * calc/calc-yank.el (calc-edit-mode):
30148         * calc/calc.el (calc-mode, calc-trail-mode):
30149         * calculator.el (calculator-mode):
30150         * chistory.el (command-history-mode):
30151         * comint.el:
30152         * cus-edit.el (custom-mode):
30153         * descr-text.el (describe-text-mode):
30154         * ebuff-menu.el (Electric-buffer-menu-mode):
30155         * ediff-util.el (ediff-mode):
30156         * emacs-lisp/re-builder.el (reb-mode):
30157         * emulation/vi.el (vi-mode-setup):
30158         * emulation/ws-mode.el (wordstar-mode):
30159         * eshell/esh-mode.el (eshell-mode):
30160         * forms.el (forms-mode):
30161         * help-mode.el (help-mode):
30162         * hexl.el (hexl-mode):
30163         * ibuffer.el (ibuffer-mode):
30164         * ielm.el (inferior-emacs-lisp-mode):
30165         * info.el (Info-mode, Info-edit-mode):
30166         * international/swedish.el:
30167         * ledit.el (ledit-from-lisp-mode):
30168         * locate.el (locate-mode):
30169         * mail/rmail.el (rmail-mode):
30170         * mail/rmailedit.el (rmail-edit-mode):
30171         * mail/rmailsum.el (rmail-summary-mode):
30172         * mail/supercite.el (sc-electric-mode):
30173         * net/eudc.el (eudc-mode):
30174         * net/quickurl.el (quickurl-list-mode):
30175         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30176         * obsolete/ooutline.el (outline-mode):
30177         * obsolete/options.el (Edit-options-mode):
30178         * obsolete/rnews.el (news-mode):
30179         * obsolete/rnewspost.el (news-reply-mode):
30180         * play/5x5.el (5x5-mode):
30181         * play/decipher.el (decipher-mode, decipher-stats-mode):
30182         * play/gomoku.el (gomoku-mode):
30183         * play/snake.el (snake-mode):
30184         * play/solitaire.el (solitaire-mode):
30185         * play/tetris.el (tetris-mode):
30186         * progmodes/ada-mode.el (ada-mode):
30187         * progmodes/antlr-mode.el (antlr-mode):
30188         * progmodes/autoconf.el (autoconf-mode):
30189         * progmodes/dcl-mode.el (dcl-mode):
30190         * progmodes/delphi.el (delphi-mode):
30191         * progmodes/ebrowse.el (ebrowse-tree-mode)
30192         (ebrowse-electric-list-mode, ebrowse-member-mode)
30193         (ebrowse-electric-position-mode):
30194         * progmodes/f90.el (f90-mode):
30195         * progmodes/fortran.el (fortran-mode):
30196         * progmodes/icon.el (icon-mode):
30197         * progmodes/idlw-help.el (idlwave-help-mode):
30198         * progmodes/idlw-shell.el (idlwave-shell-mode):
30199         * progmodes/idlwave.el (idlwave-mode):
30200         * progmodes/inf-lisp.el (inferior-lisp-mode):
30201         * progmodes/m4-mode.el (m4-mode):
30202         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30203         * progmodes/modula2.el (modula-2-mode):
30204         * progmodes/octave-inf.el (inferior-octave-mode):
30205         * progmodes/octave-mod.el (octave-mode):
30206         * progmodes/pascal.el (pascal-mode):
30207         * progmodes/sh-script.el (sh-mode):
30208         * progmodes/sql.el (sql-mode, sql-interactive-mode):
30209         * progmodes/vhdl-mode.el (vhdl-mode):
30210         * progmodes/xscheme.el (scheme-interaction-mode):
30211         * replace.el (occur-mode):
30212         * ses.el (ses-mode):
30213         * simple.el (completion-list-mode):
30214         * skeleton.el:
30215         * speedbar.el (speedbar-mode):
30216         * term.el (term-mode):
30217         * terminal.el (terminal-edit-mode):
30218         * textmodes/reftex-index.el (reftex-index-mode)
30219         (reftex-index-phrases-mode):
30220         * textmodes/reftex-sel.el (reftex-select-label-mode)
30221         (reftex-select-bib-mode):
30222         * textmodes/reftex-toc.el (reftex-toc-mode):
30223         * wdired.el (wdired-change-to-wdired-mode):
30224         * wid-browse.el (widget-browse-mode):
30225         Use run-mode-hooks.
30227         * array.el (array-mode):
30228         * calendar/todo-mode.el (todo-mode):
30229         * man.el (Man-mode):
30230         * play/landmark.el (lm-mode):
30231         * play/mpuz.el (mpuz-mode):
30232         Use kill-all-local-variables and run-mode-hooks.
30234         * subr.el (delay-mode-hooks): Specify indentation.
30236 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
30238         * xml.el (xml-substitute-special): Don't die for undefined xml
30239         entities.
30241 2005-05-26  Jay Belanger  <belanger@truman.edu>
30243         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30244         of nil.
30246 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
30248         * progmodes/gdb-ui.el (gdb-frame-address):
30249         Rename from gdb-current-address.
30250         (gdb-previous-frame-address): Rename from gdb-previous-address.
30251         (gdb-selected-frame): Rename from gdb-current-frame.
30252         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30253         (gdb-frame-number): Rename from gdb-current-stack-level.
30254         (gdb-ann3): Match new mode-name for disassembly buffer.
30255         Extend initialization of variables.
30256         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30257         (gdb-memory-mode): Use mouse-face in header line.
30258         (gdb-assembler-buffer-name): Call it disassembly and give frame
30259         in mode line.
30260         (gdb-source-spec-regexp, gdb-assembler-custom)
30261         (gdb-invalidate-assembler, gdb-frame-handler):
30262         Make robust to leading zeroes in address format.
30264 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
30266         * textmodes/org.el (org-mode): Use `define-derived-mode' to
30267         define `org-mode'.
30268         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30270 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30272         * log-edit.el (log-edit-changelog-entries): Distinguish between
30273         filenames like xfns.c and fns.c.
30275 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
30277         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30278         point after reverting.
30279         (Buffer-menu-make-sort-button): Handle the case where
30280         `Buffer-menu-use-header-line' is nil.
30282 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
30284         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30285         New funcs.  In minibuffer-local-completion-map bind `]', `/'
30286         and `:' to them.
30288 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
30290         * startup.el (normal-top-level): Allow modification of load-path while
30291         we're iterating over it.
30293 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
30295         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30296         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30297         (thumbs-resize-interactive, thumbs-insert-image)
30298         (thumbs-insert-thumb, thumbs-dired-show-marked)
30299         (thumbs-find-image-at-point, thumbs-delete-images)
30300         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30301         (thumbs-increment-image-size, thumbs-decrement-image-size):
30302         Fix typos in docstrings.
30304 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
30306         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30307         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30308         (cperl-mode): Use them.
30310 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
30312         * window.el (quit-window, shrink-window-if-larger-than-buffer):
30313         Doc fixes.
30315 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
30317         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30318         Bind C-d to gdb-inferior-io-eof.
30320         * dired.el (dired-dnd-popup-notice): Use message-box.
30322 2005-05-23  Masatake YAMATO  <jet@gyve.org>
30324         * bindings.el (mode-line-major-mode-keymap):
30325         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30327         * faces.el (mode-line-highlight): New face.
30329         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30330         as mouse-face.
30332         * bindings.el (top-level, help-echo, mode-line-modified)
30333         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30334         as mouse-face.
30336 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
30338         * progmodes/cc-engine.el (c-guess-basic-syntax):
30339         Remove spurious call to `zerop'.
30341         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30343 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
30345         CC Mode update to 5.30.10:
30347         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30348         the point could go past the limit in decoration level 2, thereby
30349         causing errors during interactive fontification.
30351         * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
30352         bug when the file is evaluated interactively.
30354         * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
30355         declarations somewhat better in C++.
30357         * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
30358         New helper macro to make use of `run-mode-hooks'
30359         which has been added in Emacs 21.1.
30360         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
30361         (awk-mode): Use it.
30362         (make-local-hook): Suppress warning about obsoleteness.
30364         * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
30365         (c-append-backslashes-forward, c-delete-backslashes-forward)
30366         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
30367         Compensate for return value from `forward-line' when it has moved
30368         but not to a different line due to eob.
30370         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
30371         `objc-method-intro' and `objc-method-args-cont'.
30373 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
30375         CC Mode update to 5.30.10:
30377         * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
30378         address in the copyright statement.  Incidentally, change "along with
30379         GNU Emacs" to "along with this program" where it occurs.
30381         * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
30382         autoload, so that it is interactive, hence can be found by M-x awk-mode
30383         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
30384         <gmorris+emacs@ast.cam.ac.uk>.
30386         * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
30387         Mode's regexps.
30389 2005-05-23  Kevin Ryde  <user42@zip.com.au>
30391         * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
30392         from c-parse-state, to avoid a lisp error (on bad code).
30394 2005-05-23  Lute Kamstra  <lute@gnu.org>
30396         * subr.el (font-lock-defaults): Remove defvar as it's already
30397         defined in font-core.el.
30399         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
30401 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
30403         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
30404         more general and work when GDB variable "print pretty" is on,
30405         as with Emacs, for example.
30407 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
30409         * font-core.el: Update comment.
30411         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30412         Use `after-change-major-mode-hook' instead of `find-file-hook'.
30414         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30416 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
30418         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30419         and `yank-handler' in the doc strings.
30421 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
30423         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
30425 2005-05-22  Richard M. Stallman  <rms@gnu.org>
30427         * help.el (describe-key): Move print-help-return-message call
30428         out of conditional.
30430         * progmodes/etags.el (list-tags): Use with-no-warnings.
30432         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30433         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30434         (starttls-extra-args, starttls-extra-arguments): Add defvars.
30436         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30438         * language/viet-util.el (viet-viscii-nonascii-translation-table):
30439         Add defvar.
30441         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30442         Use defvar, not defconst.
30444         * hexl.el (hexl-follow-line): Use with-no-warnings.
30446         * emulation/tpu-extras.el: Use write-file-functions instead of
30447         write-file-hooks.
30449         * dired.el (dired-font-lock-keywords): Fontify files with junk
30450         extensions even if marked by -F.
30452 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
30454         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
30455         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
30456         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
30457         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
30458         (concatenate, list-length, get*, getf, cl-remprop):
30459         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
30460         (etypecase, progv, lexical-let, lexical-let*)
30461         (multiple-value-bind, multiple-value-setq, shiftf):
30462         Improve argument/docstring consistency.
30464         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30466 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
30468         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30469         doesn't exist.
30471         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
30472         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30474 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
30476         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30477         already deleted variables: auto-fill-hook, blink-paren-hook,
30478         lisp-indent-hook, inhibit-local-variables, unread-command-event,
30479         suspend-hooks, comment-indent-hook, meta-flag,
30480         before-change-function, after-change-function,
30481         font-lock-doc-string-face.
30483 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
30485         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30487 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
30489         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30490         rmail-dont-reply-to.
30492 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30494         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30495         literal blank when splitting new-header-values.
30497 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
30499         * calendar/cal-menu.el (cal-menu-update): Add separator as a
30500         string so that tmm doesn't create a completion entry for it.
30502         * textmodes/table.el (table-disable-menu): Ditto.
30504 2005-05-21  Richard M. Stallman  <rms@gnu.org>
30506         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30508         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30510         * net/rcompile.el (remote-compile): Use compilation-start.
30512         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30514 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
30516         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30517         Default to makefile-bsdmake-mode on BSD systems.
30519         * imenu.el (imenu-generic-expression, imenu--generic-function'):
30520         REGEXP may also be a search function now.  The part of doc-string
30521         for describing the structure was 95% identical to that of
30522         `imenu--generic-function'.  Unify it there.
30524         * progmodes/make-mode.el (makefile-imenu-generic-expression):
30525         Use function to find dependencies, because regexp alone is so complex,
30526         it easily goes into an endless loop.
30527         (makefile-makepp-mode): Also add submenu for Perl functions
30528         defined in the makefile.
30529         (makefile-bsdmake-mode): Special imenu-generic-expression no
30530         longer needed, due to function call.
30531         (makefile-match-dependency): Take BOUND into account when checking
30532         if we're through.
30534 2005-05-20  Jay Belanger  <belanger@truman.edu>
30536         * calc/calc-units.el (calc-invalidate-units-table):
30537         Use inhibit-read-only.
30538         (math-build-units-table-buffer): Use view-mode.
30540 2005-05-20  David Kastrup  <dak@gnu.org>
30542         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30543         easy-menu-add is not a nop on Emacs; and clarify when to call it.
30545 2005-05-20  Lute Kamstra  <lute@gnu.org>
30547         * diff-mode.el (diff-header-face, diff-file-header-face)
30548         (diff-index-face, diff-hunk-header-face, diff-removed-face)
30549         (diff-added-face, diff-changed-face, diff-function-face)
30550         (diff-context-face, diff-nonexistent-face): Put them in the
30551         diff-mode customization group.
30553 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30555         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
30557         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
30559         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
30560         Minor regexp-optimization.
30562 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
30564         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
30565         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30566         (org-agenda-add-time-grid-maybe): New function.
30567         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30568         (org-table-create): `dotimes' instead of `mapcar'.
30569         (org-xor): Simplify implementation.
30570         (org-agenda): `inhibit-redisplay' turned on.
30571         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30572         a consistent line after a state change.
30573         (org-agenda-remove-times-when-in-prefix): New option.
30574         (org-prefix-has-time): New variable.
30575         (org-parse-time-string): Optional argument NODEFAULT.
30576         (org-format-agenda-item): Parse items for time-of-day
30577         specifications and move these into the prefix if possible.
30578         (org-agenda-priority): Get current heading, not previous heading
30579         during agenda remote editing.
30581 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
30583         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30584         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30585         (remove-duplicates, delete-duplicates, substitute)
30586         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30587         (nsubstitute-if-not, find, find-if, find-if-not, position)
30588         (position-if, position-if-not, count, count-if, count-if-not)
30589         (mismatch, search, sort*, stable-sort, merge, member*)
30590         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30591         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30592         (intersection, nintersection, set-difference, nset-difference)
30593         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30594         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30595         (nsublis, tree-equal): Improve argument/docstring consistency.
30597         * subr.el (send-string, send-region): Remove obsolescence declaration.
30598         (window-dot, set-window-dot, read-input, show-buffer)
30599         (eval-current-buffer, string-to-int):
30600         Add release number to obsolescence declarations.
30602 2005-05-19  Kim F. Storm  <storm@cua.dk>
30604         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30605         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30607 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
30609         * faces.el (list-faces-display): Make back button respect optional
30610         regexp arg.
30612 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
30614         * calculator.el (calculator-radix-grouping-mode)
30615         (calculator-radix-grouping-digits, calculator-displayer)
30616         (calculator-radix-grouping-separator, calculator-copy-displayer):
30617         * dabbrev.el (dabbrev-search-these-buffers-only):
30618         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30619         (diff-advance-after-apply-hunk, diff-mode-hook)
30620         (diff-minor-mode-prefix):
30621         * imenu.el (imenu-use-popup-menu):
30622         * jit-lock.el (jit-lock-context-time):
30623         * newcomment.el (comment-fill-column, comment-column)
30624         (comment-style, comment-padding, comment-multi-line)
30625         (comment-empty-lines, comment-auto-fill-only-comments):
30626         * reveal.el (reveal-around-mark):
30627         * uniquify.el (uniquify-buffer-name-style)
30628         (uniquify-after-kill-buffer-p)
30629         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30630         (uniquify-min-dir-content, uniquify-separator)
30631         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30632         * w32-vars.el (w32-fixed-font-alist):
30633         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30634         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30635         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30636         * progmodes/perl-mode.el (perl-indent-level)
30637         (perl-continued-statement-offset, perl-continued-brace-offset)
30638         (perl-brace-offset, perl-brace-imaginary-offset)
30639         (perl-label-offset, perl-indent-continued-arguments)
30640         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30641         * progmodes/tcl.el (tcl-indent-level)
30642         (tcl-continued-indent-level, tcl-auto-newline)
30643         (tcl-tab-always-indent, tcl-electric-hash-style)
30644         (tcl-help-directory-list, tcl-use-smart-word-finder)
30645         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30646         (inferior-tcl-source-command):
30647         * textmodes/fill.el (enable-kinsoku):
30648         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30649         * textmodes/table.el (table-yank-handler):
30650         Specify missing group (and type, if simple) in defcustom.
30652 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
30654         * progmodes/compile.el (compilation-finish-function): Fix defvar.
30656 2005-05-19  Richard M. Stallman  <rms@gnu.org>
30658         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30660         * subr.el (event-basic-type): Don't get an error.
30661         (left-fringe-p): Function deleted.
30663         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30664         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30666         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30667         in recursive copy.
30669         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30671         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30673         * emacs-lisp/bytecomp.el
30674         (byte-compile-file-form-custom-declare-variable):
30675         Call byte-compile-nogroup-warn if appropriate.
30677         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30678         (compilation-set-window): Don't call left-fringe-p; do it directly.
30680 2005-05-19  Jay Belanger  <belanger@truman.edu>
30682         * calc/calc-graph.el (calc-graph-format-data): Make sure
30683         var-PlotRejects is bound before trying to check its value.
30685 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
30687         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30688         definition of this variable from reftex-global.el to reftex.el,
30689         because it is needed in the menu.
30691 2005-05-19  Lute Kamstra  <lute@gnu.org>
30693         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30694         years are fixed.  Don't insert a space after a dash.
30696 2005-05-19  Kim F. Storm  <storm@cua.dk>
30698         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30700 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
30702         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30703         strings, because (eq ... ?\\) is fairly frequent.
30705         * progmodes/make-mode.el (makefile-add-this-line-targets):
30706         Simplify and integrate into `makefile-pickup-targets'.
30707         (makefile-add-this-line-macro): Simplify and integrate into
30708         `makefile-pickup-macros.
30709         (makefile-pickup-filenames-as-targets): Simplify.
30710         (makefile-previous-dependency, makefile-match-dependency):
30711         Don't stumble over `::'.
30713 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
30715         * subr.el (post-command-idle-hook, post-command-idle-delay):
30716         Remove obsoletion of post-command-idle-hook and
30717         post-command-idle-delay.
30719         * faces.el (list-faces-display): Provide button when describe-face
30720         is called to take user back to the list of faces.
30722         * help-fns.el (describe-variable): Remove hyperlinks in a
30723         variable's value as these are quite frequently inappropriate.
30725         * follow.el (follow-submit-feedback, follow-mode):
30726         Remove references to post-command-idle-hook.
30728 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
30730         * progmodes/make-mode.el (makefile-previous-dependency)
30731         (makefile-match-dependency): Check for := (and in bsd mode also
30732         !=) to give a better result, even when font-lock is not on.
30734 2005-05-18  Jay Belanger  <belanger@truman.edu>
30736         * calc/calc-help.el (calc-s-prefix-help):
30737         Add `calc-copy-special-constant' to help string.
30739 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
30741         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30743 2005-05-18  Jay Belanger  <belanger@truman.edu>
30745         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30746         in linear factors are in proper order.
30748 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
30750         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30751         Support for jurabib.
30753         * textmodes/reftex.el (featurep): Define aliases for overlay
30754         commands, for XEmacs compatibility, and use these aliases in
30755         overlay initializations.
30756         (reftex-highlight): Use `reftex-move-overlay'.
30757         (reftex-unhighlight): Use `reftex-delete-overlay'.
30758         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
30759         (reftex-access-search-path): Use `reftex-uniquify' instead of
30760         `reftex-uniq'.
30762         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30763         `before-string' property modification enables for Emacs as well.
30764         (reftex-select-item): Use `reftex-delete-overlay'.
30765         (reftex-select-mark): Use `reftex-make-overlay' and
30766         `reftex-overlay-put'.
30767         (reftex-select-unmark): Use `reftex-delete-overlay' and
30768         `reftex-overlay-put'.
30770 2005-05-18  Lute Kamstra  <lute@gnu.org>
30772         * emacs-lisp/lisp.el (check-parens): Fix docstring.
30774 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
30776         * add-log.el (add-change-log-entry):
30777         * array.el (array-make-template, array-reconfigure-rows)
30778         (array-init-max-row, array-init-max-column)
30779         (array-init-columns-per-line, array-init-field-width):
30780         * replace.el (replace-match-maybe-edit, perform-replace):
30781         * textmodes/spell.el (spell-region):
30782         Replace `read-input' by `read-string'.
30784         * forms.el (forms-mode):
30785         * finder.el (finder-compile-keywords):
30786         * shadowfile.el (shadow-read-files):
30787         Replace `eval-current-buffer' by `eval-buffer'.
30789         * terminal.el (te-pass-through):
30790         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30791         (ange-ftp-raw-send-cmd):
30792         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30793         (send-process-next-char, telnet-initial-filter, telnet):
30794         Replace `send-string' by `process-send-string'.
30796         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30797         (prolog-consult-region): Replace `send-string' by
30798         `process-send-string'; replace `send-region' by `process-send-region'.
30800         * progmodes/delphi.el (delphi-log-msg):
30801         Replace `set-window-dot' by `set-window-point'.
30803         * subr.el (window-dot, set-window-dot, read-input, send-string)
30804         (send-region, show-buffer, eval-current-buffer):
30805         Make really obsolete, as the comment says.
30807 2005-05-17  Kim F. Storm  <storm@cua.dk>
30809         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30810         (cua--init-keymaps): Bind C-return instead of S-return to set
30811         rectangle mark.
30813         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30814         instead of S-return to toggle/clear rectangle mark.
30816 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
30818         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30819         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30820         Also fontify plain strings assigned to variables, mostly so that a
30821         colon has a face and is thus not taken as a dependency separator.
30822         (makefile-previous-dependency): Inline the new matcher, because it
30823         is too complex to work in both directions.
30824         (makefile-match-dependency): Eliminate `backward' arg (see above).
30825         Completely reimplemented so as to not sometimes go into an endless
30826         loop.  It should also be more efficient, because first it only
30827         searches for `:', instead of applying the very complex regexp.
30828         (makefile-mode): Cancel `font-lock-support-mode', because blocks
30829         to be fontified in one piece can be too long for JIT.
30830         Makefiles are never *that* big.
30832 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
30834         * dired.el (dired-mode): Simplify.
30836 2005-05-17  Lute Kamstra  <lute@gnu.org>
30838         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30839         defcustom for the mode hook variable.
30841         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30842         Emacs Lisp Reference Manual.
30844 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
30846         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30847         (evenp, list*):
30848         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30849         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30851         * net/tramp-smb.el (tramp-smb-open-connection):
30852         Pass `tramp-chunksize' as fifth (required) argument.
30854 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
30856         * font-lock.el (lisp-font-lock-keywords-1):
30857         Set `font-lock-negation-char-face' for [^...] char group.
30858         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30860         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30861         a var, and refine it to mask one more level of nested vars.
30862         (makefile-rule-action-regex): Turn it into a var, and refine it so
30863         it recognizes backslashed continuation lines as belonging to the
30864         same command.
30865         (makefile-macroassign-regex): Refine it so it recognizes
30866         backslashed continuation lines as belonging to the same command.
30867         (makefile-var-use-regex): Don't look at the next char, because it
30868         might be the same one to be skipped by the initial [^$], leading
30869         to an overlooked variable use.
30870         (makefile-make-font-lock-keywords): Remove two parameters, which
30871         are now variables that some of the modes set locally.
30872         Handle dependency and rule action matching through functions, because
30873         regexps alone match too often.  Dependency matching now comes
30874         last, so it can check, whether a colon already matched something else.
30875         (makefile-mode): Inform that font-lock improves makefile parsing
30876         capabilities.
30877         (makefile-match-dependency, makefile-match-action): New functions.
30879 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
30881         * emacs-lisp/cl-extra.el (equalp): Doc fix.
30883         * align.el (align-regexp):
30884         * ansi-color.el (ansi-color-get-face):
30885         * array.el (array-reconfigure-rows, array-init-max-row)
30886         (array-init-max-column, array-init-columns-per-line)
30887         (array-init-field-width):
30888         * dired-aux.el (dired-trample-file-versions):
30889         * dired-x.el (dired-mark-sexp):
30890         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30891         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30892         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30893         * faces.el (face-read-integer):
30894         * files.el (backup-extract-version, insert-directory):
30895         * hexl.el (hexl-insert-decimal-char):
30896         * server.el (server-process-filter):
30897         * shell.el (shell-extract-num):
30898         * startup.el (command-line-1):
30899         * term.el (term-command-hook):
30900         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30901         (time-stamp-do-number):
30902         * time.el (display-time-update):
30903         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30904         (timezone-fix-time):
30905         * vms-patch.el (vms-suspend-resume-hook):
30906         * calendar/appt.el (appt-convert-time):
30907         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30908         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30909         * calendar/cal-islam.el (mark-islamic-diary-entries):
30910         * calendar/calendar.el (calendar-cursor-to-date)
30911         (calendar-star-date):
30912         * calendar/diary-lib.el (diary-attrtype-convert)
30913         (mark-diary-entries, diary-entry-time):
30914         * calendar/solar.el (solar-get-number):
30915         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30916         * emacs-lisp/re-builder.el (reb-display-subexp):
30917         * emulation/edt.el (edt-set-scroll-margins):
30918         * emulation/tpu-extras.el (tpu-set-scroll-margins):
30919         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30920         (vip-get-ex-count):
30921         * emulation/viper-ex.el (viper-get-ex-token)
30922         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30923         * international/fontset.el (fontset-plain-name):
30924         * mail/feedmail.el (feedmail-look-at-queue-directory):
30925         * mail/mailalias.el (mail-get-names):
30926         * mail/rmail.el (rmail-convert-to-babyl-format):
30927         * mail/rmailsum.el (rmail-make-basic-summary-line)
30928         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30929         (rmail-summary-goto-msg):
30930         * mail/smtpmail.el (smtpmail-read-response):
30931         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30932         (ange-ftp-vms-add-file-entry):
30933         * play/gametree.el (gametree-looking-at-ply)
30934         (gametree-current-branch-score):
30935         * progmodes/ada-xref.el (ada-prj-find-prj-file)
30936         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30937         * progmodes/cperl-mode.el (condition-case):
30938         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30939         (ebrowse-set-member-buffer-column-width)
30940         (ebrowse-select-1st-to-9nth):
30941         * progmodes/etags.el (etags-snarf-tag):
30942         * progmodes/flymake.el (flymake-parse-line):
30943         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30944         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30945         (idlwave-shell-menu-def):
30946         * progmodes/ps-mode.el (ps-run-goto-error):
30947         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30948         (vhdl-speedbar-contract-level):
30949         * term/mac-win.el (x-handle-numeric-switch):
30950         * term/sun-mouse.el (sun-get-frame-data):
30951         * term/w32-win.el (x-handle-numeric-switch):
30952         * term/x-win.el (x-handle-numeric-switch):
30953         * textmodes/ispell.el (ispell-parse-output):
30954         * textmodes/nroff-mode.el (nroff-outline-level):
30955         * textmodes/reftex-cite.el (reftex-bib-sort-year)
30956         (reftex-bib-sort-year-reverse, reftex-format-citation):
30957         * textmodes/reftex-parse.el (reftex-init-section-numbers)
30958         (reftex-section-number):
30959         * textmodes/texinfmt.el (texinfo-paragraphindent):
30960         Replace `string-to-int' by `string-to-number'.
30962         * international/latexenc.el: Add page marker to force the "Local
30963         Variables:" string out of the last page.
30965 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
30967         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30968         tooltip-change-major-mode.
30969         (gud-tooltip-print-command): Remove case where gud-minor-mode
30970         is gdb ("--fullname").
30971         (gud-tooltip-tips): Turn GUD tooltips off for this case and
30972         explain to user.
30974 2005-05-16  Jay Belanger  <belanger@truman.edu>
30976         * calc/calc-store.el (calc-copy-special-constant): New function.
30978         * calc/calc-ext.el (calc-init-extensions): Add binding for
30979         `calc-copy-special-constant'.
30981         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30982         for the `calc-copy-special-constant' command.
30984 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
30986         * subr.el (left-fringe-p): New function.
30988         * progmodes/compile.el (compilation-setup): Set local value of
30989         overlay-arrow-string to "" always.
30990         (compilation-set-window): Left fringe then don't scroll.
30991         No left fringe then no arrow and scroll message to top.
30992         (compilation-context-lines): Adjust doc string accordingly.
30994 2005-05-16  Kim F. Storm  <storm@cua.dk>
30996         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30997         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30998         (ido-wide-find-dir-or-delete-dir): New command for M-d.
30999         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
31000         (ido-read-file-name): Handle commands with ido property value
31001         equal to find-file as reading a file name, to allow C-d to enter dired.
31002         (ibuffer-find-file): Add ido property with value find-file.
31004 2005-05-15  Kim F. Storm  <storm@cua.dk>
31006         * subr.el (open-network-stream-nowait): Remove.
31007         (open-network-stream-server): Remove.
31009 2005-05-15  Richard M. Stallman  <rms@gnu.org>
31011         * faces.el (describe-face): Output a definition link button.
31013         * help-mode.el (help-face-def): New button type.
31015         * emacs-lisp/copyright.el (copyright-fix-years):
31016         Match properly if the first year is 2-digit.
31017         Don't mess up the whitespace after the years by filling.
31019         * dired-aux.el (dired-mark-confirm):
31020         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31022         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31023         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31024         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31026         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31027         Set font-lock-comment-start-skip.
31029         * font-lock.el (font-lock-comment-start-skip): New variable.
31030         (font-lock-comment-end-skip): New variable.
31031         (font-lock-fontify-syntactically-region): Use them if non-nil.
31033 2005-05-15  Jay Belanger  <belanger@truman.edu>
31035         * calc/calc-store.el (calc-store-value): Return a string rather
31036         than display it as a message.
31037         Use calc-var-name for variable name.
31038         (calc-store-into): Add the result of calc-store-value to message.
31039         (calc-copy-variable): Add a message.
31040         (calc-store-exchange): Improve error messages.
31041         (calc-store-binary, calc-store-map): Don't reset the values of
31042         special constants.
31044 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
31046         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31047         manual to docstring.
31049         * files.el (hack-local-variables-confirm): Add STRING argument.
31050         Make the function handle non file visiting buffers correctly.
31051         (hack-local-variables-prop-line, hack-local-variables)
31052         (hack-one-local-variable): Use STRING arg of
31053         `hack-local-variables-confirm'.
31055 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
31057         Sync with Tramp 2.0.49.
31059         * net/tramp.el (tramp-handle-dired-call-process)
31060         (tramp-handle-insert-directory):`insert-buffer' cannot be used
31061         because the contents of the Tramp buffer is changed before
31062         insertion (`expand-file' and alike).
31063         (tramp-handle-insert-directory): If `localname' has an empty
31064         nondirectory name, it must not be quoted.
31065         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
31066         variable `tramp-chunksize'.  Change callees.
31067         (tramp-open-connection-setup-interactive-shell): Check remote host
31068         for buggy `send-process-string' implementation.
31069         Set `tramp-chunksize' if found.  Reported by Michael Kifer
31070         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31071         (tramp-handle-shell-command): `insert-buffer' cannot be used
31072         because the contents of the Tramp buffer is changed before
31073         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
31074         <frederic.bothamy@free.fr>.
31075         (tramp-set-auto-save): Actions should be done for Tramp file name
31076         handler only.  Ange-FTP has its own auto-save mechanism.
31077         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31078         (tramp-set-auto-save-file-modes): Set file modes of
31079         `buffer-auto-save-file-name' to ?\600 as fallback solution.
31080         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31081         (tramp-bug): Remove obsolete variable.
31082         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
31083         for presence of `mml-mode'.  Make it running for older Emacsen as well.
31085 2005-05-14  John Paul Wallington  <jpw@pobox.com>
31087         * ibuf-ext.el (define-ibuffer-filter filename):
31088         If `dired-directory' is a list, use its car.
31090 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
31092         * ibuffer.el (define-ibuffer-column filename):
31093         If `dired-directory' is a list, use its car.
31095 2005-05-14  Richard M. Stallman  <rms@gnu.org>
31097         * subr.el (symbol-file): Doc fix.
31099         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31100         (byte-compile-form): Call byte-compile-nogroup-warn.
31101         (byte-compile-warning-types): Doc fix.
31103         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31105         * progmodes/cc-engine.el (c-literal-faces):
31106         Add font-lock-comment-delimiter-face.
31108         * net/net-utils.el (dig): Use with-no-warnings.
31110         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31111         (sc-recite-frame-alist, sc-default-cite-frame)
31112         (sc-default-uncite-frame, sc-default-recite-frame)
31113         (sc-attrib-selection-list, sc-rewrite-header-list):
31114         Mark as risky-local-variable.
31116         * international/ogonek.el (ogonek-jak, ogonek-how):
31117         Don't use beginning-of-buffer.
31119         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31121         * calendar/solar.el (solar-data-list): Move definition up.
31123         * dnd.el (dnd-protocol-alist): Add autoload.
31125         * progmodes/sh-script.el: Many doc usage fixes.
31126         (sh-indent-after-do): Change default to match common styles.
31128 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
31130         * files.el (interpreter-mode-alist)
31131         (auto-mode-interpreter-regexp): Doc fixes.
31133 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
31135         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31137         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31139 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31141         * dired.el (dired-mode): make-variable-buffer-local =>
31142         make-local-variable.
31144 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31146         * term/mac-win.el (mac-select-convert-to-string): Try coding
31147         systems in mac-script-code-coding-systems if specified one cannot
31148         encode string for `com.apple.traditional-mac-plain-text'.
31150 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
31152         * progmodes/make-mode.el (makefile-targets-face)
31153         (makefile-shell-face, makefile-makepp-perl-face): New faces.
31154         (makefile-dependency-regex): Fix it to not make the colon in
31155         $(var:a=b) special.
31156         (makefile-rule-action-regex): New regexp for highlighting embedded
31157         Shell strings.
31158         (makefile-macroassign-regex): Handle != for highlighting as
31159         embedded Shell strings.
31160         (makefile-var-use-regex): New const.
31161         (makefile-statements, makefile-automake-statements)
31162         (makefile-gmake-statements, makefile-makepp-statements)
31163         (makefile-bsdmake-statements): New consts.
31164         (makefile-make-font-lock-keywords): New function.
31165         (makefile-automake-font-lock-keywords)
31166         (makefile-gmake-font-lock-keywords)
31167         (makefile-makepp-font-lock-keywords)
31168         (makefile-bsdmake-font-lock-keywords): New consts.
31169         (makefile-mode-map): Add switchers between the various submodes.
31170         (makefile-mode): Document the availability of the variants.
31171         (makefile-automake-mode, makefile-gmake-mode)
31172         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31174         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31175         new variants of makefile-mode.
31177 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
31179         * font-lock.el (font-lock-comment-delimiter-face): Fix up
31180         the inheritance.
31182 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
31184         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31185         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31187         * files.el (normal-mode): Extend the scope of the
31188         `enable-local-variables' binding to include the `set-auto-mode' call.
31189         (magic-mode-alist): Doc fix.
31191 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
31193         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31194         font-lock-comment-face rather than copying its setting.
31196 2005-05-12  Andreas Schwab  <schwab@suse.de>
31198         * eshell/esh-mode.el (eshell-send-input): Doc fix.
31200 2005-05-12  Lute Kamstra  <lute@gnu.org>
31202         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31203         defcustom for the mode hook variable.  Delete the last argument.
31204         * generic-x.el: Fix callers of define-generic-mode.
31205         (generic-x-modes): Delete group.
31206         (show-tabs-tab-face, show-tabs-space-face): Put them in the
31207         generic-x customization group.
31209 2005-05-12  Kim F. Storm  <storm@cua.dk>
31211         * font-lock.el (font-lock-negation-char-face): Default to "off".
31213         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31214         font-lock-negation-char-face to ! in !=.
31216 2005-05-12  Masatake YAMATO  <jet@gyve.org>
31218         * add-log.el (find-change-log): Fix typos in the docstring
31219         of function.
31221 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
31223         * international/latexenc.el (latexenc-find-file-coding-system):
31224         Avoid `re-search-forward' when looking for input encoding because
31225         of speed and safety.  Better regular expressions for recognizing
31226         input encoding.  Limit a search for TeX-master/tex-main-file to
31227         the local variable section.
31229 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
31231         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31232         syntax of $ to "'" (quote).
31234 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
31236         * dnd.el (dnd-protocol-alist): Improve custom type.
31238         * dired.el (dired-dnd-protocol-alist): New variable.
31239         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
31240         `dired-mode-hook' to the end.
31242 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
31244         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31245         comment-end if comment-start-skip is not set.
31246         Obey the font-lock-comment-delimiter-face variables.
31248 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
31250         * files.el (executable-find): Move from executable.el.  Use
31251         locate-file.
31252         * progmodes/executable.el (executable-find): Move to files.el.
31254         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31255         when trying to ensure forward progress.
31257 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
31259         * mouse-sel.el (mouse-sel-follow-link-p): New function.
31260         (mouse-select, mouse-select-internal, mouse-extend-internal):
31261         Use it to implement mouse-1-click-follows-link functionality.
31263 2005-05-11  Richard M. Stallman  <rms@gnu.org>
31265         * font-lock.el (font-lock-fontify-syntactically-region):
31266         Use font-lock-comment-delimiter-face for comment delimiters.
31268 2005-05-10  Jay Belanger  <belanger@truman.edu>
31270         * calc/calc-help.el (calc-m-prefix-help): Add mention of
31271         preserving embedded modes.
31273 2005-05-10  Richard M. Stallman  <rms@gnu.org>
31275         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31277         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31278         Move from ada-stmt.el.
31279         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31281         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31282         Move to ada-mode.el.
31283         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31285         * cus-edit.el (custom-file): Call file-chase-links.
31287         * files.el (read-directory-name): Fix previous change.
31288         (hack-local-variables-confirm): New function.
31289         (hack-local-variables-prop-line, hack-local-variables)
31290         (hack-one-local-variable): Use it.
31292 2005-05-10  Lute Kamstra  <lute@gnu.org>
31294         * font-lock.el (font-lock-keywords-alist)
31295         (font-lock-removed-keywords-alist): Clarify docstrings.
31297 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
31299         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31300         (gdb-source-info): Check for preprocessor info.
31301         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
31302         a macro for a function.
31303         (gdb-info-breakpoints-custom): Try to find file again if not already
31304         found (user might have used GDB dir command).
31305         (gdb-get-location): Update gdb-location-alist correctly for change
31306         to gdb-info-breakpoints-custom.
31308         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31309         (gud-tooltip-print-command): Add gdbmi case.
31310         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31311         preprocessor info.
31313 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
31315         * startup.el (fancy-splash-insert): Fix typo in doc string.
31317 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
31319         * obsolete/float.el (string-to-float):
31320         * obsolete/hilit19.el (hilit-add-pattern):
31321         * obsolete/rnews.el (news-parse-range, news-select-message)
31322         (news-get-pruned-list-of-files): Replace `string-to-int' by
31323         `string-to-number'.
31325         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31326         `find-file-not-found-hooks'; use `add-hook'.
31327         (uncompress-while-visiting): Set `write-file-functions', not
31328         `write-file-hooks'; use `add-hook'.
31330 2005-05-09  Kim F. Storm  <storm@cua.dk>
31332         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31333         (cua-paste): Handle clipboard action.
31334         (cua--init-keymaps): Remap clipboard-kill-region and
31335         clipboard-kill-ring-save.
31337 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
31339         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31340         Improve commentary.
31342         * simple.el (next-error-overlay-arrow-position): Revert the change
31343         made on 2005-04-30.
31345 2005-05-07  Jay Belanger  <belanger@truman.edu>
31347         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31348         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
31349         `calc-sel-reselect'.
31351         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
31352         Calc is in embedded mode.
31354 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
31356         * progmodes/compile.el (compilation-setup):
31357         Set overlay-arrow-string to an empty string on text terminals.
31359         * textmodes/ispell.el (ispell-program-name): Try looking for
31360         "aspell" along exec-path, and if found, use it as the default
31361         speller program.
31363 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
31365         * international/mule.el (sgml-xml-auto-coding-function):
31366         Recognize encoding='FOO' in single quotes as well as in double quotes.
31368 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
31370         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
31371         as well as `interactive', so that defmacro* would recognize
31372         `declare' forms.
31374 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
31376         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31377         Explain more about the LIGHTER arg's usage in the doc string.
31378         Add commentary to clarify what the code does.  Fix the regexp that
31379         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
31380         since it could have characters special to regular expressions.
31382 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
31384         * replace.el (occur-1): Bind inhibit-read-only so that
31385         erase-buffer doesn't barf on read-only text properties (likewise
31386         for add-text-properties in occur-engine).  Mark buffer as unmodified.
31387         (occur-engine): Don't set buffer-read-only here.
31389 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31391         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
31392         list-buffers-directory.  This caused the *cvs-commit* buffer to be
31393         sometimes mistakenly reused as a *cvs* buffer.
31395 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
31397         * tooltip.el: Move code for GUD tooltips into gud.el.
31398         (require): CL no longer needed to compile case.
31399         (tooltip-mode): Do not toggle functions for GUD tooltips.
31400         (tooltip-gud-tips-p): Remove.  Replace with minor mode
31401         gud-tooltip-mode in gud.el.
31402         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
31403         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
31404         tooltip-gud prefix with gud-tooltip and obsolete.
31405         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
31406         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
31407         (tooltip-mouse-motion): Mouse movement functions/variable.
31408         Rename in gud.el by adding gud prefix.
31409         (tooltip-gud-original-filter, tooltip-gud-dereference)
31410         (tooltip-gud-event, tooltip-toggle-gud-tips)
31411         (tooltip-gud-process-output, tooltip-gud-print-command)
31412         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
31413         gud.el by replacing tooltip-gud prefix with gud-tooltip.
31414         (gdb-tooltip-print): Move to gdb-ui.el.
31416         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31417         (require): CL needed to compile case.
31418         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31419         tooltip-gud-tips-p.  Make it a minor-mode.
31420         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31421         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31422         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31423         (gud-tooltip-change-major-mode)
31424         (gud-tooltip-activate-mouse-motions-if-enabled)
31425         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31426         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31427         (gud-tooltip-original-filter, gud-tooltip-dereference)
31428         (gud-tooltip-event, tooltip-toggle-gud-tips)
31429         (gud-tooltip-process-output, gud-tooltip-print-command)
31430         (gud-tooltip-tips): Move from tooltip.el.
31432         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31433         (gdb-cpp-define-alist-flags): Doc fix.
31434         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31435         gud-tooltip-mode is t.
31437 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31439         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31440         evaporate if their text is deleted.
31441         (goto-address-at-point): Make it work as a mouse binding as well.
31442         (goto-address-at-mouse): Obsolete it.  Update users.
31444 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
31446         * calendar/appt.el (top-level): No longer activate on load.
31448 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
31450         * calendar/cal-bahai.el (mark-bahai-diary-entries):
31451         * net/webjump.el (webjump):
31452         * progmodes/idlw-help.el (idlwave-do-context-help1)
31453         (idlwave-highlight-linked-completions):
31454         * textmodes/po.el (po-find-file-coding-system-guts):
31455         Replace `assoc-ignore-case' by `assoc-string'.
31457 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
31459         * files.el (locate-file): Doc fix.
31461         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31462         Remove the redundant test for ms-dos.
31464         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31465         look for the preprocessor with exec-suffixes.  If not found in
31466         standard places, look in exec-path.  Remove most of the tests that
31467         used system-type.
31469         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31471         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31473         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31474         file-name clash with jka-compr.el on 8+3 filesystems.
31476 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31478         * term/mac-win.el: Don't define or bind scroll bar functions if
31479         x-toolkit-scroll-bars is t.
31480         (x-select-text, x-get-selection-value): Clear
31481         x-last-selected-text-clipboard if x-select-enable-clipboard is
31482         nil.
31483         (PRIMARY): Put mac-scrap-name property.
31484         (mac-select-convert-to-file-url): New function.
31485         (public.file-url): New selection target type.  Add to
31486         selection-converter-alist.
31487         (x-get-selection, x-selection-value): Handle it.
31488         (x-cut-buffer-or-selection-value): New alias.
31490 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31492         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31493         entry to avoid calling bibtex-find-entry with arg global
31494         being t.  Remove arg key.
31495         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31496         (bibtex-copy-summary-as-kill): Change accordingly.
31498 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
31500         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31501         (org-agenda-date-later): Use with-current-buffer.
31503 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
31505         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31506         (define-obsolete-variable-alias): Doc Fixes.
31508 2005-05-06  Kim F. Storm  <storm@cua.dk>
31510         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
31511         vertical-motion when selective-display is active.
31513         * ido.el (ido-setup-hook): New hook.
31514         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31515         (ido-input-stack): New var.
31516         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
31517         ido-next-work-file binding to M-O.
31518         Bind M-f to ido-wide-find-file-or-pop-dir.
31519         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31520         (ido-read-internal): Run ido-setup-hook.
31521         Catch quit in read-file-name and read-string to cancel edit.
31522         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31523         Automatically pop-all when completing a directory name (RET).
31524         (ido-file-internal): Add with-no-warnings around ffap and dired code.
31525         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31526         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31527         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31528         New functions for M-b/M-f to move among the directory components.
31529         (ido-make-merged-file-list): Catch quit to cancel merge.
31530         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31531         (ido-completion-help): No warnings for ido-completion-buffer-full.
31533 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
31535         * font-lock.el (font-lock-negation-char-face): New face and variable.
31536         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31537         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31538         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31539         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31541 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
31543         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31544         Fix typo in docstring.
31546         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31547         (ebrowse-print-statistics-line)
31548         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31550         * term/w32-win.el (image-library-alist): Add additional name for
31551         Xpm library.
31553 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
31555         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
31556         use gcc instead of cpp.
31558         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
31559         (gdb-create-define-alist): Use it.
31560         (gdb-cpp-define-alist-program): Update for MS-DOS.
31562 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
31564         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31566 2005-05-04  Richard M. Stallman  <rms@gnu.org>
31568         * help.el (describe-key): No error when UNTRANSLATED is nil.
31570         * simple.el (line-move-1): Fix previous change to signal errors
31571         appropriately.
31573 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
31575         * calendar/icalendar.el (icalendar-version): Now at 0.12.
31576         (icalendar-duration-correction): Remove.
31577         (icalendar--get-event-properties): Split result at commas.
31578         (icalendar--decode-isoduration): New optional argument
31579         DURATION-CORRECTION.
31580         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31581         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31582         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31583         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31584         (icalendar--convert-anniversary-to-ical): New functions, extracted
31585         from icalendar-export-region, with bug fixes.
31586         (icalendar-export-region): Use the above functions.
31587         (icalendar-import-buffer): Check before saving diary file.
31588         (icalendar--convert-recurring-to-diary)
31589         (icalendar--convert-non-recurring-all-day-to-diary)
31590         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31591         extracted from icalendar--convert-ical-to-diary, with bug fixes.
31592         (icalendar--convert-ical-to-diary): Use the above functions.
31594 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
31596         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31597         Remove these recent additions.
31598         (c-mode): Restore to before 2005-04-28.
31600         * progmodes/cc-vars.el (cc-define-list-program): Remove this
31601         recent addition.
31603         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31604         (gdb-define-alist): New variables.
31605         (gdb-create-define-alist): New function.
31606         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31607         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31608         with string-to-number.
31609         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
31611         * progmodes/gud.el: Replace string-to-int with string-to-number.
31612         (gud-find-file): Handle gdb-define-alist.
31614         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31616 2005-05-02  Jay Belanger  <belanger@truman.edu>
31618         * calc/calc-aent.el (math-read-token):
31619         * calc/calc-bin.el (calc-word-size):
31620         * calc/calc-ext.el (calc-read-number-fancy):
31621         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31622         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31623         * calc/calc-frac.el (calc-over-notation):
31624         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31625         (calc-graph-num-points, calc-graph-init):
31626         * calc/calc-prog.el (calc-read-parse-table-part)
31627         (calc-edit-macro-repeats):
31628         * calc/calc-yank.el (calc-do-grab-rectangle):
31629         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31630         Replace `string-to-int' by `string-to-number'.
31632 2005-05-02  Kim F. Storm  <storm@cua.dk>
31634         * kmacro.el: Use executing-kbd-macro-index variable.
31636 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
31638         * net/rlogin.el (rlogin-parse-words): Delete func.
31639         (rlogin): Use split-string, not rlogin-parse-words.
31640         Also, if there are option-like elements in the parsed args,
31641         take the host to be the first arg immediately following them.
31642         Suggested by Michael Mauger.
31644 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
31646         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31648 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
31650         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31651         (cc-mode-cpp-program): Rename to cc-define-list-program and
31652         move to cc-vars.el.
31654         * progmodes/cc-vars.el (cc-define-list-program):
31655         Change to "gcc -E -dM -".  Make customizable.
31657 2005-05-02  Kim F. Storm  <storm@cua.dk>
31659         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31661 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
31663         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31665         * international/mule-util.el (truncate-string): Remove alias and
31666         obsolete declaration.
31668         * international/mule-cmds.el (update-iso-coding-systems):
31669         Remove alias and obsolete declaration.
31671         * international/mule.el (coding-system-parent): Remove alias and
31672         obsolete declaration.
31674         * subr.el (define-function, sref): Remove aliases and obsolete
31675         declarations.
31676         (chars-in-region): Remove obsolete declaration.
31678 2005-05-01  Richard M. Stallman  <rms@gnu.org>
31680         * info.el (Info-mode): Set widen-automatically to nil, locally.
31682         * simple.el (widen-automatically): New variable.
31683         (pop-global-mark): Obey widen-automatically.
31685 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
31687         * term/xterm.el (function-key-map): Call substitute-key-definition
31688         before the keymap size is increased by a lot of define-key calls.
31690 2005-05-01  Richard M. Stallman  <rms@gnu.org>
31692         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31693         Rename ARG to ELEMENT.  Doc fix.
31695 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
31697         * allout.el (allout-exposure): Remove macro and obsolete declaration.
31698         Remove references to allout-exposure/change to allout-new-exposure.
31700         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31701         bytecode symbols.
31703         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31704         (compiled-function-p, focus-frame, unfocus-frame):
31705         Remove aliases and obsolete declarations.
31706         Back out inadvertent changes from previous commit.
31708 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
31710         * files.el (require-final-newline): Make Custom tags consistent
31711         with mode-require-final-newline.
31712         (mode-require-final-newline): Doc fix.
31714 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31716         * international/latexenc.el (latexenc-find-file-coding-system):
31717         Fix regular expressions.
31719 2005-05-01  David Kastrup  <dak@gnu.org>
31721         * international/latexenc.el (latexenc-find-file-coding-system):
31722         Fix regular expressions.
31724 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
31726         * subr.el (string-to-int): Make obsolete.
31728 2005-04-30  Richard M. Stallman  <rms@gnu.org>
31730         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31732         * loadup.el: Load jka-comp-hook.
31734         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31735         (jka-compr-handler): Add autoload.  `put' calls moved
31736         to jka-comp-hook.el.
31737         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31738         (jka-compr-inhibit): Autoload.
31740         * jka-comp-hook.el: New file.
31741         Enable the mode by default.
31743         * files.el (backup-buffer-copy): Use copy-file instead
31744         of write-region, and put back the 'excl.
31746 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
31748         * progmodes/flymake.el (flymake-split-string)
31749         (flymake-split-string, flymake-log, flymake-pid-to-names)
31750         (flymake-reg-names, flymake-get-source-buffer-name)
31751         (flymake-unreg-names, flymake-add-line-err-info)
31752         (flymake-add-err-info): Clarify docstrings.
31753         (flymake-popup-menu, flymake-make-emacs-menu)
31754         (flymake-make-xemacs-menu): Add docstrings.
31755         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31756         Set variables directly throughout.
31758 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
31760         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31761         exists.  Initialize cc-define-alist.
31762         (c-mode): Add cc-create-define-alist locally to after-save-hook.
31763         If there is no file (Macroexpansion) don't create an alist.
31765 2005-04-29  Sam Steingold  <sds@gnu.org>
31767         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31768         (cc-create-define-alist): Use it instead of the hard-coded string.
31770 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31772         * international/mule-conf.el (file-coding-system-alist): Fix regexp
31773         for latexenc.
31775 2005-04-29  Lute Kamstra  <lute@gnu.org>
31777         * emacs-lisp/generic.el: Improve commentary section.
31778         (define-generic-mode): Improve docstring.
31780 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
31782         * textmodes/org.el (many places): Change to quiet the byte compiler.
31783         (org-prefix-format-compiled): New variable.
31784         (org-compile-prefix-format): New function.
31785         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31786         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31787         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31788         (org-get-entries-from-diary): Use `org-get-time-of-day' for
31789         consistency with entries from `org-mode' files.
31790         (org-get-time-of-day): Fix bug with partial matches early in a line.
31791         (org-non-link-chars): New constant.
31792         (org-link-regexp): Respect `org-non-link-chars'.
31793         (org-agenda-day-view): Remove command.
31794         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31795         (org-follow-bbdb-link, org-store-link): Search also company field.
31796         (org-highlight-overlay): New variable.
31797         (org-highlight, org-unhighlight): New functions.
31798         (org-agenda-mode): Add pre-command-hook to remove highlight.
31799         (org-evaluate-time-range): Behavior depends upon whether time stamp
31800         contains a time or not.
31801         (org-show-subtree, org-show-entry): New functions.
31802         (org-agenda-cleanup-fancy-diary): Remove empty lines.
31804 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
31806         * comint.el (comint-output-filter-functions): Add autoload cookie.
31808 2005-04-28  Kim F. Storm  <storm@cua.dk>
31810         * ido.el (ido-everywhere): Fix last change.
31812 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
31814         * international/latexenc.el: New file.
31815         * international/mule-conf.el (file-coding-system-alist): For .tex,
31816         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31818 2005-04-28  Lute Kamstra  <lute@gnu.org>
31820         * font-lock.el (font-lock-add-keywords)
31821         (font-lock-remove-keywords): Clarify docstring.
31822         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31823         Don't start docstrings with a `*'.
31824         (font-lock-update-removed-keyword-alist): Give it a docstring.
31826         * generic-x.el: Update commentary section.
31827         Only require font-lock when compiling.
31828         Define all modes conditionally.
31829         Place all generic modes in the generic-x-modes customization group.
31830         (generic-x-modes): New customization group.
31831         (generic-default-modes, generic-mswindows-modes)
31832         (generic-unix-modes, generic-other-modes): New constants.
31833         (generic-define-mswindows-modes, generic-define-unix-modes):
31834         Update docstrings.  Make them obsolete.
31835         (generic-extras-enable-list): New default value.  Update docstring.
31836         Improve :type.  Change :set function.
31837         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31838         Fix docstring.
31840         * emacs-lisp/generic.el (generic-mode-internal):
31841         Simplify font-lock-defaults.
31842         (define-generic-mode): Fix docstring.
31844 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31846         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31847         font-lock-face property to highlight matches.
31849 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
31851         * progmodes/cc-mode.el (cc-create-define-alist): New function.
31852         (cc-define-alist): New variable.
31853         (c-mode): Make it local and initialize it.
31855         * progmodes/gdb-ui.el (gdb-active-process): New variable.
31856         (gdb-exited): New function.
31857         (gdb-annotation-rules): Use it.
31858         (gdb-starting): Set gdb-active-process to t.
31859         (gdb-stopping): Amend doc string.
31860         (gdb-reset): Set gdb-active-process to nil.
31862         * tooltip.el (tooltip-gud-tips): Show the associated #define
31863         directives when a C program under GDB is not executing.
31865 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31867         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31868         font-lock-fontify-syntactic-keywords.
31870         * font-lock.el (font-lock-default-fontify-region): Don't force
31871         parse-sexp-lookup-properties to nil.
31873 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
31875         * man.el (man-mode-syntax-table): Set up `:' to have
31876         word-constituent syntax.
31878 2005-04-27  Lute Kamstra  <lute@gnu.org>
31880         * novice.el (disable-command): Don't add spurious newlines to the
31881         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
31883 2005-04-26  Jay Belanger  <belanger@truman.edu>
31885         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31886         than one window before deleting window.
31888 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
31890         * shell.el (shell-prompt-pattern): Doc fix.
31891         (shell-mode): Set paragraph-separate buffer locally to "\\'".
31893         * comint.el (comint-prompt-regexp, comint-get-old-input)
31894         (comint-use-prompt-regexp)
31895         (comint-use-prompt-regexp-instead-of-fields)
31896         (comint-replace-by-expanded-history, comint-send-input)
31897         (comint-output-filter, comint-get-old-input-default)
31898         (comint-line-beginning-position, comint-bol, comint-show-output)
31899         (comint-backward-matching-input, comint-forward-matching-input)
31900         (comint-next-prompt, comint-previous-prompt):
31901         Rename `comint-use-prompt-regexp-instead-of-fields' to
31902         `comint-use-prompt-regexp'.  Keep old name as alias and declare
31903         obsolete.
31904         (comint-use-prompt-regexp): Shorten first line of doc string.
31906         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31907         Set paragraph-separate buffer locally to "\\'".
31909         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31910         Adapt to above name change.
31912         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31913         (smbclient-prompt-regexp): Ditto.
31915         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31917 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
31919         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31920         gdb-location-list.
31921         Break lines that are over 80 characters wide.
31923 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31925         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31926         New fun and var, to preserve compatibility.
31928         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31930 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
31932         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31933         name to file-newer-than-file-p.
31935 2005-04-26  Richard M. Stallman  <rms@gnu.org>
31937         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31939         * progmodes/python.el (python-mode):
31940         Use new name eldoc-documentation-function.
31942         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31944         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31945         (eldoc-documentation-function):
31946         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
31948 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
31950         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31952 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
31954         * term/xterm.el (function-key-map): Fix strings for
31955         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
31956         {C,S,A,C-S}-{f1-f12}.
31958 2005-04-26  Kenichi Handa  <handa@m17n.org>
31960         * international/mule-cmds.el (select-safe-coding-system):
31961         Fix previous change.
31963 2005-04-26  Lute Kamstra  <lute@gnu.org>
31965         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31967         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31968         (font-lock-comment-delimiter-face): Ditto.
31970         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31972 2005-04-25  Jay Belanger  <belanger@truman.edu>
31974         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31975         to t while inserting information; use help-mode.
31977 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
31979         * term.el (ansi-term-color-vector): Use the xterm colors.
31980         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
31982 2005-04-25  Lute Kamstra  <lute@gnu.org>
31984         * font-core.el (font-lock-defaults): Fix docstring.
31986         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31988 2005-04-25  Kenichi Handa  <handa@m17n.org>
31990         * international/mule-cmds.el (select-safe-coding-system):
31991         Don't check consistency with coding: spec, etc if raw-text or
31992         no-conversion was found to be safe.
31994 2005-04-24  Richard M. Stallman  <rms@gnu.org>
31996         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31997         citation markers at start of each line.
31999         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32000         citation markers at start of each line.
32002         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32004         * files.el (mode-require-final-newline): Fix previous change.
32005         (require-final-newline): Fix type label.
32007 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
32009         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32010         statement in buffer (broken by 2004-11-24 change).
32012 2005-04-24  Kim F. Storm  <storm@cua.dk>
32014         * ido.el (ido-everywhere): Save and restore old read-buffer-function
32015         and read-file-name-function values.  Don't overwrite existing
32016         non-nil values if ido-mode is enabled without ido-everywhere.
32018 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
32020         * files.el (mode-require-final-newline): Minor doc fix.
32022 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
32024         * subr.el (syntax-after): Doc fix.
32025         (syntax-class): If argument is nil, return nil.  Mask off upper 16
32026         bits, not 8 bits.
32028         * files.el (mode-require-final-newline): Doc fix.
32029         (backup-buffer-copy): Fix last change.
32031 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32033         * term/mac-win.el: Require select.  Set selection-coding-system to
32034         mac-system-coding-system.  Call menu-bar-enable-clipboard.
32035         (x-last-selected-text-clipboard, x-last-selected-text-primary)
32036         (x-select-enable-clipboard): New variables.
32037         (x-select-text, x-get-selection, x-selection-value)
32038         (x-get-selection-value, mac-select-convert-to-string)
32039         (mac-services-open-file, mac-services-open-selection)
32040         (mac-services-insert-text): New functions.
32041         (CLIPBOARD, FIND): Put mac-scrap-name property.
32042         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32043         (public.tiff): Put mac-ostype property.
32044         (selection-converter-alist): Add entries for them.
32045         (mac-application-menu-map): New keymap.
32046         (interprogram-cut-function, interprogram-paste-function): Set to
32047         x-select-text and x-get-selection-value, respectively.
32048         (split-window-keep-point): Set to t.
32050 2005-04-23  Richard M. Stallman  <rms@gnu.org>
32052         * files.el (read-directory-name): Always pass non-nil
32053         DEFAULT-FILENAME arg to read-file-name.
32054         (backup-buffer-copy, basic-save-buffer-2): Take care against
32055         writing thru an unexpected existing symlink.
32056         (revert-buffer): In indirect buffer, revert the base buffer.
32057         (magic-mode-alist): Doc fix.
32058         (buffer-stale-function): Doc fix.
32059         (minibuffer-with-setup-hook): Avoid warning.
32060         (mode-require-final-newline): Doc and custom fix.
32062         * follow.el (follow-end-of-buffer): Use with-no-warnings.
32064         * font-lock.el (font-lock-comment-face): On terminals with few colors,
32065         use the default appearance.
32066         (font-lock-comment-delimiter-face): New face, new variable.
32068         * imenu.el (imenu--generic-function): The official position of a
32069         definition is the start of the line that BEG is in.
32071         * midnight.el (midnight-timer): Move defvar up.
32073         * mouse.el (mouse-drag-region-1): Delete some debugging code.
32075         * saveplace.el (save-place-to-alist): Use with-no-warnings.
32077         * startup.el (command-line): Use with-no-warnings.
32079         * window.el (window-size-fixed): New defvar.
32081         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32083         * mail/rmail.el (rmail-font-lock-keywords):
32084         Use font-lock-comment-delimiter-face.
32086         * mail/sendmail.el (mail-font-lock-keywords):
32087         Use font-lock-comment-delimiter-face.
32089         * progmodes/compile.el (next-error-highlight-timer): New defvar.
32091 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
32093         * progmodes/compile.el (compilation-mode-font-lock-keywords):
32094         Specify t for LAXMATCH when matching directories.
32095         Save match data around compilation-compat-error-properties form.
32097 2005-04-23  David Kastrup  <dak@gnu.org>
32099         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32100         Mention that the autoloaded aliases should be kept for AUCTeX.
32102 2005-04-23  Andreas Schwab  <schwab@suse.de>
32104         * isearch.el (isearch-forward): Doc fix.
32106 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
32108         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32109         (jit-lock-stealth-nice): Change default value to 0.5.
32111 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
32113         * abbrev.el (write-abbrev-file): Write table entries in
32114         alphabetical order by table name.
32116 2005-04-22  Kim F. Storm  <storm@cua.dk>
32118         * ido.el (ido-read-internal): Fix `list' completion.
32120 2005-04-22  Kenichi Handa  <handa@m17n.org>
32122         * recentf.el (recentf-save-file-coding-system): New variable.
32123         (recentf-save-list): Encode the file by
32124         recentf-save-file-coding-system and add coding: tag.
32126 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
32128         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32130 2005-04-21  Lute Kamstra  <lute@gnu.org>
32132         * loadhist.el (unload-feature): Don't remove a function from hooks
32133         if it is about to be restored to an autoload .  Remove functions
32134         that will become unbound from auto-mode-alist.  Simplify the code.
32136         * subr.el (assq-delete-all): New implementation that is linear,
32137         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
32138         (rassq-delete-all): New function.
32140         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32141         Add size-indication-mode.
32143 2005-04-21  Kenichi Handa  <handa@m17n.org>
32145         * international/mule-cmds.el: Add autoload for widget-value in
32146         eval-when-compile.
32148 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
32150         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32151         Add tooltip-mode.
32153         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32155 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
32157         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32158         (inferior-lisp-filter-regexp, inferior-lisp-program)
32159         (inferior-lisp-load-command, inferior-lisp-prompt)
32160         (inferior-lisp-mode-hook, lisp-source-modes)
32161         (inferior-lisp-load-hook): defvar->defcustom.
32162         (inferior-lisp-program, inferior-lisp-prompt)
32163         (inferior-lisp-load-hook): Doc fixes.
32164         (inferior-lisp-install-letter-bindings): Small change in
32165         introductory comment.
32167 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
32169         * vc.el (vc-annotate-color-map): Change some colors so that text
32170         using them as foreground is readable on both white and black
32171         backgrounds.
32173 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32175         * international/mule-conf.el (translation-table-for-input):
32176         Remove redundant declaration.
32178 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
32180         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32182         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32183         (tooltip-toggle-gud-tips): New function.
32185 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32187         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32188         right angle brackets.
32190 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
32192         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32194 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
32196         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32197         Remove.  Update callers to use expand-file-name instead.
32199         * subr.el (syntax-class): New function.
32201         * simple.el (blink-matching-open): Use it.
32203         * paren.el (show-paren-function): Use it to recognize parens that are
32204         also used in 2-char comment markers.
32206 2005-04-19  Lute Kamstra  <lute@gnu.org>
32208         * loadhist.el (unload-feature): Update for new format of
32209         load-history.  Simplify the code.
32211 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32213         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32214         (mac-add-charset-info): New function.  Initialize variable
32215         mac-charset-info-alist using it.
32216         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32217         for translation.
32218         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32219         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32220         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32221         New CCL programs.
32223 2005-04-19  Kim F. Storm  <storm@cua.dk>
32225         * simple.el (next-buffer, prev-buffer, next-error)
32226         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32227         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32229         * bindings.el (next-buffer, prev-buffer, next-error)
32230         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32231         (clone-indirect-buffer-other-window): Move bindings from simple.el.
32232         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32233         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32235 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
32237         * isearch.el (isearch-edit-string): Make the search-ring available for
32238         minibuffer history commands.
32239         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32240         the default history commands now work just as well.
32241         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32243 2005-04-18  Kim F. Storm  <storm@cua.dk>
32245         * emulation/cua-base.el (cua--pre-command-handler): Add more
32246         elaborate check for shift modifier on non-window systems.
32248 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
32250         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32252 2005-04-18  Kim F. Storm  <storm@cua.dk>
32254         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32255         and make it optional.  Don't test tooltip-gud-echo-area here.
32256         (tooltip-gud-process-output, gdb-tooltip-print):
32257         Pass tooltip-gud-echo-area to tooltip-show.
32258         (tooltip-help-tips): Remove second optional arg to tooltip-show.
32260 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32262         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32263         `display-graphic-p' may not be bound yet.
32265 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
32267         * startup.el (command-line): No longer enable Xterm Mouse mode by
32268         default in terminals compatible with xterm.
32270         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32272 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
32274         * tooltip.el (tooltip-gud-echo-area): Rename from
32275         tooltip-use-echo-area.
32276         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32277         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32278         area independently of where help tooltips are displayed.
32280 2005-04-17  David Kastrup  <dak@gnu.org>
32282         * cus-theme.el (custom-theme-write-variables): Quote variables
32283         where necessary.
32285 2005-04-17  Richard M. Stallman  <rms@gnu.org>
32287         * simple.el (yank-excluded-properties): Add follow-link to value.
32289         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32291         * startup.el (fancy-splash-max-time): Just 30 seconds.
32292         (fancy-splash-delay): Just 7.
32293         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32295         * loadhist.el (unload-feature): Update for new format of load-history.
32296         Simplify the code.
32298         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32299         (rmail-font-lock-keywords): Don't fontify the text of a citation.
32301         * mail/sendmail.el (mail-font-lock-keywords):
32302         Don't fontify subject text.
32303         Don't fontify the text of a citation.
32305 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
32307         * comint.el (comint-output-filter): Run comint-output-filter-functions
32308         with point where the user had it.
32310 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
32312         * international/ucs-tables.el (ucs-set-table-for-input):
32313         Disable when using unify-on-decoding.
32315 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
32317         * emulation/cua-base.el (cua-global-mark-face): Add special case
32318         for displays supporting a high number of colors.
32320 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
32322         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32324 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
32326         * filesets.el (filesets-add-buffer): If user supplies a name of a
32327         non-existing fileset, create a new fileset.
32329 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
32331         * textmodes/org.el (org-up-heading-all): Fix bug with
32332         `outline-up-heading-all'.
32334 2005-04-16  Andreas Schwab  <schwab@suse.de>
32336         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32337         /etc/permissions.d/* and /etc/aliases.d/*.
32339 2005-04-16  Kenichi Handa  <handa@m17n.org>
32341         * international/code-pages.el (cp-make-coding-system):
32342         Set `translation-table-for-input' property value to the symbol
32343         ucs-mule-to-mule-unicode, not to that value.
32344         (pt154): Escape guillemet by `\'.
32346 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
32348         * loadup.el: Load tooltip if x-show-tip is fboundp.
32350         * startup.el (command-line): Add comment.
32352         * tooltip.el (tooltip-mode): Specify correct standard value for
32353         Custom in init-value.
32355 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
32357         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
32358         possible.
32360 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
32362         * textmodes/org.el (org-agenda-date-prompt): Rename from
32363         `org-agenda-date-today'.
32364         (org-evaluate-time-range): Insert at point instead of directly
32365         after time range.
32366         (org-first-headline-recenter, org-subtree-end-visible-p)
32367         (org-optimize-window-after-visibility-change): New functions
32368         (org-agenda-post-command-hook): Don't allow point at end of line,
32369         to make sure it always hits the text properties.
32370         (org-agenda-next-date-line, org-agenda-previous-date-line):
32371         New commands.
32372         (org-set-regexps-and-options): Category may contain white space.
32373         (org-agenda-get-deadlines, org-agenda-get-scheduled):
32374         Improve marker positions.
32375         (org-agenda-new-marker): Argument POS made optional.
32376         (org-agenda-get-timestamps): Deadlines which are done are listed
32377         in org-done-face now.
32378         (org-agenda-get-todos, org-agenda-get-timestamps)
32379         (org-agenda-get-deadlines, org-agenda-get-scheduled):
32380         Set `undone-face' and `done-face' properties.
32381         (org-last-todo-state-is-todo): New variable.
32382         (org-todo): Set `org-last-todo-state-is-todo'.
32383         (org-agenda-todo): Change face according to
32384         `org-last-todo-state-is-todo'.  And change other lines referring to
32385         the same entry.
32386         (org-calendar-goto-agenda): New command.
32387         (org-calendar-to-agenda-key): New option.
32388         (org-startup-folded): New allowed value `content'.
32389         (org-set-regexps-and-options): Accept new value `content' for
32390         `org-startup-folded'.
32391         (org-get-current-options): Handle new value `content' for
32392         `org-startup-folded'.
32393         (org-insert-todo-heading): New command.
32394         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
32395         interactively in empty file and option
32396         `org-insert-mode-line-in-empty-file' has been set.
32397         (org-agenda-todo, org-agenda-priority): Modify to use
32398         `org-agenda-change-all-lines'.
32399         (org-warning-face): Change color on dark background.
32401 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32403         * international/mule-cmds.el (set-locale-environment): On Mac OS,
32404         use preferences AppleLocale and AppleLanguages, and variable
32405         mac-system-locale for default locale.  On Mac OS Classic, use
32406         mac-system-coding-system for default coding systems.
32408         * term/mac-win.el: Don't set file-name-coding-system.
32409         Decode variables system-name, emacs-build-system, user-login-name, and
32410         user-full-name by mac-system-coding-system on Mac OS Classic.
32411         (mac-system-coding-system): New variable.
32413 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
32415         * startup.el (command-line): Handle `xterm-mouse-mode' before
32416         reading init file.
32418         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32420 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
32422         * progmodes/sh-script.el (sh-here-document-word): Make it a
32423         defcustom.  Doc fix.
32424         (sh-add): Bash uses $(( )) for arithmetic.
32425         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32426         (sh-maybe-here-document): Remove quotes and leading whitespace
32427         from heredoc word when closing.  Indent heredoc with tabs if word
32428         starts with "-".
32430 2005-04-13  Richard M. Stallman  <rms@gnu.org>
32432         * simple.el (undo): Fix previous change.
32434         * custom.el (defface): Doc fix.
32436 2005-04-13  Lute Kamstra  <lute@gnu.org>
32438         * Makefile.in (DONTCOMPILE): Remove list.
32439         (compile, compile-always): Don't use DONTCOMPILE.
32440         (update-authors): Load the library in which batch-update-authors
32441         is defined.
32442         * makefile.w32-in (DONTCOMPILE): Remove list.
32443         (compile, compile-always): Fix comments.
32444         (update-authors): Load the library in which batch-update-authors
32445         is defined.
32447         * generic-x.el (generic-mode-ini-file-find-file-hook):
32448         Rename to ini-generic-mode-find-file-hook.
32449         Keep generic-mode-ini-file-find-file-hook as an alias.
32450         (ini-generic-mode-find-file-hook): Rename from
32451         generic-mode-ini-file-find-file-hook.  Fix docstring.
32452         (ini-generic-mode): Docstring change.
32453         (bat-generic-mode-run-as-comint): Silence the byte compiler.
32455         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
32456         called from lisp.
32458         * generic.el: Move to the emacs-lisp subdir.
32460 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
32462         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32463         and C-S- function and cursor motion keys.
32465 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
32467         * startup.el (command-line): Enable Xterm Mouse mode by default.
32468         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32469         for Custom.  No longer show "Mouse" in mode line when enabled.
32470         Doc fix.
32472 2005-04-12  Kim F. Storm  <storm@cua.dk>
32474         * emulation/cua-base.el (cua-rectangle-face)
32475         (cua-rectangle-noselect-face): Define face attributes here.
32477         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32479 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32481         * startup.el (command-line): Turn off blinking cursor if
32482         cursorBlink in resources is off or false.
32484 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32486         * term/mac-win.el (dnd): Require dnd.
32487         (mac-drag-n-drop): Call dnd-handle-one-url.
32488         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32489         (kTextEncodingISOLatin2): Remove constants.
32490         (mac-script-code-coding-systems): New constant.
32491         (mac-handle-language-change): New function.
32492         (special-event-map): Bind it to `language-change' event.
32493         (mac-centraleurroman, mac-cyrillic): New coding systems.
32494         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32495         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32496         and mac-cyrillic-encoder to encode-mac-centraleurroman and
32497         encode-mac-cyrillic, respectively.
32499 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
32501         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32502         Don't set overlay-arrow-string to "=>" as this is done
32503         globally in C now.
32505 2005-04-12  Lute Kamstra  <lute@gnu.org>
32507         * generic-x.el (rc-generic-mode, rul-generic-mode):
32508         Fix auto-mode-alist entries.
32509         (etc-fstab-generic-mode): Tweak fontification.
32511         * generic.el (generic-make-keywords-list): Fix docstring.
32512         (generic-mode-internal): Simplify generic-font-lock-keywords.
32514 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
32516         * whitespace.el (whitespace-buffer-leading)
32517         (whitespace-buffer-trailing): Revert the incorrect test inversion.
32518         However, fix the highlight area for the leading and
32519         trailing whitespaces to show space.
32521 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
32523         * whitespace.el (whitespace-version): Bump to 3.5.
32525         (whitespace-buffer-leading, whitespace-buffer-trailing):
32526         Invert sense of the test to highlight the whitespace.
32528 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
32530         * progmodes/gud.el (gud-display-line): GUD uses its own
32531         overlay arrow now so don't set overlay-arrow-string.
32532         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32534 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
32536         * term.el (term-ansi-current-bold, term-ansi-current-underline)
32537         (term-ansi-current-reverse, term-ansi-current-invisible)
32538         (term-ansi-face-already-done): Change to boolean.
32539         (term-reset-terminal, term-handle-colors-array): Handle the above
32540         vars accordingly.
32541         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32542         (term-emulate-terminal): Use the new name.
32544         * faces.el (secondary-selection): Use yellow1, not yellow.
32545         (trailing-whitespace): Use red1, not red.
32547 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32549         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32550         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32551         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32553         * cus-edit.el (dnd): New group.
32555         * term/w32-win.el (dnd): Require dnd
32556         (w32-drag-n-drop): Call dnd-handle-one-url.
32558         * x-dnd.el: Require dnd.
32559         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
32560         Call dnd-handle-one-url.
32561         (x-dnd-types-alist, x-dnd-insert-utf8-text)
32562         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
32563         to dnd-insert-text.
32564         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
32565         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32566         (x-dnd-get-local-file-name, x-dnd-open-local-file)
32567         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32569         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32571 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32573         * wdired.el: Doc fixes.
32574         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32575         (wdired-use-dired-vertical-movement): Rename from
32576         wdired-always-move-to-filename-beginning.
32577         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32578         (wdired-change-to-wdired-mode): Change mode name.
32579         (wdired-newline): Delete.
32581 2005-04-11  Richard M. Stallman  <rms@gnu.org>
32583         * whitespace.el (whitespace-highlight-the-space):
32584         Don't call whitespace-unhighlight-the-space here.
32586         * simple.el (undo): Record t in undo-equiv-table
32587         for the redo record made by an undo-in-region.
32589 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
32591         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32592         (gdb-frame-inferior-io-buffer): New Functions to control
32593         display of separate IO buffer.
32594         (menu): Add them to menu-bar.
32595         (gdb-display-buffer): Check for buffer another frame.
32596         Protect GUD buffer.
32597         (gdb-setup-windows): Create IO buffer if not already there.
32598         (gdb-memory-mode): Remove purecopy noops.
32600 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
32602         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32603         and pass to self-insert-command.
32605 2005-04-11  Lute Kamstra  <lute@gnu.org>
32607         * generic.el: Commentary section cleanup.
32608         (generic): Delete.
32609         (generic-use-find-file-hook, generic-lines-to-scan)
32610         (generic-find-file-regexp, generic-ignore-files-regexp)
32611         (default-generic-mode, generic-mode-find-file-hook)
32612         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
32613         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
32614         (generic-use-find-file-hook, generic-lines-to-scan)
32615         (generic-find-file-regexp, generic-ignore-files-regexp)
32616         (default-generic-mode, generic-mode-find-file-hook)
32617         (generic-mode-ini-file-find-file-hook): Move from generic.el.
32619 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
32621         * bookmark.el (bookmark-write-file): Catch errors writing file.
32622         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32624 2005-04-10  Richard M. Stallman  <rms@gnu.org>
32626         * startup.el (fancy-splash-tail): Update copyright year.
32627         (command-line): Split part of -Q into -D.
32628         (emacs-basic-display): New defvar.
32629         (fancy-splash-text): Correct name of menu item.
32631         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32633         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32634         lines in one node.
32636         * comint.el (comint-send-input): New arg ARTIFICIAL.
32637         Callers in this file changed.
32639         * abbrev.el (define-abbrevs): Read system abbrevs properly.
32641         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32643 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
32645         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
32646         `ldap-search-internal'.
32648 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32650         * files.el (set-auto-mode-1): Use line-end-position.
32652         * international/latin-1.el:
32653         * international/latin-2.el:
32654         * international/latin-3.el:
32655         * international/latin-4.el:
32656         * international/latin-5.el:
32657         * international/latin-8.el:
32658         * international/latin-9.el: Give punctuation syntax to NBSP.
32660         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32661         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32662         Use char-classes to accept non-ascii letters, accepted in some recent
32663         bibtex implementations.
32665 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
32667         * custom.el (custom-set-minor-mode): Any non-nil value for the
32668         variable should enable the mode when set through Custom.
32670 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32672         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32673         TAB binding so tab-always-indent is obeyed.
32674         (vhdl-minibuffer-local-map): Move initialization into declaration.
32675         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32676         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32677         (vhdl-hooked-abbrev): Avoid test for XEmacs.
32678         (vhdl-current-line): Use line-beginning-position.
32679         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32680         with-output-to-temp-buffer, so the current position can be recorded.
32682 2005-04-10  Masatake YAMATO  <jet@gyve.org>
32684         * progmodes/compile.el (compilation-error-regexp-alist-alist):
32685         Add regexp for gcov.
32687 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
32689         * calendar/time-date.el (time-to-seconds, seconds-to-time)
32690         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32691         syntax which Emacs 20 doesn't support.
32693 2005-04-09  Richard M. Stallman  <rms@gnu.org>
32695         * help.el (describe-key-briefly, describe-key):
32696         Replace strings as event types with "(any string)".
32698 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
32700         * arc-mode.el (archive-mode-map): Move initialization into
32701         the declaration.  Override *all* bindings of `undo'.
32702         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32704 2005-04-09  Jay Belanger  <belanger@truman.edu>
32706         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32708 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
32710         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32711         (xterm-register-default-colors): Update color values computation
32712         to match xterm-200.
32714 2005-04-09  Kenichi Handa  <handa@m17n.org>
32716         * international/code-pages.el (iso-latin-7): Fix the map.
32718 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
32720         * emacs-lisp/lisp.el (defun-prompt-regexp)
32721         (parens-require-spaces, buffer-end, end-of-defun)
32722         (insert-parentheses): Doc fixes.
32724 2005-04-08  Kim F. Storm  <storm@cua.dk>
32726         * comint.el (comint-highlight-prompt): Fix face spec.
32727         * hi-lock.el (hi-green): Likewise.
32729 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32731         * cus-edit.el (custom-modified-face):
32732         * comint.el (comint-highlight-input): Fix previous changes.
32733         * term.el (term-handle-ansi-escape): Add a comment.
32735 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
32737         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32738         in the buffer and in whitespace-highlighted-space.
32739         (whitespace-unhighlight-the-space): Simplify.
32740         (whitespace-buffer): Simplify.
32742 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32744         * textmodes/table.el (table-cell-face): Add special case for
32745         displays supporting a high number of colors.
32746         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32747         (vhdl-font-lock-reserved-words-face)
32748         (vhdl-speedbar-architecture-face)
32749         (vhdl-speedbar-instantiation-face)
32750         (vhdl-speedbar-architecture-selected-face)
32751         (vhdl-speedbar-instantiation-selected-face): Likewise.
32752         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32753         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32754         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32755         (ebrowse-root-class-face, ebrowse-member-attribute-face)
32756         (ebrowse-progress-face): Likewise.
32757         * progmodes/compile.el (compilation-info-face): Likewise.
32758         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32759         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32760         * calendar/calendar.el (diary-face): Likewise.
32761         * woman.el (woman-italic-face, woman-bold-face)
32762         (woman-unknown-face): Likewise.
32763         * wid-edit.el (widget-button-pressed-face): Likewise.
32764         * whitespace.el (whitespace-highlight-face): Likewise.
32765         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32766         * pcvs-info.el (cvs-marked-face): Likewise.
32767         * info.el (info-xref): Likewise.
32768         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32769         * hilit-chg.el (highlight-changes-face)
32770         (highlight-changes-delete-face): Likewise.
32771         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32772         (hi-red-b): Likewise.
32773         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32774         * font-lock.el (font-lock-keyword-face)
32775         (font-lock-function-name-face, font-lock-warning-face): Likewise.
32776         * cus-edit.el (custom-invalid-face, custom-modified-face)
32777         (custom-set-face, custom-changed-face, custom-variable-tag-face)
32778         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32779         * comint.el (comint-highlight-prompt): Likewise.
32781 2005-04-08  Lute Kamstra  <lute@gnu.org>
32783         * font-lock.el (font-lock-keywords): Docstring fixes.
32785 2005-04-08  Kenichi Handa  <handa@m17n.org>
32787         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32788         chars are more than a limit, print " and more..." at the tail.
32790 2005-04-08  Kim F. Storm  <storm@cua.dk>
32792         * emacs-lisp/authors.el (authors-aliases): Update list.
32793         (authors-ignored-files): New list.
32794         (authors-fixed-entries): Fix typo.
32795         (authors-renamed-files-alist): Update list.
32796         (authors-add): Check authors-ignored-files.
32798 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
32800         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32801         optional, to ensure backward compatibility.
32803 2005-04-08  Stephen Eglen  <stephen@gnu.org>
32805         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32807 2005-04-08  Kim F. Storm  <storm@cua.dk>
32809         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32811         * mouse.el (mouse-on-link-p): Doc fix.
32813 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
32815         * ielm.el (ielm-prompt-read-only): Doc fix.
32817         * comint.el (comint-prompt-read-only): Doc fix.
32819 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
32821         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32822         ensure dired always handles wildcards passed to ffap.
32823         (find-file-at-point): Use it.
32824         (ffap-dired-wildcards): Doc fix.
32826 2005-04-07  Juri Linkov  <juri@jurta.org>
32828         * simple.el (next-error-overlay-arrow-position): New defvar.
32829         Put "=>" on its property `overlay-arrow-string'.  Add it to
32830         `overlay-arrow-variable-list'.
32832         * progmodes/compile.el (compilation-setup):
32833         Set `next-error-overlay-arrow-position' to nil.  Also set it to
32834         nil in the local hook `kill-buffer-hook'.  Make local variable
32835         `overlay-arrow-string' and set it to "=>".
32836         (compilation-goto-locus): Set BOL position to
32837         `next-error-overlay-arrow-position' instead of
32838         `overlay-arrow-position'.
32840         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32841         locally instead of adding it to the global hook.
32842         (Info-kill-buffer): Move up.
32844 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
32846         * term/xterm.el (xterm-standard-colors): Update color values from
32847         xterm-200.
32849 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
32851         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32853         * fast-lock.el:
32854         * lazy-lock.el: Move them to the obsolete subdir.
32856 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32858         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32859         (wdired-add-replace-advice): Remove.
32860         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32862 2005-04-06  Kim F. Storm  <storm@cua.dk>
32864         * startup.el (command-line): Add --bare-bones alias for -Q.
32866 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32868         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32869         create the startup fontset if a font specification ends with
32870         `mac-roman'.
32872 2005-04-06  Lute Kamstra  <lute@gnu.org>
32874         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32875         change.
32877         * emacs-lisp/copyright.el (copyright-update-year): Replace the
32878         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
32880 2005-04-05  Lute Kamstra  <lute@gnu.org>
32882         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32883         (define-generic-mode): Ditto.  Fix debug declaration.
32885         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32886         Put them in the generic-x group.
32888         * calendar/timeclock.el (timeclock): Doc fix.
32890         * generic.el (define-generic-mode): Don't use custom-current-group.
32891         Document default :group value.
32892         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32893         (define-global-minor-mode): Don't use custom-current-group.
32895 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
32897         * startup.el (command-line-1): Display startup-echo-area-message
32898         when fancy splash screen is in use.
32900         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32901         (sh-escaped-newline): New face.
32902         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32903         newline, and use sh-escaped-newline face.
32905         * progmodes/tcl.el (tcl-escaped-newline): New face.
32906         (tcl-builtin-list): New variable.
32907         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32908         newlines.  Fix keywords subexpression number.
32910 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
32912         * textmodes/org.el (org-diary-default-entry): Fix call to
32913         `add-to-diary-entry'.
32915 2005-04-05  Kim F. Storm  <storm@cua.dk>
32917         * ediff-init.el: Use (featurep 'xemacs).
32919 2005-04-05  David Ponce  <david@dponce.com>
32921         * cus-edit.el (face): Derive from symbol widget.  Display sample
32922         of the current face on the fly.
32923         (widget-face-sample-face-get, widget-face-notify): New functions.
32924         (widget-face-value-create): Remove.
32926         * wid-edit.el (widget-field-end): Temporarily remove field
32927         narrowing before to call `get-char-property'.
32929 2005-04-04  Jay Belanger  <belanger@truman.edu>
32931         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32932         (math-read-subscripts): New variable.
32933         (math-read-preprocess-string): Process subscripts.
32935 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
32937         * comint.el (comint-prompt-read-only): Doc fix.
32939         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32940         `-1'.  Doc fix.
32942 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
32944         * textmodes/org.el (org-insert-mode-line-in-empty-file):
32945         Change default value to nil.
32947 2005-04-04  Lute Kamstra  <lute@gnu.org>
32949         * autorevert.el (auto-revert-mode): Specify :group.
32950         * battery.el (display-battery-mode): Specify :group.
32951         * diff-mode.el (diff-minor-mode): Specify :group.
32952         * font-core.el (font-lock-mode): Specify :group.
32953         * hl-line.el (hl-line-mode): Specify :group.
32954         * iimage.el (iimage): New customization group.
32955         (iimage-mode): Specify :group.
32956         * longlines.el (longlines-mode): Specify :group.
32957         * master.el: Don't require easy-mmode.
32958         (master): New customization group.
32959         (master-mode): Specify :group.
32960         * msb.el (msb-mode): Specify :group.
32961         * reveal.el (reveal-mode): Specify :group.
32962         * simple.el (next-error-follow-minor-mode): Specify :group.
32963         * smerge-mode.el (smerge-mode): Specify :group.
32964         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32965         * emulation/cua-base.el (cua-mode): Specify :group.
32966         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32967         * language/thai-util.el (thai-auto-composition-mode)
32968         (thai-word-mode): Specify :group.
32969         * mail/supercite.el (sc-minor-mode): Specify :group.
32970         * progmodes/cwarn.el (cwarn-mode): Specify :group.
32971         * progmodes/flymake.el (flymake-mode): Specify :group.
32972         * progmodes/glasses.el (glasses-mode): Specify :group.
32973         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32974         * textmodes/enriched.el (enriched-mode): Specify :group.
32975         * textmodes/refill.el (refill-mode): Specify :group.
32977         * add-log.el (change-log-font-lock-keywords): Names in
32978         parenthesized lists can contain spaces.
32980 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
32982         * startup.el (fancy-splash-text): Shorten default text of
32983         "Emacs Tutorial" line.  Also, if the current language env
32984         indicates an available tutorial file other than TUTORIAL,
32985         extract its title and append it to the line in parentheses.
32986         (fancy-splash-insert): If arg is a thunk, funcall it.
32988 2005-04-04  Jay Belanger  <belanger@truman.edu>
32990         * calc.el (calc-language-alist): Add tags to customization type.
32992 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
32994         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32995         Doc fix.
32997 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
32999         * add-log.el (change-log-font-lock-keywords): The manual
33000         describing a Change Log entry, says: (...) "Aside from these
33001         header lines, every line in the change log starts with a space or
33002         a tab.".  The font-lock was not highlighting lines started with
33003         spaces, added support for it.
33005 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
33007         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33008         (bibtex-generate-url-list): Update docstring accordingly.  Put the
33009         complex example in the docstring.
33010         (bibtex-font-lock-url): Use pop.
33012 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33014         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33016         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33018 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
33020         * filesets.el (filesets-set-default): Doc fix.
33022 2005-04-03  Lute Kamstra  <lute@gnu.org>
33024         * generic.el (define-generic-mode): Add argument to specify
33025         keywords for defcustom.
33026         (default-generic-mode): Specify :group.
33028         * generic-x.el: Specify :group for all generic modes.
33030         * desktop.el (desktop-no-desktop-file-hook)
33031         (desktop-after-read-hook): Doc fix.
33033 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
33035         * simple.el (visible-mode): Use explicit :group keyword.
33036         This changes the group of `visible-mode-hook' from paren-blinking
33037         to editing-basics.
33039 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
33041         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
33042         mailbox specifications as well as URLs.
33043         (rmail-insert-inbox-text): Remove unused conditional branches.
33045 2005-04-01  Jay Belanger  <belanger@truman.edu>
33047         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33048         (calc-gnuplot-print-command): Move definitions to calc.el.
33050         * calc/calc-embed.el (calc-embedded-announce-formula)
33051         (calc-embedded-open-formula, calc-embedded-close-formula)
33052         (calc-embedded-open-word, calc-embedded-close-word)
33053         (calc-embedded-open-plain, calc-embedded-close-plain)
33054         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33055         (calc-embedded-open-mode, calc-embedded-close-mode):
33056         Move definitions to calc.el.
33058         * calc/calc.el (calc-settings-file, calc-language-alist):
33059         Make customizable.
33060         (calc-embedded-announce-formula, calc-embedded-open-formula)
33061         (calc-embedded-close-formula, calc-embedded-open-word)
33062         (calc-embedded-close-word, calc-embedded-open-plain)
33063         (calc-embedded-close-plain, calc-embedded-open-new-formula)
33064         (calc-embedded-close-new-formula, calc-embedded-open-mode)
33065         (calc-embedded-close-mode, calc-gnuplot-name)
33066         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33067         from other files and make customizable.
33069 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
33071         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33072         Use buffer-live-p.
33073         (cvs-mode-run): Don't call cvs-update-header here.
33074         (cvs-run-process): Call cvs-update-header.
33075         Use process properties for cvs-postprocess and cvs-buffer so that
33076         the sentinel can behave better if the temp buffer is killed.
33077         Use a pipe rather than a tty, to better handle unexpected prompts.
33078         (cvs-sentinel): Rewrite.  Call cvs-update-header.
33080 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
33082         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33083         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
33085 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
33087         * generic.el (define-generic-mode): Add indentation rule.
33089 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
33091         * files.el (mode-require-final-newline): Make Custom correctly
33092         report a nil value and allow to set it to nil via Custom.
33093         Doc fix.
33095 2005-04-01  Kenichi Handa  <handa@m17n.org>
33097         * international/characters.el: Enable the correct case setting for
33098         dotless-i and dotted-I.
33100 2005-04-01  Kim F. Storm  <storm@cua.dk>
33102         * ido.el (ido-file-internal): Fall back to non-ido command if
33103         initial directory is on slow ftp (or tramp) host.
33105 2005-03-31  Richard M. Stallman  <rms@gnu.org>
33107         * emacs-lisp/autoload.el (make-autoload):
33108         Handle define-global-minor-mode.
33110         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33111         Rename from easy-mmode-define-global-mode.
33112         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33114         * progmodes/scheme.el (scheme-mode-syntax-table):
33115         Update syntax of | and # for two-character comment syntax.
33117 2005-03-31  Lute Kamstra  <lute@gnu.org>
33119         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33120         (define-minor-mode): Call custom-current-group at load-time.
33122         * generic.el (define-generic-mode): Add debug declaration.
33123         Add defcustom for the mode hook.
33124         (generic-mode-internal): Use run-mode-hooks.
33126 2005-03-31  Kim F. Storm  <storm@cua.dk>
33128         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33129         (mouse-fixup-help-message): New defun called by show_help_echo
33130         to fixup mouse-2 prefix in help messages when applicable.
33132         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33134 2005-03-31  Kenichi Handa  <handa@m17n.org>
33136         * language/thai-word.el (thai-find-word-ends): Pay attention to
33137         the case that we reach the end of buffer.
33139         * textmodes/fill.el (fill-text-properties-at): New function.
33140         (fill-newline): Use fill-text-properties-at instead of
33141         text-properties-at.
33143 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
33145         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33146         not comint-quote-filename.
33148 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
33150         * help-fns.el (help-with-tutorial): Revert last change.
33152 2005-03-31  Kim F. Storm  <storm@cua.dk>
33154         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33156 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
33158         * calendar/cal-china.el: Update reference to "Calendrical
33159         Calculations" book; there's a new edition.
33160         * calendar/cal-coptic.el: Likewise.
33161         * calendar/cal-french.el: Likewise.
33162         * calendar/cal-hebrew.el: Likewise.
33163         * calendar/cal-islam.el: Likewise.
33164         * calendar/cal-iso.el: Likewise.
33165         * calendar/cal-julian.el: Likewise.
33166         * calendar/cal-mayan.el: Likewise.
33167         * calendar/cal-persia.el: Likewise.
33168         * calendar/calendar.el: Likewise.
33169         * calendar/holidays.el: Likewise.
33170         * calendar/lunar.el: Likewise.
33171         * calendar/solar.el: Likewise.
33173         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33174         white space from doc string.
33176 2005-03-30  Jay Belanger  <belanger@truman.edu>
33178         * calc/calc-help.el (calc-full-help): Remove email address.
33180 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
33182         * help-fns.el (help-with-tutorial): Delete title line.
33184 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
33186         * calendar/cal-x.el (calendar-one-frame-setup)
33187         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33188         rather than `symbol' for set-window-dedicated-p.
33190         * calendar/appt.el (appt-buffer-name): Make it a constant.
33191         (appt-add): Doc fix.
33193         * filesets.el (filesets-menu-path, filesets-menu-before)
33194         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
33195         (filesets-menu-cache-file): Use directory ~/.emacs.d.
33196         (filesets-add-submenu): Delete and use add-submenu instead.
33198 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
33200         * textmodes/org.el (org-agenda-phases-of-moon)
33201         (org-agenda-sunrise-sunset, org-agenda-convert-date)
33202         (org-agenda-goto-calendar): New commands.
33203         (org-diary-default-entry): New function.
33204         (org-get-entries-from-diary): Better parsing of diary entries.
33205         (org-agenda-check-no-diary): New function.
33206         ("diary-lib"): Advice to function `add-to-diary-list', to allow
33207         linking to diary entries.
33208         (org-agenda-execute-calendar-command): New function.
33209         (org-agenda): Improve visible section in window.
33210         Use `org-fit-agenda-window'.
33211         (org-fit-agenda-window): New option.
33212         (org-move-subtree-down): Better handling of empty lines
33213         at end of subtree.
33214         (org-cycle): Numeric prefix is interpreted now as show-subtree N
33215         levels up.
33216         (org-fontify-done-headline): New option.
33217         (org-headline-done-face): New face.
33218         (org-set-font-lock-defaults): Use `org-headline-done-face'.
33219         (org-table-copy-down): Rename from `org-table-copy-from-above'.
33220         When current field is non-empty, it is copied to next row.
33221         (org-table-copy-from-above): Fix bug which made it
33222         impossible to copy fields containing only a single non-white character.
33224 2005-03-30  Kim F. Storm  <storm@cua.dk>
33226         * kmacro.el (kmacro-end-macro): Isearch may store this command
33227         into the macro -- so ignore it when executing keyboard macro.
33229 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
33231         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33233 2005-03-29  Kenichi Handa  <handa@m17n.org>
33235         * language/thai.el ("Thai"): Set setup-function and exit-function
33236         for Thai language environment.
33238         * language/thai-util.el: Require thai-word.
33239         (thai-word-mode-map): New variable.
33240         (thai-word-mode): New minor mode.
33241         (setup-thai-language-environment-internal): New function.
33242         (exit-thai-language-environment-internal): New function.
33244         * language/thai-word.el (thai-word-table): Declare it by defvar,
33245         use dolist to initialize it.
33246         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33247         (thai-fill-find-break-point): New functions.
33249 2005-03-29  Richard M. Stallman  <rms@gnu.org>
33251         * simple.el (idle-update-delay): Move definition up.
33252         (set-mark): Doc fix.
33254 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
33256         * longlines.el: New file.
33258         * simple.el (buffer-substring-filters): New variable.
33259         (filter-buffer-substring): New function.
33260         (kill-region, copy-region-as-kill): Use it.
33262         * register.el (copy-to-register, append-to-register)
33263         (prepend-to-register): Use filter-buffer-substring.
33265 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
33267         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33268         (gud-filter-pending-text): Move in front of gdb.
33269         (gud-overlay-arrow-position): New variable.
33270         (gud-sentinel, gud-display-line): Use it in place of
33271         overlay-arrow-position.
33273 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
33275         * progmodes/fortran.el (fortran-if-indent): Doc fix.
33276         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33277         (fortran-font-lock-keywords-4): New variable.
33278         (fortran-blocks-re, fortran-end-block-re)
33279         (fortran-start-block-re): New constants, for hideshow.
33280         (hs-special-modes-alist): Add a Fortran entry.
33281         (fortran-mode-map): Bind fortran-end-of-block,
33282         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33283         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
33284         (fortran-looking-at-if-then, fortran-end-of-block)
33285         (fortran-beginning-of-block): New functions, for hideshow.
33287         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33288         Doc fix.  Tweak regexp.
33289         (f90-beginning-of-block): Push mark first.
33291 2005-03-29  Jay Belanger  <belanger@truman.edu>
33293         * calc/calc.el: Update copyright date.
33294         (calc-version): Increase to 2.1.
33295         (calc-version-date): Remove.
33297         * calc/calc-help.el: Update copyright date.
33298         (calc-full-help): Remove reference to calc-version-date.
33299         Update copyright date.
33301 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
33303         * vc.el (vc-do-command): Use a pipe for async processes, so password
33304         prompts don't show up at places where the user can't reply.
33306 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
33308         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33309         on the file name we pass to the inferior shell.
33311 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
33313         * progmodes/which-func.el (which-function): Be robust in the face of an
33314         imenu--make-index-alist failure.
33316 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
33318         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33320         * progmodes/python.el (python-preoutput-filter): Fix last change.
33322 2005-03-29  Lute Kamstra  <lute@gnu.org>
33324         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33325         functions and compiled macros.
33326         (debug-convert-byte-code): Handle macros too.
33327         (debug-on-entry-1): Don't signal an error when trying to clear a
33328         function that is not set to debug on entry.
33330 2005-03-29  Jay Belanger  <belanger@truman.edu>
33332         * calc/calc-lang.el: Add functions to math-function-table
33333         properties of tex and math.
33335 2005-03-29  Kenichi Handa  <handa@m17n.org>
33337         * ps-mule.el (ps-mule-plot-string): Translate characters by
33338         ps-print-translation-table.
33339         (ps-mule-begin-job): Call find-charset-region/string with
33340         ps-print-translation-table.
33341         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33343         * ps-print.el (ps-print-translation-table): New variable.
33344         (ps-plot-region): Translate characters by ps-print-translation-table.
33346 2005-03-29  Juri Linkov  <juri@jurta.org>
33348         * simple.el (next-error-highlight-timer): New variable.
33350         * progmodes/compile.el (compilation-goto-locus):
33351         Use `next-error-highlight-timer' instead of `sit-for'.
33353 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33355         * mail/supercite.el (sc-mail-field): Use assoc-string.
33356         (sc-get-address): Simplify regexps.
33358         * files.el (minibuffer-with-setup-hook): New macro.
33359         (find-file-read-args): Use it to avoid let-binding
33360         minibuffer-with-setup-hook (which breaks turning on/off
33361         file-name-shadow-mode while in the prompt).
33363         * complete.el (PC-read-include-file-name-internal):
33364         Use test-completion.
33366 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
33368         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33370 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33372         * window.el (window-buffer-height): Use count-screen-lines.
33374         * progmodes/python.el (python-preoutput-leftover): New var.
33375         (python-preoutput-filter): Use it.
33376         (python-send-receive): Loop until all the result has been received.
33378 2005-03-28  Juri Linkov  <juri@jurta.org>
33380         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
33382         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
33383         "Recover Crashed Session".
33384         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
33385         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
33386         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
33387         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
33388         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
33389         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
33390         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
33391         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
33393         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
33394         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
33395         Ediff Sessions", "Toggle use of separate control buffer frame",
33396         "Use separate frame for Ediff control buffer".
33398         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
33399         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
33400         "Rename Bookmark", "Delete Bookmark".
33402         * info.el (Info-mode-menu): Remove ellipsis from "Index".
33403         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
33404         Add `:active Info-index-alternatives' to "Next Matching Item".
33406         * wdired.el (wdired-change-to-wdired-mode):
33407         Mention `wdired-abort-changes' key in the initial message.
33409         * international/mule.el (auto-coding-alist): Associate non-ascii
33410         image filename extensions with `no-conversion'.
33412 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33414         * international/iso-acc.el:
33415         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33417 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
33419         * textmodes/sgml-mode.el (html-mode): Doc update.
33421         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33423 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
33425         * term.el (term-move-columns): Fix face after extending a line.
33426         (term-insert-spaces): Likewise.
33427         (term-reset-terminal): Fix off by one error.
33429 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
33431         * international/mule.el (auto-coding-alist): Add .xpi files.
33433         * files.el (auto-mode-alist): Add .xpi files.
33435 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
33437         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33439 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
33441         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33443 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
33445         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33446         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
33448         * calendar/cal-move.el (calendar-beginning-of-year): Move the
33449         cursor to Jan 1 when needed.
33450         (calendar-end-of-year): Fix -/+ typo.
33451         Reported by Chong Yidong <cyd@stupidchicken.com>.
33453 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33455         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
33457         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
33458         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
33460 2005-03-25  Richard M. Stallman  <rms@gnu.org>
33462         * filesets.el (filesets-init): Add autoload.
33464         * mail/mailalias.el (mail-directory): Doc fix.
33466 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
33468         * mail/mailalias.el (mail-directory-process): Do nothing if
33469         mail-directory-process is an atom.
33470         (mail-get-names): Ignore mail-directory-names if it is an atom.
33471         (mail-directory-process defvar): Doc fix.
33472         (mail-names): Doc fix.
33474 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
33476         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33478 2005-03-26  Kenichi Handa  <handa@m17n.org>
33480         * international/mule-util.el (detect-coding-with-priority):
33481         Call update-coding-systems-internal before detect-coding-region.
33483 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
33485         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33486         (gdb-frames-mode-map): Add follow-link property.
33488 2005-03-25  Jay Belanger  <belanger@truman.edu>
33490         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33491         for variables.
33493 2005-03-25  Juri Linkov  <juri@jurta.org>
33495         * image-mode.el: Optimize image filename extension regexps in
33496         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
33497         in `auto-mode-alist'.
33498         (image-mode): Add `image-toggle-display-text' to local hook
33499         `change-major-mode-hook'.  Display the image as an image by
33500         default.  Set `cursor-type' and `truncate-lines' if the image
33501         is already displayed.  Take into account the current mode (image
33502         or text) in message.
33503         (image-minor-mode): New minor mode.
33504         (image-mode-maybe, image-toggle-display-text): New functions.
33505         (image-toggle-display): Use called-interactively-p.
33506         Let-bind `inhibit-read-only' to t.
33508         * image-mode.el (image-minor-mode): Set `cursor-type' and
33509         `truncate-lines' if the image is already displayed.  Add turning
33510         image-minor-mode off to `change-major-mode-hook'.  Add message.
33511         Call `image-toggle-display-text' after turning image-minor-mode off.
33513 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
33515         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33516         Terminal.app, use utf-8.
33517         (set-display-table-and-terminal-coding-system): Add coding-system arg.
33518         (set-locale-environment): Use it.
33520         * term/xterm.el: Undo last change, better done in mule-cmds.el.
33522         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33524         * progmodes/python.el (python-close-block-statement-p)
33525         (python-outdent-p, python-current-defun): Use symbol-end.
33527 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
33529         * files.el (save-some-buffers): Doc fix.
33531 2005-03-25  Werner Lemberg  <wl@gnu.org>
33533         * complete.el, thumbs.el: Replace `legal' with `valid'.
33534         * calendar/calendar.el: Replace `legal' with `valid'.
33535         * emacs-lisp/advice.el: Replace `legal' with `valid'.
33536         * mail/supercite.el: Replace `legal' with `valid'.
33537         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33538         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33539         Replace `legal' with `valid'.
33540         * textmodes/reftex-vars.el, textmodes/reftex.el:
33541         Replace `legal' with `valid'.
33543 2005-03-25  Werner Lemberg  <wl@gnu.org>
33545         * calc/calc-forms.el, calc/calc-sel.el
33546         * midnight.el, vc-cvs.el
33547         * emacs-lisp/cl-macs.el
33548         * emulation/vip.el
33549         * eshell/esh-io.el, eshell/esh-var.el
33550         * mail/supercite.el
33551         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33552         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33553         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
33554         * progmodes/sh-script.el, progmodes/xscheme.el
33555         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
33556         * textmodes/reftex-index.el, textmodes/reftex-parse.el
33557         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
33558         * textmodes/reftex.el, textmodes/org.el:
33559         Replace `illegal' with `invalid'.
33561 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33563         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
33564         (flymake-find-buildfile, flymake-find-possible-master-files)
33565         (flymake-check-include, flymake-parse-line): Replace loops over the
33566         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33568         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33569         Substitute file-name-as-directory in the rest of the file.
33570         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33571         (flymake-replace-region): Remove unused arg `buffer'.
33572         (flymake-check-patch-master-file-buffer): Update calls to it.
33573         (flymake-add-err-info): Remove unused var `count'.
33574         (flymake-mode): Use define-minor-mode.
33576         * progmodes/flymake.el: Use with-current-buffer.
33577         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33578         flymake-replace-regexp-in-string, flymake-line-beginning-position)
33579         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33580         Avoid testing for `xemacs'.
33581         (flymake-nop): Move.
33582         (flymake-region-has-flymake-overlays): Return the computed value.
33583         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33584         Remove unused var `endline'.
33585         (flymake-get-line-count): Remove unused function.
33586         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33588         * emulation/vi.el:
33589         * generic.el:
33590         * hilit-chg.el (global-highlight-changes):
33591         * hi-lock.el (hi-lock-mode):
33592         * follow.el: find-file-hooks -> find-file-hook.
33594         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33596 2005-03-24  Juri Linkov  <juri@jurta.org>
33598         * dired.el (dired-mode-map): Add menu item "Compare directories"
33599         for dired-compare-directories.
33601         * dired-aux.el (dired-compare-directories): Add autoload cookie.
33602         Doc fix.  Replace `read-file-name' with `read-directory-name'.
33604 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33606         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33608 2005-03-24  Jay Belanger  <belanger@truman.edu>
33610         * calc/calc-embed.el (calc-embedded-mode-change): Save all
33611         relevant mode settings in calc-embedded-original-modes when modes
33612         are permanently changed.
33614 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33616         * autoinsert.el: find-file-hooks -> find-file-hook.
33618 2005-03-24  Lute Kamstra  <lute@gnu.org>
33620         * generic.el (generic-font-lock-defaults): Make it obsolete.
33621         (generic-font-lock-keywords): New variable to replace
33622         generic-font-lock-defaults.
33623         (generic-mode-set-font-lock): Delete it.
33624         (generic-mode-internal): Don't call generic-mode-set-font-lock.
33625         (generic-bracket-support): Add docstring.
33627         * generic-x.el: Rename generic-font-lock-defaults to
33628         generic-font-lock-keywords throughout.
33629         (mailagent-rules-setup-function): Delete it.
33630         (mailagent-rules-generic-mode): Use anonymous function instead.
33631         (show-tabs-generic-mode-font-lock-defaults-1)
33632         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33633         Quote faces.
33634         (show-tabs-tab-face, show-tabs-space-face): Specify background,
33635         not foreground.
33637         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33638         Recognize define-generic-mode.
33640 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33642         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33643         if there's no completion table.
33645 2005-03-23  Miles Bader  <miles@gnu.org>
33647         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33648         Remove tty-specific variants, as they're no longer needed.
33650 2005-03-23  Lute Kamstra  <lute@gnu.org>
33652         * generic-x.el: Code cleanup: make args constant whenever possible.
33653         (installshield-statement-keyword-list)
33654         (installshield-system-functions-list)
33655         (installshield-system-variables-list, installshield-types-list)
33656         (installshield-funarg-constants-list): Make them constants.
33658         * generic.el (generic-make-keywords-list): Add autoload cookie.
33660         * calendar/time-date.el: Add comment on time value formats.
33661         Don't require parse-time.
33662         (with-decoded-time-value): New macro.
33663         (encode-time-value): New function.
33664         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33665         (days-to-time): Return a valid time value when arg is huge.
33666         (time-since): Use time-subtract.
33667         (time-to-number-of-days): Use time-to-seconds.
33669 2005-03-23  David Ponce  <david@dponce.com>
33671         * recentf.el (recentf-keep): New option.
33672         (recentf-menu-action): Default to `find-file'.
33673         (recentf-keep-non-readable-files-flag)
33674         (recentf-keep-non-readable-files-p)
33675         (recentf-file-readable-p, recentf-find-file)
33676         (recentf-cleanup-remote): Remove.
33677         (recentf-include-p): More robust.
33678         (recentf-keep-p): New function.
33679         (recentf-remove-if-non-kept): Rename from
33680         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
33681         All callers updated.
33682         (recentf-menu-items-for-commands): Fix help string.
33683         (recentf-track-closed-file): Update.  Doc fix.
33684         (recentf-cleanup): Update.  Count removed files.  Doc fix.
33686 2005-03-23  Kim F. Storm  <storm@cua.dk>
33688         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33689         Don't inherit from fringe face (now happens automatically).
33691 2005-03-22  Kim F. Storm  <storm@cua.dk>
33693         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33694         position values.
33696 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
33698         * menu-bar.el (showhide-date-time): Remove.
33699         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33700         (menu-bar-make-mm-toggle): Simplify.
33702 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33704         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33705         Accept qualified variable and function names.
33707 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
33709         * bindings.el (completion-ignored-extensions):
33710         Remove ".lis" for `vax-vms'.
33712 2005-03-22  Andreas Schwab  <schwab@suse.de>
33714         * generic-x.el: Revert last change.
33715         * ldefs-boot.el: Update.
33717 2005-03-22  Jay Belanger  <belanger@truman.edu>
33719         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33720         (calc-embedded-save-original-modes)
33721         (calc-embedded-restore-original-modes): New functions.
33722         (calc-do-embedded): Save original modes when entering embedded mode
33723         and restore when leaving embedded mode.
33724         (calc-embedded-modes-change): Change the value of
33725         calc-embedded-original-modes to reflect permanent changes.
33727 2005-03-22  Lute Kamstra  <lute@gnu.org>
33729         * generic-x.el: Require generic again.
33731 2005-03-22  Miles Bader  <miles@gnu.org>
33733         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33734         Tweak details to look good on both ttys and bitmap displays, light
33735         or dark background, etc.
33737 2005-03-21  Kim F. Storm  <storm@cua.dk>
33739         * tooltip.el (tooltip-show-help-function): Check car and cdr of
33740         mouse position.
33742 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
33744         * icomplete.el: Don't forcibly turn on the mode upon load.
33745         (icomplete-mode): Use define-minor-mode.
33746         (icomplete-eoinput): Default to nil.
33747         (icomplete-minibuffer-setup): Remove autoload.
33748         (icomplete-tidy): Simplify.
33749         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33750         in the initial state or if the user has modified the field.
33751         Fix handling of icomplete-max-delay-chars.
33752         Remove code that handles the oddball case where
33753         minibuffer-completion-table is an integer.
33754         Wrap icomplete-completions in while-no-input in case building
33755         completions takes more time than expected.
33756         (icomplete-completions): Simplify.
33758 2005-03-21  Richard M. Stallman  <rms@gnu.org>
33760         * jka-compr.el (jka-compr-really-do-compress):
33761         Make variable buffer-local.
33763         * image-mode.el: Handle .xpm files too.
33764         (image-toggle-display): Preserve modification flag.
33766         * help.el (where-is): Don't mention aliases with no key bindings.
33768 2005-03-21  Lute Kamstra  <lute@gnu.org>
33770         * generic.el: Fix commentary section.  Don't require cl for
33771         compilation.
33772         (generic-mode-list): Add autoload cookie.
33773         (generic-use-find-file-hook, generic-lines-to-scan)
33774         (generic-find-file-regexp, generic-ignore-files-regexp)
33775         (generic-mode, generic-mode-find-file-hook)
33776         (generic-mode-ini-file-find-file-hook): Fix docstrings.
33777         (define-generic-mode): Make it a defmacro.  Fix docstring.
33778         (generic-mode-internal): Code cleanup.  Add autoload cookie.
33779         (generic-mode-set-comments): Code cleanup.
33780         * generic-x.el: Don't prevent compilation.  Don't require generic.
33781         Follow coding conventions.  Minor code cleanup.
33782         (etc-fstab-generic-mode): Add some keywords.
33783         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33784         define-generic-mode like a function declaration.
33786 2005-03-21  Jay Belanger  <belanger@truman.edu>
33788         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33789         changing modes.
33791 2005-03-21  Sam Steingold  <sds@gnu.org>
33793         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33795 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
33797         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33798         Add underscore to "f$ lexicals" regexp.
33800 2005-03-20  Juri Linkov  <juri@jurta.org>
33802         * subr.el (progress-reporter-do-update): When `min-value' is equal
33803         to `max-value', set `percentage' to 0 and prevent division by zero.
33805 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
33807         Sync with Tramp 2.0.48.
33809         * net/tramp.el (all): Change all addresses to .gnu.org.
33810         (tramp-append-tramp-buffers): New defun.
33811         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33812         Catch `dont-send' signal.
33813         (tramp-set-auto-save-file-modes): Set always permissions, because
33814         there might be an old auto-saved file belonging to another
33815         original file.  This could be a security threat.  Reported by
33816         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33817         Check for Emacs 21.3.50 removed.
33819         * net/tramp-smb.el (all): Remove debug construct for
33820         `with-parsed-tramp-file-name'.
33821         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33822         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33823         No error message if DIRECTORY or FILENAME doesn't exist.
33824         (tramp-smb-open-connection): Check existence of
33825         `tramp-smb-program'.
33827 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
33829         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33830         Properly handle the case where the `m' or `s' command's argument is not
33831         yet terminated.
33832         (perl-indent-new-calculate): New function.
33833         (perl-indent-line): Use it.
33835 2005-03-20  Miles Bader  <miles@gnu.org>
33837         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33838         in text-mode too.  Change to new face names.
33839         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33840         Add `:weight bold' attribute.
33841         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33843 2005-03-19  Juri Linkov  <juri@jurta.org>
33845         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
33847         * international/mule.el (auto-coding-alist): Sync with
33848         `auto-mode-alist' by adding upper case archive file extensions
33849         and adding ear/war to jar extension.
33851 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
33853         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33854         running, restart it.
33856 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
33858         * finder.el (finder-current-item): Throw an error on an empty line.
33860         * man.el (Man-follow-manual-reference): If current-word returns
33861         nil, use "".
33863 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
33865         * simple.el (goto-line): Doc fix.
33867 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
33869         * files.el (save-buffer): Doc fix.
33871 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
33873         * recentf.el (recentf-cleanup-remote): New variable.
33874         (recentf-cleanup): Use it to conditionally check availability of
33875         remote files.
33877 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
33879         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33880         function names.
33882 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33884         * language/thai-word.el: New file.
33886 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33888         * files.el (backup-buffer): If the file's directory is not
33889         writable, use copy instead of move to backup the file.
33891 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33893         * obsolete/keyswap.el: Moved to obsolete/ from term/.
33895 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
33897         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33898         Use functionp instead of symbolp and fboundp.  Reported by Drkm
33899         <darkman_spam@yahoo.fr>.
33900         (ps-print-version): New version 6.6.6.
33902 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
33904         * textmodes/table.el (table--line-column-position): New idiom.
33905         (table--row-column-insertion-point-p): New function to test
33906         validity of row and column insertion operation at a location.
33907         (table-global-menu, table-cell-menu): Use above functions for
33908         deterministic test operation.
33909         (table--editable-cell-p): Behave in deterministic fashion.
33911 2005-03-18  Juri Linkov  <juri@jurta.org>
33913         * isearch.el (isearch-lazy-highlight-new-loop):
33914         Make arguments beg and end optional.
33915         (isearch-update): Remove optional arguments nil from
33916         isearch-lazy-highlight-new-loop.
33917         (isearch-lazy-highlight-search): Let-bind case-fold-search to
33918         isearch-lazy-highlight-case-fold-search instead of
33919         isearch-case-fold-search, and let-bind isearch-regexp to
33920         isearch-lazy-highlight-regexp.
33921         Use isearch-lazy-highlight-last-string instead of isearch-string.
33923         * replace.el (perform-replace): Remove bindings of global
33924         variables isearch-string, isearch-regexp, isearch-case-fold-search.
33925         Add three new arguments to `replace-highlight'.
33926         (replace-highlight): Add arguments string, regexp, case-fold.
33927         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33928         to allow isearch-lazy-highlight-new-loop to use these values
33929         to set corresponding isearch-lazy-highlight-* internal
33930         variables whose values lazy highlighting will use regardless of
33931         changes to global variables isearch-string, isearch-regexp,
33932         isearch-case-fold-search during lazy highlighting loop.
33933         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33934         to `lazy-highlight-cleanup'.
33936         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33937         (ispell-highlight-face): Set default face to `isearch' when
33938         lazy highlighting is enabled.
33939         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33940         priority to 1.  Add lazy highlighting.
33941         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33942         from `isearch-dehighlight'.
33944 2005-03-18  David Ponce  <david@dponce.com>
33946         * files.el (hack-local-variables): Do a case-insensitive search
33947         for End.
33949 2005-03-18  Juri Linkov  <juri@jurta.org>
33951         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33952         `isearch-lazy-highlight-cleanup', add alias to old name and
33953         declare obsolete.  Add release numbers to other obsolete vars.
33954         (isearch-done, isearch-lazy-highlight-new-loop):
33955         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33956         (lazy-highlight-cleanup) <variable>: Doc fix.
33957         (isearch-lazy-highlight-update): Rename obsolete
33958         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33960 2005-03-18  Kenichi Handa  <handa@m17n.org>
33962         * language/thai-util.el: Fix categorization of Thai characters in
33963         thai-category-table.
33964         (thai-composition-pattern): Adjust it for the above change.
33965         (thai-self-insert-command, thai-compose-syllable): New functions.
33966         (thai-compose-region): Use thai-compose-syllable.
33967         (thai-compose-string): Likewise.
33968         (thai-composition-function): Likewise.
33969         (thai-auto-composition): New function.
33970         (thai-auto-composition-mode): New minor mode.
33972         * language/thai.el: Fix patterns to be registered in
33973         composition-function-table.
33975         * international/quail.el (quail-input-method): Locally bind
33976         inhibit-modification-hooks to t.
33978 2005-03-17  Richard M. Stallman  <rms@gnu.org>
33980         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33981         (perl-mode): Use run-mode-hooks.
33983         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33984         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33985         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33987         * mail/sendmail.el (sendmail-send-it): Reenable the code
33988         to compute resend-to-address and use it.
33990         * tar-mode.el (tar-mode): Turn off undo unconditionally.
33992         * image-mode.el: New file.
33994         * image.el (insert-sliced-image): Add autoload cookie.
33996         * font-lock.el (font-lock-lines-before): New user option.
33997         (font-lock-after-change-function): Obey it.
33999         * bindings.el (esc-map): Make M-g a prefix.
34000         Bind M-g g and M-g M-g to goto-line.
34002         * faces.el (face-id): Doc fix.
34004 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
34006         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34007         (rmail-show-message): Use rmail-unknown-mail-followup-to.
34008         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34010         * mail/sendmail.el (mail-yank-ignored-headers)
34011         (mail-font-lock-keywords, mail-mode-fill-paragraph):
34012         Add Mail-Followup-To and Mail-Reply-To headers.
34013         (mail-citation-hook): Add autoload cookie.
34014         (mail-mode): Doc fix.
34015         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34016         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34017         (mail-mode-fill-paragraph): Handle those headers.
34018         (mail-mailing-lists): New variable.
34019         (mail-mail-reply-to, mail-mail-followup-to): New functions.
34021 2005-03-17  Juri Linkov  <juri@jurta.org>
34023         * isearch.el (isearch-fallback): Check for `(car previous)'
34024         before calling `isearch-other-end-state'.
34026 2005-03-17  Kim F. Storm  <storm@cua.dk>
34028         * simple.el (move-beginning-of-line): Move to beginning of buffer
34029         line, as well as beginning of screen line.
34031 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
34033         * calendar/diary-lib.el (mark-diary-entries): Use new optional
34034         argument REDRAW rather than calendar-redrawing variable.
34035         * calendar/calendar.el (calendar-redrawing): Delete.
34036         (redraw-calendar): Do not bind calendar-redrawing.
34038 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
34040         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34041         diary-file buffer.
34043 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
34045         * help.el (describe-mode): Allow a :minor-mode-function property to
34046         specify a different minor mode toggle function than the variable.
34047         * simple.el (auto-fill-function):
34048         * subr.el (add-minor-mode): Use it.
34050 2005-03-16  Kenichi Handa  <handa@m17n.org>
34052         * language/ethio-util.el (sera-being-called-by-w3): New variable.
34053         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34054         (ethio-fidel-to-sera-buffer): Likewise.
34056 2005-03-16  Juri Linkov  <juri@jurta.org>
34058         * emacs-lisp/find-func.el (find-function-regexp):
34059         Add defun-emitting macro `menu-bar-make-toggle'.
34061         * isearch.el: Put `isearch-scroll' property to
34062         `split-window-horizontally'.
34064         * info.el: Update error messages for `debug-ignored-errors'.
34065         (Info-isearch-search): Doc fix.
34066         (Info-find-node): Move up code to go into info buffer before
34067         recording the node to the history.
34068         (Info-fontify-node): Fontify titles only if the next line
34069         has two or more `*', `=', `-', `.'.
34070         Display "go to this node" for empty (match-string 3).
34072 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34074         * term/mac-win.el: Add mouse pointer shape constants.
34076 2005-03-15  Kim F. Storm  <storm@cua.dk>
34078         * simple.el (move-beginning-of-line): Use vertical-motion.
34080 2005-03-15  Juri Linkov  <juri@jurta.org>
34082         * isearch.el (isearch-error): New variable.
34083         (isearch-invalid-regexp, isearch-within-brackets): Remove.
34084         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34085         (isearch-within-brackets-state): Remove.
34086         (isearch-case-fold-search-state, isearch-pop-fun-state):
34087         Decrease frame index.
34088         (isearch-mode, isearch-top-state, isearch-push-state)
34089         (isearch-edit-string, isearch-abort, isearch-search-and-update)
34090         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34091         (isearch-search, isearch-lazy-highlight-new-loop):
34092         Replace `isearch-invalid-regexp' with `isearch-error'.
34093         Remove `isearch-within-brackets'.
34094         (isearch-search): Add `search-failed' handler to `condition-case'.
34095         (isearch-lazy-highlight-search): Add `condition-case' to catch
34096         errors and allow `isearch-lazy-highlight-update' to try
34097         highlighting from the beginning of the window.
34098         (isearch-repeat): Move up code to set isearch-wrapped to t
34099         before calling isearch-wrap-function.
34101         * info.el (Info-isearch-initial-node): New internal variable.
34102         (Info-search): Signal an error in isearch mode when search leaves
34103         the initial node.  Signal an error when `bound' is non-nil and
34104         nothing was found in the current subfile.
34105         (Info-isearch-search): Remove `condition-case'.
34106         (Info-isearch-wrap): Don't wrap when search failed during leaving
34107         the initial node.  If `Info-isearch-search' is nil, wrap around
34108         the current node.
34109         (Info-isearch-start): New fun.
34110         (Info-mode): Add buffer-local hook `Info-isearch-start' to
34111         `isearch-mode-hook'.
34113 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34115         * simple.el (normal-erase-is-backspace): Set default to t if
34116         running on Mac.
34118         * term/mac-win.el (function-key-map): Sync with x-win.el.
34120 2005-03-15  Kenichi Handa  <handa@m17n.org>
34122         * international/mule-cmds.el (locale-language-names): Modify the
34123         format of elements and add more entries.
34124         (locale-preferred-coding-systems): Add more entries.
34125         (set-locale-environment): Adjust for the change of
34126         locale-language-names.
34128 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
34130         * pcvs.el (smerge-ediff): Remove bogus autoload.
34132 2005-03-14  Lute Kamstra  <lute@gnu.org>
34134         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34135         Ignore a `*' at the beginning of a line.
34137         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34138         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34139         subr.el.
34140         (dont-compile, eval-when-compile, eval-and-compile): Use declare
34141         to specify indentation.
34143         * generic.el (define-generic-mode): Let generic-mode-list be a
34144         list of strings; test membership with equal.
34146 2005-03-14  Kim F. Storm  <storm@cua.dk>
34148         * simple.el (next-line, previous-line): Add optional try-vscroll
34149         arg to recognize interactive use.  Pass it on to line-move.
34150         (line-move): Don't perform auto-window-vscroll when defining or
34151         executing keyboard macro to ensure consistent behavior.
34153 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
34155         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34157 2005-03-13  Lute Kamstra  <lute@gnu.org>
34159         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34160         debugger-setup-buffer so that backtrace marks the frames set to
34161         debug-on-exit and we don't have to do it manually.  Set an extra
34162         debug-on-exit for macro's.
34163         (debugger-setup-buffer): Don't mark the top frame manually.
34165 2005-03-12  Lute Kamstra  <lute@gnu.org>
34167         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34168         lisp-indent-function throughout.
34169         (with-no-warnings): Set lisp-indent-function property.
34171 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
34173         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34174         Add entry for backslash.
34176 2005-03-12  Juri Linkov  <juri@jurta.org>
34178         * info.el (Info-search): Four fixes for backward search.
34180 2005-03-11  Jay Belanger  <belanger@truman.edu>
34182         * calc/calc.el (calc-language-alist): New variable.
34183         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34184         (calc-embedded-find-modes): Use calc-language-alist instead of
34185         calc-embedded-language-alist.
34187 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
34189         * calendar/calendar.el (calendar-redrawing): New internal
34190         variable.
34191         (redraw-calendar): Remove bogus save-excursion from previous
34192         change.  Bind calendar-redrawing to t for mark-diary-entries.
34193         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34194         calendar if that is why we were called.
34196 2005-03-11  Kenichi Handa  <handa@m17n.org>
34198         * international/mule.el (make-coding-system): Set property
34199         coding-system-define-form to nil.
34200         (define-coding-system-alias): Likewise.
34202 2005-03-11  Kenichi Handa  <handa@m17n.org>
34204         These changes are suggested by Dave Love <fx@gnu.org>.
34206         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34207         coding: tag.
34208         (adaptive-fill-regexp): Add more bullets.
34209         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34210         regexps.
34212 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
34214         * help.el (describe-mode): Properly handle non-trivial lighters.
34215         Don't ignore minor modes that are not listed in minor-mode-list.
34217         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34218         feature ON when the user requests to turn it OFF.
34220 2005-03-10  Lute Kamstra  <lute@gnu.org>
34222         * emacs-lisp/debug.el (debug-entry-code): Delete it.
34223         (implement-debug-on-entry): New function to replace debug-entry-code.
34224         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
34225         second argument as the 2005-03-07 change makes it obsolete.
34226         (debug-on-entry, cancel-debug-on-entry): Update call to
34227         debug-on-entry-1.
34228         (debug, debugger-setup-buffer): Comment update.
34229         (debugger-frame-number): Update to work with implement-debug-on-entry.
34231 2005-03-10  Jay Belanger  <belanger@truman.edu>
34233         * calc/calc-embed.el (math-ms-args): Declare it.
34234         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34235         math-ms-args.
34236         (calc-embedded-subst): Use math-multi-subst-rec to substitute
34237         variables.
34239 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
34241         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34242         Use message-box.
34244         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34245         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34246         (tooltip-gud-tips): Simplify.
34247         (tooltip-gud-tips-p): Remove superfluous :set.
34248         (tooltip-gud-modes): Add fortran-mode.
34249         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34251         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34253 2005-03-09  Kim F. Storm  <storm@cua.dk>
34255         * play/animate.el (animate-place-char): Use forward-line instead
34256         of next-line to improve performance.
34258 2005-03-09  Simon Josefsson  <jas@extundo.com>
34260         * net/browse-url.el (browse-url-default-browser): Doc fix.
34262 2005-03-09  Miles Bader  <miles@gnu.org>
34264         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34265         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34267 2005-03-09  Kenichi Handa  <handa@m17n.org>
34269         * international/latin-1.el: Set case and syntax for 255 only if
34270         set-case-syntax-set-multibyte is nil.
34272         * textmodes/ispell.el (ispell-insert-word): New function.
34273         (ispell-word): Use ispell-insert-word to insert a new word.
34274         (ispell-process-line): Likewise.
34275         (ispell-complete-word): Likewise.
34277 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
34279         * calendar/calendar.el (redraw-calendar): Preserve point.
34280         Reported by Matt Hodges <MPHodges@member.fsf.org>.
34281         (calendar-week-start-day): Move after definition of
34282         redraw-calendar.  Delete buffer test, since redraw-calendar has
34283         that now.
34285         * calendar/diary-lib.el (mark-diary-entries): Only call
34286         redraw-calendar in the first of any recursive calls.
34287         Reported by Alan Shutko <ats@acm.org>.
34289 2005-03-08  Juri Linkov  <juri@jurta.org>
34291         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34292         (html-horizontal-rule, html-line, html-image, html-checkboxes)
34293         (html-radio-buttons): Add a space before the trailing `/>' where
34294         sgml-xml-mode is non-nil.
34295         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34296         the subsequent tag of the empty XML tag.
34297         (html-href-anchor): Don't set initial input to "http:".
34298         (html-image): Ask for the image URL and set point inside alt="".
34299         (html-name-anchor): Duplicate the name in the `id' attribute when
34300         sgml-xml-mode is non-nil.
34301         (html-paragraph): Remove \n before <p>.
34302         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34303         instead of `checked' when sgml-xml-mode is non-nil.
34305         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34306         Remove 1 space before #RRGGBB to not truncate it on terminal
34307         windows w/o fringes.  Remove 1 space between bg and fg examples
34308         to get more space.
34309         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34310         avoid byte-compile warnings.
34312         * image-file.el (image-file-handler): Put `safe-magic' property to
34313         `image-file-handler'.
34315         * info.el (Info-isearch-search): Emulate word search in
34316         isearching through multiple Info nodes with Info-search.
34317         (Info-isearch-wrap): Allow isearch-word.
34319 2005-03-08  Lute Kamstra  <lute@gnu.org>
34321         * emacs-lisp/debug.el (debugger-step-through): Make sure that
34322         stepping into the debugger's code is not possible.
34323         (debugger-jumping-flag): Docstring update.
34325 2005-03-08  Jay Belanger  <belanger@truman.edu>
34327         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34328         embedded mode begins.
34329         (calc-embedded-language-alist): New variable.
34330         (calc-embedded-find-modes): Use calc-embedded-language-alist to
34331         set default language mode.
34333 2005-03-08  Kenichi Handa  <handa@m17n.org>
34335         * international/ccl.el (define-ccl-program): Fix docstring about
34336         extra 256 bytes assured for the output buffer.
34338         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34339         Fix BUFFER_MAGNIFICATION to 2.
34340         (ccl-encode-mule-utf-16be-with-signature): Likewise.
34342 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
34344         * align.el (align-rules-list): Added an alignment rule for CSS
34345         declarations (applies to css-mode and html-mode buffers).
34347 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
34349         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
34351 2005-03-07  Kim F. Storm  <storm@cua.dk>
34353         * simple.el (move-beginning-of-line): New command.
34355         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
34357         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
34359         * emulation/cua-base.el: Put CUA move property on move-end-of-line
34360         and move-beginning-of-line.
34362         * apropos.el (apropos-print): Omit command from M-x ... RET.
34364 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
34366         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
34367         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34369 2005-03-06  Richard M. Stallman  <rms@gnu.org>
34371         * bindings.el (esc-map): Bind M-g to goto-line.
34373         * facemenu.el (global-map): Bind M-o, not M-g.
34375 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34377         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
34378         "Open Directory" as for "Open File".
34380 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
34382         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
34383         (push-mark-command): Run activate-mark-hook.
34385 2005-03-06  Richard M. Stallman  <rms@gnu.org>
34387         * help-mode.el (help-mode-finish): Don't alter the element
34388         in view-return-to-alist if there already is one.
34390         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
34391         make sure the current buffer is the expected one.
34393         * novice.el (disabled-command-function): Output in *Disabled Command*.
34394         Explicitly ignore non-keyboard events, and explicitly handle C-g.
34396         * textmodes/flyspell.el (flyspell-large-region):
34397         Pass args differently for aspell.
34399         * files.el (mode-require-final-newline): Doc fix.
34401 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
34403         * progmodes/which-func.el (which-function):
34404         Specify NOERROR when calling imenu--make-index-alist.
34406 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
34408         * simple.el (normal-erase-is-backspace): Define default value.
34410         * custom.el (custom-theme-set-variables): Remove unused var
34411         `immediate'.
34412         (custom-reevaluate-setting): Simple function to handle variables
34413         that are defined before their default value can really be
34414         computed.
34416         * startup.el (command-line): Use it for temporary-file-directory,
34417         small-emporary-file-directory, auto-save-file-name-transforms,
34418         blink-cursor-mode, and normal-erase-is-backspace.
34420         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34421         progress, even with buggy anchored keywords.
34423 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
34425         * simple.el (goto-line): Remove unbalanced final parenthesis.
34427 2005-03-05  Richard M. Stallman  <rms@gnu.org>
34429         * simple.el (goto-line): Use a number at point as the default.
34430         With C-u as arg, switch buffers.
34432 2005-03-05  Juri Linkov  <juri@jurta.org>
34434         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34435         with `no-blinking-cursor'.
34437         * startup.el (no-blinking-cursor): New defvar.
34438         (command-line): Add `--no-blinking-cursor' to longopts.
34439         Set `no-blinking-cursor' to t for command line arguments
34440         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
34441         with `no-blinking-cursor' in the condition for calling
34442         `blink-cursor-mode'.
34444 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
34446         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34447         (menu-bar-options-save): Add blink-cursor-mode.
34448         (menu-bar-options-menu): Add blink-cursor-mode.
34450 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
34452         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
34453         (icalendar-export-file, icalendar-export-region)
34454         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
34455         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
34457 2005-03-04  Lute Kamstra  <lute@gnu.org>
34459         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
34460         (debug-function-list): Ditto.
34462 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
34464         * textmodes/texinfmt.el (texinfo-append-refill):
34465         Redefine the types of line to which @refill
34466         is not appended by replacing a search for `@refill\\|@bye' with
34467         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
34468         itemize@refill' bug and the unfilled long lines bug.
34469         (texinfmt-version): Update number and date.
34471 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
34473         * international/code-pages.el (windows-1250, windows-125[2-8])
34474         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34476 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34478         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34479         bound yet.
34481 2005-03-02  Romain Francoise  <romain@orebokech.com>
34483         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34484         buffer after removing limits.
34485         (ibuffer-pop-filter): Ditto.
34486         Update copyright.
34488 2005-03-02  Miles Bader  <miles@gnu.org>
34490         * button.el (make-text-button): If the user doesn't specify a
34491         type, use the default.  Rewrite to use `add-text-properties' and
34492         plist functions.
34494 2005-03-01  Lute Kamstra  <lute@gnu.org>
34496         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34497         (debugger-jumping-flag): New var.
34498         (debug-entry-code): Use it.
34499         (debugger-jump): Use debugger-jumping-flag and add
34500         debugger-reenable to post-command-hook.
34501         (debugger-reenable): Use debugger-jumping-flag and remove itself
34502         from post-command-hook.
34503         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34504         debugger-reenable.
34506 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
34508         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34509         inclusion of "itemize\\|", which may be unnecessary, is certainly
34510         inelegant, and stops refilling in itemize lists when formatting
34511         Japanese Texinfo files to Info.
34512         Update copyright to 2005.
34514 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
34516         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34517         of an error if GDB can't find the source file.
34519 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
34521         * calendar/calendar.el (redraw-calendar): Work from any buffer,
34522         not just the calendar.
34524         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34525         first.
34526         (diary-redraw-calendar): New function.
34527         (make-diary-entry): Add diary-redraw-calendar to local
34528         write-contents-functions.  Turn off selective display before
34529         inserting in diary.
34531 2005-03-01  Kim F. Storm  <storm@cua.dk>
34533         * emacs-lisp/copyright.el (copyright-fix-years): New command.
34535 2005-03-01  Lute Kamstra  <lute@gnu.org>
34537         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34538         that debug-entry-code can be safely removed from a function while
34539         this code is being evaluated.  Revert the 2005-02-27 change as the
34540         new implementation no longer requires it.  Make sure that a
34541         function body containing just a string is not mistaken for a docstring.
34542         (debug): Skip one more frame in case of debug on entry.
34543         (debugger-setup-buffer): Delete one more frame line in case of
34544         debug on entry.
34545         (debugger-frame-number): Update to use the new text introduced by
34546         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
34548 2005-02-28  Kim F. Storm  <storm@cua.dk>
34550         * double.el (double-translate-key): Call force-window-update after
34551         read-event to avoid crash in redisplay.
34553 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34555         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
34556         (debug): Use it.  Move the inhibit-trace earlier.
34557         (debug-entry-code): New const.
34558         (debug-on-entry-1): Use it.
34560 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
34562         * international/utf-16.el (ccl-encode-mule-utf-16le):
34563         Fix BUFFER_MAGNIFICATION to 2.
34564         (ccl-encode-mule-utf-16be): Likewise.
34566 2005-02-28  Kenichi Handa  <handa@m17n.org>
34568         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34569         Fix BUFFER_MAGNIFICATION to 4.
34570         (ccl-encode-mule-utf-16be-with-signature): Likewise.
34572 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
34574         * speedbar.el (speedbar-update-flag): Doc fix.
34575         (speedbar-show-info-under-mouse): Give set-mouse-position the right
34576         argument.
34578 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34580         * reveal.el (reveal-post-command): Don't try to reveal overlays which
34581         have a non-nil `invisible' property but are actually visible.
34583         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34584         for perldoc sections.
34585         (perl-outline-regexp, perl-outline-level): New var and function.
34586         (perl-mode): Use them.
34588 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
34590         * calendar/diary-lib.el (diary-remind): Discard any mark portion
34591         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34593 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
34595         * cus-edit.el: Comment change.
34596         (custom-buffer-create-internal): Slightly reword text at top of
34597         Custom buffers.  Mention there that saving an option edits the
34598         init file.  Add link to Emacs manual node on `custom-file'.
34599         (custom-magic-alist): Rewrite individual State messages to use
34600         capitalized keywords.  Doc fix.
34602 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
34604         * calendar/calendar.el (calendar-buffer): Move above
34605         calendar-week-start-day.
34606         (calendar-week-start-day): Doc fix.  Add :set function.
34607         (calendar-minimum-window-height): New variable.
34608         (generate-calendar-window): Only resize window if selected-window
34609         is displaying the calendar buffer.  Use new variable
34610         calendar-minimum-window-height.
34611         (generate-calendar): Reword error message.
34612         (calendar-mode-map): Bind DEL to scroll-other-window-down.
34614 2005-02-27  Andreas Schwab  <schwab@suse.de>
34616         * vc.el (vc-do-command): Don't run command asynchronously when
34617         operating in a remote directory.
34619         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34620         change from sync with Tramp 2.0.47.
34622 2005-02-27  Richard M. Stallman  <rms@gnu.org>
34624         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34626         * textmodes/flyspell.el (flyspell-mode-on):
34627         Call ispell-change-dictionary only if necessary.
34629         * emacs-lisp/re-builder.el (regexp-builder): New function.
34631         * register.el (describe-register-1): Explicitly handle
34632         yank-excluded-properties = t.
34634         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34635         (custom-magic-alist): Change the status descriptions again.
34636         (face widget-type): Total rewrite based on `restricted-sexp'
34637         to eliminate the confusing double hiding levels.
34639         * emacs-lisp/debug.el (debug-on-entry-1):
34640         If function body is empty, add nil as body form.
34642 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
34644         * emacs-lisp/trace.el (inhibit-trace): New var.
34645         (trace-make-advice): Use it.
34647         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34649 2005-02-26  Kim F. Storm  <storm@cua.dk>
34651         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34652         (mouse-on-link-p, mouse-drag-region-1): Use it.
34654 2005-02-25  Lute Kamstra  <lute@gnu.org>
34656         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34658 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
34660         * frame.el (blink-cursor-mode): Add :group keyword.
34662 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
34664         * calendar/icalendar.el (icalendar--decode-isodatetime):
34665         New optional argument DAY-SHIFT.
34666         (icalendar-export-region): Fix coding-system-for-write.
34667         (icalendar--convert-ical-to-diary): Shift end-day of all-day
34668         events by one.
34670 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
34672         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34674 2005-02-24  Kim F. Storm  <storm@cua.dk>
34676         * international/iso-acc.el (iso-accents-compose): Fix crash
34677         during redisplay.  Call force-window-update after read-event
34678         and delete-region to signal that window is not accurate.
34680 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34682         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34683         Remove unused and inexistent var `inhibit-trace'.
34684         (debugger-mode): Use run-mode-hooks.
34685         (debugger-list-functions): Add buttons; setup xref stack.
34687 2005-02-23  Richard M. Stallman  <rms@gnu.org>
34689         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34690         appointment says it was explicitly made.
34691         (appt-add): Set the 3rd element.
34692         (appt-make-list): Preserve explicit appointments.
34694         * subr.el (find-tag-default): Catch errors in forward-sexp.
34696 2005-02-23  Juri Linkov  <juri@jurta.org>
34698         * info.el (Info-isearch-search): New defcustom.
34699         (Info-isearch-search): Call the default isearch function
34700         when Info-isearch-search is nil.
34701         (Info-isearch-wrap): Use variable Info-isearch-search.
34703 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
34705         * cus-edit.el: Comment change.
34707 2005-02-22  Kim F. Storm  <storm@cua.dk>
34709         * progmodes/hideif.el (hide-ifdef-use-define-alist):
34710         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
34712 2005-02-22  Simon Josefsson  <jas@extundo.com>
34714         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34715         New variable.
34716         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
34717         Oskarsson" <myrkraverk@users.sourceforget.net>.
34719 2005-02-22  Kim F. Storm  <storm@cua.dk>
34721         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34722         check that window of that event is the selected window.
34723         (mouse-drag-region-1): Compare mouse event window to selected
34724         window before setting point.
34726         * tooltip.el (tooltip-show-help-function): Pass event to
34727         mouse-on-link-p so it can check selected window.
34729 2005-02-22  Kenichi Handa  <handa@m17n.org>
34731         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34732         (ps-mule-show-warning): New function.
34733         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34734         characters are found.
34736         * ps-print.el (ps-header-footer-string): Return a list of header
34737         and footer strings.
34739 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
34741         * pcvs.el (cvs-retrieve-revision): Fix thinko.
34743 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
34745         * frame.el (blink-cursor-mode): Use define-minor-mode.
34747         * term/mac-win.el (function-key-map): Use char-names more consistently.
34748         (file-name-coding-system): Only set it for MacOS-9.  The other case is
34749         already handled in mule-cmds.el (where it also works when mac-win.el
34750         is not used).
34752 2005-02-21  Kenichi Handa  <handa@m17n.org>
34754         * international/mule.el (ctext-pre-write-conversion): Always use
34755         " *code-converting-work*" buffer for work.
34757         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34759 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
34761         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34763 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
34765         * ses.el (undo-more): Restore defadvice, but only the part that
34766         allows changes outside the restricted area of the buffer.
34768 2005-02-20  Kim F. Storm  <storm@cua.dk>
34770         * simple.el (line-move): Add fourth optional arg try-vscroll which
34771         must be set to perform auto-window-vscroll.
34772         When moving backwards and doing auto-window-vscroll, automatically
34773         vscroll to the last part of lines which are taller than the window.
34774         (next-line, previous-line): Set try-vscroll arg on line-move.
34776 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
34778         * replace.el (query-replace, query-replace-regexp)
34779         (replace-string, replace-regexp): When operating on region, make
34780         the minibuffer prompt say so.
34782         * isearch.el (isearch-forward): Document isearch-query-replace and
34783         isearch-query-replace-regexp keybindings.
34785 2005-02-19  Jay Belanger  <belanger@truman.edu>
34787         * calc/calc-aent.el (math-read-token): Add local variable.
34789         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34790         (calc-edit-top): Move declaration to earlier in file.
34791         (calc-edit-macro-repeats): Add local variables.
34793         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34794         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34795         calcFunc-tanh.
34796         Adjust integration rule for calcFunc-tan.
34798 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34800         * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
34801         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34802         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34803         (viper-skip-separators): Bug fix.
34804         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34805         particular major mode.
34806         (viper-del-backward-char-in-replace): Don't put deleted char on the
34807         kill ring.
34809         * emulation/viper-ex.el (viper-color-display-p): New function.
34810         (viper-has-face-support-p): Use viper-color-display-p.
34812         * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
34814         * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34816         * emulation/viper-util.el (viper-glob-unix-files):
34817         Fix shell status check.
34818         (viper-file-remote-p): Make equivalent to file-remote-p.
34820         * emulation/viper.el (viper-major-mode-modifier-list):
34821         Use viper-gnus-modifier-map.
34823 2005-02-19  David Kastrup  <dak@gnu.org>
34825         * subr.el (subregexp-context-p): Fix garbled doc string by adding
34826         quoting.
34828 2005-02-19  Jay Belanger  <belanger@truman.edu>
34830         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34831         Remove extra definitions.
34832         (calc-coth): New function.
34833         (calcFunc-cot): Fix `let'.
34835 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
34837         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34838         the reasons we use "type pc" in these faces.
34840         * button.el (button): Ditto.
34842 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
34844         * replace.el (query-replace-read-from): Set the value of
34845         query-replace-from-history-variable to handle the case of an empty
34846         string entered to accept the suggested default.
34848         * net/tramp.el (tramp-file-name-for-operation):
34849         Use dired-call-process instead of dired-call-process-command.
34851 2005-02-19  Jay Belanger  <belanger@truman.edu>
34853         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34854         (math-div-non-trig): New variables.
34855         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34856         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34857         (math-combine-prod, math-div-symb-fancy): Add simplifications for
34858         trig expressions.
34860 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
34862         * progmodes/gdb-ui.el (gdb-var-update-handler)
34863         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34864         for watch expressions,
34865         (gdb-var-create-handler): Don't set speedbar-update-flag.
34866         (gdb-post-prompt): Simplify test for speedbar.
34868 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34870         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34871         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34872         we use the syntax table of the correct buffer.
34873         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34874         Felix Gatzemeier.
34876         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34877         (ediff-file-remote-p): Make synonymous with file-remote-p.
34878         In all deffaces ediff-*-face-*, use min-colors.
34880         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34881         ediff-recurse-to-subdirectories.
34882         (ediff-mark-if-equal): Check that the arguments are strings, use
34883         ediff-same-contents (after to Felix Gatzemeier).
34885         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34886         nil.
34888 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34890         * log-view.el (log-view-message-re): Fix up Subversion regexp.
34892 2005-02-18  David Kastrup  <dak@gnu.org>
34894         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34895         use `mark-active' when defined.
34897 2005-02-18  Kenichi Handa  <handa@m17n.org>
34899         * ps-print.el (ps-font-info-database): New entry
34900         ZapfChancery-MediumItalic with correct font name.  Fix font name
34901         of the entry Zapf-Chancery-MediumItalic.
34903 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
34905         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34907 2005-02-16  Kim F. Storm  <storm@cua.dk>
34909         * ido.el (ido-fallback-command): Pass user input to fallback command.
34911 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
34913         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34914         (gdb-find-file-hook): Add server prefix.
34916 2005-02-16  Richard M. Stallman  <rms@gnu.org>
34918         * replace.el (perform-replace): Pass new args to replace-highlight.
34919         (replace-highlight): Take region args,
34920         and pass them to isearch-lazy-highlight-new-loop.
34922         * novice.el (disabled-command-hook): Autoload the defalias
34923         and the make-obsolete-variable call.
34925         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34927         * isearch.el (isearch-lazy-highlight-start-limit)
34928         (isearch-lazy-highlight-end-limit): New variables limit
34929         the region for highlighting.
34930         (isearch-lazy-highlight-new-loop): New args BEG and END.
34931         (isearch-lazy-highlight-search): Use the new vars.
34932         (isearch-lazy-highlight-update): Likewise.
34934         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34936         * cus-start.el (all): Use default-boundp.
34938 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
34940         * menu-bar.el (menu-bar-select-frame): Handle current frame.
34942 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
34944         * autorevert.el (auto-revert-stop-on-user-input)
34945         (auto-revert-verbose): Doc fixes.
34947 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
34949         * international/mule-cmds.el (set-locale-environment): Remove call
34950         to set-selection-coding-system on Windows.
34952 2005-02-15  Jay Belanger  <belanger@truman.edu>
34954         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34955         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34956         calcFunc-coth.
34957         (math-simplify-sqrt): Add simplifications.
34959         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34960         to list.
34962         * calc/calc-ext.el: Add functions to autoloads.
34964         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34965         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34966         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34967         (math-csc-raw, math-cot-raw): New functions.
34969         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34971         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34972         the variable name in a message.
34974         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34975         calcFunc-csc, calcFunc-cot.
34977         * calc/calcalg2.el: Add derivative and integration rules for
34978         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34979         calcFunc-csch, calcFunc-coth.
34980         (math-do-integral-methods): Add to checks for when to use
34981         substitutions.
34983         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34985 2005-02-15  Lute Kamstra  <lute@gnu.org>
34987         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34988         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
34989         <monnier@iro.umontreal.ca>.
34990         (lisp-outline-level): Improve efficiency.  Suggested by David
34991         Kastrup <dak@gnu.org>.
34993 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
34995         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34996         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34997         (gdb-set-gud-minor-mode-existing-buffers): New functions.
34998         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
34999         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35001 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
35003         * cus-start.el (all): Comment change.
35005 2005-02-14  Lute Kamstra  <lute@gnu.org>
35007         * cus-start.el (all): Check if symbol is void.
35009 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
35011         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35012         optional argument to \cite.
35014 2005-02-14  Richard M. Stallman  <rms@gnu.org>
35016         * cus-edit.el (custom-buffer-create-internal): Update help message.
35017         (custom-magic-alist): Update help messages.
35019         * cus-start.el (all): Allow a var to specify a standard value.
35021 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
35023         * custom.el (custom-theme-set-variables): Handle variable aliases.
35025         * frame.el (blink-cursor-timer): Doc fix.
35026         (blink-cursor): Make it an alias for `blink-cursor-mode' and
35027         declare obsolete.
35028         (blink-cursor-mode): Define with defcustom and use correct
35029         standard expression in that defcustom.
35030         * startup.el (command-line): Adapt to above changes in frame.el.
35032 2005-02-11  Lute Kamstra  <lute@gnu.org>
35034         * apropos.el (apropos-score-doc): Prevent division by zero.
35036 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
35038         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35039         (icalendar--get-event-property-attributes)
35040         (icalendar--get-event-properties)
35041         (icalendar--datetime-to-diary-date): New functions.
35042         (icalendar--split-value): Doc fix.
35043         (icalendar--datetime-to-noneuropean-date)
35044         (icalendar--datetime-to-european-date): New optional argument
35045         SEPARATOR.  Return result as a string instead of a list.
35046         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35047         (icalendar--convert-string-for-export): Rename arg S to STRING.
35048         (icalendar-export-region): Doc fix.  Change name of error buffer.
35049         Save output buffer.
35050         (icalendar-import-file): Add blank at end of prompt.
35051         (icalendar-import-buffer): Doc fix.  Do not switch to error
35052         buffer.  Indicate status in return value.
35053         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
35054         buffer.  Save output buffer.  Handle exception from recurrence
35055         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
35056         events.  Fix problems with weekly all-day events.
35058 2005-02-10  Richard M. Stallman  <rms@gnu.org>
35060         * simple.el (eval-expression-print-format):
35061         Avoid warning about edebug-active.
35063         * help.el (help-for-help-internal): Rename from help-for-help.
35064         (help-for-help): Define with defalias.
35066         * font-core.el (font-lock-default-function): Use with-no-warnings.
35068         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35070         * custom.el (defface): Doc fix.
35072 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
35074         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35075         width 0" to prevent word wrapping problems.
35077 2005-02-09  Kim F. Storm  <storm@cua.dk>
35079         * ido.el (ido-file-extensions-order): New defcustom.
35080         (ido-file-extension-lessp, ido-file-extension-aux)
35081         (ido-file-extension-order): New advanced file ordering.
35082         (ido-file-lessp): New simple file ordering.
35083         (ido-sort-list): Remove.
35084         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35085         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35087 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
35089         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35090         that some versions of grep produce.
35091         (grep-mode-font-lock-keywords): Likewise.
35093 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
35095         * progmodes/gdb-ui.el (gdb-location-list): New variable.
35096         (gdb-cdir): Delete.
35097         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35098         (gdb-source-info): Treat case when source file is in another
35099         directory properly.
35100         (gdb-get-location): New function.
35102 2005-02-07  Jay Belanger  <belanger@truman.edu>
35104         * calc/calc-prog.el (calc-write-parse-table-part)
35105         (calc-fix-token-name): Fix a check for language type.
35107         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35109 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
35111         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35112         as directory not writable.
35114 2005-02-07  Kim F. Storm  <storm@cua.dk>
35116         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35117         (cua--standard-movement-commands): Remove list.
35118         Instead, set CUA property value to move for movement commands.
35119         (cua-movement-commands): Remove.  Users must set CUA prop instead.
35120         (cua--pre-command-handler): Check CUA property.
35121         (cua--init-keymaps): Don't remap undo commands.
35122         (cua-mode): Don't call cua--rectangle-on-off.
35124         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35125         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35126         (cua--rect-undo-set-point): New var.
35127         (cua--rectangle-undo-boundary): Setup undo apply entry.
35128         (cua--rect-undo-handler): New function for rectangle undo.
35129         (cua--rect-start-position, cua--rect-end-position): Add.
35130         (cua--rectangle-post-command): Call cua--rectangle-set-corners
35131         for restored rectangle.  Set point if cua--rect-undo-set-point.
35133 2005-02-06  Jay Belanger  <belanger@truman.edu>
35135         * calc/calc-lang.el (calc-tex-language): Display more information
35136         in messages.
35138         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35139         in TeX mode.
35141 2005-02-06  Richard M. Stallman  <rms@gnu.org>
35143         * emacs-lisp/lisp.el (buffer-end): Doc fix.
35145 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
35147         * net/ldap.el (ldap-search-internal): Support attributes with
35148         optional descriptions separated by a semi-colon, as in
35149         "userCertificate;binary".
35151 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
35153         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35154         isn't a cons (i.e. the version is 0).
35156 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
35158         * help.el (help-for-help): Doc fix.
35160 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
35162         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
35163         GDB-Windows on the menu-bar as this works better.
35165 2005-02-04  Jay Belanger  <belanger@truman.edu>
35167         * calc/calc-embed.el (calc-embedded-update): Don't put in
35168         unnecessary newlines.  Adjust the end of formula marker.
35170         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35171         (math-latex-parse-two-args): New function.
35173 2005-02-03  Lute Kamstra  <lute@gnu.org>
35175         * help-fns.el (help-with-tutorial): Make sure that users cannot
35176         remove the entire text of the tutorial by means of `undo'.
35178 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35180         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35181         in recent changes, where the ispell process was repeatedly
35182         killed & restarted.
35184         * international/mule-cmds.el (set-locale-environment): Set file-name
35185         coding system to utf-8 on Darwin systems.
35186         (set-default-coding-systems): Don't set default-file-name-coding-system
35187         on Darwin systems.
35189 2005-02-03  Richard M. Stallman  <rms@gnu.org>
35191         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35193 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
35195         * faces.el (list-faces-display): Add optional argument.
35197 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
35199         * font-core.el (font-lock-default-function): Handle the rare case where
35200         only font-lock-keywords is set.
35202 2005-02-02  Kenichi Handa  <handa@m17n.org>
35204         * international/characters.el: Cancel previous change for
35205         I-WITH-DOT-ABOVE and DOTLESS-i.
35207         * international/latin-5.el: Cancel previous change.
35209 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
35211         * progmodes/gud.el: Correction to syntax in gud-menu-map.
35213 2005-02-02  Kenichi Handa  <handa@m17n.org>
35215         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35216         DOTLESS-i.
35218         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35219         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35221         * case-table.el (get-upcase-table): New function.
35222         (copy-case-table): Copy upcaes table too if non-nil.
35223         (set-case-syntax-delims): Maintain upcase table too.
35224         (set-case-syntax-pair): Likewise.
35225         (set-upcase-syntax, set-downcase-syntax): New functions.
35226         (set-case-syntax): Maintain upcase table too.
35228 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
35230         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35232         * progmodes/gud.el (gud-goto-info): New function.
35233         (gud-tool-bar-map): Use correct icon.
35235 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
35237         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35238         When delegating, order args in the funcall correctly.
35240 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
35242         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35244 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
35246         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35247         buffer not visiting a file.
35249 2005-01-31  Jay Belanger  <belanger@truman.edu>
35251         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35252         bound on the line with the formula.
35254 2005-01-31  Kim F. Storm  <storm@cua.dk>
35256         * ses.el (ses-create-cell-variable-range)
35257         (ses-destroy-cell-variable-range, ses-reset-header-string)
35258         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35259         (ses-insert-row): Fix format of apply undo entries.
35261 2005-01-31  Jay Belanger  <belanger@truman.edu>
35263         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35264         parts.
35266         * calc/calc-embed.el (calc-embedded-open-formula)
35267         (calc-embedded-close-formula): Ignore matrix environments.
35269         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35270         TeX mode.
35272         * calc/calc-lang.el (math-function-table, math-oper-table)
35273         (math-variable-table): Adjust the LaTeX portions.
35275         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35276         (math-latex-ignore-words): New constant.
35278 2005-01-31  Richard M. Stallman  <rms@gnu.org>
35280         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35281         (ispell-local-dictionary): Doc fix.
35282         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35283         Don't reinitialize at run time.  Don't defcustom.
35284         All uses changed to append ispell-local-dictionary-alist,
35285         or check it first.
35286         (ispell-current-dictionary): New variable for dictionary in use.
35287         (ispell-dictionary): Now used only for global default.
35288         (ispell-start-process): Set ispell-current-dictionary,
35289         not ispell-dictionary.
35290         (ispell-change-dictionary): Use this only for setting
35291         user preferences.
35292         (ispell-internal-change-dictionary): New function
35293         to change the current dictionary in use.
35294         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35295         Use ispell-current-dictionary.
35296         Handle ispell-local-dictionary-overridden.
35297         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35299 2005-01-31  Jay Belanger  <belanger@truman.edu>
35301         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35303         * calc/calc-ext.el: Add calc-latex-language to autoloads.
35304         (calc-mode-map): Add calc-latex-language.
35306         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35307         (math-latex-print-frac): New functions.
35308         (math-oper-table, math-function-table, math-variable-table)
35309         (math-complex-format, math-input-filter): Add latex properties.
35310         (calc-set-language): Set math-expr-special-function-mapping.
35312         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35313         (calc-write-parse-table-part): Add LaTeX support.
35315         * calc/calc.el (calc-language): Adjust docstring.
35316         (calc-set-mode-line): Add LaTeX support.
35317         (math-expr-special-function-mapping): New variable.
35318         (math-tex-ignore-words): Add to list.
35320         * calc/calccomp.el (math-compose-expr, math-compose-rows):
35321         Add LaTeX support.
35322         (math-compose-expr): Add support for special functions.
35324         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35326 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
35328         * progmodes/gdb-ui.el (gdb-memory-address)
35329         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35330         (gdb-memory-mode-map, gdb-memory-format-keymap)
35331         (gdb-memory-format-menu, gdb-memory-unit-keymap)
35332         (gdb-memory-unit-menu): New variables for a buffer
35333         that lets the user examine program memory.
35334         (gdb-memory-set-address, gdb-memory-set-repeat-count)
35335         (gdb-memory-format-binary, gdb-memory-format-octal)
35336         (gdb-memory-format-unsigned, gdb-memory-format-signed)
35337         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35338         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35339         (gdb-memory-unit-word, gdb-memory-unit-halfword)
35340         (gdb-memory-unit-byte, gdb-memory-unit-menu)
35341         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35342         (gdb-memory-mode, gdb-memory-buffer-name)
35343         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35344         New functions for above buffer.
35346 2005-01-30  Richard M. Stallman  <rms@gnu.org>
35348         * cus-edit.el (custom-bury-buffer): Function deleted.
35349         (custom-buffer-done-function): Option deleted.
35350         (custom-buffer-done-kill): New replacement option.
35351         (Custom-buffer-done): Call quit-window.
35352         (custom-buffer-create-internal): Update for above changes.
35354 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
35356         * simple.el (undo-ask-before-discard): New var.
35357         (undo-outer-limit-truncate): Implement it.
35358         (undo-extra-outer-limit): Doc update.
35360 2005-01-29  Richard M. Stallman  <rms@gnu.org>
35362         * ses.el (undo-more): Delete defadvice.
35363         (ses-begin-change): Doc fix.
35365         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
35366         instead of rebinding C-x u and C-_.
35368         * files.el (normal-backup-enable-predicate): Return nil for files
35369         in /tmp, regardless of temporary-file-directory.
35371         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
35373         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
35374         (open-rectangle, delete-whitespace-rectangle-line)
35375         (clear-rectangle-line): If FILL, pass t instead of FILL
35376         for move-to-column's 2nd arg.
35378         * simple.el (undo): Fix the test for continuing a series of undos.
35379         (undo-more): Set pending-undo-list to t when we reach end.
35380         (pending-undo-list): Move up defvar.
35382         * wid-edit.el (widget-button-click):
35383         Shorten the range of the track-mouse binding.
35385         * comint.el (comint-insert-input): Undo previous changes;
35386         use last-input-event in interactive spec.
35388 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
35390         * progmodes/compile.el (compilation-start): Bind buffer-read-only
35391         to nil before invoking call-process.  Reset buffer's modified flag
35392         after fontifying it in the no-async branch.
35394         * wid-edit.el (widget-specify-button): If mouse pointer shape
35395         cannot be changed, use mouse face instead.
35397 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
35399         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
35400         (gdb-goto-breakpoint): Make breakpoint handling work on template
35401         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
35402         (gdb-assembler-custom): Update to recognize breakpoint information
35403         added on 2005-01-19.
35405 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
35407         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
35408         (dsssl-mode): Use define-derived-mode.
35409         (scheme-mode-initialize): Remove.
35410         (scheme-mode): Use run-mode-hooks.
35412         * cus-edit.el (customize-group-other-window)
35413         (custom-buffer-create-other-window): Don't override special-display-*.
35414         (custom-mode-map): Make it dense.
35416         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35417         sets the default value.
35419 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
35421         * descr-text.el: Add more keywords.
35423 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
35425         * speedbar.el: Avoid unnecessary use of locate-library.
35427         * international/mule-cmds.el (standard-display-european-internal):
35428         Don't fiddle with latin-1 non-break space any more since it's now
35429         special cased in the C code.
35430         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35432 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
35434         * cus-start.el (all): Add `undo-outer-limit'.
35436 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
35438         * textmodes/bibtex.el (bibtex-format-entry):
35439         Use `bibtex-empty-field-re' only on the text of fields, not on entire
35440         field lines.
35441         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35442         not on part of a buffer.
35444 2005-01-25  Lute Kamstra  <lute@gnu.org>
35446         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35447         nonempty field text strings like "{letters\\macro{}more letters}".
35448         Clarify docstring.
35449         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35450         (bibtex-entry-offset, bibtex-parse-association)
35451         (bibtex-parse-field-name): Fix typos in docstrings.
35452         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
35454 2005-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
35455             Juri Linkov  <juri@jurta.org>
35457         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
35458         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
35459         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
35460         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35462         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35463         isearch minor mode.
35465 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
35467         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35469 2005-01-24  Lute Kamstra  <lute@gnu.org>
35471         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35472         CASECHARS and NOT-CASECHARS regular expressions of the
35473         "nederlands" and "nederlands8" dictionaries to prevent a "Range
35474         striding over charsets" error.
35476 2005-01-24  Jay Belanger  <belanger@truman.edu>
35478         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35479         display variable name.
35481 2005-01-24  Kenichi Handa  <handa@m17n.org>
35483         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35484         Fix setting of the element of encoded-kbd-iso2022-invocations.
35486 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
35488         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35489         (gdb-threads-select): Change to also accept mouse events.
35490         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35491         (gdb-threads-mouse-select): Delete.
35493 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
35495         * files.el (insert-directory): Take care of empty directory,
35496         listed without -a switch.
35498 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
35500         * textmodes/refill.el (refill-post-command-function):
35501         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35502         to the list of functions that we should be careful not to undo.
35503         (refill-late-fill-paragraph-function): Remove.
35504         (refill-saved-state): New var.
35505         (refill-mode): Use it to save fill-paragraph-function.
35506         Save also the value of auto-fill-function.
35508         * term/w32-win.el: Simplify code.
35510 2005-01-23  Kim F. Storm  <storm@cua.dk>
35512         * simple.el (line-move): Adapt to new return value from
35513         pos-visible-in-window-p.
35515         * simple.el (line-move): Fix last change.  Check partial
35516         visibility at point rather than at window-start.
35518 2005-01-22  Jason Rumney  <jasonr@gnu.org>
35520         * term/w32-win.el (xw-defined-colors): Remove debug-message.
35522 2005-01-22  David Kastrup  <dak@gnu.org>
35524         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35526 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
35528         * type-break.el (type-break-mode): Add a test for
35529         type-break-file-name being non-nil.
35531 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
35533         * net/eudc.el (top level): Call (message "") via progn, so that
35534         eudc-options-file is loaded.
35536 2005-01-22  Kim F. Storm  <storm@cua.dk>
35538         * simple.el (line-move-1): Rename from line-move.
35539         (line-move): New function that adjusts vscroll for partially
35540         visible rows, and calls line-move-1 otherwise.
35542 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
35544         * pcomplete.el: Define pcomplete-read-event instead of read-event,
35545         since it's not a complete read-event implementation.
35547 2005-01-20  Jay Belanger  <belanger@truman.edu>
35549         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35550         for called function.
35552 2005-01-20  Steven Tamm  <steventamm@mac.com>
35554         * term/mac-win.el (process-connection-type): Remove.
35555         Controlled now by s/darwin.h:PTY_ITERATION.
35557 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
35559         * window.el (handle-select-window): Don't switch window when we're
35560         in the minibuffer.
35562 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
35564         * subr.el (dotimes-with-progress-reporter): New macro.
35566         * ses.el (ses-dotimes-msg): Remove macro.
35567         Use `dotimes-with-progress-reporter' instead.
35569 2005-01-19  Steven Tamm  <steventamm@mac.com>
35571         * term/mac-win.el (process-connection-type): Use new
35572         operating-system-release variable to use ptys on Darwin 7 (OS X
35573         10.3) when using carbon build.
35575 2005-01-19  Jay Belanger  <belanger@truman.edu>
35577         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35578         flags if the last command was a tab or M-tab.
35580         * calc/calc-prog.el (calc-user-define-edit): Put original formula
35581         in formula editing buffer.
35583 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
35585         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35586         breakpoint image symbol in margin.
35588 2005-01-19  Jay Belanger  <belanger@truman.edu>
35590         * calc/calc-prog.el (calc-execute-kbd-macro):
35591         Ignore calc-keep-arg-flag.
35593 2005-01-19  Kenichi Handa  <handa@m17n.org>
35595         * textmodes/ispell.el (ispell-looking-at): New function.
35596         (ispell-process-line): Use ispell-looking-at to compare the ispell
35597         output and the buffer contents.
35599 2005-01-18  Jay Belanger  <belanger@truman.edu>
35601         * calc/calc.el (calc-display-raw): Fix docstring.
35603 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
35605         * simple.el (blink-matching-open): Strip extra info from syntax.
35607         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35608         funny chars in the end-of-here-doc marker.
35610 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
35612         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35613         that enable/disabled state of breakpoints is shown correctly in
35614         fringe and on ttys.
35615         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35616         Add breakpoint information as text properties.
35617         (gdb-mouse-toggle-breakpoint):
35618         Rename to gdb-mouse-set-clear-breakpoint.
35619         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
35620         breakpoints in the margin.
35621         (gdb-remove-strings): Simplify.
35623 2005-01-17  Jay Belanger  <belanger@truman.edu>
35625         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35626         erasing buffer.
35628 2005-01-17  Richard M. Stallman  <rms@gnu.org>
35630         * progmodes/grep.el (grep-find): Copy from `grep' the condition
35631         for calling grep-compute-defaults.
35633         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35634         if buffer is empty.
35636         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35638 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
35640         * hilit-chg.el (highlight-changes-mode): Don't autoload.
35642         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35643         non-preloaded variables.
35645 2005-01-17  Steven Tamm  <steventamm@mac.com>
35647         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35648         tex-shell cause to force interactivity when using pipes.
35650 2005-01-17  Kim F. Storm  <storm@cua.dk>
35652         * simple.el (just-one-space): Make arg optional.
35654 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
35656         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35657         posn-at-x-y to t to access left-margin.
35659 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
35661         Sync with Tramp 2.0.47.
35663         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35664         catching keep-date problems in cp/scp operations.
35665         (tramp-handle-copy-file): Don't call `set-file-modes'
35666         unconditionally.  Specialized functions should know better what is
35667         necessary.  This improves performance a little bit, and the
35668         functions could catch errors with `cp -p' and `scp -p'.
35669         (tramp-do-copy-or-rename-file-via-buffer)
35670         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35671         when appropriate.
35672         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35673         Call `set-file-modes' when appropriate.
35674         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
35675         Johnsson <isak@hypergene.com>.
35676         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35677         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
35678         <joakim@verona.se>.
35679         (tramp-file-name-for-operation): Mark `shell-command' as magic for
35680         Emacs only.
35682         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
35683         `find-file-hooks' and `dired-mode-hook'.
35684         (tramp-minor-mode-map): Respective map.  Add remapping for
35685         `compile' and `recompile'.
35686         (tramp-remap-command, tramp-recompile): New defuns.
35687         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35688         in buffer "*Compilation*".  Call the commands asynchronously.
35690         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35691         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35692         `shell-command', because it isn't magic in XEmacs.  Reported by
35693         Adrian Aichner <adrian@xemacs.org>.
35695         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35696         `substitute-in-file-name.
35697         (tramp-smb-handle-substitute-in-file-name): New defun.
35698         (tramp-smb-advice-PC-do-completion): Delete advice.
35700 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
35702         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35703         Fix error in deleting region.
35705 2005-01-15  Richard M. Stallman  <rms@gnu.org>
35707         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35708         In non-temp buffer, switch syntax table temporarily.
35710         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35712         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35714         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35716         * imenu.el (imenu--split-menu): Copy menulist before sorting.
35717         (imenu--generic-function): Use START, not BEG, as pos of definition.
35719         * simple.el (just-one-space): Argument specifies number of spaces.
35721         * simple.el (eval-expression-print-format): Avoid warning
35722         about edebug-active.
35724 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
35726         * progmodes/sh-script.el: Code copied from make-mode.el
35727         with small changes,
35728         (sh-mode-map): Bind C-c C-\.
35729         (sh-backslash-column, sh-backslash-align): New variables.
35730         (sh-backslash-region, sh-append-backslash): New functions.
35732 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35734         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35735         (rmail-pop-password, rmail-pop-password-required): Move to
35736         rmail-obsolete group.
35737         (rmail-set-pop-password): Rename to rmail-set-remote-password.
35738         All callers updated.
35739         (rmail-get-pop-password): Rename to rmail-get-remote-password.
35740         Take an argument specifying whether it is POP or IMAP mailbox we
35741         are using.  All callers updated.
35742         (rmail-pop-password-error): Rename to
35743         rmail-remote-password-error.  Added mailutils-specific error message.
35744         (rmail-movemail-search-path)
35745         (rmail-movemail-variant-in-use): New variables.
35746         (rmail-remote-password, rmail-remote-password-required):
35747         New customization variables.
35748         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35749         (rmail-parse-url): New function.
35750         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35751         with GNU mailutils movemail.
35753 2005-01-15  Kevin Ryde  <user42@zip.com.au>
35755         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35756         suffix to space, $ or '$, to correctly position point when going
35757         to @table style constants like DBL_MAX.
35759 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
35761         * type-break.el (type-break-mode, type-break-file-time)
35762         (type-break-file-keystroke-count, type-break-choose-file):
35763         Don't store data in or load data from the file if type-break-file-name
35764         is nil.
35765         (type-break-file-name): Doc update as per the above.
35767 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
35769         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35770         lookup-key might return nil; handle that.
35772 2005-01-15  Alan Mackenzie  <acm@muc.de>
35774         * progmodes/ebrowse.el (ebrowse-class-in-tree):
35775         Return the tail of the tree rather than the element found,
35776         thus enabling the tree to be setcar'd.
35778 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35780         * textmodes/org.el (org-show-following-heading): New option.
35781         (org-show-hierarchy-above): Use `org-show-following-heading'.
35782         (org-cycle): Documentation fix.
35784         * textmodes/org.el (orgtbl-optimized): New option.
35785         (orgtbl-mode): New command, a minor mode.
35786         (orgtbl-mode-map): New variable.
35787         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35788         (orgtbl-error, orgtbl-self-insert-command)
35789         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35791         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35792         a local variable in each org-mode buffer.
35794         * textmodes/org.el (org-set-regexps-and-options): Rename from
35795         `org-set-regexps'.  Added checking for STARTUP keyword.
35796         (org-get-current-options): Add STARTUP options.
35797         (org-table-insert-row): Make mode intelligent about when
35798         realignment is needed.
35799         (org-self-insert-command, org-delete-backward-char, org-delete-char):
35800         New commands.
35801         (org-enable-table-editor): New default value `optimized'.
35802         (org-table-blank-field): Support blanking regions if active.
35804 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35806         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35807         if the year is not given.
35809         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35810         Add new escapes %m and %M, fixed bug with %F by adding
35811         save-match-data.
35812         (reftex-reference): Remove ?. from list of spaces.
35813         (reftex-label-info): Add automatic label prefix recognition.
35815         * textmodes/reftex-index.el (reftex-index-next-phrase):
35816         Add slave parameter to call of `reftex-index-this-phrase'.
35817         (reftex-index-this-phrase): New optional argument.
35818         (reftex-index-region-phrases): Add slave parameter to call of
35819         `reftex-index-this-phrase'.
35820         (reftex-display-index): New argument redo.
35821         (reftex-index-rescan): Add `redo' to arguments of
35822         `reftex-display-index'.
35823         (reftex-index-Rescan, reftex-index-revert)
35824         (reftex-index-switch-index-tag): Add `redo' to arguments of
35825         `reftex-display-index'.
35826         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35827         indexing.  Fix bug with matching is there is a quote before or
35828         after the word.
35830         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35831         Fix bug when collecting citation keys in lines with comments.
35832         (reftex-citation): Prefix argument no longer rescans the document,
35833         but forces prompting for optional arguments of cite macros.
35834         (reftex-do-citation): Prompting for optional arguments implemented.
35836         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35837         Add optional arguments to most cite commands.
35838         (reftex-cite-cleanup-optional-args): New option
35839         (reftex-cite-prompt-optional-args): New option.
35840         (reftex-trust-label-prefix): New option.
35842         * textmodes/reftex-toc.el (reftex-toc-find-section):
35843         Add push-mark before changing the position in the buffer.
35845         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35846         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35848 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
35850         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35851         more carefully.
35853 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
35855         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35856         (sgml-mode): Use it.
35857         (sgml-get-context): Better keep track of implicitly closed tags.
35859 2005-01-13  Kenichi Handa  <handa@m17n.org>
35861         * textmodes/ispell.el: These changes are to fix misalignment error
35862         caused by equivalent characters of different Emacs charsets.
35863         (ispell-unified-chars-table): New variable.
35864         (ispell-get-decoded-string): New function.
35865         (ispell-get-casechars, ispell-get-not-casechars)
35866         (ispell-get-otherchars): Call ispell-get-decoded-string.
35868 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
35870         * custom.el (custom-declare-variable): Just put symbol instead
35871         of (defvar . symbol) in `current-load-list'.
35873 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
35875         * emacs-lisp/elint.el: Fixed typo in Commentary section.
35877 2005-01-12  Jay Belanger  <belanger@truman.edu>
35879         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35880         to create a Calc summary.
35882 2005-01-12  Kim F. Storm  <storm@cua.dk>
35884         * mouse.el (mouse-on-link-p): Change functionality and doc
35885         string to comply with latest description in lisp ref.
35887 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
35889         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35890         Enable mouse clicks on mode-line, header-line and margin.
35891         (event-type): Give mouse event symbols an `event-kind' property
35892         with value `mouse-click'.
35894 2005-01-12  Juri Linkov  <juri@jurta.org>
35896         * facemenu.el (list-colors-display): Add new arg buffer-name.
35897         Use it.  Fix docstring.  Replace code for identifying duplicate
35898         colors by the name with call to `list-colors-duplicates' which
35899         identifies duplicate colors by the value unless the color
35900         is one of special Windows colors.  Set truncate-lines to t.
35901         Print sorted duplicate color names on each line.  Indent to 22
35902         \(the longest color name in rgb.txt) instead of 20.  Optimize.
35903         (list-colors-duplicates): New function.
35904         (facemenu-color-name-equal): Delete function.
35906         * facemenu.el (list-colors-print): New function created from code
35907         in list-colors-display.  Print #RRGGBB at the window right edge.
35908         (list-colors-display): When temp-buffer-show-function is not
35909         defined, call list-colors-print from temp-buffer-show-hook
35910         to get the right value of window-width in list-colors-print
35911         after the buffer is displayed.
35913         * simple.el (pop-mark): Move deactivate-mark out of conditional
35914         part to deactivate the active mark regardless of the state of the
35915         mark ring.
35917         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35918         variables line in desktop files.
35920 2005-01-12  Juri Linkov  <juri@jurta.org>
35922         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35923         Bring together isearch highlight related options.
35924         (lazy-highlight): Replace group `replace' by `matching'.
35925         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35926         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35927         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35928         and declare them obsolete.
35929         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35930         (isearch-faces): Remove defgroup.
35931         (isearch-overlay, isearch-highlight, isearch-dehighlight):
35932         Move isearch highlighting code closer to lazy highlighting code.
35934         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35935         (query-replace-highlight, query-replace-lazy-highlight)
35936         (query-replace): Move definitions to the beginning of the file.
35938 2005-01-11  Juri Linkov  <juri@jurta.org>
35940         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35941         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35942         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35944         * info.el (Info-history-forward): New variable.
35945         (Info-select-node): Reset Info-history-forward to nil.
35946         (Info-last): Turn into defalias.
35947         (Info-history-back): Rename from Info-last.
35948         Add current node to Info-history-forward.
35949         (Info-history-forward): New fun.
35950         (Info-mode-map): Replace Info-last by Info-history-back.
35951         Bind Info-history-forward to "r".
35952         (Info-mode-menu): Replace Info-last by Info-history-back.
35953         Fix menu item text.  Add menu item for Info-history-forward.
35954         (info-tool-bar-map): Replace Info-last by Info-history-back.
35955         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
35956         for Info-history-forward.
35957         (Info-mode): Replace Info-last by Info-history-back in docstring.
35958         Add local variable Info-history-forward.
35959         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35961 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
35963         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35964         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35965         Ignore select-window events rather than fiddle with
35966         mouse-autoselect-window.
35968 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
35970         * type-break.el (type-break-mode): Fix previous change.
35972 2005-01-10  Jay Belanger  <belanger@truman.edu>
35974         * calc/calc-ext.el (calc-reset): Reset when inside embedded
35975         calculator; only reset when point is inside a calculator.
35976         Don't adjust the window height if the window takes up the whole height
35977         of the frame.
35979 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
35981         * ebuff-menu.el (Electric-buffer-menu-mode):
35982         Preserve value of buffer-local var header-line-format.
35984 2005-01-09  Jay Belanger  <belanger@truman.edu>
35986         * calc/calc.el (calc-mode-var-list-restore-saved-values):
35987         Make sure settings file exists before accessing it.
35989         * calc/calc-embed.el (calc-embedded-subst):
35990         Replace math-multi-subst-rec, which is only supposed to be called
35991         by math-multi-subst, by math-multi-subst.
35993 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
35995         * vc.el (vc-allow-async-revert): New user option.
35996         (vc-disable-async-diff): New internal variable.
35997         (vc-revert-buffer): Use them to disable asynchronous diff.
35999         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36000         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36001         asynchronously if vc-disable-async-diff is t.
36003 2005-01-09  Jay Belanger  <belanger@truman.edu>
36005         * calc/calc.el (defcalcmodevar): New macro.
36006         (calc-mode-var-list-restore-default-values)
36007         (calc-mode-var-list-restore-saved-values): New functions.
36008         (calc-mode-var-list): Use defcalcmodevar to define it.
36009         (calc-always-load-extensions, calc-line-numbering)
36010         (calc-line-breaking, calc-display-just, calc-display-origin)
36011         (calc-number-radix, calc-leading-zeros, calc-group-digits)
36012         (calc-group-char, calc-point-char, calc-frac-format)
36013         (calc-prefer-frac, calc-hms-format, calc-date-format)
36014         (calc-float-format, calc-full-float-format, calc-complex-format)
36015         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36016         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36017         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36018         (calc-matrix-brackets, calc-language, calc-language-option)
36019         (calc-left-label, calc-right-label, calc-word-size)
36020         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36021         (calc-display-raw, calc-internal-prec, calc-angle-mode)
36022         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36023         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36024         (calc-window-height, calc-display-trail, calc-show-selections)
36025         (calc-use-selections, calc-assoc-selections)
36026         (calc-display-working-message, calc-auto-why, calc-timing)
36027         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36028         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36029         (calc-gnuplot-default-device, calc-gnuplot-default-output)
36030         (calc-gnuplot-print-device, calc-gnuplot-print-output)
36031         (calc-gnuplot-geometry, calc-graph-default-resolution)
36032         (calc-graph-default-resolution-3d, calc-invocation-macro)
36033         (calc-show-banner): Use defcalcmodevar to declare them and set
36034         their default values.
36036         * calc/calc-ext.el (calc-reset): Restore saved values of variables
36037         instead of default values (but restore default values if there is
36038         an argument of 0).
36040 2005-01-09  David Kastrup  <dak@gnu.org>
36042         * desktop.el (desktop-restore-eager): Fix typo in type.
36044 2005-01-08  Richard M. Stallman  <rms@gnu.org>
36046         * cus-edit.el (customize): Delete :link.
36048 2005-01-08  Jay Belanger  <belanger@truman.edu>
36050         * calc/calc.el (calc-mode): Remove the extension from the
36051         `calc-settings-file' file name when loading it.
36053 2005-01-08  Kim F. Storm  <storm@cua.dk>
36055         * info.el (Info-mode-map, Info-next-link-keymap)
36056         (Info-prev-link-keymap, Info-up-link-keymap):
36057         Map follow-link to mouse-face.
36058         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36060 2005-01-08  Jay Belanger  <belanger@truman.edu>
36062         * calc/calc.el (calc-settings-file): Change default value.
36063         Suggested by cgw in a comment in calc-mode.el.
36065         * calc/calc-mode.el (calc-settings-file-name):
36066         Compare calc-settings-file to user-init-file instead of ~/.emacs.
36067         Replace ~/.emacs in a prompt by calc-settings-file.
36069 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
36071         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36072         (desktop-lazy-idle-delay): New customizable variables.
36073         (desktop-buffer-args-list): New variable.
36074         (desktop-append-buffer-args): New function.
36075         (desktop-save): Call desktop-append-buffer-args for some buffers.
36076         (desktop-lazy-create-buffer): New function.
36077         (desktop-idle-create-buffers): New function.
36078         (desktop-read): Add message about buffers to restore lazily.
36079         (desktop-lazy-abort): New command.
36080         (desktop-clear): Call desktop-lazy-abort.
36081         (desktop-lazy-complete): New command.
36083 2005-01-06  Richard M. Stallman  <rms@gnu.org>
36085         * emacs-lisp/find-func.el (find-face-definition):
36086         Rename from find-face.
36088 2005-01-06  Kim F. Storm  <storm@cua.dk>
36090         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36092         * man.el (Man-xref-man-page, Man-xref-header-file)
36093         (Man-xref-normal-file): Add follow-link property.
36095 2005-01-06  Jay Belanger  <belanger@truman.edu>
36097         * calc/calc-units.el: Make sure the proper macro definitions are
36098         available when compiling.
36100 2005-01-06  Juri Linkov  <juri@jurta.org>
36102         * isearch.el (isearch-lazy-highlight-update):
36103         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36105 2005-01-06  Miles Bader  <miles@gnu.org>
36107         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36108         (isearch-lazy-highlight-face): Use new name.
36110 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
36112         * uniquify.el (uniquify-rationalize-file-buffer-names):
36113         Re-add an interactive spec.
36114         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36115         to the same name.
36117         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36118         (isearch-update, isearch-done): Adjust calls accordingly.
36120 2005-01-05  Richard M. Stallman  <rms@gnu.org>
36122         * custom.el (custom-set-variables, custom-theme-set-variables):
36123         Clarify documentation.
36125         * emacs-lisp/find-func.el (find-variable)
36126         (find-variable-other-window, find-variable-other-frame):
36127         Fix the TYPE args to find-function-read and find-function-do-it.
36128         (find-function): Doc fix.
36129         (find-function-at-point): Replace function-at-point alias.
36131 2005-01-04  Richard M. Stallman  <rms@gnu.org>
36133         * cus-face.el (custom-declare-face):
36134         Record defface in current-load-list.
36136         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36138         * emacs-lisp/find-func.el: Doc fixes.
36139         (find-face-regexp): New variable.
36140         (find-function-regexp-alist): New variable.
36141         (find-function-C-source): Third arg is now TYPE.
36142         (find-function-search-for-symbol): Handle general TYPE.
36143         (find-function-read, find-function-do-it): Handle general TYPE.
36144         (find-definition-noselect, find-face): New functions.
36145         (function-at-point): Alias deleted.
36147 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
36149         * battery.el (display-battery-mode): Rename from display-battery.
36150         Handle the case where it gets turned off.
36152 2005-01-04  Richard M. Stallman  <rms@gnu.org>
36154         * cus-edit.el (customize): Make :link point to user doc.
36156         * man.el (Man-fontify-manpage): Turn off undo generation.
36158         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36160 2005-01-04  Andreas Schwab  <schwab@suse.de>
36162         * files.el (insert-directory): Only look for error lines in
36163         inserted text.  Don't move too far after processing --dired markers.
36165 2005-01-04  Richard M. Stallman  <rms@gnu.org>
36167         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36168         Don't expand if the character is @, period, dash, etc.
36169         (define-mail-abbrev): Quote names that contain problem characters.
36171 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
36173         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36175 2005-01-03  Richard M. Stallman  <rms@gnu.org>
36177         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36178         (query-replace-highlight, query-replace-lazy-highlight)
36179         (query-replace): Definitions moved up.  Doc fix.
36181 2005-01-03  Richard M. Stallman  <rms@gnu.org>
36183         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36184         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36185         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36186         (lazy-highlight-face): Rename from isearch-lazy-...
36187         Change all references to them.
36189 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
36191         * cus-edit.el (custom-file): Doc fix for defcustom.
36192         (custom-file): The function no longer sets the variable
36193         `custom-file' to its return value.
36195         * startup.el (command-line): No longer load `custom-file'.
36197 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
36199         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36201         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36202         Don't confuse module-prefixed identifiers for labels.
36203         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36205 2005-01-02  Richard M. Stallman  <rms@gnu.org>
36207         * files.el (basic-save-buffer-1): Fix previous change.
36209         * loadhist.el (file-loadhist-lookup): New function.
36210         (file-provides, file-requires): Use it.
36212         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36213         instead of calculating the right size.
36215 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
36217         * vc-svn.el (vc-svn-diff): Stay local if possible.
36219 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
36221         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36223         * files.el (hack-local-variables): Fix last change.
36225 2005-01-02  Jay Belanger  <belanger@truman.edu>
36227         * calc/calc-yank.el (calc-edit-top): New variable.
36228         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36229         object.  Change header properties.
36230         (calc-edit-finish, calc-edit-finish-stack-object)
36231         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36232         edited object.
36233         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36234         for the beginning of the edited object.
36235         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36236         for the beginning of the edited object.
36237         * calc/calc-prog.el (calc-edit-macro-finish-edit)
36238         (calc-finish-formula-edit, calc-macro-repeats)
36239         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36240         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36241         beginning of the edited object.
36242         (calc-user-define-edit): Change the header for editing macros.
36243         Remove unnecessary variable.
36245 2005-01-01  Jay Belanger  <belanger@truman.edu>
36247         * calc/calc-yank.el (calc-edit-mode): Change default header.
36248         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36249         * calc/calc-store.el (calc-edit-variable): Change title to match new
36250         header.
36251         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36252         mode to match new header.
36253         (calc-user-define-edit): Change titles to include names of commands.
36254         (calc-finish-formula-edit): Adjust to handle new header.
36255         (calc-finish-macro-edit): Remove.
36256         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36257         (calc-edit-macro-command, calc-edit-macro-command-type)
36258         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36259         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36260         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36261         (calc-edit-macro-finish-edit): New functions.
36262         (calc-user-define-edit): Use new functions to edit named calc macros.
36264 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
36266         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36268         * ses.el (copy-region-as-kill): Deactivate mark.
36270 2005-01-01  Richard M. Stallman  <rms@gnu.org>
36272         * replace.el (occur-1): If the output buffer is also an input,
36273         don't kill it, rename it.
36275         * faces.el (set-face-background, set-face-foreground): Doc fix.
36277         * cus-face.el (custom-face-attributes): Fix :help-echo strings
36278         for :foreground and :background.
36280         * dired.el (dired-view-command-alist): Variable deleted.
36281         (dired-view-file, dired-mouse-find-file-other-window):
36282         Delete the code to use it.
36284 2005-01-01  Kim F. Storm  <storm@cua.dk>
36286         * image.el (insert-sliced-image): Use t for line-height property.
36288 See ChangeLog.11 for earlier changes.
36290 ;; Local Variables:
36291 ;; coding: iso-2022-7bit
36292 ;; add-log-time-zone-rule: t
36293 ;; End:
36295     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
36297   This file is part of GNU Emacs.
36299   GNU Emacs is free software; you can redistribute it and/or modify
36300   it under the terms of the GNU General Public License as published by
36301   the Free Software Foundation; either version 3, or (at your option)
36302   any later version.
36304   GNU Emacs is distributed in the hope that it will be useful,
36305   but WITHOUT ANY WARRANTY; without even the implied warranty of
36306   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
36307   GNU General Public License for more details.
36309   You should have received a copy of the GNU General Public License
36310   along with GNU Emacs; see the file COPYING.  If not, write to the
36311   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36312   Boston, MA 02110-1301, USA.
36314 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1