*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob697fd4d3e3115c40c1602a6e9e697828b4eac621
1 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
3         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
5 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
7         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
8         function.
9         (add-submenu): Only define for XEmacs.
10         (verilog-regexp-words): Revert previous change, keep the other
11         definition.
13 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
15         * progmodes/perl-mode.el (perl-continued-statement-offset)
16         (perl-continued-brace-offset, perl-brace-offset)
17         (perl-brace-imaginary-offset, perl-label-offset):
18         * progmodes/cperl-mode.el (cperl-brace-offset)
19         (cperl-continued-brace-offset, cperl-label-offset)
20         (cperl-continued-statement-offset)
21         (cperl-extra-newline-before-brace, cperl-merge-trailing-else): Add
22         safe-local-variable properties.
24 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
26         * progmodes/verilog-mode.el (verilog-mode-map)
27         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
28         (verilog-colorize-include-files): Use only overlay functions so
29         that it can work on both emacs and XEmacs.
30         (set-extent-keymap): Remove unused defun.
31         (verilog-kill-existing-comment, verilog-insert-date)
32         (verilog-insert-year): Rename in order not to pollute the global
33         namespace from kill-existing-comment, insert-date and
34         insert-year, respectively.
35         (verilog-set-auto-endcomments, verilog-header): Update callers.
37         * files.el (auto-mode-alist): Recognize verilog files.
39         * progmodes/verilog-mode.el (verilog-string-replace-matches)
40         (verilog-string-remove-spaces, verilog-re-search-forward)
41         (verilog-re-search-backward, verilog-re-search-forward-quick)
42         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
43         (verilog-get-end-of-line, verilog-within-string): Move definitions
44         before first use. No code changes.
46 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
48         * progmodes/verilog-mode.el (verilog-mode-version)
49         (verilog-mode-release-date): Don't use expanding keywords.
50         (provide): Move to the end of file.
51         (fboundp): Don't check if eval-when-compile is bound, it is used
52         later in the file without checking.
53         (when, unless): Copy definitions from subr.el.
54         (char-before, defcustom, defface, customize-group)
55         (verilog-batch-error-wrapper): Don't use old style backquotes.
56         (verilog-regexp-opt): Avoid using the cl function case.
57         (verilog-regexp-words): Remove duplicated definition.
58         (verilog-mode-abbrev-table): Remove, duplicate.
59         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
60         Declare and initialize in one step.
61         (verilog-declaration-prefix-re, verilog-declaration-re)
62         (verilog-end-of-statement, verilog-indent-declaration)
63         (verilog-get-lineup-indent): Remove trailing whitespace.
64         (verilog-mode): Fix autoload cookie. Set
65         beginning-of-defun-function and end-of-defun-function. Use when
66         instead of if.
67         (verilog-emacs-features, verilog-auto-ascii-enum)
68         (verilog-insert-indices): Escape braces in doc strings.
70 2007-12-08  Michael McNamara <mac@verilog.com>
71             Wilson Snyder <wsnyder@wsnyder.org>
73         * progmodes/verilog-mode.el: New file.
75 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
77         * international/latexenc.el (latexenc-find-file-coding-system): If
78         both coding-system-for-write and buffer-file-coding-system of
79         latex-main-file are nil, use `undecided'.
81 2007-12-06  Jason Rumney  <jasonr@gnu.org>
83         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
85 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
87         * ido.el (ido-save-history): Use emacs-mule coding system
88         instead of utf-8 to save filenames (it's safer in Emacs 22).
89         Set the `coding' local variable on the first line of the file.
91 2007-12-04  Karl Fogel  <kfogel@red-bean.com>
93         * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
94         coding system.  This ports revisions 1.40 and 1.41 over to the
95         EMACS_22_BASE branch, but with the right coding system for Emacs
96         22 to reliably record filenames.  Suggested by Eli Zaretskii.
98 2007-12-01  Richard Stallman  <rms@gnu.org>
100         * wid-edit.el (widget-type): Doc fix.
102 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
104         * emacs-lisp/byte-run.el (declare-function): Change to a macro.
106 2007-12-01  Alexandre Julliard  <julliard@winehq.org>
108         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
110 2007-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
112         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
113         Don't match "sub { (...) ... }".
115 2007-11-29  Richard Stallman  <rms@gnu.org>
117         * international/mule-cmds.el (toggle-input-method-active): New var.
118         (toggle-input-method): Bind toggle-input-method-active to t.
119         Error if it was already non-nil.
121 2007-11-29  Glenn Morris  <rgm@gnu.org>
123         * calendar/time-date.el (with-decoded-time-value): Doc fix.
125 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
127         * calendar/time-date.el (encode-time-value): Doc fix.
129 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
131         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
133 2007-11-24  Kenichi Handa  <handa@m17n.org>
135         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
137 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
139         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
141 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
143         * textmodes/paragraphs.el (forward-sentence): Doc fix.
144         Reported by Drew Adams <drew.adams@oracle.com>.
146 2007-11-20  Glenn Morris  <rgm@gnu.org>
148         * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
149         for compatibility with Emacs 23.
151 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
153         * replace.el (map-query-replace-regexp): Doc fix (revert part of
154         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
156 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
158         * progmodes/gdb-ui.el: Update commentary.
160 2007-11-16  Eli Zaretskii  <eliz@gnu.org>
162         * international/mule-cmds.el (set-locale-environment):
163         Set default-file-name-coding-system _after_ keyboard and terminal
164         coding systems.  This fixes last change.
166         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
167         one space after "Subject:".
169 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
171         * subr.el (make-variable-frame-local):
172         Fix typo in obsolescence declaration.
174 2007-11-16  Glenn Morris  <rgm@gnu.org>
176         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
178 2007-11-16  Rob Riepel  <riepel@Stanford.EDU>
180         * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
181         (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
182         (tpu-scroll-window-up): Replace next-line-internal -> line-move.
184 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
186         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
187         in order to determine if there's a conflict.
189 2007-11-16  Juri Linkov  <juri@jurta.org>
191         * man.el (Man-heading-regexp): Add 0-9.
192         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
194 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
196         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
197         Fix typo in docstring.
199         * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
200         (cua-highlight-region-shift-only): Doc fix.
202 2007-11-15  Richard Stallman  <rms@gnu.org>
204         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
206         * reposition.el (reposition-window):
207         Binding C-M-l moved to bindings.el.
209         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
211         * add-log.el (add-change-log-entry-other-window):
212         Key binding C-x 4 a moved to bindings.el.
214         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
215         from filecache.el.
217         * filecache.el: Minibuffer map bindings moved to bindings.el.
219 2007-11-14  Jason Rumney  <jasonr@gnu.org>
221         * international/mule-cmds.el (set-locale-environment):
222         Set default-file-name-coding-system from system defaults on Windows.
224 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
226         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
227         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
228         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
229         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
230         locations.
231         (gdb-info-breakpoints-custom, gdb-assembler-custom)
232         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
233         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
235 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
237         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
238         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
239         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
240         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
241         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
242         Rewrite in active voice.
244 2007-11-10  Juri Linkov  <juri@jurta.org>
246         * startup.el: Backport startup screen related changes from the trunk.
247         (initialization): Change group to `environment'.
248         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
249         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
250         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
251         (initial-scratch-message): Fix docstring.
252         (startup-screen-inhibit-startup-screen)
253         (pure-space-overflow-message): New variables.
254         (command-line): Rename `inhibit-startup-message' to
255         `inhibit-startup-screen'.
256         (initial-scratch-message): Doc fix.
257         (fancy-splash-text): Remove variable.
258         (fancy-startup-text, fancy-about-text, splash-screen-keymap):
259         New variables.
260         (fancy-splash-delay, fancy-splash-max-time)
261         (fancy-current-text, fancy-splash-stop-time)
262         (fancy-splash-outer-buffer, fancy-splash-last-input-event):
263         Remove variables.
264         (fancy-splash-insert): Use help-echo from the 3rd element of the
265         link specification list, or "Follow this link" if it's nil.  Doc fix.
266         Allow functions for face and link specs.
267         (fancy-splash-tail): Remove function.
268         (fancy-startup-tail): New function.
269         (fancy-splash-default-action, fancy-splash-special-event-action)
270         (fancy-splash-screens): Remove functions.
271         (fancy-about-screen): New function.
272         (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
273         Fix docstring.  Use argument `startup' to conditionally display
274         different texts for Startup and About screens.  Don't display Help
275         commands on the About screen.  Remove `unwind-protect' `sit-for'
276         delay and `kill-buffer' after it.
277         (normal-mouse-startup-screen, normal-splash-screen)
278         (normal-no-mouse-startup-screen): New functions.
279         (startup-echo-area-message): Change text of the echo area.
280         (display-splash-screen): Remove function.
281         (display-startup-screen, display-about-screen): New functions.
282         (about-emacs): Make alias to `display-about-screen'.
283         (display-splash-screen): Make alias to `display-startup-screen'.
284         (command-line-1): Rename `inhibit-startup-message' to
285         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
286         started with command line options "-f", "-funcall", "-e", "-eval",
287         "-execute", "-insert", "-find-file", "-file", "-visit".
288         Inhibit startup screen when Emacs is started with a file name only
289         on tty (i.e. don't inhibit it when started with a file name like
290         "emacs FILE..." on a window system).
291         Comment out unused code for coping with the old sit-for behavior.
292         If file-count > 0, then display the concise version in another
293         window, otherwise display full version in the same window.
294         * loadup.el: Add `button'.  Move up `startup'.
295         * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
296         * version.el (emacs-copyright): Add emacs-copyright.
297         * menu-bar.el (menu-bar-help-menu):
298         Move "About Emacs" and "About GNU" to the end of the Help menu.
299         Move "Emacs Psychotherapist" after "Send Bug Report...".
300         Move "External Packages" after "Find Emacs Packages".
302 2007-11-10  Jason Rumney  <jasonr@gnu.org>
304         * w32-fns.el: Sync charset names with setup-default-fontset.
305         Append "-1" where second part missing.
307         * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
309 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
311         * ido.el (ido-save-history): Write the history file in UTF-8,
312         and add `coding' file-local variable.
314 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
316         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
317         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
318         (iso-iso2duden-trans-tab): Add docstring.
320 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
322         * faces.el (face-normalize-spec): Remove function.
323         (frame-set-background-mode): Undo last change.
325 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
327         * files.el (enable-local-variables): Doc fix.
329 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
331         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
332         match dir like "a...b".
334 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
336         * eshell/esh-mode.el (eshell-output-filter):
337         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
338         Use `with-current-buffer'.
340 2007-11-05  Nick Roberts  <nickrob@snap.net.nz>
342         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
344 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
346         * net/tls.el: Require rx when compiling.
347         (tls-end-of-info): New variable.
348         (open-tls-stream): Keep reading input until `tls-end-of-info' is
349         matched.
351 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
353         * simple.el (bad-packages-alist): Anchor semantic regexp.
355 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
357         * files.el (hack-local-variables): Fix membership tests to avoid
358         treating all variables as safe if `enable-local-variables' is
359         set to :safe (CVE-2007-5795).
361 2007-11-02  Glenn Morris  <rgm@gnu.org>
363         * progmodes/etags.el (tags-table-mode): Disable undo.
365         * simple.el (bad-packages-alist): Revert previous change.
367 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
369         * printing.el (printing): Fix :version, printing.el was included
370         in emacs-22.1.
371         (pr-path-style, pr-path-alist, pr-txt-name)
372         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
373         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
374         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
375         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
376         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
377         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
378         (pr-setting-database, pr-visible-entry-list)
379         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
380         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
381         :version.
383 2007-11-01  Glenn Morris  <rgm@gnu.org>
385         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
387         * mail/footnote.el (footnote-numeric-regexp)
388         (footnote-english-upper-regexp, footnote-english-lower-regexp)
389         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
390         Match multi-character footnotes.
392         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
393         (nroff-indent-line-function): New function.
394         (nroff-count-text-lines): Use nroff-forward-text-line rather than
395         obsolete alias.
397 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
399         * net/tramp.el (tramp-open-connection-telnet)
400         (tramp-open-connection-rsh, tramp-open-connection-su)
401         (tramp-open-connection-multi): Set $LC_ALL to "C".
403 2007-10-31  Sven Joachim  <svenjoac@gmx.de>
405         * dired-aux.el (dired-copy-file-recursive):
406         Preserve directory permissions.
408 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
410         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
411         (whitespace-unload-function): New-style unload function.  When run,
412         unintern `whitespace-unload-hook' and call `unload-feature' recursively
413         to stop the old hook from messing with the unloading.
415         * strokes.el (strokes-alphabetic-lessp): Doc fix.
417 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
419         * emacs-lisp/find-func.el (find-library): Use library at
420         point as default interactive argument.
422 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
424         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
425         (elp-unset-master, elp-results): Fix typos.
426         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
427         Doc fixes.
429         * msb.el (msb--many-menus): Remove variable.
430         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
431         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
432         (msb--toggle-menu-type): Fix typos in docstrings.
434         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
435         (shadow-insert-var): Doc fixes.
436         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
437         Reflow docstrings.
438         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
440 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
442         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
443         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
444         Fix typos in autoload docstrings.
446         * loadhist.el (unload-feature): Remove redundant check.
448 2007-10-30  Richard Stallman  <rms@gnu.org>
450         * savehist.el (savehist-save): Obey savehist-ignored-variables.
452 2007-10-30  Nick Roberts  <nickrob@snap.net.nz>
454         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
455         (gdb-var-update-handler-1): Use it.
457 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
459         * loadhist.el (unload-feature): Remove erroneous check for the
460         FEATURE-unload-function variable; check the existence of the
461         function (that's what the docstring says, and it makes more sense).
463         * follow.el (follow-unload-function): Add docstring.
464         (follow-unload-function): Remove variable.
466         * server.el (server-unload-function): Remove variable.
467         (server-unload-function): Unbind `server-edit' from `C-x #'.
469         * uniquify.el (uniquify-unload-function): Add docstring.
470         (uniquify-unload-function): Remove variable.
472         * ses.el (ses-unload-function): New function.
474 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
476         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
477         (unsafep-progn, unsafep-let): Fix typos in docstrings.
479         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
480         before use to avoid a warning in packages that require uniquify.
481         (uniquify-unload-function): New function and var.
483 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
485         * loadhist.el (unload-feature-special-hooks):
486         Add `delete-frame-functions'.
488         * server.el (server-unload-function): Rename from `server-unload-hook'
489         and adapt to new `unload-feature' functionality.  Remove hook from
490         `kill-buffer-hook' buffer-locally.
491         (server-unload-hook): Remove.
492         (server-unload-function): New var; replaces `server-unload-hook'.
494 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
496         * desktop.el (uniquify-managed): Pacify byte compiler.
497         (desktop-buffer-info): If the buffer name is managed by uniquify,
498         save the base name, not the uniquified one.
499         (desktop-create-buffer): Allow `rename-buffer' to generate a new
500         name in case of conflict.
502 2007-10-26  Glenn Morris  <rgm@gnu.org>
504         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
505         safe-local-variable property.
507 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
509         * net/browse-url.el (browse-url-browser-function): Delete grail.
510         (browse-url-grail): Function and variable deleted.
511         (browse-url-browser-function): Delete IXI Mosaic.
512         (browse-url-default-browser): Don't try IXI Mosaic.
513         (browse-url-iximosaic): Function deleted.
514         (browse-url-browser-function): Delete MMM.
515         (browse-url-default-browser): Don't try MMM.
516         (browse-url-mmm): Function deleted.
518 2007-10-25  Glenn Morris  <rgm@gnu.org>
520         * progmodes/f90.el (f90-indented-comment-re)
521         (f90-directive-comment-re, f90-break-delimiters):
522         * progmodes/fortran.el (fortran-comment-line-start-skip)
523         (fortran-directive-re):
524         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
525         as safe if they are strings.
527 2007-10-25  Richard Stallman  <rms@gnu.org>
529         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
531 2007-10-24  Richard Stallman  <rms@gnu.org>
533         * savehist.el (savehist-save): Omit unreadable elements.
535         * loadhist.el (unload-function-defs-list): Renamed from
536         unload-function-features-list.
537         (unload-feature-special-hooks, unload-feature): Doc fixes.
539         * indent.el (indent-to-left-margin): If point's in the indentation,
540         move to the end of the indentation.
542         * cus-edit.el (customize-changed-options): Make arg optional.
544 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
546         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
548 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
550         * textmodes/css-mode.el: Require CL.
551         (comment-continue): Declare.
553         * subr.el (make-variable-frame-localizable): Remove.
554         (make-variable-frame-local): Mark obsolete.
556 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
558         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
559         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
561 2007-10-23  Chris Moore  <christopher.ian.moore@gmail.com>
563         * comint.el (comint-password-prompt-regexp):
564         Handle `[sudo] password'-style prompt.
566 2007-10-23  Glenn Morris  <rgm@gnu.org>
568         * progmodes/f90.el (f90-do-indent, f90-if-indent)
569         (f90-type-indent, f90-program-indent)
570         (f90-continuation-indent, f90-comment-region)
571         (f90-beginning-ampersand, f90-smart-end)
572         (f90-break-before-delimiters, f90-auto-keyword-case)
573         (f90-leave-line-no, f90-mode-hook):
574         Give an appropriate safe-local-variable property.
575         (f90-font-lock-keywords-2): Fix `go to' regexp.
577         * progmodes/fortran.el (fortran-tab-mode-default)
578         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
579         (fortran-structure-indent, fortran-continuation-indent)
580         (fortran-comment-indent, fortran-comment-line-extra-indent)
581         (fortran-comment-line-start)
582         (fortran-minimum-statement-indent-fixed)
583         (fortran-minimum-statement-indent-tab)
584         (fortran-comment-indent-char, fortran-line-number-indent)
585         (fortran-check-all-num-for-matching-do)
586         (fortran-blink-matching-if, fortran-continuation-string)
587         (fortran-comment-region, fortran-electric-line-number)
588         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
589         (fortran-analyze-depth, fortran-break-before-delimiters):
590         Give an appropriate safe-local-variable property.
592 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
594         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
595         of the subdirs is unreadable.
597 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
599         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
600         Use window-full-width-p.
602 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
604         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
605         (tpu-edt-off): Use it.
606         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
607         the global-map before adding it to global-map.
609         * menu-bar.el (global-buffers-menu-map): New var.
610         (global-map, menu-bar-update-buffers): Use it.
611         * msb.el (msb-menu-bar-update-buffers): Use it.
612         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
613         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
614         Use with-current-buffer.
616 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
618         * hexl.el (hexl-menu): New major mode menu.
620 2007-10-20  Glenn Morris  <rgm@gnu.org>
622         * progmodes/f90.el (f90-font-lock-keywords-2)
623         (f90-looking-at-type-like): Fix regexp typos.
625 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
627         * bs.el (bs-mode): Add mode name (accidentally left out
628         in the 2007-10-16 change).
630 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
632         * bs.el (bs--track-window-changes): Don't refresh the whole list.
633         (bs-mode): Set mode-class property to special.
635         * follow.el (follow-unload-function): New function.
637         * loadhist.el (unload-function-features-list):
638         Rename from `unload-hook-features-list'.
639         (unload-hook-features-list): Add as obsolete alias.
640         (unload-feature): Use `unload-function-features-list'
641         and new FEATURE-unload-function.
643 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
645         * loadhist.el (unload-feature-special-hooks):
646         Update list of special hooks.
648         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
649         (adaptive-fill-function): Doc fix.  Remove * from docstring.
651 2007-10-18  Glenn Morris  <rgm@gnu.org>
653         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
655 2007-10-17  Aaron Hawley  <aaronh@garden.org>
657         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
658         position is not saved.
660 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
662         * longlines.el (longlines-wrap-follows-window-size): Integer value
663         specifies wrapping margin.
664         (longlines-mode, longlines-window-change-function):
665         Set window-specific wrapping margin based on the above.
667 2007-10-17  John Wiegley  <johnw@newartisans.com>
669         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
671 2007-10-17  Glenn Morris  <rgm@gnu.org>
673         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
674         Tweak regexp to avoid stack overflow.
676 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
678         * simple.el (reindent-then-newline-and-indent): Don't assume that
679         indent-according-to-mode preserves point.
681 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
683         * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
684         (bs--restore-window-config): Keep the selected frame.
685         (bs--track-window-changes, bs--remove-hooks): New functions.
686         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
687         (bs--show-with-configuration): Revert 2006-11-09 change.
688         Don't reuse window unless it is visible on the selected frame.
689         Restore window configuration (possibly in a different frame)
690         before creating any window.
692 2007-10-16  Richard Stallman  <rms@gnu.org>
694         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
695         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
696         (ad-is-advised, ad-get-advice-info-field)
697         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
699 2007-10-16  Glenn Morris  <rgm@gnu.org>
701         * simple.el (blink-matching-open): Don't report false errors with
702         the `$' syntax class.
704 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
706         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
707         (filesets-ormap, filesets-sort-case-sensitive-flag)
708         (filesets-remake-shortcut, filesets-ingroup-collect-files):
709         Fix typos in docstrings.
710         (filesets-data-get-name, filesets-data-get-data)
711         (filesets-data-set, filesets-cmd-query-replace-getargs)
712         (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
714 2007-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
716         * term/mac-win.el: Don't require url when compiling, as url-type is
717         no longer a macro.
719 2007-10-14  Glenn Morris  <rgm@gnu.org>
721         * progmodes/etags.el (select-tags-table): Disable undo in the
722         `*Tags Table List*' buffer.
724 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
726         * dired.el (dired-warn-writable): New face.
727         (dired-warn-writable-face): New variable.
728         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
729         of dired-warning-face, for group- and world-writable files.
731 2007-10-13  Glenn Morris  <rgm@gnu.org>
733         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
734         (octave-re-search-forward-kw, octave-re-search-backward-kw):
735         Add doc string, and an explicit COUNT argument.
736         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
737         `inc' to search functions.
739 2007-10-13  John W. Eaton  <jwe@octave.org>
741         * progmodes/octave-mod.el (octave-looking-at-kw)
742         (octave-re-search-forward-kw, octave-re-search-backward-kw):
743         New functions.
744         (octave-in-defun-p, calculate-octave-indent)
745         (octave-blink-matching-block-open, octave-beginning-of-defun)
746         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
747         to search for regexps that contain case-sensitive keywords.
748         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
749         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
751 2007-10-13  Richard Stallman  <rms@gnu.org>
753         * files.el (directory-abbrev-alist): Doc fix.
755 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
757         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
759 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
761         * frame.el (set-frame-configuration): Assign name parameter only
762         if it has been set explicitly before.
764         * window.el (handle-select-window): Revert part of 2007-10-06
765         change setting the input focus.
767 2007-10-12  Glenn Morris  <rgm@gnu.org>
769         * cus-edit.el (custom-variable-menu, custom-face-menu)
770         (custom-group-menu): Check init-file-user rather than
771         user-init-file, in case cus-edit is loaded by site-run-file.
773 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
775         * follow.el (follow-stop-intercept-process-output):
776         Use `follow-call-process-filter' rather than `process-filter'.
778 2007-10-11  Tom Tromey  <tromey@redhat.com>
780         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
781         frame is visible.
783 2007-10-10  Richard Stallman  <rms@gnu.org>
785         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
786         in *Backtrace*.
788         * faces.el (face-font-selection-order): Doc fix.
790         * loadhist.el (unload-feature): Doc fix.
792 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
794         * ps-print.el: Fix the usage of :foreground and :background face
795         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
796         (ps-print-version): New version 6.7.6.
797         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
798         Fix code.
799         (ps-face-foreground-color-p, ps-face-background-color-p)
800         (ps-face-color-p): New inline funs.
802 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
804         * follow.el: Change all instances of "Follow Mode" to "Follow
805         mode" in docstrings and messages.
807 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
809         * faces.el (face-font-selection-order): Doc fix.
811         * follow.el (follow-mode-hook, follow-mode): Doc fixes.
812         (follow-mode-off-hook): Mark as obsolete.
814 2007-10-08  Richard Stallman  <rms@gnu.org>
816         * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
817         (edebug-install-custom-print, edebug-reset-print-funcs)
818         (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
819         Functions deleted.
820         (edebug-prin1, edebug-print, edebug-prin1-to-string)
821         (edebug-format, edebug-message): Define directly as aliases.
823 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
825         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
827 2007-10-07  Glenn Morris  <rgm@gnu.org>
829         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
830         version numbers.
832 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
834         * net/tramp.el (tramp-completion-mode): Extend doc-string.
835         (tramp-completion-mode-p): Revert change from 2007-09-24.
836         Checking for `return' etc as last character is not sufficient, for
837         example in dired-mode when entering <g> (revert-buffer) or
838         <s> (dired-sort).
840 2007-10-06  Martin Rudalics  <rudalics@gmx.at>
842         * window.el (mouse-autoselect-window-cancel): Don't cancel for
843         select-window or select-frame events.
844         (handle-select-window): When autoselecting window set input
845         focus.  Restructure.
847         * frame.el (focus-follows-mouse): Moved to frame.c.
848         * cus-start.el (all): Add focus-follows-mouse.
850 2007-10-05  Chris Moore  <dooglus@gmail.com>
852         * server.el (server-kill-new-buffers): Doc fix.
854 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
856         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
857         activate font-locking in the *buffer-selection* buffer.
858         (bs-show-sorted): Doc fix.
860         * bs.el (bs--get-marked-string, bs--get-modified-string)
861         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
862         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
863         (bs--format-aux): Doc fix.
865 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
867         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
869 2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
871         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
873 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
875         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
876         (gud-gdb): New function for old M-x gdb (text command mode).
877         (gud-gdb-command-name, gdb): Move to...
879         * progmodes/gdb-ui.el: ...here and adapt doc string.
880         (gud-gdba-command-name, gdba): Delete.
882 2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
884         * bs.el: Don't defvar `font-lock-verbose'.
885         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
886         (bs--get-file-name): Fix typos in docstrings.
887         (bs--show-header): Use `dolist' instead of `mapcar'.
888         (bs-mode): Set `show-trailing-whitespace' to nil.
889         (bs-buffer-sort-function, bs-mouse-select-other-frame)
890         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
891         Doc fixes.
893 2007-10-02  Adam Hupp  <adam@hupp.org>  (tiny change)
895         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
897 2007-10-02  Nick Roberts  <nickrob@snap.net.nz>
899         * progmodes/gud.el (gdb): Make graphical mode the default and
900         switch to text command mode if appropriate, i.e., reverse previous
901         arrangement.
902         (gud-gdb-marker-filter): Adapt for above change.
904         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
905         gud-minor-mode and gud-marker-filter.
906         (gdb-fullname-regexp): New variable.
907         (gud-gdba-marker-filter): Use it to switch to text command
908         mode if appropriate.
910 2007-10-02  Richard Stallman  <rms@gnu.org>
912         * frame.el (cursor-in-non-selected-windows): Doc fix.
914 2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
916         * progmodes/gud.el (gud-display-line): Find source buffer even when
917         GUD buffer has its own frame.
919 2007-10-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
921         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
923 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
925         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
927 2007-09-29  Martin Rudalics  <rudalics@gmx.at>
929         * allout.el (allout-before-change-handler): Replace got-char by
930         goto-char.
932 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
934         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
935         Used to try and automatically enabled smerge-mode in the presence of
936         conflicts and to call `svn resolved' when the conflicts are gone.
937         (vc-svn-parse-status): Remember the svn-specific status.
939         * newcomment.el (comment-choose-indent): New function extracted
940         from comment-indent.  Improve the alignment algorithm.
941         (comment-indent): Use it.
943 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
945         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
946         (eldoc-message-commands, eldoc-current-idle-delay):
947         Fix typos in docstrings.
949         * progmodes/python.el (python-eldoc-function): Doc fix.
951 2007-09-26  Eli Zaretskii  <eliz@gnu.org>
953         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
954         menu-bar-apropos-menu.  All users changed.
955         (menu-bar-help-menu): Change menu symbols to better match the text
956         displayed by the menu.
958 2007-09-25  Glenn Morris  <rgm@gnu.org>
960         * view.el (view-search-no-match-lines): Add a doc string.
961         Rewrite to simplify and work better.
963 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
965         * net/tramp.el (tramp-completion-mode-p): Rename from
966         `tramp-completion-mode'.  Revert logic, check `return', `newline'
967         and such alike.  Packages like Icicles tend to use other completion
968         characters but `tab' and `space' only.
969         (top): Require cl.el, when `copy-tree' is not available otherwise.
971         * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
972         `ad-get-arg'.
974 2007-09-24  Ville Skytt\e,Ad\e(B  <scop@xemacs.org>  (tiny change)
976         * net/tramp-vc.el (tramp-vc-user-login-name):
977         Use `vc-find-version' instead of `process-file' to check whether we
978         have a new enough vc that doesn't need the defadvice.
980 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
982         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
983         #, @, : and ^.
985 2007-09-23  Glenn Morris  <rgm@gnu.org>
987         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
989 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
991         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
993         * log-view.el (log-view-mode-map): Likewise.
995         * diff-mode.el (diff-mode-shared-map): Likewise.
997 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
999         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1000         add inferior-octave-directory-tracker to the buffer-local value
1001         of comint-input-filter-functions.
1003 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
1005         * files.el (file-name-sans-versions): Also allow `A-Z'.
1007         * vc.el: Mention all supported VC backends.
1009 2007-09-22  Richard Stallman  <rms@gnu.org>
1011         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1012         neighbouring buttons.
1014 2007-09-22  Andreas Schwab  <schwab@suse.de>
1016         * files.el (file-name-sans-versions): Also allow `_'.
1018 2007-09-22  Glenn Morris  <rgm@gnu.org>
1020         * eshell/esh-mode.el (eshell-output-filter-functions):
1021         Add eshell-postoutput-scroll-to-bottom.
1023 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
1025         * files.el (file-name-sans-versions): Allow - and a-z in version names.
1027         * log-view.el (log-view-mode-map, log-view-mode-menu):
1028         Bind log-view-annotate-version.
1029         (log-view-beginning-of-defun, log-view-end-of-defun)
1030         (log-view-annotate-version): New functions.
1031         (log-view-mode): Use log-view-beginning-of-defun and
1032         log-view-end-of-defun.
1034 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1036         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1038 2007-09-21  Kevin Ryde  <user42@zip.com.au>
1040         * international/mule.el (sgml-html-meta-auto-coding-function):
1041         Bind `case-fold-search' to t.
1043 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1045         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1046         neighbouring buttons.
1048         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1049         Recognize gcc's use of "note" for informational messages.
1051 2007-09-20  Glenn Morris  <rgm@gnu.org>
1053         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1054         motion functions, rather than hard-coding "\n\n".
1055         (tex-validate-region): Check for eobp, to speed up.
1056         (tex-next-unmatched-end): Doc fix.
1058 2007-09-19  Glenn Morris  <rgm@gnu.org>
1060         * textmodes/tex-mode.el (tex-terminate-paragraph):
1061         Use backward-paragraph.
1063 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1065         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1066         (css-mode): Update correspondingly.
1068 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1070         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1072         * vc-hooks.el (vc-menu-entry): New var.
1073         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1074         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1075         (vc-menu-map): Declare and initialize in one step.
1077         * menu-bar.el (vc-menu-map): Don't setup any more.
1078         Instead, just create the proper spot in the menu.
1080 2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
1081             Stefan Monnier  <monnier@iro.umontreal.ca>
1083         * vc.el: Document new VC operation `extra-menu'.
1085         * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1087 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1089         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1090         Signed-off-by, Acked-by and Merge.
1092 2007-09-17  Glenn Morris  <rgm@gnu.org>
1094         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1095         filename from `--file-line-error', if it is available.
1097 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
1099         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1100         TeX `--file-line-error' format.
1102 2007-09-17  Glenn Morris  <rgm@gnu.org>
1104         * textmodes/tex-mode.el (tex-region): Simplify previous change,
1105         handling the case where the region is not in `tex-main-file'.
1106         (tex-region-1): Delete.
1107         (tex-region-header): New function, doing the header part of the
1108         old tex-region-1.
1110 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1112         * ediff-init.el (ediff-verbose-p): This var is not a constant.
1114 2007-09-16  Drew Adams  <drew.adams@oracle.com>
1116         * cus-edit.el (custom-face-edit-activate): Doc fix.
1118 2007-09-16  Glenn Morris  <rgm@gnu.org>
1120         * textmodes/tex-mode.el (tex-region): Handle the case where the
1121         region is not in `tex-main-file'.  Move the old code that applies
1122         to both cases...
1123         (tex-region-1): ...to this new function.
1125 2007-09-15  Martin Rudalics  <rudalics@gmx.at>
1127         * simple.el (blink-matching-open): Don't display message when no
1128         paren is found within blink-matching-paren-distance characters.
1129         Don't search prompt in blink-matching-paren-distance nil case.
1131 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
1133         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1135 2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1137         * vc-mtn.el: New file.
1139         * vc-hooks.el (vc-handled-backends): Add Mtn.
1141 2007-09-13  Eli Zaretskii  <eliz@gnu.org>
1143         * files.el (find-file, find-file-other-window)
1144         (find-file-other-frame, find-file-existing, find-file-read-only)
1145         (find-file-read-only-other-window)
1146         (find-file-read-only-other-frame)
1147         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1149 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
1151         * man.el (Man-default-man-entry): At end of line, continue looking
1152         to the next line for possible end of hyphenated command.
1154 2007-09-13  Chris Moore  <dooglus@gmail.com>
1156         * shell.el (shell-resync-dirs): Don't move the cursor relative to
1157         the command being edited.
1159 2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
1161         * progmodes/gud.el (gdb-ready): New variable.
1162         (gdb): Set it to nil.  Set gud-running to nil here...
1163         (gud-common-init): ...instead of here.
1165         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1166         Use gdb-ready.  Discard input until GDB is ready to accept it.
1168 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
1170         * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1171         C-M-S- keys.
1173 2007-09-12  Martin Rudalics  <rudalics@gmx.at>
1175         * dired.el (dired-warning): Inherit from font-lock-warning-face to
1176         make it show up with eight colors.
1178 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1180         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1181         diffs are concatenated with no intervening line.
1183 2007-09-10  Dave Love  <fx@gnu.org>
1185         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1186         (python-font-lock-keywords): Update to the 2.5 version of the language.
1187         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1188         (python-backspace): Only behave funny in code.
1189         (python-compilation-regexp-alist): Add PDB stack trace regexp.
1190         (inferior-python-mode): Add PDB prompt regexp.
1191         (python-fill-paragraph): Refine the fenced-string regexp.
1192         (python-find-imports): Handle imports spanning several lines.
1193         (python-mode): Add `class' to hideshow support.
1195 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1197         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1198         add-log-buffer-file-name-function rather than bind buffer-file-name,
1199         so we dont end up calling change-log-mode in *cvs* when `fi' is the
1200         ChangeLog file itself.
1202         * outline.el (outline-flag-region): Use front-advance.
1204 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
1206         * progmodes/cperl-mode.el: Merge upstream 5.23.
1207         (cperl-where-am-i): Remove function.
1208         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1209         (cperl-sniff-for-indent): De-invert [string] and [comment].
1210         When looking for label, skip s:m:y:tr.
1211         (cperl-indent-line): Likewise.
1212         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1213         (cperl-windowed-init): Wrong `ps-print' handling.
1214         Both thanks to Chong Yidong.
1215         (cperl-look-at-leading-count): Could fail with unfinished RExen.
1216         (cperl-find-pods-heres): If the second part of s()[] is missing,
1217         don't try to highlight delimiters...
1219 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1221         * progmodes/compile.el (compilation-get-file-structure): Complete last
1222         change by also using spec-directory in the puthash.
1224 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
1226         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1227         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1228         (vc-bzr-status): Fix shadowing of variable 'status'.
1229         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1230         Use `expand-file-name' instead of `concat'.
1231         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1232         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
1234 2007-09-05  Jason Rumney  <jasonr@gnu.org>
1236         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1238 2007-09-02  Richard Stallman  <rms@gnu.org>
1240         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1241         Add `safe-local-variable' property.
1242         (lisp-body-indent): Likewise.
1244 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1246         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1247         prev/next-node.
1249         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1250         (x-gtk-map-stock): New function.
1252 2007-09-02  Glenn Morris  <rgm@gnu.org>
1254         * comint.el (comint-mode): Don't set scroll-conservatively.
1256         * eshell/em-unix.el (eshell/time): Stringify and flatten the
1257         non-command arguments.
1259 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
1261         * emacs-lisp/bytecomp.el (byte-recompile-directory):
1262         Fix bug: Don't expand top-level file name more than once.
1263         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1265 2007-09-01  Richard Stallman  <rms@gnu.org>
1267         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1268         Add doc string.
1270 2007-08-30  Richard Stallman  <rms@gnu.org>
1272         * speedbar.el (speedbar-frame-reposition-smartly)
1273         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1274         (speedbar-check-vc): Don't use dframe-xemacsp.
1276 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
1278         * files.el (backup-buffer-copy): Try to overwrite old backup first.
1280 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
1282         * repeat.el (repeat): Use last-repeatable-command instead of
1283         real-last-command.  Run pre- and post-command hooks for
1284         self-insertion.  Update doc-string.
1286 2007-08-28  Glenn Morris  <rgm@gnu.org>
1288         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1290 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
1292         * vc-git.el (vc-git-state): Call git-add --refresh to update the
1293         state of the file.
1294         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1295         (vc-git-create-repo): Fix invalid command.
1297 2007-08-27  Richard Stallman  <rms@gnu.org>
1299         * textmodes/flyspell.el (flyspell-mode):
1300         Catch errors in flyspell-mode-on.
1302 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
1304         * progmodes/modula2.el (m2-definition, m2-module):
1305         Don't use previous-line.  Reported by T. V. Raman.
1307 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1309         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1310         argument to tool-bar-mode call.
1312 2007-08-27  Glenn Morris  <rgm@gnu.org>
1314         * diff-mode.el (diff-find-file-name): Only accept regular files,
1315         to rule out /dev/null, directories, etc.
1317 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
1319         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1320         safe-local-variable setting.
1321         * progmodes/perl-mode.el (perl-indent-level): Likewise.
1323 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1325         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1326         of buffers in uniquify-managed.
1328         * simple.el (invisible-p): Rename from text-invisible-p.
1329         Update callers.
1331 2007-08-25  Alan Mackenzie  <acm@muc.de>
1333         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1334         new language variable.
1336         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
1337         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1338         "extern" etc., rather than BOI.  Fix addition of spurious
1339         syntactic-symbol 'defun-block-intro, replacing it with
1340         'innamespace, etc.
1342 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
1344         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1345         Don't behave differently when executed via M-x.  Add doc string.
1347 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
1349         * files.el (backup-buffer-copy): Don't wrap delete in
1350         condition-case, only try to delete if file exists.
1352 2007-08-24  Glenn Morris  <rgm@gnu.org>
1354         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1356 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1358         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1359         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1360         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1361         (cperl-etags-goto-tag-location): Use new style backquotes.
1363         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
1364         (dynamic-completion-table): Use it it.
1366         * net/browse-url.el: Remove spurious * in custom docstrings.
1367         (browse-url-filename-alist): Use new-style backquote.
1369         * emacs-lisp/backquote.el (backquote-unquote-symbol)
1370         (backquote-splice-symbol): Clarify they're not new-style unquotes.
1372         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1373         (\,@): Backslash the , and ,@ which are not new-style unquotes.
1375         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1377         * net/socks.el (socks-username/password-auth-filter):
1378         Remove unused vars `state' and `desired-len'.
1379         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1380         (socks-wait-for-state-change): Use new-style backquotes.
1382         * pcvs.el (cvs-mode-status): Fix long-standing typo.
1384         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1385         backquotes after each `read' rather than once per buffer.
1387         * dframe.el: Remove spurious * in custom docstrings.
1388         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1389         (dframe-xemacs20p): Remove, inline at the sole use point.
1390         (defface): Don't defvar the face, don't use old-style backquote.
1391         (defcustom): Don't use old-style backquote.
1392         (dframe-frame-parameter, dframe-mouse-event-p):
1393         Make it obvious that it's always defined.
1394         (dframe-popup-kludge): New function to replace
1395         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1396         (dframe-frame-mode, dframe-set-timer-internal)
1397         (dframe-mouse-set-point): Remove use of with-no-warnings from
1398         XEmacs-specific code.
1399         (dframe-set-timer-internal): Fix very old bug with
1400         post-command-idle-hook.
1402         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1404 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
1406         * image-mode.el (image-minor-mode): Use image-mode-text-map.
1408 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
1410         * sort.el (sort-fold-case, sort-numeric-base): Mark as
1411         safe-local-variable.
1413 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1415         * net/browse-url.el (browse-url-emacs): New function.
1417 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1419         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1420         warning if the file uses old style backquotes.
1422         * emacs-lisp/bytecomp.el (byte-compile-log-file)
1423         (byte-recompile-directory, byte-compile-file)
1424         (byte-compile-from-buffer): Use with-current-buffer.
1426         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1427         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1428         (line-move-1, line-move-finish, line-move-to-column)
1429         (move-end-of-line, move-beginning-of-line): Use new name.
1431 2007-08-22  Glenn Morris  <rgm@gnu.org>
1433         * files.el (backup-buffer-copy): Check backup directory is
1434         writable, to avoid infloop deleting old backup.
1436         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1437         movemail related variables.
1438         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1439         will now be set before this is called.
1441 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1443         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1445         * progmodes/ada-mode.el: Fix up comment style in header.
1446         (ada-check-emacs-version): Remove.
1447         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1448         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1449         to try and quieten the byte-compiler.
1450         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1452         * vc.el (vc-annotate-warp-version): Don't use previous-line.
1454 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
1456         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1457         extracted from `eval-last-sexp-1'.
1458         (eval-last-sexp-1): Call `preceding-sexp'.
1460 2007-08-19  Glenn Morris  <rgm@gnu.org>
1462         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1463         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1464         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
1465         shadow files messing up the compilation.
1467 2007-08-18  Glenn Morris  <rgm@gnu.org>
1469         * progmodes/scheme.el (scheme-mode-variables):
1470         Set font-lock-comment-start-skip.
1472 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
1474         * progmodes/ada-mode.el (ada-create-syntax-table):
1475         Move set-syntax-table from here to ...
1476         (ada-mode): ... here.  Don't change global value of comment-multi-line.
1477         Call new function ada-initialize-syntax-table-properties.
1478         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1479         (ada-deactivate-properties, ada-initialize-properties):
1480         Replace by new functions ...
1481         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1482         (ada-initialize-syntax-table-properties): ... to set up syntax-table
1483         properties uniformly, independently from whether font-lock-mode
1484         is enabled or not.  Handle read-only buffers and do not change
1485         undo-list when setting syntax-table properties.
1486         (ada-after-change-function): Use ada-set-syntax-table-properties.
1488 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1490         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1491         (cperl-find-pods-heres): Fix an error when typing expressions like
1492         `s{a}{b}'.
1494 2007-08-17  Glenn Morris  <rgm@gnu.org>
1496         * progmodes/compile.el (compilation-get-file-structure): Make use
1497         of the directory part when checking for an existing entry, to
1498         handle files with same basename in different directories.
1500 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1502         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1503         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1504         (ps-paragraph-spacing): Docstring fix.
1506 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1508         * smerge-mode.el (smerge-resolve): New arg `safe'.
1509         (smerge-resolve-all, smerge-batch-resolve): New function.
1510         (smerge-refine): Make sure `diff' returns the expected result.
1511         (smerge-parsep-re): New const.
1512         (smerge-mode): Use it to adjust paragraph-separate.
1514         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1515         Correctly match / regexp matchers as first char on a line when
1516         fontifying only that line.
1518         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1520 2007-08-16  Glenn Morris  <rgm@gnu.org>
1522         * ps-print.el (ps-font-size): Doc fix.
1524 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1526         * vc-bzr.el: Don't fiddle with vc-handled-backend.
1527         (vc-bzr-registered): Don't redundantly protect against
1528         file-error.  Actually use the format-specific code.
1529         (vc-bzr-buffer-nonblank-p): Remove.
1530         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1532 2007-08-15  Glenn Morris  <rgm@gnu.org>
1534         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1535         sloppier, for the sake of GNU Mailman.
1536         (rmail-digest-rfc1153): Initialize `result' correctly.
1538 2007-08-14  Glenn Morris  <rgm@gnu.org>
1540         * simple.el (bad-packages-alist): New constant.
1541         (bad-package-check): New function.  Together, these two add
1542         elements to `after-load-alist' to check for problematic external
1543         packages.
1544         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1546 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
1548         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1549         optional quotes around files in NEED-UPDATE . REMOVED case.
1551         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1552         (ada-treat-cmd-string): Improve error message.
1553         (ada-do-file-completion): Call `ada-require-project-file', so
1554         project variables are set properly.
1555         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1556         (ada-gnatfind-buffer-name): New constant.
1557         (ada-find-any-references): Use new constant.  Set buffer name
1558         properly in compilation-start.  Toggle read-only properly.
1559         (ada-find-in-src-path): Fix spelling error in docstring.
1561         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1562         by zero error.
1564 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
1566         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1568 2007-08-12  Richard Stallman  <rms@gnu.org>
1570         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1571         (cvs-execute-single-file): Use new name split-string-and-unquote.
1572         (cvs-header-msg): Use new name combine-and-quote-strings.
1574         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1576         * progmodes/gud.el (gud-common-init): Use new name
1577         split-string-and-unquote.
1579         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1580         in javac regexp.
1582         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1583         combine-and-quote-strings and split-string-and-unquote.
1585         * subr.el (combine-and-quote-strings): Rename from strings->string.
1586         (split-string-and-unquote): Rename from string->strings.
1588 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1590         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1591         to buffer-local settings.
1593         * emacs-lisp/backquote.el (backquote-delay-process): New function.
1594         (backquote-process): Add internal arg `level'.  Use the two to
1595         correctly handle nested backquotes.
1597 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
1599         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1600         (vc-bzr-state-words): Add "kind changed" state word.
1601         (vc-bzr-status): New function.  Return Bzr idea of file status,
1602         which is different from VC's.
1603         (vc-bzr-state): Use vc-bzr-status.
1604         (vc-workfile-unchanged-p): Use vc-bzr-status.
1605         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1606         (vc-dired-state): Process "kind changed" state word.
1608 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1610         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1612         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1613         Move from vc-default-find-file-not-found-hook.
1615 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1617         * url/url-auth.el (url-basic-auth): When prompting for username
1618         and password, default to the username and password in the URL.
1620 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1622         * man.el: Remove spurious * in docstrings.
1623         Merge defvars and toplevel setq-defaults.
1624         (Man-highlight-references0): Limit=nil rather than point-max.
1625         (Man-mode-map): Move initialization into the declaration.
1626         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1627         (Man-view-header-file): Use expand-file-name rather than concat.
1628         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1630         * man.el (Man-next-section): Make sure we do not move backward.
1632 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1634         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1635         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1636         ps-print-color-p is neither nil nor black-white.  Reported by Christian
1637         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1639 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1641         * files.el (auto-mode-alist): Use the purecopied text (duh!).
1643 2007-08-08  Andreas Schwab  <schwab@suse.de>
1645         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1646         self-insert-command, not self-insert.
1648 2007-08-08  Glenn Morris  <rgm@gnu.org>
1650         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1652         * Replace `iff' in doc-strings and comments.
1654         * help-mode.el (help-make-xrefs): Search for symbol constituents,
1655         rather than just `-'.
1657 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
1659         * dired.el (dired-pop-to-buffer):
1660         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1661         * calendar/calendar.el (generate-calendar-window):
1662         * progmodes/compile.el (compilation-set-window-height):
1663         * textmodes/two-column.el (2C-two-columns, 2C-merge):
1664         Use window-full-width-p instead of comparing frame-width and
1665         window-width.
1667         * progmodes/compile.el (compilation-find-buffer): Remove extra
1668         argument in call to compilation-buffer-internal-p.
1670 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
1672         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1673         parameters IDENTIFICATION and CONNECTED.
1674         (tramp-handle-insert-file-contents): VISIT must be handled after
1675         insertion of the local copy.  Reported by Peter Gordon
1676         <peter@pg-consultants.com>.
1677         (tramp-file-name-handler): No special handling for
1678         `expand-file-name'.  But for `file-name-as-directory'.
1679         (tramp-find-shell, tramp-open-connection-telnet)
1680         (tramp-open-connection-rsh, tramp-open-connection-su)
1681         (tramp-open-connection-multi)
1682         (tramp-open-connection-setup-interactive-shell): Guard against
1683         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
1684         <steve@sxemacs.org>.
1685         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1686         the hint.
1688         * net/trampver.el: Update release number.
1690 2007-08-07  Tom Tromey  <tromey@redhat.com>
1692         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1693         Add safe-local-variable property.
1695 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
1697         * image-mode.el (image-toggle-display): Use image-refresh.
1699         * longlines.el (longlines-decoded): New variable.
1700         (longlines-mode): Avoid encoding or decoding the buffer twice.
1702 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
1704         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1705         unofficial version.
1706         (vc-bzr-command): Remove redundant setting of process-connection-type.
1707         (vc-bzr-admin-checkout-format-file): Add autoload.
1708         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1709         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1710         (vc-bzr-registered): Compare dirstate format tag with known good
1711         value, abort parsing if match fails.  Warn user in docstring.
1712         (vc-bzr-workfile-version): Case for different Bzr branch formats.
1713         See bzrlib/branch.py in Bzr sources.
1714         (vc-bzr-diff): First argument FILES may be a string rather than a list.
1715         (vc-bzr-shell-command): Remove in favor of
1716         vc-bzr-command-discarding-stderr.
1717         (vc-bzr-command-discarding-stderr): New function.
1719 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
1721         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1722         program, and return nil
1723         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1724         (vc-bzr-state): Look for path names relative to the repository
1725         root after status keyword.
1726         (vc-bzr-file-name-relative): New function.
1727         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1728         depend on it.
1729         (vc-bzr-admin-dirname, ...-checkout-format-file)
1730         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1731         files that we now parse directly for speed.
1732         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1733         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1734         (vc-bzr-state): "bzr status" successful only if exitcode is 0
1735         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
1736         Bzr warnings, so we must discard it.
1737         (vc-bzr-workfile-version): Speedup counting lines from
1738         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1739         if that file doesn't exist.
1740         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1741         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
1742         (not ".bzr"!) to `vc-directory-exclusion-list'
1743         (vc-bzr-shell-command): New function.
1745 2007-08-06  Tom Tromey  <tromey@redhat.com>
1747         * diff-mode.el (diff-unified->context, diff-reverse-direction)
1748         (diff-fixup-modifs): Typo in docstring.
1750 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1752         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1753         count-screen-lines.
1754         (tpu-edt-off): Disable relevant pieces of advice.
1756         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1757         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
1758         (newline, newline-and-indent, do-auto-fill): Use advice instead of
1759         redefining the function.
1760         (tpu-set-scroll-margins): Activate the pieces of advice.
1762 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
1764         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1765         process-filter.
1767 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
1769         * help.el (resize-temp-buffer-window): Use window-full-width-p
1770         instead of comparing frame-width and window-width.
1772 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com>  (tiny change)
1774         * term.el: Honor term-default-fg-color and term-default-bg-color
1775         settings when modifying term-current-face.
1776         (term-default-fg-color, term-default-bg-color): Initialize from
1777         default term-current-face.
1778         (term-mode, term-reset-terminal): Set term-current-face with
1779         term-default-fg-color and term-default-bg-color.
1780         (term-handle-colors-array): term-current-face has term-default-fg-color
1781         and term-default-bg-color after reset escape sequence.
1782         (term-handle-colors-array): Set term-current-color with
1783         term-default-fg/bg-color instead of ansi-term-color-vector when the
1784         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1786 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
1788         * files.el (set-auto-mode): Handle also remote files wrt
1789         `auto-mode-alist'.
1791         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1792         remote identification.
1794 2007-08-04  Glenn Morris  <rgm@gnu.org>
1796         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1797         zero, not nil, when the library is first loaded.  Check for a file
1798         that has been modified on disk.
1800         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1801         Remove duplicate defvar preventing initialization.
1802         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1804 2007-08-03  Miles Bader  <miles@gnu.org>
1806         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1807         backend names for new backends to `Git', `Hg', and `Bzr'.
1808         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1809         not `HG'.
1810         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1811         name, not `GIT'.
1812         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1813         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1815 2007-08-03  Glenn Morris  <rgm@gnu.org>
1817         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1819 2007-08-02  Richard Stallman  <rms@gnu.org>
1821         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1822         to update deleted flag.
1824         * cus-edit.el (customize-apropos, customize-apropos-options)
1825         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1827         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1829         * startup.el (fancy-splash-head, startup-echo-area-message):
1830         Change message text.
1832         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1833         All callers use line-move.
1835         * progmodes/compile.el (compilation-find-buffer): Return current
1836         buffer immediately if suitable.
1837         (compile, compilation-buffer-name, compilation-start): Doc fixes.
1839 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1841         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1842         Make it more discriminating and more useful.
1843         (vc-bzr-root-dir): Use new name.
1844         (vc-bzr-registered): Use new name and look at the dirstate file to
1845         determine if it's registered or not without running `bzr'.
1847 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1849         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1851 2007-07-31  Drew Adams  <drew.adams@oracle.com>
1853         * cus-edit.el (custom-group-value-create, custom-goto-parent):
1854         Fix parent groups link.
1856 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
1858         * faces.el (face-normalize-spec): New function.
1859         (frame-set-background-mode): Normalize face-spec before calling
1860         face-spec-match-p.
1862 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1864         * vc-bzr.el: New file (copied from the trunk).
1866         * vc-hooks.el (vc-handled-backends): Add BZR.
1867         (vc-find-file-hook): Failsafe if the backend's `registered'
1868         function burps.
1870         * server.el (server-window): Add switch-to-buffer-other-frame option.
1872 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
1874         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1875         (vc-git-revision-completion-table): Enable.
1877         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1879         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1881         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1882         (vc-hg-registered): Set the vc-state property.
1884         * diff-mode.el (diff-mode-menu): New entries.
1886 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1888         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1889         (diff-file-kill): Use it.
1890         (diff-beginning-of-hunk): Add arg `try-harder' using it.
1891         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1892         Use it so they find the hunk even when we're in the file header.
1894         * vc.el: Add new VC operation `revision-completion-table'.
1895         (vc-default-revision-completion-table): New function.
1896         (vc-version-diff, vc-version-other-window): Use it to provide
1897         completion of revision names if the backend provides it.
1899         * vc-arch.el (vc-arch--version-completion-table)
1900         (vc-arch-revision-completion-table): New functions to provide
1901         completion of revision names.
1903         * vc-cvs.el: Require CL.
1904         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1905         New functions to provide completion of revision names.
1907 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
1909         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1910         (copyright-fix-years, copyright): Correctly handle the case where
1911         copyright-limit is nil.
1913 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
1915         * progmodes/python.el (run-python): Fix path separator under w32.
1917 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
1919         * vc-git.el: New File.
1921 2007-07-28  Alan Mackenzie  <acm@muc.de>
1923         Fix problem with modes derived from CC Mode:
1924         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1925         macro to cc-langs.
1926         (c-init-language-vars-for): Remove call to above macro.
1927         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1928         been moved to here.
1929         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1931 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
1933         * net/trampver.el: Fix the `coding' cookie.
1935 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
1937         * add-log.el (change-log-redate): Remove (not needed anymore and
1938         doesn't appear to work).
1940 2007-07-25  Glenn Morris  <rgm@gnu.org>
1942         * Relicense all FSF files to GPLv3 or later.
1944         * COPYING: Switch to GPLv3.
1946 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1948         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1949         Replace it with another one which disables undo before calling
1950         erase-buffer and then turns it back on if needed.
1952 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1954         * ps-print.el: Problem with foreground and background color when
1955         printing a buffer with and without faces.  Reported by Christian
1956         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1957         (ps-print-version): New version 6.7.5.
1958         (ps-default-fg): Change default value to nil, so black color is used
1959         when a face does not specify a foreground color.
1960         (ps-default-bg): Change default value to nil, so white color is used
1961         for background color.
1962         (ps-begin-job): Fix code.
1964 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
1966         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1968 2007-07-24  Alan Mackenzie  <acm@muc.de>
1970         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1971         Initialise byte-compile-unresolved-functions before rather than
1972         after a compilation.
1973         (byte-compile-unresolved-functions): Amplify doc string.
1975 2007-07-24  Glenn Morris  <rgm@gnu.org>
1977         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1978         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1979         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1980         (cal-tex-cursor-week, cal-tex-cursor-week2)
1981         (cal-tex-cursor-week-iso, cal-tex-week-hours)
1982         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1983         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1984         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1986 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1988         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1990 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1992         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1993         underlying file is uptodate.
1995 2007-07-23  Richard Stallman  <rms@gnu.org>
1997         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1999 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2001         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2002         (sh-font-lock-flush-syntax-ppss-cache): New funs.
2003         (sh-font-lock-syntactic-keywords): Use them to distinguish the
2004         different possible cases for \'.
2005         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2007         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2008         `file' from which to start the search and fix case where `file' is the
2009         current directory and the root as well.
2011         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2012         name for buffer-file-name if it refers to a directory.
2014 2007-07-22  Jason Rumney  <jasonr@gnu.org>
2016         * w32-fns.el (set-default-process-coding-system): Use dos line ends
2017         for input to cmdproxy on all versions of Windows.
2018         Use dos line ends for input to plink.
2020         * comint.el (comint-simple-send): Concat newline before sending.
2021         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2023 2007-07-22  Juri Linkov  <juri@jurta.org>
2025         * isearch.el (isearch-edit-string): Save old point and
2026         isearch-other-end to old-point and old-other-end before reading
2027         the search string from minibuffer.  After exiting minibuffer set
2028         point to old-other-end if point and the search direction is the
2029         same as before reading the search string.
2030         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
2031         to isearch-other-end.  Instead of isearch-search-and-update call
2032         three functions isearch-search, isearch-push-state and isearch-update.
2034 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
2036         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2037         destroying an existing buffer.
2039 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2041         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2043         * term/x-win.el (x-handle-no-bitmap-icon): New function.
2045 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
2047         * textmodes/reftex.el (reftex-access-parse-file): Create parse
2048         file in a way that does not interfere with recentf.
2050 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2052         * image-dired.el (image-dired-sane-db-file): New func.
2053         (image-dired-write-tags, image-dired-remove-tag)
2054         (image-dired-list-tags, image-dired-write-comments)
2055         (image-dired-get-comment, image-dired-mark-tagged-files)
2056         (image-dired-create-gallery-lists): Call new func.
2057         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2059 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2061         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2062         (vc-hg-dir-state): Fix loop.
2063         (vc-hg-print-log): Fix expected return value for vc-hg-command.
2064         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2065         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2066         (vc-hg-revert): Likewise.
2067         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2069 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2071         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2072         case of alignment under a constant symbol, find and consider
2073         the sexp actually at indentation to be the "last sexp".
2075 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
2077         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2078         (install): Use them to copy all *.el files before *.elc.
2079         (clean): Don't delete *~.
2081 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
2083         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2085 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
2087         * vc-hg.el (vc-hg-registered): Replace if with when.
2088         (vc-hg-state): Deal with nonexistent files.
2090 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
2092         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2093         (follow-delete-other-windows-and-split, follow-recenter)
2094         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2095         (follow-redisplay, follow-estimate-first-window-start)
2096         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2097         Fix typos in docstrings.
2099 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
2101         * bookmark.el (bookmark-show-all-annotations):
2102         Make sure each inserted annotation ends with newline.
2104         (bookmark-maybe-sort-alist): Don't modify
2105         bookmark-alist.  Instead, if not sorting, simply return it.
2106         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2107         for its return value, not for its side effect.
2109 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
2111         * vc.el: Add more info about the vc-registered function.
2113 2007-07-16  David Kastrup  <dak@gnu.org>
2115         * emacs-lisp/advice.el (defadvice): Doc fix.
2117 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
2119         * subr.el (when, unless): Doc fix.
2121 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
2123         * vc-hg.el (vc-hg-state): Handle removed files.
2124         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2125         (vc-hg-checkout): Re-enable.
2127 2007-07-15  Richard Stallman  <rms@gnu.org>
2129         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2131         * tutorial.el (tutorial--find-changed-keys):
2132         Handle C-x specially like ESC.
2134 2007-07-15  Roland McGrath  <roland@frob.com>
2136         * add-log.el (add-change-log-entry): Check add-log-full-name
2137         and add-log-mailing-address later, after change-log-mode-hook.
2139 2007-07-15  Richard Stallman  <rms@gnu.org>
2141         * isearch.el (isearch-mode, isearch-done):
2142         Delete unintended code in previous change.
2144         * ps-print.el (ps-default-bg): Change to White.
2146 2007-07-15  Aaron Hawley  <aaronh@garden.org>
2148         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2150 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
2152         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2153         when handling the terminating event.
2155 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
2157         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2159 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
2161         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2162         (install): Use them to copy all *.el files before *.elc.
2164 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
2166         * replace.el (match): Use yellow1 instead of yellow.
2168         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2170         * pcvs-info.el (cvs-unknown): Likewise.
2172 2007-07-12  Davis Herring  <herring@lanl.gov>
2174         * desktop.el (desktop-buffer-info, desktop-save):
2175         Use `desktop-dirname' instead of `dirname'.
2177 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
2179         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2181         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2183 2007-07-10  Richard Stallman  <rms@gnu.org>
2185         * emacs-lisp/lisp-mode.el (eval-defun):
2186         Explain special handling of `defface'.
2188 2007-07-09  Richard Stallman  <rms@gnu.org>
2190         * isearch.el (isearch-edit-string): Call to isearch-push-state
2191         after the search.
2193 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2195         * cus-start.el (file-coding-system-alist): Fix custom type.
2197 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
2199         * longlines.el (longlines-wrap-region): Avoid marking buffer as
2200         modified.
2201         (longlines-auto-wrap, longlines-window-change-function):
2202         Remove unnecessary calls to set-buffer-modified-p.
2204 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2206         * vc.el (vc-default-log-view-mode): New function.
2207         (vc-print-log): Add new `log-view-mode' VC operation.
2209 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
2211         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2212         Rename and move to...
2214         * subr.el (strings->string, string->strings): ...here.
2216         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2217         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2219         * progmodes/gud.el (gud-common-init): Call string->strings instead
2220         of split-string.
2222 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
2224         * term/w32-win.el (menu-bar-open): New function.
2225         Bind <f10> to it.
2227 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
2229         * log-view.el (log-view-mode-menu): New menu.
2231 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
2233         * vc-hg.el: New file.
2235 2007-07-06  Andreas Schwab  <schwab@suse.de>
2237         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2238         dynamic bindings around the evaluation of the expression.
2239         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2241 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
2243         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2244         file names.
2246 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
2248         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2250         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2251         event is not a cons cell.  Do not unread drag-mouse-1 events.
2252         Select right window in check whether space was stolen from
2253         window above.
2255 2007-07-01  Richard Stallman  <rms@gnu.org>
2257         * files.el (find-file-visit-truename): Fix safe-local-variable value.
2259 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
2261         * generic-x.el (generic-define-mswindows-modes)
2262         (generic-define-unix-modes, apache-log-generic-mode)
2263         (bat-generic-mode-keymap, java-manifest-generic-mode)
2264         (show-tabs-generic-mode): Fix typos in docstrings.
2266 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2268         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2269         replace-regexp-in-string.
2271 2007-06-28  Andreas Schwab  <schwab@suse.de>
2273         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2274         $(lisp)/subdirs.el.
2276 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
2278         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2279         the speedbar frame if nil; that deletes the current frame or
2280         causes an error if it is the only frame.
2281         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2283 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
2285         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2286         directory where the desktop file was found, as the docstring says.
2287         (desktop-kill): Use `read-directory-name'.
2289         * desktop.el (desktop-load-locked-desktop): New option.
2290         (desktop-read): Use it.
2291         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2292         Use `when'.
2294 2007-06-24  Davis Herring  <herring@lanl.gov>
2296         * desktop.el (desktop-save-mode-off): New function.
2297         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2298         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2299         (desktop-claim-lock, desktop-release-lock): New functions.
2300         (desktop-kill): Tell `desktop-save' that this is the last save.
2301         Release the lock afterwards.
2302         (desktop-buffer-info): New function.
2303         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
2304         says to.  Detect conflicts, and manage the lock.
2305         (desktop-read): Detect conflicts.  Manage the lock.
2307 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
2309         * ls-lisp.el (insert-directory): If an invalid regexp error is
2310         thrown, try using FILE as a literal file name, not a wildcard.
2311         Check for FILE as an existing file, not just a directory.
2313 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
2315         * ruler-mode.el (ruler-mode): Prevent clobbering the original
2316         `header-line-format' when reentering ruler mode.
2318 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
2320         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2321         FILE exists as a directory.
2323 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2325         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2326         (vera-font-lock-match-item): Fix doc string.
2327         (vera-in-comment-p): Remove unused function.
2328         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2329         use `syntax-ppss'.
2330         (vera-forward-syntactic-ws): Fix argument order.
2331         (vera-prepare-search): Use `with-syntax-table'.
2332         (vera-indent-line): Fix doc string.
2333         (vera-electric-tab): Fix doc string.
2334         (vera-expand-abbrev): Define alias instead of using `fset'.
2335         (vera-comment-uncomment-region): Use `comment-start-skip'.
2337 2007-06-20  Reto Zimmermann  <reto@gnu.org>
2339         * progmodes/vera-mode.el: New file.
2341 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
2343         * ido.el (ido-find-file-in-dir): Don't signal an error for
2344         empty directories.
2346 2007-06-18  Alan Mackenzie  <acm@muc.de>
2348         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2349         When removing lines, also remove the \n.  Correction of patch of
2350         2007-04-21.
2352 2007-06-17  Glenn Morris  <rgm@gnu.org>
2354         * lpr.el (lpr-page-header-switches): Move %s to separate element
2355         for correct quoting.  Doc fix.
2357 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2359         * term/xterm.el (terminal-init-xterm): Escape parens in character
2360         constants.
2362 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
2364         * scroll-lock.el (scroll-lock-mode): Doc fix.
2366 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2368         * font-lock.el (font-lock-add-keywords): In case font-lock was only
2369         half-activated, forcefully activate it completely.
2371 2007-06-11  Richard Stallman  <rms@gnu.org>
2373         * cus-edit.el (custom-variable-type): Doc fix.
2375 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2377         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2379 2007-06-09  Davis Herring  <herring@lanl.gov>
2381         * desktop.el (desktop-minor-mode-table): Doc fix.
2383 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
2385         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2386         (image-next-line, image-previous-line, image-scroll-up)
2387         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2388         New functions.
2389         (image-mode-map): Remap motion commands.
2390         (image-mode-text-map): New keymap for viewing images as text.
2391         (image-mode): Use image-mode-map.
2392         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2394 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
2396         Sync with Tramp 2.0.56.
2398         * net/tramp.el:
2399         * net/tramp-ftp.el:
2400         * net/tramp-smb.el:
2401         * net/tramp-util.el:
2402         * net/tramp-vc.el:
2403         Don't load cl.el, because that pollutes the namespace.  Replace cl
2404         macros by their implementations where necessary.  Requested by
2405         Richard Stallman <rms@gnu.org>.
2407         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2408         doesn't exist.
2409         (with-parsed-tramp-file-name): Protect debug spec during compilation.
2410         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2411         (tramp-file-name-p, tramp-file-name-multi-method)
2412         (tramp-file-name-method, tramp-file-name-user)
2413         (tramp-file-name-host, tramp-file-name-localname): New defuns,
2414         replacing defstruct `tramp-file-name'.
2415         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2416         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2417         Apply `vector' instead of `make-tramp-file-name'.
2418         (tramp-handle-make-auto-save-file-name):
2419         Apply `tramp-temporary-file-directory' for compatibility reasons.
2420         (tramp-completion-mode): Use `natnump' instead of `wholenump'
2421         because of XEmacs.
2422         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2423         started.
2425 2007-06-07  David Kastrup  <dak@gnu.org>
2427         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2428         Change default to `top'.
2430 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
2432         * dired.el (dired-mode-map): Remove spurious separator.
2434 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2436         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2438         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2439         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2441 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2443         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2444         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2446 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2448         * progmodes/ebrowse.el (ebrowse-member-table):
2449         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2451 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2453         * pgg.el (pgg-sign-region, pgg-sign):
2454         * ses.el (ses-call-printer):
2455         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2456         * textmodes/org.el (org-cycle): Fix typos in docstrings.
2458 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
2460         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2461         (tar-get-descriptor): Handle type 55, an extended pax header.
2463 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2465         * textmodes/css-mode.el: New file.
2467 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
2469         * net/socks.el: New file, taken from w3 repository.
2470         (top): Update Copyright.  Don't load cl.el.
2471         (all): Replace `case' by `cond', `string-to-int' by
2472         `string-to-number', and `process-kill-without-query' by
2473         `set-process-query-on-exit-flag'.
2474         (socks-char-int): Remove defalias and all occurrences.
2476 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2478         * international/mule-cmds.el (toggle-enable-multibyte-characters)
2479         (sort-coding-systems, search-unencodable-char): Doc fixes.
2480         (coding-system-change-eol-conversion, set-default-coding-systems)
2481         (prefer-coding-system, find-multibyte-characters, princ-list)
2482         (leim-list-entry-regexp, set-input-method, locale-language-names)
2483         (input-method-exit-on-first-char, exit-language-environment-hook)
2484         (locale-charset-language-names): Fix typos in docstrings.
2486 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
2488         * bs.el (bs-cycle-previous): Don't modify the cycle list until
2489         `switch-to-buffer' has returned succesfully.
2490         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
2491         window is dedicated (it could iconify the frame).
2493 2007-06-05  Glenn Morris  <rgm@gnu.org>
2495         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2497 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
2499         * files.el (auto-mode-alist): Add lower-priority match for names
2500         like ChangeLog.old.
2502 2007-06-04  Andreas Schwab  <schwab@suse.de>
2504         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2506 2007-06-04  Davis Herring  <herring@lanl.gov>
2508         * calendar/timeclock.el: Update version number.
2509         (timeclock-modeline-display): Mention timeclock-use-display-time
2510         in explanatory message.
2511         (timeclock-log): Suppress warnings when finding the log.
2512         Don't check for a nil project twice.  Run hooks after killing the
2513         buffer (if applicable).
2514         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2515         was geometric).  All uses changed.
2516         (timeclock-generate-report): Support prefix argument.
2518 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2520         * man.el (Man-next-section): Don't consider the last line of the
2521         page as being part of any section.
2523 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
2525         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2526         modified flag of buffer.  Use `inhibit-modification-hooks'.
2528 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2530         * mail/mail-extr.el (mail-extract-address-components):
2531         Recognize non-ASCII characters except for NBSP as words.
2533 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
2535         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2537 2007-06-04  Michael Olson  <mwolson@gnu.org>
2539         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2540         died and we are trying to send a signal to it.
2542 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
2544         * emacs-lisp/easy-mmode.el (define-minor-mode)
2545         (easy-mmode-define-navigation): Fix typos in docstrings.
2547         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2548         Fix typos in docstrings.
2549         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2550         (compilation-finish-function): Fix typo in obsolescence declaration.
2552         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2554 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
2556         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2557         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2559         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2561         * longlines.el (longlines-mode): Make longlines-auto-wrap
2562         buffer-local.  Add hooks unconditionally.
2563         (longlines-auto-wrap): Toggle wrapping.
2564         (longlines-after-change-function)
2565         (longlines-post-command-function): Check longlines-auto-wrap.
2567 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2569         * Version 22.1 released.
2571 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
2573         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2574         changes.
2576 2007-05-31  Richard Stallman  <rms@gnu.org>
2578         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2580 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
2582         * textmodes/table.el (table--point-entered-cell-function)
2583         (table--point-left-cell-function):
2584         Bind `inhibit-point-motion-hooks' to t.
2586 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2588         * emacs-lisp/rx.el (rx): Doc fix.
2590 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
2592         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2594 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
2596         * log-edit.el (log-edit-changelog-paragraph): Return point-max
2597         as the end of the ChangeLog paragraph when it ends without a line
2598         termination.
2600 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2602         * textmodes/fill.el (canonically-space-region): Make the second arg
2603         a marker if it's not already the case.
2605         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2606         (xterm-mouse-event): Use it.
2608 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
2610         * vc-hooks.el (vc-find-root): Fix file attribute test.
2612 2007-05-24  Richard Stallman  <rms@gnu.org>
2614         * textmodes/flyspell.el (flyspell-correct-word-before-point):
2615         Don't let opoint be nil.
2616         (flyspell-emacs-popup): Explicit error if no dialogs.
2618 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2620         * tar-mode.el (tar-file-name-handler): New function.
2621         (tar-extract): Bind file-name-handler-alist to it to force
2622         find-buffer-file-type-coding-system behave as if the file being
2623         extracted existed.  Use last-coding-system-used to force
2624         buffer-file-coding-system to what decode-coding-region actually
2625         used to decode the file.
2627 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2629         * progmodes/compile.el (compilation-handle-exit):
2630         `compilation-finish-function' may change the current buffer.
2632 2007-05-22  Richard Stallman  <rms@gnu.org>
2634         * files.el (set-auto-mode): Doc fix.
2636 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
2638         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2640 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
2642         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2643         (rcirc-print): Handle `window-width'.
2644         (rcirc-buffer-maximum-lines): Doc fix.
2646 2007-05-19  Kevin Ryde  <user42@zip.com.au>
2648         * info.el (Info-fontify-node): Match https also.
2650 2007-05-18  Richard Stallman  <rms@gnu.org>
2652         * simple.el (push-mark): Doc fix.
2654 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
2656         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2657         tpu-global-map.
2658         (tpu-original-global-map): Delete variable.
2659         (tpu-control-keys-map): New keymap variable.
2660         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2661         setting keymapping directly.
2662         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2663         tpu-global-map.
2664         (tpu-edt-on): Activate the tpu-global-map.
2665         (tpu-edt-off): Deactivate the tpu-global-map.
2667 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
2669         * textmodes/ispell.el (ispell-get-word): Return markers
2670         for start and end positions.
2671         (ispell-word): Assume END is a marker.
2673 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2675         * ps-print.el: Use default color when foreground or background color
2676         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
2677         (ps-print-version): New version 6.7.4.
2678         (ps-rgb-color): New argument.  Use default color when color is
2679         unspecified.
2680         (ps-begin-job): Fix code.
2682 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
2684         * textmodes/ispell.el (ispell-start-process): Defend against bad
2685         default-directory.
2687 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2689         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2691 2007-05-16  Richard Stallman  <rms@gnu.org>
2693         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2695 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2697         * files.el (magic-mode-alist, magic-fallback-mode-alist):
2698         Move the *ml, Postscript, and XmCD entries to the fallback part.
2700         * files.el (magic-fallback-mode-alist):
2701         Rename from file-start-mode-alist.
2703 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2705         * progmodes/compile.el (compilation-handle-exit): Quote first
2706         argument of `run-hook-with-args'.
2708 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
2710         * buff-menu.el (Buffer-menu-sort-column):
2711         * dabbrev.el (dabbrev-upcase-means-case-search):
2712         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2713         * info.el (Info-current-subfile):
2714         * ls-lisp.el (ls-lisp-verbosity):
2715         * msb.el (msb-menu-cond):
2716         * pcvs.el (cvs-dired-use-hook):
2717         * simple.el (set-mark-command-repeat-pop):
2718         * time.el (display-time-24hr-format, display-time-mail-file):
2719         Doc fixes.
2721         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2722         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2724         * view.el (view-inhibit-help-message): Fix typo in docstring.
2725         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2727 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
2729         * mail/rmail.el (rmail-convert-to-babyl-format):
2730         Check content-transfer-encoding _last_, because we need its position
2731         in base64-header-field-end.
2733 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
2735         * files.el (mode-require-final-newline, require-final-newline)
2736         (enable-local-variables, enable-local-eval): Doc fixes.
2738 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2740         * progmodes/python.el (python-font-lock-keywords)
2741         (python-open-block-statement-p, python-mode): Add support for the new
2742         "with" keyword.
2744 2007-05-10  Richard Stallman  <rms@gnu.org>
2746         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2747         (iso-cvt-write-only): Likewise.
2749         * emacs-lisp/easy-mmode.el (define-minor-mode):
2750         Fix generated doc string.
2752         * startup.el (fancy-splash-text): Add URL of guided tour.
2753         Adjust horizontal and vertical whitespace.
2755         * progmodes/compile.el (compilation-handle-exit):
2756         Use run-hook-with-args to run compilation-finish-functions.
2758         * files.el (file-start-mode-alist): New variable.
2759         (magic-mode-regexp-match-limit): Doc fix.
2760         (set-auto-mode): Handle file-start-mode-alist.
2761         A little cleanup of structure.
2763 2007-05-10  Davis Herring  <herring@lanl.gov>
2765         * calendar/timeclock.el (timeclock-in): Fix non-interactive
2766         workday specifications.
2767         (timeclock-log): Don't kill the log buffer if it already existed.
2769 2007-05-08  Richard Stallman  <rms@gnu.org>
2771         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2772         Don't include non-self-insert commands in the exception for `-'.
2774 2007-05-08  David Reitter  <david.reitter@gmail.com>
2776         * progmodes/python.el (python-guess-indent): Check non-nullness
2777         before comparing indent against the 2..8 interval.
2779 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2781         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2782         available.
2784 2007-05-06  Richard Stallman  <rms@gnu.org>
2786         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2788 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
2790         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2791         disconnections.
2793 2007-05-01  Romain Francoise  <romain@orebokech.com>
2795         * dired-x.el: Revert 2007-04-06 change.
2797 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
2799         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2800         don't put stop on toolbar.
2802 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
2804         * find-dired.el (find-dired-filter): Propertize all text down to eob.
2806 2007-04-29  Richard Stallman  <rms@gnu.org>
2808         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2810 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2812         * progmodes/cc-mode.el (c-before-change): Use point-min rather
2813         than 1.
2815 2007-04-28  Richard Stallman  <rms@gnu.org>
2817         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2819 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2821         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2823 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
2825         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2826         instead of $(lisp)/mh-e.
2828         * textmodes/fill.el (fill-paragraph): Doc fix.
2830 2007-04-28  Glenn Morris  <rgm@gnu.org>
2832         * image-dired.el (image-dired-cmd-create-thumbnail-options)
2833         (image-dired-cmd-create-temp-image-options): Replace option
2834         +profile "*" with -strip.
2836 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
2838         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2839         Use window-start and window-end.
2841 2007-04-26  Glenn Morris  <rgm@gnu.org>
2843         * progmodes/python.el: Restore file pending consideration of legal
2844         status.
2846 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
2848         * locate.el (locate-in-alternate-database): Doc fix.
2850 2007-04-26  Glenn Morris  <rgm@gnu.org>
2852         * button.el (button): Use underline if supported, else fall back
2853         to color.
2855 2007-04-25  Richard Stallman  <rms@gnu.org>
2857         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2859 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
2861         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2862         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2863         pushing mark.
2864         (idlwave-current-routine): Don't push mark.
2866 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
2868         * image-dired.el (image-dired-display-image): Derive image-type from
2869         filename rather than assuming jpeg, in case no resizing was needed.
2871 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2873         * custom.el (defface): Doc fix.
2875 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
2877         * progmodes/python.el: Remove due to unclear legal issues.
2879 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
2881         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2882         Don't re-query for each cleared BP.
2883         (idlwave-shell-clear-bp): Optionally skip BP query.
2884         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2885         of set-window-buffer, which incorrectly moves displayed region.
2887 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
2889         * calc/calc.el (calc-bug-address): Update maintainer's address.
2890         * calc/*: Update maintainer's address.
2892 2007-04-23  Richard Stallman  <rms@gnu.org>
2894         * simple.el (set-mark-command-repeat-pop): Doc fix.
2895         Put in `editing-basics' group.
2897 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
2899         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2900         New functions.
2901         (Info-mode-line-node-keymap): Bind mouse commands to
2902         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2904 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
2906         * locate.el (locate-local-prompt): New var.
2907         (locate-prompt-for-command): Doc fix.
2908         (locate-prompt-for-search-string): New function.
2909         (locate): New optional arg.  Make locate-local-prompt
2910         buffer-local.  Use locate-prompt-for-search-string.
2911         (locate-with-filter): New optional arg.
2912         Use locate-prompt-for-search-string.
2913         (locate-update): Bind locate-prompt-for-command.
2915 2007-04-23  Glenn Morris  <rgm@gnu.org>
2917         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2919 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
2921         * button.el (button): Inherit from link face on a tty.
2923 2007-04-23  Glenn Morris  <rgm@gnu.org>
2925         * button.el (button): Use color for this face on a tty.
2927         * files.el (magic-mode-alist): Allow for carriage-returns in
2928         html-mode and sgml-mode entries.
2930 2007-04-22  Richard Stallman  <rms@gnu.org>
2932         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2933         Improve doc string of generated command.
2935         * subr.el (read-number): Catch errors.
2937         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2939 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
2941         * image-dired.el: Rename from thumbnails.el.  All instances of
2942         "thumbnails" replaced with "image-dired".
2944         * dired.el (dired-mode-map): Rename "thumbnails" again, to
2945         "image-dired".
2947 2007-04-22  Kim F. Storm  <storm@cua.dk>
2949         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2950         Don't use kill-line.
2952 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
2954         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2955         error message.
2957 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
2959         * dired.el: Rename "tumme" to "thumbnails".
2961         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
2962         replaced with "thumbnails".
2964 2007-04-22  Glenn Morris  <rgm@gnu.org>
2966         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2967         and give it the risky-local-variable property.
2969         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2970         before defining it.
2972 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
2974         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2975         Use delete-region instead of kill-line.
2977 2007-04-21  Alan Mackenzie  <acm@muc.de>
2979         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2980         `kill-region' by `delete-region'.
2982 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
2984         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2985         instead of kill-region.
2987         * progmodes/mantemp.el (mantemp-make-mantemps-region)
2988         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2989         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2990         and kill-line.
2992         * progmodes/vhdl-mode.el (vhdl-template-type)
2993         (vhdl-template-record, vhdl-template-nature)
2994         (vhdl-template-configuration-spec, vhdl-template-component-inst)
2995         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2996         Use delete-region instead of kill-word and kill-line.
2998 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3000         * dired-x.el (dired-virtual-mode): Doc fix.
3002 2007-04-21  Richard Stallman  <rms@gnu.org>
3004         * font-lock.el (font-lock-keywords-alist): Mark as risky.
3006         * subr.el (read-number): Doc fix.
3008         * simple.el (pop-to-mark-command): Display message "mark popped"
3009         if point does not move.
3010         (set-mark-command): Doc fix.
3012 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
3014         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3015         (locate-local-filter, locate-local-search): New vars.
3016         (locate): Make variables local.
3017         (locate-update): Bind locate-buffer-name.  Call locate using
3018         locate-local-filter and locate-local-search.
3020 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
3022         * hi-lock.el (hi-lock-file-patterns-policy): New var.
3023         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3024         (hi-lock-mode): Update docstring.
3026 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3028         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3029         fill-nobreak-predicate when the break is past fill-column.
3031 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3033         * locate.el (locate): Output from shell-command should go in the
3034         current buffer rather than *Shell Command Output*.
3036 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
3038         * paren.el (show-paren-function): Fix last fix.
3040 2007-04-19  Kevin Ryde  <user42@zip.com.au>
3042         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3043         (archive-lzh-summarize): Add optional start arg for where to start
3044         looking at the archive.
3045         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3047         * international/mule.el (auto-coding-alist): no-conversion for .exe
3048         and .EXE.
3050 2007-04-19  Alan Mackenzie  <acm@muc.de>
3052         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3053         function return type contains "struct", "union", etc.
3054         c-end-of-defun goes too far forward.
3056 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
3058         * paren.el (show-paren-function): Reset window-start to avoid
3059         recentering.
3061 2007-04-19  Glenn Morris  <rgm@gnu.org>
3063         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3065 2007-04-18  Glenn Morris  <rgm@gnu.org>
3067         * calendar/diary-lib.el (diary-header-line-format): Add a custom
3068         :set function.
3069         (diary-list-entries): Only switch to diary-mode from
3070         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
3071         diary-mode set header-line-format, in case of any customization.
3073 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3075         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3076         is less than the length of parse-time-syntax.
3078 2007-04-17  David Kastrup  <dak@gnu.org>
3080         * replace.el (query-replace-regexp-eval): Deprecate.
3082 2007-04-17  Alan Mackenzie  <acm@muc.de>
3084         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3085         point too close to EOB, leave point at EOB rather than last `}'.
3087 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3089         * textmodes/bibtex.el (bibtex-include-OPTkey)
3090         (bibtex-user-optional-fields, bibtex-entry-field-alist):
3091         Fix defcustom.
3093 2007-04-17  Glenn Morris  <rgm@gnu.org>
3095         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3096         be encoded, fall back to current year.
3098 2007-04-14  Kevin Ryde  <user42@zip.com.au>
3100         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3101         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
3102         M "MSDOS".
3104 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
3106         * progmodes/python.el (python-end-of-block): Avoid looping forever
3107         if python-next-statement fails.
3109 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3111         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3113 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
3115         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3116         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3118 2007-04-15  Jay Belanger  <belanger@truman.edu>
3120         * calc/calc.el (calc-version): New function.
3121         (calc-trail-mode): Shorten the title.
3123 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
3125         * mail/footnote.el (footnote-style): Clarify docstring to state
3126         that customizing this only applies to future footnotes.
3128 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3130         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3131         (bibtex-make-field): Check that INIT is a string. Use functionp.
3133 2007-04-14  Glenn Morris  <rgm@gnu.org>
3135         * complete.el (PC-goto-end): New buffer-local variable.
3136         (PC-do-completion-end): Make buffer-local.
3137         (partial-completion-mode) <choose-completion-string-functions>:
3138         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3139         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
3140         doc string.  Set PC-goto-end for choose-completion.
3141         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3142         PC-do-completion.
3144         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3145         arg to bibtex-make-field.
3146         (bibtex-make-field): Add optional fourth arg NODELIM.
3147         Insert delimiters around INIT unless this arg is non-nil.
3149 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
3151         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3152         global map isn't modified.
3154 2007-04-14  Glenn Morris  <rgm@gnu.org>
3156         * calendar/appt.el (appt-disp-window): Do not split small windows.
3157         Suggested by Jeff Miller <jmiller@cablespeed.com>.
3159 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
3161         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3163         * files.el: Ditto.
3165 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
3167         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3169         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3170         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3171         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3172         (term-pager-help): Fix typos in docstrings.
3174         * wid-edit.el (widget-documentation): Fix typo in docstring.
3176         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3177         Fix typos in error messages.
3179 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
3181         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3182         window marked as dedicated.
3184         * mail/footnote.el (footnote-latin-string): New variable.
3185         (footnote-latin-regexp): Redefine as regexp alternative.
3186         (Footnote-latin): Use footnote-latin-string instead of
3187         footnote-latin-regexp.
3189 2007-04-13  Glenn Morris  <rgm@gnu.org>
3191         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3192         inherited keymaps.
3194 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
3196         * outline.el (outline-get-next-sibling): Clarify docstring.
3197         (outline-get-last-sibling): Handle case where we are at the first
3198         heading.  Clarify docstring.
3200 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
3202         * progmodes/gud.el (gud-minor-mode-map): Make go button same
3203         length as stop button to lessen flicker.
3204         (jdb): Add gud-print.
3205         (gud-find-expr): Jdb prints the expression with the value, so
3206         don't insert it in the output.
3208 2007-04-11  Jason Rumney  <jasonr@gnu.org>
3210         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3211         case hex.  Do not try to decode non-hex letters.
3213 2007-04-11  Markus Triska  <markus.triska@gmx.at>
3215         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3216         (byte-optimize-backward-word): Remove (move to bytecomp.el).
3217         (byte-optimize-form-code-walker): Evaluate pure function calls if
3218         possible.
3219         (byte-optimize-all-constp): New function.
3221         * emacs-lisp/bytecomp.el (byte-compile-char-before):
3222         Improve numeric argument case.
3223         (byte-compile-backward-char, byte-compile-backward-word):
3224         New functions, performing rewriting previously done in byte-opt.el.
3225         Fix their "Fixme" item (restriction to numeric arguments).
3227 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3229         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3230         with dolist.
3231         (after-init-hook): Don't quote lambda.
3232         (desktop-first-buffer): Don't wrap it in eval-when-compile.
3233         (desktop-internal-v2s): Remove unused var `el'.
3234         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3235         desktop-restore-file-buffer.
3236         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3237         desktop-create-buffer.
3239 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
3241         * woman.el (woman-decode-buffer): Postpone macro-set check...
3242         (woman-decode-region): ...to here.
3244 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
3246         * startup.el (tty-handle-args): Use %S to log ARGS.
3248 2007-04-10  Glenn Morris  <rgm@gnu.org>
3250         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3251         it is obsolete and has no effect.
3253         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3254         byte-compiler.
3256         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3257         obsolete function make-local-hook.
3259         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3260         start to quieten byte-compiler.
3262 2007-04-10  Markus Triska  <markus.triska@gmx.at>
3264         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3265         to bytecomp.el as byte-compile-char-before).
3266         * emacs-lisp/bytecomp.el (byte-compile-char-before):
3267         New function (modified replacement for byte-optimize-char-before in
3268         byte-opt.el).
3270 2007-04-09  Alan Mackenzie  <acm@muc.de>
3272         * startup.el (inhibit-splash-screen): Emphatically state that it
3273         can't be set in site-start.el.
3275 2007-04-09  Masatake YAMATO  <jet@gyve.org>
3277         * progmodes/cc-subword.el (c-capitalize-subword): More closely
3278         mimic the behavior of `capitalize-word'.  Do not move point with a
3279         negative argument.  Based on tiny change by Paul Curry.
3281 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
3283         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3284         Don't move point if ARG is negative.
3286 2007-04-09  Alan Mackenzie  <acm@muc.de>
3288         Changes to make `narrow-to-defun' and `mark-defun' work properly
3289         in CC Mode:
3291         * progmodes/cc-defs.el (c-beginning-of-defun-1):
3292         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3293         Bind beginning/end-of-defun-function to nil around calls to
3294         beginning/end-of-defun.
3296         * progmodes/cc-langs.el (beginning-of-defun-function)
3297         (end-of-defun-function): New c-lang-setvar's.
3299         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
3300         (setq arg 1))" to enable non-interactive call.
3302 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
3304         * simple.el (set-mark-command): Doc fix.
3306 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
3308         * progmodes/gud.el (gdb): Restore existing session if user
3309         tries to start a second one in graphical mode.
3311 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
3313         * cus-start.el <scroll-preserve-screen-position>: Add choices.
3315 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3317         * term/xterm.el (terminal-init-xterm): Fix key definitions.
3318         Add binding for C-M-SPC.
3320 2007-04-08  Richard Stallman  <rms@gnu.org>
3322         * pcomplete.el (pcomplete-read-event): One single definition,
3323         and not a defsubst.
3325 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
3327         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
3328         byte-compiler warning "value unused".
3330 2007-04-08  Andreas Schwab  <schwab@suse.de>
3332         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
3334 2007-04-07  Glenn Morris  <rgm@gnu.org>
3336         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
3337         Autoload these functions.
3338         (diary-date-forms): Add a custom :set form.
3340         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
3341         before first use.
3342         (diary-font-lock-keywords): New function with old code for
3343         initialization of variable of same name.
3345 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
3347         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
3348         clean-up: only insert space when on identifier, etc.
3350 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3352         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
3354         * net/tls.el (open-tls-stream): Properly handle case where there
3355         is no associated buffer.
3357 2007-04-07  Glenn Morris  <rgm@gnu.org>
3359         * ffap.el (ffap-file-at-point): Lower the priority of the
3360         ffap-ftp-sans-slash-regexp check.
3362 2007-04-06  Alan Mackenzie  <acm@muc.de>
3364         Fix fontification of labels, and other things with ":".
3366         * progmodes/cc-engine.el (c-forward-label): The function now
3367         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3368         the former t.
3370         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3371         new return code from c-forward-label, fontifying tokens properly.
3372         Add some general comments throughout the file.
3374 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
3376         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3377         Revert 2006-01-27 change.
3379         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3381         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3383         * desktop.el (desktop-create-buffer, desktop-save):
3384         Revert 2004-11-12 change for lack of copyright papers.
3386         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3387         (dired-guess-default): Respect case.
3389         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3391         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3392         was originally checked in as byte-optimize-concat on 1997-11-02.
3394         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3395         1995-05-19 doc changes.
3397 2007-04-06  Kim F. Storm  <storm@cua.dk>
3399         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
3400         (unload-feature): Update interactive spec accordingly.
3402         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
3404 2007-04-06  John Paul Wallington  <jpw@pobox.com>
3406         * subr.el (with-case-table): Use `make-symbol' to avoid variable
3407         capture.  Restore the table in the same buffer.
3409         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
3411 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
3413         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3414         Print entire form.
3416 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
3418         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3419         for low-color displays.
3421 2007-04-05  Glenn Morris  <rgm@gnu.org>
3423         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3424         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3425         Seed random number generator on loading.
3427         * emacs-lisp/authors.el (top-level): Provide self.
3429         * play/animate.el (top-level): Provide self.
3431 2007-04-04  Alan Mackenzie  <acm@muc.de>
3433         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3434         to mention c-syntactic-indentation.
3436 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
3438         * subr.el (with-case-table): New macro.
3440         * international/mule.el (ascii-case-table): New var.
3442         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3443         downcasing.
3445 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
3447         * progmodes/gud.el (gud-minor-mode-map): Simplify.
3449         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3450         of the window if we're outside it e.g menu-bar.
3452         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3453         window if we're outside it e.g menu-bar.
3455 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
3457         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3458         decode base-64 encoded body if its content-type is something other
3459         than text/* or message/*.
3461 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
3463         * simple.el (activate-mark-hook): Fix typo in docstring.
3465 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
3467         * tmm.el (tmm-c-prompt): Initialize.
3468         (tmm-menubar): Deal with extended menu-items at top level.
3469         (tmm-get-keybind): Handle bindings redefined/undefined locally.
3470         (tmm-prompt): Handle visibility of top level menu-items.
3472         * progmodes/gud.el (gud-menu-map): Simplify.
3473         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3474         menubar.
3476 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
3478         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3480         * comint.el (comint-send-input): Widen the buffer first.
3482         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3484 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3486         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3487         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3489         * newcomment.el (comment-search-forward): Discard comment starters
3490         before point.
3492 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
3494         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3496 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
3498         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3499         when downcasing.
3501         * button.el (previous-button): Rewrite to account for adjacent buttons.
3503 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
3505         * progmodes/idlwave.el (idlwave-auto-fill):
3506         Revert paragraph-separate change.
3508         * progmodes/idlw-shell.el (idlwave-shell-break-in):
3509         Simplify module calc.
3510         (idlwave-shell-set-bp-in-module): Compute module.
3512 2007-03-31  Glenn Morris  <rgm@gnu.org>
3514         * emacs-lisp/timer.el (run-at-time): Doc fix.
3516         * emacs-lisp/warnings.el (display-warning): If we create the
3517         buffer displaying the warning, disable undo there.
3519 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
3521         * net/tramp.el (tramp-register-file-name-handler)
3522         (tramp-register-completion-file-name-handler): New defsubst,
3523         derived from `tramp-register-file-name-handlers'.  The split is
3524         necessary because Tramp's file name handlers must be registered at
3525         different startup places.
3527 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
3529         * progmodes/hideshow.el (turn-off-hideshow): New function.
3530         (hs-minor-mode): Use it instead of a lambda expression in
3531         change-major-mode-hook.
3533 2007-03-31  David Kastrup  <dak@gnu.org>
3535         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3536         corresponding to MANPATH_MAP entries.
3537         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3538         (woman-parse-man.conf): Use more discriminating man.conf name.
3539         (woman-parse-man.conf): Parse MANPATH_MAP entries.
3540         (woman-manpath): Doc fix and type fix.
3541         (woman-cached-data): Check for MANPATH_MAP entries.
3542         (woman-expand-directory-path): Treat MANPATH_MAP entries.
3544 2007-03-31  Stuart Herring  <herring@lanl.gov>
3546         * emacs-lisp/sregex.el (sregexq): Doc fix.
3548 2007-03-31  Markus Triska  <markus.triska@gmx.at>
3550         * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3552 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
3554         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3555         Move to the right.
3557 2007-03-30  Alan Mackenzie  <acm@muc.de>
3559         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3561 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
3563         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3564         Use it, passed in explicitly, instead of from the dynamic binding.
3565         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3567 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
3569         * simple.el (blink-matching-open): When in minibuffer, don't
3570         search for a match inside the prompt.
3572 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
3574         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3575         (tmm-prompt): Don't make the mouse user select the first menu
3576         item twice.
3578 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
3580         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3581         SIGUSR1 and SIGUSR2.
3583 2007-03-29  Kim F. Storm  <storm@cua.dk>
3585         * ido.el (ido-read-internal): When reading file or dir, only override
3586         minibuffer-local-filename-completion-map, otherwise only override
3587         minibuffer-local-completion-map.
3589 2007-03-29  Glenn Morris  <rgm@gnu.org>
3591         * complete.el (partial-completion-mode): Set PC-do-completion-end
3592         to nil after use.
3593         (PC-lisp-complete-symbol): Create and use a marker at `end',
3594         rather than using point-marker.
3596 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
3598         * simple.el (next-error-highlight): Doc fix.
3599         (compose-mail): Revert 2007-03-19 change.
3601 2007-03-28  Richard Stallman  <rms@gnu.org>
3603         * emacs-lisp/edebug.el (edebug-display): Don't go to
3604         edebug-outside-buffer if it is dead.
3606 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
3608         * view.el (view-mode): Fix typos in docstring.
3610 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
3612         * recentf.el (recentf-save-file): Add a custom :set function.
3614 2007-03-28  Glenn Morris  <rgm@gnu.org>
3616         * complete.el (PC-do-completion-end): New variable.
3617         (partial-completion-mode) <choose-completion-string-functions>:
3618         Use PC-do-completion-end in the non-minibuffer case to replace the
3619         correct amount of text.
3620         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3621         (PC-lisp-complete-symbol): Give marker the after-insertion type,
3622         to deal with improvements inserted after point.
3624 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3626         * button.el (make-text-button): Add explicit `button' property.
3627         (default-button): Don't put a `button' property on it.
3629         * progmodes/python.el (python-mode): Skip comments when parsing.
3631         * vc-arch.el (vc-with-current-file-buffer): New macro.
3632         (vc-arch-file-source-p): Use it to avoid infloop.
3634 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
3636         * emacs-lisp/lisp.el (lisp-complete-symbol):
3637         Fix call to get-buffer-window to find windows in other frames.
3639 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3641         * comint.el (comint-proc-query, comint-dynamic-list-completions):
3642         Fix calls to get-buffer-window to find windows in other frames.
3643         Reported by David Hansen <david.hansen@gmx.net>.
3645 2007-03-27   Kevin Ryde  <user42@zip.com.au>
3647         * info.el (Info-display-images-node): On a text-only terminal,
3648         show the "text" or "alt" parts of the image blobs.
3650 2007-03-27  Glenn Morris  <rgm@gnu.org>
3652         * complete.el (PC-do-completion): Compute completion-base-size in
3653         the non-filename case, rather than setting to nil.
3654         (PC-lisp-complete-end): New variable.
3655         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3656         original end in a series of consecutive invocations.
3658         * calendar/calendar.el (calendar-mode-hook): Declare it.
3660         * calendar/diary-lib.el (diary-live-p): Do not check for
3661         diary-selective-display.
3663 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3665         * replace.el (occur-next-error): *Occur* might not be displayed in the
3666         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
3668 2007-03-26  Richard Stallman  <rms@gnu.org>
3670         * textmodes/flyspell.el (flyspell-large-region):
3671         Use ispell-call-process-region.
3673 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3675         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3676         Use prin1 instead of princ.
3678 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
3680         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3681         Merge in X resources before global face.
3683         * progmodes/compile.el (compilation-start): Save compilation-directory
3684         rather than default-directory as local var.
3685         (compilation-directory): Mark as safe local var.
3687         * files.el: Don't mark default-directory as a safe local var.
3689 2007-03-25  Alan Mackenzie  <acm@muc.de>
3691         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3692         * progmodes/cc-engine.el: Fix typo.
3694 2007-03-25  Juri Linkov  <juri@jurta.org>
3696         * compare-w.el (compare-windows): Rename customization group
3697         `compare-w' to `compare-windows'.
3698         (compare-windows-whitespace, compare-ignore-whitespace)
3699         (compare-ignore-case, compare-windows-sync)
3700         (compare-windows-sync-string-size, compare-windows-recenter)
3701         (compare-windows-highlight, compare-windows): Change group name in
3702         the `group' tag from `compare-w' to `compare-windows'.
3703         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
3705 2007-03-24  Markus Triska  <markus.triska@gmx.at>
3707         * expand.el: Change example to always enable abbrev-mode,
3708         and remove redundant `function'.
3709         (expand-abbrev-hook): Add autoload cookie.
3711 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
3713         * emacs-lisp/testcover.el (testcover-start, testcover-end)
3714         (testcover-mark-all, testcover-unmark-all): Add prompts to
3715         interactive specs.
3717 2007-03-24  Jason Rumney  <jasonr@gnu.org>
3719         * autorevert.el (find-file-hook, auto-revert-tail-mode):
3720         Use file size in bytes for auto-revert-tail-pos not characters.
3722 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
3724         * vc-rcs.el (vc-rcs-annotate-command):
3725         Set text property :vc-annotate-prefix on the annotation text.
3726         (vc-rcs-annotate-time): Instead of searching for ": ",
3727         search for end of text propertized with :vc-annotate-prefix.
3729 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
3731         * whitespace.el (top level): Remove calls putting
3732         permanent-local nil property since these are no-ops.
3734         * man.el (Man-support-local-filenames): Assure that
3735         default-directory exists when doing call-process.
3737 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
3739         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3740         Fix omission bug: Use m4-program-options to construct shell command.
3742 2007-03-23  David Kastrup  <dak@gnu.org>
3744         * progmodes/cc-mode.el (c-make-emacs-variables-local):
3745         Use `mapcar' rather than `mapcan' to silence compiler warning.
3747 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
3749         * textmodes/reftex.el, textmodes/reftex-vars.el,
3750         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3751         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3752         * textmodes/reftex-index.el, textmodes/reftex-global.el,
3753         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3754         * textmodes/reftex-auc.el: Add maintainer address.
3756 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
3758         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3759         Make sure that `global-font-lock-mode' does not turn on font-lock
3760         in these buffers.
3762 2007-03-21  Kim F. Storm  <storm@cua.dk>
3764         * xt-mouse.el (xt-mouse-epoch): New variable.
3765         (xterm-mouse-event): Use float-time.
3767 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
3769         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3770         current-time.
3772 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3774         * complete.el (read-file-name-internal): Don't add the final > if the
3775         completion is not finished (re-application of this patch, which was
3776         accidentally undone by Eli).
3778 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
3780         * emulation/viper.el (viper-non-hook-settings): Handle mouse
3781         clicks in describe-key and describe-key-briefly advice a little better.
3783 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
3785         * server.el (server-process-filter): Cancel any pending isearch.
3787 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
3789         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3790         (icalendar--get-unfolded-buffer): Define actual arguments rather
3791         than just using &rest.  Check replace-in-string is fbound.
3792         (icalendar-import-buffer): Doc fix.
3793         (icalendar--convert-ical-to-diary): Set diary-file.
3794         Check diary-file before inserting final newline.
3795         (icalendar--add-diary-entry): Return diary-file.
3797 2007-03-21  Glenn Morris  <rgm@gnu.org>
3799         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3800         (diary-display-hook): Add custom :set function.
3802         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3803         Add custom :set function.
3804         (diary-header-line-format): Doc fix.
3805         (diary-set-maybe-redraw): New function.
3806         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3807         (diary-list-entries): Always run diary-mode.
3809 2007-03-20  Kenichi Handa  <handa@m17n.org>
3811         * international/quail.el (quail-setup-completion-buf): Make the
3812         completion buffer read-only.
3813         (quail-completion): Adjusted for the above change.  Leave the
3814         modified flag nil.
3816 2007-03-20  David Kastrup  <dak@gnu.org>
3818         * files.el (magic-mode-alist): Require literal "%!PS" string for
3819         magic postscript file detection.
3821 2007-03-20  Richard Stallman  <rms@gnu.org>
3823         * textmodes/ispell.el (ispell-call-process): New function.
3824         Defends against bad `default-directory.'
3825         (ispell-check-version, ispell-find-aspell-dictionaries)
3826         (ispell-get-aspell-config-value, lookup-words): Call it.
3827         (ispell-call-process-region): New function.
3828         (ispell-send-string): Call it.
3830 2007-03-20  Andreas Schwab  <schwab@suse.de>
3832         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3833         (finder-data): Likewise.
3834         (autoloads): Likewise.
3836 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
3838         * files.el (basic-save-buffer): Do not set visited filename when
3839         the corresponding directory does not exist or the specified
3840         filename is that of an existing directory.
3842 2007-03-20  Glenn Morris  <rgm@gnu.org>
3844         * calendar/diary-lib.el (diary-live-p): New function.
3845         (number-of-diary-entries): Add a :set function to redisplay diary
3846         when necessary.
3848 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
3850         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3851         from client program, mev, to compute mouse event.
3853 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
3855         * faces.el (momentary): Face removed; unused due to reversion of
3856         2007-01-04 changes by Kevin Rodgers.
3858         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3859         Suggested by Johan Bockg\e,Ae\e(Brd.
3861 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
3863         * font-lock.el (lisp-font-lock-keywords-1):
3864         Highlight define-globalized-minor-mode as a keyword.
3866 2007-03-19  Kim F. Storm  <storm@cua.dk>
3868         * calc/calc-forms.el (math-std-daylight-savings)
3869         (math-std-daylight-savings-old): Doc fix.
3871 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
3873         * progmodes/python.el (python-default-template): Doc fix.
3874         (python-buffer): Fix typo in docstring.
3876         * isearchb.el (isearchb-follow-char):
3877         * subr.el (def-edebug-spec): Fix typo in docstring.
3879 2007-03-19  Richard Stallman  <rms@gnu.org>
3881         * files.el (default-directory): Mark safe.
3882         (basic-save-buffer-2): Put proper dir name in error message.
3884         * simple.el (compose-mail): Run switch-function after
3885         setting up the mail buffer.
3887         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3889 2007-03-18  Jay Belanger  <belanger@truman.edu>
3891         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3892         (math-std-daylight-savings-new): Rename from
3893         `math-std-daylight-savings'.
3894         (math-std-daylight-savings-old): Rename from old value of
3895         `math-std-daylight-savings'.
3896         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3897         `math-std-daylight-savings-old' depending on the year.
3899 2007-03-18  Detlev Zundel  <dzu@gnu.org>
3901         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3902         zero-width regexps as invalid but rather at least count them correctly.
3904 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3906         * net/tls.el (open-tls-stream): In handshake-waiting loop,
3907         don't wait more if there is output available to process.
3909 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
3911         * progmodes/compile.el (compilation-find-file): Revert change
3912         from 2006-07-18 to allow completion of directory names.
3913         Reported by John Carter <john.carter@tait.co.nz>.
3915 2007-03-18  Kim F. Storm  <storm@cua.dk>
3917         * subr.el (when, unless): Doc fix.
3919 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3921         * net/tls.el (tls-program): Doc fix.
3923 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
3925         * autorevert.el (auto-revert-tail-handler):
3926         Call after-revert-hook.
3928 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
3930         * simple.el (switch-to-completions): No error if search for \n\n fails.
3932 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
3934         * simple.el (line-move-1):
3935         Respect `inhibit-line-move-field-capture' property.
3937 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
3939         * comint.el (comint-arguments): Mark backslash-escaped chars.
3940         (comint-delim-arg): Don't treat them as delimiters.
3942 2007-03-12  Kim F. Storm  <storm@cua.dk>
3943         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3945 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
3947         * tempo.el (tempo-insert): Deal with 'r> if it appears
3948         specified with a prompt argument.
3950 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
3952         * textmodes/org.el (org-set-font-lock-defaults):
3953         Handle narrow table columns correctly.
3955 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
3957         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3958         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3959         Return to use of the -no-properties variants.  There was
3960         consensus on emacs-devel that the speed of these variants was
3961         prefered since we are usually parsing files (from the internet
3962         or on disk) instead of XML created in Emacs.
3964         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3965         Add customize option.
3967 2007-03-12  Glenn Morris  <rgm@gnu.org>
3969         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3970         North American rule.  Replace "daylight savings" with "daylight
3971         saving" in doc.
3973         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3974         * calendar/lunar.el, solar.el: Replace "daylight savings" with
3975         "daylight saving" in text.
3977         * woman.el (woman-change-fonts): Tweak previous change by using
3978         woman-request-regexp rather than "^\\.".
3980         * startup.el (command-line-1): Make insertion of
3981         initial-scratch-message not depend on scratch being selected.
3983 2007-03-11  Juri Linkov  <juri@jurta.org>
3985         * replace.el (match): Use yellow background on light-bg terminals.
3987 2007-03-11  Richard Stallman  <rms@gnu.org>
3989         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3990         Correctly compute line number.
3992 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
3994         * type-break.el (type-break-get-previous-count):
3995         Repeat previous change here.
3997 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
3999         * progmodes/grep.el (grep-find-ignored-directories):
4000         Add .git and .bzr to list.
4002 2007-03-11  Andreas Schwab  <schwab@suse.de>
4004         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4006 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4008         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4010 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
4012         * faces.el (face-set-after-frame-default): Recalculate face
4013         customizations after applying X resources.
4015 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
4017         * net/rcirc.el (rcirc-timeout-seconds): New variable.
4018         (rcirc-keepalive-seconds): Remove variable.
4019         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4020         (rcirc-process, rcirc-user-disconnect): New variables.
4021         (rcirc-connect): Initalize new variables.
4022         (rcirc-keepalive): Don't send keepalive pings before connection
4023         is completed.
4024         (rcirc-sentinel): Do mark all channels with activity when
4025         connection is dropped.  Run hook with process buffer local.
4026         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4027         (rcirc-buffer-process): Return value of rcirc-process if
4028         rcirc-server-buffer is nil.
4029         (rcirc-server-name): Return the reported server name.
4030         (rcirc-update-prompt): Simplify computation of the server name.
4031         (rcirc-format-response-string): Likewise.
4032         (rcirc-handler-001): Mark server as connected, record the reported
4033         server name, and schedule a timeout.
4034         (rcirc-track-nick): Add a spec for the tty class.
4035         (rcirc-user-non-nick): Remove function.
4036         (rcirc-nick-prefix-chars): Add variable.
4037         (rcirc-user-nick): Use above variable.
4039 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4041         * icomplete.el (icomplete-tidy, icomplete-exhibit):
4042         Bind deactivate-mark to nil.
4044 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
4046         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4047         that buffer contents get erased during completion.
4049 2007-03-10  Glenn Morris  <rgm@gnu.org>
4051         * woman.el (woman-change-fonts): Add a hack to deal with
4052         font-escape followed by "." at start of a line.
4053         (woman2-IP): Add a hack to deal with consecutive requests.
4054         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4056 2007-03-10  Alan Mackenzie  <acm@muc.de>
4058         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4060 2007-03-09  Richard Stallman  <rms@gnu.org>
4062         * abbrev.el (abbrev): Add `provide'.
4064 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
4066         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4068 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
4070         * complete.el (PC-try-completion): New function.
4071         (PC-do-completion, read-file-name-internal): Use it instead of
4072         try-completion.
4074 2007-03-08  Alan Mackenzie  <acm@muc.de>
4076         Remove stale tokens from `c-found-types' cache.
4078         * progmodes/cc-mode.el (c-unfind-enclosing-token)
4079         (c-unfind-coalesced-tokens, c-before-change): New functions.
4080         (c-maybe-stale-found-type): New variable.
4082         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4083         (c-trim-found-types): New functions.
4085 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4087         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4088         (debug-ignored-errors): Add entry from smerge-match-conflict.
4090 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
4092         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4093         special help topics for keywords.
4094         (idlwave-help-assistant-command): Include ".exe" for ms-dos
4095         etc. Assistant command.
4097 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
4099         * replace.el (occur-engine): Move buffer-undo-list binding...
4100         (occur-1): ...to here.
4102         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4104         * simple.el (minibuffer-completing-symbol): New var.
4105         (eval-expression): Use it.
4106         (completion-setup-function): Don't bind completion-base-size when
4107         completing a symbol in the minibuffer.
4109 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
4111         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4112         tries to start a second session in graphical mode.
4114 2007-03-07  Miles Bader  <miles@gnu.org>
4116         * international/isearch-x.el
4117         (isearch-process-search-multibyte-characters):
4118         Strip text-properties from PROMPT to avoid an error from read-string.
4120 2007-03-07  Kim F. Storm  <storm@cua.dk>
4122         * complete.el (PC-bindings): Remap lisp-complete-symbol to
4123         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4125 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4127         * complete.el (PC-do-completion): Delete duplicates in the list of
4128         possible completions.
4130 2007-03-07  Glenn Morris  <rgm@gnu.org>
4132         * ses.el (ses-mode): Doc fix.
4134 2007-03-06  Kim F. Storm  <storm@cua.dk>
4136         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4138 2007-03-06  Kenichi Handa  <handa@m17n.org>
4140         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4142 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4144         * simple.el (completion-setup-function): Improve last fix so it doesn't
4145         set it to a relative directory name either.
4147 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4149         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4151 2007-03-05  Richard Stallman  <rms@gnu.org>
4153         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4155         * files.el (find-file-noselect): No error if file no longer exists.
4156         Display a message and avoid other questions.
4158 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4160         * pcomplete.el (pcomplete-show-completions): Improve last change, so
4161         as not to use an invisible window and to create a window if none exist.
4163         * progmodes/python.el (python-send-command): Restart proc if necessary.
4164         (python-proc): Simplify.
4166 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
4168         * pcomplete.el (pcomplete-show-completions): Search all frames for
4169         completions buffer.
4171 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
4173         * cus-edit.el (customize-save-variable): Clear customized-value
4174         property (saved values are now put in theme-value property).
4175         (customize-set-variable): Doc fix.
4177         * complete.el (PC-do-completion): If completion-ignore-case is
4178         non-nil, replace field with completion string before exiting.
4180 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
4182         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4183         Append its extension to the resulting temporary file name.
4184         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4186         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4187         (tramp-smb-handle-write-region): Apply it.
4189 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4191         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4192         Redo previous change.
4194 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4196         * diff-mode.el (diff-mode): Doc fix.
4198 2007-03-05  Kenichi Handa  <handa@m17n.org>
4200         * international/characters.el: Set category `l' (latin)
4201         for more characters.
4203 2007-03-04  Kim F. Storm  <storm@cua.dk>
4205         * emacs-lisp/authors.el (authors-aliases): Add alias.
4207 2007-03-04  Glenn Morris  <rgm@gnu.org>
4209         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4210         all when switching major mode.
4211         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4212         (hs-block-start-mdata-select, hs-block-end-regexp)
4213         (hs-forward-sexp-func, hs-adjust-block-beginning):
4214         Do not make these variables permanent-local.
4216 2007-03-04  Richard Stallman  <rms@gnu.org>
4218         * progmodes/cperl-mode.el (cperl-mode):
4219         Modify cperl-compilation-error-regexp-alist by appending.
4221         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4222         (edebug-mode): Add the hook.
4223         (edebug-recursive-edit): Remove the hook on exiting.
4225         * type-break.el (type-break-get-previous-time):
4226         Handle end-of-file errors specially
4227         so they don't get reported wrong in .emacs.
4229         * startup.el (fancy-splash-text): Clarify text.
4231         * simple.el (beginning-of-buffer, end-of-buffer):
4232         Avoid treating plain C-u like numeric arg.
4234         * simple.el (completion-setup-function): Don't set
4235         default-directory to nil.
4237         * shell.el (shell-dirstack-query): Doc fix.
4239         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4240         Don't select the window -- pass it to primitives instead.
4242         * faces.el (minibuffer-prompt): Use medium blue by default.
4244 2007-03-04  David Kastrup  <dak@gnu.org>
4246         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4247         Preserve 16 as default value for "seconds" when customizing.
4249 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
4251         * textmodes/org.el (org-self-insert-command)
4252         (orgtbl-self-insert-command, org-delete-char)
4253         (org-delete-backward-char): Set the `flyspell-delayed' property.
4255 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
4257         * international/mule.el (find-auto-coding): Don't search for
4258         line-ending characters past the end of the tail.
4260 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
4262         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4263         Jump to the line where new score has been uploaded.
4265         * play/tetris.el (tetris-move-bottom, tetris-move-left)
4266         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4267         Do nothing when the game is paused.
4269 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
4271         * textmodes/org.el (org-set-tags): Prevent slipping of point
4272         during completion.
4274 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4276         * isearch.el (isearch-message-prefix):
4277         Use minibuffer-prompt-properties.
4279 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4281         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4282         (ps-setup): Print which Emacsen is running ps-print package.
4284 2007-03-01  Stuart Herring  <herring@lanl.gov>
4286         * files.el (set-auto-mode-0): Use `indirect-function'.
4287         (hack-one-local-variable): Don't reapply current major mode.
4289 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4291         * progmodes/python.el (python-quote-syntax): Don't bother with
4292         syntax-ppss-context.
4293         (python-fill-paragraph): Make sure that fenced-string delimiters that
4294         stand on their own line stay there.
4296 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4298         * replace.el (perform-replace): Propertize message.
4300 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
4302         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
4303         invisible heading.
4305 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
4307         * net/tramp.el (tramp-file-name-handler): Revert last change.
4309 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
4311         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
4312         Correct doc strings.
4314 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
4316         * replace.el (perform-replace): Undo forward-char immediately if
4317         non-adjacent search fails.
4319 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4321         * version.el (emacs-major-version, emacs-minor-version):
4322         string-to-int -> string-to-number.
4324 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
4326         * help.el (where-is): Fail gracefully when not passed a command.
4328 2007-02-28  Stuart Herring  <herring@lanl.gov>
4330         * find-lisp.el (find-lisp-default-directory-predicate):
4331         Fix bug: Do symlink check on expanded filename.
4333 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
4335         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
4336         changes during replacement.
4337         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
4339 2007-02-28  Lars Hansen  <larsh@soem.dk>
4341         * desktop.el: Delete header line listing me as maintainer.
4343 2007-02-28  Glenn Morris  <rgm@gnu.org>
4345         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
4346         the menus case.
4348 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
4350         * net/tramp.el (tramp-file-name-handler): Inhibit modification
4351         hooks to avoid confusion when combining after-change calls.
4353 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
4355         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
4356         now that pgg-gpg-process-region correctly honors passed-in passphrase.
4357         (allout-distinctive-bullets-string): Add info about bullet conventions.
4358         (allout-mode): Add info about distinctive vs plain bullets.
4360 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
4362         * textmodes/org.el (org-archive-subtree): Quote variable name.
4363         (org-agenda-get-todos): Make sure skip properties are checked correctly.
4365 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
4367         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4368         (gud-bashdb-command-name, bashdb): Remove.
4369         (gud, gud-menu-map): Remove references to bash/bashdb.
4371 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
4373         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4374         keyword for Python 2.5.
4376 2007-02-26  Romain Francoise  <romain@orebokech.com>
4378         * net/net-utils.el (whois-server-tld): Update server for .org.
4379         (whois-server-list): Add whois.publicinterestregistry.net.
4380         (whois-guess-server): Fix formatting in docstring.
4382 2007-02-26  Kim F. Storm  <storm@cua.dk>
4384         * mouse.el (mouse-show-mark): Run hooks and perform command
4385         remapping for mouse-region-delete-keys.
4387 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4389         * font-core.el (font-lock-mode): Doc fix.
4391 2007-02-25  Kim F. Storm  <storm@cua.dk>
4393         * ido.el (ido-buffer-internal): Set this-command to fallback command.
4394         Add selected buffer to buffer-name-history.
4395         (ido-file-internal): Set this-command to fallback command.
4396         Add file names to file-name-history.
4398         * emacs-lisp/map-ynp.el (map-y-or-n-p):
4399         Apply minibuffer-prompt-properties.
4401 2007-02-25  Andreas Schwab  <schwab@suse.de>
4403         * files.el (hack-one-local-variable-eval-safep): Correct handling
4404         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
4406 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
4408         * textmodes/org.el (org-table-overlay-coordinates)
4409         (org-table-toggle-coordinate-overlays): New functions.
4410         (org-table-overlay-coordinates, org-table-coordinate-overlays):
4411         New variables.
4412         (org-startup-with-deadline-check): Remove option.
4413         (org-mode): Remove deadline check on startup.
4414         (org-table-limit-column-width): Remove option.
4415         (org-table-formula-numbers-only): Remove option.
4416         (org-link-style, org-link-format): Remove options.
4417         (org-select-agenda-window, org-fit-agenda-window): Remove options.
4418         (org-export-ascii-show-new-buffer)
4419         (org-export-html-show-new-buffer): Remove options.
4420         (org-activate-links): Remove camel option.
4421         (org-file-link-context-use-camel-case): Remove option.
4422         (org-camel-regexp): Remove variable.
4423         (org-activate-camels): Remove function.
4424         (org-store-link): Remove Camel stuff.
4425         (org-make-org-heading-camel): Remove function.
4426         (org-open-at-point): Remove camel stuff.
4427         (org-link-search): Remove camel stuff.
4428         (org-camel-to-words): Function removed.
4429         (org-get-agenda-file-buffer): Make sure we prepare the base
4430         buffers, not any indirect buffers.
4431         (org-sort-entries): Sort top-level when not on a headline, and no
4432         active region.
4433         (org-in-regexp): New function.
4434         (org-search-not-self): Rename from `org-search-not-link'.
4435         (org-open-link-marker): New variable.
4436         (org-open-at-point): Set `org-open-link-marker'.
4437         (org-print-icalendar-entries): Fixe bug with excluding DONE
4438         entries from the exported list.
4439         (org-edit-formula-lisp-indent): New command.
4440         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4441         (orgtbl-to-latex, orgtbl-insert-radio-table)
4442         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4443         (orgtbl-radio-table-templates): New option.
4444         (org-store-link-props):
4445         (org-remember-templates): More possibilities to insert info
4446         into templates.
4447         (org-remember-apply-template): Make use of the extended
4448         template capabilities.
4449         (org-remember-redo-template): New command.
4450         (org-upgrade-old-links)
4451         (org-table-modify-formulas, org-table-replace-in-formulas)
4452         (org-table-find-dataline)
4453         (org-table-get-vertical-vector): Remove functions.
4454         (org-table-remove-rectangle-highlight)
4455         (org-time-stamp-format, org-toggle-log-option)
4456         (org-table-highlight-rectangle)
4457         (org-table-iterate, org-table-make-reference):
4458         (org-translate-time, org-tree-to-indirect-buffer)
4459         (org-table-field-info, org-table-fix-formulas)
4460         (org-table-force-dataline, org-table-get-descriptor-line)
4461         (org-table-get-range)
4462         (org-skip-comments, org-sort)
4463         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4464         (org-table-current-dline, org-table-current-field-formula)
4465         (org-table-edit-backward-field)
4466         (org-table-edit-formulas-post-command)
4467         (org-table-edit-line-down, org-table-edit-line-up)
4468         (org-agenda-archive)
4469         (org-agenda-clock-cancel)
4470         (org-agenda-clock-out, org-agenda-list-stuck-projects)
4471         (org-agenda-open-link, org-agenda-show-new-time)
4472         (org-agenda-skip-subtree-when-regexp-matches)
4473         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4474         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4475         (org-do-sort, org-file-image-p, org-find-overlays)
4476         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4477         (org-highlight-until-next-command, org-isearch-end)
4478         (org-match-any-p, org-next-link, org-previous-link):
4479         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4480         (org-rewrite-old-row-references)
4481         (org-isearch-post-command)
4482         (org-table-edit-move, org-table-edit-next-field)
4483         (org-table-edit-scroll, org-table-edit-scroll-down)
4484         (org-set-frame-title, org-show-reference)
4485         (org-unhighlight-once, org-verify-change-for-undo): New functions.
4486         (org-show-variable): Remove command.
4487         (org-add-log-maybe): New arguments STATE, FINDPOS
4488         (org-table-sort-lines): Rewrite from scratch.
4489         (org-link-search): New argument AVOID-POS.
4490         (org-print-icalendar-entries): Remove argument CATEGORY.
4491         (org-run-agenda-series): Remove argument WONDOW.
4492         (org-next-link, org-previous-link): New commands.
4493         (org-agenda-date-format): New option.
4494         (org-table-iterate): New command.
4495         (org-table-modify-formulas)
4496         (org-table-replace-in-formulas): Remove functions.
4497         (org-table-fix-formulas): New function.
4498         (org-table-insert-column, org-table-delete-column)
4499         (org-table-move-column): Use `org-table-fix-formulas'.
4500         (org-follow-gnus-link): Patch from Bastien/Leo.
4501         (org-table-current-field-formula): New function.
4502         (org-file-image-p): New function.
4503         (org-agenda-show-new-time): New function.
4504         (org-agenda-date-later): Call `org-agenda-show-new-time'.
4505         (org-with-remote-undo): New macro.
4506         (org-agenda-undo): New command.
4507         (org-verify-change-for-undo): New function.
4508         (org-time-stamp-format): New function.
4509         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
4510         by user.
4511         (org-match-any-p): New function.
4512         (org-make-tags-matcher): Handle regular expressions for tag and
4513         todo matches.
4514         (org-read-date): Accept "+N" as input for a date relative to the
4515         current date.
4516         (org-remove-subtree-entries-from-agenda): New function.
4517         (org-agenda-archive, org-agenda-kill):
4518         Use `org-remove-subtree-entries-from-agenda'.
4519         (org-do-sort, org-sort-entries): New functions.
4520         (org-sort): New command.
4521         (org-table-sort-lines): Use `org-do-sort'.
4522         (org-fix-decoded-time): New function.
4523         (org-table-number-regexp): Require 0x... to identify as number
4524         in tables.
4525         (org-startup-options): New keywords for note taking.
4526         (org-upgrade-old-links): Remove function.
4527         (org-get-repeat): New function.
4528         (org-show-context): Also show siblings on current level.
4529         (org-show-siblings): New function.
4530         (org-isearch-end, org-isearch-post-command): New functions.
4531         (org-show-siblings): New option.
4532         (org-show-context): Use `org-show-siblings'.
4533         (org-table-maybe-recalculate-line): No longer require `calc-eval'
4534         to be bound, because user may just use elisp.
4536 2007-02-24  Kim F. Storm  <storm@cua.dk>
4538         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4539         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4541 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
4543         * startup.el (command-line): Also check if the abbrev file is readable.
4545 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4547         * net/tls.el (tls-certtool-program): Fix custom type.
4549         * mail/feedmail.el (feedmail-message-id-generator)
4550         (feedmail-date-generator): Fix custom types.
4552         * mail/rmail.el (rmail-message-filter): Fix custom type.
4554 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
4556         * startup.el (command-line): If simple.el cannot be found, proceed
4557         with a warning message.
4559 2007-02-24  Kenichi Handa  <handa@m17n.org>
4561         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4562         case that BEG is a string.
4564 2007-02-24  Chris Moore  <dooglus@gmail.com>
4566         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4567         * pgg-pgp.el (pgg-pgp-encrypt-region):
4568         * pgg-gpg.el (pgg-gpg-encrypt-region):
4569         Check pgg-encrypt-for-me if no other recipients.
4571 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
4573         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4575         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4576         shell-quote-argument.
4578 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4580         * comint.el (comint-read-input-ring): Use comint-input-ring-size
4581         from the comint buffer instead of the temporary one.
4583 2007-02-23  David Reitter  <david.reitter@gmail.com>
4585         * cus-edit.el (custom-save-all): Canonicalize custom-file before
4586         storing it in recentf-exclude.
4588 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
4590         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4591         in splash screen.
4593 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
4595         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4596         commands, for restart.
4597         (idlwave-shell-current-module): Fix handling of module name by type.
4598         (idlwave-shell-break-in): Update type handling.
4599         (idlwave-shell-bp-get): Encode type in BP structure.
4600         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4601         (idlwave-shell-module-source-query): Query routine info based on type.
4602         Fix path parsing for non-compiled files.
4603         (idlwave-shell-module-source-filter): Don't signal error in filter
4604         if no source found.
4605         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4606         filter race.
4608 2007-02-22  Kim F. Storm  <storm@cua.dk>
4610         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4611         (editable-field): Document need to put some text before the %v
4612         escape in :format string.
4614 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4616         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4617         (vc-svn-use-edit): Remove unused config var.
4618         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4620         * outline.el (hide-sublevels): Keep empty last line, if available.
4622         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4623         rather than the corresponding unicode char, to make the code
4624         more readable.
4626 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
4628         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4629         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4630         (speedbar-item-info-tag-helper): Doc fixes.
4632 2007-02-19  Kenichi Handa  <handa@m17n.org>
4634         * international/mule-cmds.el (locale-language-names):
4635         Map "eo" to "Esperanto".
4637         * language/european.el ("Esperanto"): New language environment.
4639 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
4641         * simple.el (kill-line): Doc fix.
4643 2007-02-17  Kim F. Storm  <storm@cua.dk>
4645         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4646         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4647         (bindat--unpack-group, bindat--pack-group):
4648         Handle vectors with optional element type.
4650 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
4652         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4653         if PASSPHRASE is given.
4655 2007-02-17  Chris Moore  <dooglus@gmail.com>
4657         * jka-cmpr-hook.el (jka-compr-compression-info-list):
4658         Recognize backups of bz2 compressed files.
4660 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
4662         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4663         to nil to speed up lookup of the symbol in index nodes.
4665 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4667         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4668         Add indentation for the constants of Lisp.
4670 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4672         * ps-print.el: Use (defvar <foo>) where applicable.
4673         (ps-print-emacs-type): Remove.
4674         (ps-x-frame-property, ps-e-frame-parameter): Remove.
4675         (ps-frame-parameter): Align its call-convention with frame-parameter.
4676         (ps-begin-job): Adjust calls to it appropriately.
4677         (ps-setup): Don't print ps-print-emacs-type.
4678         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4679         Define in such a way that it's obvious that it's defined.
4680         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4681         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4682         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4684 2007-02-15  Alan Mackenzie  <acm@muc.de>
4686         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4687         an empty one-line C-style comment, post-position point properly.
4689 2007-02-15  Chris Moore  <dooglus@gmail.com>
4691         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4692         (isearch-lazy-highlight-new-loop): Bind it.
4693         (isearch-lazy-highlight-search): Use it.
4695         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4697 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4699         * font-lock.el (font-lock-extend-region-wholelines):
4700         Only return non-nil if the region has really been changed.
4701         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4703 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4705         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4706         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4707         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4709 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
4711         * faces.el (color-values): Revert changes to docstring from
4712         2007-01-31 and 2000-09-07.
4714         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4715         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4716         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4717         (ispell-help): Fix typos in docstring and output message.
4719 2007-02-14  Kim F. Storm  <storm@cua.dk>
4721         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4722         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4723         (grep): Fix lgrep reference.
4725         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4726         (standard-display-underline): Use make-glyph-code.
4728         * descr-text.el (describe-char): Use glyph-char and glyph-face.
4730         * international/latin1-disp.el (latin1-display-char):
4731         Use make-glyph-code.
4733 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
4735         * ehelp.el (with-electric-help, electric-help-exit)
4736         (electric-help-retain): Doc fixes.
4738         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4739         (byte-compile-file): Doc fixes.
4741 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4743         * term/mac-win.el: Change all uses of
4744         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4745         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4746         (mac-ae-get-url): Call select-frame-set-input-focus.
4747         (mac-dnd-handle-drag-n-drop-event): Don't call
4748         select-frame-set-input-focus.
4750 2007-02-13  Kenichi Handa  <handa@m17n.org>
4752         * international/characters.el: Fix documentation of category `a'.
4754 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
4756         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4758 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
4760         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4761         (tramp-get-remote-ln): Handle error case.
4762         Reported by Chris Moore <dooglus@gmail.com>.
4764 2007-02-11  Kim F. Storm  <storm@cua.dk>
4766         * bindings.el (ctl-x-map): Remove register compatibility bindings
4767         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4769 2007-02-11  Richard Stallman  <rms@gnu.org>
4771         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4772         in load history.
4774         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4775         condition -- don't fail to stop at endpos.
4777 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
4779         * textmodes/org.el (org-agenda-get-todos)
4780         (org-agenda-get-timestamps, org-agenda-get-closed)
4781         (org-agenda-get-deadlines, org-agenda-get-scheduled)
4782         (org-agenda-get-blocks, org-format-agenda-item)
4783         (org-agenda-change-all-lines, org-scan-tags): Rename text property
4784         from `category' to `org-category'.
4786 2007-02-11  Kenichi Handa  <handa@m17n.org>
4788         * international/titdic-cnv.el (titdic-convert): Force files be written
4789         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
4790         (miscdic-convert): Force files be written with Unix-like eol format.
4792 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
4794         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4796         * calculator.el (calculator-prompt): Doc fix.
4797         (calculator-mode-map): Fix typo in menu entry.
4799 2007-02-10  Jay Belanger  <belanger@truman.edu>
4801         * calculator.el (calculator): Do more extensive checking for when
4802         3 lines should be used for the calculator.
4804 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
4806         * info-look.el (info-lookup-make-completions):
4807         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4808         index nodes.
4810         * info.el (Info-fontify-maximum-menu-size): Document the effect
4811         of a nil value.
4812         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4813         non-nil before using it as size.
4815 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
4817         * subr.el (insert-for-yank-1): Prevent read-only properties from
4818         interfering with text property operations.
4820         * image-mode.el (image-mode): Revert 2007-01-30 changes.
4822         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4823         (image-type-auto-detected-p): Fail if another match is found in
4824         auto-mode-alist.
4826         * files.el (magic-mode-alist): Call image-mode instead of
4827         image-mode-maybe for autodetected images.
4829 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
4831         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4832         Fix typos in docstrings.
4833         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4835 2007-02-09  Kim F. Storm  <storm@cua.dk>
4837         * emacs-lisp/float-sup.el: Remove obsolete comment.
4839 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4841         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4843 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4845         * simple.el: Revert previous change, at request of RMS:
4846         (fundamental-mode-hook): Remove.
4847         (fundamental-mode): Run after-change-major-mode-hooks manually,
4848         and don't run the now-nonexistent fundamental-mode-hook.
4850 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4852         * simple.el (fundamental-mode-hook): Declare new hook.
4853         (fundamental-mode): Run the new dedicated hook, and don't run
4854         after-change-major-mode-hooks manually anymore.
4856 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4858         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4859         added columns of chars.  Remove support for the "no-meta-info" format.
4860         Prompted by Romain Francoise <romain@orebokech.com>.
4862 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4864         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4865         (gdb-mouse-until, gdb-mouse-jump): Use it.
4867 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4869         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4870         work when there is just an assembler buffer (no source buffer).
4872 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
4874         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4875         just because the diff was produced using "-p" (--show-c-function).
4877 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
4879         * faces.el (frame-set-background-mode): Use `color-values' and
4880         `display-color-p', not `x-color-values' and `x-display-color-p'.
4881         (face-valid-attribute-values): Use `defined-colors' instead of
4882         `x-defined-colors'.
4884 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4886         * ps-print.el: The ps-print commands without face printing should not
4887         print background color.  Reported by Leo <sdl.web@gmail.com>.
4888         (ps-print-version): New version 6.7.3.
4889         (ps-begin-job): New arg.  Fix ps-default-background and
4890         ps-default-foreground initialization.
4891         (ps-face-attributes): Fix doc string.
4892         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4894         * printing.el: Fix ps-print link.
4896 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
4898         * faces.el (face-set-after-frame-default): Compile attributes to
4899         be set by frame parameters before merging in X resources.
4901 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
4903         * simple.el (blink-matching-paren-dont-ignore-comments):
4904         (blink-matching-paren-on-screen): Doc fixes.
4906 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
4908         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4910 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
4912         * loadhist.el (unload-feature): Silently ignore `load-history' entries
4913         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4914         entries like `defun'.  Return nil.
4916 2007-02-05  Kim F. Storm  <storm@cua.dk>
4918         * ido.el: Doc fixes.
4920 2007-02-04  David Kastrup  <dak@gnu.org>
4922         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4923         `mpuz-allow-double-multiplicator' is non-zero, and correct
4924         calculation of `min'.
4926 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
4928         * wid-edit.el (widget-default-create): Insert new text at the
4929         :from marker _after_ the marker, not before it.
4931 2007-02-04  Alan Mackenzie  <acm@muc.de>
4933         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4934         containing it is re-indented.
4936 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4938         * net/newsticker.el (newsticker--insert-image): Update docstring,
4939         and insert the image directly.
4940         (newsticker--buffer-redraw): Update docstring.
4942         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4943         Rename from define-global-minor-mode.
4945         * progmodes/cwarn.el (global-cwarn-mode):
4946         * emacs-lisp/autoload.el (make-autoload):
4947         * hi-lock.el (global-hi-lock-mode):
4948         * font-core.el (global-font-lock-mode): All callers changed.
4950 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
4952         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4953         Don't copy @ignore lines into menu descriptions.
4954         (texinfo-multi-file-update): Goto the @node line before attempting
4955         to pluck the node name.
4956         (texinfo-multiple-files-update): Reverse the optional arguments'
4957         order, as per the doc string and the `interactive' form.
4959 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4961         * image-mode.el: Use autoload to avoid overriding disabled setting
4962         applied in .emacs.
4964 2007-02-03  Alan Mackenzie  <acm@muc.de>
4966         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4967         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
4968         adjacent paren groups).
4970 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4972         * progmodes/ebnf2ps.el: Doc fixes.
4973         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4975 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4977         * dired-x.el (dired-do-relsymlink): Add reference to
4978         dired-do-symlink.  Add an autoload cookie.
4980         * dired-aux.el (dired-do-symlink): Add reference to
4981         dired-do-relsymlink.
4983 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
4985         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4986         <left-fringe mouse-3>: New bindings.
4988 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
4990         * net/newsticker.el (newsticker-version): Changed to "1.10".
4991         (newsticker--set-customvar): Doc string.
4992         (newsticker-new-item-face): Doc string.
4993         (newsticker-mode): Initialize `invisibility-spec' with t.
4994         (newsticker-mode-map): Added
4995         `newsticker-mark-all-items-at-point-as-read'.
4996         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4997         (newsticker-w3m-show-inline-images): Do not call
4998         `w3m-remove-image'.
4999         (newsticker--buffer-after-w3m-insert-image): New advice for
5000         w3m-insert-image to cache images.
5001         (newsticker-next-item-same-feed): New.
5002         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5003         (newsticker-mark-all-items-of-feed-as-read): New.
5004         (newsticker-mark-all-items-at-point-as-read): Use new functions.
5005         (newsticker-mark-item-at-point-as-read): Doc string.
5006         (newsticker-mark-item-at-point-as-read): Use new functions.
5007         (newsticker--do-mark-item-at-point-as-read): New, extracted from
5008         `newsticker-mark-item-at-point-as-read'.
5009         (newsticker-hide-entry): Use (t) instead of t for invisibility.
5010         (newsticker--sentinel): Yet another xml-parser workaround.
5011         (newsticker--decode-iso8601-date): Bugfix for datestrings without
5012         days.
5013         (newsticker--buffer-do-insert-text): Fix.
5014         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
5015         (newsticker--buffer-make-item-completely-visible):
5016         `switch-to-buffer' not necessary.
5018 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
5020         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5021         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5022         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5023         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5024         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5026 2007-02-02  Kenichi Handa  <handa@m17n.org>
5028         * international/quail.el (quail-show-key): Fix an error message.
5030 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
5032         * faces.el (set-face-underline-p, modify-face): Rename arg
5033         UNDERLINE-P to UNDERLINE (it is not a flag).
5035 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
5037         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5038         when adding gdb-speedbar-update to gdb-input-queue.
5040 2007-02-01  Kenichi Handa  <handa@m17n.org>
5042         * international/quail.el (quail-show-key): Signal an error if the
5043         current input method is not using Quail.
5045 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
5047         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5048         Trim leading whitespace in sysvar names.
5050 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
5052         * faces.el (internal-find-face, internal-get-face): Doc fixes.
5054 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
5056         * ido.el (ido-set-common-completion): Use `let', not `let*'.
5058 2007-01-31  Romain Francoise  <romain@orebokech.com>
5060         * comint.el: Delete extra copy of `comint-copy-old-input' added in
5061         previous change to this file.
5063 2007-01-31  Jason Rumney  <jasonr@gnu.org>
5065         * files.el (magic-mode-alist): Use image-mode-maybe rather than
5066         image-mode.
5068         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5069         interfering with attempt to set major mode from modified
5070         auto-mode-alist.
5072 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
5074         * faces.el (color-values): Doc fix.
5075         (face-differs-from-default-p): Don't check :foreground twice.
5077 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
5079         * comint.el (comint-mode): Prevent non-keyword fontification by default.
5081 2007-01-31  Kenichi Handa  <handa@m17n.org>
5083         * international/quail.el (quail-store-decode-map-key): Store a
5084         translated character too.
5085         (quail-char-equal-p): New function.
5086         (quail-find-key1): Check character equality by quail-char-equal-p.
5087         (quail-decode-map-generated): New variable.
5088         (quail-find-key): Check quail-decode-map-generated and re-generate
5089         a decode map if necessary.
5091 2007-01-30  Richard Stallman  <rms@gnu.org>
5093         * tutorial.el (tutorial--detailed-help): Make the list of
5094         changed keys look nicer.
5096 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
5098         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5099         (gdb-var-delete): Use it.
5100         (gdb-var-update-handler-1): Handle value "invalid" for MI field
5101         `in_scope'.
5103 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
5105         * files.el (get-free-disk-space): Return nil for remote directories.
5107         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5108         instead of "dir".
5110 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
5112         * type-break.el (type-break-catch-up-event): New function.
5113         (type-break-demo-hanoi, type-break-demo-life)
5114         (type-break-demo-boring): Use it.
5116         * image-mode.el (image-mode): Don't automatically view as image.
5117         (image-toggle-display): Add `disabled' property.
5119 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5121         * isearchb.el (isearchb-iswitchb):
5122         * ps-print.el (ps-build-face-reference):
5123         * emacs-lisp/shadow.el (list-load-path-shadows):
5124         * eshell/esh-cmd.el (eshell-rewrite-for-command):
5125         * international/mule.el (find-auto-coding):
5126         * mail/supercite.el (sc-attrib-selection-list):
5127         * progmodes/cc-defs.el (c-emacs-features):
5128         * progmodes/cc-vars.el (c-offsets-alist):
5129         * progmodes/flymake.el
5130         (flymake-init-create-temp-source-and-master-buffer-copy):
5131         Fix typos in docstrings (some suggested by Chris Moore).
5133         * progmodes/vhdl-mode.el (vhdl-components-package-name)
5134         (vhdl-get-library-unit, vhdl-corresponding-begin)
5135         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5136         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5137         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5138         (vhdl-font-lock-match-item): Fix typos in docstrings.
5139         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5140         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5141         (vhdl-speedbar-insert-project-hierarchy):
5142         Improve argument/docstring consistency.
5144 2007-01-29  Kenichi Handa  <handa@m17n.org>
5146         * international/titdic-cnv.el (py-converter): Fix previous change.
5148 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
5150         * jka-compr.el (jka-compr-partial-uncompress)
5151         (jka-compr-call-process): Rebind default-directory if it is
5152         invalid.  Suggested by Chris Moore.
5154         * comint.el (comint-insert-input): Handle situation where the
5155         selected buffer is not the clicked buffer.
5157 2007-01-29  Kenichi Handa  <handa@m17n.org>
5159         * international/ja-dic-cnv.el (skkdic-convert):
5160         Add byte-compile-disable-print-circle:t at the head.
5162         * international/titdic-cnv.el (tit-process-header):
5163         Add byte-compile-disable-print-circle:t at the head.
5164         (miscdic-convert): Likewise.
5165         (py-converter): Skip the header comments.
5167         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5168         New variable.
5169         (byte-compile-output-file-form): Bing print-circle to nil if
5170         byte-compile-output-file-form is not nil.
5171         (byte-compile-output-docform): Likewise.
5173 2007-01-28  Kim F. Storm  <storm@cua.dk>
5175         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5176         Declare earlier to avoid byte compiler warnings.
5178 2007-01-28  Markus Triska  <markus.triska@gmx.at>
5180         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5182 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
5184         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5185         (gamegrid-add-score-with-update-game-score-1): Allow local quits
5186         when calling update-game-score program.  Remove unnecessary
5187         save-excursion.
5189         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5191 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
5193         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5194         avoid compiler warning.
5195         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5196         might have values other than "true" or "false".
5198 2007-01-28  Richard Stallman  <rms@gnu.org>
5200         * textmodes/fill.el (fill-paragraph-function): Doc fix.
5201         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5203         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5205         * image.el (image-type-header-regexps): Make GIF regex more specific.
5207         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5208         Don't check `backspace'.
5209         (tutorial--find-changed-keys): Look up bindings in a temp buffer
5210         in Fundamental mode.
5212         * startup.el (fancy-splash-text, normal-splash-screen):
5213         Mention C-g.
5215         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5216         when inserting in buffer.
5218         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5219         inside the if.
5221 2007-01-27  Richard Stallman  <rms@gnu.org>
5223         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5225 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
5227         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5228         enum/union/struct/class definition.
5229         Revert change to call `forward-sexp' multiple times.
5231 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
5233         * files.el (hack-local-variables-confirm): Don't keep trying to
5234         read an event from an empty kbd macro.
5236 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
5238         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5240 2007-01-27  Ben North  <ben@redfrontdoor.org>
5242         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
5243         the arg CHILDREN -> WHICH.
5245 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
5247         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5248         default-directory to a sane value when calling start-process.
5250 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
5252         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5253         (ls-lisp-format-time-list): Doc fix.  Mention
5254         ls-lisp-use-localized-time-format.
5255         (ls-lisp-format-time): Use ls-lisp-format-time-list if
5256         ls-lisp-use-localized-time-format is non-nil, even if a valid
5257         locale is defined.
5259 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
5261         * jka-compr.el (jka-compr-shell): Doc fix.
5263         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5265 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5267         * ps-print.ps: Fix background height.
5268         (ps-print-version): New version 6.7.2.
5270 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
5272         * makefile.w32-in (finder-data, custom-deps): Depend on
5273         $(lisp)/loaddefs.el.
5275 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5277         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5279 2007-01-24  Miles Bader  <miles@gnu.org>
5281         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5282         (byte-compile-output-docform): Bind `print-circle' to t.
5284 2007-01-24  Kenichi Handa  <handa@m17n.org>
5286         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5287         file name of the original SKK dictionary file.
5289 2007-01-24  Kim F. Storm  <storm@cua.dk>
5291         * ido.el (ido-initial-position): New variable.
5292         (ido-read-internal): Set it if default item is specified.
5293         (ido-minibuffer-setup): Position cursor accordingly if set.
5294         (ido-edit-input): C-e moves to end of input if not already there.
5295         (ido-magic-backward-char): C-b does like M-b if prev char is /.
5296         Don't switch to buffer mode if repeating C-b at start of input.
5297         (ido-toggle-ignore): C-a only toggles ignore at start or end of
5298         input; else it moves to start of input.
5299         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
5300         not at end of input, delete rest of input, rather than normal op.
5302 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5304         * emulation/viper-keym.el (viper-insert-basic-map):
5305         Delete binding for S-TAB.
5307         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
5308         of message.  Activate mark.
5309         (ediff-activate-mark): Set transient-mark-mode to t.
5311         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
5313 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
5315         * help-fns.el (describe-variable): Don't suppress display of
5316         buffer local value when the value is "large".
5318 2007-01-22  Kim F. Storm  <storm@cua.dk>
5320         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5321         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
5322         (ido-tidy): Use ido-active.
5324 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
5326         * hexl.el (hexl-mode-exit): Add missing quote.
5328 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5330         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
5331         (mac-ae-keyboard-modifiers): New function.
5332         (mac-handle-toolbar-switch-mode): Use it.
5333         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
5334         if keyboard modifiers on drop contain option key.
5335         (mac-dnd-drop-data): Add optional argument `action'.
5336         (special-event-map): Remove binding for M-drag-n-drop.
5338 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
5340         * add-log.el (add-log-current-defun): Use CC Mode functions to
5341         find the beginning and end of a defun.
5343 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
5345         * progmodes/gdb-ui.el (gdb-var-create-regexp)
5346         (gdb-var-create-handler): Handle value field in GDB output of
5347         -var-create.
5348         (gdb-max-frames): New variable.
5349         (gdb-stack-buffer, gdb-frames-select): Use it.
5350         (gdb-info-stack-custom): Help user customize gdb-max-frames,
5351         if necessary.
5352         (gdb-get-frame-number): Simplify.
5354 2007-01-21  Glenn Morris  <rgm@gnu.org>
5356         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
5357         Update copyrights.
5359 2007-01-21  Alan Mackenzie  <acm@muc.de>
5361         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
5362         handling of K&R stuff.
5364 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5366         * textmodes/bibtex.el (bibtex-files): Fix customization type.
5368 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5370         * ps-print.el: Handle frame parameters (background and/or foreground
5371         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
5372         (ps-print-version): New version 6.7.1.
5373         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5374         (ps-frame-parameter): New fun.
5375         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5376         Fix doc and customization.
5377         (ps-begin-job): Get frame parameters (background and/or foreground
5378         colors).
5379         (ps-do-despool): Ensure ps-printer-name has a valid value.
5381 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
5383         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5384         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5385         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5386         mean unlimited.
5388 2007-01-20  Alan Mackenzie  <acm@muc.de>
5390         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5391         much more rigorous analysis of putative K&R regions.
5393 2007-01-20  Alan Mackenzie  <acm@muc.de>
5395         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5396         New functions.
5398 2007-01-20  Alan Mackenzie  <acm@muc.de>
5400         * progmodes/cc-align.el, progmodes/cc-cmds.el,
5401         * progmodes/cc-defs.el, progmodes/cc-engine.el,
5402         * progmodes/cc-langs.el, progmodes/cc-styles.el,
5403         * progmodes/cc-vars.el: Add my name.
5405 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
5407         * files.el (find-alternate-file): Revert query message to Emacs 21
5408         version.
5410 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5412         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5413         the doc string how to use personal abbrevs without electric
5414         keywords.
5416 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5418         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5419         Fixed cursor position when toggle abbreviated display.
5421 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
5423         * t-mouse.el: Update copyright following assignment by
5424         Alessandro Rubini.
5426 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
5428         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5429         (type-break-demo-boring): Call read-event instead of read-char.
5431 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
5433         * progmodes/compile.el: Add handling for makepplog.
5435 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5437         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5438         aspell dictionaries are initialized when called non-interactively.
5440 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
5442         * progmodes/compile.el (compilation-loop): New arg limit.
5443         Handle case where the first error is at point-min.
5444         (compilation-next-error): New arg to compilation-loop call.
5446 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
5448         * info.el (Info-default-dirs): Change default info dir to
5449         share/info.
5451         * paths.el (Info-default-directory-list): Ditto.
5453 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
5455         * hexl.el (hexl-before-revert-hook): New function.
5456         (hexl-mode): Use it.
5457         (hexl-after-revert-hook): Just call hexl-mode.
5458         (hexl-mode-exit): Remove before-revert-hook.
5460 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5462         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5464 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
5466         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5467         by "-" in francais7 otherchars entry.
5468         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5469         otherchars entry.
5471 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
5473         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5474         path.  Rewrite function in `cond' style for readability.
5476         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5477         (The path shortening, that is, not the rearrarangement.)
5479 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5481         * term/mac-win.el (mac-ae-quit-application): New function.
5482         (mac-apple-event-map): Bind "quit application" Apple event to it.
5484 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5486         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5487         than the program's output.
5489 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
5491         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5492         (kmacro-start-macro-or-insert-counter)
5493         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5494         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5496         * longlines.el (longlines-show-hard-newlines):
5497         * ruler-mode.el (ruler-mode-ruler):
5498         * emulation/keypad.el (keypad-setup):
5499         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5500         Fix typo in docstring.
5502 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
5504         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
5505         Remove redirect character ">".
5507 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
5509         * replace.el (perform-replace): Remove leftover code.
5511 2007-01-12  Richard Stallman  <rms@gnu.org>
5513         * replace.el (perform-replace): Don't clear NODENT when computing
5514         the replacement string.
5516 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
5518         * net/tramp.el (tramp-handle-file-local-copy):
5519         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
5520         <christopher.ian.moore@gmail.com>.
5522 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5524         * diff-mode.el (diff-sanity-check-context-hunk-half)
5525         (diff-sanity-check-hunk): New functions.
5526         (diff-find-source-location): Use'em to check the hunks are well-formed.
5528         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5529         activate undo when undo is not active.
5530         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5532 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5534         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5535         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5536         (ffap-url-at-point): Use char-classes rather than "a-z".
5538 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
5540         * ediff-init.el (ediff-autostore-merges):
5541         * textmodes/fill.el (fill-region): Doc fix.
5543 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5545         * server.el (server-ensure-safe-dir): UIDs may be floats.
5547 2007-01-10  Richard Stallman  <rms@gnu.org>
5549         * battery.el (battery-linux-proc-acpi): Use ignore-errors
5550         around calls to directory-files.
5552         * subr.el (momentary-string-display): Use save-excursion.
5554         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5555         argument, but read it as `X' does.
5557 2007-01-09  Juri Linkov  <juri@jurta.org>
5559         * info.el (Info-fontify-node): Don't hide node names of index entries.
5561         * faces.el (momentary): Change :group to basic-faces where all
5562         basic faces belong to.  Add :version.
5564 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5566         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5567         keybinding is found.
5568         (tutorial--find-changed-keys): Never treat null keybinding as a
5569         remapping.
5571 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
5573         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5575 2007-01-09  Kenichi Handa  <handa@m17n.org>
5577         * international/mule-cmds.el
5578         (select-safe-coding-system-interactively): Fix message.
5580 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
5582         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5583         (tramp-process-actions): Add optional parameter TIMEOUT.
5584         (tramp-open-connection-telnet, tramp-open-connection-rsh)
5585         (tramp-open-connection-su): Add timeout of 60".
5587 2007-01-09  Richard Stallman  <rms@gnu.org>
5589         * progmodes/compile.el (compile): Doc fix.
5591 2007-01-09  Markus Triska  <markus.triska@gmx.at>
5593         * tumme.el (tumme-display-thumb): Doc fix.
5595 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
5597         * battery.el (battery-search-for-one-match-in-files):
5598         * bindings.el (mode-line-minor-mode-help):
5599         * x-dnd.el (x-dnd-types-alist):
5600         * calendar/icalendar.el (icalendar-import-buffer):
5601         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5603         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5605 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
5607         * replace.el (replace-regexp): Fix typo in docstring.
5609 2007-01-07  Alan Mackenzie  <acm@muc.de>
5611         * progmodes/cc-langs.el (c-operators, c-filter-ops):
5612         Amend doc-string and comments.
5614 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
5616         * files.el (abbreviate-file-name): Doc fix.
5618 2007-01-06  Markus Triska  <triska@gmx.at>
5620         * subr.el (split-string): Remove spurious ")" from doc string.
5622 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5624         * textmodes/table.el (table--warn-incompatibility):
5625         Use display-warning instead of momentary-string-display.
5627 2007-01-05  Richard Stallman  <rms@gnu.org>
5629         * image.el (image-type-header-regexps): Recognize xbm more strictly.
5631         * simple.el (backward-kill-word): Doc fix.
5633 2007-01-05  Romain Francoise  <romain@orebokech.com>
5635         * international/mule.el (sgml-html-meta-auto-coding-function):
5636         Ensure that the buffer contains a HTML document.
5638 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5640         * faces.el (momentary): Move here ...
5641         * subr.el (momentary): ... from here.
5643 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
5645         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5646         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5647         large structures/arrays.
5649 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
5651         * files.el (find-file-noselect-1, set-visited-file-name):
5652         Allow backup-enable-predicate to be nil.
5654 2007-01-04  Andreas Schwab  <schwab@suse.de>
5656         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5657         last change.
5659 2007-01-03  Richard Stallman  <rms@gnu.org>
5661         * woman.el (woman-decode-buffer): Clarify error message.
5663 2007-01-03  Alan Mackenzie  <acm@muc.de>
5665         * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5667 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
5669         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5671 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5673         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5675 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5677         * emulation/viper.el (viper-custom-file-name, viper-mode):
5678         Fix typos in docstrings.
5680         * subr.el (momentary-string-display): After moving point, set POS
5681         variable to it to avoid later errors once the buffer is modified.
5682         Doc fix.
5684 2007-01-02  Alan Mackenzie  <acm@muc.de>
5686         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5687         check that the "*/" is present before trying to manipulate it.
5689 2007-01-02  Richard Stallman  <rms@gnu.org>
5691         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5693         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5694         Fix format of value.
5696         * cus-edit.el (customize-unsaved): Rename from customize-customized.
5697         Change messages accordingly.
5698         (customize-customized): Now alias.
5700 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5702         * files.el (version-control): Doc fix.
5704 2007-01-01  Alan Mackenzie  <acm@muc.de>
5706         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5707         Check the format of c-state-cache is valid for an optimisation before
5708         using it.
5710         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5711         are at a statement within a macro".  Other changes so that only
5712         the first continuation line in a macro gets the symbol
5713         `cpp-define-intro', the others getting `statement', or whatever.
5715         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5716         a string, preserve whitespace.  Add a backslash only when also in
5717         a macro.
5719         * progmodes/cc-defs.el: Correct typos.
5721         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5722         new line after an escaped EOL in a string.
5724         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5725         label when it directly follows "else", "do", ....
5727         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5728         angle brackets (as seen in "explicit specialisations" of C++
5729         templates).
5731         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5732         in the doc-string.
5734         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5735         when the comment ender looks like "=========*/" and is alone on
5736         its line.
5738         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5739         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
5740         for the old name.
5742         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5743         c-\(beginning\|end\)-of-defun by default.
5745         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5746         New line-up function, for the DEFUN macro in the Emacs C sources.
5747         Only used in "gnu" style.
5749         * progmodes/cc-styles.el (c-style-alist): Use this new function in
5750         the "gnu" style.
5752         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5753         clean-up comment-close-slash also to work when there's a comment
5754         terminator on the line.
5755         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5756         these for large arg - only take account of top level {..}, except
5757         for initial and final adjustments.  M-- C-M-[ae] now go to the
5758         right defuns when the starting point is between defuns.  They use
5759         the four new functions:
5760         (c-in-function-trailer-p, c-where-wrt-brace-construct)
5761         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5762         support c-\(beginning\|end\)-of-defun.
5764         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5765         expressions more rigorously, to exclude bit-field specifiers from
5766         being classed as labels.
5767         (c-forward-label): When analyzing a ":" within a macro, be careful
5768         about using c-forward-syntactic-ws at the macro beginning.
5769         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5770         stmt boundary, check for "operator=", etc.
5772         * progmodes/cc-mode.el (c-postprocess-file-styles):
5773         Bind inhibit-read-only to t, around the call to
5774         c-remove-any-local-eval-or-mode-variables, so that it works on a
5775         RO file.
5777         * progmodes/cc-defs.el (c-version): Update the version number to
5778         "5.31.4".
5780 2007-01-01  Richard Stallman  <rms@gnu.org>
5782         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5783         only if we restored isearch-window-configuration.
5785 2006-12-31  Romain Francoise  <romain@orebokech.com>
5787         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5789 2006-12-31  Kim F. Storm  <storm@cua.dk>
5791         * files.el (auto-mode-case-fold): New defcustom.
5792         (set-auto-mode): If non-nil, perform second case-sensitive pass
5793         through auto-mode-alist if first pass failed.
5795 2006-12-30  Richard Stallman  <rms@gnu.org>
5797         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5799 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
5801         * allout.el (allout-encrypt-string): Handle symmetric-key
5802         passphrase caching but leave keypair caching to pgg.
5804 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
5806         Sync with Tramp 2.0.55.
5808         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5809         `integerp'.  `char-equal' could fail else in case of negative
5810         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5811         (top): Check for `font-lock-add-keywords' before calling; it
5812         doesn't exist under XEmacs.
5813         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
5814         (tramp-completion-mode): Remove clause (not
5815         tramp-unified-filenames), because the function is called in other
5816         context too, where this check results in wrong results in the
5817         XEmacs case on Windows.
5818         (tramp-touch): UTC handling is not possible for XEmacs.
5820 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5822         * scroll-bar.el (previous-scroll-bar-mode): New variable
5823         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5824         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5826         * term/x-win.el: Set scroll bar mode to right if set by X resources.
5828 2006-12-30  Richard Stallman  <rms@gnu.org>
5830         * files.el (make-backup-file-name-1): Precompute abs name
5831         but don't lose the relative name.
5833         * international/mule-cmds.el (select-safe-coding-system-interactively):
5834         Fix message.
5836 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5838         * files.el (backup-buffer): Show entire backup file name in msg.
5840 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
5842         * image.el (image-type-header-regexps, image-type-from-data)
5843         (image-type-from-buffer, image-type-from-file-header):
5844         Revert changes from 2006-12-26.
5845         (image-type-auto-detectable): New variable.
5846         (image-type-auto-detected-p): New function.
5848         * files.el (magic-mode-alist): Detect image files with
5849         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5851 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
5853         * dired.el (dired-sort-other): Move test for dired-mode...
5854         (dired-sort-set-modeline): ...to here.
5856 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5858         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5859         change.  Suggested by Stefan Monnier.
5861 2006-12-29  Kim F. Storm  <storm@cua.dk>
5863         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5864         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5866 2006-12-27  Kim F. Storm  <storm@cua.dk>
5868         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5869         so it doesn't accidentally match an fsf.org mail address.
5870         (authors-renamed-files-alist): Add tcover-*.el.
5872 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5874         * vc-arch.el (vc-arch-find-version): New function.
5876         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5877         composed of arbitrary characters (even /) in some systems.
5879 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
5881         * international/mule-cmds.el (select-safe-coding-system-interactively):
5882         Improve the message in the *Warning* buffer.
5884 2006-12-27  Kim F. Storm  <storm@cua.dk>
5886         * ido.el (ido-set-matches-1): Fix last change.  If default item is
5887         current buffer, it is ok to be first.
5889 2006-12-27  Kenichi Handa  <handa@m17n.org>
5891         * international/mule-cmds.el (select-safe-coding-system-interactively):
5892         Use face `link' for problematic chars.
5894 2006-12-27  Kenichi Handa  <handa@m17n.org>
5896         * international/mule-cmds.el (select-safe-coding-system-interactively):
5897         Improve the message in *Warning* buffer.
5899 2006-12-27  Kim F. Storm  <storm@cua.dk>
5901         * ido.el (ido-set-matches-1): Never put current buffer first if
5902         there are other matches.
5904 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
5906         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5907         expressions.
5908         (gdb-var-delete): Handle duplicate names.  Print message for non
5909         root expressions.
5910         (gdb-partial-output-name): Start buffer name with a space.
5911         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5912         buffer name.
5914 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5916         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5917         last footnote when `footnote-spaced-footnotes' is nil.
5919 2006-12-26  Richard Stallman  <rms@gnu.org>
5921         * cus-edit.el (custom-browse-sort-alphabetically)
5922         (custom-buffer-sort-alphabetically)
5923         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
5925         * image.el (image-type-header-regexps): Change element format
5926         to include third item NOT-ALWAYS.
5927         (image-type-from-data): Handle new format.
5928         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
5929         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5931 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
5933         * add-log.el (add-log-current-defun): Call `forward-sexp'
5934         multiple times to pick a member function name defined as
5935         part of nested classes/namespaces.
5937 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5939         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5940         which keymap should be used to change menu.  It does not affect any
5941         existent code.
5943 2006-12-26  Richard Stallman  <rms@gnu.org>
5945         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5946         rather than for being in a minibuffer window.
5948 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
5950         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5951         locale-coding-system.
5952         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5953         LF.
5955 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
5957         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5958         (sql-mode-syntax-table): Disable double quoted strings.
5959         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5961 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5963         * startup.el (fancy-splash-last-input-event): New variable.
5964         (fancy-splash-special-event-action): New function.
5965         (fancy-splash-screens): Temporarily bind special events to it.
5966         Execute command for saved special event before exiting from
5967         recursive editing.
5969         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5970         New functions.
5971         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5972         Use mac-unread-string.
5974 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5976         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5977         an optimized comment regexp if `comment-start-skip' uses a ^.
5978         * bs.el (bs--up): Remove interactive spec.
5980 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
5982         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5983         Suggested by James Cloos.
5985 2006-12-24  Kevin Ryde  <user42@zip.com.au>
5987         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5988         in March.
5989         (calendar-dst-ends): Default to first Sunday in November.
5991 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
5993         * allout.el (allout-encrypt-string): Inhibit use of agent within
5994         body of let form where encryption happens.  Acknowledge non-use of
5995         gpg-agent in docstring.
5996         (allout-toggle-subtree-encryption): Acknowledge non-use of
5997         gpg-agent in docstring.
5999 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
6001         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6003 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6005         * ediff-diff.el (ediff-diff-options): Clarify docstring.
6006         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6008         * emulation/viper-cmd.el (viper-post-command-sentinel):
6009         Protect against errors in hooks.
6010         (viper-add-newline-at-eob-if-necessary): Add newline only if we
6011         actually modify buffer; ignore errors if occur.
6013 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
6015         * calendar/calendar.el (calendar-mode-map): Switch < and >.
6016         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6017         formatting.
6019 2006-12-23  Richard Stallman  <rms@gnu.org>
6021         * simple.el (delete-horizontal-space): Doc fix.
6023 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
6025         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6026         explicitly in a recursive Make, not implicitly through prerequisites,
6027         since the latter is wrong under parallel builds.
6029 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
6031         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6033 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
6035         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6036         message string.
6038 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
6040         * outline.el (outline-next-visible-heading): Fix the case with a
6041         header at end-of-file with no final newline.
6043 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
6045         * indent.el (tab-always-indent): Doc fix.
6047 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
6049         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6050         (Info-fontify-node): Do fontify indices.
6052         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6053         to the Emacs Lisp reference manual.
6054         (tutorial--tab-map): Remove.  All callers changed.
6055         (tutorial--find-changed-keys): New elt QUIET, used to...
6056         (tutorial--display-changes): ...ensure that warning messages are
6057         only issued once per changed key.
6058         (tutorial--remove-remarks): Delete unused code-path.
6059         (lang-strings): Remove extraneous formatting.
6060         (tutorial--save-tutorial): Prompt before saving tutorial state.
6062 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
6064         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
6065         Replace '?\ ' by '?\s' throughout.
6066         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
6067         `help' custom group.
6068         (tutorial--key-description): New function.
6069         (tutorial--display-changes): Remove redundant arg.  Scan for all
6070         key sequences to avoid false matches.  Cleanup.
6071         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6072         reduce homedir pollution.
6073         (help-with-tutorial): Call tutorial--display-changes with no arg.
6075 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
6077         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6079 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
6081         * net/tramp.el (tramp-default-method): We still need to check for
6082         `executable-find', because it is not bound under Emacs 20.
6083         (tramp-handle-file-name-completion)
6084         (tramp-completion-handle-file-name-completion): Handle optional
6085         parameter PREDICATE.
6086         (tramp-find-default-method): Add code for default values.
6088 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
6090         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6091         make gud-go send "continue".
6093 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
6095         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6096         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
6098 2006-12-19  Kim F. Storm  <storm@cua.dk>
6100         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6101         instead of global-map.
6103         * files.el (magic-mode-alist): Allow matching file type by
6104         calling a function at bob.  Check for image types by calling
6105         image-type-from-buffer.  Suggested by Juanma Barranquero.
6106         (set-auto-mode): Do it.
6108 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
6110         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6111         Remove "ControlMaster" option from the other `scp*' methods.
6112         (tramp-default-method): Check for ssh-agent before setting to `scp'.
6114 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
6116         * textmodes/org.el (org-mode): Show context after isearch.
6117         (org-show-siblings): New function.
6118         (org-show-context): Use `org-show-siblings'.
6120 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6122         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6123         Use syntax-ppss-toplevel-pos.
6125 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
6127         * textmodes/org.el (org-current-line): Make sure that lines are
6128         counted from beginning of buffer.
6129         (org-table-copy-region, org-table-paste-rectangle): Make sure that
6130         lines are counted from beginning of buffer.
6132 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6134         * info.el (Info-build-node-completions): Signal error if tag-table
6135         marker is not found.
6137         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6139 2006-12-17  Alan Mackenzie  <acm@muc.de>
6141         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6142         speed) the case when open-paren-in-column-0-is-defun-start is nil.
6143         Based on code by Martin Rudalics.
6145         * progmodes/cc-mode.el (c-basic-common-init): Don't set
6146         open-paren-in-column-0-is-defun-start to nil any more.
6148 2006-12-17  Richard Stallman  <rms@gnu.org>
6150         * simple.el (delete-horizontal-space): Use prefix arg.
6152         * help-fns.el (describe-variable): Improve blank separator lines.
6154         * files.el (magic-mode-alist): Mark as risky.
6156         * files.el (make-backup-file-name-1):
6157         Expand backup-directory explicitly.
6159 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
6161         * net/tramp.el (tramp-default-method): Before setting to "pscp",
6162         check whether package password.el is loaded, or Pageant is running.
6164 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
6166         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6167         (icalendar--rris): First try Emacs, then XEmacs.
6168         (icalendar--convert-ical-to-diary): Doc fix.
6169         Insert newline at end of target file.
6171 2006-12-17  Kim F. Storm  <storm@cua.dk>
6173         * outline.el (outline-isearch-open-invisible-function): New defvar.
6174         (outline-flag-region): Use it if non-nil for isearch-open-invisible
6175         overlay property instead of outline-isearch-open-invisible.
6177 2006-12-16  Kim F. Storm  <storm@cua.dk>
6179         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6180         if ido-directory-too-big is set on entry.
6181         (ido-toggle-ignore, ido-completion-help): Print message while
6182         reading big directory.
6184 2006-12-15  Richard Stallman  <rms@gnu.org>
6186         * shell.el (shell): Doc fix.
6188 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
6190         * emulation/edt.el (edt-xserver):
6191         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6192         to fix a problem on Cygwin.
6194         * emulation/edt.el
6195         * emulation/edt-mapper.el
6196         * emulation/edt-lk201.el
6197         * emulation/edt-pc.el
6198         * emulation/edt-vt100.el: Update maintainer's email address.
6200 2006-12-15  Simon Marshall  <simon@gnu.org>
6202         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6204 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6206         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6207         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6208         instead of mac-atsu-font-table.
6209         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6211 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
6213         * align.el (align-match-tex-pattern): Fix a rare bug which
6214         hanged Emacs.
6216 2006-12-14  Richard Stallman  <rms@gnu.org>
6218         * startup.el (use-fancy-splash-screens-p): Use frame-height
6219         instead of window-height.  Pass frame to image-size.
6221 2006-12-13  Kenichi Handa  <handa@m17n.org>
6223         * international/mule-cmds.el (set-locale-environment):
6224         Set default-sendmail-coding-system too.
6226 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
6228         * progmodes/idlw-help.el: Fix copyright notice.
6230 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6232         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6234 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
6236         * subr.el (unread-command-char): Reformat obsolescence info.
6238 2006-12-11  Richard Stallman  <rms@gnu.org>
6240         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6241         about calls to cl-struct-setf-expander.
6243 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
6245         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6246         (ediff-combination-pattern): Fix typo in docstring.
6248         * textmodes/refer.el (refer-find-entry): Doc fix.
6249         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6250         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6251         Fix tipos in docstrings.
6253         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6255 2006-12-10  Kim F. Storm  <storm@cua.dk>
6257         * ido.el (ido-init-completion-maps): Remap backward-kill-word
6258         instead of binding M-backspace.
6260 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
6262         * replace.el (replace-match-data, replace-match-maybe-edit):
6263         * calc/calc-aent.el (calc-eval-error):
6264         * emulation/vi.el (vi-char-argument):
6265         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6266         (c-vsemi-status-unknown-p-fn): Doc fixes.
6268 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
6270         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6271         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
6273 2006-12-10  Masatake YAMATO  <jet@gyve.org>
6275         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6277 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
6279         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6281         * man.el (Man-xref-button-action): New function.  If the
6282         `Man-target-string' button property is a function, assume it
6283         accepts a position argument.
6284         (Man-abstract-xref-man-page): Use it.
6285         (Man-default-man-entry): New optional arg POS.
6287         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6288         symlink arrows read-only and non-rear-sticky.
6290 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
6292         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6293         (wdired-search-and-rename): Simplify code.
6294         (wdired-preprocess-files, wdired-preprocess-perms): Make
6295         read-only property of preceding character rear-nonsticky to
6296         avoid that it can be modified.  Put old-name and old-link
6297         properties on character preceding name and replace
6298         put-text-property by add-text-properties.
6299         (wdired-get-filename, wdired-get-previous-link): Get old-name
6300         and old-link properties from character preceding name and
6301         simplify code.
6302         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
6303         (wdired-perms-to-number): Make local-map property
6304         rear-nonsticky to avoid that text following permissions may be
6305         modified.  Use add-text-properties instead of put-text-property
6306         when changing a permission bit.
6307         (wdired-change-to-dired-mode): Remove stickiness properties.
6309 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
6311         * international/mule-cmds.el (register-input-method): Doc fix.
6313 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
6315         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
6317 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6319         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6320         Force buffer local defs evaluation on local variables loading.
6321         (flyspell-mode-on, flyspell-mode-off): Use it in
6322         `hack-local-variables-hook'.
6324 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
6326         * emacs-lisp/find-func.el (find-variable): Doc fix.
6328         * help-fns.el (variable-at-point): Doc fix.
6330         * w32-fns.el (w32-append-code-lines): New function.
6332 2006-12-09  Romain Francoise  <romain@orebokech.com>
6334         * comint.el (comint-insert-input): Delete obsolete comment.
6336 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6338         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
6339         current frame, in case we're connected to several displays.
6341 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
6343         * frame.el (other-frame): Doc fix.
6344         (set-frame-parameter): Fix typo in docstring.
6346 2006-12-07  Kim F. Storm  <storm@cua.dk>
6348         * info.el (Info-index): Strip leading colon from topic.
6350 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
6352         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
6353         to pointers.
6355 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
6357         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
6358         Trim out spurious class inheritance "None" entries.
6360 2006-12-05  Kim F. Storm  <storm@cua.dk>
6362         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
6363         (cua-paste-pop): Rework last change for
6364         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
6365         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6366         text inserted by the last M-y command.
6368 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6370         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6371         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6373         * shell.el (shell): Search the start file in ~/.emacs.d as
6374         `init_SHELLNAME.sh' instead.
6376 2006-12-05  Glenn Morris  <rgm@gnu.org>
6378         * progmodes/cperl-mode.el (cperl-mode)
6379         * progmodes/f90.el (f90-mode-abbrev-table)
6380         * progmodes/fortran.el (fortran-mode-abbrev-table)
6381         * progmodes/octave-mod.el (octave-abbrev-table)
6382         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6383         if abbrev-table is non-nil (saved user abbrevs may have been restored).
6385         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6386         clear abbrev table, else saved abbrevs will not be restored.
6388 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
6390         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6391         the call to `make-obsolete-variable', not in the docstring.
6393 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
6395         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6397 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6399         * progmodes/ebnf-abn.el:
6400         * progmodes/ebnf-bnf.el:
6401         * progmodes/ebnf-dtd.el:
6402         * progmodes/ebnf-ebx.el:
6403         * progmodes/ebnf-iso.el:
6404         * progmodes/ebnf-otz.el:
6405         * progmodes/ebnf-yac.el:
6406         * progmodes/ebnf2ps.el:
6407         * delim-col.el:
6408         * printing.el:
6409         * ps-bdf.el:
6410         * ps-mule.el:
6411         * ps-print.el: Remove 'Time-stamp' comment mark.
6413         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6414         'easy-menu-add-item' when called in Emacs 21 or higher.
6416 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
6418         * progmodes/ada-xref.el (ada-check-current): Doc fix.
6419         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
6421 2006-12-04  Kim F. Storm  <storm@cua.dk>
6423         * bindings.el (global-map): Bind [signal t] to ignore, to have
6424         user signals ignored by default.
6426 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
6428         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6429         Unicode data file pointed to by `describe-char-unicodedata-file'.
6431 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6433         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6434         O(n^2) regexp-search by anchoring the search.
6436 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
6438         * whitespace.el (whitespace-cleanup-internal): Use current
6439         argument for recursive call.
6441 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
6443         * net/tramp.el (tramp-methods): Add "ControlPath" and
6444         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
6445         Andreas Schwab <schwab@suse.de>.
6446         (tramp-do-copy-or-rename-file-out-of-band)
6447         (tramp-open-connection-rsh): Compute format spec for ?t.
6448         (tramp-process-actions): Trace command parameters.
6450 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
6452         * simple.el (toggle-truncate-lines): Clarify doc string.
6454         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6455         (gdb-speedbar-expand-node): Use it.
6457 2006-12-04  Richard Stallman  <rms@gnu.org>
6459         * progmodes/python.el (python-indent): Add safe-local-variable prop.
6461         * dired.el (dired-revert): Turn off dired-after-readin-hook
6462         around call to dired-readin.
6464         * menu-bar.el (menu-bar-make-toggle): Add "globally"
6465         to echo area messages.
6466         <indicate-empty-lines, case-fold-search>:
6467         Add "globally" to Help string.
6468         <case-fold-search>: MESSAGE arg need not say "globally".
6469         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6471 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
6473         * outline.el (outline-end-of-subtree): Don't leave an empty
6474         line hidden as we would a real next heading.
6476 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
6478         * allout.el (allout-ascend): Add an optional argument to preserve
6479         original position of point when unsuccessful.  Also, fix a
6480         docstring error.
6481         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6482         work again, using allout-ascend's new option.
6483         (allout-setup-mode-map): Extract from allout-mode to initialize
6484         allout-mode-map.  Call it on file load, so the mode docstring
6485         substitutions work even if allout mode has not yet been invoked.
6486         (allout-mode): Use new allout-setup-mode-map to track any keybinding
6487         customizations since the map was last processed.  Also, refine the
6488         docstring so it's ship-shape for release.
6489         (allout-default-layout, allout-beginning-of-line-cycles)
6490         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6491         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6492         (allout-version, allout-layout, allout-infer-body-reindent)
6493         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6494         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6495         (allout-previous-heading, allout-goto-prefix-doublechecked)
6496         (allout-current-bullet-pos, allout-next-sibling-leap)
6497         (allout-pre-command-business, allout-encrypted-type-prefix)
6498         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6499         (allout-rebullet-topic, allout-rebullet-topic-grunt)
6500         (allout-flag-region, allout-expose-topic, allout-expose-topic)
6501         (allout-old-expose-topic, allout-listify-exposed)
6502         (allout-process-exposed, allout-latex-verb-quote)
6503         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6504         (allout-toggle-current-subtree-encryption)
6505         (allout-toggle-subtree-encryption, allout-bullet-isearch):
6506         Remove extraneous open-paren and close paren string escapes.
6508 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
6510         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
6511         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
6512         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
6513         Fix typos in docstrings.
6515 2006-12-03  Glenn Morris  <rgm@gnu.org>
6517         * progmodes/cc-align.el
6518         * progmodes/cc-awk.el
6519         * progmodes/cc-cmds.el
6520         * progmodes/cc-compat.el
6521         * progmodes/cc-defs.el
6522         * progmodes/cc-engine.el
6523         * progmodes/cc-langs.el
6524         * progmodes/cc-menus.el
6525         * progmodes/cc-mode.el
6526         * progmodes/cc-styles.el
6527         * progmodes/cc-vars.el
6528         * progmodes/vhdl-mode.el: Fix Copyright format.
6530 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
6532         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6533         initial down event.
6535 2006-12-02  Kim F. Storm  <storm@cua.dk>
6537         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6538         (cua-repeat-replace-region): Make M-v more robust.
6539         (cua-paste-pop-rotate-temporarily): New defcustom.
6540         (cua-paste-pop): Use it.
6541         (cua-auto-mark-last-change): New defcustom.
6542         (cua-pop-to-last-change): New helper function.
6543         (cua-set-mark): Use them.
6545 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
6547         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6548         mini-buffer message.
6550 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
6552         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6554 2006-12-01  Ben North  <ben@redfrontdoor.org>
6556         * paren.el: Fix the highlight overlay extension when the user types a
6557         sequence of char very fast just before the open parenthesis.
6559 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6561         * ps-mule.el: Eliminate Emacs 20 compatibility.
6563         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6564         (ps-print-version): New version 6.7.
6565         (ps-print-quote): Replace '?\ ' by '?\s'.
6567 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
6569         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6570         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6571         (hexl-end-of-1k-page): Doc fixes.
6572         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6573         Fix typos in docstrings.
6575 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6577         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
6578         locally, i.e. without using file name handlers.
6579         (ido-read-internal): Allow mono letter host names, avoiding the
6580         `c:' problem by testing if the file exists locally.
6581         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6583 2006-11-30  Masatake YAMATO  <jet@gyve.org>
6585         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6586         to avoid bytecomp warnings.
6587         (hexl-mode-old-ruler-function): New variable.
6588         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6589         and `hl-line-range-function' after `require' hl-line.
6590         Then bind `hl-line-range-function' and `hl-line-face'.
6591         Don't require frame.  Don't use `with-no-warnings'.
6592         (hexl-activate-ruler): Store the original value of
6593         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6594         (hexl-mode-exit): Restore the original value of
6595         `ruler-mode-ruler-function'.
6597 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
6599         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6600         (hexl-mode-old-hl-line-face): New variable.
6601         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6602         line when exit from the hexl-mode.
6604 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
6606         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6607         Doc fixes.
6609         * international/fontset.el (create-fontset-from-ascii-font)
6610         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6611         (fontset-name-p): Fix typo in docstring.
6613         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6615 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6617         * ps-bdf.el: Fix maintainer email.
6619         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
6620         compatibility.
6622         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
6623         21 compatibility.
6624         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6625         Emacs 20 & 21.
6627 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
6629         * progmodes/idlwave.el (idlwave-auto-fill):
6630         Remove paragraph-start let to prevent auto-fill giving up.
6632 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
6634         * vt100-led.el (led-state): Fix typo in previous change.
6636 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6638         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6639         Fix interactive spec of the functions getting defined to make them
6640         work as documented.
6642 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
6644         * startup.el (fancy-splash-screens): Hide initial splash buffer.
6646 2006-11-28  Kim F. Storm  <storm@cua.dk>
6648         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6649         icomplete-mode is enabled.
6651 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
6653         * textmodes/org.el (require): Require gnus-sum during compilation
6654         to avoid problem with a macro call.
6656 2006-11-28  Glenn Morris  <rgm@gnu.org>
6658         * emacs-lisp/authors.el (authors-aliases): Add new alias.
6660         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6661         (fortran-window-create-momentarily): Do not need string-to-char.
6663 2006-11-28  Richard Stallman  <rms@gnu.org>
6665         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6666         Replace incorrect use of assoc-default with a loop.
6668         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6670         * simple.el (next-error-find-buffer): Improve messages.
6672         * files.el (revert-buffer): Special error message if file
6673         is now not readable.
6675         * facemenu.el (facemenu-add-new-face): Improve doc strings of
6676         constructed commands.
6678         * comint.el (comint-exec-1): Provide Emacs version and `comint'
6679         in INSIDE_EMACS.
6681 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6683         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6685         * server.el: Remove spurious * in docstrings.
6686         (server-process-filter): Exit from recursive editing before processing
6687         a new request.
6689 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
6691         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6692         line so hidden blocks will be correctly identified.
6694 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
6696         * ledit.el (ledit-save-defun, ledit-mode):
6697         * resume.el (resume-emacs-args-buffer):
6698         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6699         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6700         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6701         (command-send-input, command-kill-line):
6702         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6704         * autoarg.el (autoarg-kp-mode): Doc fix.
6706         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
6707         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
6708         (check-emacs-lock): Doc fix.  Simplify.
6710         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6711         (iimage-mode-buffer): Fix typos in docstring.
6713         * misc.el (zap-up-to-char): Doc fix.
6715         * time-stamp.el: Fix comment and obsolescence string for old
6716         functions.  Use `dolist' instead of `while'.
6718         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6720         * disp-table.el (standard-display-8bit, standard-display-default):
6721         * ebuff-menu.el (electric-buffer-list):
6722         * ehelp.el (electric-help-command-loop):
6723         * font-core.el (font-lock-mode):
6724         * help-macro.el (make-help-screen):
6725         * help.el (describe-minor-mode-completion-table-for-indicator)
6726         (lookup-minor-mode-from-indicator):
6727         * indent.el (tab-to-tab-stop, move-to-tab-stop):
6728         * info-look.el (info-lookup-guess-custom-symbol):
6729         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6730         * longlines.el (longlines-wrap-line):
6731         * macros.el (insert-kbd-macro):
6732         * menu-bar.el (menu-bar-update-buffers):
6733         * misc.el (copy-from-above-command):
6734         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6735         * newcomment.el (comment-indent):
6736         * novice.el (disabled-command-function):
6737         * sort.el (sort-fields-syntax-table):
6738         * subr.el (momentary-string-display):
6739         * tar-mode.el (tar-header-block-summarize)
6740         (tar-clear-modification-flags):
6741         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6742         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6743         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6744         (te-delete-char, te-down-vertically-or-scroll):
6745         * time-stamp.el (time-stamp-string-preprocess):
6746         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6748 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6750         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6751         in GUD mode.
6753         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6754         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6756 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6758         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6760 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
6762         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6763         (ada-compile-goto-error): Adapt to new argument profile of
6764         compilation-goto-locus in Emacs 22.  Don't check if the various
6765         compile functions are defined; we already do "(require 'compile)".
6767 2006-11-26  Kim F. Storm  <storm@cua.dk>
6769         * kmacro.el: Fix commentary.
6771 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6773         * progmodes/gud.el (gdb): Explain how to run in text command mode
6774         more clearly.  Say in error message that multiple debugging
6775         requires restarting GDB.
6777 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
6779         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6781 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
6783         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6784         (flymake-popup-menu): Use it instead of posn-at-point.
6786 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6788         * progmodes/cc-vars.el (c-backslash-column):
6789         Mention c-backslash-max-column in documentation for c-backslash-column.
6791 2006-11-24  Lars Hansen  <larsh@soem.dk>
6793         * net/tramp.el (tramp-default-method): Under Windows, change from
6794         plink to pscp.
6795         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6796         (tramp-actions-copy-out-of-band):
6797         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6798         (tramp-action-out-of-band): Move "Permission denied" handling to
6799         tramp-action-copy-failed.
6800         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6801         process buffer.
6803 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6805         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6806         strings to a single string.  Quote `errors-file-name'.
6807         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6808         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6809         Adjust calls.  Use `shell-quote-argument'.
6811         * international/mule.el (load-with-code-conversion)
6812         (with-category-table): Use with-current-buffer.
6813         (after-insert-file-set-coding): Use restore-buffer-modified-p.
6815 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
6817         * mail/smtpmail.el (smtpmail-send-it):
6818         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
6819         MIME header for the message encoding.
6820         Bind coding-system-for-write around the call to mail-do-fcc.
6821         Use smtpmail-code-conv-from to encode queued mail messages.
6823 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6825         * tabify.el (tabify-regexp): Doc fix.
6827         * net/rcirc.el (rcirc-buffer-maximum-lines):
6828         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6830         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6831         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6832         Fix typos in output messages.
6833         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6835 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6837         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6838         the horse's mouth.
6839         (hexlify-buffer): Don't re-encode an arg that's already encoded.
6841 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6843         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6844         Remove condition-case.
6846 2006-11-23  Glenn Morris  <rgm@gnu.org>
6848         * progmodes/f90.el (f90-comment-indent): Do not move point in
6849         default case.
6851 2006-11-21  Romain Francoise  <romain@orebokech.com>
6853         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6854         from library name (reverts change of 2005-10-25).
6856 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6858         * tutorial.el (tutorial--default-keys): Add newline and
6859         delete-backward-char bindings.
6860         (tutorial--detailed-help): Save excursion when finding keys.
6861         Correct warning string for M-x FOO case.
6862         (tutorial--display-changes): Print special keys in tutorial style.
6863         Tweak search regexp for changed keys.
6865 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
6867         * thingatpt.el (thing-at-point-url-at-point): Don't add a
6868         redundant scheme.
6870 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
6872         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6873         are new to the list at IANA.  Also added irc, mms, mmsh.
6875 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
6877         * progmodes/idlw-help.el (idlwave-html-help-location):
6878         Fail gracefully for missing help packages.
6879         (idlwave-help-assistant-open-link): Open full links.
6880         (idlwave-help-assistant-help-with-topic): Direct help link.
6882         * progmodes/idlwave.el (idlwave-mode):
6883         Set add-log-current-defun-function.
6884         (idlwave-current-routine-fullname): Add, to support add-log.
6885         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6886         to reflect improvements to xml-parse-file.
6887         (idlwave-mode-menu-def): New binding for help-with-topic.
6889         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6890         Handle extra newlines and spaces.
6891         (idlwave-shell-mode-map): Add help-with-topic.
6893 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
6895         * tutorial.el (tutorial-warning-face): New face.
6896         (tutorial--detailed-help, tutorial--display-changes): Use it.
6897         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6898         Improve search pattern for occurrences of changed keys.
6900 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6902         * term/x-win.el (x-last-cut-buffer-coding): New variable.
6903         (x-select-text): Set it.
6904         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6905         when checking for newness.
6907 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
6909         * subr.el (posn-image):
6910         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6912         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6914 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6916         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6917         Exceptions to the rule "add a space between an identifier and an
6918         opening parenthesis".  Defaulted to the `#define' problem of cpp.
6919         (glasses-parenthesis-exception-p): New.  Check if the region is an
6920         exception regarding to that.
6921         (glasses-make-readable): Use it.
6922         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
6923         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6925 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
6927         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6929 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
6931         * progmodes/ada-mode.el (ada-make-body): Fix typo.
6933         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6934         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
6936 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
6938         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6939         conditions for function or variable bindings.
6941         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6943         * progmodes/compile.el (compilation-start): Ditto.
6945 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
6947         * net/tramp.el (top): cl and custom are always required.
6949 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6951         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6952         cut-buffers with next-selection-coding-system if not nil.
6954 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6956         * textmodes/org.el (org-fix-decoded-time): New function.
6957         (org-display-custom-time): Use `org-fix-decoded-time'.
6959 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
6961         * menu-bar.el (menu-bar-games-menu): Remove yow.
6963 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6965         * textmodes/org.el (org-scan-tags): Re-align code fixed.
6966         (org-detach-overlay): Rename from `org-detatch-overlay'.
6967         (org-table-convert-region): Insert space after column separator.
6968         (org-agenda-kill): New command.
6969         (org-metaleft): Call `org-outdent-item' on bullets.
6970         (org-metaright): Call `org-indent-item' on bullets.
6971         (org-timestamp-change): Set `org-last-changed-timestamp'.
6972         (org-current-line): Make sure (bolp) returns correct result.
6973         (org-agenda-change-all-lines): Make sure TODO are highlighted.
6975 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6977         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6979 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
6981         * mouse.el (global-map): Change 2006-08-16 fix to call
6982         mouse-yank-at-click explicitly, since mouse events are not carried
6983         over into keyboard macros.
6985 2006-11-16  Kim F. Storm  <storm@cua.dk>
6987         * ido.el (ido-file-internal): Use current buffer's file name as default
6988         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
6990 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
6992         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6993         (allout-inhibit-aberrance-doublecheck): Rename from
6994         allout-during-yank-processing.  All callers changed.
6995         (allout-ascend): Provide for unusual case where some topic after
6996         the first in file is at lower depth than the first.
6997         (allout-shift-in): Ensure the offspring of the new containing
6998         topic are exposed.
6999         (allout-encrypt-string): Preserve the coding-system of the text,
7000         according to that of the containing buffer.
7001         (allout-toggle-subtree-encryption): When the text being encrypted
7002         requires a different coding system, offer to preserve the coding
7003         system using a file local var.
7005 2006-11-15  Simon Marshall  <simon@gnu.org>
7007         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7008         to recognise "T t()" as a function declaration, rather than a
7009         variable instantiation, iff at the top-level or inside a class
7010         declaration.  Suggested by Feng Li <fengli@gmail.com>.
7012 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
7014         * progmodes/ada-xref.el (ada-parse-prj-file):
7015         Don't delete project buffer; user may want to edit it.
7016         (ada-xref-set-project-field, ada-xref-current-project-file)
7017         (ada-xref-current-project, ada-show-current-project)
7018         (ada-set-main-compile-application): New functions.
7019         (ada-xref-get-project-field, ada-require-project-file):
7020         Normalize use of ada-prj-default-project-file.
7021         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7022         Normalize use of ada-require-project-file.
7023         (ada-prj-find-prj-file): Improve doc string, comments.
7025         * progmodes/ada-mode.el (ada-mode-version): Bump version.
7026         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7027         (ada-create-menu): Add ada-set-main-compile-application,
7028         ada-show-current-main, ada-show-current-project.
7030 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7032         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7033         (inferior-python-mode): Use it.
7035 2006-11-14  Andreas Schwab  <schwab@suse.de>
7037         * term/xterm.el (terminal-init-xterm): Add more key bindings.
7039 2006-11-13  Kim F. Storm  <storm@cua.dk>
7041         * ido.el (ido-copy-current-word): C-o copies region if active.
7043 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
7045         * textmodes/org.el (org-emph-face): Fix typo in variable name.
7047 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
7049         * ediff.el (ediff-revision):
7050         * files.el (set-visited-file-name):
7051         * mail/rmailout.el (rmail-output-body-to-file):
7052         Use `format', not `message', in `y-or-n-p' call.
7054 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
7056         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7057         (org-metaright): Call `org-indent-item' on bullets.
7058         (org-timestamp-change): Set `org-last-changed-timestamp'.
7059         (org-current-line): Make sure (bolp) returns correct result.
7060         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7062 2006-11-12  Richard Stallman  <rms@gnu.org>
7064         * language/european.el (turkish-case-conversion-enable)
7065         (turkish-case-conversion-disable): New functions.
7066         ("Turkish" lang env): Use them.
7068         * international/characters.el (case table):
7069         Do nothing special for i and I.
7071         * subr.el (remove-overlays): Fix last change.
7073         * cus-edit.el (custom-save-all): Use find-file-visit-truename
7074         for visiting the custom file.
7076 2006-11-12  Markus Triska  <triska@gmx.at>
7078         * play/handwrite.el (handwrite): Also process lines not ending
7079         with newline.  Replace some position-fiddling with different
7080         logic.  Improve performance.
7082 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
7084         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7085         replacing deleted variable `ada-check-switch'.
7086         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7087         (ada-xref-project-files): Improve doc string.
7088         (ada-find-executable): New function.
7089         (ada-initialize-runtime-library): Use `ada-find-executable'.
7090         (ada-xref-set-default-prj-values): In compile commands, don't need
7091         `ada-cd-command'; `compile' does that more portably.
7092         Use ada-prj-default-check-cmd.
7093         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7094         properties if not specified in project file.
7095         (ada-goto-declaration): Display useful message for new error
7096         'error-file-not-found.
7097         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7098         'error-file-not-found.
7099         (ada-get-all-references): Match latest ali syntax.  Signal new
7100         error 'error-file-not-found.
7101         (ada-find-in-ali): Match latest ali syntax.
7102         (ada-make-filename-from-adaname): Handle different semantics of
7103         gnatkr in GNAT 3.15p vs later.
7105         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7106         ada-procedure-start-regexp.
7107         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7109         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7110         with defvar.
7111         (ada-language-version): Rename ada05 -> ada2005.
7112         (ada-align-region-separate): Add `eval-when-compile'.
7113         (ada-name-regexp): Remove unneeded escapes in regexp character
7114         alternative.
7115         (ada-compile-goto-error-file-linenr-re): New constant.
7116         (ada-matching-start-re): Handle additional cases `declare',
7117         `procedure', `function'.
7118         (ada-compile-goto-error): Handle "... at line nn".
7119         (ada-mode): Clearer syntax, comments for ff-special-constructs.
7120         Delete support for old versions of `align'.
7121         (ada-search-prev-end-stmt): Handle additional keyword `private'.
7122         (ada-check-defun-name): Simplify handling of `declare'.
7123         (ada-goto-matching-start): Handle nested `begin ... end'.
7124         Handle `declare', `protected', `procedure', `function'.
7125         (ada-create-menu): Presence of arm95 is not conditional on using
7126         GNAT compiler.
7128 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
7130         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7131         nil in the *RE-Builder* buffer (it causes spurious error messages).
7133         * server.el (server-visit-files): If `minibuffer-auto-raise' has
7134         been set to t, respect it.
7136 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
7138         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7139         Delete commented out code for old Emacs versions.  Autoloading of
7140         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7141         (ada-mode-version): Bump version number.
7142         (ada-95-string-keywords, ada-2005-string-keywords)
7143         (ada-2005-keywords, ada-name-regexp): New constant.
7144         (ada-language-version, ada-procedure-start-regexp, ada-mode)
7145         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7146         (ada-package-start-regexp): Support private packages, include package
7147         name (for ada-set-point-accordingly).
7148         (ada-next-procedure, ada-previous-procedure)
7149         (ada-which-function-are-we-in): Match changes to
7150         ada-procedure-start-regexp.
7151         (ada-make-body): Make non-interactive; not a user function.
7152         (ada-make-subprogram-body): Improve doc string.
7154 2006-11-11  Romain Francoise  <romain@orebokech.com>
7156         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7157         `compilation-error-regexp-alist' buffer-local, since we changed
7158         `compilation-error-regexp-alist-alist' locally.
7160 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
7162         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7163         to the value of `server-raise-frame'.
7165 2006-11-11  Glenn Morris  <rgm@gnu.org>
7167         * ido.el (ido-enable-prefix)
7168         * ses.el (ses-call-printer-return)
7169         * net/tramp.el (tramp-unified-filenames)
7170         * progmodes/cc-align.el (c-lineup-string-cont)
7171         * progmodes/compile.el (compilation-directory-matcher)
7172         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7173         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7174         (vhdl-clock-rising-edge)
7175         * textmodes/org.el (org-export-with-timestamps)
7176         (org-export-remove-timestamps-from-toc)
7177         (org-export-with-tags): Improve previous doc fixes.
7179 2006-11-11  Richard Stallman  <rms@gnu.org>
7181         * textmodes/flyspell.el (flyspell-mode-map):
7182         Bind C-c $ instead of M-RET.
7184 2006-11-10  Simon Marshall  <simon@gnu.org>
7186         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7187         fontification for "case" and "default" keywords.
7189 2006-11-10  Andreas Schwab  <schwab@suse.de>
7191         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7192         Avoid starting sentence with "nil".
7194 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
7196         * server.el (server-raise-frame): New option.
7197         (server-switch-buffer): Use it.
7199 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
7201         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7202         with a capital.
7204 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
7206         * textmodes/org.el (org-show-hierarchy-above)
7207         (org-show-following-heading): Fix typo in default value.
7208         (org-scan-tags): Make the search case-sensitive.
7209         (org-tags-sparse-tree): Don't overrule
7210         `org-show-following-heading' and `org-show-hierarchy-above'.
7211         (org-reveal): New command.
7212         (org-show-context): Rename from `org-show-hierarchy-above'.
7213         (org-fast-tag-selection-single-key): New option.
7214         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7215         (org-tags-overlay): New variable.
7216         (org-agenda-todo-ignore-deadlines): New option.
7217         ("session"): Add circular data structure `org-mark-ring' to
7218         exceptions list in session.el.
7219         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7220         New options.
7221         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7222         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7223         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7224         (org-finalize-agenda): Activate bracket links in agenda.
7225         (org-at-timestamp-p, org-at-date-range-p): Additional argument
7226         INACTIVE-OK.
7227         (org-show-hierarchy-above, org-show-following-heading):
7228         List values allowed for fine-tuned configuration.
7229         (org-show-hierarchy-above): New argument CONTEXT, use the
7230         fine-tuned settings in `org-show-hierarchy-above' and
7231         `org-show-following-heading'.
7232         (org-display-custom-time): New function.
7233         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7234         (org-display-custom-times, org-time-stamp-custom-formats):
7235         (org-maybe-intangible): New macro.
7236         (org-activate-bracket-links, org-hide-wide-columns):
7237         Use `org-maybe-intangible'.
7238         (org-open-file): Use `shell-quote-argument'.
7239         (org-display-internal-link-with-indirect-buffer): New option.
7240         (org-file-remote-p): Get regexp from list.
7241         (org-link-expand-abbrev): New function.
7242         (org-link-abbrev-alist): New option.
7243         (org-open-at-point, org-cleaned-string-for-export):
7244         Call `org-link-expand-abbrev'.
7245         (org-timeline, org-agenda-list, org-todo-list)
7246         (org-tags-view): Remove the KEEP-MODES argument.
7247         (org-finalize-agenda-hook): New hook.
7248         (org-get-alist-option): New function.
7249         (org-follow-timestamp-link): New function.
7250         (org-open-at-point): Call `org-follow-timestamp-link'.
7251         (org-log-note-marker, org-log-note-purpose)
7252         (org-log-note-window-configuration): New variables.
7253         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7254         (org-log-note-headings): New option.
7255         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7256         (org-store-link): Support for dired-mode.
7257         (org-open-file): Substitute environment variables into filename.
7258         (org-last): New defsubst.
7259         (org-agenda-re-align-tags): New function.
7260         (org-agenda-align-tags-to-column): New option.
7261         (org-agenda-timeline): Group removed.
7262         (org-prepare-agenda, org-prepare-agenda-buffers)
7263         (org-run-agenda-series, org-timeline, org-agenda-list)
7264         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7265         the text property inticating the agenda type.
7266         (org-agenda-post-command-hook): Get agenda type from text property
7267         at point.
7268         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
7269         and obey `org-agenda-overriding-arguments'.
7270         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7271         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7272         (org-agenda-week-view, org-agenda-day-view):
7273         Use `org-agenda-overriding-arguments' to make updating work with
7274         multi-block agendas.
7275         (org-agenda-prefix-format): Allow different formats for the
7276         different agenda entry types.
7277         (org-timeline-prefix-format): Option removed, use
7278         `org-agenda-prefix-format' instead.
7279         (org-prepare-agenda): New function.
7280         (org-select-timeline-window): Option removed, use
7281         `org-select-agenda-window' instead.
7282         (org-respect-restriction): Variable removed.
7283         (org-cmp-tag): New function.
7284         (org-agenda-sorting-strategy, org-entries-lessp):
7285         Implement sorting by last tag.
7286         (org-complete): Better completion in in-buffer option lines.
7287         (org-in-item-p): New function.
7288         (org-org-menu): Add entries for checkboxes.
7289         (org-cycle): Extra brouping in outline-regexp, because it is used
7290         in a search with "^" prepended.
7291         (org-provide-checkbox-statistics): New option.
7292         (org-set-font-lock-defaults): Highlight checkbox statistics.
7293         (org-update-checkbox-count-maybe)
7294         (org-get-checkbox-statistics-face): New functions.
7295         (org-update-checkbox-count): New command.
7296         (org-insert-item, org-toggle-checkbox):
7297         Call `org-update-checkbox-count-maybe'.
7298         (org-export-as-html): XEmacs compatibility for coding system.
7299         (org-force-cycle-archived): New command.
7300         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
7301         overrules cycling.
7302         (org-fix-position-after-promote): If the line contains only a todo
7303         keyword, add a final space.
7304         (org-promote-subtree, org-demote-subtree):
7305         Call `org-fix-position-after-promote'.
7307 2006-11-10  Glenn Morris  <rgm@gnu.org>
7309         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
7310         date in every year.
7311         (calendar-dst-check-each-year-flag): New customizable variable.
7312         (calendar-dst-find-data): New function, extracted from
7313         calendar-current-time-zone.
7314         (calendar-current-time-zone): Use calendar-dst-find-data.
7315         (calendar-dst-transition-cache): New variable.
7316         (calendar-dst-find-startend, calendar-dst-starts)
7317         (calendar-dst-ends): New functions.
7318         (calendar-daylight-savings-starts)
7319         (calendar-daylight-savings-ends): Change value to use
7320         calendar-dst-starts, calendar-dst-ends; respectively.
7322         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
7324         * ido.el (ido-enable-prefix)
7325         * ses.el (ses-call-printer-return)
7326         * net/tramp.el (tramp-unified-filenames)
7327         * progmodes/cc-align.el (c-lineup-string-cont)
7328         * progmodes/compile.el (compilation-directory-matcher)
7329         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7330         * progmodes/gdb-ui.el (gdb-many-windows)
7331         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7332         (vhdl-clock-rising-edge)
7333         * textmodes/org.el (org-export-with-timestamps)
7334         (org-export-remove-timestamps-from-toc, org-export-with-tags)
7335         (org-read-date): Doc fix (Nil -> nil).
7337 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7339         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7340         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
7342 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
7344         * bs.el (bs--window-for-buffer): Remove.
7345         (bs--show-with-configuration): Use `get-window-with-predicate'
7346         instead of `bs--window-for-buffer'.
7348 2006-11-10  Kenichi Handa  <handa@m17n.org>
7350         * files.el (revert-buffer): Fix previous change.
7352 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
7354         * bs.el (bs--redisplay): Fix typo in docstring.
7355         (bs--window-config-coming-from): Make frame-local.
7356         (bs--restore-window-config): New function.
7357         (bs-kill, bs-select, bs-select-other-window)
7358         (bs-select-other-frame): Use it.
7359         (bs--window-for-buffer): Return as soon as a matching buffer is found.
7360         (bs--show-with-configuration): Save the window configuration as a
7361         frame local var, and only if *buffer-selection* is not already
7362         visible on this frame.
7364 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
7366         * vc-svn.el (vc-svn-admin-directory): New var.
7367         (vc-svn-registered, vc-svn-responsible-p)
7368         (vc-svn-repository-hostname): Use it.
7369         Suggested by arit93@yahoo.com.
7371 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
7373         * ldefs-boot.el: Regenerate.
7375 2006-11-08  Alan Mackenzie  <acm@muc.de>
7377         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7378         case (eq open-paren-in-column-0-is-defun-start nil) by searching
7379         for least nested open-paren.
7381 2006-11-08  Romain Francoise  <romain@orebokech.com>
7383         * subr.el (remove-overlays): Fix typo in last change.
7385 2006-11-08  Richard Stallman  <rms@gnu.org>
7387         * subr.el (remove-overlays): Call overlay-recenter.
7389 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7391         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7392         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7393         behaviour.
7394         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7395         directly.
7397 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
7399         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7400         (ido-max-dir-file-cache, ido-decorations)
7401         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
7402         (ido-magic-backward-char, ido-enter-dired)
7403         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
7404         (ido-list-directory, ido-first-match, ido-only-match)
7405         (ido-subdir, ido-indicator): Fix typos in docstrings.
7406         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
7407         (ido-read-internal): Fix typo in error message.
7409 2006-11-08  Kenichi Handa  <handa@m17n.org>
7411         * international/mule-cmds.el (set-default-coding-systems):
7412         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7414 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
7416         * makefile.w32-in (setwins): Remove.
7417         (WINS_ALMOST): New macro.
7418         (WINS): Use it.
7419         (autoloads): Don't extract autoloads from files in obsolete/.
7421 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
7423         * whitespace.el (whitespace-buffer): Call remove-overlays after
7424         overlay-recenter for performance.  Suggested by Martin Rudalics.
7426 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
7428         * net/tramp.el (tramp-default-method): scp is the default method.
7430 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
7432         * server.el (server-start): Save also the Emacs pid in the server file.
7434 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
7436         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7437         point when displaying a bibtex cross reference in the echo area.
7439 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
7441         * international/mule.el (make-char): Fix typo in docstring.
7442         (load-with-code-conversion, charsetp): Doc fixes.
7444         * international/ja-dic-cnv.el (skkdic-convert):
7445         * cus-edit.el (hook): Fix typo in docstring.
7447 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
7449         * cus-edit.el (custom-mode-map): Move defvar above code using it.
7450         (custom-mode-link-map): New variable.
7451         (custom-group-link, custom-manual): Use follow-link.
7453 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7455         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7456         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
7458 2006-11-06  Richard Stallman  <rms@gnu.org>
7460         * textmodes/flyspell.el (flyspell-correct-word-before-point):
7461         New function broken out of flyspell-correct-word.
7462         (flyspell-mode-map): Bind it to M-RET.
7463         (flyspell-correct-word): Call it.
7465         * textmodes/fill.el (fill-minibuffer-function): New function.
7466         (fill-paragraph): Bind fill-paragraph-function to
7467         fill-minibuffer-function.
7469         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7470         so that they aren't undefined.
7472         * dired.el (dired-readin): Locally bind file-name-coding-system.
7474         * bindings.el: Shorten and clarify usual mode line mouse help string.
7476         * Makefile.in (autoloads): Don't include `obsolete'.
7478 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
7480         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7481         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7482         Printing menu if it's not initialized.
7483         (pr-menu-bind): Act on menu-bar-file-menu directly.
7485 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
7487         * help.el (view-emacs-news): Fix typo in error message.
7489         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7491         * shadowfile.el (shadow-define-regexp-group)
7492         (shadow-literal-groups, shadow-insert-var): Doc fixes.
7493         (shadow-read-files): Fix typo in message.
7494         (shadow-inhibit-overload, shadow-find, shadow-suffix)
7495         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7496         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7497         (shadow-file-match): Fix typos in docstrings.
7499         * terminal.el (terminal-emulator): Fix typo in message.
7501         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7503         * emacs-lisp/lselect.el (x-kill-primary-selection)
7504         (x-delete-primary-selection, x-copy-primary-selection):
7505         Fix typos in error messages.
7507         * emulation/edt-mapper.el: Fix typo in interactive message.
7509         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
7511         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
7512         (ispell-help): Fix typos in docstrings.
7513         (ispell-help): Fix typo in output message.
7515         * allout.el (allout-adjust-file-variable)
7516         (allout-passphrase-verifier-string)
7517         (allout-passphrase-hint-string)
7518         (allout-toggle-current-subtree-encryption):
7519         * apropos.el (apropos-synonyms):
7520         * cus-edit.el (hook):
7521         * emacs-lock.el (emacs-lock-from-exiting):
7522         * follow.el (follow-avoid-tail-recenter-p):
7523         * hexl.el (hexl-mode):
7524         * mouse-copy.el (mouse-copy-work-around-drag-bug):
7525         * mouse.el (mouse-set-font):
7526         * resume.el (resume-emacs-args-file):
7527         * rfn-eshadow.el (file-name-shadow-tty-properties):
7528         * t-mouse.el (t-mouse-process, t-mouse-mode):
7529         * emacs-lisp/cust-print.el (custom-print-install)
7530         (custom-print-uninstall, custom-format):
7531         * emacs-lisp/shadow.el (list-load-path-shadows):
7532         * emulation/tpu-edt.el (tpu-help-text)
7533         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7534         (tpu-reset-control-keys):
7535         * emulation/vip.el (vip-emacs-local-map)
7536         (vip-change-mode-to-emacs):
7537         * emulation/viper.el (viper-mode, viper-set-hooks)
7538         (viper-major-mode-modifier-list):
7539         * emulation/viper-init.el (viper-emacs-state-cursor-color):
7540         * emulation/viper-keym.el (viper-emacs-kbd-map)
7541         (viper-toggle-key):
7542         * mail/feedmail.el (feedmail-queue-reminder)
7543         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7544         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7545         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7546         (feedmail-sender-line, feedmail-force-binary-write)
7547         (feedmail-from-line, feedmail-deduce-envelope-from)
7548         (feedmail-x-mailer-line, feedmail-message-id-generator)
7549         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7550         (feedmail-enable-spray, feedmail-spray-this-address)
7551         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7552         (feedmail-queue-runner-confirm-global)
7553         (feedmail-ask-before-queue-prompt)
7554         (feedmail-ask-before-queue-reprompt)
7555         (feedmail-prompt-before-queue-standard-alist)
7556         (feedmail-prompt-before-queue-user-alist)
7557         (feedmail-prompt-before-queue-help-supplement)
7558         (feedmail-queue-use-send-time-for-message-id)
7559         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7560         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7561         (feedmail-mail-send-hook-queued)
7562         (feedmail-confirm-addresses-hook-example)
7563         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7564         (feedmail-queue-runner-mode-setter)
7565         (feedmail-queue-alternative-mail-header-separator)
7566         (feedmail-queue-runner-message-sender)
7567         (feedmail-buffer-eating-function, feedmail-binmail-template)
7568         (feedmail-run-the-queue-no-prompts)
7569         (feedmail-run-the-queue-global-prompt)
7570         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7571         (feedmail-envelope-deducer, feedmail-fiddle-date)
7572         (feedmail-default-message-id-generator)
7573         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7574         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7575         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7576         (vms-pmail-setup):
7577         * play/dunnet.el (dun-help):
7578         * play/handwrite.el (handwrite):
7579         * play/hanoi.el (hanoi-unix-64):
7580         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7581         * textmodes/enriched.el (fixed):
7582         * textmodes/org.el (org-file-apps)
7583         (org-emphasis-regexp-components, org-emphasis-alist):
7584         * textmodes/texinfmt.el (batch-texinfo-format):
7585         Fix typos in docstrings.
7587 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
7589         * loadhist.el (read-feature): Don't complete features not loaded
7590         from a file (which make `unload-feature' to fail).
7592 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7594         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7596 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
7598         * startup.el (command-line-1): Kill emacs if the last frame is
7599         deleted while evaluating the command-line arguments.
7601 2006-11-05  Richard Stallman  <rms@gnu.org>
7603         * startup.el (init-file-had-error): Add doc string.
7604         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7605         Use fixed-width font for keyboard key descriptions.
7607         * cus-edit.el (custom-save-all): Error if saving in .emacs
7608         and it had an error when loaded.
7610         * dired-aux.el (dired-copy-file-recursive): Catch errors
7611         from recursive copies in the loop, around the recursive call.
7613 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7615         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7616         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
7617         `/proc/acpi/thermal_zone/*'.
7618         (battery-search-for-one-match-in-files): New.  Search a regexp in
7619         the content of some files.
7621 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
7623         * window.el (mouse-autoselect-window-now): Remove variable.
7624         (mouse-autoselect-window-state): New variable.
7625         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7626         (mouse-autoselect-window-select, handle-select-window):
7627         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7628         Suspend delayed autoselection during menu or popup dialog.
7630         * info-look.el (info-lookup-guess-custom-symbol): New function
7631         for retrieving symbol at point in custom buffers.
7632         (top level) <info-lookup-maybe-add-help>: Add backquote and
7633         comma to ignored characters in regexps of help specifications
7634         for emacs-lisp-mode and lisp-interaction-mode.  This permits
7635         looking up symbols in `...' and after a comma.  Add help
7636         specifications for custom-mode and help-mode.
7638 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
7640         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7641         Don't encode body if RAW is non-nil, or if the old encoding is
7642         identical to the new encoding, or if the body contains only
7643         eight-bit-* characters.
7645 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7647         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7648         (faces-sample-overlay): Remove variable.
7649         (describe-face): Insert sample text in the face being described.
7651 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
7653         * whitespace.el (whitespace-indent-regexp): Make this match any
7654         multiples of eight spaces near the beginning of a line.
7655         (whitespace-buffer): Use `remove-overlays' instead of
7656         `whitespace-unhighlight-the-space' and `overlay-recenter' to
7657         speed up overlay handling.
7658         (whitespace-buffer-leading, whitespace-buffer-trailing):
7659         Make these functions highlight the text removed by
7660         `whitespace-buffer-leading-cleanup' and
7661         `whitespace-buffer-trailing-cleanup' respectively.
7662         (whitespace-buffer-search): Use `with-local-quit'.
7663         Move `format' out of loop to speed up scanning larger buffers.
7664         (whitespace-unhighlight-the-space): Remove `remove-hook' since
7665         that function is never added to a hook.
7666         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7667         (whitespace-buffer-leading-cleanup)
7668         (whitespace-refresh-rescan-list): Fix docstrings.
7670 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
7672         * allout.el (allout-during-yank-processing): Cue for inhibiting
7673         aberrance processing during yanks.
7674         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7675         the amount of yanked topics that can be aberrant.
7676         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7677         a function, and supplement with inihibition of doublechecking
7678         during yanks.
7679         (allout-beginning-of-line, allout-next-heading)
7680         (allout-previous-heading, allout-goto-prefix-doublechecked)
7681         (allout-back-to-current-heading, allout-next-visible-heading)
7682         (allout-next-sibling): Use new allout-do-doublecheck function.
7683         (allout-next-sibling): Ensure we made progress when returning
7684         other than nil.
7685         (allout-rebullet-heading): Preserve text property annotations
7686         indicating the text was hidden, if it was.
7687         (allout-kill-line): Remove any added was-hidden annotations.
7688         (allout-kill-topic): Remove any added was-hidden annotations.
7689         (allout-annotate-hidden): Inhibit adding was-hidden text
7690         properties to the undo list.
7691         (allout-deannotate-hidden): New function to remove was-hidden
7692         annotation.
7693         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7694         (allout-remove-exposure-annotation): Replace by
7695         allout-deannotate-hidden.
7696         (allout-yank-processing): Signal that yank processing is happening
7697         with allout-during-yank-processing.  Also, wrap
7698         allout-unprotected's closer to the text changes, for easier
7699         debugging.  We need to inhibit-field-text-motion explicitly, in
7700         lieu of the encompassing allout-unprotected.
7701         (outlineify-sticky): Adjust criteria for triggering new outline
7702         decorations to presence or absence of any topics, not just a topic
7703         at the beginning of the buffer.
7705 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7707         * bs.el (bs--show-all, bs--redisplay):
7708         * cus-edit.el (custom-unlispify-menu-entries)
7709         (custom-unlispify-tag-names, custom-prompt-variable):
7710         * expand.el (expand-pos):
7711         * speedbar.el (speedbar-generic-list-tag-p):
7712         * wid-edit.el (widget-image-enable):
7713         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7714         * emacs-lisp/find-func.el (find-function-noselect)
7715         (find-function, find-variable-noselect, find-variable)
7716         (find-definition-noselect, find-face-definition):
7717         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7718         * net/eudc-vars.el (eudc-expansion-overwrites-query):
7719         * progmodes/ada-xref.el (ada-find-in-ali):
7720         * textmodes/flyspell.el (flyspell-check-tex-math-command):
7721         * textmodes/org.el (org-copy-subtree):
7722         * textmodes/table.el (table--row-column-insertion-point-p):
7723         Use "non-nil" in docstrings.
7725 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
7727         * sort.el (sort-columns): Set the field separator to tab; on
7728         NetBSD, sort complains if "\n" is used as field separator.
7730 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
7732         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7734 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7736         * server.el (server-auth-key): Remove.  Replace by a process-property.
7737         (server-start): Don't remove the file of the previous process, but
7738         instead clear out the place for the new file.
7739         (server-start): Set the :auth-key property.
7740         (server-process-filter): Use the :auth-key property.
7742 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
7744         * textmodes/org.el (org-mode-map): No longer copy
7745         `outline-mode-map' explicitly - this is already done by
7746         `define-derived-mode'.
7748 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
7750         * server.el (server-visit-files): Use `when'.
7751         (server-process-filter): When authentication fails, send error
7752         message to client.  Wrap `process-send-region' in `ignore-errors'
7753         instead of `condition-case', and remove misleading comment.
7755 2006-11-01  Juri Linkov  <juri@jurta.org>
7757         * simple.el (yank): Doc fix.
7759 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7761         * server.el: Try and fit within 80 columns.
7762         (server-start): Make the auth file unreadable by other users.
7764 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7766         * battery.el (battery-linux-proc-acpi): Prevent range error when
7767         `full-capacity' is 0.
7769 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7771         * faces.el (faces-sample-overlay): New defvar.
7772         (faces-sample-overlay): New function to show face sample text.
7773         (describe-face): Use it.
7775 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
7777         * progmodes/ada-stmt.el: Change maintainer, apply
7778         whitespace-cleanup, checkdoc.
7779         (ada-func-or-proc-name): Add doc string.
7781         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7782         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7783         strings and comments.
7784         (ada-prj-display-page): Change buffer name to more accurately
7785         reflect function.
7787         * progmodes/ada-xref.el: Change maintainer, apply
7788         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7789         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
7790         (ada-compile-current): Don't add newlines to commands.
7792 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
7794         * server.el: Add support for TCP sockets.
7795         (server-use-tcp, server-host, server-auth-dir): New options.
7796         (server-auth-key): New variable.
7797         (server-ensure-safe-dir): Create nonexistent parent dirs.
7798         Ignore Unix-style file modes on Windows.
7799         (server-start): Crete a TCP or Unix socket according to the value
7800         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
7801         `server-auth-dir' directory.
7802         (server-process-filter): Delete process if authentication
7803         fails (which never happens for Unix sockets).
7805 2006-10-30  David Kastrup  <dak@gnu.org>
7807         * subr.el (add-to-list): Don't continue checking if a match has
7808         been found.
7810 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
7812         * tutorial.el: Move defvars to avoid bytecomp warnings.
7813         (tutorial--find-changed-keys): Check if viper-current-state is
7814         bound before using it.
7815         (help-with-tutorial): Check if viper-tutorial is defined before
7816         using it.
7818 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7820         * help-fns.el (help-with-tutorial): Move to tutorial.el.
7822         * tutorial.el: New file.
7823         (help-with-tutorial): Move here from help-fns.el.  Add help for
7824         rebound keys.  Fix resume of tutorial.
7825         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7826         (tutorial--find-changed-keys, tutorial--display-changes)
7827         (tutorial--saved-dir, tutorial--saved-file)
7828         (tutorial--save-tutorial): New functions to support the changes in
7829         help-with-tutorial.
7831 2006-10-30  Kenichi Handa  <handa@m17n.org>
7833         * files.el (revert-buffer): If a unibyte buffer is being reverted
7834         with a coding system for multibyte, set buffer multibyte before
7835         calling insert-file-contents.
7837 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7839         * server.el (server-select-display): Use a dummy buffer to detect when
7840         the frame is later used.
7841         (server-select-display): New function.
7842         (server-process-filter): Use it to detect unused temp frames.
7844 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
7846         * progmodes/ada-mode.el: Change maintainer, apply
7847         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
7848         (ada-mode-version): New function.
7849         (ada-create-menu): Menu operations are available for all supported
7850         compilers.
7852 2006-10-29  Lars Hansen  <larsh@soem.dk>
7854         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7855         Highlight as keyword.
7856         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7857         Don't call tramp-method-out-of-band-p for local files.
7858         (tramp-touch): Quote file name.
7860 2006-10-28  Glenn Morris  <rgm@gnu.org>
7862         * calendar/calendar.el (cal-html-cursor-month)
7863         (cal-html-cursor-year): Add autoloads for this new package.
7864         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7866 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
7868         * calendar/cal-html.el: New file.
7870 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
7872         * emacs-lisp/authors.el (authors-aliases): Update.
7874 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
7876         * version.el (emacs-version): Bump version number to 22.0.90.
7878 2006-10-26  John W. Eaton  <jwe@octave.org>
7880         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7881         New defvar.
7882         (inferior-octave-resync-dirs): Check to see whether Octave has
7883         built-in variables and set inferior-octave-has-built-in-variables.
7884         Check inferior-octave-has-built-in-variables to decide whether to
7885         send commands that set built-in variables or call functions to
7886         change Octave's behavior.
7887         Send "disp (pwd ())" to Octave instead of just "pwd".
7888         (inferior-octave-startup): Send "more off" to Octave instead of
7889         "page_screen_output = 0".
7891 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
7893         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7894         pattern normally.
7896 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
7898         * bindings.el (mode-line-mode-menu): Remove bindings for global
7899         minor modes (line/column number) as they are on the menubar.
7901 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
7903         * term/w32-win.el (x-handle-name-switch): Doc fix.
7904         (w32-standard-fontset-spec): Fix typo in docstring.
7906         * midnight.el (midnight-buffer-display-time): Doc fix.
7907         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7909 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
7911         * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7913         * emulation/viper-ex.el (ex-read): Quote file argument.
7915         * ediff-diff.el (ediff-same-file-contents): Expand file names.
7917         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7919 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
7921         * textmodes/flyspell.el (flyspell-check-region-doublons):
7922         Fix last fix.
7924 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
7926         * bindings.el (mode-line-mode-menu): List global minor modes
7927         before local ones.
7929 2006-10-23  Kim F. Storm  <storm@cua.dk>
7931         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7932         (sit-for): If last command was a prefix arg, add the read-ahead
7933         event to unread-command-events as (t . EVENT) so it will be added
7934         to this-command-keys by read-key-sequence.
7936 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
7938         * textmodes/flyspell.el (flyspell-word): Skip past all previous
7939         whitespace when checking doublons.
7940         (flyspell-check-region-doublons): Fix doublon regexp.
7941         (flyspell-highlight-incorrect-region): Highlight doublons using
7942         flyspell-duplicate face.
7944         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7946 2006-10-22  John Wiegley  <johnw@newartisans.com>
7948         * progmodes/python.el (python-use-skeletons): python-mode was
7949         auto-inserting templates (for those with abbrev-mode on), not only
7950         by default -- *but without a configuration variable to disable
7951         it*.  This rendered python-mode completely useless for me, so I
7952         have added `python-use-skeletons', which is now off by default.
7954 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
7956         * progmodes/cperl-mode.el (cperl-mode): Don't assume
7957         font-lock-multiline is auto-local (it's not).
7958         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7959         initialized before calling cperl-init-faces.
7961 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
7963         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7964         gdb-stack-position a value when there is no fringe.
7966         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7967         indicator if not visiting a file.
7969 2006-10-20  David Kastrup  <dak@gnu.org>
7971         * window.el (kill-buffer-and-window): Fix a bug where an aborted
7972         operation would still cause some window to collapse later.
7974 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7976         * vc.el (vc-switch-backend): Try to be more careful with unwanted
7977         side-effect due to mixing various backends's file properties.
7979         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7980         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
7981         Return `filename's status if applicable.  Update callers.
7983 2006-10-19  Kenichi Handa  <handa@m17n.org>
7985         * international/kkc.el (kkc-region): When a key sequence is not
7986         defined, append (this-single-command-raw-keys) to
7987         unread-input-method-events.
7989 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
7991         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7993 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7995         * version.el (emacs-version): Use mac-carbon-version-string.
7997         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7999 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8001         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8002         Kenichi Handa).
8003         (xselect-convert-to-string): Decline requests for UTF8_STRING if
8004         the selection is not UTF-8.
8006 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
8008         * progmodes/ada-mode.el (ada-83-string-keywords)
8009         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8010         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8011         (ada-looking-at-semi-private, ada-get-body-name):
8012         Fix typos in docstrings.
8013         (ada-create-case-exception, ada-create-case-exception-substring):
8014         Fix typos in error messages.
8015         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8017 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8019         * term/x-win.el (res-geometry): Don't set geometry from Xresources
8020         to default-frame-alist if default-frame-alist already contains
8021         width/height.
8023 2006-10-18  Richard Stallman  <rms@gnu.org>
8025         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8026         Non-interactive arg is the value, not the expression.
8028         * simple.el (read-expression-map): Just set it, no defvar.
8030         * subr.el (insert-for-yank-1): If last inserted char has
8031         properties, mark them as rear-nonsticky.
8033         * recentf.el (recentf-mode): Doc fix.
8035         * facemenu.el (facemenu-add-new-face): Defend against symbol
8036         that isn't a face name.
8038         * dired-aux.el (dired-do-copy): Doc fix.
8040 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
8042         * simple.el (line-move-1): Ignore fields when moving to the
8043         beginning of line to avoid getting point stuck.
8045 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
8047         * textmodes/flyspell.el (flyspell-word-search-backward):
8048         Set inhibit-point-motion-hooks to avoid looping due to intangibile
8049         text.
8051 2006-10-16  Richard Stallman  <rms@gnu.org>
8053         * help-fns.el (describe-function-1): Special case optimization
8054         for self-insert-command.
8056 2006-10-16  Kim F. Storm  <storm@cua.dk>
8058         * ido.el (ido-reread-directory): Work in `dir' mode too.
8060 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
8062         * textmodes/table.el: Require 'regexp-opt.
8064 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8066         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8067         Use shell-quote-argument.
8069         * shell.el (explicit-bash-args): Likewise.
8071         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8072         Use grep -E rather than egrep.
8074 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8076         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8078 2006-10-15  Kim F. Storm  <storm@cua.dk>
8080         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8082 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8084         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8085         to protect whitespace and metacharacters from the shell.
8087 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
8089         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8091 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
8093         * subr.el (start-process-shell-command): Doc fix.
8095 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
8097         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8098         the regexp for Maxima symbols.
8100 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8102         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8103         (vc-find-root): Don't walk higher up than ~.
8105 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
8107         * international/utf-8.el (utf-translate-cjk-load-tables):
8108         Avoid clobbering last-coding-system-used during load.
8110 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
8112         * textmodes/reftex-global.el (reftex-create-tags-file):
8113         Quote file arguments.
8115 2006-10-12  Richard Stallman  <rms@gnu.org>
8117         * files.el (file-name-history): Add defvar.
8118         (save-some-buffers-action-alist): Improve description strings.
8120 2006-10-12  Andreas Schwab  <schwab@suse.de>
8122         * files.el (auto-mode-alist): Match change log file name also with
8123         a dash before a numeric extension.
8125 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
8127         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8128         After 5.0:
8129         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8131         After 5.1: Major edit.  Summary of most visible changes:
8133         - Multiple <<HERE per line allowed.
8134         - Handles multiline subroutine declaration headers (with comments).
8135           (The exception is `cperl-etags' - but it is not used in the rest
8136           of the mode.)
8137         - Fontifies multiline my/our declarations (even with comments,
8138           and with legacy `font-lock').
8139         - Major speedup of syntaxification, both immediate and postponed
8140           (3.5x to 15x [for different CPUs and versions of Emacs] on the
8141           huge real-life document I tested).
8142         - New bindings, edits to imenu.
8143         - "_" is made into word-char during fontification/syntaxification;
8144           some attempts to recognize non-word "_" during other operations too.
8145         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8146         - autoload some more perldoc-related stuff
8147         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8148         - Attempt to incorporate XEmacs edits which reached me.
8150         Fine-grained changelog:
8151         (cperl-hook-after-change): New configuration variable.
8152         (cperl-vc-sccs-header): Likewise.
8153         (cperl-vc-sccs-header): Likewise.
8154         (cperl-vc-header-alist): Default via two preceding variables.
8155         (cperl-invalid-face): Remove double quoting under XEmacs
8156                 (still needed under 21.2).
8157         (cperl-tips): Update URLs for resources.
8158         (cperl-problems): Likewise.
8159         (cperl-praise): Mention new features.
8160         New C-c key bindings: for `cperl-find-bad-style',
8161         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8162         `cperl-perdoc', and `cperl-perldoc-at-point'.
8163         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8164         moved, new submenu of Tools with Ispell entries and narrowing.
8165         (cperl-after-sub-regexp): New defsubst.
8166         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8167                 Allows heads up to head4.
8168                 Allow "package;".
8169         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8170         (paren-backwards-message): ??? Something for XEmacs???
8171         (cperl-mode): Never auto-switch abbrev-mode off.
8172                 Try to allow '_' be non-word char.
8173                 Do not use `font-lock-unfontify-region-function' on XEmacs.
8174                 Reset syntax cache on mode start.
8175                 Support multiline facification (even on legacy `font-lock').
8176         (cperl-facemenu-add-face-function): ??? Some contributed code ???
8177         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8178                 refuse to inform us whether the fontification is due to lazy
8179                 calling or due to edit to a buffer, install our own hook
8180                 (controlled by `cperl-hook-after-change').
8181         (cperl-electric-pod): =cut may have been recognized as start.
8182         (cperl-block-p): Move, updated for attributes.
8183         (cperl-calculate-indent): Try to allow '_' be non-word char
8184                 Support subs with attributes.
8185         (cperl-where-am-i): Quiet (?) a warning.
8186         (cperl-cached-syntax-table): New function.
8187         (cperl-forward-re): Use `cperl-cached-syntax-table'.
8188         (cperl-unwind-to-safe): Recognize `syntax-type' property
8189                 changing in a middle of line.
8190         (cperl-find-sub-attrs): New function.
8191         (cperl-find-pods-heres): Allow many <<EOP per line.
8192                 Allow subs with attributes.
8193                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8194                 Recognize "extproc " (OS/2) case-folded and only at start.
8195                 /x on s///x with empty replacement was not recognized.
8196                 Better comments.
8197         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8198                 Allow subs with attributes, labels.
8199                 Do not confuse "else::foo" with "else".
8200                 Minor optimizations...
8201         (cperl-after-expr-p): Try to allow '_' be non-word char.
8202         (cperl-fill-paragraph): Try to detect a major bug in Emacs
8203                 with `looking-at' inside `narrow' and bulk out if found.
8204         (cperl-imenu--create-perl-index): Updates for new
8205                 `cperl-imenu--function-name-regexp-perl'.
8206         (cperl-outline-level): Likewise.
8207         (cperl-init-faces): Allow multiline subroutine headers
8208                 and my/our declarations, and ones with comments.
8209                 Allow subroutine attributes.
8210         (cperl-imenu-on-info): Better docstring.
8211         (cperl-etags): Rudimentary support for attributes.
8212                 Support for packages and "package;".
8213         (cperl-add-tags-recurse-noxs): Better (?) docstring.
8214         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8215         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8216         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8217         (cperl-perldoc): Add autoload.
8218         (cperl-perldoc-at-point): Likewise.
8219         (cperl-here-doc-spell): New function.
8220         (cperl-pod-spell): Likewise.
8221         (cperl-map-pods-heres): Likewise.
8222         (cperl-get-here-doc-region): Likewise.
8223         (cperl-font-lock-fontify-region-function): Likewise (backward
8224                 compatibility for legacy `font-lock').
8225         (cperl-font-lock-unfontify-region-function): Fix style.
8226         (cperl-fontify-syntaxically): Recognize and optimize away deferred
8227                 calls with no-change.  Governed by `cperl-hook-after-change'.
8228         (cperl-fontify-update): Recognize that syntaxification region
8229                 can be larger than fontification one.
8230                 XXXX we leave `cperl-postpone' property, so this is quadratic...
8231         (cperl-fontify-update-bad): Temporary placeholder until
8232                 it is clear how to implement `cperl-fontify-update'.
8233         (cperl-time-fontification): New function.
8234         (attrib-group): New text attribute.
8235         (multiline): New value: `syntax-type' text attribute.
8237         After 5.2:
8238         (cperl-emulate-lazy-lock): New function.
8239         (cperl-fontify-syntaxically): Would skip large regions.
8240         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8241         Some globals were declared, but uninitialized.
8243         After 5.3, 5.4:
8244         (cperl-facemenu-add-face-function): Add docs, fix U<>.
8245         Copyright message updated.
8246         (cperl-init-faces): Work around a bug in `font-lock'. May slow
8247                         facification down a bit.
8248                 Misprint for my|our|local for old `font-lock'
8249                         "our" was not fontified same as "my|local".
8250                 Highlight variables after "my" etc even in
8251                         a middle of an expression.
8252                 Do not facify multiple variables after my etc
8253                         unless parentheses are present.
8255         After 5.5, 5.6
8256         (cperl-fontify-syntaxically): after-change hook could reset.
8257         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8259         After 5.7:
8260         (cperl-init-faces): Allow highlighting of local ($/).
8261         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8262         (cperl-problems): Remove fixed problems.
8263         (cperl-find-pods-heres): Recognize #-comments in m##x too.
8264                 Recognize charclasses (unless delimiter is \).
8265         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8266         (cperl-regexp-scan): Update docs.
8267         (cperl-beautify-regexp-piece): Use information got from regexp scan.
8269         After 5.8:
8270         Major user visible changes:
8271         Recognition and fontification of character classes in RExen.
8272         Variable indentation of RExen according to groups.
8274         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8275                 Fontify REx charclasses in variable-name face.
8276                 Fontify POSIX charclasses in "type" face.
8277                 Fontify unmatched "]" in function-name face.
8278                 Mark first-char of HERE-doc as `front-sticky'.
8279                 Reset `front-sticky' property when needed.
8280         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8281         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8282         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8283                 constructs.  Support `narrow'ed buffers.
8284         (cperl-praise): Remove a reservation.
8285         (cperl-make-indent): New function.
8286         (cperl-indent-for-comment): Use `cperl-make-indent'.
8287         (cperl-indent-line): Likewise.
8288         (cperl-lineup): Likewise.
8289         (cperl-beautify-regexp-piece): Likewise.
8290         (cperl-contract-level): Likewise.
8291         (cperl-toggle-set-debug-unwind): New function.
8292                 New menu entry for this.
8293         (fill-paragraph-function): Use when `boundp'.
8294         (cperl-calculate-indent): Take into account groups when indenting RExen.
8295         (cperl-to-comment-or-eol): Recognize # which end a string.
8296         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8297         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8298         (cperl-fontify-syntaxically): More clear debugging message.
8299         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
8300         (cperl-init-faces): More complicated highlight even on XEmacs (new).
8301         Merge cosmetic changes from XEmacs.
8303         After 5.9:
8304         (cperl-1+): Move to before the first use.
8305         (cperl-1-): Likewise.
8307         After 5.10:
8309         This code may lock Emacs hard!!!  Use at your own risk!
8311         (cperl-font-locking): New internal variable.
8312         (cperl-beginning-of-property): New function.
8313         (cperl-calculate-indent): Use `cperl-beginning-of-property'
8314         instead of `previous-single-property-change'.
8315         (cperl-unwind-to-safe): Likewise.
8316         (cperl-after-expr-p): Likewise.
8317         (cperl-get-here-doc-region): Likewise.
8318         (cperl-font-lock-fontify-region-function): Likewise.
8319         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8320                         recursively.
8321                 Bound `next-single-property-change' via `point-max'.
8322         (cperl-unwind-to-safe): Bound likewise
8323         (cperl-font-lock-fontify-region-function): Likewise.
8324         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
8325                 Initialization of `cperl-font-lock-multiline-start' could be
8326                 missed if the "main" fontification did not run due to the
8327                 keyword being already fontified.
8328         (cperl-pod-spell): Return t from do-one-chunk function.
8329         (cperl-map-pods-heres): Stop when the worker returns nil.
8330                 Call `cperl-update-syntaxification'.
8331         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
8332         (cperl-get-here-doc-delim): Remove unused function.
8334         After 5.11:
8336         The possible lockup of Emacs (introduced in 5.10) fixed.
8338         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
8339         (cperl-syntaxify-for-menu): New customization variable.
8340         (cperl-select-this-pod-or-here-doc): New function.
8341         (cperl-get-here-doc-region): Extra argument.
8342                 Do not adjust pos by 1.
8344         New menu entries
8345                 (Perl/Tools): Selection of current POD or HERE-DOC section.
8346                 (Debugging CPerl:) backtrace on fontification.
8348         After 5.12:
8349         (cperl-cached-syntax-table): Use `car-safe'.
8350         (cperl-forward-re): Remove spurious argument SET-ST.
8351                 Add documentation.
8352         (cperl-forward-group-in-re): New function.
8353         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
8354         (XXXX Temporary (?) hack is to syntax-mark them as comment).
8356         After 5.13:
8357         (cperl-string-syntax-table): Make { and } not-grouping
8358           (Sometimes they ARE grouping in RExen, but matching them would only
8359            confuse in many situations when they are not)
8360         (beginning-of-buffer): Replace two occurrences with goto-char...
8361         (cperl-calculate-indent): `char-after' could be nil...
8362         (cperl-find-pods-heres): REx can start after "[" too.
8363                 Hightlight (??{}) in RExen too.
8364         (cperl-maybe-white-and-comment-rex): New constant
8365         (cperl-white-and-comment-rex): Likewise.
8366                 XXXX Not very efficient, but hard to make
8367                 better while keeping 1 group.
8369         After 5.13:
8370         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8371                 Likewise for 1 << identifier.
8373         After 5.14:
8374         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8375                 Error-less condition-case could fail.
8376         (cperl-font-lock-fontify-region-function): Likewise.
8377         (cperl-init-faces): Likewise.
8379         After 5.15:
8380         (cperl-find-pods-heres): Support property REx-part2.
8381         (cperl-calculate-indent): Likewise.
8382                 Don't special-case REx with non-empty 1st line.
8383         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8384                 Invert highlighting of charclasses:
8385                         now the envelop is highlighted.
8386                 Highlight many others 0-length builtins.
8387         (cperl-praise): Mention indenting and highlight in RExen.
8389         After 5.15:
8390         (cperl-find-pods-heres): Highlight capturing parens in REx.
8392         After 5.16:
8393         (cperl-find-pods-heres): Highlight '|' for alternation
8394         Initialize `font-lock-warning-face' if not present.
8395         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8396                          `font-lock-function-name-face'.
8397         (cperl-look-at-leading-count): Likewise.
8398         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8399                         `font-lock-keyword-face' (needed for
8400                         batch processing), etc...
8401                 Use `font-lock-builtin-face' for builtin in REx
8402                         Now `font-lock-variable-name-face'
8403                         is used for interpolated variables
8404                 Use "talking aliases" for faces inside REx
8405                 Highlight parts of REx (except in charclasses)
8406                         according to the syntax and/or semantic
8407                 Syntax-mark a {}-part of (?{}) as "comment"
8408                         (it was the ()-part)
8409                 Better logic to distinguish what is what in REx
8410         (cperl-tips-faces): Document REx highlighting
8411         (cperl-praise): Mention REx syntax highlight etc.
8413         After 5.17:
8414         (cperl-find-sub-attrs): Would not always manage to print error message.
8415         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8417         After 5.18:
8418         (cperl-find-pods-heres): Misprint in REx for parsing REx.
8419                 Very minor optimization.
8420                 `my-cperl-REx-modifiers-face' got quoted.
8421                 Recognize "print $foo <<END" as HERE-doc.
8422                 Put `REx-interpolated' text attribute if needed.
8423         (cperl-invert-if-unless-modifiers): New function.
8424         (cperl-backward-to-start-of-expr): Likewise.
8425         (cperl-forward-to-end-of-expr): Likewise.
8426         (cperl-invert-if-unless): Works in "the opposite way" too.
8427                 Cursor position on return is on the switch-word.
8428                 Indents comments better.
8429         (REx-interpolated): New text attribute.
8430         (cperl-next-interpolated-REx): New function.
8431         (cperl-next-interpolated-REx-0): Likewise.
8432         (cperl-next-interpolated-REx-1): Likewise.
8433         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8434         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8435         (cperl-praise): Mention finded interpolated RExen.
8437         After 5.19:
8438         (cperl-init-faces): Highlight %$foo, @$foo too.
8439         (cperl-short-docs): Better docs for system, exec.
8440         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8441                 Would not find HERE-doc ended by EOF without NL.
8442         (cperl-short-docs): Correct not-doubled \-escapes.
8443         start block: Put some `defvar' for stuff gone from XEmacs.
8445         After 5.20:
8446         initial comment: Extend copyright, fix email address.
8447         (cperl-indent-comment-at-column-0): New customization variable.
8448         (cperl-comment-indent): Indentation after $#a would increasy by 1.
8449         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8450         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8451         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8452         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8453                         highlight $ in $foo too (UNTESTED).
8454         (cperl-set-style): Docstring missed some available styles.
8455         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8456                 Change "Current" to "Memorize Current".
8457         (cperl-indent-wrt-brace): New customization variable; the default is
8458                 as for pre-5.2 version.
8459         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8460         (cperl-style-alist): Likewise.
8461         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8462                 and `cperl-extra-newline-before-brace' etc
8463                 being t
8464         (cperl-indent-exp): Plans B and C to find continuation blocks even
8465                 if `cperl-extra-newline-before-brace' is t.
8467         After 5.21:
8468         Improve some docstrings concerning indentation.
8469         (cperl-indent-rules-alist): New variable.
8470         (cperl-sniff-for-indent): New function name
8471                 (separated from `cperl-calculate-indent').
8472         (cperl-calculate-indent): Separate the sniffer and the indenter;
8473                 uses `cperl-sniff-for-indent' now.
8474         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8475                 was inverted;
8476                 Support `comment-column' = 0.
8478 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
8480         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8481         * help-at-pt.el (scan-buf-move-to-region): Likewise.
8482         * longlines.el (longlines-window-change-function): Likewise.
8483         * simple.el (undo-ask-before-discard): Likewise.
8484         * wid-edit.el (widget-field-prompt-internal)
8485         (widget-documentation-link-p): Likewise.
8487 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8489         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8490         for a keyword.
8492 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8494         * newcomment.el (comment-valid-prefix-p): Make the check
8495         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
8496         (comment-indent-new-line): Adjust call.
8498 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
8500         * allout.el (allout-back-to-current-heading): Base on lower-level
8501         routines to get proper disqualification of aberrant topics.
8503 2006-10-09  Richard Stallman  <rms@gnu.org>
8505         * textmodes/two-column.el (2C-two-columns): Doc fix.
8507 2006-10-09  Kim F. Storm  <storm@cua.dk>
8509         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
8510         about implicit use.
8512 2006-10-08  Richard Stallman  <rms@gnu.org>
8514         * textmodes/two-column.el (2C-two-columns): Doc fix.
8516 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8518         * files.el: Mark `buffer-read-only' as safe-local-variable.
8520 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
8522         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8523         Burp if GUD buffer has been killed.
8525 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8527         * completion.el (add-completions-from-c-buffer):
8528         Don't presume an error's second element is a string.
8529         Use looking-at rather than buffer-substring + member.
8531 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
8533         * mail/rmail.el (rmail-redecode-body): If the old encoding is
8534         `undecided', call find-coding-systems-region to find a proper
8535         non-trivial encoding.
8536         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8537         and "text/plain".
8539 2006-10-07  Kevin Ryde  <user42@zip.com.au>
8541         * textmodes/reftex-vars.el (defgroup reftex): Update home page
8542         url-link.
8544         * strokes.el (defgroup strokes): Remove invalid url-link.
8546 2006-10-07  Magnus Henoch  <mange@freemail.hu>
8548         * autoinsert.el (auto-insert-alist): Doc fix.
8550 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8552         * mouse-sel.el (mouse-insert-selection-internal):
8553         Use insert-for-yank, so that yank handlers are run.
8555 2006-10-07  Kim F. Storm  <storm@cua.dk>
8557         * ido.el (ido-file-extension-aux): Fix comparison.
8559 2006-10-06  Kim F. Storm  <storm@cua.dk>
8561         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8563 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
8565         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8566         (ad-make-mapped-call): Use `let', not `let*'.
8568 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
8570         * international/mule-cmds.el (coding-system-change-eol-conversion):
8571         Ensure the coding system is initialized before calling
8572         coding-system-eol-type.
8574 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
8576         * textmodes/org.el (org-rm-props, org-activate-plain-links)
8577         (org-activate-angle-links, org-activate-dates)
8578         (org-activate-target-links, org-activate-camels)
8579         (org-activate-tags): Add `rear-nonsticky' text property to avoid
8580         textproperty keymaps from being active beyond the end of a line.
8581         (org-unfontify-region): Also remove `rear-nonsticky' property.
8583 2006-10-04  Kenichi Handa  <handa@m17n.org>
8585         * international/code-pages.el (next): Table fixed.
8587 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8589         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8590         that it's been made unnecessary by removing narrowing.
8592 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8594         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8595         control flow a bit, simplify another bit, and add comments.
8597 2006-10-03  David Kastrup  <dak@gnu.org>
8599         * help.el (describe-mode): For clicks on mode-line, use "@"
8600         interactive argument to get the major mode of the click instead of
8601         the current buffer.
8603         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8604         in order to better redirect mouse-2 clicks.  Also allow default
8605         bindings to apply.
8607 2006-10-03  Kim F. Storm  <storm@cua.dk>
8609         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8610         (pushnew): Fix last change.
8612 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
8614         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8615         Use the interactive spec of `eval-expression'.
8617 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8619         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8621 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
8623         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8624         2006-09-28 commit.
8626 2006-10-02  Kenichi Handa  <handa@m17n.org>
8628         * international/code-pages.el (iso-8859-6): Table fixed.
8630 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
8632         * dired.el (dired-build-subdir-alist): Fix previous change.
8634 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8636         * simple.el (undo-elt-crosses-region): Fix the inequalities.
8638 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8640         * emacs-lisp/find-func.el (find-function-regexp): Don't match
8641         "define-button-type".
8643         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8644         they don't keep accumulating.
8646 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
8648         * ffap.el (ffap-rfc-path): Change the address of the RFC
8649         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8651 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
8653         * allout.el (allout-expose-topic): Rectify implementation of "+"
8654         spec, so that bodies are not exposed with headlines.
8656 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
8658         * allout.el (allout-current-depth): Do aberrent check only at or
8659         below doublecheck depth.
8660         (allout-chart-subtree): Make it explicit that LEVELS being nil
8661         means unlimited depth.  Drop undocumented support for LEVELS value
8662         t meaning unlimited depth.  (This is consistent with
8663         allout-chart-to-reveal, but contrary to allout-show-children,
8664         which needs to use nil to default to depth of 1.)
8665         (allout-goto-prefix-doublechecked): Wrap long docstring line.
8666         (allout-chart-to-reveal): Be explicit in docstring about meaning
8667         of nil LEVELS, and drop support for LEVELS value t.
8668         (allout-show-children): Translate the level spec used by this
8669         routine to that used by allout-chart-subtree and
8670         allout-chart-to-reveal.
8671         (allout-show-to-offshoot): Retry once when stuck, after opening
8672         subtree - improvements in discontinuity handling likely will
8673         enable progress.
8675 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
8677         * wid-edit.el (widget-button-click-moves-point): New variable.
8678         (widget-button-click): If widget-button-click-moves-point is
8679         non-nil, set point after performing the button action.
8681         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8683 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
8685         * files.el (find-file-existing): Modify to not allow wildcards.
8687 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8689         * simple.el (undo-more): When undo information for the region is
8690         exhausted, say "No further undo information FOR REGION".
8692 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8694         * progmodes/sh-script.el (sh-prev-thing):
8695         Take `sh-leading-keywords' into account.
8697 2006-09-29  Glenn Morris  <rgm@gnu.org>
8699         * custom.el (defcustom): Doc fix.
8701         * calendar/calendar.el (european-calendar-style):
8702         Call european-calendar or american-calendar as needed when set.
8703         (diary-view-entries, list-calendar-holidays): Move autoloads
8704         before use.
8706 2006-09-29  Juri Linkov  <juri@jurta.org>
8708         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8709         to nil if there is no previous property change.
8711 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8713         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8714         saving anything to be sure that `forward-sexp' behaves correctly.
8716 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
8718         * simple.el (line-move-finish): Ignore field boundaries if the
8719         initial and final points have the same `field' property.
8721 2006-09-29  Kim F. Storm  <storm@cua.dk>
8723         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8724         to t while calling ido-read-internal.
8726 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
8728         * textmodes/org.el (org-file-remote-p): Get regexp from list.
8729         (org-archive-subtree): Remove erraneous `]' from character list.
8731 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
8733         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8734         (ses-reconstruct-all): Make undo of "insert row" work by keeping
8735         markers for data-area and parameters-area.
8737 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8739         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8741         * font-lock.el (font-lock-after-change-function): Refontify next line
8742         as well if end is at BOL.
8743         (font-lock-extend-jit-lock-region-after-change): Be more careful to
8744         only extend the region as much as needed.
8746 2006-09-28  Richard Stallman  <rms@gnu.org>
8748         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8750         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8752         * international/mule.el (after-insert-file-set-coding):
8753         If VISIT, don't let set-buffer-multibyte make undo info.
8755 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
8757         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8758         lines in base64-encoded authentication response.
8760 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8762         * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8763         (ebnf-version): New version 4.3.
8764         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8765         (ebnf-prologue): Adjust PostScript programming.
8766         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8767         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8769 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8771         * jit-lock.el (jit-lock-force-redisplay): Rename from
8772         jit-lock-fontify-again, and undo the mistaken change I've just done.
8774         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8775         (jit-lock-fontify-again): Don't refontify text that's not displayed.
8777 2006-09-26  Kenichi Handa  <handa@m17n.org>
8779         * startup.el (display-splash-screen): Allow a prefix argument.
8781 2006-09-25  Jason Rumney  <jasonr@gnu.org>
8783         * subr.el (shell-quote-argument): Use DOS logic for Windows
8784         shells with DOS semantics.
8786 2006-09-24  Richard Stallman  <rms@gnu.org>
8788         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8789         (compilation-goto-locus): Use compilation-goto-locus-delete-o
8790         to delete the overlay.  Put it on pre-command-hook.
8792         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8794         * startup.el (fancy-splash-screens, normal-splash-screen):
8795         Call the splash buffer *About GNU Emacs*.
8797         * simple.el (next-error-highlight, next-error-highlight-no-select):
8798         Default to 0.5.
8799         (yank-excluded-properties): Add `fontified'.
8801         * font-lock.el (font-lock-compile-keywords): Allow value of
8802         syntax-begin-function to enable paren-column-0 highlighting.
8804 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
8806         * dired.el (dired-build-subdir-alist): When file ends in colon,
8807         don't exit the loop, just disregard that file.
8809 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
8811         * simple.el (line-move-finish): Handle corner case for fields in
8812         continued lines.
8813         (line-move-1): Remove flawed test for that case.
8815 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
8817         * icomplete.el (icomplete-simple-completing-p): Use the correct
8818         name for the new variable, `icomplete-with-completion-tables'.
8819         (file local variables): Remove superfluous setting.
8821 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
8823         * calendar/appt.el (appt-check): Fix typo for appointments just
8824         after midnight.
8826 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
8828         * help.el (describe-key-briefly, describe-key): Don't expect an
8829         extra up event if a down-event is generated by a popup menu.
8831 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
8833         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8834         local dictionary when changing the global dictionary.
8836 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
8838         * icomplete.el (icomplete-with-completion-tables): List of
8839         specialized completion tables with which icomplete should
8840         operate.  Include the new `internal-complete-buffer', so icomplete
8841         works with interactive buffer-selection.
8842         (icomplete-simple-completing-p): Add acceptance of specialized
8843         completion tables listed in icomplete-with-completion-tables.
8845 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8847         * frame.el (focus-follows-mouse): Set default to nil on Mac.
8849         * startup.el (command-line): Use `custom-reevaluate-setting' for
8850         `focus-follows-mouse'.
8852 2006-09-22  Richard Stallman  <rms@gnu.org>
8854         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8855         explain why Save is not available.
8857 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
8859         * woman.el (woman0-so): Use `let*', not `let'.
8860         (woman-horizontal-line): Remove unbalanced parenthesis.
8862 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8864         * woman.el: Make sure all the end-of-region markers we use have
8865         a non-nil insertion-type.
8866         (woman0-so): Move things around so we can use copy-marker.
8867         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8868         Adjust marker type.
8869         (woman2-process-escapes): Check marker type.
8870         (woman-horizontal-line): Dispense with the use of a marker.
8872 2006-09-22  Jay Belanger  <belanger@truman.edu>
8874         * calc/calc-lang.el: Add Greek letters to math-variable-table
8875         property of tex.
8877 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
8879         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8881 2006-09-22  Masatake YAMATO  <jet@gyve.org>
8883         * add-log.el (add-log-current-defun): Use `forward-sexp'
8884         instead of `forward-word' to pick c++::symbol.
8885         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8887 2006-09-22  Kenichi Handa  <handa@m17n.org>
8889         * bindings.el: Fix setting self-insert-command for multibyte
8890         characters in global-map.
8892 2006-09-21  David Kastrup  <dak@gnu.org>
8894         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8895         doc string.
8897 2006-09-21  Kenichi Handa  <handa@m17n.org>
8899         * language/european.el ("Latin-1"): Add windows-1252 to
8900         coding-priority.
8901         ("German"): Likewise.
8903 2006-09-21  Kim F. Storm  <storm@cua.dk>
8905         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8906         Suggested by Miles Bader.
8908         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
8909         instead of add-to-list in the simple case.
8911 2006-09-20  Kenichi Handa  <handa@m17n.org>
8913         * isearch.el (isearch-process-search-char): Cancel the previous change.
8914         (isearch-search-string): New function.
8915         (isearch-search): Use isearch-search-string.
8916         (isearch-lazy-highlight-search): Likewise.
8918 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8920         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8921         string to become an option.
8923 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8925         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8927 2006-09-20  Kim F. Storm  <storm@cua.dk>
8929         * simple.el (line-move-partial): Call pos-visible-in-window-p with
8930         position t instead of trying both window-end and window-end - 1.
8932 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
8934         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8935         hidden trees.
8937 2006-09-20  David Kastrup  <dak@gnu.org>
8939         * mouse.el (mouse-posn-property): Improve doc string.
8940         (mouse-on-link-p): Change buffers for function calls on links.
8942         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8943         buffer is read-only.
8945 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
8947         * allout.el (allout-unprotected): Let inhibit-read-only only when
8948         buffer-read-only isn't set.
8949         (allout-annotate-hidden): Enable topic annotation during copies even
8950         when the buffer is read-only, eg for topic copies.  Ensure that the loop
8951         advances, even when the span extends beyond the deletion region.
8952         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8953         rather than allout-exposure-changed-hook, as a stronger assertion.
8954         (allout-keybindings-list): Add bindings for
8955         allout-copy-line-as-kill and allout-copy-topic-as-kill.
8956         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8957         Copy wrappers for allout-kill-line and allout-kill-topic.
8958         (allout-listify-exposed): Position correctly to accumulate lines.
8960 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
8962         * simple.el (line-move-1): Escape field boundaries occurring
8963         exactly at point.  Update goal column if constrained to a field.
8964         (line-move-finish): Escape field boundaries occurring exactly at point.
8966 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8968         * mouse.el (mouse-on-link-p): Tentatively fix last change.
8969         (mouse-drag-vertical-line): Remove unused var `wconfig'.
8971 2006-09-19  Kim F. Storm  <storm@cua.dk>
8973         * help.el (describe-key-briefly, describe-key): Simplify printing
8974         of descriptions by using format and %S.  Fix "is undefined"
8975         messages to say "at that spot" for mouse events.
8977         * simple.el (line-move-partial): Optimize.  Try window-line-height
8978         before posn-at-point to get vpos of current line.
8980 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
8982         * emulation/viper.el: Bump up version/date of update to reflect the
8983         substantial changes done in August 2006.
8985         * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
8986         push-button are defined.
8988         * ediff-util.el (ediff-add-to-history): New function.
8990         * ediff.el: Use ediff-add-to-history instead of add-to-history.
8992 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8994         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8995         Delete duplicate make-local-variable form.
8996         (conf-space-keywords): Add autoload cookie.
8997         Fix typo (`keywords', not `keyword').
8999 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9001         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9002         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
9003         to x-gtk-use-old-file-dialog.
9005 2006-09-18  Richard Stallman  <rms@gnu.org>
9007         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9008         that might come in during mouse tracking.
9010 2006-09-18  Kim F. Storm  <storm@cua.dk>
9012         * simple.el (line-move-partial): Rework 2006-09-15 change to use
9013         new window-line-height function.  Further optimize by not calling
9014         pos-visible-in-window-p for window-end when window-line-height
9015         returns useful information.
9017 2006-09-16  Richard Stallman  <rms@gnu.org>
9019         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9020         (conf-space-mode): Don't handle prefix arg.
9021         Delete conf-space-keywords-override code.
9022         Use add-hook.
9023         (conf-space-keywords): New command.
9024         (conf-space-mode-internal): Be careful with imenu-generic-expression.
9025         Delete conf-space-keywords-override code.
9026         (conf-space-keywords-alist): Doc fix.
9027         (conf-space-font-lock-keywords): Doc fix.
9028         (conf-space-keywords-override): Var deleted.
9030 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
9032         * startup.el (fancy-splash-screens): Don't switch to the scratch
9033         buffer; it may not be the next buffer.
9035 2006-09-16  Romain Francoise  <romain@orebokech.com>
9037         * saveplace.el (load-save-place-alist-from-file): Use expanded name
9038         in both messages.
9040 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
9042         * progmodes/python.el (python-preoutput-filter):
9043         Fix arg order to string-match.
9045 2006-09-16  Richard Stallman  <rms@gnu.org>
9047         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9048         font-lock-compile-keywords.
9050         * font-lock.el (font-lock-compile-keywords): Rename optional arg
9051         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
9053 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9055         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9057         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9058         and the data doesn't look like UTF8, send STRING instead.
9060 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
9062         * textmodes/flyspell.el (flyspell-check-region-doublons):
9063         New function to detect duplicated words.
9064         (flyspell-large-region): Use it.
9066 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
9068         * simple.el (line-move-to-column): Revert 2006-08-03 change.
9070 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
9072         * help.el (describe-prefix-bindings): Use let, not let*.
9074 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
9076         * allout.el (allout-regexp, allout-line-boundary-regexp)
9077         (allout-bob-regexp): Correct grouping and boundaries to fix
9078         backwards traversal.
9079         (allout-depth-specific-regexp, allout-depth-one-regexp):
9080         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9081         worse time in allout-ascend.
9082         (allout-doublecheck-at-and-shallower): Identify depth threshold
9083         below which topics are checked for and disqualified by containment
9084         discontinuities.
9085         (allout-hotspot-key-handler): Correctly handle multiple-key
9086         strokes.  Remove some unused variables.
9087         (allout-mode-leaders): Clarify that mode-specific comment-start
9088         will be used.
9089         (set-allout-regexp): Correctly regexp-quote allout regexps to
9090         properly accept alternative header-leads and primary bullets with
9091         regexp-specific characters (eg, C "/*", mathematica "(*").
9092         Include new regular expressions among those configured.
9093         (allout-infer-header-lead-and-primary-bullet):
9094         Rename allout-infer-header-lead.
9095         (allout-recent-depth): Manifest as a variable as well as a function.
9096         (allout-prefix-data): Simplify into an inline instead of a macro,
9097         assuming current match data rather than being explicitly passed
9098         it.  Establish allout-recent-depth value as well as
9099         allout-recent-prefix-beginning and allout-recent-prefix-end.
9100         (allout-aberrant-container-p): True when an item's immediate
9101         offspring discontinuously contained.  Useful for disqualifying
9102         unintended topic prefixes, likely at low depths.
9103         (allout-goto-prefix-doublechecked): Elaborate version of
9104         allout-goto-prefix which disqualifies aberrant pseudo-items.
9105         (allout-pre-next-prefix): Layer on top of lower-level routines, to
9106         get disqualification of aberrant containers.
9107         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9108         containers.
9109         (allout-beginning-of-current-entry): Position at start of buffer
9110         when in container (depth 0) entry.
9111         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9112         (allout-current-bullet): Strip text properties.
9113         (allout-get-prefix-bullet): Use right match groups.
9114         (allout-beginning-of-line, allout-next-heading):
9115         Disqualify aberrant containers.
9116         (allout-previous-heading): Disqualify aberrant containers, and
9117         change to regular (rather than inline) function, to allow
9118         self-recursion.
9119         (allout-get-invisibility-overlay): Increment so progress is made
9120         when the first overlay is not the sought one.
9121         (allout-end-of-prefix): Disqualify aberrant containers.
9122         (allout-end-of-line): Cycle something like allout-beginning-of-line.
9123         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9124         outline.el outlines) functional again.  Change the primary bullet
9125         along with the header-lead - level 1 new-style bullets now work.
9126         Engage allout-before-change-handler in mainline Emacs, not just
9127         XEmacs, to do undo handling.
9128         (allout-before-change-handler): Expose undo changes occurring in
9129         hidden regions.  Use allout-get-invisibility-overlay instead of
9130         reimplementing it inline.
9131         (allout-chart-subtree): Use start rather than end of prefix in
9132         charts.  Use allout-recent-depth variable.
9133         (allout-chart-siblings): Disqualify aberrant topics.
9134         (allout-beginning-of-current-entry): Position correctly.
9135         (allout-ascend): Use new allout-depth-specific-regexp and
9136         allout-depth-one-regexp for linear instead of O(N^2) or worse
9137         behavior.
9138         (allout-ascend-to-depth): Depend on allout-ascend, rather than
9139         reimplementing an algorithm.
9140         (allout-up-current-level): Depend on allout-ascend, rather than
9141         reimplementing an algorithm.  Return to start-point if we fail.
9142         (allout-descend-to-depth): Use allout-recent-depth variable
9143         instead of function.
9144         (allout-next-sibling): On traversal of numerous intervening
9145         topics, resort to economical allout-next-sibling-leap.
9146         (allout-next-sibling-leap): Specialized version of
9147         allout-next-sibling that uses allout-ascend cleverly, to depend on
9148         a regexp search to leap large numbers of contained topics, rather
9149         than arbitrarily many one-by-one traversals.
9150         (allout-next-visible-heading): Disqualify aberrant topics.
9151         (allout-previous-visible-heading): Position consistently when
9152         interactive.
9153         (allout-forward-current-level): Base on allout-previous-sibling
9154         rather than (differently) reimplmenting the algorithm.  Remove some
9155         unused variables.
9156         (allout-solicit-alternate-bullet): Present default choice stripped
9157         of text properties.
9158         (allout-rebullet-heading): Use bullet stripped of text properties.
9159         Register changes using allout-exposure-change-hook.
9160         Disregard aberrant topics.
9161         (allout-shift-in): With universal-argument, make topic a peer of
9162         it's former offspring.  Simplify the code by separating out
9163         allout-shift-out functionality.
9164         (allout-shift-out): With universal-argument, make offspring peers
9165         of their former container, and its siblings.  Implement the
9166         functionality here, rather than inappropriately muddling the
9167         implementation of allout-shift-in.
9168         (allout-rebullet-topic): Respect additional argument for new
9169         parent-child separation function.
9170         (allout-yank-processing): Use allout-ascend directly.
9171         (allout-show-entry): Disqualify aberrant topics.
9172         (allout-show-children): Handle discontinuous children gracefully,
9173         extending the depth being revealed to expose them and posting a
9174         message indicating the situation.
9175         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9176         Leave cursor in correct position.
9177         (allout-hide-current-subtree): Use allout-ascend directly.
9178         Disqualify aberrant topics.
9179         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9180         a way that the yanks can restore it, as used to happen.
9181         (allout-yank-processing): Restore exposure layout as recorded by
9182         allout-kill-*, as used to happen.
9183         (allout-annotate-hidden, allout-hide-by-annotation): New routines
9184         for preseving and restoring exposure layout across kills.
9185         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9186         (allout-encrypt-string): Strip text properties.
9187         Rearranged order and outline-headings for some of the
9188         miscellaneous functions.
9189         (allout-resolve-xref): No need to quote the error name in the
9190         condition-case handler section.
9191         (allout-flatten): Classic recursive (and recursively intensive,
9192         without tail-recursion) list-flattener, needed by allout-shift-out
9193         when confronted with discontinuous children.
9195 2006-09-16  Jason Rumney  <jasonr@gnu.org>
9197         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9198         on ms-windows.
9199         (dnd-open-unc-file): Remove.
9200         (dnd-open-local-file): Mention in doc string that it also handles
9201         remote files if the system natively supports unc file-names.
9203 2006-09-15  Kim F. Storm  <storm@cua.dk>
9205         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9206         all necessary information about the event before erasing *Help*.
9208         * simple.el (line-move-partial): Use window-line-visiblity to
9209         quickly check whether last line is partially visible, and only do
9210         the hard (and slow) part in that case.
9212 2006-09-15  Jay Belanger  <belanger@truman.edu>
9214         * COPYING: Replace "Library Public License" by "Lesser Public
9215         License" throughout.
9217 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9219         * term/x-win.el (x-menu-bar-open): New function for F10.
9221 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
9223         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9224         Disallow filenames containing " -" to avoid confusion with libtool
9225         compilation messages.  Suggested by Stefan Monnier.
9227 2006-09-15  David Kastrup  <dak@gnu.org>
9229         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9230         instead of buffer position for `mouse-on-link-p'.
9232         * mouse.el (mouse-posn-property): New function looking up the
9233         properties at a click position in overlays and text properties in
9234         either buffer or strings.
9235         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9236         of both `follow-link' as well as `mouse-face' properties.
9237         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9238         buffer position.
9240         * help.el (describe-key-briefly): When reading a down-event on
9241         mode lines or scroll bar, swallow the following up event, too.
9242         Use the new mouse sensitity of `key-binding' for lookup.
9243         (describe-key): The same here.
9245 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
9247         * play/life.el (life-patterns): Add a few more interesting patterns.
9248         (life-setup): Force `show-trailing-whitespace' to nil.
9250 2006-09-14  Richard Stallman  <rms@gnu.org>
9252         * startup.el (fancy-splash-text): Change text to improve alignment.
9253         (fancy-splash-screens): Don't set non-standard tab width.
9254         Bind cursor-type temporarily, and make it easy to patch to
9255         preserve the splash buffer.
9256         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9257         (fancy-splash-screens): Display echo-area message explicitly.
9258         Don't set fancy-splash-help-echo.
9260         * simple.el (line-number-mode): Group mode-line instead of
9261         editing-basics.
9262         (column-number-mode, size-indication-mode): Likewise.
9264         * faces.el (mode-line-faces): Group mode-line instead of modeline.
9266         * time.el (display-time): Group mode-line instead of modeline.
9268         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
9270 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
9272         * startup.el (fancy-splash-text): Move editing instructions to
9273         fancy-splash-head.
9274         (fancy-splash-head): Issue editing instructions.
9275         (fancy-splash-screens): Fixup whitespace.
9277 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9279         * bindings.el (mode-line-buffer-identification-keymap):
9280         Remove duplicate line.
9282 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9284         * ido.el (ido-ignore-item-p): Allow any kind of functions in
9285         ignore lists.
9287 2006-09-14  Kim F. Storm  <storm@cua.dk>
9289         * jit-lock.el (jit-lock-fontify-again): New function.
9290         (jit-lock-fontify-now): Use it instead of lambda form.
9292 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
9294         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9295         (flyspell-auto-correct-word): Make ispell-filter local to these
9296         functions.  Check that ispell-filter has new stuff before calling
9297         ispell-parse-output.
9299 2006-09-13  Kim F. Storm  <storm@cua.dk>
9301         * simple.el (line-move-partial): Optimize.
9303 2006-09-13  Richard Stallman  <rms@gnu.org>
9305         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
9306         Delete spurious backquote.
9308 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
9310         * net/rcirc.el (rcirc-print): Fix last change.
9312 2006-09-12  Jay Belanger  <belanger@truman.edu>
9314         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
9316 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
9318         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9319         rcirc-show-maximum-output.
9320         (rcirc-mode): Remove window-scroll-function hook.
9321         (rcirc-scroll-to-bottom): Remove function.
9322         (rcirc-print): Recenter so point stays at the bottom of the window
9323         if point was already there.
9325 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
9327         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
9328         not to "t".
9329         * progmodes/compile.el (compilation-start): Likewise.
9330         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9331         Don't use expand-file-name on invocation-directory, since this
9332         might mishandle special characters in invocation-directory.
9334 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9336         * pcvs-defs.el: Remove * in defcustom's docstrings.
9338 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
9340         * progmodes/compile.el (compilation-directory-properties):
9341         Doc fix for help-echo.
9343 2006-09-12  Lars Hansen  <larsh@soem.dk>
9345         * desktop.el (desktop-read): Add comment.
9347 2006-09-12  Kim F. Storm  <storm@cua.dk>
9349         * simple.el (next-error-highlight, next-error-highlight-no-select):
9350         Fix spelling error.
9352         * subr.el (sit-for): Rework to use input-pending-p and cond.
9353         Return nil input is pending on entry also for SECONDS <= 0.
9354         (while-no-input): Use input-pending-p instead of sit-for.
9356 2006-09-11  Richard Stallman  <rms@gnu.org>
9358         * simple.el (next-error-highlight, next-error-highlight-no-select):
9359         Fix custom type and doc strings.
9361 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9363         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
9364         (diff-apply-hunk): Use it to ask for confirmation.
9366 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
9368         * emacs-lisp/cl.el (pushnew): Add missing `,'.
9370 2006-09-11  David Kastrup  <dak@gnu.org>
9372         * help.el (string-key-binding, describe-key-briefly)
9373         (describe-key): Remove `string-key-binding' and its callers since
9374         `key-binding' already caters for the proper lookup now.
9376 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9378         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9379         (cfengine-mode): Use it.  Fix \ syntax to be like /.
9381         * bindings.el (mode-line-buffer-identification-keymap):
9382         Move initialization into declaration.
9384 2006-09-10  Kim F. Storm  <storm@cua.dk>
9386         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9387         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9388         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9389         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
9391 2006-09-10  Richard Stallman  <rms@gnu.org>
9393         * dired-aux.el: Handle errors in recursive copy usefully.
9394         (dired-create-files-failures): New variable.
9395         (dired-copy-file): Remove condition-case.
9396         (dired-copy-file-recursive): Check for errors on all file
9397         operations, and add them to dired-create-files-failures.
9398         Check file file-date-erorr here too.
9399         (dired-create-files): Check dired-create-files-failures
9400         and report those errors too.
9402         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
9404         * subr.el (add-to-list): New argument COMPARE-FN.
9406 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9408         * filecache.el (file-cache-add-directory)
9409         (file-cache-add-directory-list, file-cache-add-file)
9410         (file-cache-add-directory-using-find)
9411         (file-cache-add-directory-using-locate)
9412         (file-cache-add-directory-recursively): Add autoloads.
9414 2006-09-09  Richard Stallman  <rms@gnu.org>
9416         * textmodes/conf-mode.el (conf-space-mode):
9417         Use hack-local-variables-hook instead of calling hack-local-variables.
9418         (conf-space-keywords-override): New variable.
9419         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
9420         (conf-space-mode): Always make conf-space-keywords and
9421         conf-space-keywords-override local.
9422         Call conf-space-mode-internal directly as well as via hook.
9424 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
9426         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9427         quasi-keywords.
9429 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9431         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9432         (python-send-string): Be slightly more careful about adding \n.
9434         * startup.el (normal-splash-screen): Don't display the buffer if we'll
9435         kill it right away anyway.
9437 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
9439         * international/codepage.el (cp850-decode-table): Fix a few codes.
9440         (cp858-decode-table): New variable.
9442 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
9444         * net/ldap.el (ldap-search-internal): Doc fix.
9446 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9448         * play/life.el (life-display-generation): Test for input manually if
9449         `sleeptime' is negative or null.
9451         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9452         (print-region-1): Substitute `%s' with the page title.
9454 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
9456         * locate.el (locate-current-search): New variable.
9457         (locate): Set buffer local value.  Use current buffer if it is
9458         in Locate mode.
9459         (locate-mode): Disable undo here.
9460         (locate-do-setup): Use locate-current-filter from buffer to be killed.
9461         (locate-update): Use locate-current-search and locate-current-filter.
9463 2006-09-08  David Kastrup  <dak@gnu.org>
9465         * desktop.el (desktop-read): When loading a desktop, disable
9466         saving it while the load progresses, and switch off a pending lazy
9467         load by calling `desktop-lazy-abort'.
9469 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
9471         * window.el (mouse-autoselect-window-timer)
9472         (mouse-autoselect-window-position)
9473         (mouse-autoselect-window-window)
9474         (mouse-autoselect-window-now): New vars.
9475         (mouse-autoselect-window-cancel)
9476         (mouse-autoselect-window-select)
9477         (mouse-autoselect-window-start): New functions.
9478         (handle-select-window): Call `mouse-autoselect-window-start' when
9479         delayed window autoselection is enabled.
9481         * cus-start.el (mouse-autoselect-window): Handle delayed window
9482         autoselection.
9484         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9485         commands after which it is allowed to print in the echo area.
9487 2006-09-08  Richard Stallman  <rms@gnu.org>
9489         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9491         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9492         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9494         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9495         (cancel-timer-internal): Add doc string.
9496         (cancel-function-timers): Doc fix.
9497         (with-timeout-handler, timer-event-last*): Add doc strings.
9499         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9501         * files.el (risky-local-variable-p): Match ...-bindat-spec.
9503         * dired.el (dired-log-summary): Add doc string.
9505         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
9506         (custom-group-menu-create): Not here.
9508 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
9510         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
9512 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9514         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9515         (mac-apple-event-map): Define its handler.
9517 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
9519         * net/ldap.el (ldap-search-internal): Handle `auth' key.
9521 2006-09-07  Magnus Henoch  <mange@freemail.hu>
9523         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9524         clause.
9526 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9528         * info.el (Info-index): Bind completion-ignore-case.
9530 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9532         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9533         previous commit.
9534         (inferior-prolog-guess-flavor): New fun left out of previous commit.
9535         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9536         burp in dedicated windows.
9537         (inferior-prolog-self-insert-command): New command.
9538         (inferior-prolog-mode-map): Use it.
9540 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9542         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9544         * international/code-pages.el: Add cp858.
9546 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9548         * dnd.el: Fix bootstrapping.
9550 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9552         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9553         (dnd-open-remote-url): New function.
9554         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9555         not windows-nt.
9557 2006-09-07  Jason Rumney  <jasonr@gnu.org>
9559         * dnd.el (dnd-open-remote-file-function): New variable.
9560         (dnd-open-unc-file): New function.
9561         (dnd-open-file): Call dnd-open-remote-file-function if set.
9563 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9565         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9566         pgg-passphrase-coding-system rather than locale-coding-system.
9567         * pgg-def.el (pgg-passphrase-coding-system): New user option.
9569 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9571         * progmodes/prolog.el: Remove * in docstrings.
9572         (prolog-program-name): Add SWI prolog.
9573         (prolog-mode-menu): New menu.
9574         (prolog-mode): Set comment-add.
9575         (prolog-indent-line): Simplify.  Use indent-line-to.
9576         (inferior-prolog-buffer): New var.
9577         (inferior-prolog-run, inferior-prolog-process): New funs.
9578         (run-prolog, switch-to-prolog): Rewrite, using them.
9579         (prolog-consult-region): Use inferior-prolog-buffer.
9580         (inferior-prolog-load-file): New function.
9581         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9583         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9584         last word, if it's not the end of the paragraph.
9586         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9587         file name.
9589 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
9591         * frame.el (display-mm-dimensions-alist): New defcustom.
9592         (display-mm-height, display-mm-width): Use it.
9594 2006-09-06  Simon Josefsson  <jas@extundo.com>
9596         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9598 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
9600         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9601         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9602         string values.
9604 2006-09-06  Kim F. Storm  <storm@cua.dk>
9606         * simple.el (line-move-partial): New function to do vscrolling for
9607         partially visible images / tall lines.  Rewrite based on code
9608         previously in line-move.  Simplify backwards vscrolling.
9609         (line-move): Use it.  Simplify.
9611 2006-09-05  Kim F. Storm  <storm@cua.dk>
9613         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9615 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
9617         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9618         Process the `gcc-include' after the `gnu' rule.
9620 2006-09-05  Kim F. Storm  <storm@cua.dk>
9622         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9624 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9626         * pgg.el (pgg-clear-string): Alias to clear-string for backward
9627         compatibility.
9629         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9630         inhibit-redisplay; encode passphrase with locale-coding-system.
9632 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
9634         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9636 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
9638         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9639         (gdb-var-list-children-regexp): Make type field optional.
9641         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9642         e.g public, protected in C++.
9644 2006-09-04  John Paul Wallington  <jpw@pobox.com>
9646         * simple.el (completion-show-help): New defcustom.
9647         (completion-setup-function): Heed it.
9649 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
9651         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9653 2006-09-04  Richard Stallman  <rms@gnu.org>
9655         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9656         (rsf-min-region-to-spam-list): Doc fix.
9657         (rsf-add-content-type-field): Doc fix.
9659         * simple.el (kill-region): Explicitly test there is a region.
9661 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9663         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9664         sendmail in several common directories.
9666         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9668         * paths.el (sendmail-program): Removed.
9670 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
9672         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9673         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
9674         http://article.gmane.org/gmane.emacs.gnus.general/50457
9676 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
9678         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9679         mark after running the menu filter.
9681 2006-09-03  Juri Linkov  <juri@jurta.org>
9683         * international/quail.el (quail-defrule-internal): Add a check
9684         if a key is a vector.
9686 2006-09-02  Juri Linkov  <juri@jurta.org>
9688         * man.el (Man-topic-history): New variable.
9689         (man): Use it.
9691         * woman.el (woman-topic-history): Change defvar to defvaralias
9692         for symbol `Man-topic-history'.
9694         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9695         `comint-last-output-start' is a marker by using `markerp' and
9696         check if it has a position by using `marker-position', and use
9697         this position for `goto-char'.
9699         * international/quail.el (quail-defrule-internal): Add missing
9700         `error' call for null key.
9702 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
9704         * net/rcirc.el (rcirc-keywords): New variable.
9705         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9706         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9707         variables.
9708         (rcirc-responses-no-activity): New function.
9709         (rcirc-handler-generic): Check for responses in above.
9710         (rcirc-process-command): Add ?: character to arguments of raw
9711         server commands.
9712         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9713         `rcirc-dim-nicks'.
9714         (rcirc-gray-toggle): Remove unused variable.
9715         (rcirc-print): Remove some tracking logic, which is moved into
9716         markup functions.
9717         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9718         types.
9719         (rcirc-activity-string): Look for 'keyword in activity-types.
9720         (rcirc-window-configuration-change): Don't erase overlay-arrow
9721         unnecessarily.
9722         (rcirc-add-or-remove): New function.
9723         (rcirc-cmd-ignore): Use it.
9724         (rcirc-message-leader): Remove unused function.
9725         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9726         (rcirc-add-face): New function.
9727         (rcirc-facify): Use rcirc-add-face.
9728         (rcirc-url-regexp): Add parens.
9729         (rcirc-map-regexp): Remove function.
9730         (rcirc-mangle-regexp): Remove function.
9731         (rcirc-markup-text-functions): New variable.
9732         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9733         (rcirc-markup-body-text, rcirc-markup-attributes)
9734         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9735         (rcirc-markup-bright-nicks): New markup handler functions.
9736         (rcirc-nick-in-message-full-line): New face.
9737         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9738         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9740 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
9742         * cus-start.el (hscroll-margin, hscroll-step)
9743         (mode-line-in-non-selected-windows, mouse-autoselect-window)
9744         (x-use-underline-position-properties): Change version to "22.1"
9745         since they will appear there for the first time.
9747 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
9749         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9751 2006-08-31  Richard Stallman  <rms@gnu.org>
9753         * cus-edit.el (custom-save-variables): Slight cleanup.
9754         (Custom-no-edit): Renamed from custom-no-edit.
9755         (Custom-newline): Renamed from custom-newline.
9756         (custom-mode-map): Use new names.
9758         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9759         about customization, rather than M-x customize, in the doc string
9760         made for the defcustom.
9762         * emacs-lisp/trace.el (trace-function-background): Doc fix.
9764 2006-08-31  Romain Francoise  <romain@orebokech.com>
9766         * dired-x.el (dired-guess-shell-alist-default): Update.
9768 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
9770         * custom.el (custom-theme-set-variables): Autoload packages before
9771         sorting the variables.
9773 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
9775         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
9776         Convert events to chars if XEmacs.
9777         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9779 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9781         * progmodes/python.el (python-eldoc-function): Re-enable quit while
9782         waiting for process.
9784 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9786         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9787         results in ASCII-only string, encode original one directly.
9789 2006-08-29  Romain Francoise  <romain@orebokech.com>
9791         * startup.el (normal-splash-screen, fancy-splash-screens):
9792         Make buffer read-only and arrange to enter view mode if necessary.
9794 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
9796         * hl-line.el (hl-line): New face.
9797         (hl-line-face): Use it.
9799         * image-mode.el (image-mode): Fix last fix.
9800         Suggested by Kim F. Storm.
9802 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
9804         Sync with Tramp 2.0.54.
9806         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9807         of `=', because `tramp-get-remote-gid' might not always return an
9808         integer when expected.
9809         (tramp-register-file-name-handlers): `partial-completion-mode' is
9810         unknown to XEmacs.
9811         (tramp-time-diff): Don't use `floor', it might fail for large
9812         differences.
9813         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9814         `tramp-auto-save-directory' if unset in order to guarantee unique
9815         auto-save file names.
9817 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9819         * image-mode.el (image-mode): Display image as text on a terminal.
9821 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9823         * progmodes/python.el (python-send-command): Simplify.
9824         (run-python): Don't generate a new buffer unless `new' was specified.
9825         Make sure we send `import emacs' to the proper process.
9827         * progmodes/python.el (python-send-command): Don't wait for the command
9828         to terminate.  Don't fiddle with compilation-parsing-end.
9830 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9832         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9833         Insert commentary after first line summary.
9835         * woman.el (woman-follow): New function, based on `man-follow'.
9836         (woman-mode-map): Use it.
9838         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9839         since ibuffer-do-sort-by-recency does not define a sorter.
9841 2006-08-28  Kim F. Storm  <storm@cua.dk>
9843         * find-dired.el (find-dired): Use shell-quote-argument to properly
9844         escape ( and ) args.  Also use it on {} and ; args in default
9845         value of find-ls-option string.
9846         (find-grep-dired): Use shell-quote-argument on {} and ; args.
9848 2006-08-27  Michael Olson  <mwolson@gnu.org>
9850         * emacs-lisp/tq.el: Small grammar fix in comments.
9851         (tq-enqueue): Check for existence of queue rather than the
9852         head queue item's question, which was a no-op.
9853         (tq-filter, tq-process-buffer): Make sure the process buffer
9854         exists before making it the current buffer.
9856 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9858         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9859         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9860         (special-event-map): Apply 2006-08-16 change for x-win.el.
9862 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9864         * progmodes/python.el (python-send-receive): Wait in the
9865         process's buffer so as to check the right buffer-local variables.
9867 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9869         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9870         (defgroup checkdoc): Move to beginning.
9872         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9873         (python-preoutput-continuation): Remove.
9874         (python-preoutput-filter): Simplify correspondingly.
9875         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
9876         Loop around to catch embedded _emacs_out output.
9877         (run-python): Send the import&print command on a single line.
9878         (python-send-command): Send command&print on a single line.
9879         (python-send-string): Only add double \n if needed.
9880         (python-send-receive): Loop until the result comes.
9881         (python-mode-running): Defvar it.
9882         (python-setup-brm): Remove unused var `menu'.
9883         Only bind py-mode-map and `features' around brm-init.
9884         (python-calculate-indentation): Remove unused var `point'.
9885         (python-beginning-of-defun): Remove unused var `def-line'.
9887 2006-08-25  Richard Stallman  <rms@gnu.org>
9889         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9891 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
9893         * emulation/viper.el (viper-set-hooks): Use frame bindings for
9894         viper-vi-state-cursor-color.
9895         (viper-non-hook-settings): Don't set default
9896         mode-line-buffer-identification.
9898         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9899         New fun.
9900         (viper-set-cursor-color-according-to-state)
9901         (viper-get-saved-cursor-color-in-replace-mode)
9902         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9903         viper-emacs-state-cursor-color.
9905         * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9906         (viper-undo): Use point if undo-beg-posn is nil.
9907         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9908         (viper-after-change-undo-hook): Don't use
9909         viper-emacs-state-cursor-color by default.
9910         (viper-undo): More sensible positioning after undo.
9912         * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9913         (viper-emacs-state-cursor-color): Default to nil, since this feature
9914         doesn't work well yet.
9916         * ediff-mult.el (ediff-intersect-directories)
9917         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9918         always expand filenames.
9920 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9922         * tumme.el: Remove * in defcustoms's docstrings.
9924 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
9926         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9927         Accept internal time format for SECS arg.
9928         (timer-relative-time): Doc fix.
9930         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9931         adapted from Martin Rudalics.
9932         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9933         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9934         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9935         using sit-for.
9937 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
9939         * cus-start.el (all): Add `overline-margin' and
9940         `x-underline-at-descent-line'.
9942 2006-08-24  Kim F. Storm  <storm@cua.dk>
9944         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9945         to mean "use find -exec"; nil now unambiguously means auto-detect.
9946         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9947         Use shell-quote-argument to build grep-find-command and
9948         grep-find-template.
9949         (rgrep): Use shell-quote-argument to properly quote arguments to find.
9950         Reported by Tom Seddon.
9952 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
9954         * startup.el (fancy-splash-head): Give instructions for dismissing
9955         the splash screen for default startup too.
9956         (display-startup-echo-area-message, fancy-splash-screens)
9957         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
9958         all splash text at once and keep the splash buffer around.
9959         (command-line-1): Give display-startup-echo-area-message a t arg.
9961 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
9963         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9964         gnus frame is selected.
9966 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
9968         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9970 2006-08-22  Kim F. Storm  <storm@cua.dk>
9972         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9973         Add suffix matching for subdirs.
9975 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
9977         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9978         mouse-yank-at-point is non-nil.
9980 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
9982         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9983         a bit wider and remove fringes to fit initial output on line.
9985 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9987         * frame.el (blink-cursor-end): Only ignore the error we care about.
9988         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9990 2006-08-21  Richard Stallman  <rms@gnu.org>
9992         * whitespace.el (whitespace-cleanup): Doc fix.
9994 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
9996         * net/rcirc.el (rcirc-show-maximum-output): New var.
9997         (rcirc-buffer-process): If no buffer argument is supplied, use
9998         current-buffer.
9999         (rcirc-complete-nick): Complete to the last completed nick first.
10000         (rcirc-mode): Preserve the value of `rcirc-urls' across
10001         connections.  Setup scroll function.
10002         (rcirc-scroll-to-bottom): New function.
10003         (rcirc-print): Use nick syntax around regexp work.
10004         Notice dim-nicks speaking only if they say our nick.
10005         (rcirc-update-activity-string): Do not show the modeline indicator
10006         if there are no live rcirc processes.
10007         (rcirc-cmd-ignore): Ignore case.
10008         (rcirc-browse-url-at-point): Fix off-by-one error.
10010 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10012         * progmodes/python.el: Remove * in defcustom docstrings.
10013         (run-python, python-proc, python-try-complete): Use derived-mode-p.
10014         (python-mode): Set tab-width and indent-tabs-mode.
10016 2006-08-20  Dave Love  <fx@gnu.org>
10018         * progmodes/python.el: Update to Dave Love's latest version.
10019         (python-font-lock-keywords, python-mode): Don't use
10020         font-lock-syntax-table, but match symbol elements explicitly instead.
10021         (python-mode-map): Add help, and a few more key bindings.
10022         (python-skip-comments/blanks): Move out of comments as well.
10023         (python-continuation-line-p): Behave better with unbalanced parens.
10024         (python-blank-line-p): New fun.
10025         (python-open-block-statement-p): Don't use a heuristic.
10026         (python-outdent-p): Better handle blocks-in-the-same-line.
10027         (python-calculate-indentation): Misc improvements.
10028         (python-comment-indent): Remove.
10029         (python-block-pairs): New var.
10030         (python-first-word): New fun.
10031         (python-indentation-levels): Handle more common cases.
10032         (python-indent-line-1): Add `leave' argument.
10033         (python-indent-region): New fun.
10034         (python-skip-out): New fun.
10035         (python-beginning-of-statement, python-end-of-statement): Use it.
10036         (python-next-statement): Return correct count even at eob.
10037         (python-end-of-block): Fix paren-typo.
10038         (python-imenu-create-index): Add module variables.
10039         (run-python): Add `new' arg.
10040         Check we're at a prompt before returning.
10041         (python-send-command): Move to end of buffer.
10042         Wait for prompt to return.
10043         (python-set-proc): New fun.
10044         (python-imports): New var.
10045         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
10046         (python-eldoc-function): Try to move out of arg list.
10047         (python-outline-level): Offset by 1.
10048         (python-find-imports): New fun.
10049         (python-symbol-completions): Use python-imports.
10050         (python-module-path, ffap-alist): Add support for ffap.
10051         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10052         (python-insert-*, python-default-template, python-expand-template):
10053         Add templates/skeletons.
10054         (python-setup-brm): Support for Bicycle Repair Man.
10055         (python-abbrev-syntax-table): New var.
10056         (python-abbrev-pc-hook, python-pea-hook): New funs.
10058 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
10060         * frame.el (blink-cursor-start): Set timer first.
10061         (blink-cursor-end): Ignore timer cancelling errors.
10062         Suggested by Ken Manheimer.
10064 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
10066         * newcomment.el (comment-box): Call `comment-normalize-vars'.
10067         Add autoload cookie.
10069 2006-08-20  Richard Stallman  <rms@gnu.org>
10071         * simple.el (line-number-at-pos): Doc fix.
10073         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10074         timer-activate-when-idle, so timer can run before Emacs becomes
10075         non-idle again.
10077 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
10079         * whitespace.el (whitespace-cleanup-internal): New optional arg
10080         REGION-ONLY.  If it's non-nil, modify the message to the user
10081         accordingly.
10082         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10083         a non-nil argument.
10085 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
10087         * rect.el (spaces-string): Simplify and add doc string.
10089 2006-08-17  Romain Francoise  <romain@orebokech.com>
10091         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10093 2006-08-17  Richard Stallman  <rms@gnu.org>
10095         * compare-w.el (compare-windows): lambda's take an arg and pass
10096         it to compare-windows-skip-whitespace.
10098 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
10100         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10101         the right buffer.
10103 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10105         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10106         removed files.
10108 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
10110         * progmodes/gdb-ui.el (gdb-locals-watch-map)
10111         (gdb-locals-watch-map-1): Suppress keymap first.
10112         (gdb-edit-locals-map-1): New variable.
10113         (gdb-edit-locals-value): New function.
10114         (gdb-stack-list-locals-handler): Use them.
10116 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10118         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10119         cursor would normally be drawn in the fringe.
10121         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10122         Reported by Martin Rudalics <rudalics@gmx.at>.
10124 2006-08-16  Richard Stallman  <rms@gnu.org>
10126         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10127         (special-event-map): Process drag-n-drop events this way.
10129         * simple.el (move-beginning-of-line): Test whether fields
10130         would prevent motion back to line's first visible character.
10131         If so, stop where the fields would stop the motion.
10133         * newcomment.el (comment-indent): Fully update INDENT
10134         before checking to see if it will change the text.
10136         * cus-edit.el (custom-newline): New function.
10137         (custom-mode-map): Bind newline to custom-newline.
10139         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10140         into ignore-whitespace.
10141         Check each buffer for its skip-function.
10142         Handle compare-windows-skip-whitespace special-case test
10143         by returning t from default skip function.
10145 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
10147         * textmodes/org.el (org-clock-special-range)
10148         (org-clock-update-time-maybe): New functions.
10149         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10150         not only a-z.
10151         (org-agenda-get-blocks): Allow multiple blocks per headline.
10152         (org-timestamp-change): Call `org-clock-update-time-maybe'.
10153         (org-export-html-title-format)
10154         (org-export-html-toplevel-hlevel): New options.
10155         (org-export-language-setup): Add support for Czech.
10156         (org-mode, org-insert-todo-heading, org-find-visible)
10157         (org-find-invisible, org-invisible-p, org-invisible-p2)
10158         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10159         (org-show-subtree, org-show-entry, org-make-options-regexp):
10160         Remove compatibility support for old outline-mode.
10161         (org-check-occur-regexp): Funtion removed.
10162         (org-on-heading-p, org-back-to-heading): Made defalias.
10163         (org-set-local): New defsubst.
10164         (org-set-regexps-and-options, org-mode)
10165         (org-set-font-lock-defaults, org-edit-agenda-file-list)
10166         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10167         (org-remember-apply-template, org-table-edit-field)
10168         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10169         (org-set-autofill-regexps): Use `org-set-local'.
10170         (org-table-eval-formula): Fix bug with parsing of display flags.
10172 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
10174         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10175         frame with fringe arrow.  Suggested by Simon Marshall
10176         <simon.marshall@misys.com>.
10177         (gdb-stack-position): New variable.
10178         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10179         (gdb-frames-mode): Set gdb-stack-position to nil.
10180         Add to overlay-arrow-variable-list
10181         (gdb-reset): Delete gdb-stack-position from above list.
10183 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10185         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10186         read only.
10188 2006-08-13  Romain Francoise  <romain@orebokech.com>
10190         * cus-theme.el (customize-create-theme)
10191         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10193         * filesets.el (filesets-add-buffer): Ditto.
10195         * pcvs.el (cvs-change-cvsroot): Ditto.
10197 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
10199         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10200         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10201         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10202         expressions.
10203         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10204         Only search till end of line.
10205         Add face to function names in case of no filename.
10206         Add face to variable names of watchpoints.
10208 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
10210         * cus-start.el <indent-tabs-mode>: Move to the `indent'
10211         customization group.
10213 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
10215         * allout.el (allout-prior-bindings, allout-added-bindings):
10216         Remove, after long deprecation.
10217         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10218         Add customization vars controlling allout-beginning-of-line and
10219         allout-end-of-line conveniences.
10220         (allout-header-prefix, allout-use-mode-specific-leader)
10221         (allout-use-mode-specific-leader, allout-mode-leaders):
10222         Revise docstrings.
10223         (allout-infer-header-lead): Change to be an alias for
10224         allout-infer-header-lead-and-primary-bullet.
10225         (allout-infer-header-lead-and-primary-bullet): New version of
10226         allout-infer-header-lead which assigns the primary bullet to the
10227         same as the header lead, when its being changed.
10228         (allout-infer-body-reindent): Apply regexp-quote instead of
10229         unconditionally prepending "\\", so that all literal
10230         allout-header-prefix and allout-primary-bullet strings are
10231         properly handled.
10232         (allout-add-resumptions): Add optional qualifier for extending or
10233         appending to existing values, rather than replacing them.
10234         (allout-view-change-hook): Clarify docstring.
10235         (allout-exposure-change-hook): Take explicit arguments, via
10236         run-hook-with-args.
10237         (allout-structure-added-hook)
10238         (allout-structure-deleted-hook)
10239         (allout-structure-shifted-hook): New hooks analogous to
10240         allout-exposure-change-hook for other kinds of structural outline
10241         edits.
10242         (allout-encryption-plaintext-sanitization-regexps): New encryption
10243         customization variable, by which cooperating modes can provde
10244         massage of the plaintext without actually being passed it.
10245         (allout-encryption-ciphertext-rejection-regexps)
10246         (allout-encryption-ciphertext-rejection-ceiling): New encryption
10247         customization variables, by which cooperating modes can prohibit
10248         rare but possible ciphertext patterns from fouling their
10249         operation, with actually being passed the ciphertext.
10250         (allout-mode): Run activation and deactivation hooks after the
10251         minor-mode variable has been toggled, to clarify the mode
10252         disposition.  The new encryption ciphertext rejection variable is
10253         used to ensure that the ciphertext does not contain text that
10254         would be recognized as outline structural elements by allout.
10255         Substite allout-beginning-of-line and allout-end-of-line for
10256         conventionall beginning-of-line and end-of-line bindings.
10257         If allout-old-style-prefixes is non-nil, don't nullify it on mode
10258         activation!
10259         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10260         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10261         (allout-chart-subtree): Implement new mode, charting only the
10262         visible items in the subtree, when new 'visible' parameter is non-nil.
10263         (allout-end-of-subtree): Properly handle the last item in the buffer.
10264         (allout-pre-command-business, allout-command-counter):
10265         Increment an advertised counter so that cooperating enhancements can
10266         track revisions of items.
10267         (allout-open-topic): Run allout-structure-added-hook with suitable
10268         arguments.
10269         (allout-shift-in): Run allout-structure-shifted-hook with suitable
10270         arguments.
10271         (allout-shift-out): Fix doubling for negative args and ensure call
10272         of allout-structure-shifted-hook by solely using allout-shift-in.
10273         (allout-kill-line, allout-kill-topic):
10274         Run allout-structure-deleted-hook with suitable arguments.
10275         (allout-yank-processing): Run allout-structure-added-hook with
10276         proper arguments.
10277         (allout-yank): Enclose activity in allout-unprotected.
10278         (allout-flag-region): Run allout-exposure-change-hook with
10279         suitable arguments, instead of making the callee infer the arguments.
10280         (allout-encrypt-string):
10281         Support allout-encryption-plaintext-sanitization-regexps,
10282         allout-encryption-ciphertext-rejection-regexps, and
10283         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
10284         en/de cryption mode in symmetric encryption failure message.
10285         (allout-obtain-passphrase): Use copy-sequence to get a distinct
10286         copy of the passphrase, and don't zero it or we'll corrupt the
10287         stashed copy.
10288         (allout-create-encryption-passphrase-verifier)
10289         (allout-verify-passphrase): Respect the new signature for
10290         allout-encrypt-string.
10291         (allout-get-configvar-values): Convenience for getting a
10292         configuration variable value and handling its absence gracefully.
10294 2006-08-11  Romain Francoise  <romain@orebokech.com>
10296         * obsolete/zone-mode.el: Delete.
10298 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10300         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
10302 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
10304         * emacs-lisp/bindat.el (bindat-ip-to-string):
10305         Use `format-network-address' if possible.
10307 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10309         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
10311 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
10313         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
10314         restore unread-command-events here.
10315         (edebug-display): Do it here, to detect sit-for interruptions.
10317 2006-08-10  Romain Francoise  <romain@orebokech.com>
10319         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10320         (dns-mode-soa-auto-increment-serial): New user option.
10321         (dns-mode-soa-maybe-increment-serial): New function.
10322         (dns-mode): Add the latter to `write-contents-functions'.
10324         * obsolete/zone-mode.el: Move to obsolete/ from net/.
10325         Delete autoload cookies.
10327 2006-08-10  John Wiegley  <johnw@newartisans.com>
10329         * eshell/em-glob.el (eshell-glob-chars-list)
10330         (eshell-glob-translate-alist): Add support for [^g] in character globs.
10332 2006-08-10  Richard Stallman  <rms@gnu.org>
10334         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
10335         (facemenu-set-face): Doc fix.
10336         (facemenu-listed-faces): Doc fix.
10338 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
10340         * avoid.el (mouse-avoidance-animating-pointer): New var.
10341         (mouse-avoidance-nudge-mouse): Use it.
10342         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
10343         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
10344         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
10345         Don't activate if currently animating.  All callers changed.
10347 2006-08-09  John Wiegley  <johnw@newartisans.com>
10349         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
10350         variable, which causes timeclock to report elapsed time worked,
10351         instead of just work remaining.
10353 2006-08-09  Kenichi Handa  <handa@m17n.org>
10355         * international/latexenc.el (latexenc-find-file-coding-system):
10356         Fix for the case that the 2nd element of arg-list is a cons.
10358 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
10360         * info.el (Info-fontify-node): Handle preceding `in' for note
10361         reference hiding rules.
10363 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10365         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10366         mistake a closing " for an opening one.
10368 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10370         * term/xterm.el (terminal-init-xterm): Add more key bindings.
10372 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10374         * complete.el (PC-do-completion): Filter out completions matching
10375         completion-ignored-extensions before checking whether there are
10376         multiple completions.
10377         Don't use `list' unnecessarily when building completion tables.
10379 2006-08-06  Richard Stallman  <rms@gnu.org>
10381         * help.el (describe-mode): Make minor mode list more concise.
10383 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
10385         * bindings.el: Give mode-line-format, mode-line-modes, and
10386         mode-line-position `standard-value' properties.
10388 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
10390         * buff-menu.el (list-buffers-noselect): For Info buffers, use
10391         "(file)node" instead of the file name.
10393 2006-08-05  Richard Stallman  <rms@gnu.org>
10395         * faces.el (escape-glyph): Doc fix.
10397 2006-08-04  Kenichi Handa  <handa@m17n.org>
10399         * international/mule-diag.el (describe-font): Improve docstring
10400         and error message.  Use frame-parameter (not frame-parameters).
10402 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10404         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
10405         Correctly mark the end-of-docstring char.
10407 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
10409         * simple.el (line-move-to-column): Constrain move-to-column to
10410         current field.
10412 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10414         * font-lock.el (font-lock-beg, font-lock-end)
10415         (font-lock-extend-region-functions): New vars.
10416         (font-lock-extend-region-multiline)
10417         (font-lock-extend-region-wholelines): New functions.
10418         (font-lock-default-fontify-region): Use them.
10419         (font-lock-extend-jit-lock-region-after-change): Only round up
10420         if font-lock-default-fontify-region will do it as well.
10422         * font-lock.el (font-lock-extend-after-change-region-function):
10423         Rename from font-lock-extend-region-function.
10424         (font-lock-extend-region): Remove by inlining at call sites.
10425         (font-lock-after-change-function): Don't needlessly round up to a whole
10426         number of lines.
10427         (font-lock-extend-jit-lock-region-after-change): Be more careful about
10428         the boundary conditions and the interactions between the various ways
10429         to extend the region.
10431 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10433         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10434         modification status when forcing the second redisplay.
10436 2006-08-03  Kim F. Storm  <storm@cua.dk>
10438         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10440 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10442         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10443         doesn't look like a file name.
10445         * complete.el (PC-expand-many-files): Avoid signalling an error when
10446         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
10448 2006-08-02  Andreas Schwab  <schwab@suse.de>
10450         * bindings.el (mode-line-format): Simplify reference to vc-mode.
10452 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
10454         * bindings.el (map): Make mode-line-buffer-identification-keymap
10455         before defining propertized-buffer-identification.
10457 2006-08-01  Richard Stallman  <rms@gnu.org>
10459         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10461 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
10463         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10464         default value.
10465         (gdb-find-source-frame): New function.
10466         (menu): Add to menu bar.
10468 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10470         * font-core.el (font-lock-extend-region-function)
10471         (font-lock-extend-region): Move to font-lock.el.
10473         * font-lock.el (font-lock-extend-region-function)
10474         (font-lock-extend-region): Move from font-core.el.  Simplify.
10476         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10477         if needed.
10478         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10479         (jit-lock-after-change-extend-region-functions): New hook.
10480         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10482         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10483         (font-lock-turn-on-thing-lock): Use it.
10485         * longlines.el (longlines-show-region): Make it work on read-only
10486         buffers as well.
10488 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
10490         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10492 2006-07-31  Richard Stallman  <rms@gnu.org>
10494         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10495         (vhdl-speedbar-display-projects): Update old obsolete
10496         speedbar variable names.
10498 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
10500         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10501         (gdb-stopped): Use it.
10503         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10505 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
10507         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
10508         for load-history elements.
10510 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
10512         * files.el (convert-standard-filename): For Cygwin, replace
10513         characters not allowed in Windows file names.
10514         (make-auto-save-file-name): Add Cygwin to the list of systems
10515         where the auto-save file name needs to be run through
10516         convert-standard-filename.
10518 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10520         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10522 2006-07-28  Richard Stallman  <rms@gnu.org>
10524         * bindings.el (mode-line-frame-identification)
10525         (propertized-buffer-identification): Centralize the code
10526         to initialize the variable.
10528         * progmodes/grep.el (grep-default-command): Catch errors from
10529         wildcard-to-regexp.
10531 2006-07-29  Kim F. Storm  <storm@cua.dk>
10533         * progmodes/grep.el (grep-tag-default): New function.
10534         (grep-default-command, grep-read-regexp): Use it.
10535         (grep-read-files): Use car of grep-files-history or grep-files-aliases
10536         as default if nothing else applies.
10538 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
10540         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10541         Throw error if buffer is not in Dired and Wdired mode, respectively.
10543 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
10545         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10546         self-insert-command keys don't activate buttons.
10547         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10549 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
10551         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10552         faces for enable character.
10554 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
10556         * Makefile.in (recompile): Update comment to reflect change
10557         on 2004-04-21.
10559 2006-07-27  Richard Stallman  <rms@gnu.org>
10561         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10562         (customize-package-emacs-version): Change msg when pkg has no entry.
10563         (custom-no-edit): On a button, do like widget-button-press.
10565 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10567         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10568         S-tab and C-S-tab.
10570 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
10572         * progmodes/which-func.el (which-function): Fix documentation/
10573         comment typo.
10575 2006-07-26  Richard Stallman  <rms@gnu.org>
10577         * textmodes/ispell.el (ispell-word): If we replace the word,
10578         move point to the end.  Insert before deleting.
10580 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
10582         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10583         a timer.
10585 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
10587         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
10588         when at first image.
10589         (tumme-forward-image): Add prefix argument.  Add error when at last
10590         image.
10592 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10594         * tabify.el (tabify-regexp): Use more specific regexps.
10595         (tabify): Avoid modifying the buffer unnecessarily.
10597 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
10599         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10600         (tumme-format-properties-string): Handle empty `buf'.
10601         (tumme-get-comment): Change variable names inside `let'.
10602         Add missing `let' variable that cause font-lock problems.
10603         (tumme-write-comments): Change variable names inside `let'.
10604         Add missing `let' variable that cause font-lock problems.
10605         (tumme-forward-image): Rename from `tumme-forward-char'.
10606         (tumme-backward-image): Rename from `tumme-backward-char'.
10608 2006-07-25  Masatake YAMATO  <jet@gyve.org>
10610         * progmodes/ld-script.el (ld-script-keywords)
10611         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10612         and add comments.
10614 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
10616         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10617         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10618         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10619         for status indicator.
10621 2006-07-24  Richard Stallman  <rms@gnu.org>
10623         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10625         * subr.el (dolist, dotimes): Use interned symbols for locals.
10626         (--dotimes-limit--, --dolist-tail--): New defvars.
10627         (looking-back): Doc fix.
10629         * replace.el (replace-match-string-symbols): Handle dotted lists.
10631 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
10633         * tumme.el (tumme-write-tags): Add.
10634         (tumme-write-comments): Add.
10635         (tumme-tag-files): Change to use `tumme-write-tags'.
10636         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10637         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10638         (tumme-save-information-from-widgets): Change to use
10639         `tumme-write-comments' and `tumme-write-tags'.
10640         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10641         (tumme-write-tag): Remove.
10642         (tumme-write-comment): Remove.
10643         (tumme-display-previous-thumbnail-original): Remove empty line.
10644         (tumme-widget-list): Add punctuation.
10646 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
10648         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10650 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10652         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10653         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
10654         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10656 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
10658         * mouse.el (mouse-on-link-p): Doc fix.
10660 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
10662         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10663         Handle "C-h f `".
10665 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10667         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10668         column.
10670 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
10672         * textmodes/table.el: Add move-beginning-of-line and
10673         move-end-of-line to Point Motion Only Group.
10675 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10677         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10679 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10681         * startup.el (user-mail-address): Initialize from the `EMAIL'
10682         environment variable first.  Document this.
10683         (command-line): Ditto.
10685 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
10687         * help-mode.el (help-function-def, help-variable-def)
10688         (help-face-def): Print a message in the minibuffer.
10690 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10692         * term/xterm.el (terminal-init-xterm): Fix key bindings
10693         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10695 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10697         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10698         where `(nth 1 command)' is a cons cell.  Doc fix.
10700         * textmodes/po.el (po-find-charset): Doc fix.
10702 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
10704         * allout.el (allout-unprotected, allout-e-o-prefix-p)
10705         (allout-beginning-of-current-line, allout-end-of-current-line)
10706         (allout-next-visible-heading, allout-open-topic)
10707         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10708         (allout-flag-current-subtree, allout-show-to-offshoot)
10709         (allout-hide-current-entry, allout-show-current-branches)
10710         (allout-hide-region-body, allout-old-expose-topic)
10711         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10712         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10713         containing `beginning-of-line' and `end-of-line' with
10714         `inhibit-field-text-motion' t.
10716 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10718         * frame.el (focus-follows-mouse): Document that it doesn't have
10719         any effect on MS-Windows.
10721 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10723         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10725 2006-07-20  Jay Belanger  <belanger@truman.edu>
10727         * calc/calc.el (calc-previous-alg-entry): Remove variable.
10729         * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10730         New variables.
10731         (calc-alg-entry): Use `calc-alg-entry-history'.
10732         (calc-do-quick-calc): Use `calc-quick-calc-history'.
10733         Remove reference to `calc-previous-alg-entry'.
10734         (calcAlg-edit, calcAlg-enter): Remove reference to
10735         `calc-previous-alg-entry'.
10736         (calcAlg-previous): Use `previous-history-element' instead of
10737         `calc-previous-alg-entry'.
10738         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10739         Change keybinding for `calcAlg-plus-minus', add keybindings for
10740         `previous-history-element' and `next-history-element'.
10742         * calc/calc-rewr.el (calc-match): Remove reference to
10743         `calc-previous-alg-entry'.
10745         * calc/calc-sel.el (calc-selection-history): New variable.
10746         (calc-enter-selection, calc-sel-mult-both-sides)
10747         (calc-sel-add-both-sides): Use `calc-selection-history'.
10749         * calc/calc-map.el (calc-get-operator-history): New variable.
10750         (calc-get-operator): Use `calc-get-operator-history'.
10752         * calc/calcalg3.el (calc-curve-fit-history): New variable.
10753         (calc-curve-fit): Use `calc-curve-fit-history'.
10755 2006-07-20  Kenichi Handa  <handa@m17n.org>
10757         * international/mule-cmds.el (select-safe-coding-system): Fix the
10758         way of deciding eol-type of the coding system.
10760 2006-07-20  Alan Mackenzie  <acm@muc.de>
10762         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10763         (c-lang-setvar): New macro.
10764         (c-make-init-lang-vars-fun): Use the initialization forms in
10765         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10766         (comment-start, comment-end, comment-start-skip): Change these from
10767         c-lang-defvar's to c-lang-setvar's.
10769         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10770         which calls make-local-variable on the elements of
10771         c-emacs-variable-inits.
10772         (c-init-language-vars-for): Call this new macro.
10774 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10776         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10777         Try to rule out false positives due to time stamps.
10778         (compilation-mode-font-lock-keywords): Remove rules made redundant
10779         because of the above change.  Add `segmentation fault' to the known and
10780         highlighted compilation termination messages.
10782 2006-07-19  Kim F. Storm  <storm@cua.dk>
10784         * progmodes/grep.el (grep-find-ignored-directories):
10785         Add .svn and _darcs to list.
10787 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
10789         * dired.el (dired-mode-map): Add key binding `C-te' for
10790         `tumme-dired-edit-comment-and-tags'.
10792         * tumme.el (tumme-display-thumbnail-original-image): Make sure
10793         image display buffer is displayed before call to
10794         `tumme-display-image.
10795         (tumme-dired-display-image): Make sure image display buffer is
10796         displayed before call to `tumme-display-image.
10797         (tumme-mouse-display-image): Make sure image display buffer is
10798         displayed before call to `tumme-display-image.
10799         (tumme-widget-list): Add.
10800         (tumme-dired-edit-comment-and-tags): Add.
10801         (tumme-save-information-from-widgets): Add.
10803 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10805         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10807 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10809         * progmodes/sh-script.el (sh-font-lock-keywords-1):
10810         Revert inadvertently installed patch hunk.
10812         * progmodes/compile.el (compilation-find-file): Handle the
10813         cases where the user selects a non-existent file.
10815 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10817         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10819 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10821         * subr.el (sit-for): Just sleep-for if noninteractive.
10823 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10825         * emacs-lisp/autoload.el (make-autoload): Use new arg.
10827         * custom.el (custom-autoload): Add `noset' argument.
10828         (custom-push-theme): Don't autoload the variable, let callers do it.
10829         (custom-theme-set-variables): Autoload the variable if necessary.
10831         * cus-edit.el (custom-variable-state-set): If the variable was
10832         originally set outside custom, but to the same value as the default,
10833         consider it to be standard.
10835         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10836         file *before* telling Emacs to add the autoloads, in case it fails.
10838         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10839         Use `cond', push', and `dolist'.
10841 2006-07-17  Richard Stallman  <rms@gnu.org>
10843         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10844         Add defvars to silence warnings.
10846 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10848         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10849         Don't highlight "Compiling file" messages as error.
10851         * dired-aux.el (dired-compress-file): Confirm again if gzipped
10852         file already exists.
10854 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
10856         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
10857         entry, don't assign to free var; simply return the extracted filename.
10858         (ff-treat-as-special): Incorporate common preamble from callers.
10859         (ff-other-file-name, ff-find-the-other-file):
10860         Update call to ff-treat-as-special.
10862         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10864 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
10866         * tumme.el (tumme-get-comment): Fix bug.
10868 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10870         * files.el: Remove spurious * in docstrings.
10872 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10874         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10875         grammar.
10876         (allout-beginning-of-current-line): Beware beginning of buffer.
10877         Also, a comment is simplified.
10878         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10879         when appropriate.  (This fix enables use for other than
10880         bullet-hotspot operation.)
10881         (allout-hide-current-subtree): While escalating to sibling-close,
10882         make sure to situate on a topic.
10884 2006-07-14  Kim F. Storm  <storm@cua.dk>
10886         * emulation/cua-base.el (cua-delete-selection)
10887         (cua-toggle-set-mark): New defcustoms.
10888         (cua-rectangle-modifier-key): Add `alt' modifier.
10889         (cua-replace-region): Don't delete if cua-delete-selection is nil.
10890         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10891         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10893         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10895 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10897         * allout.el: Require 'cl during byte-compilation/interactive load,
10898         for the `assert' macro.
10899         (allout-mode-deactivate-hook): New hook, run when allout mode
10900         deactivates.
10901         (allout-developer): New allout customization subgroup.
10902         (allout-run-unit-tests-on-load): New allout-developer
10903         customization variable, when true allout unit tests are run towards
10904         end of file load/eval.
10905         (allout-inhibit-auto-fill): Disable auto-fill activity even during
10906         auto-fill-mode.
10907         (allout-resumptions): Remove, to be replaced by...
10908         (allout-add-resumptions): Register variable settings to be
10909         reinstated by `allout-do-resumptions'.  The settings are made
10910         buffer-local, but the locality/globality of the suspended setting
10911         is restored on resumption.
10912         (allout-do-resumptions): Reinstate all settings suspended using
10913         `allout-add-resumptions'.
10914         (allout-test-resumptions): Unit tests (and intermediate variables)
10915         for resumptions.
10916         (allout-tests-globally-unbound, allout-tests-globally-true)
10917         (allout-tests-locally-true): Intermediate variables for
10918         resumptions unit tests.
10919         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10920         (allout-exposure-category): Replaces 'allout-overlay-category variable.
10921         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10922         instead of retired `allout-resumptions'.  For hook functions, use
10923         `local' parameter so hook settings are created and removed as
10924         buffer-local settings.  Revise (resumptions) setting
10925         auto-fill-function so it is set only if already active.  (The
10926         related fill-function settings are all made in either case, so
10927         that activating auto-fill-mode activity will have the custom
10928         allout-mode behaviors (hanging indent on topics, if configured for it).
10929         Remove all allout-exposure-category overlays on mode deactivation.
10930         (allout-hotspot-key-handler): New function extracted from
10931         `allout-pre-command-business', so the functionality can be used
10932         for other purposes, eg as a binding in an overlay.
10933         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10934         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10935         customization variable.
10936         (allout-run-unit-tests): Run the (currently quite small)
10937         repertoire of unit tests.  Called just before the provide iff user
10938         has customized `allout-run-unit-tests-on-load' non-nil.
10940 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10942         * emacs-lisp/authors.el (authors-aliases): Update.
10944 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
10946         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10947         gdb-source-window.  Add dedicated argument.
10948         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10949         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10950         (gdb-display-threads-buffer, gdb-display-memory-buffer)
10951         (gdb-display-locals-buffer): Use it.
10953         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10954         Set gdb-source-window.
10956 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10958         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10959         minor modes, redundant with the custom-autoload line above.
10961 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
10963         * longlines.el (longlines-post-command-function): Handle open-line too.
10965 2006-07-12  Richard Stallman  <rms@gnu.org>
10967         * progmodes/grep.el (grep-last-buffer): Doc fix.
10969         * info.el (Info-try-follow-nearest-node): Doc fix.
10971         * emacs-lisp/edebug.el (edebug-instrument-function):
10972         Err if find-function-noselect gives no position.
10974         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10975         If can't find definition, return nil for position.
10976         (find-function-do-it): Handle new return value
10977         of find-definition-noselect.
10978         (find-definition-noselect, find-variable-noselect): Doc fix.
10979         (find-function-noselect): Doc fix.
10981         * help-mode.el (help-variable-def): Handle find-variable-noselect
10982         returning no position.
10983         (help-function-def): Likewise for find-function-search-for-symbol.
10984         (help-face-def): Likewise.
10986         * help-fns.el (describe-variable): Handle find-variable-noselect
10987         returning no position.
10989         * files.el (locate-file-completion): Avoid duplicates in result.
10991         * cus-edit.el (custom-no-edit): New command.
10992         (custom-mode-map): Remap to custom-no-edit instead of
10993         using suppress-keymap.
10995 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
10997         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10998         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10999         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11001         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11003 2006-07-11  Kim F. Storm  <storm@cua.dk>
11005         * ido.el (ido-copy-current-file-name): Use buffer-name if
11006         buffer-file-name is nil.
11008 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
11010         * simple.el (undo-ask-before-discard): Set to nil.
11012         * vc.el (vc-exec-after): Don't delete process manually.
11013         (vc-print-log): Run log-view-mode in process sentinel inside
11014         inhibit-read-only.  Don't shrink window due to timing issues.
11016         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11017         Avoid using with-output-to-temp-buffer, which clobbers local vars.
11019 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11021         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11022         Fix ambiguity introduced by last change.
11023         (compilation-find-file): Move save-excursion to where it may
11024         make sense.  Fix a left over `find-file'.
11026 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
11028         * textmodes/texinfmt.el (texinfo-format-separate-node):
11029         Insert a string before point, which fits documentation, not after.
11030         (texinfo-multitable-item): In a multitable row, insert any
11031         additional needed @tabs and spaces.
11033 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
11035         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11036         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11037         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11038         instead of shell-command.
11039         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11040         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11041         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11042         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11043         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11044         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11046 2006-07-11  Kim F. Storm  <storm@cua.dk>
11048         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
11049         Remove special case for seconds < 0.  Use (redisplay t) instead.
11051 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
11053         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11054         avoid compilation error.
11056         * subr.el (sit-for): New function.
11058         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11060 2006-07-10  Richard Stallman  <rms@gnu.org>
11062         * ldefs-boot.el (edebug): Update page.
11064 2006-07-10  Kim F. Storm  <storm@cua.dk>
11066         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11067         to FOR-RELEASE and TODO.
11069 2006-07-10  Romain Francoise  <romain@orebokech.com>
11071         * emacs-lisp/authors.el (authors-aliases): Update.
11073 2006-07-10  Alan Mackenzie  <acm@muc.de>
11075         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11076         * cc-mode.el: Changes to eradicate eval-after-load.
11078 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
11080         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11081         on non-char events.
11083 2006-07-09  Romain Francoise  <romain@orebokech.com>
11085         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11086         Don't highlight start/end markers as compilation messages.
11088         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11089         to t.
11091 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11093         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11095 2006-07-08  Richard Stallman  <rms@gnu.org>
11097         * term/x-win.el (x-handle-display): Add doc string.
11099         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11101         * subr.el (def-edebug-spec): Move here.
11102         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11104         * imenu.el (imenu-choose-buffer-index): Doc fix.
11106 2006-07-08  Romain Francoise  <romain@orebokech.com>
11108         * term/x-win.el (x-display-name): Fix typo.
11110 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
11112         * hexl.el (hexl-find-file): Doc fix.
11114         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11116 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
11118         * term/x-win.el (x-display-name): Doc fix.
11120 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11122         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11123         long prefixes.
11124         (fill-region-as-paragraph): Don't round up to a whole line.
11125         (fill-comment-paragraph): Don't include the code-before-the-comment
11126         when calling fill-region-as-paragraph.
11128         * international/mule.el (make-char): Remove redundancy.
11130         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11131         property may contain an anonymous function rather than a symbol.
11133         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11135         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11136         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
11138         * dirtrack.el (dirtrack-default-directory-function): Remove.
11139         (dirtrack-directory-function): Use file-name-as-directory.
11140         (dirtrack-windows-directory-function): Simplify.
11141         (dirtrack-forward-slash, dirtrack-backward-slash)
11142         (dirtrack-replace-slash): Remove.
11143         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11144         (dirtrack): Fix wrong parenthesizing; use match-string.
11146         * progmodes/octave-inf.el: Remove spurious * in docstrings.
11147         (inferior-octave-mode): Only change the buffer-local value of
11148         comint-dynamic-complete-functions.
11149         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11150         Move the initialization to the declaration.
11151         (inferior-octave-complete): Remove unused var `filter'.
11153         * shell.el (shell-mode): Only change the buffer-local value of
11154         comint-dynamic-complete-functions.
11156 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
11158         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11159         entry is skipped because it has been scheduled.
11160         (org-prepare-agenda-buffers): Don't mark buffers as modified when
11161         changing `:org-archived' and `:org-comment' properties.
11163 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
11165         * server.el (server-select-display): Don't make the temp frame
11166         minibuffer-only, in case it's not a temp frame.
11167         (server-process-filter): Don't delete the temp frame if it's the
11168         only one we have on that display.
11170         * files.el (find-alternate-file): Doc fix.
11172 2006-07-05  Richard Stallman  <rms@gnu.org>
11174         * files.el (abbreviate-file-name): Add save-match-data.
11176 2006-07-03  Richard Stallman  <rms@gnu.org>
11178         * faces.el (read-face-name): Doc fix.
11180 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
11182         * net/goto-addr.el (goto-address): Mark as safe for local evals.
11184 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
11186         * vc.el (vc-diff-internal): Fix prev change.
11188 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
11190         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11191         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11193 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11195         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11196         fails if the symbol contains chars like ( or '.
11197         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11198         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11199         `short'.
11201 2006-07-04  Kenichi Handa  <handa@m17n.org>
11203         * international/mule-cmds.el (set-language-info): If LANG-ENV is
11204         the current one, don't call set-language-environment, but call one
11205         of set-language-environment-XXX to make INFO effective now.
11206         (set-language-environment): Call set-language-environment-XXX
11207         functions instead of doing the various setups directly.
11208         (set-language-environment-coding-systems): Delete argument eol-type.
11209         (set-language-environment-input-method)
11210         (set-language-environment-nonascii-translation)
11211         (set-language-environment-charset)
11212         (set-language-environment-fontset)
11213         (set-language-environment-unibyte): New functions.
11215 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
11217         * locate.el (locate-update-when-revert): New option.
11218         (locate-update-path): New option (suggested by Michael Albinus).
11219         (locate-prompt-for-command): Whitespace change.
11220         (locate-update): No longer offer to update the locate database by
11221         default.  Implement the two new options.
11223 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
11225         * tooltip.el: Move comment about track-mouse...
11227         * progmodes/gud.el: ...to here.
11229 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
11231         * facemenu.el (facemenu-listed-faces): New var.
11232         (facemenu-unlisted-faces): Variable deleted.
11233         (facemenu-add-new-face): Use facemenu-listed-faces.
11235         * emulation/viper-init.el, calendar/calendar.el:
11236         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11238 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
11240         * textmodes/org.el (org-mode): Remove no invalid settings for
11241         calc embedded mode.
11242         (org-mode-p): New defsubst.
11243         (org-save-all-org-buffers): New function.
11244         (org-first-headline-recenter): Enclose outline-regexp in group
11245         delimiters.
11246         (org-set-tags): Keep single space after stars.
11248 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11250         * window.el (set-window-text-height): Only set window-min-height to
11251         1 if that's the requested size.
11253         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11254         (diff-unified->context, diff-context->unified)
11255         (diff-reverse-direction): Make sure the end marker stays at the end.
11256         (diff-mode): Add the keymap table at the end of docstring.
11257         Use lexical-let rather than constructing a closure manually.
11259         * files.el (find-file-noselect-1): Remove unused var assignment.
11260         (hack-local-variables-confirm): Print lists of strings as lists of
11261         strings rather than lists of symbols.
11262         (abbreviate-file-name, hack-local-variables-prop-line):
11263         Use match-string.
11264         (hack-one-local-variable): Move `make-local-variable' nearer its use.
11265         (recover-session-finish): Use line-end-position.
11267 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
11269         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11271 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
11273         * progmodes/make-mode.el (makefile-macroassign-regex):
11274         Accept preceding keyword.
11275         (makefile-gmake-statements): Reorganize, now that makepp has
11276         "override" and also handle forgotten "override define".
11277         (makefile-makepp-statements): Add new "global", "override export"
11278         and "override global".
11280 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
11282         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11283         (ada-compile-mouse-goto-error, ada-deactivate-properties)
11284         (ada-no-auto-case): Fix typos in docstrings.
11286 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
11288         * info.el (Info-find-node-2): Search for makeinfo version more
11289         carefully.
11291 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
11293         * textmodes/org.el (org-prepare-agenda-buffers):
11294         Use `invisible-OK' argument for `org-end-of-subtree'.
11295         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11296         (org-beginning-of-item): Fix bug in regular expression for white line.
11297         (org-export-as-html): Enforce space after bullet in plain list items.
11298         (org-set-autofill-regexps): Require space after plain list bullet
11299         for paragraph-start.
11300         (org-ts-regexp3): New constant.
11301         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
11302         (org-timestamp-up-day, org-timestamp-down-day)
11303         (org-timestamp-change): Work with inactive timestamps.
11304         (org-ts-regexp1): Don't allow brackets in time stamps.
11306 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
11308         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
11309         for ignoring links.
11311         * faces.el (read-face-name): Use it.
11313 2006-06-28  Juri Linkov  <juri@jurta.org>
11315         * buff-menu.el (list-buffers-noselect): Compare Info file
11316         with the string "dir" to detect Info directory.
11318         * complete.el (partial-completion-mode): In lambda for
11319         `choose-completion-string-functions' use full function signature
11320         with 4 args, and move point to the end of the minibuffer only if arg
11321         `mini-p' is non-nil.
11323 2006-06-28  John Paul Wallington  <jpw@pobox.com>
11325         * ibuffer.el (ibuffer-mode): Doc fix.
11327 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
11329         * textmodes/org.el (org-context): New contexts :item-bullet,
11330         :latex-fragment, :latex-preview.
11331         (org-overlays-at, org-overlay-start, org-overlay-end):
11332         New compatibility functions.
11333         (org-inside-LaTeX-fragment-p): More accurate matching, using the
11334         exact regexp that will be used during export.
11335         (org-latex-regexps): New variable.
11336         (org-cdlatex-mode): Improve advice for `texmathp'.
11337         (turn-on-org-cdlatex): New function.
11339 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11341         * term/mac-win.el (mac-handle-font-selection): Change keys of
11342         mac-atsu-font-table from strings to numbers.
11343         (mac-ts-caret-position): Use also when cursor-type is nil.
11344         (mac-ts-update-active-input-area): Add Mac OS Classic support.
11345         Relax condition for using overlay strings.
11346         Use mac-ts-caret-position face when cursor-type is nil.
11348 2006-06-26  Kim F. Storm  <storm@cua.dk>
11350         * help.el (view-emacs-news): Declare `res' in the right let* form.
11352 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
11354         * net/rcompile.el (remote-compile): Replace ange-ftp based
11355         implementation by Tramp functions.
11356         Suggested by Marc Abramowitz <msabramo@gmail.com>.
11358         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
11360 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
11362         * international/fontset.el (setup-default-fontset): Fix a typo in
11363         the "Oriya-Akruti" registry name.
11365 2006-06-23  Lars Hansen  <larsh@soem.dk>
11367         * desktop.el (desktop-full-file-name): New function.
11368         (desktop-kill, desktop-save, desktop-remove, desktop-read)
11369         (desktop-revert): Use it.
11370         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11371         (desktop-after-read-hook): Add option list-buffers.
11372         (desktop-locals-to-save): Add tab-width.
11373         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11374         Fix docstring.
11376 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
11378         * textmodes/org.el (org-cdlatex-mode-map)
11379         (org-cdlatex-texmathp-advice-is-done): New variables.
11380         (org-cdlatex-mode): New minor mode.
11381         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11382         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11383         (org-export-with-archived-trees): New option.
11384         (org-open-file): Remove the call to `convert-standard-filename'.
11385         (org-archive-tag, org-agenda-skip-archived-trees)
11386         (org-cycle-open-archived-trees)
11387         (org-sparse-tree-open-archived-trees): New options.
11388         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11389         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11390         New functions.
11391         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11392         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11393         (org-mode-map): Add binding for `org-toggle-archive-tag'.
11394         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11395         Call `org-prepare-agenda-buffers'.
11396         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11397         (org-file-apps, org-file-apps-defaults-gnu)
11398         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11399         Handle remote files by forcing them to be opened in Emacs.
11401 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
11403         * vc.el (vc-diff-knows-L): New variable.
11404         (vc-diff-internal): Use it to handle "diff" programs that don't
11405         understand -L.  This works automatically, no user action is necessary.
11407 2006-06-23  Daniel Brockman  <daniel@brockman.se>
11409         * net/rcirc.el (rcirc-default-user-full-name): Default to
11410         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
11411         longer exists).
11412         (rcirc-process-list): Check `buffer-live-p' before attempting to
11413         switch to a buffer.
11415 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
11417         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11418         based on rcirc-coding-system-alist.
11420 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
11422         * cus-edit.el (customize-apropos): A better error message.
11423         (top level) <debug-ignored-errors>: Extend and update the list of
11424         ignored error messages.
11426 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
11428         * complete.el (PC-do-completion): Retain capitalization of user
11429         input, when possible, even if completion-ignore-case is set.
11431 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
11433         * generic-x.el (bat-generic-mode): Support .cmd files.
11435         * dos-w32.el (top level): Use find-file-not-found-functions
11436         instead of the obsolete find-file-not-found-hooks.
11438 2006-06-22  Kim F. Storm  <storm@cua.dk>
11440         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11441         to recognize mode name containing submodes, such as Grep/lw.
11443 2006-06-21  Kim F. Storm  <storm@cua.dk>
11445         * simple.el (line-move-1): Check for move-end-of-line instead of
11446         end-of-line when setting temporary-goal-column.
11448 2006-06-21  Miles Bader  <miles@gnu.org>
11450         * play/cookie1.el (cookie): Work properly when there's only one entry.
11452 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
11454         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11455         (gdb-frame-handler): Generalize frame regexp for templates.
11457 2006-06-20  Glenn Morris  <rgm@gnu.org>
11459         * calendar/appt.el (appt-display-format): Default value must be
11460         one of the customize options.
11462 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
11464         * term/xterm.el (terminal-init-xterm): Update key availability info.
11465         Bind C-return.
11467         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11469 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
11471         * files.el (hack-local-variables): Run `hack-local-variables-hook'
11472         whether or not a local variables list is defined.
11474         * msb.el (msb): Move `sit-for' hack here to handle both
11475         "mouse-down and drag" and "mouse-up and select" situations.
11476         (mouse-select-buffer): Move `sit-for' hack to `msb'.
11478 2006-06-20  Kenichi Handa  <handa@m17n.org>
11480         * international/characters.el (word-combining-categories):
11481         Add entries for 2-byte Han characters.
11483 2006-06-19  Richard Stallman  <rms@gnu.org>
11485         * bindings.el (mode-line-format): Save some mode line space.
11487         * files.el (find-file-noselect): Improve the question wording.
11488         (basic-save-buffer-2): Mask UMASK against 666.
11490         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11491         (mouse-drag-vertical-line): Call it.
11493         * cus-edit.el (customize-option, customize-option-other-window):
11494         Error if SYMBOL is nil.
11496 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
11498         * textmodes/org.el: Require noutline, also on XEmacs.
11499         (org-end-of-subtree): Return point.
11500         (org-dblock-start-re, org-dblock-end-re): New constants.
11501         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11502         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11503         (org-update-all-dblocks, org-find-dblock): New functions.
11504         (org-collect-clock-time-entries): New function.
11505         (org-html-handle-time-stamps): Never export CLOCK timeranges.
11506         (org-fixup-indentation): Modify to deal correctly with lines
11507         starting with TAB.  Only one argument DIFF now.
11508         (org-demote, org-promote): Call `org-fixup-indentation' with just
11509         one argument, DIFF.
11510         (org-mode): Don't mark buffer as modified when aligning tables.
11511         (org-clock-sum): Don't mark buffer modified when adding time sum
11512         properties.
11513         (org-export-as-html): Add support for a link validation function.
11514         (org-archive-all-done): New function.
11515         (org-archive-subtree): New prefix argument.  When set, archive all
11516         done subtrees in this buffer.
11517         (org-remove-clock-overlays)
11518         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11519         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11520         (org-put-clock-overlay): Don't swallow last headline character
11521         when displaying overlay.
11522         (org-store-link): Link to `image-mode' with just the file name.
11524 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
11526         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11527         Use read-key-sequence.
11528         (viper-after-change-undo-hook): Misc enhancements.
11529         (viper-after-change-undo-hook): New hook.
11530         (viper-undo): Use viper-after-change-undo-hook.
11531         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11532         (viper-next-line-at-bol): If point is on a widget or a button, simulate
11533         clicking on that widget/button.
11535         * emulation/viper.el (viper-mode): Allow a separate cursor color
11536         in Emacs state.
11538         * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11539         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11540         (ediff-set-actual-diff-options): New function.
11541         (ediff-reset-diff-options, ediff-toggle-ignore-case):
11542         Use ediff-set-actual-diff-options.
11543         (ediff-extract-diffs): Catch errors.
11544         (ediff-whitespace): Add non-breakable space.
11545         (ediff-same-file-contents): Catch errors.
11547         * ediff-mult.el (ediff-collect-custom-diffs):
11548         Save coding-system-for-read.
11550         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11551         (ediff-vc-internal, ediff-vc-merge-internal):
11552         Use ediff-delete-version-file.
11553         (ediff-delete-version-file): New function.
11555         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11557         * ediff.el (ediff-directories, ediff-directory-revisions)
11558         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11559         (ediff-directories-internal, ediff-merge-directory-revisions)
11560         (ediff-merge-directory-revisions-with-ancestor)
11561         (ediff-directories3): Use read-directory-name.
11563 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
11565         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11566         Remove superfluous part of regexp for brace matching which is handled
11567         by `scan-lists' call.
11569 2006-06-16  Richard Stallman  <rms@gnu.org>
11571         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11573         * files.el (basic-save-buffer-2): For a new precious file,
11574         use the default modes in the return value.
11576         * facemenu.el (facemenu-color-alist): Doc fix.
11578         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11580 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11582         * cus-start.el (all): Add mac-ts-script-language-on-focus.
11584         * term/mac-win.el (mac-text-encoding-ascii): New constant.
11585         (mac-utxt-to-string): Use it.
11586         (mac-ts-update-active-input-area): Use mac-ae-number.
11588 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
11590         * term.el (term-handle-scroll, term-delete-lines)
11591         (term-insert-lines): Fix off by one errors.
11593 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11595         * net/tramp.el (tramp-touch): Use UTC to express time.
11597 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
11599         * mail/sendmail.el (mail-send): Search explicitly for
11600         mail-header-separator when checking for corrupted header lines.
11602 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
11604         * progmodes/gdb-ui.el (gdb-same-frame): New option.
11605         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11606         (gdb-init-1): Initialise them.
11607         (gdb-starting): Reset gdb-printing
11608         (gdb-starting): Save value of gud-overlay-arrow-position.
11609         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11610         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11611         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11612         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11614 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11616         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11618 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
11620         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11621         (ldap-search-internal): Keep error messages, and a regexp fix.
11623 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
11625         * files.el (hack-local-variables-confirm):
11626         Display string value using its printed representation.
11628 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
11630         * server.el (server-edit): No-op if no server buffers exist.
11632 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
11634         * textmodes/page-ext.el (pages-directory-for-addresses):
11635         Including `pages-directory-address-mode' in the function results
11636         in the message "Buffer in which pages were found is deleted".
11638 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
11640         * textmodes/org.el (org-agenda-mode-map): Add bindings for
11641         clocking functions.
11643         (org-agenda-clock-in, org-check-running-clock)
11644         (org-clock-out-if-current, org-remove-clock-overlays)
11645         (org-put-clock-overlay): New functions.
11646         (org-clock-marker, org-clock-file-total-minutes)
11647         (org-clock-overlays): New variables.
11648         (org-clock-display, org-clock-sum, org-clock-cancel)
11649         (org-clock-out, org-clock-in): New commands.
11650         (org-export): New function.
11651         (org-emph-re): New constant.
11652         (org-set-emph-re, org-do-emphasis-faces): New functions.
11653         (org-emphasis-regexp-components, org-emphasis-alist): New options.
11654         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11655         (org-export-html-convert-emphasize): Use the configurable emphasis.
11656         (org-cleaned-string-for-export): Make multiline emphasis visible
11657         to the exporter.  New optional argument PARAMETERS.
11658         (org-export-as-html): Specify :emph-multiline parameter to
11659         `org-cleaned-string-for-export'.
11661 2006-06-10  Richard Stallman  <rms@gnu.org>
11663         * help.el (help-for-help-internal): Clean up help text.
11665 2006-06-10  Andreas Schwab  <schwab@suse.de>
11667         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11668         in doc string.
11670         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11672 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
11674         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11675         spaces after the comment start.
11677 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11679         * play/pong.el (pong-init-buffer):
11680         Fill buffer with spaces instead of ^A.
11682         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11683         launched asynchronously, delete its process instead of being cool.
11684         (ispell-async-processp): Check for `delete-process' existence
11685         instead of `kill-process' one for consistency.
11687 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
11689         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11690         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11691         in mode line at startup.
11693 2006-06-08  Kim F. Storm  <storm@cua.dk>
11695         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11696         (ido-init-completion-maps): Bind them to M-SPC and M-v.
11697         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11698         (ido-file-internal): Pass full file name to write-file.
11699         (ido-read-internal): Only pop stack elements automatically if they
11700         actually match an existing directory or file name.
11702 2006-06-07  Kenichi Handa  <handa@m17n.org>
11704         * international/mule.el (find-auto-coding): Don't handle the short
11705         name `char-trans'.
11707         * files.el (hack-local-variables-prop-line)
11708         (hack-local-variables): Cancel the previous change.
11710 2006-06-06  Jesper Harder  <harder@phys.au.dk>
11712         * ediff-diff.el (ediff-test-utility): Protect against file-error.
11714 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
11716         * diff-mode.el (diff-mode): Set buffer-read-only to t when
11717         diff-default-read-only is non-nil.
11718         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11719         (diff-refine-hunk): Set inhibit-read-only to t.
11721         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11722         modifying the *Diff* buffer.
11723         (diff-process-filter): New filter function for diff process that
11724         sets inhibit-read-only to t when modifying the *Diff* buffer.
11726 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
11728         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11729         insertion point and control the number of empty lines.
11730         (org-paste-subtree): Limit the number of empty lines at the end of
11731         the inserted tree.
11732         (org-agenda): Use buffer name of current file for narrowing.
11733         (org-export-as-xml): Command removed.
11734         (org-export-xml-type): Option removed.
11735         (org-mode-map): Call `org-export-as-xoxo' directly.
11736         (org-get-indentation): New optional argument LINE.
11737         (org-fix-indentation, org-remove-tabs): New functions.
11738         (org-export-as-ascii, org-ascii-level-start): Determine and apply
11739         correct indentation for headlines that are converted it items.
11740         (org-skip-comments): Remove table lines that contain narrowing
11741         cookies but no other non-empty fields.
11742         (org-set-tags): Allow groups of mutually exclusive tags.
11743         (org-cmp-time): Sort 24:21 before items without time.
11744         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11745         (org-open-at-point): Require double colon also for numbers.
11747 2006-06-06  Kim F. Storm  <storm@cua.dk>
11749         * ido.el (ido-default-file-method, ido-default-buffer-method):
11750         Make choice values consistent with corresponding command names.
11751         (ido-visit-buffer): Update accordingly.  Default to selected-window.
11753 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
11755         * progmodes/gud.el (gud-running): Fix doc string.
11756         (gud-menu-map): Use :visible instead fo :enable for debugger test.
11757         (gud-tooltip-modes): Add python-mode.
11758         (gud-tooltip-print-command): Add pdb.  Remove perldb.
11760 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
11762         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11763         Quote $(EMACS).
11765 2006-06-05  Richard Stallman  <rms@gnu.org>
11767         * faces.el (defined-colors): Doc fix.
11769 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
11771         * vc.el (vc-process-filter): Inhibit undo info collection around
11772         call to insert.
11773         (vc-setup-buffer): Likewise for call to erase-buffer.
11774         (vc-do-command): Likewise for call to process-file.
11776 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
11778         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11779         for gud-go.
11780         (gud-common-init): Other debuggers may trigger error.
11782 2006-06-05  Kenichi Handa  <handa@m17n.org>
11784         * international/mule.el (find-auto-coding):
11785         Handle enable-character-translation in file header.
11787 2006-06-04  Kim F. Storm  <storm@cua.dk>
11789         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11790         (authors-fixed-entries): Fix spelling.
11791         (authors-canonical-file-name): Don't report error for wildcards.
11793         * help.el (view-emacs-news): Rewrite to support new NEWS,
11794         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
11795         e.g. version 10 matches 1.10, and don't be confused by version 1.1
11796         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
11798 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
11800         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11801         exec constructs like `foo bar`.
11802         (sh-quoted-subshell): New helper function to search for a possibly
11803         nested subshell (like `` or $()) within a "" quoted string.
11804         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11805         (sh-apply-quoted-subshell): Flag quote characters inside a
11806         subshell, which is itself already in a quoted region, as
11807         punctuation, since this is the closest to what they actually are.
11808         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11809         sh-apply-quoted-subshell.
11810         (sh-font-lock-syntactic-face-function): Apply the new face for
11811         text inside `` instead of the old font-lock-string-face.
11813 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11815         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11816         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11817         (mac-bytes-to-text-range, mac-ae-text-range-array)
11818         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11819         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11820         (mac-ts-unicode-for-key-event): New functions.
11821         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11822         (mac-handle-font-selection): Use mac-ae-number.
11823         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11824         New variables.
11825         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11826         (mac-ts-converted-text, mac-ts-selected-converted-text)
11827         (mac-ts-block-fill-text, mac-ts-outline-text)
11828         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11829         (mac-ts-hilite-style-faces): New constant.
11830         (mac-apple-event-map): Bind text input events.
11831         (mac-dispatch-apple-event): Use command-execute instead of
11832         call-interactively.
11833         (global-map): Don't bind mac-apple-event.
11834         (special-event-map): Bind mac-apple-event.
11836 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
11838         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11839         file name.
11840         (emacs): Enclose the value of $(EMACS) in quotes.
11842 2006-06-02  Juri Linkov  <juri@jurta.org>
11844         * international/mule.el (sgml-html-meta-auto-coding-function):
11845         Remove the condition `(search-forward "<html" size t)'.
11846         Replace `\"' with `[\"']?' in `re-search-forward'.
11848 2006-06-02  Kenichi Handa  <handa@m17n.org>
11850         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11851         as well as `coding'.
11852         (hack-local-variables): Likewise.
11854         * international/mule.el (enable-character-translation):
11855         Put permanent-local and safe-local-variable properties.
11856         (find-auto-coding): Handle char-trans: tag.
11858 2006-06-02  Juri Linkov  <juri@jurta.org>
11860         * international/mule.el (sgml-html-meta-auto-coding-function):
11861         Limit the search by the end of the HTML header (if any).
11863 2006-06-01  Richard Stallman  <rms@gnu.org>
11865         * subr.el (with-current-buffer): Doc fix.
11867 2006-06-02  Masatake YAMATO  <jet@gyve.org>
11869         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11870         Almost rewrite.  Underlines over all lines of gcov output are too
11871         uncomfortable to read.  Suggested by Dan Nicolaescu.
11873 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
11875         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11877         * shell.el (shell-mode): Use shell-mode-map in docstring.
11879         * comint.el (comint-send-input): Do not add help-echo and
11880         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11882 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11884         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11886 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
11888         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11889         (gdb-stopped, gdb-info-stack-custom): If there is no source info
11890         look up the stack and pop up GUD buffer if necessary.
11891         (gdb-frames-select): Remove redundant call to gud-display-frame.
11892         (gdb-info-threads-custom): Keep point at start of buffer.
11893         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11895 2006-05-31  Juri Linkov  <juri@jurta.org>
11897         * replace.el (query-replace-read-from, query-replace-read-to):
11898         Bind `history-add-new-input' to nil.  Call `add-to-history'.
11900 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
11902         * textmodes/table.el: Convert all HTML tags to lower case for
11903         XHTML compatibility.
11905 2006-05-31  Masatake YAMATO  <jet@gyve.org>
11907         * progmodes/compile.el:
11908         (compilation-error-regexp-alist-alist::gcov-called-line):
11909         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
11911 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
11913         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11914         Revert inadvertent changes made with last commit.
11916 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11918         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11919         New functions.
11921         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11923 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
11925         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11926         only matches in the right place.
11927         (org-upcoming-deadline): New face.
11928         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11929         (org-export-ascii-underline): Rename constant `org-ascii-underline'
11930         and make it an option.
11931         (org-export-ascii-bullets): New option.
11932         (org-export-as-html): Many changes to emit valid XHTML.
11933         (org-par-open): New variable.
11934         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11935         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11936         (org-timeline): Pass `org-timeline-show-empty-dates' to
11937         `org-get-all-dates'.  Interpret empty dates returned by
11938         `org-get-all-dates'.
11939         (org-get-all-dates): New argument EMPTY.  Add dates without
11940         entries to the list, mark large ranges of empty dates.
11941         (org-point-in-group, org-context): New functions.
11943 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
11945         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11947         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11948         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11949         to C-mouse-3 (for 2 button mice).
11950         (gdb-send): Do the right thing for C-d.
11952         * speedbar.el (speedbar-detach): Delete.
11953         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11954         it breaks things.
11955         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11957 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
11959         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11960         Makeppfile.
11962         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11963         Add makepp diagnostic.
11965 2006-05-29  Richard Stallman  <rms@gnu.org>
11967         * window.el (fit-window-to-buffer): Doc fix.
11969         * help.el (temp-buffer-max-height): Doc fix.
11971         * subr.el (with-current-buffer): Doc fix.
11973 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11975         * term/x-win.el: Bind F10 to menu-bar-start if available.
11977 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
11979         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11980         uses with a simple test.
11981         (term-set-escape-char, term-mode, term-check-kill-echo-list)
11982         (term-send-raw-string, term-send-raw, term-mouse-paste)
11983         (term-char-mode, term-line-mode, term-exec, term-sentinel)
11984         (term-handle-exit, term-read-input-ring)
11985         (term-previous-matching-input-string)
11986         (term-previous-matching-input-string-position)
11987         (term-previous-matching-input-from-input)
11988         (term-replace-by-expanded-history, term-send-input)
11989         (term-skip-prompt, term-bol, term-send-invisible)
11990         (term-kill-input, term-delchar-or-maybe-eof)
11991         (term-backward-matching-input, term-check-source)
11992         (term-proc-query, term-emulate-terminal)
11993         (term-handle-colors-array, term-process-pager, term-pager-line)
11994         (term-pager-bob, term-unwrap-line, term-word)
11995         (term-dynamic-complete-filename)
11996         (term-dynamic-complete-as-filename)
11997         (term-dynamic-simple-complete): Replace one arm ifs with whens or
11998         unlesses.
12000 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12002         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12003         during bootstrapping.
12005         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12006         Basically undo the change of 2006-05-26: use extra arguments instead of
12007         dynamic scoping.
12008         (ewoc-locate): Remove unused var `footer'.
12010 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12012         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12014         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12015         (generate-file-autoloads): Obey it.  Return whether autoloads were
12016         added at point or not.
12017         (update-file-autoloads): Use this new return value.
12018         Remove redundant test for the presence of an autoload cookie.
12020         * emacs-lisp/autoload.el (autoload-find-file): New fun.
12021         This one calls hack-local-variables.
12022         (generate-file-autoloads, update-file-autoloads): Use it.
12024         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12025         (bibtex-sort-entry-class): Add safe-local-variable predicate.
12026         (bibtex-sort-entry-class-alist): Don't set the global value.
12027         (bibtex-init-sort-entry-class-alist): New fun.
12028         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12029         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12030         of bibtex-init-sort-entry-class.
12032 2006-05-28  Richard Stallman  <rms@gnu.org>
12034         * subr.el (load-history-regexp): If FILE is relative, insist
12035         entire last name component must match it.
12036         (load-history-filename-element, load-history-regexp): Doc fixes.
12038 2006-05-29  Kim F. Storm  <storm@cua.dk>
12040         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12041         `pos' and `raw-data' for clarity, as eval forms may access these.
12043 2006-05-28  Kim F. Storm  <storm@cua.dk>
12045         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12047 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12049         * progmodes/make-mode.el (makefile-browser-map)
12050         (makefile-mode-syntax-table): Move initialization inside declaration.
12051         (makefile-fill-paragraph): Use the default comment-filling code.
12053 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
12055         * replace.el (query-replace-defaults): New variable.
12056         (query-replace-read-from): Use `query-replace-defaults' for
12057         default value, instead of history list.
12058         (query-replace-read-to): Update `query-replace-defaults'.
12060 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
12062         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12063         with no X toolkit.
12065 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
12067         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12068         (tumme-show-all-from-dir): Add autoload.
12070 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
12072         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12073         (tumme-remove-tag): Fix bug.
12075 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
12077         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12078         FOOTER args.  Update unique caller.
12079         (ewoc-delete): Compute last node once before looping.
12080         (ewoc--node-branch): Merge into unique caller.
12081         (ewoc--node): Don't define constructor make-ewoc--node for this
12082         structure.
12083         (ewoc): Add member `hf-pp' to this structure.
12084         (ewoc--wrap): New func.
12085         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
12086         header/footer pretty-printers.  Save header/footer pretty-printer.
12087         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12089         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12091 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
12093         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12094         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
12095         Tag'.  Change "Compare directories..." to "Change Directories...".
12096         Move tumme commands to Operate, Regexp and Immediate menus.
12097         Change "Add Comment" to "Add Image Comment".  Change "Add Image
12098         Tag" to "Add Image Tags".
12100         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12101         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12102         `tumme-delete-tag'.
12104 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12106         * shell.el (shell-mode): Call shell-dirtrack-mode after
12107         list-buffers-directory is made a local variable, to avoid setting
12108         the default value.
12110 2006-05-26  Kevin Ryde  <user42@zip.com.au>
12112         * info.el (Info-index-next): Use where-is-internal to report
12113         actual binding of Info-index-next, rather than hard-coded `,'.
12115 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
12117         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12118         and "Find Command in Manual" to here.
12120         * buff-menu.el (list-buffers-noselect): For Info buffers, use
12121         Info-current-file as the file name.
12123 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
12125         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
12126         overrides will now be done a different way.
12127         (ses-set-parameter): Reapply this function for undo.
12128         (ses-set-header-row): Reconstruct header row during undo.
12129         (ses-widen): New function.
12130         (ses-goto-data, ses-reconstruct-all): Use new function.
12131         (ses-command-hook): Widen buffer during undo, before unupdating
12132         the cells.
12133         (ses-insert-row, ses-delete-row): Widen buffer during undo.
12134         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12135         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12136         formula hasn't been executed yet.
12138 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12140         * comint.el (comint-kill-whole-line): Rename arg to count.
12141         Fix doc string.
12143 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
12145         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12146         to copy-file.
12148 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12150         * simple.el (toggle-truncate-lines): Make arg optional for
12151         backward compatibility.
12153 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
12155         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12156         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12157         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
12158         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12159         (ewoc--adjust): Use ewoc--current-dll.
12160         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12162 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
12164         * textmodes/org.el (org-next-item, org-previous-item): Emit more
12165         compact error message.
12166         (org-tags-view): Refresh category table in each file.
12167         (org-table-justify-field-maybe): Remove superfluous arguments to
12168         `format'.
12169         (org-export-as-html): Insert "<p>" before postamble.
12170         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12172 2006-05-26  Kenichi Handa  <handa@m17n.org>
12174         * textmodes/po.el (po-find-charset): Pay attention to the case
12175         FILENAME is a cons (NAME . BUFFER).
12176         (po-find-file-coding-system-guts): Likewise.
12178         * arc-mode.el (archive-set-buffer-as-visiting-file):
12179         Call find-operation-coding-system with (FILENAME . BUFFER).
12181         * tar-mode.el (tar-extract): Call find-operation-coding-system
12182         with (FILENAME . BUFFER).
12184         * international/mule.el (decode-coding-inserted-region):
12185         Call find-operation-coding-system with (FILENAME . BUFFER).
12187 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
12189         * image-mode.el (image-toggle-display): Use buffer contents to
12190         generate image for a remote file.
12192 2006-05-25  Juri Linkov  <juri@jurta.org>
12194         * replace.el (query-replace-read-from, query-replace-read-to):
12195         Remove 8th arg KEEP-ALL in read-from-minibuffer.
12197 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
12199         * whitespace.el (whitespace-cleanup): Change to cleanup
12200         region if one is active.
12201         * whitespace.el (whitespace-cleanup-internal): New internal method.
12203 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
12205         * dired.el (dired-mode-map): Add help-echo strings to tumme
12206         commands.  Bind `tumme-dired-display-image' to C-t i.
12208         * tumme.el (tumme-display-image): Change documentation string slightly.
12209         (tumme-dired-display-image): Add call to `display-buffer'.
12211 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
12213         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12214         Signal error if RAW-DATA is a multibyte string.
12216 2006-05-24  Richard Stallman  <rms@gnu.org>
12218         * subr.el (with-local-quit): When handling `quit' signal,
12219         make a chance for quit-flag to cause a quit.
12221         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12222         (ad-disable-advice): Add autoloads.
12224         * subr.el (read-passwd): Copy PROMPT before changing its properties.
12226 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
12228         * dired.el (dired-mode-map): Change menu items for tumme as per
12229         suggestions in emacs-devel.
12231 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
12233         * dired.el (dired-mode-map): Fix breakage.
12235 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
12237         * tumme.el (tumme-display-dired-image): Rename to...
12238         (tumme-dired-display-image): ...this.
12239         (tumme-track-movement): Change default value to t.
12240         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12241         used from `tumme-next-line-and-display' and similar commands.
12243         * dired.el (dired-mode-map): Add Thumbnail submenu under the
12244         Immediate menu.  Add some tumme commands there.
12246 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
12248         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12250 2006-05-24  Chong Yidong  <cyd@mit.edu>
12252         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12253         menu entries that open submenus.
12255 2006-05-24  Alan Mackenzie  <acm@muc.de>
12257         * startup.el (command-line): For names of preloaded files, don't
12258         append ".elc" (now done in Fload), and call file-truename on the
12259         lisp directory.
12261         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
12262         match ANY loaded file with the right name, not just those in
12263         load-path.  Put a regexp matching the file name into
12264         after-load-alist, rather than the name itself.
12266         * subr.el (load-history-regexp, load-history-filename-element)
12267         (do-after-load-evaluation): New functions.
12269         * international/mule.el (load-with-code-conversion): Do the
12270         eval-after-load stuff by calling do-after-load-evaluation.
12272 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
12274         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12275         has not been killed.
12277 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12279         * term/mac-win.el: Set idle timer to clean up expired Apple events.
12280         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12281         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12282         Optionally set error message in reply.
12284 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
12286         * textmodes/org.el (org-open-at-point): Use renamed variable
12287         `org-confirm-shell-link-function'.
12288         (org-confirm-shell-link-function): Rename from
12289         `org-confirm-shell-links'.
12290         (org-export-directory): New function.
12291         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12292         (org-export-icalendar): Use `org-export-directory'.
12293         (org-indent-item): Keep cursor position.
12294         (org-link-file-path-type): New option.
12295         (org-export-as-html): Fix bug with plain lists starting in
12296         column 0.
12297         (org-export-as-html): Remove deadline formatting, this happens
12298         now already in `org-html-handle-time-stamps'.
12299         (org-export-html-style): Deadline class removed.
12300         (org-insert-labeled-timestamps-at-point): New option.
12301         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
12302         of `hide-sublevels 1', in case the first headline is not level 1.
12303         (org-overview, org-content): New fuction.
12304         (org-cycle-global-status, org-cycle-subtree-status): Make these
12305         variables buffer-local.
12306         (org-global-cycle): New command.
12307         (org-shifttab): Use `org-global-cycle'.
12308         (org-insert-heading, org-insert-item): Go to end of new
12309         headline/item after creating it.
12310         (org-export-visible): Rename from `org-export-copy-visible'.
12311         Now creates a temporary org-file and applies an exporting command
12312         to it.
12313         (org-table-eval-formula): Support for lisp forms.
12314         (org-agenda-todo-ignore-scheduled): New option.
12315         (org-agenda-get-todos): Use new option
12316         `org-agenda-todo-ignore-scheduled'.
12317         (org-export-html-inline-images): New value `maybe'.
12318         (org-export-as-html): Inlining of images dependent on link description.
12319         (org-archive-subtree): Check for end-of-buffer before trying
12320         `kill-line'.
12321         (org-agenda-follow-mode): New option.
12322         (org-export-with-tags, org-export-with-timestamps): New options.
12323         (org-html-handle-time-stamps): New function.
12324         (org-keyword-time-regexp): New variable.
12325         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
12326         (org-agenda-todo-list-sublevels): New option.
12327         (org-html-level-start): When TITLE is nil, just close all levels.
12328         (org-parse-key-lines, org-parse-export-options): Remove functions,
12329         replaced by `org-infile-export-plist'.
12330         (org-combine-plists, org-infile-export-plist)
12331         (org-default-export-plist): New functions.
12332         (org-export-html-preamble, org-export-html-postamble)
12333         (org-export-html-auto-preamble, org-export-html-auto-postamble):
12334         New variables.
12335         (org-export-publishing-directory): New option.
12336         (org-export-as-html, org-export-as-ascii): Use the new property
12337         lists for settings.
12338         (org-export-copy-visible, org-export-as-xoxo):
12339         Respect `org-export-publishing-directory'.
12340         (org-link-search, org-store-link, org-file-apps): Support for
12341         links to BibTeX database entries..
12342         (org-get-current-options, org-set-regexps-and-options):
12343         Implement logging as a startup option.
12344         (org-store-link): Make sure context string is never empty
12345         (org-insert-link): Use relative path when possible.
12346         (org-at-item-checklet-p): New function.
12347         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
12348         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
12349         (org-metaright, org-metaup, org-metadown, org-shiftup)
12350         (org-shiftdown, org-shiftright, org-shiftleft)
12351         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
12352         Dispatch using `call-interactively'.
12353         (org-call-with-arg): New defsubst.
12354         (org-tag-alist, org-use-fast-tag-selection): New options.
12355         (org-complete): Use `org-tag-alist'.
12356         (org-fast-tag-insert, org-fast-tag-selection): New functions.
12357         (org-next-item, org-previous-item): New commands.
12358         (org-beginning-of-item, org-end-of-item): Add (interactive) to
12359         make command.
12360         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
12362 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
12364         * emacs-lisp/ewoc.el (ewoc-delete): New function.
12365         (ewoc-filter): Use `ewoc-delete'.
12367         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12369 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12371         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12372         Signal more user-friendly error messages.
12374         * complete.el (PC-do-completion): Undo the addition of implicit
12375         wildcards if they did not lead to finding any match.
12376         (read-file-name-internal): Don't add the final > if the completion is
12377         not finished.
12379 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12381         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12382         Quote safe-local-variable predicate.
12384 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
12386         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12388 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12390         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12392         * progmodes/make-mode.el (makefile-special-targets-list)
12393         (makefile-macro-table, makefile-target-table): Mark as risky.
12394         (makefile-query-one-target-method): Make this the alias for the
12395         following variable.
12396         (makefile-query-one-target-method-function): Make this the real name.
12398         * textmodes/artist.el (artist-text-renderer): Make this the alias
12399         for the following variable.
12400         (artist-text-renderer-function): Make this the real name.
12402         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
12403         the alias for the following variable.
12404         (flyspell-generic-check-word-predicate): Make this the real name.
12406         * textmodes/ispell.el (ispell-format-word): Make this the alias
12407         for the following variable.
12408         (ispell-format-word-function): Make this the real name.
12409         (ispell-message-text-end): Mark as risky.
12411         * skeleton.el (skeleton-transformation, skeleton-filter)
12412         (skeleton-pair-filter): Make these the aliases for the following
12413         variables.
12414         (skeleton-transformation-function, skeleton-filter-function)
12415         (skeleton-pair-filter-function): Make these the real names.
12417         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12418         and skeleton-pair-filter-function.
12420         * textmodes/sgml-mode.el (sgml-transformation): Make this the
12421         alias for the following variable.
12422         (sgml-transformation-function): Make this the real name.
12423         (sgml-tag-alist): Mark as risky.
12425 2006-05-21  Richard Stallman  <rms@gnu.org>
12427         * simple.el (kill-region): Interactively, pass point, then mark.
12429 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
12431         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12433 2006-05-21  Romain Francoise  <romain@orebokech.com>
12435         * dired-x.el (dired-mode-map): Don't bind M-g.
12437 2006-05-20  Richard Stallman  <rms@gnu.org>
12439         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12440         (dired-goto-file): Doc fix.
12442 2006-05-21  Kim F. Storm  <storm@cua.dk>
12444         * emulation/cua-base.el: Mention customizing cua-mode as alternative
12445         way to enable built-in cua-mode if user loads older CUA-mode package.
12447         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12448         if default-filename is specified.
12450 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
12452         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12454         * info.el (info-apropos): Make sure current-file and current-node
12455         have non-nil values.  Speed up by using add-to-list instead of
12456         manual consing.
12458 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12460         * progmodes/make-mode.el (makefile-mode): Doc fix.
12462 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
12464         * dired-aux.el (dired-do-shell-command): Doc fix.
12466 2006-05-20  Kevin Ryde  <user42@zip.com.au>
12468         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12469         ``(custom-manual :tag "Foo" "(foo)Node")''.
12471 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
12473         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12474         value is an integer.
12476 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
12478         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12479         "format".
12480         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12482 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
12484         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12485         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12487 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12489         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12490         regexp for keywords.
12492 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
12494         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12495         replace-regexp-in-string.
12497         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12498         encode, and escape file name on conversion to URL.
12500 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12502         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12503         Don't unescape URL.
12504         (dnd-get-local-file-name): Unescape URL on conversion to file name.
12506         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
12507         on conversion to URLs.
12509         * net/browse-url.el (browse-url-file-url): Encode file name on
12510         conversion to URL.
12512         * term/mac-win.el (mac-ae-open-documents): Escape file name on
12513         conversion to URL.
12515 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
12517         * progmodes/cc-styles.el (c-style-alist): Doc fix.
12519 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12521         * term/mac-win.el (mac-bytes-to-digits): Remove function.
12522         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12524 2006-05-19  Glenn Morris  <rgm@gnu.org>
12526         * calendar/diary-lib.el (diary-bahai-date)
12527         (list-bahai-diary-entries, mark-bahai-diary-entries)
12528         (mark-bahai-calendar-date-pattern): Not interactive.
12529         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
12530         (diary-entries-list): Change format of 4th element in each entry.
12531         (diary-list-entries): Use add-to-diary-list.
12532         (diary-goto-entry): Handle the case where the buffer visiting the
12533         diary has been killed.
12534         (fancy-diary-display): Add 'locator to button rather than 'marker.
12535         Only generate temp-face when there are marks to apply.
12536         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12537         (diary-fancy-date-pattern): New variable.
12538         (diary-time-regexp): Doc fix.
12539         (diary-anniversary, diary-time): New faces.
12540         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12541         diary-time-regexp.  Add font-lock-multiline property where needed.
12542         Use new faces diary-anniversary and diary-time.
12543         (diary-fancy-font-lock-fontify-region-function): New function, to
12544         handle multiline font-lock pattern in fancy diary.
12545         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12546         (diary-font-lock-keywords): Tweak time regexp.  Use new face
12547         diary-time.
12549 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
12551         * international/code-pages.el (mik): Table corrected.
12553 2006-05-18  Kim F. Storm  <storm@cua.dk>
12555         * progmodes/grep.el (grep-find): Don't check grep-find-command
12556         before running command (breaks non-interactive usage).
12558 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
12560         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12561         (ewoc--insert-new-node): Don't insert trailing newline.
12562         Instead, adjust successor nodes's start markers.
12563         (ewoc--refresh-node): Delete all text from current node's start
12564         marker to the next one's; adjust successor nodes's start markers.
12565         (ewoc--create): Doc fixes.
12566         (ewoc--refresh): Don't insert newline.
12567         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12568         * pcvs.el (cvs-make-cvs-buffer):
12569         Specify extra newline for ewoc's header and footer.
12570         (cvs-update-header): Update initial header recognition.
12571         Append newline to final header and footer values.
12572         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12574 2006-05-17  Richard Stallman  <rms@gnu.org>
12576         * files.el (file-name-extension): Doc fix.
12578 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12580         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12581         we can explicitly enable/disable rather than toggle.
12582         (shell-mode): Use it.
12583         (shell-cd): Don't try to reproduce what `cd' does.
12585 2006-05-17  Kim F. Storm  <storm@cua.dk>
12587         * ido.el (ido-read-internal): Use only nondirectory part of
12588         default item.
12590 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
12592         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12593         (ewoc-nth): Doc fix.
12595         (ewoc-map, ewoc-invalidate): Compute PP before looping.
12597 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
12599         * international/mule.el (auto-coding-alist): Add .lha to files
12600         read with no-conversion.
12602         * files.el (auto-mode-alist): Add .lha files to archive file
12603         extensions.
12605         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12606         Convert csize to integer when computing offsets within the
12607         compressed archive file.
12609 2006-05-16  Kim F. Storm  <storm@cua.dk>
12611         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12612         with read-from-minibuffer.
12614 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12616         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12617         (byte-compile-warnings): Fix safe-local-variable property.
12619 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
12621         * allout.el (allout-show-bodies, allout-old-style-prefixes)
12622         (allout-stylish-prefixes, allout-numbered-bullet)
12623         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12624         predicates to qualify `safe-local-variable' property, when
12625         available, else use equivalent lambda.
12626         (allout-current-topic-collapsed-p): Do the right thing regarding
12627         trailing blank lines.
12629 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12631         * server.el (server-start): Only create a directory if needed.
12632         (server-edit, server-unload-hook): server-start => server-mode.
12633         (kill-emacs-hook): Cleanup upon exit.
12635 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12637         * hexl.el (hexlify-buffer): Encode process arguments manually.
12639 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
12641         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12642         call to gdb-tooltip-print.
12644 2006-05-15  Romain Francoise  <romain@orebokech.com>
12646         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12647         systems, default to "tar" since those systems probably have GNU tar.
12649 2006-05-14  Lars Hansen  <larsh@soem.dk>
12651         * desktop.el (desktop-missing-file-warning): Fix docstring.
12652         (desktop-restore-file-buffer): Correct question asked on missing file.
12654 2006-05-14  Kim F. Storm  <storm@cua.dk>
12656         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12657         Add CUA move property.
12659 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
12661         * custom.el (custom-push-theme): Load the variable before checking
12662         its `standard-value'.
12664 2006-05-13  Lars Hansen  <larsh@soem.dk>
12666         * desktop.el (desktop-save): Use with-temp-buffer.
12668 2006-05-12  Glenn Morris  <rgm@gnu.org>
12670         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12671         * calendar/calendar.el (calendar-mode-map):
12672         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12673         * calendar/appt.el (appt-check, appt-make-list): Refer to
12674         diary-view-entries, diary-list-entries, diary-show-all-entries
12675         rather than obsolete aliases.
12677 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
12679         * simple.el (line-move-finish): Avoid calling point motion hooks
12680         while processing intangibility.
12682 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
12684         * term/xterm.el (terminal-init-xterm): Fix typo.
12686 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
12688         * allout.el (allout-view-change-hook): Mark as being deprecated,
12689         to be replaced by `allout-exposure-change-hook'.
12690         (allout-exposure-change-hook): New, replacing
12691         `allout-view-change-hook'.
12692         (allout-flag-region): Run new hook `allout-exposure-change-hook',
12693         in addition to `allout-view-change-hook'.
12694         (allout-show-bodies, allout-old-style-prefixes)
12695         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12696         lambda forms to prevent their showing up in variable help
12697         presentations as inscrutable byte-compiled code.
12698         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12699         Use string-or-null-p to qualify safe-local-variable values.
12700         (allout-reindent-bodies): Use memq to qualify matches against
12701         valid safe-local-variable values.  Also, quote the lambda as above.
12702         (allout-use-mode-specific-leader): Add missing candidate-value
12703         symbols, use memq, and quote the lambda.
12704         (allout-overlay-interior-modification-handler): Remove unused
12705         variables `msg' and 'opened'.
12706         (allout-hidden-p): Constrain invisibility consideration to allout's
12707         invisibility spec, disregarding invisibility for other reasons.
12709 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
12711         * files.el (version-control): Correct safe values.
12713 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
12715         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12717         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12718         (ewoc--insert-new-node): New func.
12719         Update callers of deleted funcs to use it, instead.
12721 2006-05-11  Glenn Morris  <rgm@gnu.org>
12723         * calendar/calendar.el (diary-show-all-entries): Do not refer to
12724         obsolete alias `show-all-diary-entries'.
12725         (make-diary-entry): Not interactive.
12726         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12727         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12728         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12729         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12730         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12731         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12733 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
12735         * calendar/calendar.el (calendar-french-date-string)
12736         (calendar-mayan-date-string, calendar-chinese-date-string)
12737         (calendar-astro-date-string, calendar-iso-date-string)
12738         (calendar-islamic-date-string, calendar-bahai-date-string)
12739         (calendar-hebrew-date-string, calendar-coptic-date-string)
12740         (calendar-ethiopic-date-string, calendar-persian-date-string):
12741         These functions are not interactive.
12743 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
12745         * files.el: Balance parentheses.
12747 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
12749         * files.el, newcomment.el, outline.el, simple.el,
12750         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12751         * progmodes/cc-vars.el, progmodes/compile.el:
12752         Move `safe-local-variable' declarations to the respective files.
12754         * help-fns.el (describe-variable): Don't print safe-var if it is
12755         byte-code.  Improve wording as suggested by Luc Teirlinck.
12757 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12759         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12760         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12761         Use a token for pending-triggers to ensure gdb-var-update
12762         gets called once per user input again for pre-GDB 6.4.
12763         (gdb-var-delete): Match on more complex expressions.
12764         (gdb-var-list-children-handler, gdb-var-create-handler):
12765         Use a token for consistency.
12767 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
12769         * textmodes/org.el (org-read-date, org-goto-calendar)
12770         (org-agenda-goto-calendar):
12771         Bind `view-calendar-holidays-initially' to nil.
12773 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
12775         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12776         Update all callers to do it there, instead.
12778 2006-05-10  Glenn Morris  <rgm@gnu.org>
12780         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12781         prefix arg case, to avoid view-diary-entries-initially error.
12782         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12783         (calendar-date-is-legal-p): Handle dates with no day part.
12785 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12787         * comint.el (comint-insert-input): Just make it when
12788         comint-use-prompt regexp is nil (default) and with the mouse.
12789         (comint-copy-old-input): Reinstate from 2004-06-23.
12790         (comint-mode-map): Bind C-c C-m to it.
12792 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
12794         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12795         Remove spurious move to point-max (new comint behavior fixes).
12797         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12798         compatibility function (Emacs 18/19).
12799         (idlwave-is-continuation-line): Always return point at start of
12800         previous non-blank continuation line.
12801         (keyword-parameters): Fix continued comment font-lock matcher.
12802         (idlwave-font-lock-fontify-region): Written, use as
12803         font-lock-fontify-region-function, to fix continued keyword
12804         fontification issues.
12806 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12808         * term/mac-win.el (mac-font-panel-mode): Doc fix.
12809         (mac-service-selection, mac-service-open-file)
12810         (mac-service-open-selection, mac-service-mail-selection)
12811         (mac-service-mail-to, mac-service-insert-text): Rename from
12812         mac-services-*.  All uses changed.
12813         (mac-apple-event-map): Rename event symbol `services' to `service'.
12815 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
12817         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12818         (ewoc--node-enter-first, ewoc--node-enter-last)
12819         (ewoc--delete-node-internal): Merge funcs into unique callers.
12821 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
12823         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12824         return value of read-from-minibuffer for empty input.
12826 2006-05-09  Miles Bader  <miles@gnu.org>
12828         * comint.el (comint-insert-input): Remove redundant calls to setq
12829         and goto-char.
12831 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
12833         * comint.el (comint-insert-input): Make it work when
12834         comint-use-prompt-regexp is t.
12836 2006-05-10  Miles Bader  <miles@gnu.org>
12838         * subr.el (field-at-pos): New function.
12840         * comint.el (comint-insert-input): Use it.
12842 2006-05-09  Juri Linkov  <juri@jurta.org>
12844         * battery.el (battery-linux-proc-acpi): Also try
12845         `/proc/acpi/thermal_zone/THR2/temperature'.
12847         * files.el <safe-local-variable>: Remove `eval' and `let' binding
12848         for now unused lambda `string-or-null'.
12850         * add-log.el (change-log-default-name): Put `string-or-null-p'
12851         instead of lambda on `safe-local-variable' property.
12853         * diff-mode.el (diff-context->unified): Use `region-beginning' and
12854         `region-end' instead of `mark' and `point'.
12855         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12856         Operate on region in Transient Mark mode when the mark is active.
12857         Use `region-beginning' and `region-end' instead of `mark' and
12858         `point'.
12859         (diff-hunk-text, diff-goto-source): Doc fix.
12861         * startup.el (fancy-splash-screens, normal-splash-screen): Use
12862         face `mode-line-buffer-id' for mode-line buffer face instead of
12863         hard-coded `(:weight bold)'.
12865         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12866         buffer-undo-list to t (undo-ask is reproducible by visiting
12867         nested archives).
12869 2006-05-09  Kim F. Storm  <storm@cua.dk>
12871         * progmodes/grep.el (rgrep): Set default directory of *grep*
12872         buffer if we start M-x rgrep in the *grep* buffer and choose
12873         a different base directory.
12875 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
12877         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12878         completion also when ido is loaded.
12880 2006-05-09  Masatake YAMATO  <jet@gyve.org>
12882         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12883         "warning" and "import".
12884         (cpp-font-lock-keywords): Added "warning".
12886 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
12888         * term/xterm.el (terminal-init-xterm): Add more key bindings.
12890 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12892         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12893         pages at a time, if we signal the end, we should indeed reach that end.
12895 2006-05-08  David Reitter  <david.reitter@gmail.com>
12897         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12898         output during execution of the body.
12900 2006-05-08  Kim F. Storm  <storm@cua.dk>
12902         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12904 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
12906         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12907         Use with-current-buffer.
12909 2006-05-07  Kim F. Storm  <storm@cua.dk>
12911         * subr.el (add-to-history): Remove keep-dups arg.
12913         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12914         to nil around call to add-to-history.
12916 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12918         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12919         than after a buffer modification.
12921 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
12923         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12924         call to...
12925         (gud-watch): ...here so speedbar is raised for already watched
12926         expressions.
12927         (gdb-speedbar-refresh): Delete function.
12928         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12929         Use speedbar-timer-fn instead of speedbar-refresh (reverting
12930         earlier change).
12931         (gdb-var-evaluate-expression-handler)
12932         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12934         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12935         Update localized contents for all buffers except ignored modes.
12937 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12939         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12940         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12941         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12942         (mac-handle-font-panel-closed, mac-handle-font-selection):
12943         New functions.
12944         (mac-font-panel-mode): New minor mode.
12945         (mac-apple-event-map): Add bindings for toolbar toggle button and
12946         font panel.
12947         (menu-bar-showhide-menu): Add mac-font-panel-mode.
12949 2006-05-07  John Paul Wallington  <jpw@pobox.com>
12951         * ibuffer.el (ibuffer-compressed-file-name-regexp):
12952         Avoid `regexp-opt'; simplify regexp for readability.
12954 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
12956         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12957         * files.el (buffer-stale-function):
12958         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12959         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12960         links to the main manual, not to emacs-xtra.
12962 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12964         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12965         MacJapanese if text is ASCII-only.
12967 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
12969         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12970         unless so nil isn't returned.
12971         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12973 2006-05-06  Kim F. Storm  <storm@cua.dk>
12975         * subr.el (add-to-history): New function.
12977         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12978         (ediff-merge-files-with-ancestor):
12979         * env.el (setenv):
12980         * isearch.el (isearch-update-ring):
12981         * server.el (server-visit-files):
12982         * progmodes/grep.el (lgrep, rgrep):
12983         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12984         * progmodes/xscheme.el (xscheme-insert-expression):
12985         Use add-to-history.
12987         * kmacro.el (kmacro-push-ring): Use add-to-history.
12988         (kmacro-ring-length): Remove unused defun.
12989         (kmacro-start-macro): Use kmacro-push-ring.
12991 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
12993         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12994         directly instead of a lambda expression that calls it.
12996 2006-05-06  Kim F. Storm  <storm@cua.dk>
12998         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12999         instead of compute-motion.
13001 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
13003         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13004         change.
13006 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
13008         * startup.el (command-line-1): Refer to "Pure Storage" on
13009         pure-space-overflow.
13011 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
13013         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13014         provided faces once they all have been used up.
13016 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
13018         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13019         reference to the Lisp manual to the warning about pure space
13020         overflow.
13022 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13024         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13025         argument to avoid the call to `ispell-internal-change-dictionary'
13026         when not needed.
13027         (ispell-change-dictionary): Use this argument and call
13028         `ispell-internal-change-dictionary' after the possible change
13029         to `ispell-local-dictionary'.
13030         (ispell-internal-change-dictionary): Check for a change in
13031         personal dictionary use too.
13033 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
13035         * startup.el (command-line): On MS-Windows, probe "~", not
13036         "~USER", for warning about non-existent home directory.
13038         * arc-mode.el (archive-l-e): New optional argument `float' means
13039         generate a float value.
13040         (archive-arc-summarize, archive-lzh-summarize)
13041         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13042         with 3rd argument non-nil when file's size is being computed.
13043         Format the file sizes with %8.0f instead of %8d.
13045 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13047         * cus-start.el (all): Add mac-dnd-known-types.
13049         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13050         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13051         (mac-TIFF-to-string): New functions.
13052         (x-get-selection, x-selection-value)
13053         (mac-select-convert-to-string): Use them.
13054         (mac-text-encoding-mac-japanese-basic-variant): New constant.
13055         (mac-dnd-types-alist): New customization variable.
13056         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13057         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13058         (mac-dnd-handle-drag-n-drop-event): New functions.
13059         (mac-drag-n-drop): Remove function.
13060         (global-map): Bind drag-n-drop and M-drag-n-drop to
13061         mac-dnd-handle-drag-n-drop-event.
13063 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
13065         * progmodes/perl-mode.el (perl-beginning-of-function):
13066         Skip anonymous subs.
13068 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
13070         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13071         regexp-opt at run time.
13073         * term.el (term-handle-ansi-escape): Fix off by one error.
13075 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
13077         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13078         (gdb-init-1, gdb-post-prompt): ...and references to it.
13079         (gdb-frame-handler): Strip directory name from filename if present.
13081         * progmodes/gud.el (gdb-force-update): Delete defvar
13082         (gud-speedbar-buttons): ...and references to it.  Use window-start
13083         to try to keep positon in watch expression.
13085 2006-05-03  Richard Stallman  <rms@gnu.org>
13087         * simple.el (next-history-element, previous-history-element): Doc fix.
13089         * isearch.el (isearch-update-ring): Doc fix.
13091 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
13093         * isearch.el (isearch-update-ring): Take history-delete-duplicates
13094         into consideration.  Replace one arm ifs with whens.
13096 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
13098         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13099         (menu): Fix typo.
13101 2006-05-02  Miles Bader  <miles@gnu.org>
13103         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13105 2006-05-02  Jay Belanger  <belanger@truman.edu>
13107         * calc/calc-embed.el (calc-override-minor-modes-map)
13108         (calc-override-minor-modes): New variables.
13109         (calc-do-embedded): Make sure that Calc keystrokes aren't
13110         overwritten by minor modes.
13112 2006-05-02  Chong Yidong  <cyd@mit.edu>
13114         * msb.el (msb): If EVENT is a down event, read and discard the up event.
13116 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13118         * startup.el (command-line-1): Refer to Lisp manual when
13119         pure-space-overflow occurs.
13121         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13122         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13123         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13124         (version-control): Don't use `t' for safe-local-variable declarations.
13126 2006-05-01  Richard Stallman  <rms@gnu.org>
13128         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13129         M-r, M-R, M-A, M-SPC or M-DEL.
13130         (diff-mode-map): diff-refine-hunk now on C-c C-w
13131         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13133         * help-mode.el (help-mode): view-exit-action calls delete-window
13134         only when it is safe and possible.
13136         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13137         in messages.
13139         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13141         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13142         in the default tool-bar-map.
13144 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
13146         * net/tramp.el (tramp-completion-file-name-handler-alist)
13147         (tramp-run-real-handler, tramp-completion-run-real-handler)
13148         (tramp-completion-handle-file-name-all-completions)
13149         (tramp-completion-handle-file-name-completion): Autoload them.
13150         (tramp-completion-handle-file-exists-p)
13151         (tramp-completion-handle-file-name-directory)
13152         (tramp-completion-handle-file-name-nondirectory)
13153         (tramp-completion-handle-expand-file-name): Remove them.
13154         (tramp-handle-file-name-directory): Return the real directory name.
13155         Returning "/" only doesn't need to be necessary any longer.
13156         (tramp-file-name-handler): Make special attention when in hostname
13157         completion mode.
13158         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13159         (tramp-register-file-name-handlers):
13160         Register `tramp-completion-file-name-handler' only when
13161         `partial-completion-mode' is enabled.
13162         (tramp-completion-handle-file-name-all-completions):
13163         Delete directory part from results.
13164         (tramp-get-completion-methods, tramp-get-completion-user-host):
13165         Discard deleting "/", it doesn't work after the change of
13166         `tramp-handle-file-name-directory' above.
13168 2006-05-01  Kim F. Storm  <storm@cua.dk>
13170         * progmodes/grep.el (grep-expand-template): Use save-match-data
13171         and symbol-value.
13173 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13175         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13176         Use select-frame-set-input-focus instead of raise-frame.
13177         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13179 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
13181         * progmodes/gud.el (gud-def): Add %c case.
13182         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13183         (gud-format-command): Make match case sensitive.  Match on %F.
13185 2006-04-30  Glenn Morris  <rgm@gnu.org>
13187         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13188         (cal-tex-preamble): Use cal-tex-preamble-extra.
13189         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13190         than alias `list-diary-entries'.
13192 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
13194         * help-fns.el (describe-variable): Add info about safe local variables.
13196 2006-04-29  Richard Stallman  <rms@gnu.org>
13198         * bindings.el (mode-line-format): help-echo doc fixes.
13200         * net/tramp.el (tramp-file-name-handler-alist): Delete
13201         expand-file-name and other operations that can cause spurious loading.
13203 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13205         * files.el (safe-local-variable-p): Remove support for the special
13206         value t.
13208         * textmodes/paragraphs.el (sentence-end-without-space):
13209         Fix safety predicate.
13210         (sentence-end-double-space, sentence-end-without-period)
13211         (paragraph-ignore-fill-prefix):
13212         * textmodes/fill.el (colon-double-space):
13213         * abbrev.el (abbrev-mode): Tighten the safety predicate.
13215         * subr.el (booleanp): New fun.
13217         * textmodes/reftex-vars.el (reftex-guess-label-type):
13218         Tighten the safety predicate.
13220 2006-04-28  Kim F. Storm  <storm@cua.dk>
13222         * progmodes/grep.el (defgroup grep): Doc fix.
13223         (grep-auto-highlight): Remove.
13224         (grep-template): New defcustom.
13225         (grep-find-template): Rename from grep-tree-template.
13226         (grep-files-aliases): Rename from grep-tree-files-aliases.
13227         Remove "all" alias, add "l" alias.
13228         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13229         (grep-find-ignored-directories): New defcustom to replace
13230         grep-tree-ignore-CVS-directories, to facilitate ignoring
13231         subdirectories for multiple version control systems.
13232         (grep-mode-map): Add Recursive grep item to GREP menu.
13233         (grep-regexp-history, grep-files-history): New defvars.
13234         (grep-probe): New helper function.
13235         (grep-compute-defaults): Use it to simplify code.
13236         Adapt to name changes.
13237         Use `.' as base in grep-find-template rather than <D>.
13238         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
13239         Call grep-compute-defaults unconditionally.
13240         (grep-expand-keywords): New defconst.
13241         (grep-expand-template): Rename from grep-expand-command-macros.
13242         Simplify via grep-expand-keywords.  Look at case-fold-search instead
13243         of grep-tree-ignore-case to add -i option.
13244         Bind case-fold-search to nil while matching keywords.
13245         (grep-tree-last-regexp, grep-tree-last-files): Remove.
13246         (grep-read-regexp, grep-read-files): New helper functions.
13247         (rgrep): Rename from grep-tree.  Rework to use proper histories.
13248         Adapt to changes in defcustoms and functions above.
13249         (lgrep): New command, as grep, but using same interactive UI as rgrep.
13251 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
13253         * net/tramp.el (tramp-completion-file-name-handler):
13254         Disable Tramp's functionality while loading Tramp itself.
13255         (tramp-register-file-name-handlers): That's a defsubst now.
13256         Code from `tramp-repair-jka-compr' moved here.  Apply it via
13257         `after-init-hook'.
13258         (tramp-repair-jka-compr): Remove.
13260 2006-04-27  Jay Belanger  <belanger@truman.edu>
13262         * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13263         read expression when `math-read-big-expr' doesn't work.
13265 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
13267         * startup.el (command-line-1): Display warning when
13268         pure-space-overflow is non-nil.
13270 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13272         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13273         risky.
13275 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13277         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13278         Return the URL or nil if none can be generated.
13280 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
13282         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13283         byte compiler warnings.
13284         (gud-basic-call, gud-find-expr): Let user select an expression
13285         for printing.  Print expression as well as value in GUD buffer.
13287 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
13289         * allout.el: Remove local autoload declaration for
13290         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13291         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13292         (allout-plain-bullets-string, allout-distinctive-bullets-string)
13293         (allout-use-mode-specific-leader, allout-old-style-prefixes)
13294         (allout-stylish-prefixes, allout-numbered-bullet)
13295         (allout-file-xref-bullet, allout-presentation-padding)
13296         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13297         safe-local-variable with suitable value spec, and add autoload
13298         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
13299         (move-beginning-of-line, move-end-of-line): Repair so these compat
13300         functions now actually resituate the point, when appropriate.
13302 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13304         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
13306         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
13307         (add-log-iso8601-time-string): Fix call to format-time-string.
13309 2006-04-26  Kim F. Storm  <storm@cua.dk>
13311         * subr.el (posn-string, posn-image, posn-object): Doc fix.
13313 2006-04-26  Masatake YAMATO  <jet@gyve.org>
13315         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
13316         Add support for "//" style comments.  Remove `b' flag
13317         from ?* in `asm-mode-syntax-table'.
13319 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13321         * follow.el: Use (featurep 'xemacs) everywhere.
13322         (follow-mode): Use define-minor-mode.
13323         (follow-mode-map): Move initialization into the declaration.
13324         Use command remapping.
13325         (follow-emacs-version-xemacs-p): Remove.
13326         (follow-submit-feedback): Remove.
13328         * allout.el (allout-layout, allout-passphrase-verifier-string)
13329         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
13331         * textmodes/reftex-vars.el (reftex-vref-is-default)
13332         (reftex-fref-is-default, reftex-guess-label-type):
13333         Tighten up a bit the safety predicate.
13335         * textmodes/paragraphs.el (sentence-end-double-space)
13336         (sentence-end-without-period, sentence-end-without-space)
13337         (page-delimiter, paragraph-ignore-fill-prefix):
13338         Tighten up a bit the safety predicate.
13340         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
13342         * progmodes/python.el (python-continuation-line-p)
13343         (python-beginning-of-statement): syntax-ppss may return
13344         a negative depth.
13345         (python-mode): Don't forcefully enable font-lock.
13347         * time-stamp.el (time-stamp-start, time-stamp-end)
13348         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
13350         * add-log.el: Remove spurious * in docstrings.
13351         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
13352         (add-change-log-entry): Use it here, since it's not specific
13353         to iso8601.
13354         (add-log-iso8601-time-string): Don't use it here any more.
13355         (change-log-indent-text, change-log-indent): Rename from add-log-*.
13357         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
13359 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
13361         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
13362         (rcirc-toggle-low-priority): Doc fix.
13363         (rcirc-handler-NOTICE): Remove beginning of line anchor in
13364         ChanServ regexp.
13365         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13366         #emacs.
13367         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13368         (rcirc-decode-coding-system): Use utf-8 as the default.
13369         (rcirc-multiline-minor-mode): Set the fill-column.
13370         (rcirc-format-response-string): Display bright and dim nicks.
13371         (rcirc-browse-url): Update interactive spec to fill ARG.
13372         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13373         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13375 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
13377         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13378         case for @Article, etc.
13380 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
13382         * net/tramp.el (tramp-register-file-name-handlers): New defun.
13383         Added with autoload cookie.
13384         (tramp-unload-file-name-handlers): Rename from
13385         `tramp-unload-file-name-handler-alist'.
13387 2006-04-23  Romain Francoise  <romain@orebokech.com>
13389         * comint.el (comint-match-partial-filename): Doc fix.
13391 2006-04-21  Glenn Morris  <rgm@gnu.org>
13393         * calendar/cal-menu.el (calendar-mode-map): Refer to
13394         `diary-view-entries' rather than alias `view-diary-entries'.
13395         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13397 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
13399         * progmodes/antlr-mode.el (antlr-default):
13400         * cus-edit.el (custom-documentation):
13401         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
13402         in defface.
13404 2006-04-21  Kim F. Storm  <storm@cua.dk>
13406         * image.el (image-type): New defun split out of create-image.
13407         (create-image): Use it.
13409 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
13411         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13412         (org-open-at-point): Remove the "...done" message to keep output
13413         in the echo area visible.
13414         (org-export-as-xoxo): Fix call to `indent-region'.
13416 2006-04-21  Kevin Ryde  <user42@zip.com.au>
13418         * international/mule.el (keyboard-coding-system): defcustom
13419         info-link fixes: "Specify Coding" has been split, keyboard now in
13420         "Terminal Coding", and "Single-Byte Character Support" is now
13421         "Unibyte Mode".
13423 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
13425         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13426         Use font-lock-warning-face for any errors e.g. no stack.
13427         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13429 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
13431         * progmodes/sh-script.el (sh-shell): Mark as safe.
13433         * newcomment.el (comment-start, comment-start-skip)
13434         (comment-end-skip, comment-end): Mark as safe.
13436 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
13438         * textmodes/org.el (org-deadline-announce): Face removed.
13439         (org-level-faces, org-n-levels): Convert to constant.
13440         (org-compatible-face): New function.
13441         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13442         (org-level-5, org-level-6, org-level-7, org-level-8)
13443         (org-special-keyword, org-warning, org-headline-done, org-link)
13444         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13445         (org-scheduled-today, org-scheduled-previously, org-time-grid):
13446         Face definition revised for better color tty support.
13447         (org-bold-re, org-italic-re, org-underline-re): New constants.
13448         (org-set-font-lock-defaults): Use the new constants.
13449         (org-agenda-highlight-todo): New function.
13450         (org-agenda-todo): Fix bug with point at end of line.
13451         (org-agenda-change-all-lines, org-finalize-agenda-entries):
13452         Fontify TODO keywords.
13453         (org-insert-link): Preserve relative path in ../ links.
13454         (org-export-as-html): Convert links pointing to .org files into
13455         links that will work beteen the exported HTML files.
13456         (org-todo-list): Fix bug when arg=0.
13457         (org-insert-heading): More fine-tuning.
13459 2006-04-19  Romain Francoise  <romain@orebokech.com>
13461         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13462         from `rmail-mime-charset-pattern'.
13464 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
13466         * progmodes/python.el (python-mode): Fix typo.
13468 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
13470         * comint.el (comint-previous-input): Don't clobber input line
13471         when moving off either end of the input history ring.
13472         (comint-delete-input): New function, used by
13473         `comint-previous-input' and others.
13474         (comint-previous-matching-input):
13475         Use `coming-delete-input'.  Save the partial input if leaving the
13476         edit line.  Goto point-max before deleting input to avoid
13477         partial input fragments hanging around.
13478         (comint-restore-input): New function, used by `comint-previous-input'.
13480 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
13482         * imenu.el (imenu--index-alist): Balance parentheses.
13484 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
13486         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13488 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
13490         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13491         file is nil.
13493 2006-04-18  Richard Stallman  <rms@gnu.org>
13495         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13497         * imenu.el (imenu-create-index-function, imenu--index-alist)
13498         (imenu--last-menubar-index-alist, imenu--make-index-alist)
13499         (imenu-default-create-index-function, imenu--generic-function):
13500         Doc fixes.
13502         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13504         * help-mode.el (help-mode): Set view-exit-action to delete window.
13506         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
13507         now works by passing nil as arg.
13509         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
13511         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
13512         (read-abbrev-file): Provide default when reading filename.
13514         * files.el (enable-local-variables): Allow :all as value.
13515         (hack-local-variables): Implement that value.
13516         (safe-local-variable-values, safe-local-eval-forms)
13517         (enable-local-variables): Mark as risky.
13518         (find-file-visit-truename, kept-old-versions): Mark safe.
13520         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13521         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13522         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13524 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13526         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13527         Use forward-line so as to get to BOL even in the presence of fields.
13528         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13529         in return.
13530         (inferior-tcl): Tell tclsh to work in interactive mode.
13532         * complete.el (partial-completion-mode):
13533         Use 'choose-completion-string-functions to make sure that
13534         choose-completion fills the minibuffer properly.
13536         * complete.el (PC-old-read-file-name-internal): Remove.
13537         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
13538         of read-file-name-internal.
13539         (partial-completion-mode): Enable/disable this advice.
13541 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
13543         * net/tramp.el (tramp-completion-file-name-handler): Revert change
13544         of 2006-04-17.
13546 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
13548         * textmodes/org.el (org-insert-heading): Insert heading before
13549         current if at beginning of line.
13550         (org-todo, org-date): New faces.
13551         (org-table-align): Make sure tooltip window contains full text.
13552         (org-no-properties): New defsubst.
13553         (org-set-font-lock-defaults): Use new faces.
13555 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
13557         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13558         for root variables.
13560         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13561         (gdb-frame-address): Re-use to identify frame for watch expression.
13562         (gdb-var-list, gdb-var-create-handler): Add frame address for root
13563         variables.
13564         (gdb-init-1, gdb-source, gdb-post-prompt)
13565         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13566         (gdb-frame-handler): Get gdb-frame-address.
13568 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
13570         Sync with Tramp 2.0.53.
13572         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13573         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13574         (tramp-completion-file-name-handler): Add autoload cookie for
13575         adding to `file-name-handler-alist'.
13577         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13578         the prompt.  If it returns earlier (when detecting an error
13579         message), the rest of the output will merge accidently with the
13580         output of the next command.  Reported by M Jared Finder
13581         <jared@hpalace.com>.
13583         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13584         for `process-file', in order to let it work for older Emacsen too.
13586 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
13588         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13589         (tex-font-lock-keywords-3): Use it.
13591 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13593         * newcomment.el (comment-add): New function.
13594         (comment-region-default, comment-dwim): Use it.
13596 2006-04-15  Michael Olson  <mwolson@gnu.org>
13598         * emacs-lisp/tq.el: Improve comments.
13599         (tq-queue-head-question): New accessor function.
13600         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13601         Update for modified queue structure.
13602         (tq-queue-add): Accept `question' argument.
13603         (tq-queue-pop): If a question is pending, send it.
13604         (tq-enqueue): Accept new optional argument `delay-question'.
13605         If this is non-nil, and at least one other question is pending a
13606         response, queue the question rather than sending it immediately.
13608 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13610         * calendar/appt.el (appt-add): Check whether an appointment is
13611         already present in appt-time-msg-list.  Simplify code.
13613 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13615         * progmodes/cc-langs.el (c-mode-menu):
13616         Don't presume c-subword-mode is bound.
13618 2006-04-13  Bill Wohler  <wohler@newt.com>
13620         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13621         (customize-package-emacs-version): Use cdr instead of cadr now
13622         that alists use dotted pairs.
13624         * custom.el (defcustom): Fix docstring for :package-version.
13626 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
13628         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13629         (tramp-handle-shell-command): Display output buffer only when
13630         `tramp-display-shell-command-buffer' is true.
13631         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13633 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13635         * textmodes/org.el (org-set-autofill-regexps): Set only the local
13636         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13638 2006-04-13  Romain Francoise  <romain@orebokech.com>
13640         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13641         leaving temporary .cvsignore buffers behind.
13643 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13645         * textmodes/org.el (org-set-regexps-and-options)
13646         (org-get-current-options): Better names for the startup folding
13647         options.
13649 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
13651         * vc.el (vc-annotate): Arrange for point to end up at the same
13652         line number as in the original, but only when using a new buffer.
13654 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
13656         * files.el (hack-one-local-variable-eval-safep):
13657         Recognize `edebug-form-spec' for `put', but only if it passes
13658         `edebug-basic-spec'.  Generalize `put' handling.
13660         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13661         vetting file-local form specs.
13663         * allout.el (allout-layout): Autoload its `safe-local-variable'
13664         property.
13666 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13668         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13669         (org-agenda-mouse-1-follows-link)
13670         (org-mouse-1-follows-link): New options.
13671         (org-format-agenda-item): Fix bug if TAGS is nil.
13672         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13674 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
13676         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13677         GDB 6.1+ gives full filename for "info sources" so use
13678         file-name-nondirectory.
13680 2006-04-12  Romain Francoise  <romain@orebokech.com>
13682         * subr.el (read-passwd): Bind `message-log-max' to nil.
13684 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13686         * progmodes/perl-mode.el (perl-indent-new-calculate):
13687         Recompute parse-start after jumping backward by a whole sexp.
13689 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13691         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13692         window configuration.
13693         (vc-annotate-display-select): Select the buffer so that current-buffer
13694         (and selected-window) is the output buffer at the end of vc-annotate.
13696 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
13698         * vc.el (vc-annotate-color-map): Add custom TTY color map for
13699         8-color terminals, to use all of the colors in a sensible order.
13700         256-color terminals work well with the standard map.
13701         (vc-annotate-lines): Only strip the first color character if it
13702         is "#", to allow for terminal-style named colors.
13703         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13704         the correct buffer is scrolled.
13706 2006-04-11  Richard Stallman  <rms@gnu.org>
13708         * emacs-lisp/bytecomp.el (byte-compile-file):
13709         Bind enable-local-variables to :safe, and make normal-mode obey it.
13711         * files.el (enable-local-variables): Allow value :safe.
13712         (normal-mode): Doc fix.
13713         (hack-local-variables): Implement enable-local-variables = :safe.
13714         (hack-local-variables-confirm): Don't prevent quitting.
13716 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13718         * loadhist.el (unload-feature): A bit of sanity check of
13719         load-history entries.  Cancel timer-vars before unbinding them.
13721         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13722         quote special chars, and make the trick work on the hex part of the
13723         buffer as well.
13724         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13725         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13727         * startup.el (normal-splash-screen): Fix last change so we don't wait
13728         2 minutes if we don't show the splash screen.
13730 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
13732         * textmodes/org.el (org-export-plain-list-max-depth)
13733         (org-table-spaces-around-separators)
13734         (org-radio-targets, org-activate-camels)
13735         (org-table-spaces-around-invisible-separators): Options removed.
13736         (org-time-stamp-rounding-minutes, org-remember-templates)
13737         (org-ellipsis, org-activate-links, org-descriptive-links):
13738         New options.
13739         (org-remember-apply-template, org-current-time)
13740         (org-finish-edit-table-field)
13741         (org-link-unescape, org-link-escape)
13742         (org-string-width, org-table-clean-line, org-html-do-expand)
13743         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13744         (org-read-agenda-file-list): New functions.
13745         (org-table-edit-field)
13746         (org-table-create-or-convert-from-region): New commands
13747         (org-table-toggle-vline-visibility): Command removed.
13748         (org-table-convert-region): Made a command.
13749         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13750         Replace with the normal org- functions.
13751         (org-self-insert-command): Don't trigger realign unnecessarily
13752         when blanking a field that is not full.
13753         (org-mode): `Set buffer-invisibility-spec' for links.
13754         (org-activate-links2): Hide link part and only show descriptive
13755         part of the link.
13756         (org-insert-link): Modify for new linking system.
13757         (org-store-link): Store description separately, for use by
13758         `org-insert-link'.
13759         (org-table-align): Use `org-string-width'.
13760         (defgroup): Completely new group structure for custom variables.
13761         (org-agenda-files): Option: Single file name allowed.  Function:
13762         Optional argument unrestrited means ignore any restricitons.
13763         (org-install-agenda-files-menu): Find a buffer in Org-mode before
13764         trying to modify the menu.  Use generalized access to
13765         `org-agenda-files.'
13766         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13767         (org-agenda-file-to-front, org-remove-file, org-diary)
13768         (org-tags-view, org-export-icalendar-all-agenda-files)
13769         (org-export-icalendar-combine-agenda-files): Use generalized
13770         access to `org-agenda-files'.
13771         (org-remember-handler): Correctly preserve heading if present.
13772         (org-table-insert-row, org-table-insert-hline): Deal with
13773         invisible characters.
13775 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
13777         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13778         (vc-annotate-color-map): New 18 element constant
13779         value/saturation, rotating hue colormap, from red->blue.
13780         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13781         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13782         (vc-annotate): To avoid killing the required local variables,
13783         set them before the end of `with-output-to-temp-buffer', and
13784         after first switching to annotate-mode.
13785         (vc-annotate-warp-version): Add buffer argument in goto-line to
13786         ensure annotation, not source, is scrolled.
13788 2006-04-10  Bill Wohler  <wohler@newt.com>
13790         * custom.el (defcustom, custom-handle-keyword):
13791         Add :package-version keyword.
13792         (custom-add-package-version): New function.  Sets value of new
13793         property 'custom-package-version from :package-version keyword.
13794         (defcustom): Create Common Keywords section in docstring.
13795         (defface, defgroup): Replace definitions of a select few keywords
13796         with a reference to the Common Keywords in defcustom.
13797         (defcustom, defface, defgroup): Replace reference to Customization
13798         chapter in manual with hyperlink.
13800         * cus-edit.el (customize-package-emacs-version-alist): New variable.
13801         (customize-changed-options): Add check for custom-package-version.
13802         (customize-package-emacs-version): New function to look up Emacs
13803         version corresponding to the given package version.
13805         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13806         defun name, in similar fashion to find-variable-regexp.
13808 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
13810         * international/mule-cmds.el (set-locale-environment): Fix last
13811         change for when the locale's preferences don't specify any encoding.
13813 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13815         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13816         so the defined var/fun doesn't need to be quoted.
13818 2006-04-10  Richard Stallman  <rms@gnu.org>
13820         * finder.el (finder-mode-map): Add n and p bindings.
13822 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
13824         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13825         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13826         (gdb-setup-windows): Put something in source window if we can't find
13827         the source file.
13828         (gdb-frame-handler): Make it work again with just assembly.
13829         (gdb-data-list-register-values-handler): Make it work when there is
13830         no stack.
13832 2006-04-09  Richard Stallman  <rms@gnu.org>
13834         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13835         specs while looking for charset.
13837         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13839         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13840         Make them faces.
13841         (lm-font-lock-keywords): Update appropriately.
13843 2006-04-10  Kim F. Storm  <storm@cua.dk>
13845         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13846         it can also replace buffer-substring-no-properties.
13848         * emulation/cua-base.el (cua-delete-region, cua-paste)
13849         (cua-repeat-replace-region): Use filter-buffer-substring.
13851         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13852         (cua-cut-region-to-global-mark): Likewise.
13854         * emulation/cua-rect.el (cua--extract-rectangle)
13855         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13857 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13859         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13860         entry-type.  Add field delimiters to numerical fields if they are
13861         not present.
13863 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13865         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13866         string-const to return value.
13867         (bibtex-remove-delimiters): Use it.
13869 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13871         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13872         cl-byte-compile-compiler-macro unless it exists.
13874 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
13876         * files.el (hack-local-variables-confirm) <offer-save>:
13877         Clarify message text.  Suggested by Ralf Angeli.
13879 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13881         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13882         (delete-extract-rectangle-line): Use `filter-buffer-substring'
13883         instead of `buffer-substring' and `delete-region'.  (Most of the
13884         code actually copied from `kill-region'.)
13886 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
13888         * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
13889         (rcirc-default-port): Rename from rcirc-port.
13890         (rcirc-default-nick): Rename from rcirc-nick.
13891         (rcirc-default-user-name): Rename from rcirc-user-name.
13892         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13893         (rcirc-low-priority-flag): New variable.
13894         (rcirc-decode-coding-system): New defcustom.
13895         (rcirc-encode-coding-system): New defcustom.
13896         (rcirc-coding-system-alist): New defcustom.
13897         (rcirc-multiline-major-mode): New defcustom.
13898         (rcirc-nick): New internal variable.
13899         (rcirc-process): Remove variable.
13900         (rcirc-server-buffer): New variable.
13901         (rcirc): Update to use rcirc-default-* variables above.
13902         (rcirc-connect): Do not add window-configuration-hook-here.
13903         (rcirc-server): New internal variable.
13904         (rcirc-connect): Do not send keepalive pings if
13905         rcirc-keepalive-seconds is nil.
13906         (with-rcirc-server-buffer): New macro.
13907         (rcirc-send-string): Encode with rcirc-encode-coding-system.
13908         (rcirc-server-name): Rename from rcirc-server.
13909         (rcirc-buffer-process): New function.
13910         (rcirc-buffer-nick): New function.
13911         (rcirc-buffer-target): Remove function.
13912         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13913         New commands.
13914         (rcirc-mode-map): Change binding of C-c C-l to
13915         rcirc-toggle-low-priority.
13916         (rcirc-mode): Initialize coding system based on
13917         rcirc-coding-system-alist.  New change-major-mode-hook to part the
13918         channel on a mode change.  Make kill-buffer-hook buffer-local.
13919         (rcirc-change-major-mode-hook): New function.
13920         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13921         (rcirc-last-post-time): New variable.
13922         (rcirc-process-message): Store the last time user posted a message
13923         to this target.
13924         (rcirc-multiline-minor-mode): New mode.
13925         (rcirc-multiline-minor-mode-map): New mode map.
13926         (rcirc-edit-multiline): Put multiline-edit buffer in
13927         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13928         (rcirc-print): Ignore any line starting with an ignored nick.
13929         (rcirc-print): Decode using rcirc-decode-coding-system.
13930         (rcirc-track-minor-mode): Update global-mode-string when disabling
13931         this mode.
13932         (minor-mode-alist): Add LowPri indicator.
13933         (rcirc-toggle-low-priority): New function.
13934         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13935         next lowpriority buffer with activity.
13936         (rcirc-record-activity): Sort buffers in rcirc-activity by the
13937         last time the user posted a message in to the target.
13938         (rcirc-update-activity-string): New formatting for low priority
13939         buffers.
13940         (rcirc-split-activity): New function.
13941         (rcirc-handler-PART, rcirc-handler-KICK)
13942         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13943         (rcirc-nick-away-alist): New variable.
13944         (rcirc-handler-301): New handler.  Away messages are printed once
13945         per change.
13947 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
13949         * info.el (Info-follow-nearest-node): Doc fix.
13951         * international/mule-cmds.el (set-locale-environment): Make sure
13952         the coding-system preferred by the locale's language has the same
13953         EOL conversion type as the original buffer-file-coding-system.
13954         (locale-language-names): Add a few MS Windows language codes.
13956 2006-04-07  Richard Stallman  <rms@gnu.org>
13958         * simple.el (eval-expression): Doc fix.
13960         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13961         (eval-defun): Doc fixes.
13963 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
13965         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13967 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
13969         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13970         GDB list command without argument for greater generality.
13972 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13974         * subr.el (string-or-null-p): New function.
13976         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13978         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13980         * files.el: Update comment about safe-local-variable declarations.
13982 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
13984         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13985         See idlwave.org.
13987         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13988         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
13990         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13991         See idlwave.org.
13993         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13994         version 6.0 (minimal changes).  See idlwave.org.
13996         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13997         6.0 (minimal changes).  See idlwave.org.
13999         * progmodes/idlw-rinfo.el: File obsoleted and removed.
14001 2006-04-06  Romain Francoise  <romain@orebokech.com>
14003         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14004         symmetric encryption features and a new asynchronous interface to
14005         GnuPG.  This new version is version 1.4, plus whitespace changes.
14007 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14009         * files.el: Move some `safe-local-variable' declarations to the
14010         respective files.
14012         * textmodes/ispell.el (ispell-check-comments)
14013         (ispell-local-dictionary): Mark as safe.
14015         * abbrev.el (abbrev-mode): Mark as safe.
14017         * add-log.el (change-log-default-name): Mark as safe.
14019         * textmodes/reftex-vars.el (reftex-vref-is-default)
14020         (reftex-fref-is-default, reftex-level-indent)
14021         (reftex-guess-label-type): Mark as safe.
14023         * textmodes/fill.el (colon-double-space): Mark as safe.
14025         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14026         (sentence-end-double-space, sentence-end-without-period)
14027         (sentence-end-without-space, sentence-end, sentence-end-base)
14028         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14030 2006-04-06  Kim F. Storm  <storm@cua.dk>
14032         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14033         the :set-after list.
14034         (ido-downcase-unc-hosts): New user option.  Default on.
14035         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14036         when it is set, as regexps are now applied on the fly.
14037         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14038         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14039         on the fly, but only when ido-process-ignore-lists is set.
14040         Do case insensitive filtering if ido-downcase-unc-hosts is set.
14041         Only downcase names if ido-downcase-unc-hosts is set.
14043 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
14045         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14047         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14049 2006-04-05  Kim F. Storm  <storm@cua.dk>
14051         * ido.el (ido-mode): Set after ido-unc-hosts and
14052         ido-ignore-unc-host-regexps.
14053         (ido-save-history): Save ido-unc-hosts-cache.
14054         (ido-load-history): Load ido-unc-hosts-cache.
14055         (ido-reread-directory): Refresh unc hosts cache in // dir.
14057         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14058         to nil while displaying slash screen.
14060 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14062         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14063         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14065 2006-04-05  Kenichi Handa  <handa@m17n.org>
14067         * international/characters.el: Setup cases of Latin, Greek, and
14068         Cyrillic characters in CJK charsets.
14070 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14072         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14073         default-enable-multibyte-characters.  This reverts the change from
14074         revision 6.17 which is no longer necessary because the passphrase
14075         is sent separately now.  GnuPG messages are unreadable under
14076         multibyte locales with default-enable-multibyte-characters set to nil.
14078 2006-04-04  Andreas Schwab  <schwab@suse.de>
14080         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14081         and `byte-compile-warnings' as `safe-local-variable'.
14083 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
14085         * man.el (Man-mode-map): Restore the \r binding.
14086         (Man-abstract-xref-man-page): If Man-target-string is a function,
14087         call it.
14088         (Man-highlight-references): Use Man-default-man-entry to get the
14089         target.  Deal with xrefs too.
14090         (Man-highlight-references0): Don't call the target function.
14092         * woman.el (WoMan-xref-man-page): Strip the section number, woman
14093         cannot deal with it.
14095 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14097         * pgg-gpg.el: Clean up process buffers every time gpg processes
14098         complete.
14100 2006-04-04  Kenichi Handa  <handa@m17n.org>
14102         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14103         here.
14104         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14105         Temporarily bind inhibit-field-text-motion to t.
14107 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14109         * startup.el (normal-splash-screen): Only set mode-line-format in the
14110         splash buffer, so as not to interfere when debugging the code.
14111         Ignore errors when switching buffer.
14113 2006-04-03  Romain Francoise  <romain@orebokech.com>
14115         * dired.el (dired-dnd-protocol-alist): Fix typo.
14117 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14119         * savehist.el (savehist): Add :version.
14120         (savehist-ignored-variables): New variable.
14121         (savehist-minibuffer-hook): Don't save variables listed in
14122         `savehist-ignored-variables'.
14124         * dired.el (dired-dnd-protocol-alist): Mention that change does
14125         only apply to new buffers in doc string.
14127 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
14129         * recentf.el (recentf-open-files-item): Include newline in button
14130         field, so opening a file will work, when the point is at the end
14131         of the file name.  Allow, for example, to [i]search a file by
14132         extension and just push RET to open it.
14134 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14136         * pgg-gpg.el (pgg-gpg-process-filter)
14137         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14139         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14140         lines, temporary fix.
14142 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
14144         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14146 2006-04-02  Richard Stallman  <rms@gnu.org>
14148         * progmodes/compile.el (compilation-message-face): Make it defcustom.
14150 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
14152         * ibuf-macs.el (define-ibuffer-column): Add a new key:
14153         header-mouse-map.
14155         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14156         (ibuffer-mode-header-map): New keymaps.
14157         (ibuffer-update-title-and-summary): Enable mouse face highlighting
14158         and keybindings for column headers.
14159         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14160         property.
14162 2006-04-02  Drew Adams  <drew.adams@oracle.com>
14164         * speedbar.el (speedbar-after-create-hook): Doc fix.
14166 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
14168         * shell.el (shell-directory-tracker)
14169         (shell-dynamic-complete-command): Doc fixes.
14171 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
14173         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14174         terminals.
14176 2006-04-01  Kim F. Storm  <storm@cua.dk>
14178         * ido.el (ido-unc-hosts-cache): New defvar.
14179         (ido-unc-hosts): If value of defcustom is a function, call it to
14180         get list of UNC hosts.  Add function-item choices to specify
14181         ido-unc-hosts-net-view or user function.
14182         (ido-ignore-unc-host-regexps): New defcustom.
14183         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14184         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14185         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14187 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14189         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14190         wwidth.
14192 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
14194         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14195         (ido-max-work-file-list, ido-switch-buffer)
14196         (ido-read-file-name-as-directory-commands):
14197         Fix typos in docstrings.
14199 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14201         * term/mac-win.el (mac-system-coding-system): Define and use after
14202         Mac-specific coding systems are ready.
14204 2006-03-27  Romain Francoise  <romain@orebokech.com>
14206         * net/rcirc.el (rcirc-connect): Add autoload cookie.
14208         * ldefs-boot.el: Update.
14210 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14212         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14213         passphrases when it is not needed.
14214         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14215         passphrase stuff from gpg, should only be necessary when you use
14216         gpg with a smartcard.
14218 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
14220         * comint.el (comint-dynamic-list-completions): Allow user to
14221         select *Completions* buffer.
14223 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
14225         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14227 2006-03-26  Andreas Schwab  <schwab@suse.de>
14229         * progmodes/gud.el (gdb): Only complain about multiple debugging
14230         when the gdb process is still running.
14232 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
14234         * mail/rmail.el (tool-bar-map): Defvar it.
14235         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14236         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14238 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14240         * help.el (print-help-return-message): Suggest to use
14241         display-buffer instead of switch-to-buffer-other-window to restore
14242         the previous window without selecting it.
14244 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14246         * frame.el (select-frame-by-name): Call x-focus-frame also when
14247         window-system is mac.
14249         * term/mac-win.el: Adjust Courier font specifications in
14250         x-fixed-font-alist.
14251         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14252         when directly encoding to UTF-16 in native byte order, no BOM.
14254 2006-03-25  Kim F. Storm  <storm@cua.dk>
14256         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14257         (cua--init-keymaps): Use it instead of fixed C-return.
14258         (cua-mode): Set after it.
14260         * emulation/cua-rect.el (cua--init-rectangles):
14261         Use cua-rectangle-mark-key instead of fixed C-return.
14263 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
14265         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14266         "run" in .gdbinit.
14267         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14269 2006-03-24  Romain Francoise  <romain@orebokech.com>
14271         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14272         `display-buffer-other-frame'.
14274 2006-03-24  Kim F. Storm  <storm@cua.dk>
14276         * apropos.el (apropos-synonyms): Add selection => region.
14278 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
14280         * progmodes/gdb-ui.el (gdb-var-create-regexp)
14281         (gdb-var-list-children-regexp, gdb-var-update-regexp)
14282         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14283         (gdb-data-list-register-values-regexp)
14284         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14285         Future proof against new fields being added to MI output.
14286         (gdb-send): Don't treat backslashes for program input as
14287         continuations.
14288         (gdb-assembler-handler): Don't use window-start for this handler.
14289         (gdb-frame-handler): Don't change to hollow arrow if overlay
14290         arrow doesn't move to new frame.
14292 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
14294         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14295         prevent compiler warnings.
14296         (gdb-stopped): Check for gud-last-last-frame (case: signal).
14297         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14298         (gdb-assembler-custom): Use hollow-right-triangle for assembler
14299         buffer too.
14301 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
14303         * pgg-gpg.el (pgg-gpg-update-agent): Check for
14304         make-network-process, so we can use the same code in Gnus v5-10
14305         too and have this file fully synchronized with that release.
14307 2006-03-23  Romain Francoise  <romain@orebokech.com>
14309         * ibuf-ext.el (ibuffer-read-filter-group-name):
14310         Use `ibuffer-generate-filter-groups' to make completion list match
14311         the filter groups that are really displayed in the Ibuffer buffer.
14312         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
14314 2006-03-23  Kenichi Handa  <handa@m17n.org>
14316         * international/mule-cmds.el (sort-coding-systems): Describe that
14317         the argument is modified in docstring.
14319 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14321         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14322         (pgg-gpg-update-agent): New function.
14323         (pgg-gpg-use-agent-p): New function.
14324         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14325         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14326         (pgg-gpg-sign-region): Use it.
14328 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
14330         * cus-edit.el (custom-face-set): Call custom-push-theme before
14331         face-spec set so that `changed' theme is correctly saved.
14332         (custom-face-reset-standard): Reset to recalculated face rather
14333         than defface spec.
14335         * custom.el (custom-push-theme): Only save `changed' theme if the
14336         current face does not match the defface specs.
14338 2006-03-21  Simon Josefsson  <jas@extundo.com>
14340         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14341         <wilde@sha-bang.de>.
14342         (pgg-gpg-use-agent): New variable.
14343         (pgg-gpg-process-region): Use it.
14344         (pgg-gpg-encrypt-region): Likewise.
14345         (pgg-gpg-encrypt-symmetric-region): Likewise.
14346         (pgg-gpg-decrypt-region): Likewise.
14347         (pgg-gpg-sign-region): Likewise.
14348         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14350 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
14352         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
14353         bracket links.
14355 2006-03-21  Kim F. Storm  <storm@cua.dk>
14357         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
14358         fringe-indicator-alist instead of modifying global value.
14359         (gdb-frame-handler): Likewise.
14361 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
14363         * diff-mode.el (diff-function): Make it inherit from diff-header
14364         instead of diff-context.
14366         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14367         bitmap.
14368         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14369         change names in macro above for consistency.
14370         (gdb-frame-handler): Use hollow-right-triangle for all selected
14371         frames which except the innermost (where execution has stopped).
14372         (gdb-reset): Reset buffer-local values of overlay-arrow.
14374 2006-03-20  Richard Stallman  <rms@gnu.org>
14376         * simple.el (set-mark-command): Doc fix.
14378         * files.el (display-buffer-other-frame): New command.
14379         (ctl-x-4-map): Bind C-x 5 C-o to it.
14381 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14383         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14384         rather than just defer-time, in case defer-time has been changed but
14385         the timer isn't running yet.
14386         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14388 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
14390         * help-mode.el (help-follow-symbol): New function.
14391         Essentially identical to the old `help-follow', but do not let
14392         `push-button' do the work when on an xref.
14393         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14395 2006-03-19  Richard Stallman  <rms@gnu.org>
14397         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14398         preceded by the word `program'.
14399         (help-follow-mouse, help-follow): Throw error if not on xref.
14400         Delete no longer used args.
14402 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
14404         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
14405         annotation ensure gud-overlay-arrow-position is redisplayed.
14407 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14409         * textmodes/bibtex.el (bibtex-include-OPTkey)
14410         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
14411         (bibtex-autokey-name-case-convert)
14412         (bibtex-autokey-titleword-case-convert): Make these the aliases
14413         for the following two variables.
14414         (bibtex-autokey-name-case-convert-function)
14415         (bibtex-autokey-titleword-case-convert-function): Make these the
14416         real names.
14417         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14418         bibtex-font-lock-crossref sublists.
14419         (bibtex-mode): Revert 2005-12-30 change (which made
14420         completion-ignore-case buffer-local).
14421         (bibtex-url): Simplify.
14423 2006-03-19  Kim F. Storm  <storm@cua.dk>
14425         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14426         cursor property value to 2 (to align with C level change).
14428 2006-03-19  Bill Wohler  <wohler@newt.com>
14430         * image.el (image-load-path-for-library): Shorten first line in
14431         docstring.
14433 2006-03-18  Richard Stallman  <rms@gnu.org>
14435         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14437 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
14439         * isearch.el (isearch-other-meta-char): Handle user bindings for
14440         shifted control characters.
14442 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
14444         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14445         part that matches email addresses, file names, etc.
14447 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
14449         * term/w32-win.el (mouse-set-font):
14450         Mention w32-list-proportional-fonts in the doc string.
14452 2006-03-18  Kim F. Storm  <storm@cua.dk>
14454         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14455         (ido-unc-hosts): New user option to explicitly define list of know
14456         UNC-style hosts for completion.
14457         (ido-cache-unc-host-shares-time): New user option.
14458         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14459         New helper functions for UNC file-name support.
14460         (ido-may-cache-directory): Check for UNC host.  Simplify.
14461         (ido-wash-history): Clean out old UNC hosts.
14462         (ido-nonreadable-directory-p): UNC hosts are always readable.
14463         (ido-directory-too-big-p): UNC hosts are never too big.
14464         (ido-set-current-directory): Handle UNC root path.
14465         (ido-file-name-all-completions): Complete UNC host names from
14466         ido-unc-hosts list.  Cache UNC host shares.
14467         (ido-make-file-list-1): Don't filter UNC root.
14468         (ido-exhibit): Check for // in root directory, and switch to UNC
14469         mode by setting ido-current-directory to //.
14471 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
14473         * cus-edit.el (customize-changed-options): Mention explicit
14474         version number as default in prompt.
14476 2006-03-17  Bill Wohler  <wohler@newt.com>
14478         * image.el (image-load-path-for-library): Minor docstring fix.
14480 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
14482         * textmodes/org.el (org-read-date): Include subgroup 5 into
14483         replacement text.
14484         (org-popup-calendar-for-date-prompt): Fix customization type.
14486 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
14488         * progmodes/gdb-ui.el (gud-watch): Provide completion.
14489         (gdb-continuation): New variable.
14490         (gdb-send): Deal with continuation lines.
14492         * progmodes/gud.el (gud-gdb-complete-command)
14493         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14494         expressions.
14495         (gud-tooltip-mode): Use buffer-local value.
14497 2006-03-16  Kim F. Storm  <storm@cua.dk>
14499         * ido.el (ido-edit-input): Use selected match, if any.
14501 2006-03-16  Bill Wohler  <wohler@newt.com>
14503         * image.el (image-load-path-for-library): Prefer user's images in
14504         image-load-path.
14506 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
14508         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
14509         when checking for attempt to drag leftmost or rightmost scrollbar.
14511 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
14513         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
14514         (gdb-force-mode-line-update): New function.
14515         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
14516         (gdb-exited): Use them.
14517         (gdb-signal): New function.
14518         (gdb-annotation-rules): Provide a rule for it.
14520 2006-03-16  Kenichi Handa  <handa@m17n.org>
14522         * international/mule.el (auto-coding-regexp-alist): Add entries
14523         for Unicode BOM.
14525         * sort.el (sort-build-lists): Temporarily bind
14526         inhibit-field-text-motion to t.
14528 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
14530         * locate.el (locate-command, locate-make-command-line)
14531         (locate-fcodes-file, locate-update-command)
14532         (locate-prompt-for-command, locate, locate-with-filter)
14533         (locate-get-file-positions): Doc fixes.
14534         (locate-buffer-name, locate-header-face): Remove leading `*' in
14535         defcustom.
14536         (locate-filter-output): Use `keep-lines' instead of its alias
14537         `delete-non-matching-lines'.
14538         (locate-get-filename, locate-get-dirname): Add introductory comment.
14539         (locate-find-directory-other-window): Give appropriate error
14540         message if used outside main listing.
14542 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14544         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14545         the new extend-region feature.
14546         (font-lock-after-change-function): Update correspondingly.
14547         * jit-lock.el (jit-lock-after-change): Update correspondingly.
14548         * progmodes/grep.el (font-lock-lines-before): Don't disable.
14550 2006-03-15  Bill Wohler  <wohler@newt.com>
14552         * image.el (image-load-path-for-library): Fix example by not
14553         recommending that one binds image-load-path.  Just defvar it to
14554         placate compiler and only use it if previously defined.
14556 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
14558         * textmodes/org.el (org-insert-centered): Use `string-width' to
14559         make underlining work for wide characters.
14560         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14561         TAB to `org-cycle', to make sure that no binding in
14562         `outline-mode-map' can supercede it.
14564 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
14566         * allout.el: Increment version to 2.2.1 in file commentary.
14568         (allout-version): Increment to 2.2.1.
14570         (allout-default-layout): New customization variable, used when the
14571         file lacks a specific allout-layout.  Uses allout-layout-type for
14572         recursively nested definition.
14574         (allout-layout-type): Widget defining allout layouts, necessary for
14575         self-recursive definition.
14577         (allout-mode): Incorporate allout-default-layout as fallback for
14578         allout-layout.
14580         (allout-layout): Mark as 'safe-local-variable', and refer mention
14581         fallback to `allout-default-layout' in absence of a specified value.
14582         (allout-passphrase-verifier-string)
14583         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14585         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14587         (allout-get-encryption-passphrase-verifier): Use correct name of
14588         passphrase verifier in docstring.
14590 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
14592         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14593         elements.
14594         (gdb-find-watch-expression): Make it work for arrays too.
14595         Follow change to gdb-var-list.
14596         (gud-watch): Allow the user to enter variable name with a prexix
14597         arg.  Create keybindings.
14598         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14599         (gdb-var-list-children-handler, gdb-var-update-handler)
14600         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14601         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14602         Follow change to gdb-var-list.
14603         (gdb-starting): Don't show the overlay arrows when program is running.
14605         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14606         gdb-var-list.
14608 2006-03-14  Bill Wohler  <wohler@newt.com>
14610         * image.el (image-load-path-for-library): Pass value of path
14611         rather than symbol.  Always return list of directories.
14612         Guarantee that image directory comes first.
14614 2006-03-14  Alan Mackenzie  <acm@muc.de>
14616         * font-core.el (font-lock-extend-region\(-function\)?.):
14617         New function/variable.
14619         * font-lock.el (font-lock-after-change-function):
14620         Call font-lock-extend-region.  Obey font-lock-lines-before.
14621         (font-lock-default-fontify-region): Remove reference to
14622         font-lock-lines-before.
14624         * jit-lock.el (jit-lock-after-change):
14625         Call font-lock-extend-region.  Obey font-lock-lines-before.
14627 2006-03-14  David Ponce  <david@dponce.com>
14629         * tree-widget.el (tree-widget-themes-load-path)
14630         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14632 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
14634         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14635         (rcirc-print): Mark the start of text at the end of the prompt.
14636         (rcirc-track-minor-mode): Add autoload cookie.
14637         (rcirc-update-activity-string): Add space to front of mode-line
14638         indicator.
14640 2006-03-13  Miles Bader  <miles@gnu.org>
14642         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14643         (rcirc-abbrev-nick): Remove function.
14644         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14646 2006-03-13  David Ponce  <david@dponce.com>
14648         * tree-widget.el: Handle themes across all occurrences of the main
14649         themes sub-directory found in tree-widget-themes-load-path.
14650         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14651         (tree-widget--locate-sub-directory): Return all occurrences.
14652         (tree-widget-themes-path): New function.
14653         Replace tree-widget-themes-directory, and return a list of directories.
14654         (tree-widget-set-parent-theme)
14655         (tree-widget-lookup-image): Use it.
14657 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
14659         * textmodes/org.el (org-link-search): Avoid self-matching of
14660         links, allow target text to be distributed over several lines.
14661         (org-search-not-link): New function.
14662         (org-set-regexps-and-options, org-get-current-options):
14663         New startup options.
14664         (org-export-as-html): Take odd-level setting from local variable.
14665         (org-fontify-emphasized-text): New option.
14666         (org-set-font-lock-defaults): Include emphasized text.
14667         (org-follow-mhe-link): Allow folder-only links, fix folder name.
14668         (org-font-lock): Customize group renamed from `org-faces'.
14670 2006-03-13  John Paul Wallington  <jpw@pobox.com>
14672         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14673         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
14675 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
14677         * cus-start.el (all): Delete :version keyword for members of the
14678         fringe group, since the entire group is new in 22.1.
14680 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
14682         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14683         map if value is hexadecimal (an address).
14684         (gud-watch): Only search roots for existing watch expressions.
14685         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14686         prevent caching problems with speedbar-update-directory-contents.
14688 2006-03-12  Juri Linkov  <juri@jurta.org>
14690         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14691         before comparing with `low' and `warn'.
14693         * info.el (Info-dir-remove-duplicates): Move point to the
14694         beginning of the current line after deleting the entries from
14695         redundant heading.  Use marker for `limit' and compare it with
14696         point before calling `re-search-forward'.
14698 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
14700         * simple.el (yank): Fix typo in docstring.
14702 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
14704         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14705         messages, where "D" is the 6th character.
14707 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14709         * simple.el (yank): Fix last change.
14711 2006-03-11  David Ponce  <david@dponce.com>
14713         * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
14714         before merging elements from the standard ispell-dictionary-alist.
14715         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14716         alist, and return the new alist.
14718 2006-03-11  Richard Stallman  <rms@gnu.org>
14720         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14722         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14723         the way it is implemented is too unclean.
14725         * simple.el (kill-region, yank): Doc fix.
14727         * battery.el (battery-echo-area-format): Doc fix.
14728         (battery-mode-line-format): Likewise.
14729         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14730         (battery-linux-proc-acpi): Ignore batteries that say "charged".
14732 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
14734         * progmodes/octave-mod.el (octave-indent-for-comment):
14735         Behave according to do string.
14737 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
14739         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14740         Be visible only if major mode is Mail Mode.
14742         * textmodes/flyspell.el (flyspell-external-point-words)
14743         (flyspell-process-localwords): Fix last changes.
14745 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14747         * calendar/holidays.el (list-holidays): Doc fix.
14749         * international/mule.el (auto-coding-alist): Add .odt
14750         (OpenOffice's open document) files.
14752         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14753         document) files.  Mention in the doc string the need to sync with
14754         auto-coding-alist.
14756 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
14758         * files.el (hack-local-variables-confirm): Don't prompt for ! if
14759         enable-local-variables is set to always query, or there is no
14760         savable variable.
14762 2006-03-10  Bill Wohler  <wohler@newt.com>
14764         * image.el (image-load-path-for-library): Merge at least three
14765         functions from Gnus and MH-E into this one function that can now
14766         be shared.
14768 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
14770         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14771         gdb-remove-mouse-face and remove help-echo too.
14772         (gdb-enqueue-input): Correct conditional clause.
14774 2006-03-10  Glenn Morris  <rgm@gnu.org>
14776         * calendar/calendar.el (calendar-holidays): Doc fix.
14777         * calendar/holidays.el (list-holidays): Doc fix.
14779 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
14781         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14782         it gets called in gdb-prompt anyway.
14783         (gdb-use-separate-io-buffer): Only restore window arrangement for
14784         gdb-many-windows.
14785         (gdb-enqueue-input): Make it harder to send GDB input when program
14786         is running.
14787         (gdb-buffer-list): New variable.
14788         (gdb-remove-mouse-face): New function.
14789         (gdb-starting): Use it when GDB input won't get sent.
14791 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
14793         * help.el (view-lossage): Remove trailing whitespace before
14794         inserting "\n".
14796 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
14798         * files.el (hack-local-variables-confirm):
14799         Set coding-system-for-read to nil before writing to .emacs.
14801         * arc-mode.el (archive-extract): Check if an existing buffer name
14802         comes from a different archive.
14804         * help.el (describe-key-briefly): If KEY is a down event, read and
14805         discard the up event.
14807 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
14809         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14810         be edited and use font-lock-warning-face for any changes.
14812         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14813         (gdb-edit-value): Use it to report any errors.
14815 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
14817         * help.el (describe-key): Remove leftover test code.
14819 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
14821         * textmodes/org.el: Move defvars out of eval-when-compile.
14822         Use buffer-file-name variable.
14823         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14824         arg `file'.
14825         (org-level-faces): Remove startup dependency.
14826         (org-cycle, org-map-tree, org-scan-tags)
14827         (org-remember-handler): Don't call `outline-level' directly.
14828         (org-mhe-search-all-folders): New option.
14829         (org-mhe-get-message-folder-from-index)
14830         (org-mhe-get-message-folder): Fix indexing search.
14831         (org-format-agenda-item): Handle nil TAGS argument.
14832         (org-cleaned-string-for-export, org-activate-target-links)
14833         (org-make-target-link-regexp): Deal with empty radio target list.
14834         (org-tag): New face.
14835         (org-get-level-face): New function.
14836         (org-set-font-lock-defaults): Simplify setup for headlines.
14837         (org-complete): Pass common substring to `display-completion-list'.
14839 2006-03-06  David Ponce  <david@dponce.com>
14841         * tree-widget.el: Update Commentary header.
14842         (tree-widget-theme-name): Ignore parent themes.
14843         (tree-widget-set-parent-theme): New function.
14844         (tree-widget-set-theme): Use it.
14845         (tree-widget-set-image-properties): Move definition.  Does nothing
14846         if image properties have already been set.
14847         (tree-widget-image-properties): Move definition.  Receive an image
14848         name.  Set the :pointer property.
14849         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
14850         Don't set the :pointer image property.
14851         (tree-widget-convert-widget): New function.  Handle :dynargs
14852         compatibility here.
14853         (tree-widget): Use it to :convert-widget.  Add the :expander-p
14854         predicate to control when the :expander function is entered.
14855         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14856         (tree-widget-value-create): Handle :expander-p.  widget-apply
14857         :expander.
14858         (tree-widget-expander-p): New function.  Default value of the
14859         :expander-p property.
14861 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
14863         * help.el (describe-key): Properly handle the return value of
14864         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
14865         remaps.  Handle string and vector `follow-link' values.
14867 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14869         * complete.el (PC-expand-many-files): Try be more careful when parsing
14870         the shell's output.
14872 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14874         * outline.el (hide-sublevels): Provide better interactive default.
14876 2006-03-06  Kenichi Handa  <handa@m17n.org>
14878         * international/fontset.el (create-fontset-from-fontset-spec):
14879         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14881 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
14883         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14884         backslashes instead of one in regexp.
14885         (gud-tooltip-dereference): Add missing optional argument.
14887 2006-03-04  John Paul Wallington  <jpw@pobox.com>
14889         * wdired.el (toplevel): Require `cl' at compile-time.
14891 2006-03-04  Andreas Schwab  <schwab@suse.de>
14893         * server.el (server-process-filter): Handle errors during
14894         evaluation of the argument.
14896 2006-03-03  John Paul Wallington  <jpw@pobox.com>
14898         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14899         escape parentheses at beginning of line.
14900         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14901         (t-mouse-mode): Remove period from end of error message.
14903 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
14905         * textmodes/flyspell.el (flyspell-process-localwords):
14906         Be case-sensitive.
14908 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
14910         * cus-edit.el (custom-quote): Remove function, since it has been
14911         moved to custom.el.
14913         * font-lock.el (lisp-font-lock-keywords-2)
14914         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14915         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14916         they have no special meaning.
14918         * midnight.el (clean-buffer-list): Handle case where base-buffer of
14919         indirect buffer gets killed before indirect buffer.  Use dolist.
14921 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
14923         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14924         value instead of a literal constant (1) on more pauses.
14926 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
14928         * textmodes/flyspell.el (flyspell-external-point-words):
14929         Be case-sensitive.
14931 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
14933         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14934         with "www".
14936 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
14938         * allout.el: Restablish intermediate missing comment header to
14939         preserve outline structure.
14940         (allout-beginning-of-current-entry): Skip invisible text.
14941         (allout-open-topic): Fix opening a topic at end-of-buffer.
14942         (allout-minor-mode): Move nearer to allout-mode function.
14944 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
14946         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14948 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
14950         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14951         is nil.
14953         * progmodes/gud.el (gud-speedbar-menu-items):
14954         Use buffer-local-value and add missing :visible keyword.
14956         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14958 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
14960         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14961         must be `follow-link'.
14963         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14965         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14966         formatting: No nested anchors.
14967         (org-all-targets): Fix bug with XEmacs compatibility.
14968         (org-read-date): Add (require 'parse-time).
14969         (org-set-tags): Fix bug with extra inserted space.
14970         (org-export-html-style): Define a style class for targets.
14971         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14972         (org-hide-leading-stars): New option.
14973         (org-hide): New face.
14974         (org-set-font-lock-defaults): Allow to hide leading stars.
14975         (org-get-legal-level, org-tr-level): New functions.
14976         (org-odd-levels-only): New option.
14977         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14978         (org-demote, org-promote): Deal with double-star levels.
14979         (org-convert-to-odd-levels): New command.
14981 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
14983         * speedbar.el (speedbar-update-localized-contents): Try to
14984         preserve window-start.
14985         (speedbar-update-directory-contents): Try to preserve window-start
14986         and window-point.
14987         (speedbar-update-special-contents): Don't move back to start of window.
14989         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14990         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
14991         speedbar-timer-fn.
14992         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14993         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14994         instead of gdb-speedbar-timer-fn.
14996 2006-02-28  Jay Belanger  <belanger@truman.edu>
14998         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14999         (math-compose-expr): Use latex option when calling
15000         `math-compose-tex-matrix' for latex mode.
15002 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
15004         * speedbar.el: Re-instate comments about developing for speedbar
15005         [this is what info and gdb-ui use even if better methods exist now].
15007         * t-mouse.el: New file.
15008         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
15009         (t-mouse-lispy-buffer-posn-from-coords): Remove.
15010         (t-mouse-make-event-element): Use posn-at-x-y instead.
15011         (t-mouse-make-event): Deal with Fedora Core 3.
15012         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15013         (t-mouse-mouse-position-function): New function.  Use it instead
15014         of advising mouse-position.
15015         (t-mouse-mode): New minor mode.
15016         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
15018 2006-02-27  Glenn Morris  <rgm@gnu.org>
15020         * calendar/calendar.el (calendar-holidays): Doc fix.
15022 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
15024         * progmodes/gdb-ui.el (gdb-source-window): New variable.
15025         Re-introduce the concept of a source window.
15026         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15027         consistency with get-buffer-create.
15028         (def-gdb-auto-update-handler, gdb-info-locals-handler)
15029         (gdb-data-list-register-values-handler)
15030         (gdb-stack-list-locals-handler): Try to preserve window-start as
15031         well as window-point.
15032         (gdb-display-source-buffer): New function (old concept).
15033         (gdb-goto-breakpoint): Use it.
15035         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15036         for gdb-ui/gdb-mi (old concept).
15038 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
15040         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15041         binding.
15043         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15045         * textmodes/reftex-sel.el (reftex-select-label-map)
15046         (reftex-select-bib-map): Add `follow-mouse' binding.
15048 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
15050         * jka-cmpr-hook.el (jka-compr-compression-info-list)
15051         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15052         Give :set functions to provide automatic updating.
15053         Update docstring.  Give compiler defvars early in the file
15054         and move the defcustoms to a later spot where all called functions
15055         are defined.
15056         (jka-compr-file-name-handler-entry): Doc fix.
15057         (jka-compr-compression-info-list--internal)
15058         (jka-compr-mode-alist-additions--internal)
15059         (jka-compr-load-suffixes--internal): New variables.
15060         (jka-compr-install): Set the three above variables.
15061         Update `load-file-rep-suffixes' instead of `load-suffixes'.
15062         (jka-compr-update, jka-compr-set): New functions.
15063         (auto-compression-mode): Doc fix.
15065         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15066         Update `load-file-rep-suffixes' instead of `load-suffixes'.
15067         Use jka-compr-compression-info-list--internal,
15068         jka-compr-mode-alist-additions--internal and
15069         jka-compr-load-suffixes--internal.
15071         * files.el (load-library):
15072         * loadhist.el (file-loadhist-lookup):
15073         * startup.el (command-line):
15074         * subr.el (locate-library):
15075         * emacs-lisp/autoload.el (update-directory-autoloads):
15076         * emacs-lisp/find-func.el (find-library-suffixes):
15077         Use `get-load-suffixes' instead of `load-suffixes'.
15079         * subr.el (locate-library):
15080         * emacs-lisp/find-func.el (find-library-name):
15081         Use `load-file-rep-suffixes' instead of '("").
15083 2006-02-26  Kim F. Storm  <storm@cua.dk>
15085         * ido.el (ido-save-history, ido-load-history): Simplify.
15086         Don't use find-file-noselect to avoid interference from other modes.
15088 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
15090         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15091         to use the default shell if filename is not available.
15092         Reported by Giorgos Keramidas.
15094 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
15096         * progmodes/etags.el (tags-completion-table): Do completion from
15097         all the tables in the current list, as documented in the manual.
15099 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15101         * CC Mode Update to 5.31.3.
15103 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15105         * progmodes/cc-mode.el (c-postprocess-file-styles):
15106         Bind inhibit-read-only to t, around the call to
15107         c-remove-any-local-eval-or-mode-variables, so that it works on a
15108         RO file.
15110 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15112         * progmodes/cc-awk.el: Correct a typo.
15114 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15116         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15117         c-hungry-delete-backwards, at the request of RMS.  Leave the old
15118         name as an alias.
15120 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15122         * progmodes/cc-mode.el: Correct a typo.
15124 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15126         * progmodes/cc-defs.el: Update the version number to 5.31.3.
15128 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15130         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15131         brace-else-brace (error due to mbeg, mend being undefined).
15133 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15135         * progmodes/cc-mode.el: File Local variables: Solve the problem
15136         where both `mode' and c-file-offsets are specified: `mode' will
15137         overwrite c-f-o's settings:
15138         (c-remove-any-local-eval-or-mode-variables): New function.
15139         (c-postprocess-file-styles): Call the above new function, within
15140         c-tentative-buffer-change, to splat `mode' and `eval' before the
15141         second hack-local-variables.
15143 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15145         * progmodes/cc-mode.el:
15146         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15147         (c-after-change): Protect the match data with save-match-data.
15148         It was getting corrupted by c-after-change-check-<>-operators.
15150         * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15151         (top level): Check for a buggy font-lock-compile-keywords ONLY in
15152         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
15154         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15155         with save-match-data.  It was being corrupted when Font Lock was
15156         not enabled.
15158 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
15160         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15161         Mode and Subword Mode.
15163         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15164         real labels ("case 1:" or "foo:") from non-labels ("public:").
15165         (c-forward-objc-directive): Replace c-forward-token-2 with crude
15166         coding; c-f-t-2 doesn't move over a token at EOB.
15168         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15170         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15171         (c-update-modeline): Concatenate the minor mode indicators
15172         directly onto mode-name, removing c-submode-indicators.
15173         Sometimes, c-s-i got separated from the mode name on the mode line.
15175         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15176         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15178 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15180         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15181         error message when there's an evaluation error to show whether
15182         it's loaded from source or not.
15183         (c-filter-ops): Make it available at runtime too to work when
15184         `c-make-init-lang-vars-fun' needs to evaluate from source.
15186 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
15188         * help.el (help): Revert last part of 2006-02-23 change (deletion
15189         of the `provide' call).
15191 2006-02-23  Juri Linkov  <juri@jurta.org>
15193         * compare-w.el (compare-windows-highlight): Add new value
15194         `persistent' and change :type from `boolean' to `choice'.
15195         (compare-windows-overlays1, compare-windows-overlays2):
15196         New internal variables.
15197         (compare-windows-highlight): If compare-windows-highlight is
15198         `persistent', add current overlays to compare-windows-overlays[12]
15199         instead of adding compare-windows-dehighlight to pre-command-hook.
15200         (compare-windows-dehighlight): Delete all overlays from
15201         compare-windows-overlays[12].
15203         * info.el (Info-search): Don't bind search-spaces-regexp to
15204         Info-search-whitespace-regexp in non-regexp isearch mode.
15206 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15208         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15210 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
15212         * textmodes/org.el (org-xemacs-p)
15213         (org-export-html-show-new-buffer, org-table-may-need-update)
15214         (org-insert-item, org-mhe-get-message-real-folder)
15215         (org-mhe-get-message-folder-from-index)
15216         (org-mhe-get-message-folder, org-mhe-get-message-num)
15217         (org-mhe-get-header, org-make-org-heading-search-string)
15218         (org-make-org-heading-camel, org-table-sort-lines)
15219         (org-format-org-table-html, org-format-table-table-html):
15220         Fix typos in docstrings.
15222 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
15224         * textmodes/org.el (org-cleaned-string-for-export)
15225         (org-solidify-link-text): New function.
15226         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15227         XEmacs, just to silence the compiler.
15228         (org-export-as-ascii, org-export-as-html-and-open):
15229         Use `org-cleaned-string-for-export' and create internal links.
15230         (org-follow-mhe-link): Require mh-e, use folder.
15232 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
15234         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15236         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15237         gdb-debug-log-length.
15238         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
15239         it a real ring but...
15240         (gud-gdba-marker-filter): ...make it work like mark-ring.
15241         (gdb-enable-debug): Rename from gdb-enable-debug-log.
15242         (gdb-mouse-jump): New function.  Add bindings.
15244 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
15246         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15247         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15248         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15249         (gdb-debug-log-length): Customize it's length.
15250         (gud-watch, gdb-var-create-handler): Display function::var format
15251         but don't use to create variable object.
15252         (gdb-var-create-handler): Use message-box in place of message.
15253         (gdb-stopped): Call gdb-exited if signalled.
15255 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
15257         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15259         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15261         * textmodes/reftex.el (reftex-locate-file): Search all extensions
15262         if `reftex-try-all-extensions' is set.
15264         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15265         fail silently when there is no valid argument at point.
15266         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15267         `fail-silently' argument.  From a patch by David Reiter.
15269         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15270         New commands.
15271         (org-mark-ring): New variable.
15272         (org-mark-ring-length): New option.
15273         (org-open-at-point, org-goto, org-open-file): Push old position
15274         onto the mark ring.
15275         (org-add-hook): New function.
15276         (org-export-table-remove-special-lines): New option.
15277         (org-skip-comments, org-format-org-table-html): Respect new
15278         option `org-export-table-remove-special-lines'.
15279         (org-open-file): Allow special command configuration for
15280         directory link.
15281         (org-file-apps): Fix bugs in customize type, added setting
15282         for directories.
15283         (org-activate-tags, org-format-agenda-item, org-complete)
15284         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15285         (org-get-tags, org-get-buffer-tags, org-open-at-point)
15286         (org-link-search, org-make-org-heading-search-string)
15287         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15288         (org-radio-targets, org-file-link-context-use-camel-case)
15289         (org-activate-camels): New options.
15290         (org-update-radio-target-regexp, org-all-targets)
15291         (org-make-target-link-regexp, org-activate-target-links):
15292         New functions.
15293         (org-make-org-heading-search-string): New function.
15294         (org-store-link, org-insert-link): Use new option
15295         `org-file-link-context-use-camel-case'.
15296         (org-activate-camels): Use new option `org-activate-camels'.
15297         (org-link-regexp): Add mhe prefix.
15298         (org-open-at-point, org-store-link): Support for mhe links.
15299         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
15300         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
15301         (org-mhe-get-header, org-follow-mhe-link): New functions.
15302         (org-remove-angle-brackets, org-add-angle-brackets):
15303         New functions.
15304         (org-bracket-link-regexp): New constant.
15305         (org-read-date): Fix bug that was rejecting all typed dates.
15306         (org-link-search): Make hierarchy above visible after a match.
15307         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
15308         (org-store-link): Fix bug with link creation when cursor is in
15309         an empty line.
15310         (org-open-at-point): Fix bug with matching a link.
15311         Fixed buggy argument sequence in call to `org-view-tags'.
15312         (org-compile-prefix-format): Set `org-prefix-has-tag'.
15313         (org-prefix-has-tag): New variable.
15314         (org-format-agenda-item): Remove tags from headline
15315         if appropriate.
15316         (org-agenda-remove-tags-when-in-prefix): New option.
15318 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
15320         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15321         Fix the regular expressions.
15323 2006-02-21  Richard M. Stallman  <rms@gnu.org>
15325         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
15326         if there's no other specific basis.
15328         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
15329         as variables at all.
15330         (unsafep-variable): Rename arg; doc fix.
15332         * abbrevlist.el (list-one-abbrev-table): Add autoload.
15334         * calendar/appt.el (diary-selective-display): Add defvar.
15336         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15338         * isearch.el (search-whitespace-regexp): Fix custom type.
15340         * help.el (describe-key-briefly): Compute interactive args
15341         in same was as before previous change.
15343         * files.el (enable-local-variables): Doc fix.
15345 2006-02-21  Kim F. Storm  <storm@cua.dk>
15347         * fringe.el: Cleanup as file is now pre-loaded.
15348         (fringe-bitmaps): Initialize unconditionally.
15349         (fringe-mode, set-fringe-style): Remove autoload cookies.
15351 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
15353         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
15354         `horizontal-bar'.
15355         (fringe-cursor-alist): Use `horizontal-bar'.
15357 2006-02-20  Kim F. Storm  <storm@cua.dk>
15359         * fringe.el (fringe-bitmaps): Update to new bitmap names.
15360         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
15362         * loadup.el: Load "fringe" on window systems.
15364 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
15366         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15367         out of scope components.
15369         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15370         default.
15372 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
15374         * custom.el (customize-mark-to-save, customize-mark-as-set):
15375         Load the symbol first.
15377 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
15379         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15380         strech spec so it doesn't display as "^J" on the header line
15381         when `Buffer-menu-use-header-line' is t.
15383 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
15385         * speedbar.el (speedbar-make-button): Keep text properties
15386         of string arguments if desired.
15388         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15389         expessions.
15391         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15392         of speedbar.
15394 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
15396         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15397         to value of `read-file-name-completion-ignore-case'.
15399 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
15401         * custom.el (customize-mark-as-set): Push to `user' theme.
15403         * cus-edit.el (custom-save-variables): Allow unthemed values.
15404         (customize-set-variable): Push setting to `user' theme.
15406 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
15408         * progmodes/gud.el: Don't require font-lock as it's now
15409         automatically loaded.
15410         (gud-speedbar-buttons): Replace gdb-var-changed with
15411         gdb-force-update.
15413         * progmodes/gdb-ui.el (gdb-force-update): Rename from
15414         gdb-var-changed.
15415         (gdb-post-prompt): Use it.
15416         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15417         (gdb-var-update-handler, gdb-var-delete)
15418         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15419         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15420         gdb-force-update in gdb-post-prompt.
15421         (gdb-reset): Clear watch expressions from speedbar when quitting.
15423 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
15425         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15426         (viper-change-state-to-vi, viper-change-state-to-emacs):
15427         Make aware of cursor coloring in the Emacs state.
15428         (viper-special-read-and-insert-char): Use read-char-exclusive.
15429         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15431         * emulation/viper-init.el (viper-emacs-state-cursor-color):
15432         New variable.
15434         * emulation/viper-util.el (viper-save-cursor-color)
15435         (viper-get-saved-cursor-color-in-replace-mode)
15436         (viper-get-saved-cursor-color-in-insert-mode)
15437         (viper-restore-cursor-color): Make aware of the cursor color
15438         in Emacs state.
15439         (viper-get-saved-cursor-color-in-emacs-mode): New function.
15441         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15442         (ediff-ignore-case-option3, ediff-actual-diff-options)
15443         (ediff-actual-diff3-options): New variables to control case sensitivity.
15444         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15445         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15446         (ediff-toggle-ignore-case): New function.
15447         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15449         * ediff-help.el (ediff-long-help-message-narrow2)
15450         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15451         (ediff-long-help-message-word-mode): Add ignore-case command.
15452         (ediff-help-for-quick-help): Add ignore-case command.
15454         * ediff-merg.el: Move provide to the end.
15456         * ediff-ptch.el: Move provide to the end.
15458         * ediff-wind.el: Move provide to the end.
15460         * ediff-mult.el: Move provide to the end.
15461         (ediff-set-meta-overlay): Enable follow-link.
15463         * ediff.el: Move provide to the end.
15464         Break recursive load cycle in eval-when-compile.
15465         (ediff-patch-buffer): Better heuristics.
15467         * ediff-util.el: Move provide to the end.
15468         Break recursive load cycle in eval-when-compile.
15469         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
15470         defuns.
15471         (ediff-submit-report): Pass the values of ediff-diff3-program,
15472         ediff-diff3-options.
15474 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
15476         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15477         the opening bracket of the following bracketing pairs: {}, [], (), <>,
15478         `' (for example, in the docstring of `windmove-default-keybindings').
15480 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
15482         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15483         shadow face.  Don't provide binding to edit variable when it is
15484         out of scope.
15486         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15487         (gdb-var-update-handler): Detect out of scope variables with pre
15488         GDB 6.4 too.
15489         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15490         Reset status of variable objects to nil in update handlers.
15491         (gdb-var-update-handler-1): Detect when a variable object comes
15492         in scope.  setcar on var changes gdb-var-list directly.
15494 2006-02-17  Juri Linkov  <juri@jurta.org>
15496         * ffap.el (ffap) <defface>: Add explicit face declaration.
15497         (ffap-highlight): Use face `ffap' directly instead of checking
15498         for its existence.
15500         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15501         `visible-ok' of `other-buffer' to find the right original buffer.
15503         * info.el (Info-search): Skip `Local Variables' node.
15505 2006-02-17  Juri Linkov  <juri@jurta.org>
15507         * info.el (Info-find-file): Check for symbols `apropos', `history',
15508         `toc' in the input filename, and return these symbols as is.
15509         (Info-find-node-2): Set Info-current-file to symbols `apropos',
15510         `history', `toc' instead of strings.
15511         (Info-set-mode-line): For non-string Info-current-file use the
15512         symbol's name inside **.
15513         (Info-isearch-push-state): Add quote before Info-current-file and
15514         Info-current-node.
15515         (Info-isearch-pop-state): Use `equal' instead of `string='.
15516         (Info-extract-pointer, Info-following-node-name): Use
15517         `match-string-no-properties' instead of `match-string'.
15518         (Info-up): Check `old-file' for `stringp'.
15519         (Info-history): Use `equal' instead of `string-equal'.
15520         Check `file' for `stringp'.
15521         (Info-history): Use symbol `history' instead of string as first arg
15522         of `Info-find-node'.
15523         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
15524         `toc' instead of string.
15525         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15526         instead of `buffer-substring', and `match-string-no-properties'
15527         instead of `match-string'.
15528         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15529         instead of strings.
15530         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15531         Use symbol `apropos' instead of string.
15532         (Info-copy-current-node-name): Check `Info-current-file' for
15533         `stringp' and construct a command with `Info-find-node' from it.
15534         (Info-fontify-node): Use `match-string-no-properties' instead of
15535         `match-string' and check file names for `stringp'.
15536         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15537         `history', `toc' instead of strings.
15539 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
15541         * files.el: Rearrange functions and variables in the file local
15542         variables section.
15544 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
15546         * files.el: Add truncate-lines, ispell-check-comments and
15547         ispell-local-dictionary as safe local variables.
15549 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
15551         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15552         out of scope variables.
15553         (gud-speedbar-buttons): Use unless.
15555         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15556         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15557         (gdb-show-changed-values): Also use for out of scope variables.
15558         (gdb-var-update-handler-1): Note if variable goes out of scope.
15560 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
15562         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15563         default to global variable values for unsupplied args.
15564         (rcirc-get-buffer-create): Fix bug with setting the target.
15565         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15566         test for rcirc-always-use-server-buffer-flag here.
15567         (rcirc-response-formats): Add %N, which is a facified nick.  %n
15568         uses the default face.  Change the ACTION format string.  If the
15569         "nick" is the server, don't print anything for that field.
15570         Comment fixes.
15571         (rcirc-target-buffer): Don't test
15572         rcirc-always-use-server-buffer-flag here.
15573         (rcirc-print): Squeeze extra spaces out of the text before message.
15574         (rcirc-put-nick-channel): Strip potential "@" char from nick
15575         before adding them to nick table.
15576         (rcirc-url-regexp): Improve to match address like "foo.com".
15578 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
15580         * allout.el (allout-hidden-p): Move this defsubst before
15581         allout-overlay-interior-modification-handler, where it is first
15582         used.
15584 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
15586         * allout.el: Use allout invisible-text overlays instead of
15587         selective display for concealed text.  Also, lots of general
15588         cleanup, and improved compatibility code.
15590         (allout-version): Incremented, corrected, revised, and refined
15591         module commentary.
15593         (provide 'allout): Moved to the bottom, added a require of overlay.
15595         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15596         `except-current'.
15597         (allout-write-file-hook-handler): Minimize delay.
15598         (count-trailing-whitespace-region): New function so
15599         auto-encryption of current topic can resituate cursor exactly.
15600         PGP/GPG encryption trims trailing whitespace from lines, which
15601         must be accounted for across encryption then decryption.
15603         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15604         just plain "\C-c", to avoid intruding on user's keybinding space.
15606         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15607         parameter, so user request to provide a new password is done.
15609         (allout-outside-normal-auto-fill-function, allout-auto-fill):
15610         Refined mechanism for auto-filling behavior while in allout mode.
15612         (allout-mode): Explicitly specify the mode map in the docstring.
15613         Clarify provision for various write-file hook var names.
15614         Adjusted for invisible-text overlays instead of selective-display.
15616         (allout-depth): Really return 0 if not within any topic.  This
15617         rectifies `allout-beginning-of-level' and sequence numbering
15618         errors that occur when cutting and pasting numbered topics.
15619         Changed from a in-line subst to a regular function, as well.
15621         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15623         (allout-end-of-subtree, allout-end-of-subtree)
15624         (allout-end-of-entry, allout-end-of-current-heading)
15625         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15626         (allout-show-children, allout-show-to-offshoot)
15627         (allout-hide-current-entry, allout-show-current-entry): Rectified
15628         handling of trailing blank lines between items.
15630         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15631         (allout-current-depth, allout-unprotected, allout-hidden-p)
15632         (allout-on-current-heading-p, allout-listify-exposed)
15633         (allout-chart-subtree, allout-goto-prefix)
15634         (allout-back-to-current-heading, allout-get-body-text)
15635         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15636         (allout-hide-region-body, allout-toggle-subtree-encryption)
15637         (allout-encrypt-string, allout-encrypted-key-info)
15638         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15639         (allout-file-vars-section-data): Adjusted for use with
15640         invisible-text overlays instead of selective-display.
15642         (allout-kill-line, allout-kill-topic, allout-yank-processing):
15643         Reworked for use with invisible text overlays.
15645         (allout-current-topic-collapsed-p): New function.
15647         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15648         to know when to close the containing topic.
15650         (allout-pre-command-business, allout-post-command-business):
15651         Simplify undo-batching and dynamic isearch exposure.
15653         (allout-set-overlay-category): New for invisible-text overlays.
15654         Sets properties of allout-overlay-category, used by
15655         allout-flag-region to set invisible-text overlay properties.
15656         (allout-get-invisibility-overlay): Get the first qualifying
15657         invisibility overlay, so we can find the extent of it.
15658         (allout-back-to-visible-text): Get to just before the beginnining
15659         of the current invisibility overlay, if any.
15661         (allout-overlay-insert-in-front-handler)
15662         (allout-overlay-interior-modification-handler)
15663         (allout-before-change-handler, allout-isearch-end-handler): New
15664         functions to handle extraordinary actions affecting concealed
15665         text.
15667         (allout-flag-region): Use overlays instead of selective-display
15668         for invisible text - by inheritence from the properties of
15669         allout-overlay-category in mainline Emacs, and applied
15670         property-by-property in XEmacs, some recent versions of which
15671         don't inherit the properties from the category.  Provisions to
15672         respond to concealed-text edits simplified drastically.
15674         (allout-isearch-rectification, allout-isearch-was-font-lock)
15675         (allout-isearch-expose, allout-enwrap-isearch)
15676         (allout-isearch-abort, allout-pre-was-isearching)
15677         (allout-isearch-prior-pos, allout-isearch-did-quit)
15678         (allout-isearch-dynamic-expose)
15679         (allout-hide-current-entry-completely): Functions deleted.
15681         (allout-undo-aggregation): Explicit undo aggregation no longer
15682         necessary due to transition away from selective-display.
15684         (set-allout-regexp, allout-up-current-level)
15685         (allout-next-visible-heading, allout-forward-current-level)
15686         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15687         (allout-kill-line, allout-yank-processing, allout-show-children)
15688         (allout-expose-topic, allout-old-expose-topic)
15689         (allout-listify-exposed, allout-insert-latex-header)
15690         (allout-toggle-subtree-encryption, allout-encrypt-string)
15691         (remove-from-invisibility-spec, allout-hide-current-subtree):
15692         Ditched unused variables.
15694 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
15696         * textmodes/ispell.el (ispell-change-dictionary): Call
15697         ispell-buffer-local-dict instead of
15698         ispell-accept-buffer-local-defs.
15699         (ispell-local-dictionary-alist): Accept as valid any coding-system
15700         supported by Emacs.
15701         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15702         changed to iso-8859-3.
15704 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
15706         * speedbar.el (speedbar-frame-width): Make an inline function
15707         instead of a macro.  Use frame-width.
15708         (speedbar-try-completion, speedbar-update-contents)
15709         (speedbar-timer-fn): Use consp.
15710         (speedbar-update-localized-contents): Try to preserve point.
15712         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15713         (menu): Re-order menu items.
15714         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15715         field.
15716         (gdb-var-update-handler-1): Use it for GDB 6.4+.
15717         (gdb-post-prompt): Speed things by not forcing update.
15719 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
15721         * wid-edit.el (widget-button-click): For mouse-1, cancel button
15722         press and perform default action if we get a mouse movement event.
15724 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15726         * calendar/icalendar.el (icalendar--get-event-property)
15727         (icalendar--get-event-property-attributes): Fix typos in
15728         docstrings.
15730         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15731         docstring.
15733 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
15735         * bs.el (bs-mode): Use `buffer-disable-undo'.
15736         (bs--get-file-name): Simplify.
15737         (bs-show-in-buffer): Mark the buffer as not modified.
15739 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15741         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15742         widget-button-click.
15744         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15745         (custom-mode): Update docstring.
15747         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15748         binding.
15750         * files.el (hack-local-variables-confirm): Allow scrolling if the
15751         file variable list is too long.  Kill temp buffer after use.
15753 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
15755         * progmodes/gud.el (gdb): Improve doc string.
15756         (gdb-script-font-lock-keywords): Expand allowed character set.
15758         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15759         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15760         (gdb-separate-io-interrupt, gdb-separate-io-quit)
15761         (gdb-separate-io-stop, gdb-separate-io-eof):
15762         Rename from gdb-inferior-* to gdb-separate-*.
15763         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15765 2006-02-14  Jay Belanger  <belanger@truman.edu>
15767         * calc/calc-arith.el (math-check-known-scalarp): Make sure
15768         expression is a symbol before checking that it is bound.
15770         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15771         test to see if equation can be solved.
15773 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15775         * wid-edit.el (widget-button-click): Use :pressed-face property
15776         for overlay face, if it exists.
15778         * cus-edit.el (custom-manual, custom-add-see-also)
15779         (custom-add-parent-links, custom-group-link): Add :pressed-face
15780         property to links.
15782         * files.el (hack-local-variables): Remove ignored variables before
15783         checking if any variables need setting.
15785 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15787         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15789 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
15791         * help.el (where-is): Fix message for remapped commands.
15793         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15794         Fix typos in docstrings.
15796 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
15798         * files.el (safe-local-variable-values): New option.
15799         (hack-local-variables-prop-line): Return a list of variable-value
15800         pairs if MODE-ONLY is non-nil.
15801         (hack-local-variables): Construct list of variable-value pairs,
15802         and apply or reject them in one go.  Ask for confirmation if
15803         variables are not known safe.
15804         (hack-local-variables-confirm): Complete rewrite.  Support
15805         `safe-local-variable-values'.
15806         (enable-local-variables): Update docstring to reflect new
15807         behavior.
15808         (ignored-local-variables): Ignore ignored-local-variables and
15809         safe-local-variable-values.
15810         (safe-local-variable-p): New function.
15811         (risky-local-variable-p): `safe-local-variable' property check
15812         moved to safe-local-variable-p.
15813         (hack-one-local-variable): Checks moved to hack-local-variables.
15815         (byte-compile-dynamic, c-basic-offset, c-file-style)
15816         (c-indent-level, comment-column, fill-column, fill-prefix)
15817         (indent-tabs-mode, kept-new-versions, no-byte-compile)
15818         (no-update-autoloads, outline-regexp, page-delimiter)
15819         (paragraph-start, paragraph-separate, sentence-end)
15820         (sentence-end-double-space tab-width, version-control):
15821         Add `safe-local-variable' property.
15823         * find-lisp.el: Delete nonexistent `autocompile' file variable.
15825         * icomplete.el, play/landmark.el: Change nonexistent
15826         `outline-layout' file variable to `allout-layout'.
15828 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
15830         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15831         (gdb-get-changed-registers): Test value of gud-minor-mode relative
15832         to gud-comint-buffer.
15833         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15834         gdb-ui.el for gdb-mi.el.
15835         (gdb-post-prompt, gdb-get-changed-registers): Move test for
15836         registers buffer to gdb-get-changed-registers.
15837         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
15838         deletion of catchpoints (throw and catch).
15839         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15840         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15841         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15842         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15843         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15845 2006-02-13  Jay Belanger  <belanger@truman.edu>
15847         * calc/calc-arith.el (math-check-known-matrixp): Make sure
15848         expression is a symbol before checking that it is bound.
15850 2006-02-13  Richard M. Stallman  <rms@gnu.org>
15852         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15853         for the minibuffer too, but not if resize-mini-windows will interfere.
15855         * help.el (describe-key-briefly, describe-key): Do all arg-reading
15856         inside `interactive' spec.
15857         (describe-key-briefly-internal, describe-key-internal):
15858         Functions merged back into their callers.
15860 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
15862         * info.el (info-xref-visited): Inherit from info-xref too.
15863         (Info-set-mode-line): Replace occurrences of `%' by `%%'
15864         when propertizing Info-current-file and Info-current-node.
15866 2006-02-13  Juri Linkov  <juri@jurta.org>
15868         * tumme.el (tumme-thumbnail-storage): Fix docstring.
15869         (tumme-thumb-name): Fix per-directory format.
15871 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
15873         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15875 2006-02-12  Miles Bader  <miles@gnu.org>
15877         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15879 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
15881         * tumme.el: Remove history section.  If someone needs the it, it
15882         can always be found in CVS.
15884 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
15886         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
15887         about the Thumbnail Managing Standard option.
15889 2006-02-12  Richard M. Stallman  <rms@gnu.org>
15891         * subr.el (substitute-key-definition): Doc fix.
15893         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15895         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15897         * info.el (Info-mode): Doc fix.
15899         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15901 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
15903         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15904         because on Solaris a POSIX compatible "id" is needed.  Reported by
15905         Magnus Henoch <mange@freemail.hu>.
15907 2006-02-12  Juri Linkov  <juri@jurta.org>
15909         * tumme.el: Remove todo item about Thumbnail Managing Standard.
15910         (tumme) <defgroup>: Change :group to `multimedia'.
15911         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15912         Managing Standard.
15913         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15914         Fix dostring.
15915         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15916         and %y.  Fix docstring.
15917         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15918         (tumme-cmd-create-standard-thumbnail-command): New user options.
15919         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15920         is `standard'.  Fix docstring.
15921         (tumme-thumb-width, tumme-thumb-height): New user options.
15922         (tumme-external-viewer): Try to find various viewers.
15923         (tumme-get-thumbnail-image): Use `create-image' instead of
15924         constructing the `image' structure.
15925         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15926         `standard'.
15927         (tumme-thumb-name): Add file name generation for standard storage.
15928         Simplify code for other storages.
15929         (tumme-thumb-name): Use width %w and height %h instead of size %s.
15930         Add modification time %m and thumbnail-nq8 %q.
15931         Use `tumme-cmd-create-standard-thumbnail-command' if
15932         tumme-thumbnail-storage is `standard'.
15933         (tumme-dired-insert-marked-thumbs): New autoload command.
15934         (tumme-dired-after-readin-hook): New function.
15935         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15936         `tumme-thumb-size'.
15937         (tumme-display-image): Replace size-x %x and size-y %y with
15938         width %w and height %h.
15940         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15941         `tumme-dired-insert-marked-thumbs'.
15943 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
15945         * tumme.el (tumme-write-tag): Fix small bug (file name did not
15946         include path).
15947         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15948         matching tag.
15950 2006-02-12  Miles Bader  <miles@gnu.org>
15952         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15953         New variables.
15954         (rcirc-abbrev-nick): New function.
15955         (rcirc-format-response-string): Rewrite to use the formats in
15956         `rcirc-response-formats' and expand escape sequences therein.
15957         A text-property `rcirc-text' is added over the actual response
15958         text to make easy to find inside the returned string.
15959         (rcirc-print): When filling, just look for the `rcirc-text'
15960         text-property to find the appropriate fill prefix, instead of
15961         using hardwired patterns.
15963 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
15965         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
15966         Managing Standard.
15968 2006-02-11  Kim F. Storm  <storm@cua.dk>
15970         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15971         Don't use insert-buffer; do insert-buffer-substring directly.
15972         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
15974 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
15976         * files.el (revert-buffer, recover-file): Replace buffer-read-only
15977         with inhibit-read-only.  Suggested by Stefan Monnier.
15978         (revert-buffer): Let insert-file-contents discard
15979         buffer-undo-list.  Simplify code.
15980         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15982 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
15984         * menu-bar.el (menu-bar-select-yank): Add a doc string.
15986         * help.el (describe-key-briefly): Now a wrapper for
15987         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
15988         to t.  Populate yank-menu if empty.
15989         (describe-key-briefly-internal): Renamed from describe-key-briefly.
15990         (describe-key): Now a wrapper for describe-key-internal.  Bind
15991         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
15992         (describe-key-internal): Renamed from describe-key.
15994 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
15996         * progmodes/glasses.el (glasses-separator): Doc fix.
15997         (glasses-original-separator): New defcustom.
15998         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16000 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
16002         * mwheel.el (mouse-wheel-up-event): Doc fix.
16004 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
16006         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16007         (tumme-dir): New function.  Copied from thumbs.el.
16009 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
16011         * desktop.el (desktop-outvar): Fix typo.
16012         (desktop-save-buffer-p): Doc fix.
16014         * subr.el (substitute-key-definition): Fix typo.
16016 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16018         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16019         when window-system is mac.
16021         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16023 2006-02-10  Kim F. Storm  <storm@cua.dk>
16025         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16026         indirect-function instead of using condition-case.
16028 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
16030         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16031         less `colloquial'...
16033 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
16035         * tumme.el: Add a couple of todo items.
16037 2006-02-09  Lars Hansen  <larsh@soem.dk>
16039         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16040         (highlight-changes-mode): Don't change desktop-locals-to-save.
16042 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
16044         * image-mode.el (image-toggle-display): Clear image cache if using
16045         filename.
16047 2006-02-09  Masatake YAMATO  <jet@gyve.org>
16049         * dired-x.el (dired-guess-shell-alist-default): Add .man as
16050         a `dired-man' target.
16052         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16053         boundary of symbols.
16055 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
16057         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16059 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
16061         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16062         `mapcar'; return nil.
16064 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
16066         * mouse.el (mouse-drag-track): Don't change window if we rebind to
16067         some other event.
16069 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
16071         * net/rcirc.el (rcirc-startup-channels-alist):
16072         Add irc.freenode.net and #emacs as defaults.
16073         (rcirc-ignore-all-activity-flag): Remove variable.
16074         (rcirc-authinfo): New variable.
16075         (rcirc-authinfo-filename): Remove variable.
16076         (rcirc-always-use-server-buffer-flag): New flag.
16077         (rcirc): M-x rcirc will automatically connect without prompting.
16078         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
16079         connection in lisp.
16080         (rcirc-process-server-response-1): Remove everything but the nick
16081         portion of the sender so it doesn't need to be done everywhere
16082         else.  Update related code.
16083         (global-map): Remove global keybindings.
16084         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16085         (rcirc-send-input): Split into several functions.
16086         (rcirc-process-input-line, rcirc-process-message)
16087         (rcirc-process-command): New functions.
16088         (rcirc-target-buffer): New function to determine where to route
16089         messages.
16090         (rcirc-user-nick): Save match data.
16091         (rcirc-toggle-ignore-buffer-activity)
16092         (rcirc-update-activity-string): Remove global ignore functionality,
16093         which can be done now by toggling rcirc-track-minor-mode.
16094         (rcirc-track-minor-mode-map): New keymap.
16095         (rcirc-track-minor-mode): New minor-mode.
16096         (ignore): Make the ignore output nicer.  Always print it when
16097         adding or removing nicks.
16098         (rcirc-url-regexp): Improve.
16099         (rcirc-mangle-text): Remove properties before using text in the
16100         modeline.
16101         (rcirc-authenticate): Authentication data comes from
16102         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16103         (rcirc-server-prefix): Inherit from rcirc-server.
16105 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
16107         * Makefile.in (compile): Append "|| true" to the end of the `find'
16108         command, like compile-always does.
16110 2006-02-08  Sam Steingold  <sds@gnu.org>
16112         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16113         output from a dead connection.
16115 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
16117         * dired.el (dired-mode-map): Add more bindings for tumme.
16119 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16121         * wdired.el (wdired-mode-map): Use remap.
16122         (wdired-get-filename): Massage.
16123         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16124         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16125         `keymap' property rather than `local-map'.
16127 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
16129         * tumme.el (tumme-get-thumbnail-image): New utility function.
16130         Suggested by from Chong Yidong.
16131         (tumme-dired-with-window-configuration): Rename from
16132         `tumme-dired'.  Add code to save window configuration.
16133         (tumme-restore-window-configuration): New command to restore the
16134         window configuration that `tumme-dired-with-window-configuration'
16135         saves before it changes the window configuration.
16136         (tumme-show-all-from-dir): New command to display thumbnails for
16137         all files in a directory entered by the user, like M-x thumbs.
16138         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16139         have been created.
16140         (tumme-display-thumbnail-original-image): Call `display-buffer'.
16141         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16142         Remove obsolete test function.
16144 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
16146         * vc.el (small-temporary-file-directory): Remove defvar; there's
16147         a defcustom for it in files.el.
16149         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16150         Fix typo in message.
16151         (tumme-gallery-generate): Fix typo in `error' message.
16152         (tumme-display-window-height-correction)
16153         (tumme-display-window-width-correction, tumme-line-up-dynamic)
16154         (tumme-line-up-interactive): Dox fixes.
16155         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16156         (tumme-restore-window-configuration, tumme-format-properties-string)
16157         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16158         Fix typos in docstrings.
16160 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
16162         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16164 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
16166         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16167         User should use hook if desired.
16169         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16170         buffer if necessary.
16171         (gdb-delete-frame-or-window): New function.
16172         (gdb-breakpoints-mode-map): Bind "q" to it.
16174 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16176         * textmodes/nroff-mode.el: Clean up name space.
16177         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16178         (nroff-mode): Obey the global setting of nroff-electric-mode.
16179         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16181         * calendar/calendar.el (calendar-increment-month): Typo in last change.
16183 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
16185         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16187 2006-02-06  Lars Hansen  <larsh@soem.dk>
16189         * generic-x.el (etc-fstab-generic-mode): Add file system types
16190         cifs and usbdevfs.  Allow special chars in file names.
16192 2006-02-05  Jay Belanger  <belanger@truman.edu>
16194         Update copyright notices of the files in lisp/calc.
16196 2006-02-05  Romain Francoise  <romain@orebokech.com>
16198         Update copyright notices of all files in the lisp/play directory.
16200 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
16202         * ldefs-boot.el: Regenerate.
16204         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16206 2006-02-05  Kim F. Storm  <storm@cua.dk>
16208         * files.el (magic-mode-regexp-match-limit): New defvar.
16209         (set-auto-mode): Use it to limit magic-mode-alist matching.
16211 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
16213         * info.el (Info-index, Info-mode): Improve the description of the
16214         `i' command.
16216         * ldefs-boot.el: Regenerate.
16218 2006-02-03  Werner Lemberg  <wl@gnu.org>
16220         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16221         greedy to find the closing bracket in \*[...] and similar
16222         expressions.  This is a first rough fix -- many additional
16223         refinements are necessary to make nroff mode really usable with groff.
16225 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
16227         * international/mule-cmds.el (set-locale-environment):
16228         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16229         libX11.
16231 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
16233         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16234         archive are created in archive-tmpdir.
16236 2006-02-02  John Paul Wallington  <jpw@pobox.com>
16238         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16239         (ibuffer-fontification-alist): Use it.
16240         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16241         to "* z" and the Ibuffer Mark menu.
16243         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16245 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16247         * textmodes/table.el (*table--cell-describe-mode)
16248         (*table--cell-describe-bindings): Undo last change since
16249         print-help-return-message is not obsoleted by anything at all.
16251 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
16253         * emulation/cua-base.el (cua-mode): Doc fix.
16255 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
16257         * dframe.el (dframe-handle-make-frame-visible)
16258         (dframe-handle-iconify-frame, dframe-get-focus)
16259         (dframe-select-attached-frame, dframe-power-click)
16260         (dframe-frame-mode): Fix typos in docstrings.
16262         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16263         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16264         Fix typos in docstrings.
16266         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16267         (hi-lock-face-buffer, hi-lock-font-lock-hook)
16268         (hi-lock-archaic-interface-message-used)
16269         (hi-lock-file-patterns-range): Fix typos in docstrings.
16271         * savehist.el (savehist-loaded, savehist-load, savehist-install)
16272         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16274         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16275         Fix typo in docstring.
16277         * net/newsticker.el (newsticker--decode-iso8601-date)
16278         (newsticker--set-customvar, newsticker--buffer-insert-item)
16279         (newsticker--do-run-auto-mark-filter)
16280         (newsticker--parse-generic-feed): Doc fixes.
16281         (newsticker--retrieval-timer-list, newsticker-url-list)
16282         (newsticker-hide-immortal-items-in-echo-area)
16283         (newsticker-hide-obsolete-items-in-echo-area)
16284         (newsticker-new-item-face, newsticker--enclosure)
16285         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16286         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16287         (newsticker--parse-generic-feed, newsticker--cache-contains)
16288         (newsticker--stat-num-items, newsticker-download-enclosures):
16289         Fix typos in docstrings.
16291         * net/rcirc.el (rcirc-debug): Doc fix.
16292         (rcirc-fill-column, rcirc-receive-message-hooks)
16293         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16294         (rcirc-mode, rcirc-generate-new-buffer-name)
16295         (rcirc-startup-channels, rcirc-ignore-update-automatic)
16296         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16297         Fix typos in docstrings.
16298         (rcirc-print): "?\ " -> "?\s".
16299         (rcirc-cmd-join): Improve argument/docstring consistency.
16301 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
16303         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
16304         before narrow-to-region.
16306 2006-02-01  Richard M. Stallman  <rms@gnu.org>
16308         * simple.el (move-beginning-of-line): Scan properly for invis change.
16310         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
16312 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
16314         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
16315         change bit only when id-format is 'integer.  Reported by Matt
16316         Hodges <M.P.Hodges@rl.ac.uk>.
16318 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
16320         * hilit-chg.el (highlight-changes-initial-state)
16321         (highlight-changes-global-initial-state): Doc fixes.
16322         (highlight-changes-global-modes, global-highlight-changes):
16323         Fix typos in docstrings.
16325 2006-02-01  Kim F. Storm  <storm@cua.dk>
16327         * emulation/cua-base.el (cua-mode): Mention that CUA enables
16328         transient-mark-mode in doc string.
16330 2006-01-31  Richard M. Stallman  <rms@gnu.org>
16332         * replace.el (multi-occur): Doc fix.
16333         (multi-occur-in-matching-buffers): Rename from
16334         multi-occur-by-filename-regexp.  Prefix arg says match
16335         buffer names instead of file names.
16337 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
16339         * bs.el: Allow non-default values of `bs-header-lines-length'.
16340         (bs--running-in-xemacs): Remove (not needed anymore).
16341         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
16342         instead of `shrink-window', thus avoiding having to compute the
16343         height of the window.
16344         (bs--up): Wrap around even when there's no header.
16345         (bs--down): Use `forward-line' instead of `next-line'.
16347 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
16349         * image-mode.el (image-toggle-display): Use file name if possible,
16350         instead of unnecessarily allocating a (possibly huge) lisp string.
16352 2006-01-30  John Paul Wallington  <jpw@pobox.com>
16354         * subr.el (toplevel): Define `cl-assertion-failed' condition here
16355         because the `assert' macro signals it at runtime.
16357         * emacs-lisp/cl.el (toplevel): Remove definition of
16358         `cl-assertion-failed' condition.
16360 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
16362         * thumbs.el (thumbs-marked-list): Make buffer-local and
16363         permanent-local.
16364         (thumbs-insert-thumb): Make help-echo non-sticky.
16365         (thumbs-file-alist): Use eolp as check for (non)-image.
16367 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
16369         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16370         (ediff-before-session-group-setup-hooks)
16371         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16372         Fix typos in docstrings.
16374         * window.el (bw-dir, bw-eqdir, balance-windows)
16375         (split-window-keep-point): Fix typos in docstrings.
16377         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16378         (org-quote-string, org-calendar-to-agenda-key)
16379         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16380         (org-show-following-heading, org-tags-column)
16381         (org-use-tag-inheritance, org, org-allow-space-in-links)
16382         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16383         (org-enable-table-editor, org-calc-default-modes)
16384         (org-table-allow-automatic-line-recalculation)
16385         (org-export-html-style, org-export-with-fixed-width)
16386         (org-export-with-sub-superscripts, org-special-keyword)
16387         (org-formula, org-time-grid, org-table-may-need-update)
16388         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16389         (org-goto-quit, org-get-indentation, org-end-of-item)
16390         (org-move-item-down, org-move-item-up)
16391         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16392         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16393         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16394         (org-agenda-log-mode, org-agenda-toggle-diary)
16395         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16396         (org-agenda-file-to-end, org-agenda-no-heading-message)
16397         (org-agenda-get-closed, org-format-agenda-item)
16398         (org-cmp-priority, org-cmp-category, org-cmp-time)
16399         (org-agenda-change-all-lines, org-agenda-diary-entry)
16400         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16401         (org-link-search, org-camel-to-words, org-open-file)
16402         (org-remember-handler, org-table-convert-region)
16403         (org-table-move-row-down, org-table-move-row-up)
16404         (org-table-copy-region, org-table-wrap-region)
16405         (org-table-toggle-vline-visibility)
16406         (org-table-get-vertical-vector, org-table-modify-formulas)
16407         (org-table-get-specials, org-recalc-commands)
16408         (org-table-rotate-recalc-marks, org-table-eval-formula)
16409         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
16410         (org-level-color-stars-only, org-insert-heading):
16411         Fix typos in docstrings.
16412         (last-arg): Add defvar.
16414         * makefile.w32-in (WINS): Add erc.
16415         (MH_E_SRC): Update (copied from lisp/Makefile.in).
16417 2006-01-29  Bill Wohler  <wohler@newt.com>
16419         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16420         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16421         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
16422         (mh-autoloads): Don't use comments on otherwise empty lines.
16424 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
16426         * emulation/viper.el (viper-major-mode-modifier-list):
16427         Add insert-state and vi-state entries for erc-mode.
16428         (viper-go-away, viper-set-hooks): Add and remove
16429         viper-comint-mode-hook from erc-mode-hook as appropriate.
16431         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16433 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
16435         * bs.el (bs--format-aux): Implement `middle' alignment as
16436         described in the docstring for `bs-attributes-list'.
16437         (bs--get-name): Simplify.  Don't pad the buffer name.
16439 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
16441         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16442         English aspell dictionary is installed, use the first entry of
16443         ispell-dictionary-alist-1.
16445 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16447         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16448         Doc fix.
16450 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
16452         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16453         for `process-file', in order to let it work for older Emacsen too.
16455 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
16457         * international/latexenc.el: Add a suitable `coding:' tag.
16458         (latexenc-find-file-coding-system): Undo last change.
16460 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16462         * international/latexenc.el (latexenc-find-file-coding-system):
16463         Make sure latexenc-main-file is a regular file and is readable.
16465 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
16467         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16468         Pass FILE to vc-user-login-name.
16470         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16472 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
16474         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16475         there are no more images to display.
16476         (thumbs-mark, thumbs-unmark): Revert change so that they move to
16477         the next image.
16479 2006-01-26  Richard M. Stallman  <rms@gnu.org>
16481         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16483         * wid-edit.el (advertised-widget-backward): New alias.
16484         (widget-keymap): Use advertised-widget-backward for S-TAB.
16486         * tumme.el: Correct the keywords.
16487         (tumme-dir-max-size): Use defvar.
16488         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16490         * simple.el (move-beginning-of-line): Take account of fields.
16491         (clone-indirect-buffer-other-window): Take args like
16492         clone-indirect-buffer, and work like it.
16494         * help-fns.el (describe-function): Don't pass `nil' as default.
16496         * files.el (risky-local-variable-p): Follow var aliases.
16498         * subr.el (lazy-completion-table): Doc fix.
16500         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16501         global binding of `line'.
16503 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
16505         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
16506         Tramp.
16508         * vc.el (vc-default-dired-state-info): Pass FILE to
16509         vc-user-login-name.
16510         (vc-default-update-changelog): Don't use vc-user-login-name, we
16511         don't need it here.
16513         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
16514         no longer necessary.
16516 2006-01-25  Kenichi Handa  <handa@m17n.org>
16518         * international/mule.el (decode-char): Avoid the overhead of
16519         calling utf-lookup-subst-table-for-decode if
16520         utf-translate-cjk-mode is nil.
16521         (encode-char): Avoid the overhead of calling
16522         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16523         nil.
16525 2006-01-22  Kenichi Handa  <handa@m17n.org>
16527         * international/mule.el (make-subsidiary-coding-system): Reset
16528         `coding-system-define-form' property of subsidiaries to nil.
16529         Avoid duplicated entry in coding-system-alist.
16530         (make-coding-system): Avoid duplicated entry in
16531         coding-system-alist.
16532         (define-coding-system-alias): Likewise.
16534 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
16536         * completion.el: Minor fixes in introductory comment.
16537         (completion-def-wrapper): Fix alist.
16539 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
16541         * thumbs.el (thumbs-new-image-size): New function.
16542         (thumbs-increment-image-size-element)
16543         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16544         (thumbs-decrement-image-size): Delete.
16545         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
16546         temp files and use to resize.
16547         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16548         Use increment argument to enlarge/shrink.  Preserve point.
16549         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16550         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16551         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16552         (thumbs-mark, thumbs-unmark): Preserve point.
16553         (thumbs-modify-image): Keep old temp files and use to modify.
16554         Cleanup old temp files at load time.  Preserve point.
16555         (thumbs-view-image-mode-map): Use new command names.
16557 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16559         * log-view.el (log-view-minor-wrap): First rev is the one at point.
16561         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16562         the nastiest part of the cyclic dependency.
16563         (cal-menu-update): Use dotimes and calendar-increment-month.
16565         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16566         (calendar-week-start-day): Add an :initializer.
16567         (calendar-mode-map): Use suppress-keymap, and command remapping.
16568         (describe-calendar-mode): Setup xref-stack info for the back button.
16569         (calendar-star-date): Insert before delete.
16570         (calendar-set-mode-line): Add file-modified info if applicable.
16571         (calendar-increment-month): New function.
16573 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
16575         * font-lock.el (lisp-font-lock-keywords-2):
16576         Recognize "& keywords" only at word boundaries.
16578 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
16580         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
16581         and permanent-local.
16582         (thumbs-max-image-number): New variable.
16583         (thumbs-do-thumbs-insertion): Use them.
16584         (thumbs-per-line): Change default to 4.
16585         (thumbs-marked-list): Rename from thumbs-markedL.
16586         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16587         (thumbs-rename-images): Use -list instead of L for internal variables.
16588         (thumbs-call-convert): Use call-process instead of shell-command.
16589         (thumbs-insert-thumb): Add filename as help-echo to each image.
16590         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16591         Give dir to thumbs-show-thumbs-list.
16592         (thumbs-show-thumbs-list): Set default-directory to that of images.
16593         (thumbs-dired-show): Rename from thumbs-dired-show-all.
16594         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16595         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16596         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16598 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16600         * ses.el (ses-read-cell): Provide a default value.
16602 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
16604         * term/w32-win.el (image-library-alist): Add additional names for
16605         GIF library.
16607 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16609         * international/latexenc.el (latexenc-find-file-coding-system):
16610         Add file-regular-p check.
16612 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16614         * simple.el (clone-buffer): Don't show the new buffer in the same
16615         window.
16617 2006-01-23  Juri Linkov  <juri@jurta.org>
16619         * faces.el (link, link-visited): New faces based on default values
16620         of `info-xref' and `info-xref-visited'.
16622         * info.el (info-xref): Inherit from `link'.
16623         (info-xref-visited): Inherit from `link-visited'.
16625         * cus-edit.el (custom-buffer-create-internal): Use widget type
16626         `custom-manual' instead of `info-link' and don't set properties
16627         `button-face' and `mouse-face' explicitly.
16628         (custom-browse-group-tag, custom-browse-variable-tag)
16629         (custom-browse-face-tag): Inherit from widget class
16630         `custom-group-link' instead of `push-button'.
16631         (custom-button-unraised): Inherit from `underline' face.
16632         (custom-link): Inherit from `link' face.  Fix doc and group.
16633         (custom-add-parent-links, custom-group-value-create): Don't set
16634         properties `button-face' and `mouse-face' explicitly for
16635         `custom-group-link' widget.
16636         (custom-group-link): Add properties `button-face' and `mouse-face'
16637         to widget definition.
16638         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
16639         editable-field's :keymap property.
16640         (custom-mode): Fix docstring: substitute keybindings for
16641         `widget-forward' and `widget-backward' from `widget-keymap',
16642         `widget-complete' from `custom-field-keymap', replace old
16643         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
16645         * desktop.el (desktop-load-file): Check for `fboundp' before
16646         calling `symbol-function'.
16648         * simple.el (clone-buffer, clone-indirect-buffer)
16649         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16650         `read-string'.  Fix prompts.
16652         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16654 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
16656         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16658 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
16660         * startup.el (inhibit-splash-screen, initial-scratch-message):
16661         Doc fixes.
16663 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
16665         Sync with Tramp 2.0.52.
16667         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16668         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
16669         `tramp-unload-tramp' for checklist.
16671         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16672         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
16673         (tramp-unload-file-name-handler-alist)
16674         (tramp-unload-tramp): New defuns.
16675         (tramp-advice-PC-expand-many-files): New defadvice.
16676         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16677         removed.
16678         (tramp-handle-expand-file-name): Remove double slash.
16679         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16680         It doesn't matter, because it will be converted later on.
16681         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
16682         implementation was just heuristic.
16683         (tramp-post-connection): Set uid and gid properties.
16684         (tramp-convert-file-attributes): Set file's gid change bit.
16685         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16686         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16687         in case of su(do)? methods.  The home directory of the local user
16688         will be taken else.
16689         (tramp-open-connection-telnet)
16690         (tramp-open-connection-rsh, tramp-open-connection-su)
16691         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
16692         local shell prompt could hurt.  Reported by Romain Francoise
16693         <romain@orebokech.com>.
16694         (tramp-let-maybe): Add `edebug-form-spec' property.
16695         (tramp-handle-expand-file-name): Bind `default-directory' locally
16696         to "/" in order to avoid problems with UNC shares or Cygwin
16697         mounts.
16698         (tramp-md5-function): Fix typo in error message.
16700         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16702         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16703         for byte-compiler pacification.
16705 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
16707         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16708         ID-FORMAT `string'.  This allows us to get rid of
16709         `vc-user-login-name UID'.
16711         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16713 2006-01-22  John Paul Wallington  <jpw@pobox.com>
16715         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16717 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
16719         * emacs-lisp/find-func.el (find-definition-noselect)
16720         (find-variable-noselect): Search variables in C source code too.
16721         (find-function-C-source, find-function-noselect, find-function)
16722         (find-function-other-frame, find-variable-noselect, find-variable)
16723         (find-variable-other-frame, find-variable-at-point):
16724         Fix docstrings.
16726 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
16728         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16730 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
16732         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16733         Default to disabling the "Save affix" question.
16735 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
16737         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16738         the first arg to run-python.
16740 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
16742         * startup.el (command-line-1): Handle --no-desktop if desktop.el
16743         is not loaded.
16745 2006-01-20  Jay Belanger  <belanger@truman.edu>
16747         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16748         limit is 0.
16750         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16751         the correct variable.
16753 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
16755         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16756         link.  Fixed buggy argument sequence in call to `org-view-tags'.
16757         (org-compile-prefix-format): Set `org-prefix-has-tag'.
16758         (org-prefix-has-tag): New variable.
16759         (org-format-agenda-item): Remove tags from headline if
16760         appropriate.
16761         (org-agenda-remove-tags-when-in-prefix): New option.
16762         (org-get-tags-at): New function.
16764 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
16766         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
16767         (thumbs-find-image): Move image name and number from buffer name
16768         to mode name.  Set thumbs-buffer.  Preserve point so that large
16769         images remain visible.
16770         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16771         order.
16772         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
16773         mode name.
16774         (thumbs-next-image, thumbs-previous-image): Make them work.
16776 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
16778         * cus-edit.el (custom-buffer-create-internal): State in the text above
16779         the whole buffer buttons that they do not operate on hidden items.
16780         (custom-face-menu): Use `custom-face-save' instead of
16781         `custom-face-save-command'.
16782         (custom-face-save-command): Make it an alias for `custom-face-save'
16783         and declare it obsolete.
16784         (custom-face-save): Doc fix.
16786         * dired.el (dired-no-confirm): Add quote.
16787         (dired-subdir-alist-pre-R): Add quote in
16788         `make-variable-buffer-local' form and remove unbalanced parenthesis.
16790 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16792         * textmodes/table.el (table-mode-indicator): Typo in last change.
16794 2006-01-19  Richard M. Stallman  <rms@gnu.org>
16796         * outline.el (hide-leaves): Don't call outline-end-of-heading.
16797         Fixes bug reported in Nov 2005.
16799         * isearch.el (isearch-forward): Doc fix.
16801         * dired.el (dired-move-to-filename-regexp): Define as alias.
16802         (dired-no-confirm): Use defcustom.
16803         (dired-subdir-alist-pre-R): Put defvar at top level.
16805         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16807         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16808         Mark as risky.
16810         * simple.el (set-mark-command): Doc fix.
16811         (clone-indirect-buffer-other-window):
16812         Read arg like clone-indirect-buffer.
16813         (move-beginning-of-line): Skip invisible newlines.
16815 2006-01-19  Masatake YAMATO  <jet@gyve.org>
16817         * progmodes/cpp.el (cpp-edit-load): Make the order of
16818         listed conditions in a base C code buffer and its associate
16819         CPP Edit buffer the same.
16821 2006-01-19  Kenichi Handa  <handa@m17n.org>
16823         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16824         (rmail-mime-feature): Likewise.
16825         (rmail-require-mime-maybe): Use display-warning to show a warning
16826         message.
16828         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16829         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16831 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16833         * array.el: Move defvars out of eval-when-compile.
16834         (array-make-template): Replace undeclared global var with a local one.
16835         (array-mode): Inline initialization functions.
16836         (array-init-local-variables, array-init-max-row)
16837         (array-init-max-column, array-init-columns-per-line)
16838         (array-init-field-width, array-init-rows-numbered)
16839         (array-init-line-length, array-init-lines-per-row): Remove.
16841         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
16842         (doc-mode-map): Define explicitly.
16843         (doctor-txtype): Use mapc.
16845         * textmodes/table.el: Move defvars out of eval-when-compile.
16846         Remove harmful code meant to avoid byte-compiler warnings.
16847         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
16848         specification that checks table-fixed-width-mode directly.
16849         (table-recognize-region, table-recognize-cell):
16850         Use restore-buffer-modified-p.
16851         (table-fixed-width-mode): Remove code that refreshes
16852         table-fixed-mode-indicator.
16853         (*table--cell-describe-bindings, *table--cell-describe-mode):
16854         Avoid obsolete name print-help-return-message.
16855         (table--test-cell-list): Don't use replace-regexp from elisp.
16856         (table--point-entered-cell-function, table--point-left-cell-function):
16857         Don't set table-fixed-mode-indicator, use force-mode-line-update.
16859         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
16860         that was after the end of file.  Use buffer-file-name variable.
16861         (org-timestamp-change): Use with-current-buffer.
16862         (org-todo-list): Don't unnecessarily define a new buffer-local var.
16863         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16864         `file'.
16866         * progmodes/fortran.el: Move defvars out of eval-when-compile.
16867         (fortran-break-line): Remove unused var `opoint'.
16868         (fortran-abbrev-start): Obey help-event-list.
16870 2006-01-18  Jesper Harder  <harder@phys.au.dk>
16872         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16874 2006-01-18  Masatake YAMATO  <jet@gyve.org>
16876         * progmodes/make-mode.el (makefile-imake-mode): New mode
16877         derived from makefile-mode.
16878         (makefile-imake-mode-syntax-table): New syntax table
16879         derived from makefile-mode-syntax-table.
16880         (makefile-mode): Write about makefile-imake-mode in doc string.
16881         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16882         (makefile-imake-font-lock-keywords): New font lock keywords.
16884         * files.el (auto-mode-alist): Add Imakefile.
16886 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
16888         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16889         loading the file rather than when turning on flyspell-mode.
16891 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
16893         * cus-edit.el (customize-rogue): Minor doc fix.
16895 2006-01-17  Juri Linkov  <juri@jurta.org>
16897         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16898         instead of the file at the mark as default if the file at the mark
16899         is the same as the file at point or if dired-dwim-target-directory
16900         is not the same as the current directory and the mark is not active.
16902         * log-view.el (log-view-minor-wrap): Use the same logic to get
16903         revisions as `log-view-diff'.
16905         * info.el (Info-revert-find-node): Check for Info-current-file
16906         before preserving new-history.
16908         * man.el (Man-heading-regexp): Add `/'.
16910         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16911         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16913 2006-01-16  Juri Linkov  <juri@jurta.org>
16915         * faces.el (mode-line-faces): New defgroup.
16916         (mode-line-highlight): Move definition after new defgroup.
16917         (mode-line, mode-line-inactive, mode-line-highlight):
16918         Replace :group `modeline' with `mode-line-faces'.
16919         (mode-line-buffer-id): New face.
16920         (modeline-buffer-id): New face alias.
16921         (vertical-border): Remove :group `modeline'.
16923         * bindings.el (propertized-buffer-identification): Use face
16924         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16925         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16926         (mode-line-buffer-identification-keymap): For mouse-1 replace
16927         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16928         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16929         mouse-3.
16931         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16932         Buffer-menu-buffer.  Doc fix.
16933         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16934         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16935         `Buffer-menu-buffer'.
16937         * info.el (Info-mode-line-node-keymap): New defvar.
16938         (Info-set-mode-line): Use `stringp' to check Info-current-file.
16939         Propertize Info-current-node with `mode-line-buffer-id' and
16940         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16942         * time.el (display-time-mail-face): Replace :group `faces' with
16943         `mode-line-faces'.
16945 2006-01-16  Kenichi Handa  <handa@m17n.org>
16947         * international/code-pages.el: Add autoload cookies for cp125[0345678].
16949         * language/european.el (cp1252): New alias for windows-1252.
16951         * international/mule.el (autoload-coding-system): Prepare for EOL
16952         variants.
16954 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
16956         * term.el (term-raw-map): Add mapping for insert.
16957         (term-send-insert): New.
16958         (term-mode): Make variables local here instead of doing it in
16959         `term-emulate-terminal'.
16960         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16961         Scroll reverse needs to take into account the scroll region.
16962         Saving and restoring the cursor should save the color attributes too.
16963         (term-reset-terminal): Reset the scroll region.
16964         (term-handle-ansi-escape): Cursor up and down should take into
16965         account the scroll region.
16966         (term-set-scroll-region): Rename from `term-scroll-region'.
16967         Move to 0,0 after setting the region.
16968         (term-handle-scroll): Handle scroll up.
16969         (term-down): Fix off by one error.
16970         (term-delete-lines): Do not delete outside the scroll region.
16971         (term-insert-lines): Take into account the scroll region.
16973 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16975         * textmodes/ispell.el (ispell-internal-change-dictionary)
16976         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16977         (start, end): Move declaration outside of eval-when-compile.
16979         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16980         (flyspell-mode-on): Use it.
16982         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16983         ispell-kill-ispell-hook.
16985 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
16987         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16988         (Custom-reset-saved): Do not ask for confirmation in single option
16989         buffers.
16991 2006-01-13  Richard M. Stallman  <rms@gnu.org>
16993         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16995 2006-01-13  Romain Francoise  <romain@orebokech.com>
16997         * add-log.el (add-change-log-entry, change-log-merge):
16998         Conditionally use `hard-newline'.
17000 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
17002         * wid-edit.el (widget-field-end): If the overlay is no longer
17003         associated with a buffer, behave as if the overlay didn't exist.
17005         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17006         Make sure the links use the `custom-link' face.
17008 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17010         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17011         (ld-script-mode): Don't set indent-line-function since we don't
17012         have one.
17014 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
17016         * textmodes/org.el (org-open-file): Use mailcap for selecting an
17017         application.
17018         (org-file-apps-defaults-gnu): Use mailcap as the default for
17019         selecting an application on a UNIX system.
17020         (org-agenda-show-tags): New command.
17021         (org-table-insert-hline): Keep cursor in current table line.
17022         (org-table-convert): Offset effect of modifying
17023         `org-table-insert-hline'.
17024         (org-format-agenda-item): New optional argument TAG.
17025         (org-compile-prefix-format): Handle %T format for the tag.
17026         (org-expand-wide-chars): New function.
17027         (org-table-insert-row, org-table-insert-hline):
17028         Use `org-expand-wide-chars'.
17029         (org-open-file): Fix bug in program launch.
17030         (org-get-time-of-day): Fix bug with times before 1am.
17031         (org-agenda-menu): Add tags commands.
17033 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
17035         * textmodes/ispell.el (ispell-init-process): Include the used
17036         dictionary in ispell process start message.
17037         (ispell-internal-change-dictionary): When flyspell-mode is active
17038         and dictionary is changed, make sure ispell process is restarted
17039         and flyspell word cache cleared out for the current buffer.
17040         (ispell-change-dictionary): Make sure flyspell word cache is
17041         cleared out in all buffers with active flyspell mode when
17042         dictionary is globally changed.
17043         Call ispell-internal-change-dictionary after dictionary change.
17045 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
17047         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17049         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17050         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17051         years.  Fix small differences wrt Makefile.in.
17052         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17053         Makefile.in does.
17055 2006-01-12  Bill Wohler  <wohler@newt.com>
17057         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17058         mh-search.el.
17060 2006-01-12  Masatake YAMATO  <jet@gyve.org>
17062         * progmodes/ld-script.el: Update copyright year.
17064 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
17066         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17067         Don't add widget if setting undefined.
17069 2006-01-12  John Paul Wallington  <jpw@pobox.com>
17071         * help-fns.el (describe-variable): Remove newlines from void
17072         variable output.
17074 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
17076         * wdired.el (wdired-mode-map): Add help echo for
17077         wdired-abort-changes.
17079         * man.el (Man-file-name-regexp): Adjust for a list of files.
17081 2006-01-12  Masatake YAMATO  <jet@gyve.org>
17083         * progmodes/ld-script.el (auto-mode-alist): Support
17084         suffix conventions used in netbsd and eCos.
17086 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
17088         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17089         (custom-variable-menu, custom-face-menu, custom-group-menu)
17090         (Custom-mode-menu): Change names of menu items.  (As discussed on
17091         emacs-devel.)
17092         (custom-face-menu): Add "Undo Edits" item.
17094         * startup.el (init-file-user): defcustom -> defvar.
17096         * tooltip.el (tooltip-mode): Doc fix.
17098 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17100         * reveal.el (reveal-post-command): window-buffer signals an error on
17101         dead windows rather than returning nil.
17102         (reveal-open-new-overlays): An overlay might die while we open others.
17104 2006-01-11  Bill Wohler  <wohler@newt.com>
17106         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17107         phrasing in docstring.
17109         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17110         can give some systems gas.  Add new file mh-buffers.el.
17112 2006-01-06  Masatake YAMATO  <jet@gyve.org>
17114         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17115         C preprocessor forward ported from GNU Emacs 21.2.
17117         * progmodes/asm-mode.el (asm-font-lock-keywords):
17118         Use `cpp-font-lock-keywords'.
17120         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17122         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17123         of $ for "\\.ld[s]?".
17125 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17127         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17128         (tcl-indent-line): Return `noindent' if inside a string.
17130         * progmodes/flymake.el (flymake-split-string): Remove more than one
17131         empty string at beg/end of the result.
17132         (flymake-find-buildfile, flymake-find-possible-master-files):
17133         Use expand-file-name.
17134         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17135         since expand-file-name does it for us.  Use directory-file-name.
17136         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17137         (flymake-ler-get-type, flymake-ler-get-text)
17138         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
17139         (flymake-current-line-no): Remove spurious interactive spec.
17140         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17141         (flymake-check-include): Remove arg inc-path merged into inc-name.
17142         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17143         Arg regexp-list replaced by a simple regexp.
17144         (flymake-master-make-header-init, flymake-master-tex-init):
17145         Correspondingly replace regexp-list with a regexp.  Fix regexp.
17147 2006-01-10  Simon Josefsson  <jas@extundo.com>
17149         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17150         describing AUTH PLAIN fix.
17152 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
17154         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17155         (report-emacs-bug): Don't record initial prompt text.
17156         Instead, add text properties to prompting text.
17157         (report-emacs-bug-hook): Delete prompting text.
17159 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17161         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17162         `dirs'.  Adjust callers.
17164 2006-01-09  John Paul Wallington  <jpw@gnu.org>
17166         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17168 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17170         * reveal.el (reveal-open-new-overlays): New extracted fun.
17171         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
17172         using them.  Simplify the code.
17173         (reveal-post-command): Use them.  Fix up obsolete windows in
17174         reveal-open-spots.
17176         * progmodes/flymake.el: Use `require' rather than autoload for
17177         XEmacs's overlays.
17178         (flymake-get-common-file-prefix, flymake-build-relative-filename):
17179         Delete.  Use file-relative-name instead.
17180         (flymake-get-syntax-check-program-args, flymake-perl-init):
17181         Simplify the resulting code.
17183         * log-view.el (log-view-file-re, log-view-message-re): Add support
17184         for DaRCS output.
17186 2006-01-09  Alex Schroeder  <alex@gnu.org>
17188         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17189         identifiers sometimes added in square brackets at the beginning of
17190         subject lines.
17192 2006-01-07  Richard M. Stallman  <rms@gnu.org>
17194         * cus-edit.el (Custom-set, Custom-save): Doc fix.
17195         (Custom-reset-current, Custom-reset-saved): Change question text.
17196         (Custom-reset-standard): Likewise.
17197         (custom-variable-reset-saved): Doc fix.
17199 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
17201         * startup.el (init-file-user): Doc fix.
17203 2006-01-07  Alex Schroeder  <alex@gnu.org>
17205         * mail/rmail.el (rmail-current-subject): New function.
17206         (rmail-current-subject-regexp): New function.
17207         (rmail-next-same-subject): Use it.
17209         * mail/rmailsum.el (rmail-summary-by-topic):
17210         Use rmail-current-subject and rmail-current-subject-regexp.
17211         (rmail-summary-next-same-subject): Ditto.
17213         * net/rcirc.el (rcirc-send-input): No longer check whether the
17214         process is open, since not all commands need an open process.
17215         (rcirc-send-string): Check whether the process is open before
17216         sending anything.
17217         (rcirc-ignore-list): New option.
17218         (rcirc-ignore-list-automatic): New variable.
17219         (rcirc-print): Take rcirc-ignore-list into account.
17220         (rcirc-cmd-ignore): New command.
17221         (rcirc-ignore-update-automatic): New function.
17222         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17223         list if ignored nicks.
17224         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17226 2006-01-06  David Reitter  <david.reitter@gmail.com>
17228         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17229         reflect the address to which the report will be sent.
17231 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
17233         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17234         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17236 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
17238         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17240         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17241         the doc string: "functoin" => "function".
17242         * ldefs-boot.el: Likewise.
17244         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17245         message text: "Duplicat" => "Duplicate".
17247 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
17249         * files.el (basic-save-buffer-2): If backing-up failed, reset
17250         buffer-backed-up to nil.
17252 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
17254         * progmodes/gud.el (gdb-script-skip-to-head)
17255         (gdb-script-calculate-indentation): Indent for breakpoint command
17256         lists also.
17258 2006-01-05  Bill Wohler  <wohler@newt.com>
17260         * Makefile.in (compile-always): Add mh-autoloads dependency.
17261         (bootstrap): Remove mh-autoloads dependency, as compile dependency
17262         provides it.
17263         (updates): Remove mh-autoloads dependency, since it probably has
17264         already run recently (via recompile).
17266 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17268         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17269         argument `force' to disable the flyspell-last-buffer optimization.
17270         (flyspell-mode-on): Use it.
17272         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17273         flymake-simple-cleanup.
17274         (flymake-allowed-file-name-masks): Use this new default.
17275         All the functions are now called in the right buffer rather than
17276         passing the buffer as argument.
17277         (flymake-process-sentinel): Switch to buffer before calling cleanup.
17278         (flymake-parse-err-lines): Remove redundant buffer arg.
17279         (flymake-get-program-dir): Comment out unused function.
17280         (flymake-start-syntax-check, flymake-start-syntax-check-process):
17281         Remove redundant buffer argument.
17282         (flymake-get-real-file-name, flymake-simple-java-cleanup)
17283         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17285 2006-01-05  Richard M. Stallman  <rms@gnu.org>
17287         * info.el (Info-find-node): Don't record previous node if have none.
17288         (info): Go to directory only if history is empty.
17290         * simple.el (mark): Doc fix.
17292 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17294         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17295         already of desired type.
17296         (mac-ae-list): Coerce parameter to "list" type.
17297         (mac-dispatch-apple-event): Replace cadr part of event with a
17298         dummy position so that event-start returns it.
17300 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
17302         * textmodes/org.el (org-end-of-subtree): New function.
17303         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
17304         Use `org-end-of-subtree'.
17305         (org-agenda, org-agenda-convert-date): Protect calls to
17306         `fit-window-to-buffer'.
17307         (org-tags-view): Force matching of sublevels when doing a
17308         todo-only search.  Define the correct redo command, including the
17309         arguments.
17310         (org-agenda-redo): Display message.
17311         (org-check-for-org-mode): New function.
17312         (org-agenda-type): New variable.
17313         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
17314         Set `org-agenda-type'.
17315         (org-agenda-check-type): New function.
17316         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
17317         (org-agenda-week-view, org-agenda-day-view)
17318         (org-agenda-next-date-line, org-agenda-previous-date-line)
17319         (org-agenda-log-mode, org-agenda-toggle-diary)
17320         (org-agenda-toggle-time-grid, org-agenda-date-later)
17321         (org-agenda-date-prompt, org-agenda-diary-entry)
17322         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
17323         (org-agenda-convert-date, org-agenda-menu):
17324         Use `org-agenda-check-type'.
17325         (org-make-overlay, org-delete-overlay)
17326         (org-detatch-overlay, org-move-overlay, org-overlay-put):
17327         New compatibility functions.
17328         (org-calendar-select-mouse): New command.
17330 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
17332         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
17333         (Custom-reset-standard): Fix y-or-n-p messages.
17334         (custom-link): New face for links.
17335         (custom-buffer-create-internal, custom-manual): Use it.
17336         (custom-face-save): Push to theme-face before setting face spec.
17338         * wid-edit.el (widget-default-mouse-face-get): New function.
17339         (widget-specify-button): Handle mouse-face like button-face.
17341         * custom.el (load-theme): Clear old theme settings if reloading.
17343 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
17345         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
17346         "Erase Customization" button back to same position it occupies in
17347         the individual State menus.
17349 2006-01-04  Kim F. Storm  <storm@cua.dk>
17351         * wid-edit.el (key-sequence): Rework widget to read key binding
17352         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
17353         (widget-key-sequence-default-value): Default value for empty sequence.
17354         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
17355         (widget-key-sequence-read-event): New command for C-q.
17356         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
17357         (widget-key-sequence-value-to-external): New functions.
17359 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17361         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
17362         Use expand-file-name.
17363         (flymake-delete-temp-directory): Use expand-file-name,
17364         file-name-directory, and directory-file-name.
17365         (flymake-strrchr): Delete.
17366         (flymake-start-syntax-check): Don't pass the redundant buffer argument
17367         to the init-f function.
17368         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17369         (flymake-init-find-buildfile-dir)
17370         (flymake-init-create-temp-source-and-master-buffer-copy)
17371         (flymake-simple-make-init-impl, flymake-simple-make-init)
17372         (flymake-master-make-init, flymake-master-make-header-init)
17373         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17374         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17375         (flymake-xml-init): Remove corresponding redundant buffer argument.
17376         (flymake-allowed-file-name-masks): Remove last elems that are equal to
17377         the default anyway.  Clean up regexps.
17379         * progmodes/flymake.el (flymake-temp-source-file-name)
17380         (flymake-master-file-name, flymake-temp-master-file-name)
17381         (flymake-base-dir): New buffer-local vars.
17382         (flymake-buffer-data, flymake-get-buffer-value)
17383         (flymake-set-buffer-value): Replace those hash-tables by the new
17384         buffer-local vars.  Update callers.
17386         * progmodes/flymake.el (flymake-check-start-time)
17387         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17388         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17389         Move definition, so we can remove redundant earlier declaration.
17390         (flymake-replace-regexp-in-string, flymake-split-string)
17391         (flymake-get-temp-dir): Use defalias.
17392         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
17393         (flymake-xemacs-window-edges): Remove unused function.
17394         (flymake-get-point-pixel-pos): Move.
17395         (flymake-pid-to-names, flymake-reg-names)
17396         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17397         Replace by a simple list flymake-processes and by process-buffer.
17398         Update callers.  Other than simplify the code, it uses buffers rather
17399         than buffer-names so it doesn't get confused by uniquify.
17400         (flymake-buffer-data): The global value should just be nil.
17402         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
17403         Optimize the body of a defalias like any other code.
17405         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
17406         Make sure we've setup font-lock's vars.  It may influence which
17407         function we then call.
17408         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
17409         here since it's too late anyway.
17411 2006-01-03  Romain Francoise  <romain@orebokech.com>
17413         * startup.el (fancy-splash-tail, normal-splash-screen):
17414         Update copyright year.
17416 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
17418         * mouse.el (mouse-drag-track): Rename, from
17419         `mouse-drag-region-1'.  Includes optional argument required to
17420         enable post-drag event processing (e.g. delete region keys).
17421         Can be used without this argument to track a mouse region and operate
17422         on it as soon as the drag completes.
17423         (mouse-drag-region): Use `mouse-drag-track'.
17425 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
17427         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17428         Move to `custom-buffer' group.
17430         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17431         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17432         (custom-theme-insert-face-marker, custom-theme-variable-menu)
17433         (custom-theme-face-menu): New variables.
17434         (custom-theme-add-variable, custom-theme-variable-action)
17435         (custom-variable-reset-theme, custom-theme-delete-variable)
17436         (custom-face-reset-theme, custom-theme-face-action)
17437         (custom-theme-delete-face, custom-theme-merge-theme)
17438         (custom-theme-add-face, custom-theme-visit-theme): New functions.
17440 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
17442         * custom.el: Move Custom Themes commentary to start of theme code.
17443         (custom-known-themes): Rename `standard' theme to `changed'.
17444         (custom-push-theme): Caller no longer specifies what theme to use
17445         when doing `reset'---the setting is simply removed from the theme.
17446         Delete MODE from `theme-value' and `theme-settings' properties.
17447         (custom-declare-theme): Ignore &rest args since we don't use them.
17449         (custom-loaded-themes): Delete variable.
17450         (custom-theme-load-themes, custom-theme-loaded-p)
17451         (custom-theme-value): Delete functions.
17453         (custom-declare-theme): Signal error on invalid theme names.
17454         (provide-theme): custom-loaded-themes was deleted.
17455         (load-theme): Load the file unconditionally.
17456         (enable-theme): Call `load-theme' if theme is undefined.
17457         (custom-enabled-themes): Only update value for successful loads.
17458         (disable-theme): Complete from enabled themes when interactive.
17459         (custom-variable-theme-value): Calculate theme value directly.
17461         (custom-theme-reset-variables, custom-reset-variables): Mark as
17462         XEmacs compatibility functions.  We don't actually use these.
17464         * cus-edit.el (custom-variable-state-set):
17465         Use custom-variable-theme-value instead of custom-theme-value.
17466         (custom-face-state-set): Rename `standard' theme to `changed'.
17467         (custom-save-variables, custom-save-faces): Delete unneeded
17468         references to custom-reset-variables.
17469         (custom-save-resets): Delete function.
17470         (custom-save-variables, custom-save-faces): MODE argument deleted.
17471         (custom-save-variables, custom-save-faces): Ignore theme values.
17473         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17474         compatibility function.
17476 2006-01-01  Richard M. Stallman  <rms@gnu.org>
17478         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17479         (Custom-reset-current, Custom-reset-saved): Likewise.
17480         (Custom-reset-standard): Show message if aborted.
17481         (custom-mode): Doc fix, describing those commands.
17483         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17484         put on event-kind property.
17486 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
17488         * custom.el (provide-theme): Ban `user' theme name.
17489         (custom-enabling-themes): New variable.
17490         (enable-theme): Don't enable user if custom-enabling-themes is t.
17491         (custom-enabled-themes): Make it a defcustom.
17492         (custom-theme-recalc-face): No-op if face is undefined.
17494         * cus-edit.el (custom-button-mouse): New variable.
17495         (custom-button-mouse): New face.
17496         (custom-raised-buttons, custom-mode): Use it.
17498         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17500 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
17502         * progmodes/gud.el (gud-display-line): Support hl-line in the
17503         source buffer.
17505 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
17507         * mouse.el (mouse-drag-window-above): Verify that the found window
17508         overlaps with the given window in the horizontal dimension.
17510 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
17512         * Makefile.in (cvs-update): New target.
17514         * makefile.w32-in (cvs-update): Ditto.
17516 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
17518         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17519         (custom-new-theme-mode-map): New variable.
17521 2005-12-30  Richard M. Stallman  <rms@gnu.org>
17523         * custom.el (custom-load-themes): Function deleted.
17525         * cus-edit.el (custom-save-loaded-themes): Function deleted.
17526         (custom-save-variables): Don't delete or add custom-load-themes call.
17528 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17530         * cus-start.el: Add `visible-cursor'.
17532         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17533         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17534         (flymake-process-filter): Switch to buffer before calling it instead.
17535         (flymake-post-syntax-check, flymake-highlight-err-lines)
17536         (flymake-delete-own-overlays, flymake-parse-err-lines)
17537         (flymake-start-syntax-check, flymake-start-syntax-check-process)
17538         (flymake-count-lines, flymake-parse-residual):
17539         Remove constant buffer argument.
17540         (flymake-start-syntax-check-for-current-buffer): Remove.
17541         Update callers to use flymake-start-syntax-check instead.
17542         (flymake-display-err-menu-for-current-line):
17543         Remove unused var `mouse-pos'.
17544         (flymake-restore-formatting): Comment out unused function.
17545         (flymake-report-status, flymake-report-fatal-status): Remove buffer
17546         argument, use current-buffer instead.  Update callers.
17548 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17550         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17551         buffer-local because choose-completion-delete-max-match requires
17552         that we set completion-ignore-case (i.e., binding via let is not
17553         sufficient).
17554         (bibtex-complete): Always set completion-ignore-case and
17555         choose-completion-string-functions.  The latter is needed because
17556         choose-completion-string-functions keeps its value if we quit the
17557         *Completions* buffer without requesting a completion.
17559 2005-12-30  Andreas Schwab  <schwab@suse.de>
17561         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17563 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
17565         * jit-lock.el (jit-lock-chunk-size): Doc fix.
17567 2005-12-30  Juri Linkov  <juri@jurta.org>
17569         * locate.el (locate-fcodes-file, locate-header-face)
17570         * progmodes/delphi.el (delphi-other-face)
17571         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17573         * paren.el (show-paren-match, show-paren-mismatch): Use existing
17574         group `paren-showing-faces'.
17576         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17577         (goto-address): Fix docstring.
17579         * net/webjump.el (webjump-sample-sites): Update URLs.
17581         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17583         * subr.el (cancel-change-group): Add listp around pending-undo-list.
17585 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17587         * font-lock.el (font-lock-compile-keywords): Signal an error when
17588         font-lock-set-defaults hasn't been called.
17590 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
17592         * subr.el (noreturn, 1value): Doc fixes.
17594 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17596         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17597         that assoc-string returns nil.
17599 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17601         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17602         (bibtex-entry-type-str, bibtex-empty-field-re)
17603         (bibtex-search-backward-string, bibtex-preamble-prefix)
17604         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17605         (bibtex-any-valid-entry-type): New variable.
17606         (bibtex-parse-field-name): Simplify.
17607         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17608         (bibtex-preamble-prefix): Include left delimiter.
17609         (bibtex-search-forward-field, bibtex-search-backward-field):
17610         Allow unbounded search past entry boundaries (required by bibtex-pop).
17611         (bibtex-text-in-field-bounds): Use push.
17612         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17613         (bibtex-parse-preamble, bibtex-valid-entry)
17614         (bibtex-beginning-first-field): New functions.
17615         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
17616         (bibtex-map-entries): Fix docstring.
17617         (bibtex-flash-head): New arg prompt.  Simplify.
17618         (bibtex-enclosing-field): Include code of bibtex-inside-field.
17619         (bibtex-insert-kill): Simplify.  Always insert text past the
17620         current field or entry.
17621         (bibtex-format-entry): Use bibtex-parse-field.
17622         (bibtex-pop): Use bibtex-beginning-of-entry and
17623         bibtex-end-of-entry to initiate the search.  Insert empty field if
17624         we found ourselves.
17625         (bibtex-print-help-message): New args field and comma.
17626         Handle entry keys.
17627         (bibtex-make-field): Use bibtex-beginning-of-entry.
17628         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
17629         invalid entry.
17630         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17631         Handle preambles.  Simplify code for thorough test.
17632         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17633         New arg comma.  Handle entry heads.
17634         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17635         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17636         New arg comma.
17637         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17638         (bibtex-fill-field): Simplify.
17639         (bibtex-fill-entry): Use bibtex-beginning-first-field and
17640         bibtex-parse-field.
17641         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17642         (bibtex-complete): Use bibtex-parse-preamble.
17644 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
17646         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17647         Display name of expression instead of convenience variable.
17648         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17650         * progmodes/gud.el (gud-tooltip-dereference): Rename from
17651         toggle-gud-tooltip-dereference.
17652         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17653         (gud-tooltip-tips): ...here when dereferencing.
17655 2005-12-28  Bill Wohler  <wohler@newt.com>
17657         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17659 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17661         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17662         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
17663         (vc-annotate-display-autoscale): Adjust call.
17664         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
17665         Fix interactive spec.
17666         (vc-annotate-time-span): Remove.
17667         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17668         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17669         (vc-annotate-display-select): Use new name.
17671         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17672         (vc-annotate-mode-menu): Remove left-over redundant declaration.
17673         Correct the construction of span entries.  Simplify.
17674         (vc-annotate-display-select): Fix the nil case.
17675         (vc-annotate): Remove obsolete (and now broken) code.
17676         (vc-annotate-extract-revision-at-line): Remove obsolete code.
17677         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
17679 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
17681         * subr.el (lazy-completion-table): Correct typo in docstring.
17683         * startup.el (command-line): Use `custom-reevaluate-setting' for
17684         `send-mail-function'.
17686         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17688 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
17690         * mail/smtpmail.el (smtpmail-try-auth-methods):
17691         Send credentials together with "AUTH PLAIN" command.
17693 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17695         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17696         mouse-2, go back to previously selected window, so it's selected
17697         when mouse-2 command runs.
17699 2005-12-27  Juri Linkov  <juri@jurta.org>
17701         * descr-text.el (describe-text-sexp): Use square brackets for
17702         button [Show] to distinguish it from the property value `show'.
17703         (describe-property-list): Use `insert-text-button' with
17704         `help-face' type instead of putting face in quotes, because button
17705         is not created automatically for a list of faces.
17706         (describe-text-properties-1): Put button-type value in quotes to
17707         distinguish from plain text "button".
17708         (describe-char): Display code point values in hex.  Don't use
17709         `symbol-name' for `current-input-method' because it is a string.
17710         Use `insert-text-button' with `help-face' type instead of putting
17711         hardcoded face in quotes, because button is not created automatically.
17713 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17715         * progmodes/glasses.el (glasses-face): More specific custom type.
17717         * files.el (set-visited-file-name): Doc fix.
17719         * textmodes/flyspell.el (flyspell-external-point-words):
17720         Use local var buffer-scan-pos to advance scan for next misspelling.
17721         Advance it only after we find the misspelling.
17723 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
17725         * textmodes/flyspell.el (flyspell-external-point-words):
17726         New criteria for finding the misspelling in the buffer.
17728 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
17730         * help-mode.el (help-insert-string): Set help-xref-stack-item
17731         rather than call help-setup-xref.
17733         * descr-text.el (describe-char): Revert previous changes for
17734         optional buffer argument.
17736 2005-12-27  Juri Linkov  <juri@jurta.org>
17738         * help-mode.el (help-insert-string): New function.  Save buffer
17739         contents in cases where it is impossible to recompute the old contents.
17741         * descr-text.el (describe-char): Set help-xref-stack-item
17742         explicitly after buffer has been generated.
17744 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17746         * cus-start.el (all): Add x-gtk-show-hidden-files.
17748 2005-12-26  Richard M. Stallman  <rms@gnu.org>
17750         * replace.el (perform-replace): Calculate match-again
17751         before skipping read-only matches.
17753         * paren.el (paren-showing-faces): New group.
17754         (show-paren-match, show-paren-mismatch): Move to that group.
17756         * button.el (button): Put into group `basic-faces'.
17758         * progmodes/make-mode.el: Remove faces from group `faces'.
17760         * apropos.el (apropos, apropos-value): Doc fix.
17761         (apropos-documentation): Doc fix.
17763 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17765         * subr.el (lazy-completion-table): Remove argument `args'.
17767         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17768         Don't use the `args' argument of lazy-completion-table.
17770 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
17772         * descr-text.el (describe-char): Add optional argument for buffer.
17773         Set buffer appropriately.  Call help-setup-xref.
17774         Suggested by Stefan Monnier.
17776 2005-12-26  Juri Linkov  <juri@jurta.org>
17778         * descr-text.el: Require `help-fns' at runtime.  Don't require
17779         `button' for byte compilation.
17780         (describe-text-widget): Add `help-echo' for first button.
17781         Use `help-info' for second.
17782         (describe-property-list): Use `help-argument-name' instead of `italic'.
17783         (describe-text-category): Add prompt to interactive spec.
17784         Call `help-setup-xref'.
17785         (describe-char): Use `help-character-set'.  Add `help-echo' for
17786         code point.  Use `help-input-method'.  Remove superfluous insert.
17788 2005-12-25  Richard M. Stallman  <rms@gnu.org>
17790         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17791         at point, in case of narrowing.
17793         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17795         * locate.el (locate-header-face): Allow nil in type.
17797         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17799 2005-12-25  Romain Francoise  <romain@orebokech.com>
17801         * battery.el (battery-linux-proc-acpi): Also try
17802         `/proc/acpi/thermal_zone/THM0/temperature'.
17804 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
17806         * custom.el (custom-push-theme): Fix docstring.
17808         * cus-edit.el (custom-variable-set, custom-variable-save)
17809         (custom-variable-save): Custom-quote widget values.
17810         (customize-save-variable): Fix custom-push-theme call.
17812 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
17814         * w32-fns.el (w32-batch-update-autoloads): New function.
17816         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17817         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17818         from the command line.
17820 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
17822         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
17823         reset means to remove setting from theme entirely.  Don't keep
17824         expanding theme-settings list; delete old entries if necessary.
17826         * cus-edit.el (custom-buffer-create-internal): Move "Erase
17827         customization" button one line up.
17828         (custom-themed): New face.
17829         (custom-magic-alist): New value, THEMED, for theme settings.
17830         (custom-variable-state-set, custom-face-state-set):
17831         Check theme-value instead of saved-value.
17832         (custom-variable-reset-standard, custom-face-reset-standard):
17833         Remove theme setting entirely.  Recalculate new values.
17834         (custom-variable-set, custom-variable-set)
17835         (custom-variable-reset-saved, custom-variable-reset-backup)
17836         (custom-face-set, custom-face-reset-saved): Update `user' theme.
17837         (custom-variable-save): Fix typos.
17839 2005-12-23  Juri Linkov  <juri@jurta.org>
17841         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17842         Add autoload cookies.
17843         (edebug-outside-d-c-i-n-s-w): New variable.
17844         (edebug-display, edebug-outside-excursion): Use it to save the
17845         original value of default-cursor-in-non-selected-windows.
17846         Set default-cursor-in-non-selected-windows to t while Edebug
17847         is active.
17848         (edebug-mode, edebug-eval-mode): Doc fix.
17850         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17851         with `buffer-substring-no-properties' to remove common substring
17852         highlighting.
17854         * info.el (info-other-window, info): Rename function argument
17855         `file' to `file-or-node'.
17856         (Info-complete-menu-item): Use local variable `complete-nodes' to
17857         keep the global value of `Info-complete-nodes' unchanged for
17858         subsequent completions.
17859         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17861         * simple.el (get-next-valid-buffer, last-buffer)
17862         (next-error-buffer-p, next-error-find-buffer)
17863         (minibuffer-history-sexp-flag): Doc fix.
17865         * savehist.el (savehist-mode-hook): Add `:group'.
17867         * log-view.el: Call autoload for vc-find-version.
17868         (log-view-current-file): Adjust subgroup numbers.
17869         (log-view-current-tag): Add `length'.
17871 2005-12-23  Richard M. Stallman  <rms@gnu.org>
17873         * vc.el (vc-annotate-car-last-cons): Defn moved up.
17875 2005-12-23  Juri Linkov  <juri@jurta.org>
17877         * hi-lock.el (hi-lock-archaic-interface-message-used)
17878         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17879         (hi-lock-mode): Display "Hi" in the mode line only when
17880         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17881         (hi-lock-write-interactive-patterns):
17882         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17883         (hi-lock-set-pattern, hi-lock-set-file-patterns)
17884         (hi-lock-font-lock-hook): Set 3rd arg `how' of
17885         font-lock-add-keywords to t.
17887 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
17889         * hi-lock.el (hi-lock-highlight-range): New variable.
17890         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17891         only if font-lock-fontified is non-nil.  Remove overlays.
17892         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17893         font-lock-fontified is non-nil, otherwise use overlays (instead of
17894         text properties).
17895         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17896         New variables.
17897         (hi-lock-string-serialize): New function.
17899 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17901         * menu-bar.el (menu-find-file-existing): New function.
17902         (menu-bar-file-menu): Use menu-find-file-existing for Open.
17904         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17906 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17908         * vc.el: Remove unnecessary leading * in docstrings.
17909         (vc-annotate-mode-map): Move initialization into declaration.
17910         (vc-static-header-alist): Nitpick on the regexp.
17911         (vc-default-init-version): New fun.
17912         (vc-register): Use it.
17913         (vc-insert-headers): Use dolist.
17914         (vc-annotate-get-backend): Remove unused function.
17915         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
17916         (vc-annotate-mode): Remove corresponding call.
17917         (vc-annotate-car-last-cons): Simplify.
17918         (vc-annotate-buffers): Remove var.
17919         (vc-annotate-backend): Make it buffer-local.
17920         (vc-annotate): Move the interaction to the interactive spec.
17921         Add a `buf' argument.
17922         (vc-annotate-warp-version): Use this new `buf' argument to avoid
17923         killing&creating a vc-annotate buffer, which is very disruptive when
17924         the buffers are shown in dedicated frames.
17926 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
17928         * descr-text.el: Add FSF as maintainer.
17929         (describe-text-mode, describe-text-mode-map)
17930         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
17931         help-mode.
17932         (describe-text-widget, describe-text-sexp)
17933         (describe-property-list, describe-text-category)
17934         (describe-text-properties, describe-text-properties-1)
17935         (describe-char): Use help buttons instead of widgets.
17936         (describe-char-unicodedata-file): Make URL link in doc string.
17938 2005-12-22  Richard M. Stallman  <rms@gnu.org>
17940         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17941         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17942         Don't include buttons that write a file when there's no file.
17943         (custom-variable-menu, custom-face-menu, custom-group-menu):
17944         Don't include commands that write a file when there's no file.
17945         (customize-browse): Reword the top-of-buffer help intro.
17946         (custom-buffer-create-internal): Fix previous change.
17947         (customize-changed-options-previous-release): Prev release is 21.1.
17948         (customize-changed-options): Doc fix.
17949         (customize-changed): New alias.
17950         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17951         Say "standard values".
17952         (Custom-reset-standard): Doc fix.
17953         (custom-face-reset-standard): Doc fix.
17955 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17957         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17958         even if font-lock-mode is non-nil since it may be t without having
17959         turned on font-lock-mode-internal.
17960         (font-lock-choose-keywords): Minor optimization.
17961         (font-lock-add-keywords, font-lock-remove-keywords)
17962         (font-lock-set-defaults): Don't call make-local-variable on a variable
17963         that we know to already be local.
17965 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17967         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17968         messages if in the minibuffer.
17970 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17972         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17973         (tex-mode-flyspell-verify, flyspell-get-word)
17974         (flyspell-external-point-words): Don't use point-min/max uselessly.
17976         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17977         by Kevin Rodgers.  Instead, just hide the completions buffer if we
17978         don't need to show it.
17980 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
17982         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17984 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17986         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17987         delete-windows-on with an inexistent buffer.
17989 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
17991         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17992         Delete defcustom variable :tag names.
17994 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17996         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17997         (log-view-font-lock-keywords): Ajust subgroup numbers.
17998         (log-view-current-tag): Don't hard code the number of subgroups.
18000 2005-12-20  Juri Linkov  <juri@jurta.org>
18002         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18003         (tooltip-x-offset, tooltip-y-offset): Doc fix.
18005         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18006         (menu-bar-non-minibuffer-window-p): Instead of checking
18007         display-multi-frame-p, use selected-frame when menu-updating-frame
18008         is nil.
18010 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
18012         * align.el (align-rules-list): Use [ \t] instead of \s-
18013         for column separators in text mode.
18015 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
18017         * help-mode.el (help-customize-variable, help-customize-face):
18018         Don't pop help-xref-stack as help-follow no longer pushes
18019         anything on to it.
18021 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
18023         * textmodes/org.el (org-agenda-custom-commands): New option.
18024         (org-agenda): Offer custom commands on splash screen.
18025         (org-make-tags-matcher): Parser for Boolean logic added.
18026         (org-agenda-set-tags): New command.
18027         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18028         (org-set-tags): Efficiency improvements.
18029         (org-auto-align-tags): New option.
18030         (org-todo, org-demote, org-promote): Realign tags.
18031         (org-tags-completion-function): Use also "&" and "|" as separators.
18032         (org-org-menu): Agenda commands simplified.
18034 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
18036         * cus-edit.el (customize-apropos, customize-apropos-options):
18037         Docstring changes.
18039         * font-lock.el (font-lock): Add tags to the links in the defgroup.
18041 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
18043         * longlines.el (longlines-mode): Wrap while widened.
18044         (longlines-decode-region, longlines-encode-region): Compute max
18045         just once.
18047 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18049         * cus-edit.el (mac): New group.
18051         * cus-start.el (all): Add user options in macterm.c.  Add test for
18052         Mac-related built-ins.  Fix test for GTK-related built-ins.
18054         * term/mac-win.el (mac-handle-language-change)
18055         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18056         (mac-services-open-selection, mac-services-mail-selection)
18057         (mac-services-mail-to, mac-services-insert-text)
18058         (mac-dispatch-apple-event): Add docstrings.
18059         (x-get-selection, mac-select-convert-to-string): Select coding
18060         system from `utf-16be' and `utf-16le' using `byteorder'.
18062 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18064         * subr.el (lazy-completion-table): Don't be fooled if the var holds
18065         a "list" (lambda ...) rather than a real completion list.
18067         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18068         lexical-let when encountering ((lambda (...) ...) ...).
18070 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
18072         * progmodes/sh-script.el (sh-mode):
18073         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18074         * textmodes/picture.el (picture-mode): Update docstrings.
18076 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
18078         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18079         commands enclosed in $(ARGQUOTE)s should not be split between two
18080         lines, as that will break with GNU Make >3.80, when sh.exe is used
18081         and arg quoting is with '..'.
18082         (autoloads): Don't break the quoted --eval expression between
18083         several lines.
18085 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
18087         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18088         Capture error from printing circular structures.
18090 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
18092         * wid-edit.el (widget-checkbox-action): Clear undo info.
18094 2005-12-16  Bill Wohler  <wohler@newt.com>
18096         * menu-bar.el (kill-this-buffer): Set a good example by using menu
18097         bar, not menubar in comment.
18099 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18101         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18102         After-change-functions should not clobber the match data.
18104 2005-12-16  Juri Linkov  <juri@jurta.org>
18106         * simple.el (choose-completion): Use `buffer-substring-no-properties'
18107         instead of `buffer-substring'.
18108         (completion-common-substring): Doc fix.
18109         (completion-setup-function): Use minibuffer-completion-contents
18110         instead of minibuffer-contents.  Don't set common-string-length
18111         initially.  Remove special handling of partial-completion-mode.
18112         Move computation of completion-base-size into one cond.
18113         Call completion-base-size-function in mainbuf.  In computation of
18114         completion-base-size for file name completion don't move point to
18115         the end of the minibuffer.  Move computation of common-string-length
18116         into one cond.  Start putting faces only when common-string-length>=0.
18117         Add condition to put completions-common-part when
18118         common-string-length>0.
18120         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18121         place point at the first different character in the minibuffer
18122         even if this position is at the beginning of the minibuffer.
18124         * info.el (Info-read-node-name-1): In completion-base-size-function's
18125         lambda return 1 if common-substring or minibuffer-completion-contents
18126         starts with (, and 0 otherwise.
18128         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18129         Use `crm-current-element' for second arg of `display-completion-list'.
18131 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
18133         * files.el (set-auto-mode): Look for an interpreter specified on
18134         the first line also if search for mode specification succeeded,
18135         but the mode is not known.
18137 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
18139         * textmodes/org.el (org-tags-match-list-sublevels): New option.
18140         (org-open-at-point): Implement tag searches as links.
18141         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18142         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18143         (org-tags-sparse-tree, org-tags-view, org-set-tags)
18144         (org-agenda-dispatch): New commands.
18145         (org-use-tag-inheritance, org-tags-column): New options.
18146         (org-tab-follows-link, org-return-follows-link): New options.
18147         (org-tags): New customize group.
18148         (org-start-icalendar-file): Get local time zone.
18149         (org-tags-completion-function): New function.
18150         (org-set-font-lock-defaults): Make sure links will also be
18151         highlighted inside headlines.
18153 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
18155         * term.el (term-emulate-terminal):
18156         Let term-handle-ansi-terminal-messages override what Bash says about
18157         its current directory.
18159 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18161         * bindings.el (last-buffer): Move to simple.el.
18162         * simple.el (last-buffer): Move here.
18163         (get-next-valid-buffer): New function.
18164         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18165         (prev-buffer): Ditto.  Rename to `previous-buffer'.
18167         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18168         * bindings.el (global-map): Ditto.
18170 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
18172         * cus-edit.el: Introductory comment change.
18173         (custom-magic-alist): Change message string for the `rogue' state.
18175 2005-12-15  Richard M. Stallman  <rms@gnu.org>
18177         * tooltip.el: Delete defcustom variable :tag names.
18179         * complete.el (partial-completion-mode): Doc fix.
18181         * textmodes/flyspell.el (flyspell-external-point-words):
18182         Use save-excursion to ensure we don't move backward in the
18183         search loop, not even one character.
18184         (flyspell-delete-all-overlays): Use remove-overlays directly.
18186         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18187         (ispell-start-process): Set that variable.
18188         Clear ispell-buffer-local-name.
18189         (ispell-internal-change-dictionary):
18190         Set ispell-current-dictionary after killing process.
18191         (ispell-buffer-local-dict):
18192         Don't set spell-personal-dictionary after killing process.
18193         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18194         (ispell-tex-skip-alists, ispell-html-skip-alists)
18195         (ispell-skip-region-alist): Mark as risky.
18197         * net/newsticker.el (newsticker--retrieval-timer-list)
18198         (newsticker--display-timer, newsticker-running-p)
18199         (newsticker-ticker-running-p): Definitions moved up.
18201 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
18203         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18205 2005-12-15  David Ponce  <david@dponce.com>
18207         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18208         (recentf-edit-list, recentf-open-files): Signal an error when
18209         there is no recent file.
18211 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
18213         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18214         read-only except for texinfo-format-region evaluation.
18216 2005-12-14  Richard M. Stallman  <rms@gnu.org>
18218         * vc.el (vc-default-previous-version, vc-default-next-version)
18219         (vc-do-command): Doc fixes.
18221 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18223         * textmodes/bibtex.el (bibtex-expand-strings)
18224         (bibtex-autokey-expand-string, bibtex-name-part)
18225         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18226         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18227         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18228         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18229         (bibtex-entry-postfix, bibtex-known-entry-type-re)
18230         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18231         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18232         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18233         (bibtex-beginning-of-last-entry): Remove.
18234         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
18235         message if comma is missing but buffer is read-only.
18236         (bibtex-parse-field-text): Handle whitespaces at the end of field
18237         text.  Return 3-element list with beginning and end of field text
18238         and end of field.
18239         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18240         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
18241         (bibtex-search-forward-field, bibtex-search-backward-field):
18242         Search always delimited by limits of entry.  Use more efficient
18243         search algorithms.
18244         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18245         bibtex-end-of-name-in-field.
18246         (bibtex-text-in-field-bounds): Handle BibTeX strings when
18247         extracting the content of a field.
18248         (bibtex-text-in-field): Use search limits.
18249         (bibtex-parse-string-prefix): Handle empty string keys based on
18250         bibtex-string-empty-key.
18251         (bibtex-parse-string): Fix docstring.
18252         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18253         (bibtex-preamble-prefix, bibtex-strings): New functions.
18254         (bibtex-skip-to-valid-entry): Include preceding whitespace in
18255         BibTeX entries (consistent with other BibTeX functions).
18256         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18257         (bibtex-search-entry): Fix docstring.  Simplify.
18258         (bibtex-flash-head, bibtex-complete-string-cleanup)
18259         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18260         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18261         (bibtex-parse-entry): New optional arg content.
18262         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18263         Use bibtex-text-in-field-bounds.
18264         (bibtex-print-help-message): Handle BibTeX strings and preambles.
18265         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18266         bibtex-parse-string-postfix.
18267         (bibtex-find-text-internal): New function.
18268         (bibtex-remove-delimiters): Use it.
18269         (bibtex-find-text): Use it.  New optional arg help.
18270         (bibtex-complete): Handle BibTeX string and preamble entries.
18271         (bibtex-Preamble): Fix order of closing delimiters.
18273 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18275         * vc.el (vc-default-revert): New fun.
18277         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18279 2005-12-14  Romain Francoise  <romain@orebokech.com>
18281         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18282         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18283         (font-lock-remove-keywords): Likewise.
18285 2005-12-14  Juri Linkov  <juri@jurta.org>
18287         * log-view.el (log-view-diff): Doc fix.
18289         * isearch.el (isearch-query-replace): Use (mark) instead of
18290         isearch-opoint if mark is active in transient-mark-mode.
18292 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
18294         * isearch.el (isearch-query-replace): Check for isearch-other-end.
18296 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
18298         * progmodes/cpp.el (cpp-face): New widget.
18299         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
18301 2005-12-14  Juri Linkov  <juri@jurta.org>
18303         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
18304         around `erase-buffer' and `insert'.
18306         * descr-text.el (describe-text-properties): Replace buffer name
18307         "*Help-2*" with "*Help*<2>".
18308         (describe-char): Add functions print-help-return-message,
18309         toggle-read-only.  Use help-setup-xref with nil to not store
18310         describe-char in help-xref-stack.  Use help-make-xrefs to
18311         make [back] button.
18313         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
18315         * wdired.el (wdired-old-point): New internal variable.
18316         (wdired-change-to-wdired-mode): Set it buffer-locally.
18317         (wdired-abort-changes): Restore point after aborting changes.
18319 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18321         * vc.el (vc-do-command): Add a new value t for okstatus.
18323         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
18324         frame in case of errors.
18326 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18328         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
18329         so it comes after "On the Left" in the menu.
18331 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
18333         * cus-edit.el (customize-apropos, customize-apropos-options)
18334         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
18336 2005-12-12  Bill Wohler  <wohler@newt.com>
18338         * vc-svn.el (vc-svn-registered): Fix problem of visiting
18339         non-writable Subversion-controlled files by saving window
18340         configuration before calling vc-do-command.  vc-do-command calls
18341         pop-to-buffer on error which is unexpected during registration.
18343 2005-12-12  Jay Belanger  <belanger@truman.edu>
18345         * calc/README: Update the summary of changes.
18347 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18349         * descr-text.el (describe-char): Rework last fix to solve the problem
18350         is the same way it's solved for everything else in that function
18351         (i.e. by extracting the info before setting up the *Help* buffer).
18353 2005-12-12  Kim F. Storm  <storm@cua.dk>
18355         * subr.el (version-regexp-alist): Allow space as separator before
18356         non-numeric part, e.g. "1.0 alpha".
18357         (version-to-list): Interpret .X.Y version as 0.X.Y version.
18359 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
18361         * textmodes/org.el (org-agenda, org-timeline, org-todo):
18362         Implement Logging and the keep-modes setting.
18363         (org-get-category): Make sure a string is returned.
18364         (org-log-done): New function.
18365         (org-log-done, org-closed-string): New options.
18367 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18369         * tooltip.el (tooltip-y-offset): Change default to 20.
18371 2005-12-12  Richard M. Stallman  <rms@gnu.org>
18373         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18375         * frame.el (display-hourglass): Doc fix.
18377         * help.el (help-for-help-internal): Simplify entry for `a'.
18379         * info.el (Info-on-current-buffer): Doc fix.
18380         (info-insert-file-contents): Don't test (featurep 'jka-compr).
18382         * startup.el (inhibit-splash-screen): Make this the real name.
18383         (inhibit-startup-message): Make this the alias.
18384         (command-line): Find only simple.el, and use its directory
18385         to fill in other preloaded files' names.
18386         (command-line): Deactivate the mark if deactivate-mark is set.
18388         * international/mule.el (load-with-code-conversion):
18389         Bind deactivate-mark.
18391         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18393 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
18395         * cus-edit.el (customize-apropos): Avoid listing an option more
18396         than once under different aliases.  No longer list user options
18397         that are not defined with defcustom (unless a prefix arg is given).
18398         Doc fix.
18399         (customize-apropos-options): Doc fix.
18401 2005-12-11  Juri Linkov  <juri@jurta.org>
18403         * frame.el (set-background-color, set-foreground-color)
18404         (set-cursor-color, set-mouse-color, set-border-color):
18405         Add explicit prompts to read colors by `facemenu-read-color'.
18406         (show-trailing-whitespace, blink-cursor-delay)
18407         (blink-cursor-interval, display-hourglass, hourglass-delay):
18408         Remove tags.
18409         (display-hourglass, hourglass-delay): Doc fix.
18410         (cursor-in-non-selected-windows): Capitalize words in tag.
18412         * faces.el (frame-background-mode): Replace `choice-item' keywords
18413         with `const' to not make [default] button.  Change default value tag
18414         from `default' to `automatic'.  Doc fix.
18415         (trailing-whitespace) <defface>: Change group `whitespace' to
18416         `whitespace-faces'.
18418 2005-12-11  Richard M. Stallman  <rms@gnu.org>
18420         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18422 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18424         * term/mac-win.el: Create keymap for mac-apple-event-map.
18426 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
18428         * tooltip.el (tooltip-mode): Move to start of file so that it
18429         appears at top of customize buffer.
18431         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18432         Add the gud groupname.
18433         (gud-tooltip-mode): Add the tooltip groupname.
18434         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
18435         avoid conflict with tooltip-use-echo-area.
18437 2005-12-10  Romain Francoise  <romain@orebokech.com>
18439         * help.el (help-for-help-internal): Add `r' in doc string.
18441 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
18443         * align.el (align-regexp, align-highlight-rule):
18444         Use region-beginning and region-end instead of point and mark, so that
18445         repetition (with `repeat-complex-command') recomputes the region
18446         bounds.
18448 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
18450         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18451         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18452         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18453         (balance-windows): Rewrite using the above new functions.
18455 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
18457         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18458         react if global-hi-lock-mode seems intended.
18459         (global-hi-lock-mode): Renamed from hi-lock-mode.
18460         (hi-lock-archaic-interface-message-used)
18461         (hi-lock-archaic-interface-deduce): New variables.
18462         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18463         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18464         (hi-lock-find-patterns, hi-lock-font-lock-hook):
18465         Replace hi-lock-buffer-mode with hi-lock-mode.
18467 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
18469         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18470         completion list, even after a partial completion has been
18471         inserted in the current buffer.  If there are more than 1
18472         completion, redisplay the *Completions* buffer; if the
18473         completion is unique, delete the *Completions* window.
18475 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
18477         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18478         strings and long subject lines that were broken into multiple
18479         lines at arbitrary places.  Handle subjects that have "Re: " in
18480         the middle.
18482 2005-12-10  John W. Eaton  <jwe@octave.org>
18484         * progmodes/octave-mod.el (octave-electric-space): Don't indent
18485         comments or strings if octave-auto-indent is nil.
18487 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18489         * term/mac-win.el: Require url when compiling.
18490         Call mac-process-deferred-apple-events after loading init files.
18491         (mac-apple-event-map): New defvar.  Define event handlers in it.
18492         (core-event, internet-event): New Apple event class symbols.
18493         (open-application, reopen-application, open-documents)
18494         (print-documents, open-contents, quit-application)
18495         (application-died, show-preferences, autosave-now, get-url):
18496         New Apple event ID symbols.
18497         (about): New HICommand ID symbol.
18498         (mac-event-spec, mac-event-ae): New macros.
18499         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18500         (mac-ae-selection-range, mac-ae-text-for-search)
18501         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18502         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
18503         and Services menu events are now defined in mac-apple-event-map.
18504         (mac-drag-n-drop): Remove selection range handling.
18506 2005-12-10  Kenichi Handa  <handa@m17n.org>
18508         * simple.el (zap-to-char):
18509         * isearch.el (isearch-process-search-char): Translate CHAR by
18510         translation-table-for-input.
18512 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
18514         * foldout.el (foldout-exit-fold): Properly hide subtree.
18516 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18518         * files.el (save-buffer):
18519         * international/ucs-tables.el (ucs-set-table-for-input):
18520         * mail/mail-extr.el (mail-extract-address-components):
18521         * mail/sendmail.el (mail-mode): Reformat doc string.
18523 2005-12-09  Juri Linkov  <juri@jurta.org>
18525         * isearch.el (isearch-highlight): Change main overlay priority
18526         from 1 to 1001.  Simplify.
18527         (isearch-lazy-highlight-update): Change lazy overlay priority
18528         from 0 to 1000.
18530         * replace.el (replace-highlight): Change overlay priority from
18531         1 to 1001.
18533         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18534         Change overlay priority from 1 to 1001.  Reuse existing overlay.
18536         * compare-w.el (compare-windows-highlight): Change overlay
18537         priority from 1 to 1000.
18539         * menu-bar.el (menu-bar-edit-menu): Add listp around
18540         pending-undo-list to disable menu item "undo" when pending
18541         undo list is empty.
18543         * locate.el (locate): Disable undo in *Locate* buffer.
18545 2005-12-09  Kim F. Storm  <storm@cua.dk>
18547         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18549 2005-12-09  David Ponce  <david@dponce.com>
18551         * recentf.el: Improvement of the menu code.
18552         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
18553         instead of menu hook.
18554         (recentf-show-menu, recentf-hide-menu): New functions.
18555         (recentf-menu-customization-changed, recentf-mode): Use them.
18556         (recentf-menu-action, recentf-max-menu-items)
18557         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18558         (recentf-arrange-by-rule-others)
18559         (recentf-arrange-by-rules-min-items)
18560         (recentf-arrange-by-rule-subfilter): Don't use
18561         `recentf-menu-customization-changed'.
18562         (recentf-arrange-rules): Likewise.  Accept functions to compute
18563         sub-menu titles.
18564         (recentf-menu-filter): Likewise.  Doc fix.
18565         (recentf-menu-value-shortcut): Doc fix.
18566         (recentf-dump-variable): Quote atom value.
18567         (recentf-make-menu-items): Update to use it as a menu filter.
18568         (recentf-match-rule): New function.
18569         (recentf-arrange-by-rule): Use it.
18570         (recentf-indirect-mode-rule): New function.
18571         (recentf-build-mode-rules): Use it.
18572         (recentf-dir-rule): New function.
18573         (recentf-arrange-by-dir): Use it.
18574         (recentf-filter-changer-current): Rename from
18575         `recentf-filter-changer-state'.  All references updated.
18576         (recentf-filter-changer-alist): Update filter names.
18577         (recentf-filter-changer-select): New function.
18578         (recentf-filter-changer): Use it.  Make a sub-menu from filters
18579         available in `recentf-filter-changer-alist'.
18580         (recentf-data-cache, recentf-clear-data)
18581         (recentf-update-menu): Remove.  All references updated.
18582         (recentf-match-rule-p, recentf-build-dir-rules)
18583         (recentf-filter-changer-goto-next)
18584         (recentf-filter-changer-get-current)
18585         (recentf-filter-changer-get-next): Remove.
18587 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
18589         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18590         buffer "Reset" button to "Reset to Current" for consistency with
18591         the State buttons.
18593 2005-12-08  John Paul Wallington  <jpw@pobox.com>
18595         * ibuf-ext.el (define-ibuffer-filter filename):
18596         If `dired-directory' is a list then really use its car.
18598 2005-12-08  Kim F. Storm  <storm@cua.dk>
18600         * emulation/cua-rect.el (cua--rectangle-aux-replace):
18601         Fix indention of text on right side of replaced rectangle.
18603 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
18605         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18606         No need to check gud-comint-buffer is bound.
18607         (gdb): Prevent multiple debugging when first session uses gdba.
18609 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18611         CC Mode update to 5.31.
18613         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18614         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
18615         We might do this function properly in the future).
18617         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18618         New macros c-sentence-end and c-default-value-sentence end, to cope
18619         with Emacs 22's new function `sentence-end'.
18621 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18623         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18624         compat issue using `c-put-overlay' and `c-delete-overlay'.
18626         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18627         New compat macros to handle overlays/extents.
18629 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18631         * progmodes/cc-fix.el: Add definitions of the macros push and pop
18632         (for GNU Emacs 20.4).
18634         * progmodes/cc-defs.el
18635         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18637         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18638         highlighting mechanism so it will work in XEmacs too.
18640         * progmodes/cc-defs.el: Insert c-int-to-char.
18642         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18643         call to the new macro c-int-to-char.  This solves XEmacs's
18644         regarding characters as different from integers.
18646 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18648         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18649         New internal helper.
18651         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18652         construct to make the indirect face lookup work in XEmacs.
18654         (c-cpp-matchers): Append the negation char face to the existing
18655         fontification, so that the cpp face doesn't disappear.
18656         Use `c-make-syntactic-matcher' to avoid negation chars in comments
18657         and strings.
18659         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18660         to map to `font-lock-negation-char-face' in emacsen where it exists.
18662 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18664         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18666         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18667         Rename "c-subword-move-mode" as "c-subword-mode".
18669         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18670         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
18672 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18674         * progmodes/cc-mode.el: Added autoload directive for
18675         `c-subword-move-mode' for use in older emacsen.
18677 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18679         * progmodes/cc-mode.el:
18680         (i): Insert a binding for C-c C-backspace into
18681         c-bind-special-erase-keys which works in TTYs.
18682         (ii): Make sure that when file styles are used, any explicitly
18683         given style variables take priority over those in the style.
18684         Do this by calling `hack-local-variables' a second time.
18686         * progmodes/cc-vars.el: Add language specific customization
18687         widgets for AWK to c-doc-comment-style, c-require-final-newline
18688         and c-default-style.  Add a defcustom for awk-mode-hook.
18689         Give c-syntactic-element and c-syntactic-context doc-strings by
18690         directly setting their `variable-documentation' propery.
18691         This allows Emacs 22.1 to read these with C-h v.
18693         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18695 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18697         * progmodes/cc-fonts.el, cc-vars.el
18698         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18699         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18700         Masatake YAMATO.
18702         (c-doc-comment-style): Made GtkDoc default in C mode.
18704         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18705         and C-c C-<delete>.
18707         (c-bind-special-erase-keys): New function for use on
18708         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18710         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18711         <delete> key behavior in XEmacs according to `delete-forward-p'.
18712         C.f. `c-electric-delete'.
18714 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18716         * progmodes/cc-mode.el: Give c-hungry-backspace and
18717         c-hungry-delete-forward permanent key bindings.
18719         * progmodes/cc-cmds.el (c-electric-semi&comma):
18720         Bind c-syntactic-context for calls to "criteria functions", for
18721         consistency with other calls to user functions.
18723         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18724         `current-prefix-arg', since this might be the prefix arg to a
18725         command which calls c-indent-command as a function.  Change the
18726         interactive spec from "p" to "P".
18728         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18729         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18730         was difficult to understand.
18732 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18734         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18735         first char of an identifier.
18737         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18738         +" syntax in C++.
18740 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18742         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18743         auto-fill doesn't split a c-comment's last word from a hanging
18744         "*/" when a space is typed between them after fill-column.
18746         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18748         * progmodes/cc-styles.el (c-set-style)
18749         (c-setup-paragraph-variables): Abort the command if we're not in a
18750         CC Mode buffer.
18752         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18753         with blank comment-prefix, and a blank line as the comment's
18754         second line.
18756 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18758         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18759         Incorporate the patterns added in the Emacs development branch
18760         for the new Emacs 22 face `font-lock-negation-char-face'.
18762         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18763         of "red" since it stands out better in xterms and DOS terminals.
18765         * progmodes/cc-engine.el (c-literal-faces):
18766         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18768 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18770         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18771         forcibly enable c-electric-flag.
18773         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18774         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18775         after the comment-prefix of a C-style comment will close that comment.
18777 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18779         * progmodes/cc-fonts.el (c-basic-matchers-before)
18780         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18781         in Pike.
18783         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18784         digraphs.
18786         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18787         (c-cpp-message-directives, c-cpp-include-directives)
18788         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18789         (c-cpp-expr-directives): Introduce new language constants to
18790         control cpp syntax in a cleaner way.
18792         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18794         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18796         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18797         (c-multiline-string-start-char): New language constants and
18798         variables to specify how newlines in string literals work.
18800         (c-font-lock-invalid-string): Use them.
18802         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18803         unbalanced close brace is entered.  Optimization by avoiding going
18804         back over arbitrarily large blocks.  Removed hints that this
18805         function only would be relevant/useful in AWK.
18807         (c-electric-brace): Indent syntactically after the cleanups since
18808         lineup functions might do it differently then.
18810         * progmodes/cc-engine.el, cc-langs.el
18811         (c-opt-op-identifier-prefix): New language constant and variable.
18813         (c-just-after-func-arglist-p, c-after-special-operator-id)
18814         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18816         * progmodes/cc-align.el, cc-engine.el
18817         (c-after-special-operator-id): New helper to handle C++ operator
18818         identifiers.
18820         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18821         (c-guess-basic-syntax): Handle C++ operator identifiers in
18822         declarations.
18824         * progmodes/cc-langs.el (c-assignment-operators): Add the
18825         trigraph version of ^= too.
18827         * progmodes/cc-langs.el (c-assignment-operators): Add the
18828         trigraph version of |= in C++.
18830         * progmodes/cc-fonts.el (c-font-lock-declarators):
18831         Handle `c-decl-hangon-kwds' after the identifier name.
18833         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18834         whether an arglist is "nonempty", ignore a comment after the open
18835         paren if it isn't followed by a non-comment token on the same line.
18837         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18838         Enable heuristics below the point to cope with classes inside special
18839         brace lists in Pike.
18841 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18843         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18845 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18847         * progmodes/cc-guess.el (cc-guess-install): New function to
18848         install an already guessed style in another buffer.
18850         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18851         sets `inhibit-read-only' - `c-save-buffer-state' should be used
18852         anyway if the change always is undone.
18854 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18856         Implement togglable electricity:
18858         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18859         saying when it should be used.
18861         * progmodes/cc-engine.el: Add the new buffer-local variable,
18862         c-electric-flag.
18864         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18865         c-toggle-auto-newline.
18867         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18868         c-toggle-auto-newline.  Remove the binding for
18869         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
18870         c-toggle-electric-state.
18872         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18874         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18875         c-\(forward\|backward\)-subword.
18876         (c-update-modeline): Add the new modeline flag `l' for
18877         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
18878         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18879         Make the old name an alias of the new name.
18880         (c-toggle-electric-state): New function.
18881         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18882         Adapt these functions to do electric things only when
18883         c-electric-flag is non-nil.
18884         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18885         new functions from c-electric-brace.
18886         (c-point-syntax): Add a check for "virtual semicolons" in AWK
18887         mode, so that the tentative extra newline doesn't change the
18888         syntax of the following brace.
18889         (c-electric-brace): Restructure by extracting the above functions.
18890         Tidy up the coding somewhat.
18891         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18892         restructure a bit.
18894 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18896         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18897         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
18899         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18900         (c-submode-indicators): Change name from `c-auto-hungry-string'
18901         since it's now used to track another submode.
18903         (c-update-modeline): Convert to function and extended to check
18904         `c-subword-move-mode'.
18906         (c-forward-into-nomenclature, c-backward-into-nomenclature):
18907         Convert to compat aliases for `c-forward-subword' and
18908         `c-backward-subword'.
18910         * progmodes/cc-subword.el: New functions and minor mode to handle
18911         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18913         (c-forward-subword, c-backward-subword, c-mark-subword)
18914         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18915         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18916         Functions corresponding to the standard word handling functions.
18918         (c-subword-move-mode): Minor mode that replaces all the standard
18919         word handling functions with their subword equivalences.
18921 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18923         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18924         entry for one-liner-defun.
18926         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18927         name in its def-edebug-spec.
18929         * progmodes/cc-cmds.el (c-electric-brace): Make the
18930         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
18931         compacts space before a comment, if this will make things fit on
18932         one line.
18934         Introduce an "awk" style, mainly for auto-newline and clean-ups.
18936         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18938         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18939         clean-up one-liner-defun.
18941         * progmodes/cc-styles.el: Add the new "awk" style.
18943         * progmodes/cc-vars.el: Add description of one-liner-defun to
18944         c-cleanup-list's doc-string.  New user options,
18945         c-max-one-liner-length.  In c-default-style, set the default style
18946         for AWK to "awk".
18948 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18950         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18951         macros inside labels.
18953         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18954         `c-at-statement-start-p' and `c-at-expression-start-p'.
18956         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18957         error if the mark isn't set.
18959         * progmodes/cc-engine.el (c-guess-continued-construct)
18960         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18961         accurately detect functions inside functions.
18963         * progmodes/cc-engine.el (c-at-expression-start-p): New function
18964         like `c-at-statement-start-p' that additionally recognizes commas
18965         and expression parentheses as delimiters.
18967         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18968         to avoid heuristics that doesn't work for unclosed blocks.
18969         (c-at-statement-start-p): New function.
18971         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18972         Objective-C directives, e.g. directives spanning lines should work
18973         reasonably well now.
18975         (c-put-c-type-property, c-clear-c-type-property): New helpers.
18977         (c-forward-objc-directive): New function to move over any ObjC
18978         directive.
18980         (c-just-after-func-arglist-p, c-guess-basic-syntax)
18981         (c-basic-matchers-before): Use it.
18983         (c-font-lock-objc-iip-decl): Remove.
18985         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18986         in the template arglist recognition.
18988         * progmodes/cc-styles.el (c-style-alist): Fix several
18989         inconsistencies in the Whitesmith style.
18991         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18992         New lineup function to get lines after Whitesmith style blocks
18993         correctly indented.
18995         (c-lineup-whitesmith-in-block): Back out the compensation for
18996         opening parens since it's done using `add' lists in the style
18997         definition instead.  Don't use the anchor position since it varies
18998         too much between the syntactic symbols. :P
19000         * progmodes/cc-vars.el (c-valid-offset): Update.
19002         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19003         lists where the offsets are combined according to several
19004         different methods: `first', `min', `max', and `add'.
19005         Report offset evaluation errors with `c-benign-error' so that some kind
19006         of reindentation still is done.
19008         * progmodes/cc-engine.el (c-guess-basic-syntax):
19009         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19010         `arglist-close'.
19012         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19013         situations for `arglist-cont-nonempty' and `arglist-close'.
19015         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19017         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19018         cc-bytecomp-boundp' in a number of places.
19020         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19021         macro related issue.
19023 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19025         * progmodes/cc-awk.el: Change the terminology of regexps: A char
19026         list is now [asdf], a char class [:alpha:].
19027         Include code for char classes.
19028         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
19029         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19031         Remove (nearly all of) the cruft associated with AWK Mode's former
19032         concept of "virtual semicolons":
19034         Adapt c-beginning-of-statement, c-end-of-statement (together with
19035         subfunctions) to use the new notion of "virtual semicolon" in
19036         place of the old awkward special handling for AWK.  There remains
19037         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19038         * progmodes/cc-cmds.el:
19039         (c-ascertain-adjacent-literal): In the backwards direction, now
19040         recognises AWK regexp delimiters as string delimiters.
19041         (c-after-statement-terminator-p): Adapt for virtual semicolons;
19042         check more rigorously for "end of macro".
19043         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19044         virtual semicolons;
19045         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19046         out the code for forward movement into ...
19047         (c-end-of-statement): Now contains the code for forward movement,
19048         adapted for virtual semicolons.
19050         * progmodes/cc-engine.el:
19051         (c-ws*-string-limit-regexp): New regexp.
19052         (c-forward-single-comment, c-backward-single-comment): Comment out
19053         the (now redundant) "special" AWK stuff.
19055         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19056         c-string-par-start, c-string-par-separate to be more like Text
19057         Mode than Fundamental Mode.
19059 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19061         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19062         to the fontified region so that fontification doesn't occur
19063         outside it (could happen e.g. when fontifying a line with an
19064         unfinished declaration).
19066 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19068         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19069         start of the file.  ^L now separate sections of the file.
19070         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19071         (c-awk-one-line-possibly-open-string-re)
19072         (c-awk-regexp-one-line-possibly-open-char-class-re)
19073         (c-awk-one-line-possibly-open-regexp-re)
19074         (c-awk-one-line-non-syn-ws*-re): New defonsts.
19075         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19077         Amend the concept of "virtual semicolons" (in the indentation
19078         engine) for languages like AWK, such that they are now
19079         conceptually attached to end of the last token of a statement, not
19080         the end of the line.  (In AWK Mode, however, the pertinent text
19081         property is still physically set on the EOL.)  Remove the specific
19082         tests for awk-mode, thus facilitating the introduction of other
19083         language modes where EOLs can end statements.
19084         (Note: The funtionality in cc-cmds.el, specifically
19085         c-beginning/end-of-statement has yet to be amended.)
19087         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19088         New macros.
19090         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19091         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
19092         c-vsemi-status-unknown-p-fn (in a new page).
19094         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19095         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19096         numerous awkward forms like
19097         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19098         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
19099         variable before-ws-ip, the place just after char-before-ip appears.
19101         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19102         a comment.
19104 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19106         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19107         `c-tentative-buffer-changes'.
19109         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19110         convert to macro to choose between Emacs and XEmacs at compile time.
19112         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19114         (c-tentative-buffer-changes): New macro to handle temporary buffer
19115         changes in a convenient way.
19117         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19118         for `c-tentative-buffer-changes'.
19120         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19121         the checks for paren sexps between the point and the keyword, to
19122         avoid some false alarms.
19124         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19125         Fixed a situation where an error could be thrown for unbalanced
19126         parens.  Changed to make use of c-keyword-member' to avoid some
19127         repeated regexp matches.
19129         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19130         These language variable are no longer necessary.
19132         (c-block-stmt-kwds): New language constant used by
19133         c-looking-at-inexpr-block'.
19135         (c-guess-basic-syntax): Remove an optional check that looked at
19136         the existence of the now removed language variables.
19138         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19139         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19140         object instantiation expressions as declarations in some contexts.
19141         This bug only affected languages where the declarator can't be
19142         enclosed in parentheses.
19144         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19145         insert newlines before and after substatement braces.
19147         * progmodes/cc-engine.el: Improved the heuristics for recognizing
19148         function declaration headers and the handling of C++ style member
19149         init lists.
19151         (c-just-after-func-arglist-p): Rewritten to use
19152         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
19154         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19156         (c-guess-basic-syntax): Adapt case 5B for the new
19157         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
19158         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19159         covers all cases now).
19161         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19163 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19165         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19166         c-string-par-start/separate c-sentence-end-with-esc-eol,
19167         initialised in c-setup-paragraph-variables, used in string
19168         scanning subroutines of c-beginning-of-statement.
19170         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19171         which precedes the newly inserted `{'.
19173 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19175         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19176         function for declaration level blocks.  It should now cope with
19177         templates better and also be a lot more comprehensible.
19179         (c-looking-at-decl-block): The new function.
19181         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
19182         for compatibility.
19184         (c-add-class-syntax, c-guess-continued-construct)
19185         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19187         (c-decl-block-key): Change to tell apart ambiguous and
19188         unambiguous keywords.  Pike specials are now handled directly in
19189         the code instead.
19191         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19192         New language constants and variables to make the backward skip in
19193         `c-looking-at-decl-block' as tight as possible.
19195         (c-nonsymbol-token-char-list): New language constant.
19197         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19198         find balanced template arglists backwards.
19200         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19201         making char classes for `c-syntactic-skip-backward'.
19203         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19204         16D - can't be a class-close at that point.
19206         * progmodes/cc-engine.el (c-guess-basic-syntax)
19207         (c-add-class-syntax): Don't narrow out the enclosing declaration
19208         level.  This makes everything a lot easier, and it was actually
19209         only four small places that needed it to work.  Some places that
19210         previously did `widen' are removed now, which has the effect that
19211         `c-guess-basic-syntax' never will look at things outside the
19212         current narrowment now.  The anchor position for `topmost-intro'
19213         is affected by this, but it was so bogus it was basically useless
19214         before, and now it's equally bogus but in a slightly different way.
19216         (c-narrow-out-enclosing-class): Gone.
19218         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19219         the narrowed region.
19221         (c-least-enclosing-brace): Remove silly optional argument.
19223         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19224         the point could be left directly after an open paren when finding
19225         the beginning of the first decl in the block.
19227         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19228         Specify which submatch to use.
19230         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19232         (c-decl-start-re): No longer any need for special treatment of
19233         ObjC due to the above.
19235         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19236         presumably follows C in that regard.
19238         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19239         New language constants to specify operator tokens inside
19240         identifiers in a more high level way.
19242         (c-opt-identifier-prefix-key): New internal language constant.
19244         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19245         (c-identifier-start, c-identifier-key): Now completely calculated
19246         from other constants.
19248         (c-identifier-last-sym-match): Decommission since it's no longer used.
19250         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
19252         * progmodes/cc-engine.el (c-forward-name): Remove the
19253         optimization when c-identifier-key is equal to c-symbol-key since
19254         it doesn't work in byte compiled files.  Don't record empty
19255         regions as identifiers.
19257         * progmodes/cc-langs.el (c-filter-ops): New helper function to
19258         simplify access to `c-operators' and its likes.
19260         (c-operator-list, c-all-op-syntax-tokens)
19261         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19262         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19263         (c-primary-expr-regexp, c-cast-parens): Use it.
19265         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19266         an explicit language in functions.
19268         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19269         variant of adornment.
19271         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19272         variable.
19274         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19275         the Pike value.
19277         * progmodes/cc-engine.el (c-on-identifier)
19278         (c-simple-skip-symbol-backward): Small fix for handling "-"
19279         correctly in `skip-chars-backward'.  Affected the operator lfun
19280         syntax in Pike.
19282         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19283         diagnostic message about precompiled language vars not being used.
19285         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19286         "__attribute__" is followed by a parenthesis.
19288         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19289         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19290         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19292         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19293         Internal cleanups to properly detect the declared identifiers in
19294         various declarations.
19296         (c-decl-start-kwds): New language constant to recognize
19297         declarations that can start anywhere.  Used for class declarations
19298         in Pike.
19300         (c-specifier-key, c-not-decl-init-keywords)
19301         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
19302         (c-find-decl-spots): Implement `c-decl-start-kwds'.
19304         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
19305         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
19306         handling of the compiler specific extension keywords into a new
19307         language constant `c-decl-hangon-kwds' that defines keyword
19308         clauses to be ignored in declarations.
19310         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
19311         past unrecognized tokens when handling `c-colon-type-list-kwds'.
19312         Necessary to stop at the declared identifier in e.g. IDL valuetype
19313         declarations.
19315         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
19316         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
19317         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
19318         (c-forward-decl-or-cast-1): Recognize the declared identifier in
19319         class and enum declarations as such and not as part of the type.
19321         (c-forward-decl-or-cast-1, c-forward-label): Relax the
19322         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
19324         (c-forward-decl-or-cast-1): Don't disregard sure signs of
19325         declarations when there's some syntax error later on.
19327         (c-complex-decl-matchers): Did away with a reference to
19328         `c-specifier-key'.
19330         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
19331         value - this variable is always dynamically bound.
19333         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
19334         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
19335         * cc-cmds.el, cc-defs.el: Change the policy for marking up
19336         functions that might do hidden buffer changes: All such internal
19337         functions are now marked instead of those that don't.
19339         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
19340         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
19341         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
19342         (c-literal-type): Allow these functions to make hidden buffer changes,
19343         so that they are free to use text property caching later on.
19345         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
19346         (c-electric-brace, c-electric-slash, c-electric-star)
19347         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
19348         (c-electric-paren, c-electric-continued-statement, c-indent-command)
19349         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
19350         (c-context-line-break): Add `c-save-buffer-state' calls to comply
19351         with the changed semantics of the functions above.
19353         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
19354         when macros occur in obscure places.  Optimized the sexp movement
19355         a bit.
19357 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19359         Enhancements for c-beginning-of-statement to work in AWK Mode:
19361         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
19362         (completed statement) with `}' (statement completed by closing
19363         brace or semicolon) and `$' (statement completed by EOL).
19365         (c-awk-virtual-semicolon-ends-prev-line-p)
19366         (c-awk-virtual-semicolon-ends-line-p)
19367         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19368         (c-awk-at-statement-end-p): New functions.
19370         * progmodes/cc-cmds.el: Simplify the structure of functions
19371         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
19372         two functions and c-beginning-of-statement to handle AWK Mode.
19374         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19375         c-backward-single-comment for AWK mode.  Attempt to clarify their
19376         doc-strings.
19378         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19380 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19382         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19383         label handling.  Labels are now recognized in a uniform and more
19384         robust way, regardless of context.  Text properties are put on all
19385         labels to recognize the following declarations better.
19386         Multiword labels are handled both in indentation and fontification for
19387         the benefit of language extensions like Qt.  For consistency, keywords
19388         in labels are now fontified with the label face instead.
19389         That also applies to "case" and "default".
19391         (c-beginning-of-statement-1): Fix some bugs in the label
19392         handling.  Disregard `c-nonlabel-token-key' in labels that begin
19393         with `c-label-kwds'.
19395         (c-find-decl-spots): Support that the callback adds more
19396         `c-decl-end' spots to find.
19398         (c-forward-decl-or-cast-1): Don't treat a list of plain
19399         identifiers followed by a colon as a declaration.
19401         (c-forward-label): New function to recognize labels.
19403         (c-guess-basic-syntax): Replace uses of `c-label-key' with
19404         `c-forward-label'.  Moved the label recognition cases (14 and 15)
19405         earlier since they aren't so context sensitive now.  Handle labels
19406         on the top level gracefully.  Moved access label recognition to
19407         the generic label case (CASE 15) - removed CASE 5E.
19409         (c-font-lock-declarations): Add recognition of labels in the
19410         same round since we need to handle labels in parallell with other
19411         declarations to recognize both accurately.  It should also improve
19412         speed.
19414         (c-simple-decl-matchers, c-basic-matchers-after):
19415         Move `c-font-lock-labels' so that it only is used on decoration level 2
19416         since `c-font-lock-declarations' handles it otherwise.
19418         (c-complex-decl-matchers): Remove the simplistic recognition of
19419         access labels.
19421         (c-decl-prefix-re): Remove the kludges that was necessary to cope
19422         with labels earlier.
19424         (c-decl-start-re): New language variable to make
19425         `c-font-lock-declarations' stop for the special protection labels
19426         in Objective-C that start with `@'.
19428         (c-label-key): Remove since it's no longer used.
19430         (c-recognize-colon-labels, c-label-prefix-re): New language
19431         constants to support recognition of generic colon-terminated labels.
19433         (c-type-decl-end-used): `c-decl-end' is now used whenever there
19434         are colon terminated labels.
19436         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19437         first argument starts with a special brace list.
19439         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19440         (c-font-lock-declarations): Break out the declaration and cast
19441         recognition from `c-font-lock-declarations' to a new function, so
19442         that it can be used in the indentation engine.
19444         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19445         up to the start of the literal.  Fixed bug with the point on the
19446         wrong side of the search limit that could happen when the start
19447         position is inside a literal.
19449         * progmodes/cc-engine.el (c-parse-state)
19450         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19451         so that it's kept a little bit back to increase the hit rate.
19453         (c-parse-state): Change the macro handling and fixed some
19454         glitches.  Macro context is checked more often than necessary now,
19455         but otoh less garbage conses are generated.
19457         * progmodes/cc-engine.el (c-parse-state)
19458         (c-invalidate-state-cache): Cache the last position where
19459         `c-state-cache' applies.  This can speed up refontification quite
19460         a bit in blocks where there are many non-brace parens before the point.
19462         (c-state-cache-end): New variable for this.
19464         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19465         cache variable.
19467         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19468         get close initial continue positions when the start position is
19469         inside a literal or macro.  Do not call the callback for spots
19470         before the start position (which can happen e.g. for `c-decl-end'
19471         spots inside comments).  Optimize better in special cases when the
19472         region is a single line inside a literal or macro (typically when
19473         the current line is refontified).
19475         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19476         to `c-add-stmt-syntax' - there's no need to explicitly whack off
19477         entries from the paren state.
19479         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19480         special case for "else if" clauses.
19482         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19483         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19485         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19486         New language variable to recognize the gcc extension with statement
19487         blocks inside expressions.
19489         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19490         it somewhat more comprehensible.  The argument AT-BLOCK-START is
19491         no longer used and hence removed.
19493         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19494         to `c-add-stmt-syntax'.
19496         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19497         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19498         This fixes bogus label recognition.
19500         * progmodes/cc-engine.el (c-add-type, c-check-type)
19501         (c-forward-name, c-forward-type): Improve storage of template
19502         types in `c-found-types' so that they can be recognized better.
19504         (c-syntactic-content): Add option to skip past nested parens.
19506         * progmodes/cc-engine.el (c-forward-name):
19507         Set `c-last-identifier-range' all the time.  It's less work that way.
19508         Handle that there might not be an identifier to store in
19509         `c-last-identifier-range'.
19511         (c-forward-type): Handle that `c-last-identifier-range' might be
19512         nil from `c-forward-name'.
19514         * progmodes/cc-defs.el (c-safe-scan-lists)
19515         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19517         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19518         to work even if the form fails.
19520         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19521         down in a large file in one go.
19523         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19525         * progmodes/cc-align.el (c-lineup-assignments): New lineup
19526         function which is like `c-lineup-math' but returns nil instead of
19527         `c-basic-offset' when it doesn't match.
19529         (c-lineup-math): Change to use `c-lineup-assignments'.
19531 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19533         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19534         c-beginning-of-statement.  New subfunctions
19535         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19537 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19539         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19540         hardcoded char classes whereever possible.  Changed a couple of
19541         places to use skip by syntax instead of skip by char class.
19543         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19544         Fix a bug in the regexp that caused extreme backtracking.
19546         * progmodes/cc-langs.el (c-block-comment-starter)
19547         (c-block-comment-ender): New language constants to specify in a
19548         single place how block comments look.
19550         (c-comment-start-regexp, c-block-comment-start-regexp)
19551         (comment-start, comment-end, comment-start-skip)
19552         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19553         (c-syntactic-ws, c-nonempty-syntactic-ws)
19554         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19555         `c-line-comment-starter', `c-block-comment-starter' and
19556         `c-block-comment-ender'.
19558         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19559         New language constants to break up things a bit.
19561         (c-simple-ws): New language constant for simple whitespace.
19563         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19565         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19566         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19567         newlines.  Allow and ignore nil elements in the list.
19569 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19571         * progmodes/cc-cmds.el: Comment out a (n almost certainly
19572         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19574         * progmodes/cc-cmds.el: Tidy up the comments in
19575         c-beginning-of-statement and subfunctions.
19577         * progmodes/cc-awk.el: Replace calls to put-text-property to the
19578         more flexible c-put-char-property and c-clear-char-properties.
19579         Add the author's email address.
19581         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19583         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19584         closing "*/" of a block comment.
19586         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19587         subfunctions) so that it works at BOB and EOB.
19589         * progmodes/cc-cmds.el, cc-vars.el: More updating of
19590         c-beginning-of-statement, including new variable
19591         c-block-comment-start-regexp.
19593 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19595         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19596         symbols from `*-font-lock-extra-types' so that there's no need to
19597         use `regexp-opt' on those lists.
19599         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19600         `c-type-modifier-kwds' is empty.
19602         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19603         there are several strings on the same line.
19605         * progmodes/cc-engine.el (c-literal-limits): Remove the
19606         compatibility function for older emacsen.  `c-literal-limits-fast'
19607         has now taken the place of this function.
19609         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19610         with older emacsen: We now require `pps-extended-state'.
19612 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19614         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19615         which obviates the need to hack sentence-end.  This now handles
19616         escaped newlines in strings correctly.  Correct minor bugs in
19617         c-move-over-sentence and in c-beginning-of-statement.
19619         * progmodes/cc-cmds.el (c-beginning-of-statement (and
19620         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19621         that movement over macros and code are rigorously separated from
19622         eachother.  Correct a few incidental bugs.
19624         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19625         Improve its doc-string.  Improve the handling of certain specific cases.
19627 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19629         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19630         (c-guess-basic-syntax): Change the way class-level labels are
19631         recognized; they can now contain essentially any symbols.
19633         (c-opt-extra-label-key): New language variable to cope with the
19634         special protection label syntax in Objective-C.
19636         (c-opt-access-key): Remove; this is now handled better by
19637         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19639         (c-complex-decl-matchers): Update to handle that
19640         `c-opt-access-key' no longer exists.
19642         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19643         improved label recognition in `c-beginning-of-statement-1'.
19645         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19646         Recognize bitfields better.
19648         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19649         Remove some cruft and fixed a bug that could cause it to go to a
19650         position further down.
19652         * progmodes/cc-langs.el, cc-engine.el
19653         (c-beginning-of-statement-1): Improve detection of labels in
19654         declaration contexts.
19656         (c-beginning-of-decl-1): Use it.
19658         (c-nonlabel-token-key): New language constant and variable needed
19659         by `c-beginning-of-statement-1'.
19661         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19662         manifested itself due to the correction in `c-forward-sexp'.
19664         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19665         Make these behave as documented when used at the buffer limits.
19667         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19668         (c-type-decl-end-used): Made this a language variable.
19670         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19671         correctly when `combine-after-change-calls' is used together with
19672         temporary narrowings.
19674         * progmodes/cc-engine.el (c-beginning-of-statement-1):
19675         Report labels correctly when the start point is immediately after the
19676         colon.
19678         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19679         Remove since it isn't used anymore.
19681         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19682         bracket arglists such as template parens in C++.
19684         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19685         in the last check-in.  Some optimization.
19687         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19688         where it could stop at the same level in a preceding sexp when
19689         PAREN-LEVEL is set.
19691         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19692         text property lookup only when it's needed.
19694         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19695         Change the policy for paren marked angle brackets to be more
19696         persistent; once marked they remain marked even when they're found
19697         to be unbalanced in the searched region.  This should keep the
19698         paren syntax around even when individual lines are refontified in
19699         multiline template arglists.
19701         (c-parse-and-markup-<>-arglists): New dynamically bound variable
19702         to control markup so that incorrect angle bracket arglists aren't
19703         marked in contexts where the correct value for
19704         `c-disallow-comma-in-<>-arglists' isn't known.
19706         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19707         argument has become `c-parse-and-markup-<>-arglists'.
19709         (c-remove-<>-arglist-properties): Remove - no longer used.
19711         (c-after-change-check-<>-operators): New function used on
19712         `after-change-functions' to avoid that "<" and ">" characters that
19713         are part of longer operators have paren syntax.
19715         (c-<>-multichar-token-regexp): New language variable used by
19716         `c-after-change-check-<>-operators'.
19718         (c-after-change): Call `c-after-change-check-<>-operators'.
19720         (c-font-lock-<>-arglists): Use the context properties set by
19721         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19722         correctly to avoid doing invalid markup.
19724         (c-font-lock-declarations): Remove code that undoes the invalid
19725         markup done by `c-font-lock-<>-arglists'.
19727         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19728         after `c-font-lock-declarations'.
19730         * progmodes/cc-engine.el (c-syntactic-skip-backward):
19731         Add paren-level feature.
19733         (c-guess-basic-syntax): Improve the anchor position for
19734         `template-args-cont' in nested template arglists.  There's still
19735         much to be desired in this area, though.
19737 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19739         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19740         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19742 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19744         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19745         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19747         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19748         it doesn't work no longer are supported.
19750         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19751         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19752         requires support for the syntax-table' text property, which rules
19753         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
19754         cruft associated with those versions.
19756         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19757         for the `syntax-table' text property, which rules out Emacs 19 and
19758         XEmacs < 21.4.  Removed various compatibility cruft associated
19759         with those versions.
19761         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19762         support for the `syntax-table' text property.
19764         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19765         variable and use an extra quoted face name instead.  All the
19766         emacsen flavors handle that correctly.
19768         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19769         (c-font-lock-declarators, c-font-lock-declarations)
19770         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19771         property to mark the items in in declarator lists to handle
19772         refontification inside multiline declarations better.
19774         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19775         construct like "a * b = c;" as a declaration.
19777 2005-12-08  Kim F. Storm  <storm@cua.dk>
19779         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19780         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
19781         select either meta, hyper, or super modifier for rectangle commands.
19782         (cua--rectangle-modifier-key): New defvar.
19783         (cua--M/H-key): Use it.  Remove special case for `space'.
19784         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19785         on X, to meta otherwise.  Always bind C-return to toggle
19786         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
19788         * emulation/cua-rect.el (cua-help-for-rectangle):
19789         Use cua--rectangle-modifier-key.  Handle super modifier too.
19790         (cua--init-rectangles): Always bind C-return to toggle rectangle.
19791         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19793         * ido.el: Move Acknowledgements and History after Commentary.
19794         Minor changes to Commentary.
19796         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19797         keymap if cua--prefix-override-timer is `shift'.
19798         (cua--shift-control-prefix): New function; emulate "type prefix
19799         key twice" functionality to handle shifted prefix key override.
19800         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19801         New commands.
19802         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19804 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
19806         * textmodes/org.el (org-insert-heading): Try to do items before
19807         headings.
19808         (org-agenda-mode): Quote `org-agenda-mode-hook'.
19809         (org-insert-item): New function.
19810         (org-renumber-ordered-list): Don't skip to higher level lists.
19812 2005-12-08  Juri Linkov  <juri@jurta.org>
19814         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19816         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19818         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19820         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19821         the constructed function name fun-1.
19823         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19824         because such links don't lead to parent documentation.
19826 2005-12-08  Kenichi Handa  <handa@m17n.org>
19828         * descr-text.el (describe-char): Use *Help-2* buffer if the
19829         current buffer is *Help*.  Call describe-text-properties while
19830         setting the original buffer.
19832 2005-12-07  Bill Wohler  <wohler@newt.com>
19834         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
19835         and causes problems with non-MH users (such as Gnus users).
19837 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
19839         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19840         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19841         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19842         command "info sources".  Move calls to GDB command "list".
19843         (gdb-find-file-hook): Just use gdb-source-file-list.
19844         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19845         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19846         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19847         (gdb-data-list-register-values-handler): Use correct trigger name.
19849 2005-12-07  Kim F. Storm  <storm@cua.dk>
19851         * ido.el (ido-completion-map): Rename from ido-mode-map.
19852         (ido-common-completion-map, ido-file-completion-map)
19853         (ido-file-dir-completion-map, ido-buffer-completion-map):
19854         Rename from ido-mode-....-map.
19855         (ido-init-completion-maps): Rename from ido-init-mode-maps.
19856         (ido-setup-completion-map): Rename from ido-define-mode-map.
19857         (ido-read-internal): Bind minibuffer-local-filename-completion-map
19858         to ido-completion-map.
19860 2005-12-07  Kenichi Handa  <handa@m17n.org>
19862         * international/mule-cmds.el
19863         (set-display-table-and-terminal-coding-system): If the coding
19864         system specified in `unibyte-display' property is different from
19865         the arg coding-system, don't setup standard-display-table.
19867 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19869         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19870         that comments end at \n, regardless of selective-display.
19872 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
19874         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19875         (gdb-version): New variables.
19876         (gdb-source-file-list, gdb-register-names)
19877         (gdb-changed-registers): New variables for use with GDB 6.4+.
19878         (gdb-ann3): Replace with...
19879         (gdb-init-1, gdb-init-2): ...two new functions.
19880         (gdba, gdb-prompt): Call gdb-init-1.
19881         (gdb-get-version): New function.  Call gdb-init-2 from here.
19882         (gud-watch): Make it work with mouse events too.
19883         (gdb-post-prompt): Don't add to queue until GDB version is known.
19884         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19885         (gdb-locals-mode): Use gdb-version.
19886         (gdb-memory-format-map, gdb-memory-unit-map)
19887         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19888         (gdb-locals-font-lock-keywords-1)
19889         (gdb-locals-font-lock-keywords-2): New variables.
19890         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19891         (gdb-set-gud-minor-mode-existing-buffers-1)
19892         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19893         (gdb-var-update-1, gdb-var-update-handler-1)
19894         (gdb-data-list-register-values-handler)
19895         (gdb-data-list-register-values-custom)
19896         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19897         (gdb-stack-list-locals-handler, gdb-get-register-names):
19898         New functions for use with GDB 6.4+.
19899         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19900         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19901         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19902         (gdb-stack-list-locals-regexp)
19903         (gdb-data-list-register-names-regexp): New regexps for use with
19904         GDB 6.4+.
19906 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19908         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19910 2005-12-06  Nozomu Ando  <nand@mac.com>
19912         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19913         prompts work for AUTH PLAIN.  Also reported by Steve Allan
19914         <seallan@verizon.net>.
19916 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19918         * frame.el (set-frame-parameter): Add doc string.
19920 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
19922         * textmodes/org.el (org-occur-highlights): New variable.
19923         (org-highlight-new-match, org-remove-occur-highlights): New functions.
19924         (org-highlight-sparse-tree-matches): New option.
19925         (org-do-occur): New function.
19926         (org-get-heading): Make it work also at beginning of line.
19927         (org-category-table): New variable.
19928         (org-get-category-table, org-get-category)
19929         (org-camel-to-words, org-link-search): New functions.
19930         (org-select-this-todo-keyword): New variable.
19931         (org-todo-list): New command.
19932         (org-shiftright, org-shiftleft): New commands.
19933         (org-agenda-todo): Add prefix argument.
19934         (org-show-hierarchy-above): New option.
19935         (org-show-todo-tree): Numerical prefix creates tree for specific
19936         TODO keyword.
19937         (org-outline-level): New function, to assign a level to plain
19938         lists items.
19939         (org-cycle-include-plain-lists): New option.
19940         (org-mode): Use `org-outline-level' as value of `outline-level'.
19941         (org-cycle): Temporarily switch `outline-regexp' if
19942         `org-cycle-include-plain-lists' is non-nil.
19943         (org-start-icalendar-file): Fix format bug.
19944         (org-agenda-get-day-entries): Create category table.
19945         (org-agenda-get-todos, org-agenda-get-timestamps)
19946         (org-agenda-get-deadlines, org-agenda-get-scheduled)
19947         (org-agenda-get-blocks): Use `org-get-category'.
19948         (org-context-in-file-links): Rename from
19949         `org-line-numbers-in-file-links'.
19951 2005-12-06  Romain Francoise  <romain@orebokech.com>
19953         * window.el (balance-windows): Delete extraneous third arg in call
19954         to `enlarge-window'.
19956 2005-12-06  Kenichi Handa  <handa@m17n.org>
19958         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19960 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
19962         * progmodes/gdb-ui.el (gdb-var-create-handler)
19963         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19964         (gdb-var-list-children-handler, gdb-var-update-handler):
19965         Current buffer is already gdb-partial-output-buffer, don't
19966         make it current again.
19968 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
19970         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19971         (list-buffers-noselect): Use it.
19973 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19975         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19976         (mail-yank-ignored-headers): Use regexp-opt.
19977         (mail-mode-map): Move initialization into declaration.
19978         (mail-sent-via): Remove unused shadowed var `to-line'.
19979         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19980         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19981         (mail-do-fcc): Use dolist and push.
19982         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19983         (mail-yank-ignored-headers): Don't autoload.
19985 2005-12-05  Kenichi Handa  <handa@m17n.org>
19987         * international/mule-cmds.el (set-language-info-internal): New fun.
19988         (set-language-info): Call set-language-info-internal to update
19989         language-info-alist.  If LANG-ENV is the current one, call
19990         set-language-environment to make INFO effective now.
19991         (set-language-info-alist): Likewise.
19992         (locale-language-names): With locale "en", use English
19993         lang. env. but set the default codings to iso-8859-1.
19995 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
19997         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19998         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19999         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20000         for plain strings.
20001         (gdb-frames-mode): Remove redundant call to font-lock-mode.
20002         (gdb-all-registers): Rename from toggle-gdb-all-registers.
20003         Create registers buffer if necessary.  Echo new state in minibuffer.
20004         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20006 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
20008         * info.el (Info-fontify-node): Match external links using
20009         non-directory part of filename.
20011 2005-12-04  Juri Linkov  <juri@jurta.org>
20013         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20014         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
20015         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20016         because there is no customization option for it.
20018         * font-lock.el (lisp-font-lock-keywords-1):
20019         Add define-global-minor-mode.
20021         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20023         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20024         properties on the constructed variable names.
20026         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20027         Put `definition-name' properties on the constructed function names
20028         next-sym and prev-sym.
20030         * emacs-lisp/find-func.el (find-function-regexp):
20031         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
20032         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
20033         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20034         and easy-menu-define.
20036         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20037         easy-mmode-define-global-mode and define-global-minor-mode.
20038         (lisp-imenu-generic-expression): Add define-global-minor-mode.
20040         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20041         instead of easy-mmode-define-global-mode.
20043         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20044         Use define-minor-mode instead of easy-mmode-define-minor-mode.
20046         * cus-edit.el (customize-group, customize-group-other-window):
20047         Filter out autoloaded options from the group completion list by
20048         using heuristics that autoloaded groups don't have `custom-autoload'
20049         property on their symbols (they have only `custom-loads').
20051         * simple.el (completion-setup-function): Put completions-common-part
20052         face on complete completion string too (i.e. completion string
20053         without completions-first-difference face).
20055         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20057 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
20059         * view.el (view-mode): Doc fix.
20061         * disp-table.el (standard-display-european): Add to the warning
20062         message a reference to the doc string.
20064         * play/yow.el (apropos-zippy): Call print-help-return-message,
20065         similar to other Help and Apropos commands.
20067         * help.el (print-help-return-message): If pop-up-frames is
20068         non-nil, set up help-return-method to delete the help window and,
20069         possibly, its frame as well, and don't display message about
20070         scrolling the help window.  Doc fix.
20071         (help-return-method): Doc fix.
20073 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
20075         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20076         whereby names of length one or names starting with a
20077         symbol-constituent character would not be returned.
20079 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20081         * subr.el (atomic-change-group): Add edebug and indentation spec.
20083 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20085         * completion.el (save-completions-file-name): Fix typo in last change.
20087 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20089         * info.el: Move back/forward history to the beginning of the tool bar.
20091 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
20093         * allout.el (eval-when-compile): Remove unnecessary load of cl.
20094         Add fset of allout-real-isearch-abort during compile to fix
20095         byte-compilation warnings.
20096         (allout-mode-p): Move definition of this macro above all uses, or
20097         byte compilation in barren Emacs (eg, during Emacs build) will
20098         lack the definition.
20099         (allout-mode): Move this variable above any uses, or byte
20100         compilation will fail.
20101         (allout-resolve-xref): Remove use of personal file-reference function.
20102         (allout-toggle-current-subtree-encryption): Do the current (ie,
20103         visible containing) topic, rather than nearest around point.  Doc fix.
20104         (allout-toggle-subtree-encryption): New function, workhorse that
20105         works on nearest topic containing point.
20106         (allout-encrypt-string): Signal requirement for newer version of pgg.
20107         (allout-resumptions): Doc fix.
20109 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
20111         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20113 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
20115         * textmodes/flyspell.el (flyspell-external-point-words):
20116         Consider a misspelling as found in the string search if: (a) misspelling
20117         and found string lengths match, or (b) misspelling is found as
20118         element in a boundary-chars separated longer string, or (c)
20119         ispell-program-name is really ispell and misspelling is found as
20120         part of a TeX string.  After successful match move beginning of
20121         search region to end of match.  Warn about not found misspellings
20122         once the process is done.
20123         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20125 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
20127         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20128         tool bar (removed inadvertently).
20130 2005-12-02  Juri Linkov  <juri@jurta.org>
20132         * log-view.el (log-view-diff): Clarify doc string.
20134 2005-12-01  Bill Wohler  <wohler@newt.com>
20136         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20137         triggers lm-verify errors.
20139 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
20141         * simple.el (transient-mark-mode, line-number-mode)
20142         (column-number-mode, size-indication-mode): Remove `:require nil'.
20144 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
20146         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20147         in the margin also.
20148         (gdb-breakpoints-mode-map): Use D instead of d for
20149         gdb-delete-breakpoint.
20150         (gdb-get-frame-number): Require a number to match on.
20151         (gdb-threads-mode-map): Add follow-link binding.
20153 2005-11-30  Jason Rumney  <jasonr@gnu.org>
20155         * isearch.el (isearch-mode-map): Avoid exiting search on
20156         language-change event.
20158 2005-11-30  Romain Francoise  <romain@orebokech.com>
20160         * speedbar.el (speedbar-default-position): New defcustom.
20161         (speedbar-frame-reposition-smartly): Use it.
20163         * dframe.el (dframe-reposition-frame-emacs): Fix position
20164         computation for `left' location.
20165         Update copyright year.
20167 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20169         * help.el (help-map): Move initialization into declaration.
20171         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20173         * help-fns.el (help-argument-name): Don't autoload.
20174         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20175         to be re-loaded when customizing the `help' group.
20177 2005-11-30  John Paul Wallington  <jpw@gnu.org>
20179         * help-fns.el (describe-function-1): Fill arglist output.
20181 2005-11-30  Kim F. Storm  <storm@cua.dk>
20183         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20184         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20185         after revert-buffer (or anything else which kills all local variables).
20187         * apropos.el (apropos-parse-pattern): Doc fix.
20188         Set apropos-regexp directly, rather than expecting callers to do so.
20189         (apropos-command, apropos, apropos-value, apropos-documentation):
20190         Simplify calls to apropos-parse-pattern.
20192 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
20194         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20195         (hi-lock-face-phrase-buffer): Use hi-yellow face.
20196         (hi-lock-write-interactive-patterns): Use comment-region.
20198         * longlines.el (longlines-mode): Add mail-setup-hook.
20200         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20202         * simple.el (sendmail-user-agent-compose, next-line):
20203         Conditionally use hard-newline.
20205 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20207         * international/latexenc.el (latex-inputenc-coding-alist):
20208         Reword doc string.
20210 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
20212         * help.el (describe-key-briefly, describe-key): Recognize default
20213         bindings.
20215 2005-11-29  Romain Francoise  <romain@orebokech.com>
20217         * view.el (view-inhibit-help-message): New defcustom.
20218         (view-mode-enter): Use it.
20220 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
20222         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20223         Preserve user position.
20225 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
20227         * font-lock.el: Throw error if facemenu is not loaded to prevent
20228         accidental change of loading order in loadup.el.  (Suggested by RMS.)
20230         * loadup.el: Add comment explaining why facemenu must be loaded
20231         before font-lock.
20233 2005-11-28  Jay Belanger  <belanger@truman.edu>
20235         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20236         (calc-dispatch-map): Add more keys for `calc-same-interface'.
20238         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20240         * calc/calc-embed.el (calc-do-embedded): Update help message.
20242         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20244 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20246         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20248         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20249         called-interactively-p.
20250         (elp-profilable-p): Rename from elp-not-profilable-p.
20251         Invert result and take into account macros and autoloaded functions.
20252         (elp-instrument-function): Update call.
20253         (elp-instrument-package): Update call.  Add completion.
20254         (elp-pack-number): Use match-string.
20255         (elp-results-jump-to-definition-by-mouse): Merge into
20256         elp-results-jump-to-definition and then remove.
20257         (elp-output-insert-symname): Make help echo text single-line.
20259         * replace.el (query-replace-map): Move initialization into declaration.
20260         (occur-engine): Use with-current-buffer.
20261         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20262         (occur-mode-mouse-goto): Replace with an alias.
20264 2005-11-28  Juri Linkov  <juri@jurta.org>
20266         * simple.el (quoted-insert): Let-bind input-method-function to nil.
20268         * term/w32-win.el: Bind [S-tab] to [backtab].
20270         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20271         `Info-find-file' to t.
20273         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20274         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20275         and same-window-regexps.
20276         (occur-next-error): Don't move point for arg 0.
20278 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
20280         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20282 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20284         * log-edit.el (log-edit-changelog-use-first): New var.
20285         (log-edit-changelog-ours-p): Use it.
20286         (log-edit-insert-changelog): Set it with new arg `use-first'.
20287         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20288         (log-edit-hook): Add them to the list of suggested options.
20290         * textmodes/flyspell.el (flyspell-last-buffer): New var.
20291         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20292         redundant work.
20293         (flyspell-mode-on): Use add-hook for after-change-functions.
20294         (flyspell-mode-off): Use remove-hook for after-change-functions.
20295         (flyspell-changes): Make it buffer-local.
20296         (flyspell-after-change-function): Make it non-interactive.  Use push.
20297         (flyspell-post-command-hook): Check input-pending-p while processing
20298         the potentially long list of buffer changes.
20300 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
20302         * buff-menu.el (list-buffers-noselect): Display the selected
20303         frame's buffer list, not the global one.
20305 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
20307         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
20308         that (list last-input-event) works as in interactive spec.
20310 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
20312         * loadup.el ("facemenu"): Load facemenu before font-lock, because
20313         `facemenu-keymap' needs to be defined when font-lock is loaded.
20314         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
20316 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20318         * completion.el: Remove useless leading * in defcustom docstrings.
20319         (save-completions-file-name): Use ~/.emacs.d if available.
20320         (completion-standard-syntax-table): Rename from
20321         cmpl-standard-syntax-table and fold initialization into declaration,
20322         thus removing cmpl-make-standard-completion-syntax-table.
20323         (completion-lisp-syntax-table, completion-c-syntax-table)
20324         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
20325         (cmpl-saved-syntax, cmpl-saved-point): Remove.
20326         (symbol-under-point, symbol-before-point)
20327         (symbol-under-or-before-point, symbol-before-point-for-complete)
20328         (add-completions-from-c-buffer): Use with-syntax-table.
20329         (make-completion): Don't return a list of completion entries.
20330         Update callers.
20331         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
20332         (completion-initialize): Rename from initialize-completions.
20333         (completion-find-file-hook): Rename from cmpl-find-file-hook.
20334         (kill-emacs-save-completions): Collect stats here.
20335         (save-completions-to-file, load-completions-from-file):
20336         Use with-current-buffer.
20337         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
20338         into a function.  Move all calls to toplevel.
20339         (completion-lisp-mode-hook): New fun.
20340         (completion-c-mode-hook, completion-setup-fortran-mode):
20341         Set the syntax-table here.  Use local-set-key.
20342         (completion-saved-bindings): New var.
20343         (dynamic-completion-mode): Make it into a proper minor mode.
20344         (load-completions-from-file): Remove unused var `num-uses'.
20346         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
20347         constructor if it is explicitly overridden.
20349         * complete.el (PC-completion-as-file-name-predicate):
20350         Use minibuffer-completing-file-name.
20351         (partial-completion-mode): Use find-file-not-found-functions.
20352         (PC-lisp-complete-symbol): Use with-syntax-table.
20353         (PC-look-for-include-file): Remove dead setq.
20354         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
20355         (PC-complete): Use with-current-buffer.
20357         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
20358         escape single quotes.
20360 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
20362         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
20363         of `if' whose condition always returned nil.  Doc fix.
20365         * buff-menu.el (Buffer-menu-revert-function): Make the selected
20366         window's buffer the current buffer around the call to
20367         `list-buffers-noselect'.  This is necessary to mark that buffer
20368         with a `.' in the Buffer Menu when called from Lisp, for instance
20369         by Auto Revert Mode.
20371 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
20373         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20374         attaching to it.
20375         (gdb-pre-prompt): Make sure gdb-error is reset.
20377         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20378         with a child process, detect it.
20379         (gud-speedbar-buttons): Match regexp more carefully.
20381 2005-11-27  Richard M. Stallman  <rms@gnu.org>
20383         * mouse.el (mouse-drag-move-window-bottom):
20384         Use adjust-window-trailing-edge.
20386 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
20388         * simple.el (blink-matching-open): Ignore
20389         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20390         (blink-matching-paren-on-screen): Update docstring.
20392         * paren.el (show-paren-mode): No longer change
20393         `blink-matching-paren-on-screen'.
20395 2005-11-27  John Paul Wallington  <jpw@pobox.com>
20397         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20398         (gdb-threads-select, gdb-edit-register-value):
20399         Use `posn-set-point' instead of `mouse-set-point' because the
20400         latter is not fbound when configured without X.
20402 2005-11-27  Kim F. Storm  <storm@cua.dk>
20404         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
20405         existing face when partially highlighting a TAB in a rectangle.
20407 2005-11-26  Kim F. Storm  <storm@cua.dk>
20409         * ido.el (ido-mode-map): Doc fix.
20410         (ido-mode-common-map, ido-mode-file-map)
20411         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20412         (ido-define-mode-map): Rewrite.  Select one of the new maps as
20413         parent for ido-mode-map instead of building from scratch.
20414         (ido-init-mode-maps): New defun to initialize new maps.
20415         (ido-mode): Call it.
20416         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20417         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20419 2005-11-26  John Paul Wallington  <jpw@pobox.com>
20421         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20422         `mouse-set-point' because the latter is not fbound when configured
20423         without X.
20425 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
20427         * files.el (file-relative-name): Doc fix.
20429 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
20431         * progmodes/octave-inf.el (inferior-octave-startup): Force a
20432         non-empty string for secondary prompt PS2.
20434 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
20436         * progmodes/compile.el (compilation-setup): Fix last change.
20438 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
20440         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20441         (gdb-mouse-toggle-breakpoint-margin)
20442         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20443         Add gdb-server-prefix to keep out of command history.
20444         (gdb-edit-register-value): New function.
20445         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20446         (gdb-info-registers-custom): Use above map.
20448 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
20450         * custom.el (enable-theme): Signal error if argument is not a
20451         theme.  Don't recalculate a face if it's not loaded yet.
20453         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20454         the `user' theme is in effect.
20456         * info.el (Info-on-current-buffer): Record actual filename in
20457         Info-current-file, instead of t, or a fake filename if a non-file
20458         buffer.  Make autoload.
20459         (Info-find-node, Info-revert-find-node): No need to check for
20460         Info-current-file nil.
20461         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20462         Info-current-file is now never `t'.
20463         (Info-fontify-node): Many simplifications due to Info-current-file
20464         always being valid.  Use Info-find-file to find node filename.
20466 2005-11-25  David Kastrup  <dak@gnu.org>
20468         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20469         new character, then delete" in order to preserve markers.
20471 2005-11-25  David Ponce  <david@dponce.com>
20473         * recentf.el (recentf-arrange-by-rule): Handle a special
20474         `auto-mode-alist'-like "strip suffix" rule.
20475         (recentf-build-mode-rules): Handle second level auto-mode entries.
20477 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
20479         * emulation/viper-keym.el (viper-ESC-key): Use different values
20480         in terminal and window modes.
20482         * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20483         add jde-javadoc-checker-report-mode.
20485         * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20487         * ediff.el (ediff-date): Change the date of last update.
20489 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
20491         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20492         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
20493         (hi-lock-mode): New global minor mode.
20494         (turn-on-hi-lock-if-enabled): New function.
20495         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20496         Change arguments to regexp and face instead of a font-lock pattern.
20497         Directly set face property, instead of refontifying.
20498         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20499         (hi-lock-find-patterns): Use line-number-at-pos.
20501         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
20502         arguments for hi-lock-set-pattern.
20503         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20504         Call font-lock-fontify-buffer.
20505         (hi-lock-find-file-hook, hi-lock-current-line)
20506         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
20508         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
20509         turned off.
20511         * progmodes/compile.el (compilation-setup): Don't fiddle with
20512         font-lock-defaults.
20514 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
20516         * progmodes/gdb-ui.el (gdb-var-create-handler)
20517         (gdb-var-list-children-handler): Find values for all variable
20518         objects.  gud-speedbar-buttons decides whether to display them.
20520 2005-11-24  Romain Francoise  <romain@orebokech.com>
20522         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20523         buffer name with a space.
20525 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
20527         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20528         `org-export-local-list-max-depth'.  Change default value to 3.
20529         (org-auto-renumber-ordered-lists)
20530         (org-plain-list-ordered-item-terminator): New options.
20531         (org-at-item-p, org-beginning-of-item, org-end-of-item)
20532         (org-get-indentation, org-get-string-indentation)
20533         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20534         New functions.
20535         (org-move-item-down, org-move-item-up): New commands.
20536         (org-export-as-html): New classes for CSS support.  Bug fix in
20537         regular expression detecting fixed-width regions.  Respect
20538         `org-local-list-ordered-item-terminator'.
20539         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20540         also a list item.
20541         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20542         New item moving functions.
20544 2005-11-24  Juri Linkov  <juri@jurta.org>
20546         * isearch.el (isearch-repeat): With empty search ring set
20547         `isearch-error' to the error string instead of signaling error
20548         with the function `error'.
20550 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20552         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20554 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
20556         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20557         and variable.
20558         (gdb-var-create-handler, gdb-var-list-children-handler):
20559         Don't match on "char **...".
20560         (gdb-var-update-handler): Find values for all variable objects.
20561         (gdb-info-frames-custom): Identify frames by leading "#".
20563         * progmodes/gud.el (gud-speedbar-menu-items): Add
20564         gdb-speedbar-auto-raise as radio button.
20565         (gud-speedbar-buttons): Raise speedbar if requested.
20566         Don't match on "char **...".
20567         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20568         Make it editable.
20570 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
20572         * info.el (Info-fontify-node): Handle the case where
20573         Info-current-file is t.
20575 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20577         * simple.el (blink-matching-open): Fix off-by-one in last change.
20579 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20581         * term/mac-win.el: Don't change default directory.
20583 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
20585         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20586         buffers correctly.  (It used to throw an error in such buffers.)
20587         Make it ask for confirmation in group buffers and other Custom
20588         buffers containing more than one customization item.
20590 2005-11-22  John Paul Wallington  <jpw@gnu.org>
20592         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20593         property on mail and url overlays.
20594         (goto-address-at-point): Use `posn-set-point' instead of
20595         `mouse-set-point' because the latter is not fbound when configured
20596         without X.
20598 2005-11-22  Lars Hansen  <larsh@soem.dk>
20600         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20601         (ls-lisp-classify, ls-lisp-format): Delete call to
20602         ls-lisp-parse-symlink.
20603         (ls-lisp-handle-switches): Handle symlinks to directories as
20604         directories when ls-lisp-dirs-first in non-nil.
20606 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
20608         * startup.el (command-line): Make sure that loaddefs.el is handled
20609         correctly in load-history.
20611 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
20613         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20614         (gdb-struct-string, gdb-array-string): New constants.
20615         (gdb-info-locals-handler): Use them.
20616         (gdb-reset): Reset gdb-var-list to nil.
20618 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20620         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20621         in patterns.
20623 2005-11-21  Juri Linkov  <juri@jurta.org>
20625         * custom.el (defcustom): Update link types in docstring.
20627 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
20629         * custom.el (defgroup): Add doc-string-elt info.
20631         * widget.el (define-widget): Don't use declare for the doc-string-elt.
20633 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20635         * newcomment.el (comment-enter-backward): Fix last fix.
20637         * simple.el (blink-matching-open):
20638         * paren.el (show-paren-function): Allow new paren-class info.
20640 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
20642         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
20643         handled automagically.
20645 2005-11-20  Andreas Schwab  <schwab@suse.de>
20647         * descr-text.el (describe-char): When copying overlays put them
20648         over the full char description instead of just the first character
20649         of it.
20651 2005-11-20  Juri Linkov  <juri@jurta.org>
20653         * simple.el (what-cursor-position):
20654         * descr-text.el (describe-char): Use Lisp-readable syntax
20655         for octal and hex.  Reorder decimal, octal and hex values.
20656         Remove excess whitespace in the output.  Use `=' in `column='
20657         like in `point=' and `Hscroll='.
20659         * international/mule-cmds.el (encoded-string-description):
20660         Use Lisp-readable syntax for hex.
20662 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20664         * newcomment.el (comment-enter-backward): Handle the case where the
20665         comment is closed by EOB.
20667 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20669         * longlines.el (longlines-before-revert-hook)
20670         (longlines-after-revert-hook): New functions.
20671         (longlines-mode): Turn off longlines temporarily when reverting.
20672         Add a message-setup-hook.
20673         (longlines-decode-buffer): New function.
20674         (longlines-wrap-line): Preserve marker positions.
20676 2005-11-19  Andreas Schwab  <schwab@suse.de>
20678         * emacs-lisp/shadow.el: Handle compressed files.
20680 2005-11-19  Romain Francoise  <romain@orebokech.com>
20682         * net/browse-url.el (browse-url-default-browser): Signal an error
20683         if no usable browser can be found, rather than try to load w3.
20685 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
20687         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20688         replacing existing properties.
20689         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20690         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20691         tty specs.
20692         (rcirc-server-prefix, rcirc-server): New faces.
20693         (rcirc-url-regexp): Generate with rx macro.
20694         (rcirc-last-server-message-time): New variable.
20695         (rcirc-filter): Record time of last message.
20696         (rcirc-keepalive): Kill processes that did not send a message
20697         since the last ping.
20698         (rcirc-mode): Give rcirc-topic a local binding here.
20700 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
20702         * subr.el (read-passwd): Fontify the prompt as we do with other
20703         prompts.
20705 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
20707         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20708         binding buffer-read-only to nil.
20710 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20712         * complete.el (partial-completion-mode):
20713         Mention completion-auto-help in the doc string.
20715         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
20716         more Lisp-ish way.
20718 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
20720         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20721         digits, not 8, to avoid misalignment for files larger than 100MB.
20723 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20725         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20726         Mention "keyboard shortcuts" in the help text.
20728 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20730         * startup.el (fancy-splash-default-action): Discard only
20731         mouse-down and succeeding mouse-up events in the splash screen
20732         window so that drag-n-drop event can be processed.
20734 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
20736         * longlines.el (longlines-mode): Add hacks for mail-mode and
20737         message-mode.
20739 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
20741         * textmodes/org.el (org-table-sort-lines): New command.
20742         (org-tbl-menu): Add entry for `org-table-sort-lines'.
20743         (org-add-file): Command removed, use `org-agenda-file-to-front'
20744         instead.
20745         (org-export-icalendar): Use `org-icalendar-combined-name'.
20746         (org-cycle-agenda-files, org-agenda-file-to-end)
20747         (org-agenda-file-to-front): New commands.
20748         (org-table-tab-jumps-over-hlines, org-export-html-style):
20749         New options.
20750         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20751         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20752         New functions.
20753         (org-fill-paragraph): Call `org-table-align' in tables.
20754         (org-mode): Call `org-set-autofill-regexps'.
20755         (org-export-as-html): Support for local handformatted lists.
20756         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
20757         (org-export-local-list-max-depth): New option.
20758         (org-html-expand): Use `org-html-protect'.
20760 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
20762         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20763         to "p".
20764         (gdb): Move definition of gud-pp to...
20766         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
20767         speedbar.
20768         (gdb-find-watch-expression): New function.
20770 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20772         * faces.el (face-attribute, set-face-attribute): Mention existence
20773         of `:ignore-defface' setting in docstring.
20775 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20777         * simple.el (completion-setup-function): Fix last change.
20779 2005-11-17  John Paul Wallington  <jpw@pobox.com>
20781         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20782         Use `posn-set-point' instead of `mouse-set-point' because the
20783         latter is not fbound when configured without X.
20785         * comint.el (comint-insert-input): Likewise.
20787 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20789         * simple.el (hard-newline): New variable.
20790         (sendmail-user-agent-compose, next-line): Use it.
20792         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20793         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20794         (mail-mail-reply-to, mail-mail-followup-to)
20795         (mail-position-on-field, mail-signature, mail-yank-original)
20796         (mail-attach-file): Likewise.
20798         * mail/mailheader.el (mail-header-format)
20799         (mail-header-format-function): Likewise.
20801         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20803 2005-11-17  Juri Linkov  <juri@jurta.org>
20805         * font-lock.el (font-lock-faces): Rename this defgroup from
20806         `font-lock-highlighting-faces'.
20807         (font-lock-comment-face, font-lock-comment-delimiter-face)
20808         (font-lock-string-face, font-lock-doc-face)
20809         (font-lock-keyword-face, font-lock-builtin-face)
20810         (font-lock-function-name-face, font-lock-variable-name-face)
20811         (font-lock-type-face, font-lock-constant-face)
20812         (font-lock-warning-face, font-lock-negation-char-face)
20813         (font-lock-preprocessor-face)
20814         (font-lock-regexp-grouping-backslash)
20815         (font-lock-regexp-grouping-construct): Rename :group from
20816         `font-lock-highlighting-faces' to `font-lock-faces'.
20818         * cus-edit.el (lisp, c, tex):
20819         * progmodes/ada-mode.el (ada):
20820         * progmodes/asm-mode.el (asm):
20821         * progmodes/cperl-mode.el (cperl-faces):
20822         * progmodes/cpp.el (cpp):
20823         * progmodes/dcl-mode.el (dcl):
20824         * progmodes/f90.el (f90):
20825         * progmodes/fortran.el (fortran):
20826         * progmodes/icon.el (icon):
20827         * progmodes/idlwave.el (idlwave-misc):
20828         * progmodes/m4-mode.el (m4):
20829         * progmodes/make-mode.el (makefile):
20830         * progmodes/meta-mode.el (meta-font):
20831         * progmodes/modula2.el (modula2):
20832         * progmodes/octave-mod.el (octave):
20833         * progmodes/pascal.el (pascal):
20834         * progmodes/perl-mode.el (perl):
20835         * progmodes/prolog.el (prolog):
20836         * progmodes/ps-mode.el (PostScript-edit):
20837         * progmodes/scheme.el (scheme):
20838         * progmodes/sh-script.el (sh-script):
20839         * progmodes/simula.el (simula):
20840         * progmodes/tcl.el (tcl):
20841         * textmodes/nroff-mode.el (nroff):
20842         * textmodes/reftex-vars.el (reftex-fontification-configurations):
20843         * textmodes/sgml-mode.el (sgml):
20844         * textmodes/texinfo.el (texinfo):
20845         Add :link (custom-group-link font-lock-faces) to defgroup.
20847         * hi-lock.el (hi-lock): Rename this defgroup from
20848         `hi-lock-interactive-text-highlighting'.  Change parent group from
20849         `faces' to `font-lock'.  Add link to the manual.
20850         (hi-lock-mode, hi-lock-file-patterns-range)
20851         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20852         `hi-lock-interactive-text-highlighting' to `hi-lock'.
20853         (hi-lock-faces): Add :group `faces'.
20855         * cus-edit.el (custom-variable-prompt): Clarify the code.
20857         * faces.el (face-read-string): Set the default value arg of
20858         completing-read.
20860 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
20862         * rfn-eshadow.el (file-name-shadow-properties)
20863         (file-name-shadow-tty-properties, file-name-shadow-mode):
20864         Remove autoloads, because the file is now preloaded.
20866 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20868         * printing.el (easy-menu-intern): Don't define.
20869         (pr-get-symbol): Use easy-menu-intern only if defined.
20871         * simple.el (blink-matching-open): Simplify a bit.
20872         (completion-setup-function): Fix the case of partial-completion-mode
20873         when the minibuffer's contents start with "-".
20874         Obey completion-base-size-function even when
20875         minibuffer-completing-file-name is non-nil.
20877 2005-11-16  Richard M. Stallman  <rms@gnu.org>
20879         * net/eudcb-ph.el (eudc-ph-open-session):
20880         Use set-process-query-on-exit-flag.
20882         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20884         * international/ucs-tables.el (ucs-set-table-for-input):
20885         Use make-local-variable, not make-variable-buffer-local.
20887         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20888         Improve warning message text.
20890         * savehist.el (savehist-save-hook): Add :group.
20892         * menu-bar.el (menu-bar-help-menu):
20893         Rename Find Extra Packages to External Packages.
20895         * cus-edit.el (Custom-reset-standard): Verify that
20896         :custom-standard-value prop exists before calling it.
20898         * apropos.el (apropos-calc-scores): Use apropos-pattern.
20900 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
20902         * wid-edit.el (color): Enclose %t in %{...%}.
20904         * cus-edit.el (face): Enclose %t in %{...%}.
20906 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
20908         * savehist.el (savehist-mode-hook): Re-add the var.
20909         (savehist-mode): Use it.
20911 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20913         * textmodes/flyspell.el: Fix commenting convention.
20914         Remove unnecessary leading * in custom docstrings.
20915         (flyspell-emacs): Remove unused var.
20916         (flyspell-delete-region-overlays): Use remove-overlays.
20917         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20918         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20919         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20920         (flyspell-debug-signal-word-checked): Use with-current-buffer.
20921         (make-flyspell-overlay): Don't locally reuse a global name.
20922         (flyspell-highlight-incorrect-region)
20923         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20924         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20925         (flyspell-notify-misspell): Remove unused args `start' and `end'.
20926         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
20927         Wrap calls to accept-process-output inside with-local-quit since it's
20928         often called from a post-command-hook.
20929         (flyspell-correct-word, flyspell-auto-correct-word):
20930         Use ispell-send-string.
20931         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
20933         * calendar/diary-lib.el (diary-list-entries): Also hide the
20934         terminating newline.
20936 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
20938         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20939         window-system, to allow fonts on tty.
20941 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
20943         * progmodes/gud.el (gud-speedbar-item-info): New function.
20944         (gud-install-speedbar-variables): Use it to display data type
20945         of watch expression as a tooltip in speedbar.
20947 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
20949         * font-core.el (global-font-lock-mode): Add :version keyword,
20950         because default was changed.
20952         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20954         * startup.el (command-line): Use `custom-reevaluate-setting' for
20955         `file-name-shadow-mode'.
20957         * loadup.el: Preload rfn-eshadow.
20959         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20960         Add :version keyword.
20961         (file-name-shadow-properties, file-name-shadow-tty-properties)
20962         (file-name-shadow): Add :version keyword.
20964         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20965         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20966         in the custom-group property of the symbol frames and the fringe
20967         group got no link to its parent group frames.
20968         Doc fix.
20970 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20972         * progmodes/gud.el (gud-stop-subjob): New function.
20973         (gud-menu-map, gud-tool-bar-map): Use it.
20975 2005-11-16  Kim F. Storm  <storm@cua.dk>
20977         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20978         than kill it.
20979         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
20980         to a more useful/logical place.
20982 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20984         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20985         go buttons complementary.
20987 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20989         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20990         (rfn-eshadow-sifn-equal): New function.
20991         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20993 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
20995         * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
20996         Quote `-' in string.
20998         * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
20999         rcirc-mode buffers come up in Emacs state.
21001         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21002         operation.
21004 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
21006         * term.el (term-termcap-format): Fix typos.
21007         (term-down): Fix the negative argument case.
21009 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
21011         * progmodes/gdb-ui.el: Remove face-alias left over from change on
21012         2005-08-15.
21013         (gdb-ann3): New command gud-go.
21014         (menu): Accomodate gdb-mi.el.
21015         (gdb-assembler-custom): Make buffer of selected window current
21016         so that set-window-point works.
21018         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21019         buttons and include new ones.
21021 2005-11-16  Kim F. Storm  <storm@cua.dk>
21023         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21024         (gud-menu-map): Use it.
21026 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
21028         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21029         that works correctly for Custom and that does not override a user
21030         who disables it.
21032         * help-mode.el (help-make-xrefs, help-xref-on-pp)
21033         (help-xref-interned, help-follow): Make hyperlinks for variables
21034         that are unbound, but have a non-nil variable-documentation property.
21036         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21037         mode hook.  (It conflicted with defcustoms for some mode hooks.)
21038         Use the `variable-documentation' property to give the mode hook a
21039         docstring and expand that docstring.
21041 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
21043         * savehist.el (savehist-mode): Don't bother with
21044         `custom-set-minor-mode'.
21045         (savehist-coding-system): Check XEmacs version.
21046         (history-length): Declare also at run time.
21047         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
21048         Don't set the customize state.
21049         (savehist-minibuffer-hook): Special case for when
21050         minibuffer-history-variable is equal to t.
21052 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21054         * files.el (write-file): Refresh VC status.
21056         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21057         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21058         than fundamental-mode to see if the mode was set.
21060 2005-11-14  Romain Francoise  <romain@orebokech.com>
21062         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21063         dummy function in `eval-when-compile' to avoid compiler warning.
21064         Require `man' at compile time.
21066 2005-11-14  Jay Belanger  <belanger@truman.edu>
21068         * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21069         calcFunc-powerexpand.
21070         (math-write-out-power): Rename it to math-powerexpand; have it
21071         handle negative exponents.
21072         (calc-writeoutpower): Rename it to calc-powerexpand.
21074         * calc/calc-ext.el: Change calcFunc-writeoutpower and
21075         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21076         autoloads.
21077         Add calcFunc-ldiv to autoloads.
21079         * calc/calc-arith.el (calcFunc-ldiv): New function.
21081         * calc/calc.el (calc-left-divide): New function.
21083 2005-11-14  Juri Linkov  <juri@jurta.org>
21085         * cus-edit.el (custom-variable-prompt): Set the default value arg
21086         of completing-read.
21088         * cus-dep.el (custom-make-dependencies): Reverse the list of
21089         found dependencies.
21091 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
21093         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21094         Highlighting" entry, it is on by default now.
21095         (menu-bar-options-save): Do not save global-font-lock-mode.
21097 2005-11-13  Richard M. Stallman  <rms@gnu.org>
21099         * textmodes/flyspell.el (flyspell-large-region):
21100         Call flyspell-accept-buffer-local-defs.
21102 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
21104         * textmodes/flyspell.el (flyspell-notify-misspell):
21105         Fix misspelling of "Misspelling".
21106         (flyspell-process-localwords): New function.
21107         (flyspell-large-region): Call flyspell-process-localwords and
21108         flyspell-delete-region-overlays.
21109         (flyspell-delete-region-overlays): New function.
21110         (flyspell-delete-all-overlays): Call that.
21112 2005-11-13  Richard M. Stallman  <rms@gnu.org>
21114         * help.el (help-for-help-internal): Improve doc of C-h a.
21115         (describe-key): Improve prompt; doc fix.
21117 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21119         * vc-svn.el (vc-svn-registered): Catch all errors.
21121         * cus-dep.el (custom-make-dependencies): Typo.
21123 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
21125         * net/tramp-util.el (top): Fix compilation warning.
21127 2005-11-13  Kim F. Storm  <storm@cua.dk>
21129         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
21131 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
21133         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21134         (gud-speedbar-buttons): Match on "const char *" too.
21136         * progmodes/gdb-ui.el (gdb-var-create-handler)
21137         (gdb-var-list-children-handler): Match on "const char *" too.
21138         (gdb-var-evaluate-expression-handler): Match on empty string.
21139         (gdb-var-update-handler): Only call
21140         gdb-var-evaluate-expression-handler when required.
21142 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
21144         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21145         selected window.  This still doesn't work for speedbar.
21146         (gud-speedbar-buttons): Handle string expressions properly.
21148         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21149         (gdb-var-create-handler): Handle string expressions properly.
21150         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21151         Handle string expressions properly.  Move "type" field into regexp.
21153 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
21155         * bookmark.el (bookmark-maybe-message): New function to reduce
21156         code duplication: invokes `message' iff baud-rate is high enough.
21157         (bookmark-write-file): Use above instead of an inline conditional.
21158         (bookmark-load): Same.
21160 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
21162         * bookmark.el (bookmark-write-file): Don't visit the destination
21163         file, just write the data to it using write-region.  This is
21164         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21165         change to avoid visiting the file in the first place.
21167 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
21169         * hi-lock.el (hi-lock-mode): Set the default value of
21170         font-lock-defaults.
21172 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
21174         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21175         arg to `file-attributes'.
21176         (find-lisp-format): The UID and GID can now be strings.
21178 2005-11-12  Kim F. Storm  <storm@cua.dk>
21180         * help.el (help-map): Bind C-h d to apropos-documentation.
21182         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21183         when point is at end-of-buffer.
21185         * apropos.el (apropos-match-face): Doc fix.
21186         (apropos-sort-by-scores): Add new choice `verbose'.
21187         (apropos-documentation-sort-by-scores): New defcustom.
21188         (apropos-pattern): Now contains the pattern entered by the user.
21189         (apropos-pattern-quoted): New defvar.
21190         (apropos-regexp): New defvar, containing the regexp corresponding
21191         to apropos-pattern.
21192         (apropos-all-words-regexp): Rename from apropos-all-regexp.
21193         (apropos-read-pattern): New defun.  Use it to read pattern arg in
21194         interactive calls; returns list of words for a word list, and
21195         string for a regexp.
21196         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
21197         parses a list of words or regexp as returned by apropos-read-pattern.
21198         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21199         (apropos-score-doc): Return a very high score if the string
21200         entered by the user matches literally.
21201         (apropos-variable): Doc fix.  Use apropos-read-pattern.
21202         (apropos-command): Doc fix.  Use apropos-read-pattern and
21203         apropos-parse-pattern.  Call apropos-print with nosubst=t.
21204         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
21205         apropos-parse-pattern.
21206         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
21207         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
21208         apropos-documentation-sort-by-scores.  Call apropos-print with
21209         nosubst=t.
21210         (apropos-documentation-internal): Pass doc string through
21211         substitute-key-definition before adding text properties.
21212         Highlight substring matching literal user input if possible.
21213         (apropos-documentation-check-doc-file): Remove locals beg and end.
21214         Fix calculation of score (as added twice).  Pass doc string through
21215         substitute-key-definition before adding text properties.
21216         (apropos-documentation-check-elc-file): Pass doc string through
21217         substitute-key-definition before adding text properties.
21218         Highlight substring matching literal user input if possible.
21219         (apropos-print): Add new arg NOSUBST; if set, command and variable
21220         doc strings have already been passed through substitute-key-definition.
21221         Add code to handle apropos-accumulator items without score element
21222         for backwards compatibility (e.g. with woman package).
21223         Only show scores if apropos-sort-by-scores is `verbose'.
21225 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21227         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21228         Add jka-compr-load-suffixes to load-suffixes.
21230         * jka-compr.el: Require jka-cmpr-hook.
21231         (jka-compr-info-compress-message, jka-compr-info-compress-program)
21232         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21233         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21234         (jka-compr-info-can-append, jka-compr-info-strip-extension)
21235         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21236         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
21237         (jka-compr-uninstall): Remove entries from
21238         jka-compr-added-to-file-coding-system-alist after they are used.
21239         (jka-compr-error): Remove unused var `curbuf'.
21240         (jka-compr-file-local-copy): Remove unused var `notfound'.
21242 2005-11-10  Romain Francoise  <romain@orebokech.com>
21244         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21246 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
21248         * progmodes/gud.el (gud-menu-map): Move parentheses.
21249         (gdb): New command gud-pv.
21251 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21253         * tar-mode.el: Remove spurious or unnecessary leading stars
21254         in docstrings.
21255         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21256         (tar-parse-octal-integer-safe): Use mapc.
21257         (tar-header-block-summarize): Remove unused var `ck'.
21258         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21259         cleared before.  Obey default-enable-multibyte-characters.
21260         Use mapconcat.  Simplify setting of tar-header-offset.
21261         (tar-mode-map): Move initialization inside delcaration.
21262         (tar-flag-deleted): Use `abs'.
21263         (tar-expunge-internal): Remove unused var `line'.
21264         (tar-expunge-internal): Don't hardcode point-min==1.
21265         (tar-expunge): Widen while doing set-buffer-multibyte.
21266         (tar-rename-entry): Use file-name-coding-system.
21267         (tar-alter-one-field): Don't hardcode point-min==1.
21268         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21269         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
21271 2005-11-10  Masatake YAMATO  <jet@gyve.org>
21273         * add-log.el (add-log-current-defun): Handle class::method
21274         notation of c++.  Fix incorrect comment.
21276 2005-11-10  Alan Mackenzie  <acm@muc.de>
21278         * help-fns.el (describe-variable): Make C-h v work when a variable
21279         has variable documentation yet is unbound.
21281 2005-11-10  Masatake YAMATO  <jet@gyve.org>
21283         * man.el (Man-highlight-references): Set an empty
21284         string to `Man-arguments' if it is nil.
21285         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21287 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
21289         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21290         commenting conventions.
21292         * cus-dep.el (custom-make-dependencies): Simplify.
21293         Better follow the commenting conventions.
21295 2005-11-09  Richard M. Stallman  <rms@gnu.org>
21297         * apropos.el (apropos-pattern): Rename from apropos-regexp.
21298         (apropos-orig-pattern): Rename from apropos-orig-regexp.
21299         All uses changed.
21300         (apropos-rewrite-regexp): Doc fix.
21301         (apropos-variable, apropos-command, apropos, apropos-value):
21302         Change prompt; carry through the argument renaming.
21304 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
21306         * find-lisp.el: Require dired.
21307         (find-lisp-find-dired-internal): Do not call
21308         `abbreviate-file-name' on DIR.
21310 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
21312         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
21314 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
21316         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
21317         when using the speedbar.
21318         (gdb): New command gud-pp.
21319         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21321 2005-11-09  Juri Linkov  <juri@jurta.org>
21323         * replace.el (occur-excluded-properties): New defcustom.
21324         (occur-1, occur-engine, occur-accumulate-lines): Use it.
21326 2005-11-08  Jay Belanger  <belanger@truman.edu>
21328         * calc/calc-units.el (math-convert-units): Replace any composite
21329         unit by its definition.
21331 2005-11-08  Lars Hansen  <larsh@soem.dk>
21333         * emacs-lisp/autoload.el (update-directory-autoloads):
21334         Add obsolete function alias.
21336 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21338         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21339         comment-indent-function.
21340         (lisp-comment-indent): Replace by an alias for comment-indent-default.
21342         * reveal.el (reveal-post-command): Rework the handling of
21343         reveal-open-spots, so as to be more reliable.  There were several
21344         tricky corner cases where an open spot might be lost, or where
21345         a closed spot might end up on the list of open spots.
21346         Only reveal text that's ellipsised.
21348 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
21350         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
21352 2005-11-07  John Paul Wallington  <jpw@gnu.org>
21354         * ibuffer.el (ibuffer): Search iconified frames too when
21355         getting Ibuffer buffer's window.
21357 2005-11-06  Richard M. Stallman  <rms@gnu.org>
21359         * progmodes/compile.el (compilation-internal-error-properties):
21360         save-excursion around the computation of MARKER.
21362 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
21364         * textmodes/flyspell.el (flyspell-external-point-words):
21365         flyspell-get-word returns a list, not just a string.
21367 2005-11-06  John Paul Wallington  <jpw@pobox.com>
21369         * ibuffer.el (ibuffer): Search all visible frames when getting
21370         Ibuffer buffer's window.
21372 2005-11-07  Masatake YAMATO  <jet@gyve.org>
21374         * man.el (Man-reference-regexp): Accept spaces between
21375         `Man-name-regexp' and `Man-section-regexp'.
21376         (Man-apropos-regexp): New variable.
21377         (Man-abstract-xref-man-page): Use value for `Man-target-string'
21378         if available.
21379         (Man-highlight-references, Man-highlight-references0):
21380         Handle the case when `Man-arguments' includes "-k".
21381         (Man-highlight-references0): Rename the argument `TARGET-POS' to
21382         `TARGET'. `TARGET' can be a number, function or nil.
21384 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
21386         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21387         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21388         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21389         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21390         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21391         (gdb-send-item): Use buffer-local-value and simplify.
21393 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
21395         * startup.el (command-line): Use `custom-reevaluate-setting' for
21396         `global-font-lock-mode'.
21398         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21399         by default, except in batch mode or when the -D option is given.
21401         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
21402         specified keyword args on to `define-minor-mode'.  Update docstring.
21404 2005-11-05  Romain Francoise  <romain@orebokech.com>
21406         * replace.el (occur-engine): Add marker at end of line, too.
21408 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
21410         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21411         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21412         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21413         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21414         argument to all these routines, so the passphrase can be managed
21415         externally and passed in to the system.
21416         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21417         pgg-add-passphrase-to-cache function.
21419         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21420         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21421         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21422         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21423         argument to all these routines, so the passphrase can be managed
21424         externally and passed in to the system.
21425         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21426         function.
21428 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
21430         * font-lock.el: Don't deal with font-lock-face-attributes here,
21431         move the code ...
21433         * startup.el (command-line): ... here.  Use face-spec-set instead
21434         of custom-declare-face.
21436         * faces.el (face-spec-set): Reset the face if spec is not nil.
21438 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21440         * newcomment.el (comment-region-internal): Box more tightly in the
21441         common case where there's no TAB in the boxed text.
21443 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21445         * info.el (info-tool-bar-map): Use images prev-node, next-node and
21446         up-node.
21448 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
21450         * net/newsticker.el: Commentary updated.  Code formatting changed.
21451         (newsticker-version): Change to "1.9".
21452         (newsticker, newsticker-feed): Doc fix.
21453         (newsticker-url-list): Doc fix.  Add option "Weekly".
21454         (newsticker-retrieval-interval): Add option "Weekly".
21455         (newsticker-headline-processing): Doc fix.
21456         (newsticker-auto-mark-filter): Remove.
21457         (newsticker-auto-mark-filter-list): New.
21458         (newsticker-layout, newsticker-sort-method): Doc fix.
21459         (newsticker-hide-old-items-in-newsticker-buffer)
21460         (newsticker-heading-format, newsticker-item-format)
21461         (newsticker-desc-format): Doc fix.
21462         (newsticker-show-all-rss-elements): Remove.
21463         (newsticker-show-all-news-elements): New.
21464         (newsticker-faces, newsticker-ticker): Doc fix.
21465         (remove-from-invisibility-spec): Code formatting.
21466         (newsticker--process-ids): New.
21467         (newsticker-mode): Doc fix.
21468         (newsticker-mode): Change mode-line-format.
21469         (newsticker-start): Remove debug output.
21470         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
21471         (newsticker-w3m-show-inline-images): Code formatting.
21472         (newsticker-next-item): Call `force-mode-line-update'.
21473         (newsticker-previous-item): Call `force-mode-line-update'.
21474         (newsticker-next-feed): Call `force-mode-line-update'.
21475         (newsticker-previous-feed): Call `force-mode-line-update'.
21476         (newsticker-mark-all-items-at-point-as-read): Code formatting.
21477         (newsticker-show-old-items): Do not show descs.
21478         (newsticker-hide-entry): Hide too much.
21479         (newsticker-hide-entry, newsticker-show-entry)
21480         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21481         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21482         (newsticker-toggle-auto-narrow-to-item): Code formatting.
21483         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21484         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21485         (newsticker-get-news): Call `force-mode-line-update'.
21486         Collect process ids.
21487         (newsticker--sentinel): Change coding system handling.
21488         Move image retrieval to new functions newsticker--get-logo-url-*.
21489         Move feed parsing to new functions newsticker--parse-*.
21490         Update list of process ids.
21491         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21492         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21493         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21494         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21495         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21496         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21497         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21498         (newsticker--decode-coding-string): Remove.
21499         (newsticker--decode-numeric-entities): Check input.  Format code.
21500         (newsticker--remove-whitespace): Check input.
21501         (newsticker--do-forget-preformatted): Doc fix.
21502         (newsticker--decode-rfc822-date): Allow for missing time.
21503         (newsticker--update-process-ids): New.
21504         (newsticker--image-sentinel): Change comment.
21505         (newsticker--image-read): Change error message.
21506         (newsticker--imenu-goto): Doc fix.  Show headline title.
21507         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
21508         (newsticker--buffer-do-insert-text): Clean whitespace in
21509         html-rendered headline title.  Code formatting.
21510         Call `newsticker--buffer-print-extra-elements'.
21511         (newsticker--buffer-print-extra-element): Remove.
21512         (newsticker--buffer-print-extra-elements): New.
21513         (newsticker--buffer-do-print-extra-element): New.
21514         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
21515         large sizes.
21516         (newsticker--run-auto-mark-filter)
21517         (newsticker--do-run-auto-mark-filter):
21518         Use `newsticker-auto-mark-filter-list'.
21520 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
21522         * net/rcirc.el: Use split-string OMIT-NULLS argument.
21523         (rcirc-print): Force redisplay before running hooks.  Do long
21524         buffer truncation after making new text read-only.  Deal with nil
21525         text when decoding strings.  If TARGET is nil, use either the
21526         currently selected buffer, if it is an rcirc buffer and of the
21527         same process or the process buffer.
21528         (rcirc-mode): Remove header-line.  Recompute short buffer names.
21529         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21530         (rcirc-short-buffer-name): Add variable.
21531         (rcirc-kill-buffer-hook): Recompute short buffer names.
21532         Remove nick from private channel.
21533         (rcirc-send-input): Send command text to current-buffer.
21534         Don't clear overlay arrow here.
21535         (rcirc-short-buffer-name): Return a short buffer name.
21536         (rcirc-update-short-buffer-names, rcirc-abbreviate)
21537         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21538         buffer-name abbreviations.
21539         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21540         Do not touch nick-table when killing a parted channel.
21541         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21542         Clear arrow from current buffer if it is now hidden.
21543         (rcirc-current-buffer): Add variable.
21544         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21545         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21546         Remove -face from names.
21547         (rcirc-update-activity-string): Print "DND" when globally ignoring
21548         activity.
21549         (rcirc-ignore-buffer-activity-flag): Rename from
21550         rcirc-ignore-channel-activity.
21551         (rcirc-ignore-all-activity-flag): Doc fix.
21552         (rcirc-channels): Remove variable.
21553         (rcirc-kill-buffer-hook):
21554         (rcirc-get-buffer-create): Add nick to private channel.
21555         (rcirc-multiline-edit-submit): Remove tabs.
21556         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21557         folded.
21558         (rcirc-remove-nick-channel): Bug fix.
21559         (rcirc-toggle-ignore-buffer-activity): Rename from
21560         rcirc-toggle-ignore-channel-activity.
21561         (rcirc-record-activity): Add buffers to the front of the list.
21562         (rcirc-update-activity): Remove killed buffers from list.
21563         (rcirc-process-server-response-1): Remove last argument if it is
21564         null before calling handler.
21565         (rcirc): Add "rcirc" defcustom prefix.
21566         (rcirc-prompt): Simplify default prompt.
21567         Use custom-initialize-default.
21568         (rcirc-private-chats): Remove variable.
21569         (rcirc-prompt): Change initialization.
21570         (rcirc-version): Remove function.
21571         (rcirc-id-string): Add constant.
21572         (rcirc-last-buffer): Remove variable.
21573         (rcirc-buffer-alist): Add variable.
21574         (rcirc-connect): Update variable setup.
21575         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21576         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21577         default.
21578         (rcirc-handler-generic): Trigger activity.
21579         (rcirc-send-message): Create the buffor of the target.
21580         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21581         (rcirc-get-buffer): Just return nil if there is no matching buffer.
21582         (rcirc-multiline-edit-cancel): Remove function.
21583         (rcirc-set-last-buffer): Remove function.
21584         (rcirc-get-any-buffer): Add function.
21585         (rcirc-join-channels): Don't print /join text.
21586         (rcirc-toggle-ignore-channel-activity): Add and update echo area
21587         messages.
21588         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21589         (rcirc-handler-NOTICE): Recognize CTCP responses.
21590         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21591         constructing TOPIC string for buffers we are not JOINed.
21592         (rcirc-handler-CTCP-response): Add handler.
21593         (rcirc-multiline-edit-submit): Restore the window-configuration
21594         before adjusting point.
21595         (rcirc): Add customization group.
21596         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21597         (rcirc-user-full-name, rcirc-startup-channels-alist)
21598         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21599         (rcirc-ignore-all-activity-flag, rcirc-time-format)
21600         (rcirc-input-ring-size, rcirc-read-only-flag)
21601         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21602         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21603         Change defvar to defcustom.
21604         (rcirc-update-prompt): Add optional ALL arg, which will update
21605         prompts in all rcirc buffers.  Regexp quote replacement text.
21606         (rcirc-fill-column): Accept frame-width as a value.
21607         (rcirc-set-changed): Add function.
21608         (rcirc-next-active-buffer): Write more meaningful messages.
21609         (rcirc-faces): Add customization group.
21610         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21611         (rcirc-nick-in-message-face, rcirc-prompt-face)
21612         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21613         (with-rcirc-process-buffer): Move before first usage.
21614         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21615         (rcirc-debug-flag): Rename from `rcirc-log-p'.
21616         (rcirc-debug): Rename from `rcirc-log'.
21617         (rcirc-format-response-string): Do not print `-' chars for a
21618         NOTICE with no sender.  Simplify output of server responses.
21620 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
21622         (rcirc-browse-url-map, rcirc-browse-url-at-point)
21623         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21624         Make urls mouse and RET clickable.
21626 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
21628         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21630 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
21632         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21633         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21634         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21635         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21636         argument to all these routines, so the passphrase can be managed
21637         externally and passed in to the system.
21638         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21639         pgg-add-passphrase-to-cache function.
21641         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21642         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21643         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21644         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21645         argument to all these routines, so the passphrase can be managed
21646         externally and passed in to the system.
21647         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21648         function.
21650 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
21652         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21653         from goto-address-url-regexp.
21655 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
21657         * textmodes/org.el (org-read-date, org-goto-calendar)
21658         (org-recenter-calendar, org-agenda-goto-calendar):
21659         Temporarily clear `calendar-move-hook'.
21661 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
21663         * ediff-merg.el (ediff-merge-region-is-non-clash):
21664         Return t, if not merging.
21666         * ediff-util.el (ediff-previous-difference): Don't skip regions that
21667         have merge clashes.
21669 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21671         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21672         Undo previous change.
21674         * startup.el (command-line): Use `custom-reevaluate-setting' for
21675         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
21676         tty-register-default-colors on Mac.
21678 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21680         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21681         (gdb-buffer-type): Make it automatically buffer local...
21682         (gdb-get-create-buffer): ...and set it accordingly.
21683         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21684         actually work.
21686 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
21688         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21689         not red.
21691 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21693         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21694         case GUD buffer is not visible.
21695         (gdb-goto-breakpoint): Try to force display in source buffer.
21696         (gdb-frame-gdb-buffer): Copy other similar functions.
21697         (gdb-restore-windows): Don't display source if not asked for.
21698         (gdb-assembler-buffer-name): Don't capitalise.
21700 2005-11-03  Richard M. Stallman  <rms@gnu.org>
21702         * wid-edit.el (key-sequence): New widget type.
21704         * simple.el (set-mark-command-repeat-pop): New variable.
21705         (set-mark-command): Only interpret plan C-@ after a pop as a pop
21706         if set-mark-command-repeat-pop is true.
21708         * info.el (Info-fontify-node): Don't display extra "see" if there
21709         already is one here.
21711         * mouse.el: Fix special handling of DEL after dragging a region:
21712         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21713         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
21715         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21717         * textmodes/ispell.el (ispell-command-loop): Change `i' description
21718         not to assume it pertains to an affix.
21720         * textmodes/flyspell.el (flyspell-post-command-hook):
21721         Bind deactivate-mark to prevent deactivation.
21723 2005-11-03  Lars Hansen  <larsh@soem.dk>
21725         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21726         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21727         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21729 2005-11-03  Romain Francoise  <romain@orebokech.com>
21731         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
21732         Update copyright years.
21734 2005-11-03  Sam Steingold  <sds@gnu.org>
21736         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21737         Use system-type instead of window-system because window-system is not
21738         correctly defined during loadup.
21740 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
21742         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21743         (xml-parse-tag): Join strings separated by a comment properly.
21745 2005-11-02  Andreas Schwab  <schwab@suse.de>
21747         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21749 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21751         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21752         (byte-optimize-pure-func): Quote the eval'd value.
21754         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21755         Rename from perl-font-lock-syntactic-face-function.
21756         Change the calling convention so it can be used as a font-lock MATCHER.
21757         Do the parse-partial-sexp loop outselves.
21758         (perl-font-lock-syntactic-keywords): Use it.
21759         (perl-mode): Don't set font-lock-syntactic-face-function any more.
21761 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
21763         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21764         disassembly buffer too.
21765         (gdb-exited): Remove overlay arrows when execution has finished.
21766         (gdb-info-frames-custom, gdb-info-threads-custom)
21767         (gdb-info-registers-custom): Don't add inappropriate text
21768         properties if inferior is not active.
21770 2005-11-02  Glenn Morris  <rgm@gnu.org>
21772         * progmodes/fortran.el (fortran-blink-match):
21773         Use `blink-matching-delay'.
21775 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
21777         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21779 2005-11-02  Lars Hansen  <larsh@soem.dk>
21781         * net/tramp.el (tramp-action-out-of-band): Handle scp message
21782         "Permission denied".
21784 2005-11-01  Richard M. Stallman  <rms@gnu.org>
21786         * textmodes/flyspell.el (flyspell-external-point-words):
21787         Pass nil to flyspell-get-word.
21789 2005-11-02  Kim F. Storm  <storm@cua.dk>
21791         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21792         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21794 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21796         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21797         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21798         (calendar-mouse-print-dates): Add optional `event' argument.
21799         Update interactive-spec.
21800         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21801         Use `calendar-event-to-date' instead of `event'.
21803 2005-11-02  Masatake YAMATO  <jet@gyve.org>
21805         * progmodes/ld-script.el (ld-script-builtins):
21806         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21807         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21808         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21810 2005-11-01  Romain Francoise  <romain@orebokech.com>
21812         * vc-sccs.el: Update copyright year.
21813         * ezimage.el: Likewise.
21815 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
21817         * info.el (Info-fontify-node): Use `string-width' for fontifying
21818         underlined titles.
21820 2005-11-01  Juri Linkov  <juri@jurta.org>
21822         * info.el (Info-fontify-node): Downcase node header keywords Node,
21823         Prev, Next, Up before comparison.
21824         (Info-history): Insert absolute directory name, and put invisible
21825         property on it.
21827 2005-11-01  Juri Linkov  <juri@jurta.org>
21829         * info.el (Info-file-supports-index-cookies): New variable.
21830         (Info-find-node-2): Check makeinfo version for index cookie support.
21831         (Info-index-nodes): Search for nodes with index cookies only when
21832         Info-file-supports-index-cookies is t.  Otherwise, search nodes
21833         with "Index" in the node name.
21834         (Info-index-node): Search index cookie in the current node only when
21835         Info-file-supports-index-cookies is t.  Otherwise, check the word
21836         "Index" in the node name.
21837         (Info-find-emacs-command-nodes): Remove code that searches nodes
21838         with "Index" node name in the top menu.
21840 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21842         * progmodes/scheme.el (scheme-mode-variables): Use the default
21843         comment-indent-function.
21845         * faces.el (face-attribute): Handle the case where a face inherits from
21846         a non-existent face.
21848         * simple.el (eval-expression-print-format): Use lisp-readable syntax
21849         for octal and hexa output, and merge the char into the paren.
21850         (kill-new): Use push.
21851         (copy-to-buffer): Use with-current-buffer.
21852         (completion-setup-function): Move code in loop to remove redundancy.
21853         (minibuffer-local-must-match-map): Don't add bindings that duplicate
21854         those inherited from minibuffer-local-completion-map.
21856         * savehist.el (savehist-mode) <defcustom>:
21857         Use custom-set-minor-mode if available.
21858         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21859         and emit a message if applicable.
21861 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
21863         * savehist.el: Sync up to version 19.
21864         (savehist-mode): New minor mode.
21865         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21866         (savehist-length): Remove (use history-length instead).
21867         (savehist-file-modes): Rename from savehist-modes.
21868         (savehist-save-hook, savehist-loaded): New vars.
21869         (savehist-load): Use savehist-mode.  Try to smooth up transition from
21870         old format to new format.
21871         (savehist-install): Allow savehist-autosave-interval to be nil.
21872         (savehist-save): Run the new hook.  Be more careful to only trim the
21873         history variables.
21874         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
21875         (savehist-printable): Print into a buffer rather than char-by-char.
21877 2005-11-01  John Wiegley  <johnw@newartisans.com>
21879         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21880         toggle-ignore keybinding (C-a).  The author said it had been
21881         disabled much earlier due to a possible incompatibility, but after
21882         many months of usage I have encountered no problems (and it is a
21883         rather useful option, especially for switching to " *temp*").
21885         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21886         support for OS/X's AddressBook, by calling out to the open source
21887         program "contacts" (installable through Fink).
21889         * net/eudc.el (eudc-expand-inline): If the
21890         `eudc-multiple-match-handling-method' is set to `all', delete the
21891         query string before inserting the query result.
21893         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21894         flag, to prevent Eshell from using the system ls when
21895         `eshell-ls-insert-directory' is in used.
21896         (eshell-ls-insert-directory): Disable font-lock in directory
21897         buffer so that Eshell's own fontification is seen.  This broke
21898         recently due to changes in font-lock, so this goes back to version
21899         21 behavior.
21901 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
21903         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21904         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21905         (gdb-many-windows): Doc fix.
21907 2005-10-31  Romain Francoise  <romain@orebokech.com>
21909         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21911 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
21913         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21914         that global-font-lock-mode can be enabled by default.
21916         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21917         (font-lock-add-keywords, font-lock-remove-keywords)
21918         (font-lock-fontify-buffer): Remove autoload cookies.
21920         * jit-lock.el (jit-lock-register): Likewise.
21922         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21924 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
21926         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21927         intact if there is no gud-comint-buffer.
21929 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
21931         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21932         old prompt comint-prompt-read-only is t and GDB commands are
21933         issued from tool bar etc.
21935 2005-10-31  Masatake YAMATO  <jet@gyve.org>
21937         * vc.el (vc-directory-exclusion-list): Add "{arch}".
21939 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21941         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21942         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21944 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
21946         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21947         starting at beginning of line.  Fontification is messed up when
21948         `open-paren-in-column-0-is-defun-start' set to t.
21949         Reported by John Paul Wallington <jpw@pobox.com>.
21951 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
21953         * comint.el (comint-send-input): Call `comint-update-fence' when
21954         `comint-process-echoes' and `comint-prompt-read-only' are both
21955         non-nil, to avoid leftover read-only newline.
21957 2005-10-30  Richard M. Stallman  <rms@gnu.org>
21959         * textmodes/flyspell.el (flyspell-external-point-words):
21960         Detect when WORD can't be checked properly because
21961         flyspell-get-word finds just part of it, and move on.
21963         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21964         boundarychar for Polish.
21965         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21966         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21968 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
21970         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21971         (gdb-registers-font-lock-keywords): Delete.
21972         (gdb-registers-mode): Don't fontify.
21973         (gdb-info-registers-custom): Use text properties instead as, in
21974         future, changed register values will use font-lock-warning-face.
21975         (gdb-local-font-lock-keywords): Rename to...
21976         (gdb-locals-font-lock-keywords): ...for consistency.
21978 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
21980         * vc.el (vc-switch-backend): Better error message if the buffer is
21981         not visiting a file under version control.
21983         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21985 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
21987         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21988         ~/.emacs.d/.emacs.
21990 2005-10-29  Richard M. Stallman  <rms@gnu.org>
21992         * replace.el (occur-mode-mouse-goto): Always go to other window.
21993         (occur-mode-goto-occurrence): Always switch in same window.
21995         * simple.el (undo): Display message at end, not at start.
21997         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21998         New arg REUSE-CELL.
21999         (cancel-timer-internal): New function.
22000         (timer-event-handler): Use cancel-timer-internal,
22001         and pass the cell it returns to timer-activate...
22003         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22004         (jit-lock-deferred-fontify, jit-lock-context-fontify)
22005         (jit-lock-after-change): Test memory-full.
22007 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
22009         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22010         part of the decoded armor to find the key-identifier.
22011         (pgg-gpg-lookup-key-owner): New function to return the
22012         human-readable identifier of a key owner.
22013         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22014         key itself.
22015         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22016         the key value) if we have a key and can match it against a secret
22017         key.  Also, added a note pointing out fact that the prompt only
22018         indicates the first matching key.
22020         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22021         pgg-decrypt-region.
22022         (pgg-pending-timers): A new hash for tracking the passphrase cache
22023         timers, so that new ones supercede old ones.
22024         (pgg-add-passphrase-to-cache): Rename from
22025         `pgg-add-passphrase-cache' to reduce confusion (all callers
22026         changed).  Modified to cancel old timers when new ones are added.
22027         (pgg-remove-passphrase-from-cache): Rename from
22028         `pgg-remove-passphrase-cache' to reduce confusion (all callers
22029         changed).  Modified to cancel old timers when their keys are
22030         removed from the cache.
22031         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22032         XEmacs, an indirection to delete-itimer.
22033         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22034         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22035         users can only check cache without risk of prompting.  Correct bug in
22036         notruncate behavior.
22037         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22038         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22039         Add informative docstrings.
22040         (pgg-decrypt): Convey provided passphrase in subordinate call to
22041         pgg-decrypt-region.
22043         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22044         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22045         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22046         `passphrase' argument, so the passphrase can be managed externally
22047         and then passed in to the system.
22049         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22050         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22051         so the passphrase cache can be used reliably with identifiers
22052         besides a pgp packet's key id.
22054         * pgg-gpg.el (pgg-pgp-encrypt-region)
22055         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22056         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22057         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22058         argument to all these routines, so the passphrase can be managed
22059         externally and passed in to the system.
22061         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22062         `notruncate' argument, so the passphrase cache can be used
22063         reliably with identifiers besides a pgp packet's key id.
22065 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
22067         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22068         symmetric encryption.
22069         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22070         encrypted session key.
22071         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22072         message ask for the passphrase in a proper way.
22074         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22075         New user commands for symmetric encryption.
22077 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
22079         * textmodes/conf-mode.el (conf-assignment-sign)
22080         (conf-assignment-regexp): Fix docstrings.
22081         (conf-mode-initialize): New function.
22082         (conf-mode): Remove optional args.  Use delay-mode-hooks to
22083         recognize recursive calls.
22084         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22085         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22086         (conf-xdefaults-mode): Use define-derived-mode and
22087         conf-mode-initialize.
22089 2005-10-29  Romain Francoise  <romain@orebokech.com>
22091         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22093 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
22095         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22096         part of the decoded armor to find the key-identifier.
22097         (pgg-gpg-lookup-key-owner): New function to return the
22098         human-readable identifier of a key owner.
22099         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22100         key itself.
22101         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22102         the key value) if we have a key and can match it against a secret
22103         key.  Also, added a note pointing out fact that the prompt only
22104         indicates the first matching key.
22106         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22107         pgg-decrypt-region.
22108         (pgg-pending-timers): A new hash for tracking the passphrase cache
22109         timers, so that new ones supercede old ones.
22110         (pgg-add-passphrase-to-cache): Rename from
22111         `pgg-add-passphrase-cache' to reduce confusion (all callers
22112         changed).  Modified to cancel old timers when new ones are added.
22113         (pgg-remove-passphrase-from-cache): Rename from
22114         `pgg-remove-passphrase-cache' to reduce confusion (all callers
22115         changed).  Modified to cancel old timers when their keys are
22116         removed from the cache.
22117         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22118         XEmacs, an indirection to delete-itimer.
22119         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22120         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22121         users can only check cache without risk of prompting.  Correct bug in
22122         notruncate behavior.
22123         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22124         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22125         Add informative docstrings.
22126         (pgg-decrypt): Convey provided passphrase in subordinate call to
22127         pgg-decrypt-region.
22129 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
22131         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22132         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22133         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22134         `passphrase' argument, so the passphrase can be managed externally
22135         and then passed in to the system.
22137         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22138         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22139         so the passphrase cache can be used reliably with identifiers
22140         besides a pgp packet's key id.
22142         * pgg-gpg.el (pgg-pgp-encrypt-region)
22143         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22144         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22145         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22146         argument to all these routines, so the passphrase can be managed
22147         externally and passed in to the system.
22149         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22150         `notruncate' argument, so the passphrase cache can be used
22151         reliably with identifiers besides a pgp packet's key id.
22153 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
22155         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22156         symmetric encryption.
22157         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22158         encrypted session key.
22159         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22160         message ask for the passphrase in a proper way.
22162         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22163         New user commands for symmetric encryption.
22165 2005-10-28  Bill Wohler  <wohler@newt.com>
22167         * help-mode.el (help-url): New button type.  Calls browse-url.
22168         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22169         Similar to Info nodes: URL `url'.
22170         (help-make-xrefs): Create help-url buttons for
22171         help-xref-url-regexp matches.
22173 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
22175         * tool-bar.el (tool-bar-add-item-from-menu)
22176         (tool-bar-local-item-from-menu): Fix doc strings.
22178 2005-10-28  Romain Francoise  <romain@orebokech.com>
22180         * ldefs-boot.el: Update.
22182         * subr.el (locate-library): Move from help-fns.el.
22183         * help-fns.el (locate-library): Move to subr.el.
22185 2005-10-28  Richard M. Stallman  <rms@gnu.org>
22187         * net/tramp.el (tramp-completion-mode): defvar moved up.
22189         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22191         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22193         * files.el (find-file-noselect): Use %d to format large file size.
22195         * bindings.el (mode-line-format): Add %e.
22197         * loadup.el ("facemenu"): Load unconditionally.
22198         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22199         ("x-dnd"): Load, when appropriate.
22201         * startup.el (command-line): Call before-init-hook earlier.
22202         Warn about some bad characters in -u user name.
22204         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22205         (flyspell-external-point-words): Error if misspelled word is not found.
22206         Set flyspell-large-region-beg at end of word.
22208 2005-10-28  Andreas Schwab  <schwab@suse.de>
22210         * view.el (View-revert-buffer-scroll-page-forward):
22211         Use view-page-size-default.
22213 2005-10-28  Juri Linkov  <juri@jurta.org>
22215         * international/quail.el (quail-get-current-str): Translate last
22216         raw character for deterministic input methods.
22218 2005-10-27  Jay Belanger  <belanger@truman.edu>
22220         * calc/calc-ext.el: Add functions to autoloads.
22221         (math-identity-matrix-p, math-ident-row-p): New functions.
22223         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22224         multiplication by an identity matrix; don't turn multiplication by
22225         an inverse matrix into division.
22226         (math-div-symbol-fancy): Replace division by matrices with
22227         multiplication by inverse.
22229         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22231         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22232         (calc-writeoutpower): New functions.
22234 2005-10-27  Romain Francoise  <romain@orebokech.com>
22236         * replace.el (occur-engine): Include colon in mouse-face highlight.
22238         * dired-x.el: Change Maintainer field.
22240 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
22242         * longlines.el (longlines-mode): Bind after-change-functions to
22243         nil during initial decoding and final encoding.
22245 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
22247         * term.el (term-emulate-terminal, term-handle-colors-array)
22248         (term-handle-ansi-escape): Specify the terminfo capabilities
22249         implemented.
22251 2005-10-26  Richard M. Stallman  <rms@gnu.org>
22253         * info.el (Info-fontify-node): Fix detection of sentence-break
22254         before *Note.
22256 2005-10-26  Romain Francoise  <romain@orebokech.com>
22258         * smerge-mode.el: Add `tools' to file keywords.
22260 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
22262         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22263         when the fringe is not available.
22265         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22266         (def-gdb-auto-update-trigger): Simplify construction.
22267         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22268         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22269         defined explicitly.
22270         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22271         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22272         defined explicitly.
22273         (gdb-info-locals-custom): Remove as it's a no-op.
22275 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
22277         * longlines.el (longlines-mode): Remove narrowing before
22278         performing the initial decoding or final encoding.
22280 2005-10-25  Romain Francoise  <romain@orebokech.com>
22282         * emacs-lisp/find-func.el (find-library-name): Also strip
22283         extension if library name ends in .el, to take advantage of
22284         `find-library-suffixes'.
22286 2005-10-25  Richard M. Stallman  <rms@gnu.org>
22288         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22290 2005-10-25  Juri Linkov  <juri@jurta.org>
22292         * textmodes/texinfo.el (texinfo-mode): Change charset of one
22293         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22295 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22297         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22298         (blackbox-redefine-key): Add argument `map'.
22300         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
22301         regions when moving the jit-lock-context-unfontify-pos boundary.
22303 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22305         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
22307 2005-10-25  Masatake YAMATO  <jet@gyve.org>
22309         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
22311 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
22313         * play/blackbox.el (blackbox-redefine-key): New function.
22314         (blackbox-mode-map): Use it to remap existing bindings for cursor
22315         motion instead of binding literal keys.
22317 2005-10-25  Glenn Morris  <rgm@gnu.org>
22319         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22320         diary does not end in a newline.  Do not assume a blank line at
22321         the start of the diary file.
22323 2005-10-25  Kenichi Handa  <handa@m17n.org>
22325         * international/quail.el (quail-translate-key): If the input
22326         method is deterministic and failed to handle the last key, restart
22327         the key handling loop from an appropriate key.
22329 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
22331         * vc.el (vc-dired-mode): Extend comment for binding of
22332         `directory-listing-before-filename-regexp'.
22334 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22336         * textmodes/texinfo.el (texinfo-mode):
22337         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
22338         not to unnecessarily expose emacs-mule's internal char codes.
22340 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
22342         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
22343         Display hand pointer and help-echo on disabled icon too.
22344         (gdb-mouse-until): New function.
22345         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
22347 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
22349         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
22350         with 2005-10-23 change to doctor.el.
22352         * finder.el (finder-mode-map): Add follow-link binding.
22354 2005-10-25  Kim F. Storm  <storm@cua.dk>
22356         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
22357         to gdb-mouse-toggle-breakpoint-fringe.
22358         (gdb-mouse-toggle-breakpoint-margin): Rename from
22359         gdb-mouse-toggle-breakpoint.  Fix doc.
22360         (gdb-mouse-toggle-breakpoint-fringe): New defun.
22361         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
22362         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
22363         string properties also for fringe breakpoint bitmaps.
22365 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
22367         * textmodes/org.el (org-start-icalendar-file): Fix format form.
22369 2005-10-25  Masatake YAMATO  <jet@gyve.org>
22371         * simple.el (completion-common-substring):
22372         Use `completion-common-substring' prior to `completion-base-size'.
22374 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
22376         * savehist.el: Require CL while compiling.
22377         (savehist-history-variables): Remove.
22378         (savehist-save-minibuffer-history, savehist-additional-variables)
22379         (savehist-minibuffer-history-variables): New vars.
22380         (savehist-save): Use them.
22381         (savehist-uninstall, savehist-minibuffer-hook): New funs.
22382         (savehist-install): New fun, extracted from savehist-load.
22383         (savehist-load): Use them.
22385 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22387         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22388         a dummy doc-string-elt property.
22389         (defalias, defvaralias, define-category): Add a docstring property.
22391         * image.el (defimage):
22392         * widget.el (define-widget):
22393         * custom.el (defface, defcustom): Add `doc-string' declaration.
22395         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22396         (defadvice): Add `doc-string' declaration.
22398         * emacs-lisp/byte-run.el (macro-declaration-function):
22399         Handle `doc-string' declarations.
22400         (define-obsolete-function-alias, define-obsolete-variable-alias):
22401         Add `doc-string' declaration.
22403 2005-10-24  Kenichi Handa  <handa@m17n.org>
22405         * international/utf-7.el (utf-7): Add autoload cookie.
22407         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
22409 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
22411         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22412         list of directories passed to batch-update-autoloads.  Add "." to
22413         the list of the echoed directories.
22415         * pgg-def.el:
22416         * pgg-gpg.el:
22417         * pgg-parse.el:
22418         * pgg-pgp.el:
22419         * pgg-pgp5.el:
22420         * pgg.el: Moved here from the gnus subdirectory.
22422 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
22424         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22425         in case comint-prompt-read-only is set to t.
22427         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22428         in case comint-prompt-read-only is set to t.
22430 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
22432         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22433         Now a string.
22434         (icalendar-import-format): Handle CLASS, STATUS, URL.
22435         Rename `subject' to `summary'.
22436         (icalendar-import-format-summary): Rename from
22437         `icalendar-import-format-subject'.
22438         (icalendar-import-format-url, icalendar-import-format-status)
22439         (icalendar-import-format-class): New variables.
22440         (icalendar--rris): Take variable argument list.
22441         (icalendar--datestring-to-isodate): Remove unnecessary
22442         calendar-style check when converting dates with explicit month names.
22443         (icalendar-export-region): Change return type of conversion
22444         subroutines.  Bury current buffer unless error occurred.
22445         (icalendar--convert-to-ical)
22446         (icalendar--parse-summary-and-rest): New functions.
22447         (icalendar--convert-ordinary-to-ical)
22448         (icalendar--convert-weekly-to-ical)
22449         (icalendar--convert-yearly-to-ical)
22450         (icalendar--convert-block-to-ical)
22451         (icalendar--convert-cyclic-to-ical)
22452         (icalendar--convert-anniversary-to-ical): Change return type.
22453         Strip trailing blanks from subject.
22454         (icalendar--convert-sexp-to-ical): Change return type.
22455         Strip trailing blanks from subject.  Handle simple sexp
22456         entries as generated by icalendar.el.
22457         (icalendar--convert-float-to-ical)
22458         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22459         (icalendar-import-file): Doc fix.
22460         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22461         Correct call to icalendar--rris.
22462         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
22463         `summary'.
22464         (icalendar--add-diary-entry): Rename `subject' to `summary'.
22466 2005-10-24  Romain Francoise  <romain@orebokech.com>
22468         * server.el (server-sentinel): Set query-on-exit flag to nil on
22469         new client processes (it isn't inherited from the server process).
22471         * replace.el (occur-engine): Rearrange text properties.
22473 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22475         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22476         case-fold-search is nil.
22477         (debug-help-follow): Use help-xref-interned directly.
22479 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22481         * thumbs.el (thumbs-image-type): Add .pbm.
22483 2005-10-23  Richard M. Stallman  <rms@gnu.org>
22485         * faces.el (inhibit-face-set-after-frame-default): New variable.
22486         (set-face-attribute): Bind it.
22487         (face-set-after-frame-default): Test it.
22489         * help-fns.el (describe-simplify-lib-file-name): New function.
22490         (describe-function-1, describe-variable): Use it.
22492         * faces.el (describe-face): Use describe-simplify-lib-file-name.
22494         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22495         Eliminate nil as possible value.
22496         (tooltip-hide-delay): Reduce internal-border-width.
22498         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22499         (menu-bar-file-menu) <new-file>: Likewise.
22501         * simple.el (line-move-finish): Ignore fields computing LINE-END.
22503         * international/mule.el (load-with-code-conversion):
22504         Pass full file name to `eval-buffer' unless preloading.
22506         * textmodes/flyspell.el (flyspell-large-region):
22507         Call ispell-check-version.
22509         * textmodes/ispell.el (ispell-local-dictionary-overridden):
22510         Fix the make-variable-buffer-local call that was supposed
22511         to be for this variable.
22512         (ispell-aspell-supports-utf8): Doc fix.
22513         (ispell-find-aspell-dictionaries): Preserve elements of
22514         ispell-dictionary-alist for dictionaries that aspell doesn't report.
22515         (ispell-aspell-find-dictionary): Return nil on error.
22517         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22518         (doctor-symptoms): Likewise.
22520         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22522 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22524         * cus-edit.el (custom-button, custom-button-pressed): New vars.
22525         (custom-raised-buttons): Add :set spec.
22526         (custom-button-unraised, custom-button-pressed-unraised):
22527         New faces, so that custom-raised-buttons actually does something.
22528         (custom-mode): Use custom-button and custom-button-pressed.
22530         * wid-edit.el (widget-specify-button): Don't ignore
22531         widget-mouse-face on graphic terminals.
22532         (widget-move-and-invoke): Cleanup.
22534 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
22536         * whitespace.el (whitespace-cleanup): Doc fix.
22538 2005-10-23  Romain Francoise  <romain@orebokech.com>
22540         * emulation/viper.el (viper-set-hooks): Quote forms passed to
22541         `eval-after-load' to avoid evaluating their result.
22543 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
22545         * files.el (directory-listing-before-filename-regexp):
22546         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
22548         * dired.el (dired-move-to-filename-regexp): Remove.
22549         All occurrences replaced by `directory-listing-before-filename-regexp'.
22551         * dired-x.el, locate.el, vc.el:
22552         Replace `dired-move-to-filename-regexp' by
22553         `directory-listing-before-filename-regexp'.  In vc.el it is
22554         overwritten locally; maybe this can be handled in files.el too.
22556         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
22557         replaced by `directory-listing-before-filename-regexp'.
22559 2005-10-23  Andreas Schwab  <schwab@suse.de>
22561         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22562         and eval-next-after-load.
22564 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
22566         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22567         exist, create it.
22569 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
22571         * allout.el: Remove autoloads for mailcrypt and crypt++.
22572         Require pgg, pgg-gpg during compilation.
22573         (allout-version): Increment version number to 2.1, and use a literal
22574         rather than RCS Id.
22575         (allout-default-encryption-scheme): Remove.
22576         (allout-passphrase-verifier-handling)
22577         (allout-passphrase-verifier-string)
22578         (allout-file-passphrase-verifier-string)
22579         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22580         (allout-passphrase-hint-handling): Rename and simplify.
22581         (allout-init): Use `find-file-hook' if available, otherwise
22582         `find-file-hooks'.
22583         (allout-mode): Use `write-file-functions' if available, otherwise
22584         `local-write-file-hooks' and, instead of making auto-save-hook
22585         buffer local, make the write-file-hook activity contingent to
22586         allout-mode.
22587         (allout-mode): Use key-binding substitution in the docstring.
22588         (allout-kill-line): Spell-out kill ring data structure mutation
22589         instead of using byte-compiler-complaint-provoking `pop'.
22590         (allout-insert-listified): Use `insert' rather than `insert-string'
22591         (allout-toggle-current-subtree-encryption): Update docstring, adjust
22592         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22593         (allout-encrypt-string): Totally revamped vis new underlying
22594         encryption facilities.
22595         (allout-mc-activate-passwd): Remove.
22596         (allout-obtain-passphrase): New, more or less replaces
22597         allout-mc-activate-passwd.
22598         (allout-encrypted-key-info): More or less replaces
22599         allout-encrypted-text-type.
22600         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22601         (my-mark-marker): Use `(featurep 'xemacs)'.
22603 2005-10-23  Lars Hansen  <larsh@soem.dk>
22605         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22606         (byte-compile-file-form-defmumble, byte-compile-defun)
22607         (byte-compile-defmacro): Use it.
22608         (byte-compile-form): Don't call byte-compile-set-symbol-position
22609         when a byte-compile handler is called.
22611 2005-10-22  Romain Francoise  <romain@orebokech.com>
22613         * savehist.el (savehist-history-variables): Add `grep-find-history'.
22615         * subr.el (eval-after-load): Convert library name to an absolute
22616         file name using locate-library, since load-history no longer has
22617         library names in it.
22619 2005-10-22  Richard M. Stallman  <rms@gnu.org>
22621         * files.el (make-temp-file): Move from subr.el.
22622         * subr.el (make-temp-file): Move to files.el.
22624         * window.el (get-buffer-window-list): Move from subr.el.
22625         * subr.el (get-buffer-window-list): Move to window.el.
22627         * image.el (image-load-path): Use eval-at-startup to initialize.
22629         * subr.el (eval-at-startup): New macro.
22631         * subr.el: Much rearrangement of functions and division
22632         into pages.  No code changes.
22634 2005-10-22  Kenichi Handa  <handa@m17n.org>
22636         * tar-mode.el (tar-extract): Be sure to call
22637         find-operation-coding-system if set-auto-coding doesn't find a
22638         coding system.
22640 2005-10-22  Kim F. Storm  <storm@cua.dk>
22642         * image.el (image-type-header-regexps): Rename from image-type-regexps.
22643         Change users.
22644         (image-type-file-name-regexps): New defconst.
22645         (image-type-from-data): Simplify loop.
22646         (image-type-from-buffer): New defun.
22647         (image-type-from-file-header): Use it instead of image-type-from-data.
22648         Use image-search-load-path instead of only looking in data-directory.
22649         (image-type-from-file-name): New defun.
22650         (image-search-load-path): Change `pathname' to `filename'.
22651         Make PATH arg optional, default to image-load-path.
22653 2005-10-21  Richard M. Stallman  <rms@gnu.org>
22655         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22657         * textmodes/paragraphs.el (sentence-end-base): New variable.
22658         (sentence-end): Use sentence-end-base.
22660 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22662         * font-lock.el (font-lock-default-fontify-region): Check the multiline
22663         property independently from the font-lock-multiline variable.
22665 2005-10-21  Richard M. Stallman  <rms@gnu.org>
22667         * emacs-lisp/find-func.el (find-library-name): Doc fix.
22669         * startup.el (command-line): Convert library names
22670         in `load-history' to absolute file names.
22672         * subr.el (symbol-file): Doc fix.
22674         * loadhist.el (file-loadhist-lookup): Call locate-library
22675         instead of find-library-name.  Don't try converting
22676         abs file names to library names, since load-history no longer
22677         has library names in it.
22678         (file-dependents, file-provides, file-requires): Doc fixes.
22680 2005-10-21  Juri Linkov  <juri@jurta.org>
22682         * progmodes/etags.el (tags-table-mode): New function.
22683         (tags-verify-table): Replace initialize-new-tags-table with
22684         tags-table-mode.
22686         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22687         default value.
22688         (desktop-modes-not-to-save): Add tags-table-mode to the
22689         default value.
22691         * info.el (Info-index-next): Add total number of index
22692         alternatives to the message.
22694         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22695         backward only space (instead of space and period) before looking
22696         at sentence end.
22698         * simple.el (set-variable): Use user-variable-p instead of symbolp.
22699         Add the old variable value as 4th default-value arg of read-string.
22701 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22703         * cus-face.el (custom-declare-face): Make face from X resources
22704         also on Mac.
22706         * disp-table.el (standard-display-g1, standard-display-graphic):
22707         Refuse to use string glyphs also on Mac.
22708         (standard-display-european): Don't set terminal coding system also
22709         on Mac.
22711         * frame.el (display-screens): Use x-display-screens also on Mac.
22713 2005-10-21  Romain Francoise  <romain@orebokech.com>
22715         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
22717 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22719         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22720         and $? into sexps.
22722         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22723         warning face on open-paren-in-column-0.
22725         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22726         boundary case.  Fix typo.
22727         Suggested by Martin Rudalics <rudalics@gmx.at>.
22729 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
22731         * textmodes/org.el (org-combined-agenda-icalendar-file)
22732         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22733         (org-export-icalendar-this-file)
22734         (org-export-icalendar-all-agenda-files)
22735         (org-export-icalendar-combine-agenda-files): New commands.
22736         (org-export-icalendar, org-print-icalendar-entries)
22737         (org-start-icalendar-file, org-finish-icalendar-file)
22738         (org-ical-ts-to-string): New functions.
22739         (org-read-date, org-goto-calendar)
22740         (org-agenda-goto-calendar): Inhibit displaying diary entries by
22741         call to `calendar'.
22742         (orgtbl-setup): Remove the :keys arguments from the menu description.
22743         (org-after-save-iCalendar-file-hook): New variable.
22745 2005-10-21  Kenichi Handa  <handa@m17n.org>
22747         * language/vietnamese.el (tcvn-5712): Make it an alias of
22748         vietnamese-tcvn coding-system.
22750 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
22752         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22753         group id is given.
22755 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22757         * progmodes/sh-script.el (sh-escaped-line-re): New var.
22758         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22759         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22760         whose line is either continued or ends with a comment.
22762 2005-10-20  Romain Francoise  <romain@orebokech.com>
22764         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22766         * replace.el (occur-engine): Add follow-link property.
22768         * font-core.el (font-lock-mode): Doc fix.
22770 2005-10-20  Richard M. Stallman  <rms@gnu.org>
22772         * net/rcirc.el: New file.
22774 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
22776         * term.el (term-term-name): Initialize to "eterm-color".
22778 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
22780         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22781         for encryption functionality.
22782         Move allout customization subgroup from `editing' to `outlines' group.
22783         Fix commentary keywords to legitimate ones.
22784         Update author info (using my current email address, obscurified).
22785         (allout-encrypt-string, allout-encryption-produce-work-buffer)
22786         (allout-encrypted-topic-p, allout-encrypted-text-type)
22787         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22788         (allout-situate-encryption-key-verifier)
22789         (allout-get-encryption-key-verifier, allout-verify-key)
22790         (allout-next-topic-pending-encryption)
22791         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22792         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22793         (outline-key-verifier-handling, outline-key-hint-handling)
22794         (outline-encrypt-unencrypted-on-saves): New defcustoms.
22795         (allout-file-key-verifier-string, allout-encryption-scheme)
22796         (allout-key-verifier-string, allout-key-hint-string)
22797         (allout-after-save-decrypt): New variables.
22798         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22799         (allout-after-saves-handler): New hook functions.
22800         (allout-post-command-business): Do allout-after-save-decrypt.
22801         (allout-enable-file-variable-adjustment): Custom var to enable
22802         mechanism for adding and adjusting settings of Emacs file variables.
22803         (allout-adjust-file-variable, allout-file-vars-section-data):
22804         New functions, implement the mechanism.
22805         (outlineify-sticky): Use the file vars mechanism.
22806         (allout-inhibit-protection, allout-during-write-cue)
22807         (allout-override-protect, allout-before-change-protect): Remove.
22808         (allout-flag-region, allout-open-topic): Adjust read-only text.
22809         (allout-open-line-not-read-only): Add to facilitate read-only
22810         text based protection.
22811         (allout-kill-line): Revise to adjust read-only text, clue the
22812         user about the inhibition.
22813         (allout-unprotected): Use unwind-protect.
22814         (allout-shift-in, allout-shift-out): Disallow manually shifting a
22815         topic deeper than the offspring depth of the previous topic -
22816         avoiding confusing "containment discontinuities".
22817         (allout-reindent-bodies): Fix retention of body relative hanging
22818         indent during promotion of collapsed bodies.
22819         (allout-open-topic): Make it easy to open new topic with same
22820         bullet as current topic - topic creation functions provided with
22821         any universal argument provokes now prompt for bullet, defaulting
22822         to the bullet of the previous topic.
22823         (allout-plain-bullets-string, allout-distinctive-bullets-string):
22824         Plain bullet alternates `.' period and `,' comma only.  All other
22825         bullets are relegated to special status (but customizable).
22826         (allout-end-of-entry): Rename from allout-end-of-current-entry
22827         since it actually operates w.r.t. most immediately containing
22828         entry, visible or not.
22829         (allout-hide-current-entry, allout-show-current-entry): Use the
22830         revised version.
22831         (allout-old-expose-topic): Solidify deprecation.
22832         (allout-end-of-subtree): Add so we can span concealed as well
22833         as visible topics.
22834         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22835         (allout-end-of-current-heading): Tweak to just respect the first line.
22836         (allout-get-body-text): Add.
22837         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22838         when invoked interactively.
22839         (allout-up-current-level): Use `interactive-p'.
22840         (allout-mode, allout-init): Miscellaneous docstring and
22841         operational refinements, as well as hookups of new encryption stuff.
22842         (allout-beginning-of-current-entry): Now works as advertised.
22843         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22844         (allout-isearch-rectification): Refine condition for isearching.
22845         (allout-isearch-abort, allout-enwrap-isearch)
22846         (allout-flag-region, my-region-active-p): Relocate some macros.
22847         (allout-title): Fallback title is (buffer-name), not
22848         non-existing (current-buffer-name).
22849         (subst-char-in-string): Define if absent (for some XEmacs versions).
22851 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
22853         * mail/sendmail.el (mail-setup-hook, mail-aliases)
22854         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22855         (mail-citation-prefix-regexp, mail-signature-file)
22856         (mail-default-headers, mail-bury-selects-summary)
22857         (mail-send-nonascii): Add autoload cookies.
22859 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22861         * frame.el (blink-cursor-mode): Add `mac' to the list of
22862         window-system's that support blinking cursor.
22864 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
22866         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22868 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
22870         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22871         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22872         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22874 2005-10-20  Kim F. Storm  <storm@cua.dk>
22876         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22877         (ido-set-current-directory): Don't add / after final @.
22878         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22879         Explicitly handle ange-ftp completion oddities.
22880         (ido-make-file-list): Don't rotate list at tramp root to avoid
22881         triggering tramp file handler for expand-file-name via get-file-buffer.
22883 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22885         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22887 2005-10-19  Jay Belanger  <belanger@truman.edu>
22889         * calc/calc-units.el (math-standard-units): Add units, adjust
22890         symbols and update values.
22891         (math-unit-prefixes): Add more prefixes.
22893 2005-10-19  Romain Francoise  <romain@orebokech.com>
22895         * bookmark.el (bookmark-menu-heading): New face.
22896         (bookmark-bmenu-list): Use it.
22897         Don't fiddle with `baud-rate' at top-level.
22899 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
22901         * image.el (create-image, find-image): Mention max-image-size in
22902         docstring.
22904 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22906         * savehist.el (savehist-load): Revert to checking XEmacs.
22908         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22909         Various docstring and line-width fixups.
22910         (conf-mode): Use cond.
22911         Set font-lock-defaults.  Don't set comment-use-syntax.
22913 2005-10-18  David Ponce  <david@dponce.com>
22915         * tree-widget.el (tree-widget-button-click): New function.
22916         (tree-widget-button-keymap): Use it.
22918 2005-10-18  Romain Francoise  <romain@orebokech.com>
22920         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22921         (bookmark-bmenu-hide-filenames): Add follow-link property.
22922         Improve help-echo text.
22924         * ffap.el (find-file-at-point): Doc fix.
22926 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22928         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22930 2005-10-18  Masatake YAMATO  <jet@gyve.org>
22932         Install to the CVS repository what I forgot to install in my
22933         2005-10-16 changes.
22935         * progmodes/python.el (python-complete-symbol): Pass the common
22936         prefix substring of completion to `display-completion-list'.
22938         * textmodes/org.el (org-complete): Ditto.
22940 2005-10-18  Masatake YAMATO  <jet@gyve.org>
22942         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22944         * woman.el (WoMan-xref-man-page): New button type derived
22945         from `Man-abstract-xref-man-page'.
22946         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22948         * man.el (Man-abstract-xref-man-page): New button type.
22949         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22950         (Man-highlight-references): Add new optional argument `xref-man-type'.
22952 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
22954         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22956 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22958         * cus-edit.el (Custom-move-and-invoke): Delete.
22959         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22961         * wid-edit.el (widget-move-and-invoke): New function, from
22962         Custom-move-and-invoke.
22964 2005-10-17  Bill Wohler  <wohler@newt.com>
22966         Move all remaining images from lisp/toolbar to etc/images, move
22967         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
22968         the low resolution images in their own directory (low-color).
22970         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22971         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22972         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22973         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22974         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22975         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22976         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22978         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22979         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22980         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22981         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22982         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22983         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22984         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22985         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22986         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22987         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22988         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22989         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22990         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22991         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22992         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22994         To conform with convention, replace the underscore (_) in the
22995         following image names with dash (-) or (/) as appropriate.
22997         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22998         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22999         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23000         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23001         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23002         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23003         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23004         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23005         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23006         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23007         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23008         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23009         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23010         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23011         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23013         * info.el (info-tool-bar-map): Replace underscores in image names
23014         with dashes.
23016         * makefile.w32-in (WINS): Remove toolbar.
23018         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23020         * tool-bar.el: Move to lisp from toolbar.  Now that
23021         toolbar is empty, it should be deleted when folks run "cvs up -P".
23023 2005-10-18  Jay Belanger  <belanger@truman.edu>
23025         * calc/calc-store.el (calc-store-into): Get the proper variable name
23026         to display in message.
23028 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
23030         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23031         expressions display in speedbar for all buffers when debugging.
23032         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23034         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23035         (speedbar-insert-button, speedbar-make-button):
23036         Use add-text-properties.
23037         (speedbar-update-localized-contents)
23038         (speedbar-update-directory-contents)
23039         (speedbar-update-special-contents): Use dolist.
23040         (speedbar-buffer-easymenu-definition): Add a menu separator.
23042 2005-10-17  Jason Rumney  <jasonr@gnu.org>
23044         * makefile.w32-in: Use $(lisp) consistently.
23045         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23046         for shell specific generation of mh-autoloads.
23048 2005-10-17  Richard M. Stallman  <rms@gnu.org>
23050         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23052 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23054         * jit-lock.el (jit-lock-fontify-now):
23055         Move jit-lock-context-unfontify-pos to avoid wasted work.
23057 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
23059         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
23060         `tramp-completion-mode' for checking if we are in completion mode.
23061         (tramp-completion-handle-file-name-all-completions): Reorder code
23062         in order to complete for file names only in case there are no
23063         method/user/host completions.  This is necessary for cooperation
23064         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
23066 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
23068         * longlines.el (longlines-search-forward)
23069         (longlines-search-backward): Match any number of spaces.
23071 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
23073         * diff-mode.el (diff-mode): Doc fix.
23075 2005-10-16  David Reitter  <david.reitter@gmail.com>
23077         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23078         as default on darwin and windows systems.
23080 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
23082         * arc-mode.el (archive-zip-extract): Doc fix.
23084 2005-10-16  Romain Francoise  <romain@orebokech.com>
23086         * mouse.el (mouse-1-click-follows-link): Doc fix.
23088 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23090         * savehist.el: Don't require CL at runtime.
23091         (savehist-xemacs): Remove.
23092         (savehist-coding-system): Use utf-8 if present, regardless of religion.
23093         (savehist-no-conversion): Use (featurep 'xemacs).
23094         (savehist-load): Check existence of start-itimer rather than XEmacs.
23095         Use an idle timer.
23096         (savehist-process-for-saving): Replace use of CL funs `subseq' and
23097         `delete-if-not'.
23099 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
23101         * savehist.el: Newer version.
23102         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23103         (savehist-last-checksum, savehist-no-conversion): New vars.
23104         (savehist-autosave, savehist-process-for-saving, savehist-printable):
23105         New functions.
23106         (savehist-load, savehist-save): Use them.
23107         (savehist-delimit): Remove.
23109 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23111         * progmodes/compile.el (compilation-goto-locus): Display the
23112         compilation buffer first and the source buffer second, in case they're
23113         in overlapping frames.  Don't raise the compilation frame if it was the
23114         selected window upon entry.  Pass the `other-window' arg to
23115         pop-to-buffer.
23117         * info.el (Info-fontify-node): Use dolist.
23118         Change add-text-properties to put-text-property.
23120 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23122         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23123         bound of search.
23125 2005-10-16  Masatake YAMATO  <jet@gyve.org>
23127         * dabbrev.el (dabbrev-completion): Pass the common
23128         prefix substring of completion to `display-completion-list'.
23130         * filecache.el (file-cache-minibuffer-complete)
23131         (file-cache-complete): Ditto.
23133         * tempo.el (tempo-display-completions): Ditto.
23135         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23137         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23139         * eshell/em-hist.el (eshell-list-history): Ditto.
23141         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23143         * mail/mailalias.el (mail-complete): Ditto.
23145         * progmodes/etags.el (complete-tag): Ditto.
23147         * progmodes/make-mode.el (makefile-complete): Ditto.
23149         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23151         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23153         * progmodes/pascal.el (pascal-complete-word)
23154         (pascal-show-completions): Ditto.
23156         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23158         * simple.el (completion-common-substring): New variable.
23159         (completion-setup-function): Use `completion-common-substring'
23160         to put faces.
23162 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23164         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23165         (x-get-selection, mac-select-convert-to-string): Convert from/to
23166         UTF-16 clipboard data as in native byte order, no BOM.
23168 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
23170         * progmodes/gud.el (gud-tool-bar-map): Rename the images
23171         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23172         (gud-sentinel): Use speedbar-frame to check for speedbar.
23174 2005-10-15  Richard M. Stallman  <rms@gnu.org>
23176         * savehist.el: New file.
23178 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
23180         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23181         Fix bug in \bf fontification.
23183 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23185         * pcvs.el (cvs-edit-log-files): New var.
23186         (cvs-mode-edit-log): New arg `file'.
23187         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23188         Instead force the use of the original file and nothing else.
23189         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23190         the cvs-minor-wrap-function is set.
23191         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23193 2005-10-14  Bill Wohler  <wohler@newt.com>
23195         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23196         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23197         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23198         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23199         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23200         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23201         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23202         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23203         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23204         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23205         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23206         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23207         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23208         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23209         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23211         * progmodes/gud.el (gud-tool-bar-map): Rename the images
23212         appropriately (for example, gud-break to gud/break).
23214 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
23216         * longlines.el (longlinges-search-function)
23217         (longlines-search-forward, longlines-search-backward): New functions.
23218         (longlines-mode): Set isearch-search-fun-function to
23219         longlinges-search-function.
23221         * mouse.el (mouse-drag-region-1): Handle the case where a
23222         double-click event is bound to an arbitrary function.
23224 2005-10-14  David Ponce  <david@dponce.com>
23226         * recentf.el (recentf-track-opened-file)
23227         (recentf-track-closed-file, recentf-update-menu)
23228         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23229         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23230         mouse-1-click-follows-link.
23232 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23234         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23235         Gnome file-manager.png.  Suggested by
23236         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23238         * toolbar/README: Add diropen.xpm.
23240 2005-10-13  Bill Wohler  <wohler@newt.com>
23242         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23243         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
23245 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23247         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23248         Don't waste the byte-compiler's time on constant data.
23250 2005-10-13  Kenichi Handa  <handa@m17n.org>
23252         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23253         byte with `escape-glyph' face.
23255         * international/fontset.el (ccl-encode-unicode-font):
23256         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23257         Handle the case that ucs-mule-to-mule-unicode translates a character to
23258         ASCII (usually for IPA characters).
23260 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23262         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23263         Don't hide the underline of titles if font-lock-mode is disabled.
23265 2005-10-12  Bill Wohler  <wohler@newt.com>
23267         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
23268         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
23269         files in MH-E-SRC have been updated.
23270         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23272 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23274         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23275         (mixal-mode-syntax-table): Add \n as end-comment.
23276         (mixal-operation-codes-alist): Immediately initialize to full value.
23277         (mixal-add-operation-code): Remove.
23278         (mixal-describe-operation-code): Make the arg non-optional.
23279         Use the interactive spec instead.
23280         Use mixal-operation-codes-alist rather than mixal-operation-codes.
23281         (mixal-font-lock-keywords): Don't highlight comments here any more.
23282         (mixal-font-lock-syntactic-keywords): New var.
23283         (mixal-mode): Use it.  Fix comment-start-skip.
23285 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23287         * startup.el (command-line-x-option-alist): -nb => -nbi.
23289 2005-10-12  Kim F. Storm  <storm@cua.dk>
23291         * startup.el (fancy-splash-default-action): Discard mouse click in
23292         the splash screen window, as it has no sensible meaning in the
23293         next window to be selected.  Fixes error reported by Jan D.
23295 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23297         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23299 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23301         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
23302         Try to fix up minor layout issues like indentation, line break, etc...
23303         (mixal-mode-syntax-table): Don't try to specify comment syntax,
23304         because it doesn't work.
23305         (mixal-operation-codes): Add some more codes.
23306         (mixal-font-lock-keywords): Process comments here.
23307         (mixal-mode): mixasm no longer needs -g option.
23309 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
23311         * progmodes/sh-script.el (sh-tmp-file):
23312         Use mktemp -t.  Finish support for es and rc shells.
23314 2005-10-11  Jay Belanger  <belanger@truman.edu>
23316         * calc/calcalg2.el (calc-integral): With an argument, compute the
23317         definite integral.
23319 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
23321         * mouse.el (mouse-drag-region-1): Don't try to catch a
23322         double-click when doing follow-link (it's overridden anyway).
23324 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
23326         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23327         (autoload-print-form-outbuf): Add docstring.
23329 2005-10-11  Juri Linkov  <juri@jurta.org>
23331         * info.el (Info-mode-menu): Delete menu item "Edit".
23332         (Info-mode): Delete description of Info-edit from docstring,
23333         and rearrange descriptions of Info commands in the order
23334         they are documented in the Info manual.
23336 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23338         * calendar/appt.el (appt-check): Use diary-selective-display var.
23340 2005-10-10  Richard M. Stallman  <rms@gnu.org>
23342         * net/newsticker.el (newsticker-start, newsticker-show-news):
23343         Add autoload cookies.
23345 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
23347         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
23349 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
23351         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
23353 2005-10-10  Jay Belanger  <belanger@truman.edu>
23355         * calc/calc-arith.el (math-check-known-scalarp)
23356         (math-check-known-matrixp): Check the values of arguments that are
23357         variables.
23358         (math-check-known-square-matrixp): New function.
23359         (math-known-square-matrixp): Use math-check-known-square-matrixp.
23360         (math-super-types): Add sqmatrix type.
23362         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
23363         mode name `square' to `sqmatrix'.
23365         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23366         mode name `square' to `sqmatrix'.
23368 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23370         * progmodes/etags.el (select-tags-table-mode): Don't use
23371         selective-display.
23372         (tags-select-tags-table): Pass `button' to the action function.
23373         (select-tags-table): Place the side-info on button properties rather
23374         than in hidden text.  Abbreviate file names.
23375         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23376         (select-tags-table-select): Add `button' argument.
23377         Get side-info from the button property rather than from hidden text.
23379 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
23381         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23382         (gud-speedbar-buttons): Preserve point if possible.
23383         (gud-sentinel): Restore previous speedbar display type.
23385         * progmodes/gdb-ui.el (gdba): Improve diagram.
23386         (def-gdb-auto-update-handler, gdb-info-locals-handler)
23387         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23388         Call get-buffer-window once.
23390 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23392         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23393         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23394         (pascal-indent-command): Remove unused var `ind'.
23395         (pascal-indent-case): Remove unused var `oldpos'.
23396         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23397         since it's now used as a proper minor mode map.
23398         (pascal-outline): Rename to pascal-outline-mode.
23399         (pascal-outline-mode): Use define-minor-mode.
23400         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23401         selective-display.
23403 2005-10-10  Andreas Schwab  <schwab@suse.de>
23405         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
23406         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
23408         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
23409         outside source directory.
23411 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
23413         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23414         C-x' as a prefix.
23415         (orgtbl-mode-map): Full keymap instead of sparse, because all
23416         `self-insert-command' keys are redefined in this map.
23417         (org-export-as-html): Specify charset for HTML file, by taking it
23418         from the coding system.
23420 2005-10-10  Kenichi Handa  <handa@m17n.org>
23422         * textmodes/flyspell.el (flyspell-check-word-p):
23423         If unread-command-events is non-empty, don't call sit-for.
23425 2005-10-09  Richard M. Stallman  <rms@gnu.org>
23427         * font-lock.el (font-lock-syntactic-keywords)
23428         (font-lock-keywords): Doc fixes.
23430         * textmodes/flyspell.el (flyspell-external-point-words):
23431         Simplify logic, and don't try to check for consecutive appearances
23432         of one incorrect word.
23434 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
23436         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23437         separator.
23439         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23440         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23441         (gud-expansion-speedbar-buttons): New function.
23442         (gud-speedbar-buttons): Check for gud-comint-buffer.
23444 2005-10-09  Bill Wohler  <wohler@newt.com>
23446         * Makefile.in (updates): Add mh-loaddefs dependency.
23448 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
23450         * speedbar.el (speedbar-file-key-map): Fix typo.
23452 2005-10-09  Daniel Brockman  <daniel@brockman.se>
23454         * cus-start.el (line-spacing): Add custom spec.
23456 2005-10-09  Romain Francoise  <romain@orebokech.com>
23458         * textmodes/ispell.el (ispell-check-version): Fix last change.
23460 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23462         * term/x-win.el: Remove -i, --icon-type from comment.
23464         * startup.el (command-line-x-option-alist): Remove options -i,
23465         -itype, --icon-type, added -nb, --no-bitmap-icon.
23467 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
23469         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23470         instead of :active.
23472 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
23474         * textmodes/ispell.el (ispell-check-version):
23475         Ignore hyphen, and all that follows, in aspell's version text.
23477 2005-10-08  Jay Belanger  <belanger@truman.edu>
23479         * calc/calc-arith.el (math-known-square-matrixp): New function.
23480         (math-pow-fancy): Check for matrices before distributing exponent
23481         across products.
23483         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23484         fullscreen keypad.  Suggested by Luc Teirlinck.
23485         (calc-keypad-show-input): Add space for formatting.
23487         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23488         Add square matrix option.
23490         * calc/calc-poly.el (math-expand-term): Check for matrices instead
23491         of checking calc-matrix-mode when deciding how to expand.
23493         * calc/calc.el (calc-set-mode-line): Add square matrix option.
23495 2005-10-08  Lars Hansen  <larsh@soem.dk>
23497         * net/tramp.el (tramp-perl-directory-files-and-attributes):
23498         Add error handling.
23499         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23501 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
23503         Sync with Tramp 2.0.51.
23505         * net/tramp.el (tramp-handle-set-visited-file-modtime)
23506         (tramp-handle-insert-file-contents, tramp-handle-write-region):
23507         Insert special handling for `last-coding-system-used', again
23508         it still seems to be necessary (unlike stated before).
23509         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
23510         (tramp-password-prompt-regexp): There might be other words before
23511         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
23512         (tramp-chunksize): Improve docstring.
23513         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
23514         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
23515         Christian Joergensen <bugs@razor.dk>.
23517 2005-10-07  Glenn Morris  <rgm@gnu.org>
23519         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23520         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23521         precision'.
23523 2005-10-07  Romain Francoise  <romain@orebokech.com>
23525         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23526         (ibuffer-do-shell-command-pipe-replace)
23527         (ibuffer-do-shell-command-file, ibuffer-do-eval)
23528         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23529         (ibuffer-do-revert, ibuffer-do-replace-regexp)
23530         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23531         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23532         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23533         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23534         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23535         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23536         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23537         Autoload file sans suffix.
23539         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23541 2005-10-07  David Ponce  <david@dponce.com>
23543         * recentf.el (recentf-menu-open-all-flag): New option.
23544         (recentf-digit-shortcut-command-name): New function.
23545         (recentf--shortcuts-keymap): New variable.
23546         (recentf-menu-shortcuts): New variable.
23547         (recentf-make-menu-items): Initialize it.  Replace the "More..."
23548         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23549         (recentf-menu-value-shortcut): New function.
23550         (recentf-make-menu-item): Use it.  No more in-lined.
23551         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23552         (recentf-open-most-recent-file): Rename from
23553         `recentf-open-file-with-key'.  Don't depend on key binding.
23554         (recentf-mode-map): New variable.
23555         (recentf-mode): Use it.
23557 2005-10-06  Bill Wohler  <wohler@newt.com>
23559         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
23561         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23562         (MH-E-SRC): New.  Used by mh-autoloads.
23563         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
23564         files in MH-E-SRC have been updated.
23565         (compile, recompile, bootstrap): Depend on mh-autoloads.
23567 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
23569         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23570         gud-break and gud-remove icons when the fringe is not available.
23572         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23573         Typo.
23575 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
23577         * play/zone.el (zone): Wrap body with save-window-excursion.
23579 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23581         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23582         Use the new `list-only' arg to diary-list-entries.
23584         * calendar/diary-lib.el: Use overlays rather than selective-display.
23585         (diary-selective-display): New var.
23586         (diary-header-line-format): Use it.
23587         (diary-list-entries): Add argument `list-only'.
23588         Put the buffer in diary-mode.  Don't add \^M at beg and end.
23589         Replace \^M by invisible overlays.
23590         (diary-unhide-everything): Replace \^M by invisible overlays.
23591         (print-diary-entries): Look for overlays rather than \^M.
23592         Add a space to the temp buffer name.
23593         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23594         Put the buffer in diary-mode.
23595         (list-sexp-diary-entries): Replace \^M by invisible overlays.
23596         (diary-anniversary): Make the year arg optional.
23597         (diary-time-regexp): New const.
23598         (diary-font-lock-keywords): Use it to accept a few more time formats.
23600         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23602 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
23604         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23605         Fix bug introduced 2005-07-03: Use (car (last ...))
23606         to faithfully reproduce replaced artist-last.
23607         (artist-set-arrow-points-for-poly): Likewise.
23608         Suggested by Johan Bockg\e,Ae\e(Brd.
23610 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
23612         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23613         * wid-edit.el (widget):
23614         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23615         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23617 2005-10-06  Kenichi Handa  <handa@m17n.org>
23619         * international/mule-cmds.el (set-language-environment):
23620         Fix setting up of case-table for unibyte mode.
23622         * simple.el (what-cursor-position): If the character is displayed
23623         by some `display' text property, show that.  Don't use
23624         single-key-description for eight-bit characters in multibyte mode.
23626 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
23628         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23629         (gdb-ann3): Set it.
23630         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23631         (gdb-info-frames-custom): Use inverse-video for first five
23632         characters of selected frame only.
23633         (gdb-get-frame-number): Select frame even when point is on frame
23634         number.
23636 2005-10-06  Masatake YAMATO  <jet@gyve.org>
23638         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23639         Put `font-lock-function-name-face'.
23640         (gdb-info-frames-custom): Put `font-lock-function-name-face'
23641         and `font-lock-variable-name-face'
23642         (gdb-registers-font-lock-keywords): New font lock keywords definition.
23643         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23644         (gdb-memory-font-lock-keywords): New font lock keywords definition.
23645         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23646         (gdb-local-font-lock-keywords): New font lock keywords definition.
23647         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23648         (gdb-threads-font-lock-keywords): New font lock keywords definition.
23649         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23651 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
23653         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23654         (ediff-merge-region-is-non-clash-to-skip): Previously called
23655         ediff-merge-region-is-non-clash.
23657         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23658         Use insert-buffer-substring.
23660         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23661         selecting files to patch.  Also bug fixes.
23663         * ediff-util.el (ediff-setup): Bug fix.
23664         (ediff-next-difference): Never skip clashes that differ in white
23665         space only.
23667         * ediff-wind.el (ediff-setup-control-frame)
23668         (ediff-destroy-control-frame): Check the menubar feature.
23670         * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
23671         (viper-refresh-mode-line): Use make-local-variable to localize
23672         some vars instead of make-variable-buffer-local.  Suggested by
23673         Stefan Monnier.
23675         * emulation/viper-init.el (viper-make-variable-buffer-local):
23676         Delete alias.
23677         (viper-restore-cursor-type, viper-set-insert-cursor-type):
23678         Use make-local-variable instead of make-variable-buffer-local.
23679         Suggested by Stefan Monnier.
23681         * emulation/viper.el (viper-mode): Don't use
23682         viper-make-variable-buffer-local.
23683         (viper-comint-mode-hook): Use make-local-variable on
23684         require-final-newline.
23685         (viper-non-hook-settings): Don't use make-variable-buffer-local.
23687 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23689         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23690         also the second char of a comment-start sequence.
23691         (scheme-sexp-comment-syntax-table): New var.
23692         (lambda, define): Set their scheme-doc-string-elt property.
23693         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23694         Use lisp-font-lock-syntactic-face-function now that it properly
23695         handles |...| symbols.
23696         (scheme-mode-variables): Set lisp-doc-string-elt-property,
23697         parse-sexp-lookup-properties and font-lock-extra-managed-props.
23699         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23700         bit from # to |.
23701         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23703         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23704         (lisp-doc-string-elt-property): New var.
23705         (lisp-font-lock-syntactic-face-function): Use it.
23706         Rewrite to recognize docstrings even for forms not at toplevel.
23708         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23709         annotation on the | part of #| rather than on the # part.
23710         (scheme-font-lock-syntactic-face-function): New function, to
23711         distinguish strings from |...| symbols.
23712         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
23713         syntax-table so that #|...|# is properly highlighted.
23715         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23716         Don't mark as docstring the 3rd elem of an unknown toplevel form.
23718 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23720         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23721         and C-e.
23723         * emacs-lisp/eldoc.el: Move comments into docstrings.
23724         (eldoc-message-commands): Initialize in its declaration.
23725         Add move-beginning-of-line and move-end-of-line.
23726         (eldoc-add-command, eldoc-add-command-completions)
23727         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23729         * outline.el (outline-mark-subtree): Activate the mark.
23731         * calendar/appt.el (appt-time-regexp): New var.
23732         (appt-add, appt-make-list): Use it.
23733         (appt-convert-time): Clean up.
23735         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23736         Don't set any syntax-table property here.
23737         (tex-font-lock-verb): New function.  Do it here.
23738         (tex-font-lock-syntactic-keywords): Use it.
23740 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23742         * wid-edit.el (widget-file-complete): Get the widget start point
23743         the right way.  Default directory to `/' if file has none.
23745         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23747         * textmodes/flyspell.el (flyspell-mode-on):
23748         Call ispell-maybe-find-aspell-dictionaries.
23750         * textmodes/ispell.el (ispell-word, ispell-region):
23751         Call ispell-maybe-find-aspell-dictionaries.
23752         (ispell-accept-buffer-local-defs):
23753         Don't call ispell-maybe-find-aspell-dictionaries.
23755 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23757         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23759 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
23761         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23762         instead of `fboundp' in order to allow for anonymous functions.
23764 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
23766         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23767         case the user clicks on the link while another window is selected.
23768         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23770         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23771         functionality.
23772         (dframe-help-echo): Save point in case mouse tracking is off.
23774 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
23776         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23778 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23780         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23781         not change the global value of those vars.
23783         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23784         make-local-variable which we do not need any more.
23786 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
23788         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23789         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23790         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23791         (speedbar-path-line): Define obsolete aliases.
23792         (speedbar-line-directory): Doc fix.
23794         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23795         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23796         instead of speedbar-line-path.
23798 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23800         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23801         to nil if dropping on a window.  Handle dropping on a minibuffer window
23802         like dropping on a non-window part of Emacs.
23804 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23806         * net/ange-ftp.el: Use with-current-buffer.
23807         (ange-ftp-insert-directory): Do not follow symlinks any more.
23809         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23810         Remove interactive spec.
23812 2005-10-03  Kim F. Storm  <storm@cua.dk>
23814         * ido.el (ido-mode): Use custom-initialize-set.
23816 2005-10-02  Richard M. Stallman  <rms@gnu.org>
23818         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23819         Use insert-buffer-substring.
23821         * net/tramp.el: Pacify byte compiler warnings in pacification code.
23822         (tramp-handle-file-local-copy): Use insert-buffer-substring.
23824 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23826         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23827         in last change.
23828         (ange-ftp-insert-directory): Fix up the search for the case where
23829         `file' is absolute.
23831 2005-10-02  Romain Francoise  <romain@orebokech.com>
23833         * progmodes/compile.el (compile-goto-error): Delete extra paren.
23835 2005-10-02  Andreas Schwab  <schwab@suse.de>
23837         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23838         directory component in the session info.
23840 2005-10-01  Richard M. Stallman  <rms@gnu.org>
23842         * comint.el (comint-redirect-subvert-readonly): Doc fix.
23844         * simple.el (next-error-internal): New function.
23846         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23847         (compilation-start): Pass new arg to compilation-buffer-name.
23848         (compile-goto-error): Use next-error-internal.
23850 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23852         * speedbar.el: Remove RCS tag.
23853         (speedbar-check-read-only): Handle non-existent files.
23855         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23857         * info.el (Info-speedbar-hierarchy-buttons)
23858         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23860 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23862         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23863         Do not match newline.
23864         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23865         (bibtex-summary): Remove unnecessary save-excursion.
23866         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23868 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23870         * term/mac-win.el: Add charset info for "iso10646-1".
23871         Modify default fontset to use ATSUI-compatible fonts for some charsets
23872         if available.
23874 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23876         * speedbar.el: Re-apply arch tag.
23877         (speedbar-version): Rename to version 1.0.  Suggested by Eric
23878         M. Ludlam.
23879         Reapply two changes from Emacs CVS' version of speedbar lost
23880         during the merge:
23881         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23882         (speedbar-frame-parameters): Improve customize type.
23884 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23886         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23887         (ange-ftp-file-directory-p): Fix the symlink case.
23888         (ange-ftp-insert-directory): When listing a single file, get a list of
23889         the parent buffer and extract the relevant line.  Inspired from a patch
23890         by Katsumi Yamaoka <yamaoka@jpl.org>.
23891         (ange-ftp-file-name-sans-versions): Simplify.
23893 2005-09-30  Bill Wohler  <wohler@newt.com>
23895         Move MH-E image files from toolbar and mail directories into
23896         etc/images.
23898         * mail/reply2.*: Move to etc/images/mail/reply*.
23900         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23901         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23902         etc/images.
23904         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23905         * toolbar/reply*: Move to etc/images/mail.
23907         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23909 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
23911         * speedbar.el: New version 1.0pre3.
23913         Frame management code (including timer, and mouse click specifics)
23914         moved to dframe.el:
23915         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
23916         (speedbar-timer): Removed.  Use dframe-timer.
23917         (speedbar-close-frame): Removed.  Use dframe-close-frame.
23918         (speedbar-activity-change-focus-flag): Removed.  Use
23919         dframe-activity-change-focus-flag.
23920         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
23921         dframe-update-speed.
23923         (speedbar-current-frame): New macro.  Use this instead of the
23924         variable speedbar-frame.
23926         (speedbar-use-images, speedbar-expand-image-button-alist)
23927         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23929         (speedbar-find-image-on-load-path): Removed.  Replaced by
23930         defezimage in ezimage.el.
23931         (speedbar-expand-image-button-alist): Removed.  Replaced by
23932         ezimage-expand-image-button-alist in ezimage.el.
23934         (speedbar-ignored-directory-regexp)
23935         (speedbar-add-ignored-directory-regexp)
23936         (speedbar-ignored-directory-expressions)
23937         (speedbar-line-directory, speedbar-buffers-line-directory)
23938         (speedbar-directory-line, speedbar-buffers-line-directory):
23939         Renamed, replacing `path' with `directory'.
23941         (speedbar-create-directory, speedbar-expand-line-descendants)
23942         (speedbar-toggle-line-expansion)
23943         (speedbar-contract-line-descendants): New commands.
23945         (speedbar-query-confirmation-method, speedbar-select-frame-method)
23946         (speedbar-use-tool-tips-flag): New options.
23948         (speedbar-check-read-only, speedbar-require-version)
23949         (speedbar-insert-separator, speedbar-buffers-tail-notes)
23950         (speedbar-handle-delete-frame, speedbar-try-completion)
23951         (speedbar-update-localized-contents): New functions.
23953         (speedbar-incompatible-version, speedbar-ro-to-do-point)
23954         (speedbar-object-read-only-indicator): New variables.
23956         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23957         New hooks.
23959         (speedbar-separator-face): New face.
23961         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23962         (speedbar-ignored-modes): Add fundamental-mode.
23963         (speedbar-directory-unshown-regexp): Add . directories.
23965         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23966         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23967         `]' for full expand/close.
23968         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23970         (speedbar-check-vc): Support hidden files.
23971         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23972         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
23973         state is nil, it is not checked out.
23975         (speedbar-line-text, speedbar-line-token): Support expand buttons
23976         with no text.
23977         (speedbar-refresh): Universal argument acts as power-click.
23978         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23979         that buffer to get variable values.
23981         And many other bugfixes.
23983         * dframe.el, ezimage.el, sb-image.el: New files.
23985         * sb-*.xpm: Remove files.  New image files installed into
23986         etc/images/ezimage.
23988 2005-09-30  Kenichi Handa  <handa@m17n.org>
23990         * ps-mule.el (ps-mule-show-warning): If a character is in
23991         ps-print-translation-table, don't treat it as non-printable.
23993 2005-09-30  David Ponce  <david@dponce.com>
23995         * tree-widget.el (tree-widget-themes-load-path): New variable.
23996         (tree-widget-themes-directory): Doc fix.
23997         (tree-widget-image-formats) [Emacs]: Doc fix.
23998         (tree-widget--locate-sub-directory): New function.
23999         (tree-widget-themes-directory): Use it.
24001         * recentf.el (recentf-filename-handlers): Rename from
24002         `recentf-filename-handler'.  Allow a list of functions.
24003         (recentf-menu-items-for-commands): Fix :help strings.
24004         (recentf-apply-filename-handlers): New function.
24005         (recentf-expand-file-name): Use it.
24006         (recentf-cleanup): Remove duplicates too.
24008 2005-09-29  Juri Linkov  <juri@jurta.org>
24010         * faces.el: Rearrange face definitions to be in the same order as
24011         their face descriptions in "(emacs)Standard Faces".
24013         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24015         * tooltip.el (tooltip): Add group `basic-faces'.
24017         * buff-menu.el (Buffer-menu-buffer): Remove group
24018         `font-lock-highlighting-faces'.
24020         * progmodes/compile.el (compilation-error, compilation-warning)
24021         (compilation-info, compilation-line-number, compilation-column-number):
24022         Change group from `font-lock-highlighting-faces' to `compilation'.
24024         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24025         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24026         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24027         (vhdl-font-lock-reserved-words-face)
24028         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24029         `font-lock-highlighting-faces'.
24031         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24033 2005-09-28  Kim F. Storm  <storm@cua.dk>
24035         * emulation/cua-base.el: Set CUA move property on additional commands:
24036         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24037         forward-sexp, backward-sexp, forward-list, backward-list.
24039 2005-09-28  Romain Francoise  <romain@orebokech.com>
24041         * comint.el (comint-show-output): Really set point at the
24042         beginning of the output when not using `comint-use-prompt-regexp'.
24044 2005-09-27  Jay Belanger  <belanger@truman.edu>
24046         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24047         in TeX mode.
24049 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
24051         * textmodes/org.el (org-table-sum): Fix format string.
24053         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24054         Quote face names.
24056 2005-09-26  Romain Francoise  <romain@orebokech.com>
24058         * isearch.el (isearch-forward-regexp): Close doc string.
24060 2005-09-25  Richard M. Stallman  <rms@gnu.org>
24062         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24064         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24066         * progmodes/compile.el (compilation-error-properties):
24067         When getting the file from the previous error message,
24068         correctly decode the new data format.
24070         * progmodes/cc-cmds.el (c-electric-paren):
24071         Call old-blink-paren only for close-paren.
24073 2005-09-24  Andreas Schwab  <schwab@suse.de>
24075         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24076         condition.
24078 2005-09-25  Romain Francoise  <romain@orebokech.com>
24080         * dired-aux.el (dired-copy-file-recursive):
24081         * dired.el (dired-delete-file):
24082         * ediff-mult.el (ediff-dir-diff-copy-file):
24083         * ediff-util.el (ediff-test-save-region):
24084         * forms.el (forms-mode):
24085         * ido.el (ido-file-internal, ido-delete-file-at-head):
24086         * log-edit.el (log-edit-done):
24087         * ses.el (ses-yank-resize):
24088         * play/gomoku.el (gomoku-human-plays, gomoku)
24089         (gomoku-human-resigns, gomoku-prompt-for-other-game)
24090         (gomoku-offer-a-draw):
24091         * play/landmark.el (lm-human-resigns, lm):
24092         * net/eudcb-ldap.el (eudc-ldap-check-base):
24093         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24094         * progmodes/ebrowse.el (ebrowse-find-pattern):
24095         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24096         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24097         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24099         * vc.el (vc-delete-file):
24100         * play/gomoku.el (gomoku-terminate-game, gomoku)
24101         (gomoku-prompt-for-move, gomoku-human-takes-back):
24102         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24103         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24105 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
24107         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24108         color rxvt terminals by using the code xterm.el used to use before
24109         2005-04-09 in order to match the colors used by rxvt.
24111 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
24113         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24114         colors rxvt-unicode terminals by using the same code as xterm.el.
24116 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24118         * textmodes/tex-mode.el (tex-font-lock-append-prop)
24119         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24120         new symbol used for the tex-verbatim face.
24122 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
24124         * woman.el (woman-file-name):
24125         * wid-edit.el (widget-file-prompt-value)
24126         (widget-coding-system-prompt-value):
24127         * w32-fns.el (set-w32-system-coding-system):
24128         * vc.el (vc-version-diff, vc-annotate):
24129         * textmodes/reftex-auc.el (reftex-arg-cite)
24130         (reftex-arg-index-tag):
24131         * textmodes/refer.el (refer-get-bib-files):
24132         * textmodes/artist.el (artist-figlet-choose-font):
24133         * terminal.el (terminal-emulator):
24134         * replace.el (occur-read-primary-args):
24135         * rect.el (string-rectangle, string-insert-rectangle):
24136         * ps-print.el (ps-print-preprint):
24137         * progmodes/pascal.el (pascal-goto-defun):
24138         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24139         * progmodes/compile.el (compilation-find-file):
24140         * printing.el (pr-interactive-n-up):
24141         * play/animate.el (animate-birthday-present):
24142         * net/rcompile.el (remote-compile):
24143         * man.el (man, Man-goto-section, Man-follow-manual-reference):
24144         * mail/rmailsum.el (rmail-summary-search-backward)
24145         (rmail-summary-search):
24146         * mail/rmailout.el (rmail-output-read-rmail-file-name)
24147         (rmail-output-read-file-name):
24148         * mail/rmail.el (rmail-search, rmail-search-backwards):
24149         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24150         * locate.el (locate):
24151         * international/quail.el (quail-show-keyboard-layout):
24152         * international/mule.el (set-buffer-file-coding-system)
24153         (revert-buffer-with-coding-system, set-file-name-coding-system)
24154         (set-terminal-coding-system, set-keyboard-coding-system)
24155         (set-next-selection-coding-system):
24156         * international/mule-diag.el (describe-coding-system)
24157         (describe-font, describe-fontset):
24158         * international/mule-cmds.el (universal-coding-system-argument)
24159         (search-unencodable-char, describe-input-method)
24160         (set-language-environment, describe-language-environment):
24161         * international/codepage.el (codepage-setup):
24162         * international/code-pages.el (codepage-setup):
24163         * info.el (Info-search, Info-follow-reference)
24164         (Info-search-backward):
24165         * emacs-lisp/advice.el (ad-read-advised-function)
24166         (ad-read-advice-class, ad-clear-cache, ad-activate)
24167         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24168         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24169         (ad-read-regexp):
24170         * ediff-util.el (ediff-toggle-regexp-match):
24171         * ediff-ptch.el (ediff-prompt-for-patch-file):
24172         * dired-aux.el (dired-diff):
24173         * diff.el (diff):
24174         * cus-edit.el (custom-variable-prompt):
24175         * calendar/timeclock.el (timeclock-ask-for-project):
24176         * calc/calcalg3.el (calc-get-fit-variables):
24177         * calc/calc-store.el (calc-edit-variable)
24178         (calc-permanent-variable):
24179         * vc-mcvs.el (vc-mcvs-register):
24180         * shadowfile.el (shadow-define-literal-group):
24181         * woman.el (woman-file-name):
24182         * vc.el (vc-version-diff, vc-merge):
24183         * textmodes/reftex-index.el (reftex-index-complete-tag):
24184         * format.el (format-decode-buffer, format-decode-region):
24185         * emulation/viper-cmd.el (viper-read-string-with-history):
24186         * emacs-lisp/debug.el (cancel-debug-on-entry):
24187         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24188         * ediff.el (ediff-merge-revisions)
24189         (ediff-merge-revisions-with-ancestor, ediff-revision):
24190         * completion.el (interactive-completion-string-reader):
24191         * calc/calc-prog.el (calc-user-define-formula):
24192         Follow convention for reading with the minibuffer.
24194 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
24196         * progmodes/python.el (python-describe-symbol): Add globals() and
24197         locals() to the arguments of emacs.ehelp.
24199 2005-09-24  Magnus Henoch  <mange@freemail.hu>
24201         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24202         New function, code extracted from ispell-valid-dictionary-list.
24203         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24204         Call it.
24206 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
24208         * subr.el (version-regexp-alist): Extend valid syntax for version
24209         strings: allow any of the characters -,_,+ to separate the
24210         alpha/beta/rc part from the version part.  Doc fix.
24211         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
24213 2005-09-23  David Reitter  <david.reitter@gmail.com>
24215         * mail/mailclient.el: New file.
24217 2005-09-23  Richard M. Stallman  <rms@gnu.org>
24219         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24220         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24221         Doc fixes.
24223         * progmodes/cc-mode.el (c-font-lock-init):
24224         Specify font-lock-lines-before.
24226 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24228         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24229         whole conflict.
24231 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
24233         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24234         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
24235         of `remap' feature when available.  Additional key bindings for
24236         better tty support.
24237         (org-mode-restart, org-force-self-insert): New commands.
24238         (org-time-stamp-inactive): New command.
24239         (org-remap): New function.
24240         (org-table-auto-blank-field, org-level-color-stars-only): New options.
24241         (org-enable-fixed-width-editor): Move to `org-structure'
24242         customization group.
24243         (org-self-insert-command, orgtbl-self-insert-command): Modify to
24244         blank field after field motion commands.
24246 2005-09-23  Kenichi Handa  <handa@m17n.org>
24248         * international/mule-cmds.el (set-language-environment):
24249         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24250         have to call utf-translate-cjk-load-tables.
24252 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24254         * mouse.el (mouse-move-drag-overlay): Fix last change.
24256 2005-09-22  David Ponce  <david@dponce.com>
24258         * tree-widget.el (tree-widget-value-create): Fix previous change.
24260 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
24262         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24264 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24266         * mouse.el (mouse-move-drag-overlay): New function.
24267         (mouse-drag-region-1): Use it.
24268         Try to simplify a bit the state handling.  Handle clicks on links
24269         inside intangible areas.
24270         (mouse-save-then-kill): Minor simplification.
24271         (mouse-secondary-overlay): Make it always non-nil instead of
24272         recreating it each time.
24273         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24274         (mouse-kill-secondary, mouse-secondary-save-then-kill):
24275         Simplify accordingly.
24277 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
24279         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24281 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
24283         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24284         (ediff-file-name-sans-prefix): Treat nil as an empty string.
24285         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24286         to patch.
24288         * ediff-util.el: Use insert-buffer-substring.
24290         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24292         * emulation/viper-cmd.el (viper-change-state): Don't move over the
24293         field boundaries in the minibuffer.
24294         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24295         (viper-minibuffer-post-command-hook): New hook.
24296         (viper-line): Don't move cursor at bolp.
24298         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24300         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
24301         avoid compiler warnings.
24303         * emulation/viper-macs.el (ex-map): Better messages.
24305         * emulation/viper-utils.el (viper-beginning-of-field): New function.
24307         * emulation/viper.el: Replace make-variable-buffer-local with
24308         viper-make-variable-buffer-local everywhere, to avoid warnings.
24310 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24312         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
24313         Delete unused var `old-selected-window'.
24314         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
24315         (mouse-drag-secondary): Delete unused var `start-frame'.
24317 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
24319         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24321 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24323         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
24324         Re-indent within 80 columns.  Use inhibit-read-only.
24326 2005-09-19  Romain Francoise  <romain@orebokech.com>
24328         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
24330 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24332         * font-lock.el (font-lock-default-fontify-region): Don't add a line
24333         unconditionally, since the after-change-function already did it.
24335 2005-09-19  Miles Bader  <miles@gnu.org>
24337         * net/newsticker.el: Get rid of CVS keyword.
24339 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
24341         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
24342         The prompt is formatted later.
24344 2005-09-19  David Ponce  <david@dponce.com>
24346         * tree-widget.el (tree-widget-value-create): Save the converted
24347         tree :node widget.
24349 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
24351         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
24352         variable `message'.
24354 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
24356         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
24357         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
24358         <slawomir.nowaczyk.847@student.lu.se>.
24360 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
24362         * image.el (image-load-path): Use symbol `data-directory' instead
24363         of its value, for backward compatibility with packages that bind
24364         it during `find-image'.  Suggested by Katsumi Yamaoka.
24365         (image-search-load-path): Handle symbols whose values are strings.
24367 2005-09-18  Romain Francoise  <romain@orebokech.com>
24369         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24370         with-current-buffer form in save-excursion.
24372 2005-09-18  Deepak Goel  <deego@gnufans.org>
24374         * apropos.el (apropos-command): Fix `message' call: first arg
24375         should be a format spec.  In this and all other cases that appear
24376         below and elsewhere in the source code, I made a change only when
24377         two conditions were satisfied: [1] I can think of a possibility
24378         that the arguments would cause an error, for example, the code in
24379         question relies on external variables such as filenames.  [2] I
24380         was sure that the arg to `message' could not have been nil in the code.
24382         * textmodes/tildify.el (tildify-region): Ditto.
24384         * textmodes/reftex-index.el (reftex-index-change-entry)
24385         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24386         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24387         * textmodes/org.el (org-complete, org-deadline, org-schedule)
24388         (org-priority, org-table-sum):
24389         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24390         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24391         (flyspell-word, flyspell-display-next-corrections):
24392         * textmodes/bibtex.el (bibtex-print-help-message):
24393         * textmodes/artist.el (artist-key-set-point-poly):
24394         * term/mac-win.el (mac-services-insert-text):
24395         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24396         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24397         (vhdl-port-paste-testbench, vhdl-compose-new-component)
24398         (vhdl-compose-configuration):
24399         * progmodes/sh-script.el (sh-blink, sh-show-indent)
24400         (sh-set-indent, sh-learn-line-indent):
24401         * progmodes/ps-mode.el (ps-mode-target-column):
24402         * progmodes/idlwave.el (idlwave-make-tags)
24403         (idlwave-scan-library-catalogs):
24404         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
24405         * progmodes/gud.el (gud-jdb-analyze-source):
24406         * progmodes/flymake.el (flymake-log):
24407         * progmodes/ebnf2ps.el (ebnf-generate-region):
24408         * progmodes/cmacexp.el (c-macro-expansion):
24409         * progmodes/ada-xref.el (ada-treat-cmd-string):
24410         * progmodes/ada-mode.el (ada-create-case-exception-substring)
24411         (ada-justified-indent-current, ada-batch-reformat):
24412         * play/zone.el (zone):
24413         * play/landmark.el (lm-move):
24414         * play/decipher.el (decipher-show-alphabet):
24415         * net/newsticker.el (newsticker--display-jump)
24416         (newsticker--display-scroll):
24417         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24418         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24419         * mail/feedmail.el (feedmail-dump-message-to-queue):
24420         * eshell/esh-proc.el (eshell-remove-process-entry):
24421         * emulation/ws-mode.el (ws-last-error):
24422         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24423         (viper-record-kbd-macro):
24424         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24425         * emacs-lisp/lisp-mnt.el (lm-report-bug):
24426         * emacs-lisp/find-func.el (find-function-noselect):
24427         * calendar/timeclock.el (timeclock-status-string)
24428         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24429         (timeclock-when-to-leave-string):
24430         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24431         * calc/calc-units.el (calc-enter-units-table):
24432         * calc/calc-mode.el (calc-mode-record-mode):
24433         * woman.el (woman-mini-help):
24434         * wdired.el (wdired-change-to-wdired-mode):
24435         * vc.el (vc-retrieve-snapshot):
24436         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24437         * startup.el (display-startup-echo-area-message):
24438         * simple.el (set-goal-column):
24439         * ses.el (ses-command-hook, ses-recalculate-cell):
24440         * server.el (server-process-filter):
24441         * printing.el (pr-interface-txt-print, pr-interface-printify)
24442         (pr-interface-ps):
24443         * pcvs.el (cvs-help):
24444         * log-edit.el (log-edit, log-edit-mode-help):
24445         * iswitchb.el (iswitchb-possible-new-buffer):
24446         * isearch.el (isearch-edit-string):
24447         * image-mode.el (image-mode, image-minor-mode):
24448         * ibuf-macs.el (define-ibuffer-filter):
24449         * hi-lock.el (hi-lock-find-patterns):
24450         * files.el (toggle-read-only):
24451         * ediff-util.el (ediff-copy-diff)
24452         (ediff-write-merge-buffer-and-maybe-kill):
24453         * echistory.el (Electric-history-undefined):
24454         * dnd.el (dnd-insert-text):
24455         * dired-aux.el (dired-query):
24456         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24457         * bookmark.el (bookmark-bmenu-locate):
24458         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24459         Fix `message' calls to ensure first arg is a format string.
24460         The change was made only when these two conditions were satisfied:
24461         [1] when there is a possibility that the arguments would cause an error
24462         for example, if the code in question relies on external variables
24463         such as filenames, and
24464         [2] if the arg to `message' could not have been nil in the code.
24466         * pcomplete.el (pcomplete--help): Fix `message' format spec.
24467         Not having a %s would be weird, though not technically wrong.
24469 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24471         * term/mac-win.el (mac-add-charset-info): Doc fix.
24473 2005-09-17  Romain Francoise  <romain@orebokech.com>
24475         * shell.el (shell-resync-dirs): Handle echoing processes more
24476         reliably.  Don't insert resync command if `comint-process-echoes'
24477         is non-nil.
24479 2005-09-17  Magnus Henoch  <mange@freemail.hu>
24481         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24482         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24483         aspell versions >= 0.60.
24484         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24485         only if ispell-aspell-supports-utf8 is non-nil.
24487 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
24489         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24490         buffer-local value to lisp-indent-function.
24492 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
24494         * progmodes/glasses.el (glasses-make-readable): If
24495         glasses-separator differs from underscore, put appropriate
24496         overlays over underscore characters.
24497         (glasses-convert-to-unreadable): If glasses-separator differs from
24498         underscore, try to convert glasses-separator characters to
24499         underscores.
24501 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24503         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24504         Use with-syntax-table and dolist.
24506 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
24508         * textmodes/reftex-auc.el:
24509         * textmodes/reftex-cite.el:
24510         * textmodes/reftex-dcr.el:
24511         * textmodes/reftex-global.el:
24512         * textmodes/reftex-parse.el:
24513         * textmodes/reftex-ref.el:
24514         * textmodes/reftex-sel.el:
24515         * textmodes/reftex-toc.el:
24516         * textmodes/reftex-vars.el:
24517         * textmodes/reftex.el: Small changes to remove compiler warnings.
24519         * textmodes/reftex-index.el: Likewise.
24520         (reftex-query-index-phrase): More efficient use of markers.
24522 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
24524         * image.el (image-load-path): New variable.
24525         (image-search-load-path): New function.
24526         (find-image): Search for images in `image-load-path'.
24528 2005-09-15  Richard M. Stallman  <rms@gnu.org>
24530         * follow.el: Change Maintainer field.
24532 2005-09-15  David Ponce  <david@dponce.com>
24534         * recentf.el (recentf-save-file-modes): New option.
24535         (recentf-save-list): Use it.
24537 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
24539         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24540         (mode-line-mule-info, mode-line-modified): Move bindings from
24541         mouse-3 to mouse-1.
24543 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
24545         * simple.el (sendmail-user-agent-compose): Revert last change.
24547 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24549         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24550         Use with-current-buffer.
24551         (ange-ftp-gwp-start): Remove unused var `gw-user'.
24552         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24553         (ange-ftp-insert-directory): Remove unused var `short'.
24554         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24556         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24557         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24559         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24560         (check-calendar-holidays, diary-list-entries): Autoload.
24561         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24562         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24564         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24565         which mistakenly removed a call to display-buffer.
24567 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
24569         * obsolete/iso-insert.el: Move to obsolete/ from international/.
24571 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
24573         * progmodes/hideshow.el
24574         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24575         (hs-allow-nesting): New user var.
24576         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24577         (hs-hide-block-at-point): When nesting allowed,
24578         if there is already an overlay in place, delete it.
24579         (hs-safety-is-job-n): Delete func; remove call sites.
24580         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24581         (hs-overlay-at): New func.
24582         (hs-already-hidden-p, hs-show-block): Use it.
24583         (hs-hide-all): Don't pre-clean if nesting allowed.
24584         (hs-show-all): Temporarily disallow
24585         nesting around call to `hs-discard-overlays'.
24587 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
24589         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24590         Delete unused local var.
24592 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
24594         * help-fns.el (describe-categories): "?\ " -> "?\s".
24595         (help-do-arg-highlight): Recognize also ARG-n, as in
24596         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
24598         * international/codepage.el (dos-unsupported-char-glyph):
24599         * net/newsticker.el (tool-bar-map, w3-mode-map)
24600         (w3m-minor-mode-map):
24601         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24602         (ent-alist):
24603         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24605 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
24607         * custom.el (custom-push-theme): Handle the case where a symbol is
24608         bound but face properties have not yet been assigned.
24610         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24611         Fix behavior if noerase is `t' and there is no mail buffer.
24613         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24614         if `continue' is nil, rather than signal an error.
24616 2005-09-12  Richard M. Stallman  <rms@gnu.org>
24618         * font-lock.el (font-lock-keywords): Add autoload.
24620         * help-fns.el (describe-variable): Rearrange to put source link
24621         in a predictable place.
24623         * net/newsticker.el: New file.
24625 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24627         * calendar/calendar.el (calendar-for-loop): Add edebug info.
24628         (calendar-basic-setup): Use the new nil arg.
24629         (number-of-diary-entries): Move to diary-lib.el.
24631         * calendar/diary-lib.el: Use with-current-buffer, match-string.
24632         (diary-list-entries): Use with-syntax-table and dolist.
24633         Rename from list-diary-entries.
24634         Use number-of-diary-entries if `number' is nil.
24635         (diary, diary-view-entries): Use this new name and new nil arg value.
24636         (number-of-diary-entries): Move from calendar.el.
24637         (diary-unhide-everything): New function.
24638         (include-other-diary-files, fancy-diary-display)
24639         (diary-show-all-entries, make-diary-entry): Use it.
24640         (diary-mail-entries): Use buffer-string.
24641         (mark-diary-entries): Fix long standing paren typo.
24642         (diary-sexp-entry): Use count-lines.
24643         (make-diary-entry): Avoid `previous-line'.
24644         (diary-mode-map): New var.
24645         (diary-mode): Redraw cal after saving.  Setup header-line.
24646         (fancy-diary-display-mode): Use local-set-key.
24648         * startup.el (command-line): Try calling various terminal-init-foo-bar
24649         functions by stripping hyphenated suffixes from $TERM.
24651         * files.el (normal-mode): Check boundness of font-lock-keywords.
24653 2005-09-12  Richard M. Stallman  <rms@gnu.org>
24655         * progmodes/compile.el: Don't decide a file's directory
24656         until the user actually tries to go there.
24657         (compilation-next-error-function):
24658         Pass compilation-find-file the directory from the file-struct.
24659         (compilation-internal-error-properties): Separate local FILE-STRUCT
24660         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
24661         (compilation-find-file): Arg DIR renamed to DIRECTORY.
24662         Expand it, and if nil, use default-directory.
24663         (compilation-get-file-structure): Don't mix specified directory
24664         with default directory.  Put specified directory into
24665         file-struct.  Don't make the file name absolute.
24667         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24668         (compile-command): Add autoload.
24669         (compilation-disable-input): Add autoload.
24671 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
24673         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24674         strings of the variables it can override.
24675         (time-stamp): New (as yet undocumented) time-stamp-format escapes
24676         %Q and %q, for fully-qualified domain name and unqualified host name.
24678 2005-09-11  Kim F. Storm  <storm@cua.dk>
24680         * emacs-lisp/authors.el (authors-aliases): Update list.
24681         (authors-fixed-entries): Update mldrag.el entry.
24683 2005-09-10  Alan Mackenzie  <acm@muc.de>
24685         * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
24686         delimiter from the region narrowed to.
24688 2005-09-10  Magnus Henoch  <mange@freemail.hu>
24690         * textmodes/ispell.el (ispell-check-version): Signal an error if
24691         aspell version is less than 0.60.
24693 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
24695         * progmodes/octave-inf.el (inferior-octave-startup):
24696         Resync current dir at the end.
24698 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
24700         * woman.el (woman-topic-at-point-default):
24701         Rename to woman-use-topic-at-point-default.
24702         (woman-topic-at-point): Rename to woman-use-topic-at-point.
24703         (woman-file-name): Reflect renames above.  Automatically use the
24704         word at point as topic if woman-use-topic-at-point is non-nil.
24705         Otherwise offer it as default but don't insert it in the
24706         minibuffer.  Also use `test-completion' instead of `assoc' as
24707         suggested by Stefan Monnier.
24709 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
24711         * vc.el (vc-directory, vc-update-change-log): Throw an error on
24712         the attempt to do it over Tramp.  This is not yet supported.
24714 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
24716         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24717         (menu-bar-non-minibuffer-window-p): New functions.
24718         ("Split Window", "Save As..."): Use them.
24719         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24720         ("Print Buffer", "Truncate Long Lines in this Buffer"):
24721         Use menu-bar-menu-frame-live-and-visible-p.
24722         ("Save Buffer", "Insert File", "Open Directory...")
24723         ("Open File...", "Visit New File..."):
24724         Use menu-bar-non-minibuffer-window-p.
24725         (kill-this-buffer-enabled-p, dired <menu-enable>):
24726         Use menu-bar-non-minibuffer-window-p.
24728 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24730         * cus-start.el (all): Don't complain about fringe-related
24731         built-ins if fringes are not supported.  Ditto about
24732         selection-related built-ins.  Fix the test for GTK-related built-ins.
24734         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24735         ("Postscript Print Buffer", "Print Region", "Save As...")
24736         ("Save", "Insert File...", "Open Directory...")
24737         ("Open File...", "Visit New File..."")
24738         ("Truncate Long Lines in this Buffer"): Don't look at
24739         menu-updating-frame if this display does not support multiple frames.
24741 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24743         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24745 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
24747         * woman.el: Format- and whitespace-related changes.
24749 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24751         * woman.el: Fix my email address.
24753 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24755         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24756         (sh-mode): Locally set skeleton-pair-default-alist.
24758         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24760         * progmodes/flymake.el: Require `compile' unconditionally.
24762         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24764         * woman.el (woman-file-name): Provide a default, not initial input.
24766         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24768         * font-lock.el (font-lock-support-mode): Doc fix.
24770         * descr-text.el (describe-property-list): Handle non-symbol prop names.
24772 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24774         * simple.el (blink-matching-open): Get rid of text props from
24775         the string shown in echo area.  Don't permanently set point.
24776         Some rearrangements.
24778 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24780         * recentf.el (recentf-filename-handler): Add custom choice
24781         `abbreviate-file-name'.
24783         * msb.el (msb--very-many-menus): Fix typo.
24785         * disp-table.el (standard-display-european): Don't set
24786         enable-multibyte-characters to nil.
24788 2005-09-08  David Ponce  <david@dponce.com>
24790         * recentf.el (recentf-show-file-shortcuts-flag): New option.
24791         (recentf-expand-file-name): Doc fix.
24792         (recentf-dialog-mode-map): Define digit shortcuts.
24793         (recentf--files-with-key): New variable.
24794         (recentf-show-digit-shortcut-filter): New function.
24795         (recentf-open-files-items): New function.
24796         (recentf-open-files): Use it.
24797         (recentf-open-file-with-key): New command.
24799 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
24801         * buff-menu.el (Buffer-menu-sort-by-column): New function.
24802         Suggested by Kim F. Storm.
24803         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24804         (Buffer-menu-make-sort-button): Use global keymap.
24806 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
24808         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24809         (Man-getpage-in-background-advice): Remove defadvice; it isn't
24810         necessary any longer with the remapped command.
24811         (Man-bgproc-sentinel-advice): Remove defadvice which counts
24812         formatting time only.
24814         * net/tramp.el (tramp-action-password)
24815         (tramp-multi-action-password): Compile the password prompt from
24816         `method', `user' and `host'.  Sometimes it isn't obvious which
24817         password to enter, for example with remote files offered by
24818         recentf.el, or with multiple steps.  Suggested by Robert Marshall
24819         <robert@chezmarshall.freeserve.co.uk>.
24821 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24823         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24824         Fix regexp for when "s///" is at the beginning of line.
24826 2005-09-07  Jay Belanger  <belanger@truman.edu>
24828         * calc/calc-poly.el (math-expand-term): Multiply out any powers
24829         when in matrix mode.
24831 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24833         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24834         non-anonymous functions.
24836 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
24838         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24839         when using a header line.  Otherwise, use mouse-1-click-follows-link.
24841         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24842         can't be moved; don't signal an error.
24844 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
24846         * cus-theme.el (custom-theme-write-faces): Save the current face
24847         spec, not the defface spec.
24849         * custom.el (custom-known-themes): Clarify meaning of "standard".
24850         (custom-push-theme): Save old values in the standard theme.
24851         (disable-theme): Correct typo.
24852         (custom-face-theme-value): Deleted unused function.
24853         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24855 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24857         * progmodes/compile.el (compilation-goto-locus): Take into account
24858         iconified frames when determining whether the buffer is
24859         already visible.
24860         Don't reset window height if the window already existed.
24862 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
24864         * custom.el (load-theme): Rename from require-theme.
24865         Add interactive spec.
24866         (enable-theme): Rename from custom-enable-theme.
24867         Add interactive spec.
24868         (disable-theme): Rename from custom-disable-theme.
24869         Add interactive spec.
24870         (custom-make-theme-feature): Doc fix.
24871         (custom-theme-directory): Doc fix.
24872         (provide-theme): Call enable-theme.
24874 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24876         * obsolete/lazy-lock.el (lazy-lock-mode):
24877         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24878         font-lock-mode if it's off.  Print a warning instead.
24880         * progmodes/compile.el (compilation-start): Ignore errors if the
24881         process died before we get to send-eof.
24883         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24884         Undo last change.  Enclosing the result in quotes broke things on Unix
24885         since tex-send-command passes it through shell-quote-argument.
24886         (tex-send-command): Pass `file' through convert-standard-filename
24887         when possible.
24888         (tex-uptodate-p): Handle the case where TeX hasn't put additional
24889         info in a transcript.
24891 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
24893         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24894         fix compilation warning.  Reorder the key definitions to group
24895         together keys emitted by the current version of xterm.
24897         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24898         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24899         Reorder predicates to correct min-color usage.
24901 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
24903         * longlines.el (longlines-mode): Inhibit read-only when encoding.
24904         Kill local variables when longlines-mode is turned off.
24906 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24908         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24910         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24912         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24914         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24915         (font-lock-lines-before): Change default to being inactive.
24916         (font-lock-default-fontify-region): Obey font-lock-lines-before.
24917         (font-lock-after-change-function): Don't handle f-l-lines-before here.
24919 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
24921         * net/tramp.el (tramp-handle-make-auto-save-file-name):
24922         Deactivate temporarily advice if active (not needed for Emacs 22,
24923         but for backwards compatibility).
24924         (tramp-exists-file-name-handler): Rewrite.  First implementation
24925         was too simple.
24926         (tramp-advice-make-auto-save-file-name):
24927         Call `tramp-handle-make-auto-save-file-name' (again, just for
24928         backwards compatibility).
24930 2005-08-31  Reto Zimmermann  <reto@gnu.org>
24932         * progmodes/vhdl-mode.el
24933         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24934         (vhdl-end-p): Fix indentation bug "else" after "-- when".
24935         (vhdl-set-default-project): New function (easier setting of default).
24936         (vhdl-port-copy): Handle extended identifiers for generics.
24937         (vhdl-compiler-alist): Better description for error message regexp.
24938         (vhdl-make): Query for target, use previous as default.
24939         (vhdl-port-copy): Fix port copy for port names starting with "signal".
24940         (vhdl-font-lock-keywords-2): Fix fontification for record
24941         el. assign.
24942         (vhdl-speedbar-make-subpack-line): Add package body link.
24943         (vhdl-generate-makefile-1): Not include itself as dependency.
24944         (vhdl-font-lock-init): Highlight c-preprocessor directives.
24945         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24946         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24947         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24948         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24949         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24950         (vhdl-import-project): Add string argument for `error'.
24951         (vhdl-compose-configuration)
24952         (vhdl-compose-configuration-architecture): Add configuration
24953         declaration generation.
24954         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24955         (vhdl-trailer-re): Add "record" keyword (better indentation).
24956         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24957         "[^ \t-\"]+".
24958         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24959         (vhdl-testbench-entity-file-name)
24960         (vhdl-testbench-architecture-file-name): Allow separate
24961         customization of testbench file names.
24962         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24963         (vhdl-get-visible-signals): Allow newline within alias declaration.
24964         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24965         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24966         (member-ignore-case): Alias for missing function in XEmacs.
24967         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24968         (vhdl-update-sensitivity-list): Ignore case on read signals.
24969         (vhdl-replace-string): Adjust case only for file names.
24970         (vhdl-update-sensitivity-list): Fix search for read signals.
24971         (vhdl-update-sensitivity-list): Exclude formal parameters.
24972         (vhdl-get-visible-signals): Include aliases of signals.
24973         (vhdl-get-visible-signals): Fix signal name searching.
24974         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24975         (vhdl-fixup-whitespace-region): Fix for character
24976         literals (e.g. `:').
24978 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
24980         * ansi-color.el (comint-last-output-start):
24981         * bs.el (font-lock-verbose):
24982         * diff-mode.el (add-log-buffer-file-name-function):
24983         * dired-x.el (vm-folder-directory):
24984         * faces.el (help-xref-stack-item):
24985         * files.el (font-lock-keywords):
24986         * find-lisp.el (dired-buffers, dired-subdir-alist):
24987         * ido.el (cua-inhibit-cua-keys):
24988         * log-view.el (cvs-minor-wrap-function):
24989         * outline.el (font-lock-warning-face):
24990         * simple.el (compilation-current-error):
24991         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24992         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24993         * tooltip.el (comint-prompt-regexp):
24994         * w32-fns.el (explicit-shell-file-name):
24995         * term/mac-win.el (mac-charset-info-alist)
24996         (mac-services-selection, mac-system-script-code):
24997         * term/tty-colors.el (msdos-color-values):
24998         * term/w32-win.el (xlfd-regexp-registry-subnum):
24999         * term/x-win.el (x-keysym-table, x-selection-timeout)
25000         (x-session-id, x-session-previous-id):
25001         * textmodes/ispell.el (mail-yank-prefix):
25002         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25003         * textmodes/org.el (calc-embedded-close-formula)
25004         (calc-embedded-open-formula)
25005         (font-lock-unfontify-region-function):
25006         * textmodes/reftex-global.el (isearch-next-buffer-function)
25007         (TeX-master):
25008         * textmodes/reftex.el (font-lock-keywords):
25009         * textmodes/tex-mode.el (font-lock-comment-face)
25010         (font-lock-doc-face):
25011         * textmodes/texinfo.el (outline-heading-alist):
25012         Add defvars.
25014         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25015         (artist-spray-chars, artist-mode-init, artist-replace-string)
25016         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25017         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25018         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25020         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25021         (conf-align-assignments): "?\ " -> "?\s".
25023         * textmodes/reftex-index.el (TeX-master): Add defvar.
25024         (reftex-index-phrases-marker): Move up defvar.
25026         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25027         (reftex-toc-include-labels-indicator)
25028         (reftex-toc-include-index-indicator)
25029         (reftex-toc-max-level-indicator): Move up declarations.
25031         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25032         of args to `tramp-run-real-handler', even if it's empty in this case.
25034 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25036         * dired.el (dired-move-to-filename-regexp): Add date format for
25037         Mac OS X 10.3 in East Asian locales.
25039 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
25041         * files.el (make-auto-save-file-name): Add file name handler call
25042         if applicable.
25044         * net/tramp.el (tramp-file-name-handler-alist)
25045         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25046         (tramp-handle-make-auto-save-file-name): Rename from
25047         `tramp-make-auto-save-file-name'.
25048         (tramp-exists-file-name-handler): New defun.
25049         (tramp-advice-make-auto-save-file-name): Make defadvice only when
25050         `make-auto-save-file-name' is not a magic file name operation.
25052 2005-08-30  Richard M. Stallman  <rms@gnu.org>
25054         * files.el (risky-local-variable-p):
25055         Match `-predicates' and `-commands.
25057         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25058         (custom-save-all): Visit the file if necessary;
25059         kill the buffer if we created it.
25060         (custom-save-delete): Don't visit file or kill buffer here.
25062 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
25064         * textmodes/org.el (org-special-keyword): New face.
25065         (org-table-copy-down, org-table-eval-formula)
25066         (org-table-recalculate, org-init-section-numbers):
25067         Use `string-to-number' instead of `string-to-int'.
25068         (org-get-location): Use `insert-buffer-substring' instead of
25069         `insert-buffer'.
25070         (org-modify-diary-entry-string): New function.
25071         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25072         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25073         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25074         active region.
25075         (org-export-as-html): Handle QUOTE keyword.
25076         (org-quote-string): New option.
25077         (org-bookmark-jump-unhide): New function, used for
25078         `bookmark-after-jump-hook'.
25079         (org-diary-default-entry): Apply only when not called through
25080         `org-agenda'.
25082 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
25084         * net/eudc.el (mode-popup-menu):
25085         * play/handwrite.el (ps-printer-name, ps-lpr-command):
25086         * progmodes/ada-mode.el (compile-auto-highlight)
25087         (skeleton-further-elements):
25088         * progmodes/autoconf.el (font-lock-syntactic-keywords):
25089         * progmodes/cmacexp.el (msdos-shells):
25090         * progmodes/compile.el (font-lock-extra-managed-props)
25091         (font-lock-keywords, font-lock-maximum-size)
25092         (font-lock-support-mode):
25093         * progmodes/grep.el (font-lock-lines-before):
25094         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25095         * progmodes/mixal-mode.el (compile-command):
25096         * progmodes/perl-mode.el (font-lock-comment-face)
25097         (font-lock-doc-face, font-lock-string-face):
25098         * progmodes/prolog.el (comint-prompt-regexp):
25099         * progmodes/sh-script.el (font-lock-comment-face)
25100         (font-lock-set-defaults, font-lock-string-face):
25101         * progmodes/sql.el (font-lock-keyword-face)
25102         (font-lock-set-defaults, font-lock-string-face):
25103         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25104         (itimer-version, lazy-lock-defer-contextually)
25105         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25106         Add defvars.
25108         * progmodes/cperl-mode.el (cperl-electric-lbrace)
25109         (cperl-electric-keyword, cperl-electric-pod)
25110         (cperl-electric-backspace, cperl-forward-re)
25111         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25112         (vc-rcs-header, vc-sccs-header): Add defvars.
25114         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25115         (font-lock-syntactic-keywords, gud-find-expr-function):
25116         Add defvars.
25118         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25119         (gdb-frame-parameters): Declare before use.
25121         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25122         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25123         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25124         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25126         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25127         (idlwave-help-with-source): Use `insert-buffer-substring', not
25128         `insert-buffer'.
25130 2005-08-29  Juri Linkov  <juri@jurta.org>
25132         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25133         Put outline-back-to-heading function call inside save-excursion.
25135 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
25137         * man.el (Man-init-defvars, Man-translate-references)
25138         (Man-support-local-filenames, Man-highlight-references):
25139         * progmodes/sql.el (sql-interactive-mode):
25140         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25142         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25143         (compilation-mode-font-lock-keywords): Add defvars.
25144         (checkdoc-interactive-loop): "?\ " -> "?\s".
25146         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25147         (font-lock-doc-face, font-lock-string-face)
25148         (font-lock-keywords-case-fold-search): Add defvars.
25149         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25151         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25152         Don't pass X and Y (they are ignored anyway).
25153         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25154         (mouse-delete-window): Make arguments optional.
25156         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25157         (caesar-translate-table, minor-modes, news-buffer-save)
25158         (news-group-name, news-minor-modes): Add defvars.
25160         * emacs-lisp/lselect.el (mouse-highlight-priority)
25161         (x-lost-selection-functions, zmacs-regions):
25162         * emacs-lisp/pp.el (font-lock-verbose):
25163         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25164         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25165         (ses-mode-map):
25166         * emacs-lisp/tcover-unsafep.el (safe-functions):
25167         * international/mule-cmds.el (mac-system-coding-system)
25168         (mac-system-locale):
25169         * language/ethio-util.el (rmail-current-message)
25170         (rmail-message-vector):
25171         * language/thai-util.el (thai-auto-composition-mode):
25172         * mail/metamail.el (rmail-current-message, rmail-message-vector):
25173         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25174         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25175         (vm-primary-inbox, vm-spool-files):
25176         * mail/rmail.el (deleted-head, font-lock-fontified)
25177         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25178         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25179         (total-messages):
25180         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25181         (rmail-summary-mode-map):
25182         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25183         (rmail-last-label, rmail-last-multi-labels)
25184         (rmail-summary-vector, rmail-total-messages):
25185         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25186         * mail/rmailsum.el (msgnum):
25187         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25188         (rmail-current-message):
25189         * obsolete/fast-lock.el (font-lock-face-list):
25190         * obsolete/rnewspost.el (mail-reply-buffer):
25191         * obsolete/scribe.el (compile-command):
25192         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25194 2005-08-28  John Paul Wallington  <jpw@gnu.org>
25196         * ibuf-ext.el (ibuffer-auto-update-changed):
25197         Use `frame-or-buffer-changed-p' to check whether we need to update.
25198         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25199         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
25200         as a `frame-or-buffer-changed-p' state vector instead.
25202 2005-08-27  Romain Francoise  <romain@orebokech.com>
25204         * textmodes/makeinfo.el (makeinfo-compile):
25205         Use `compilation-start'.  Set `next-error-function' according to
25206         `disable-errors'.
25207         (makeinfo-next-error): New function.
25208         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25209         (makeinfo-buffer): Likewise.
25211         * progmodes/compile.el (compilation-start): Add autoload cookie.
25213         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25214         * textmodes/sgml-mode.el: Likewise.
25215         * progmodes/python.el: Likewise.
25217 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
25219         * simple.el (blink-matching-paren-distance): Document the meaning
25220         of nil value, and allow to customize to nil.
25222         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25223         command.com, not command.exe.
25225 2005-08-26  John Wiegley  <johnw@newartisans.com>
25227         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25228         code around a bit so that an extraneous nil argument is not added
25229         to a command when no args are given.
25231         * eshell/esh-arg.el (eshell-parse-double-quote): If a
25232         double-quoted argument resolves to nil, return it as an empty
25233         string rather than as nil.  This made it impossible to pass "" to
25234         a shell script as a null string argument.
25236 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25238         * outline.el (outline-invent-heading): New fun.
25239         (outline-promote, outline-demote): Use it.
25240         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25241         (outline-end-of-subtree): Remove unused var `opoint'.
25243 2005-08-26  David Reitter  <david.reitter@gmail.com>
25245         * menu-bar.el (truncate-lines, write-file, print-buffer)
25246         (ps-print-buffer-faces, ps-print-buffer, split-window):
25247         Disable menu items when the frame they refer to is invisible, or when
25248         they refer to a buffer and the minibuffer is selected.
25250 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
25252         * progmodes/flymake.el (flymake-highlight-err-lines):
25253         Use save-excursion around flymake-highlight-line to preserve point.
25255 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
25257         * progmodes/octave-mod.el: Change Author and Maintainer address.
25258         (octave-maintainer-address): Change Kurt's email address.
25259         * progmodes/octave-inf.el: Change Author and Maintainer address.
25260         * progmodes/octave-hlp.el: Change Author and Maintainer address.
25262 2005-08-26  Kim F. Storm  <storm@cua.dk>
25264         * subr.el (version-list-<, version-list-<=, version-list-=):
25265         Rename from integer-list-*.
25266         (version-list-not-zero): Likewise.  Fix while loop.
25267         (version=): Use version-list-= instead of string-equal.
25269 2005-08-26  Richard M. Stallman  <rms@gnu.org>
25271         * outline.el (outline-promote): Try shortening the heading.
25272         As last resort, read the heading to use.
25273         (outline-demote): As last resort, read the heading to use.
25275 2005-08-26  Romain Francoise  <romain@orebokech.com>
25277         * progmodes/compile.el (compilation-start): Doc fix.
25279         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25280         (antlr-font-lock-additional-keywords): Fix reference to
25281         `antlr-font-lock-literal-regexp' erroneously changed during the
25282         mass face rename.
25283         (antlr-run-tool): Use `compilation-start'.
25285         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25286         instead of the obsolete `compile-internal'.
25288 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
25290         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25291         (number, original-date):
25292         * calendar/cal-china.el (date):
25293         * calendar/cal-coptic.el (date):
25294         * calendar/cal-french.el (date):
25295         * calendar/cal-hebrew.el (date, entry, number, original-date):
25296         * calendar/cal-islam.el (date, number, original-date):
25297         * calendar/cal-iso.el (date):
25298         * calendar/cal-julian.el (date):
25299         * calendar/cal-mayan.el (date):
25300         * calendar/cal-menu.el (date, event):
25301         * calendar/cal-persia.el (date):
25302         * calendar/lunar.el (date):
25303         * calendar/solar.el (date): Add defvars.
25305         * emerge.el:
25306         * ibuffer.el:
25307         * info-xref.el:
25308         * obsolete/bg-mouse.el:
25309         * obsolete/sun-curs.el:
25310         * obsolete/swedish.el: Move the `defvar's to the top level.
25312         * smerge-mode.el (smerge-refined-change): Add :group.
25314 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25316         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
25317         (smerge-keep-n): Remove props.
25318         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25319         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25320         now that it's done in smerge-keep-n.
25321         (smerge-refined-change): New face.
25322         (smerge-refine-chopup-region, smerge-refine-highlight-change)
25323         (smerge-refine): New funs.
25324         (smerge-basic-map): Bind smerge-refine.
25326 2005-08-25  Juri Linkov  <juri@jurta.org>
25328         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
25329         compilation-process-setup-function and compilation-disable-input
25330         in grep-mode instead of let-bindings in grep.
25332         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
25333         Delete "Automatic File De/compression" (auto-compression-mode).
25335 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
25337         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
25338         Silence warning about non-existent variable.
25340 2005-08-25  Richard M. Stallman  <rms@gnu.org>
25342         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
25343         Rename "Describe Key" to "Describe Key or Mouse Operation".
25345         * mail/mailalias.el (build-mail-aliases): Delete comments
25346         from the contents before processing them.
25348         * isearch.el (isearch-edit-string): Erase the Search prompt
25349         if user enters an empty string and there is no default.
25351         * comint.el (comint-file-name-prefix): Add autoload.
25353 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
25355         * subr.el (play-sound): Rearrange to avoid warning.
25357 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
25359         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
25360         New hook.
25361         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
25363 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25365         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25367         * custom.el (custom-theme-set-variables): Sort minor modes last.
25369 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25371         * subr.el (version-separator, version-regexp-alist): New vars used by
25372         version comparison funs.
25373         (integer-list-<, integer-list-=, integer-list-<=)
25374         (integer-list-not-zero): New funs for integer list comparison.
25375         (version-to-list, version=, version<, version<=): New funs for version
25376         comparison.
25378 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
25380         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25381         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25382         time to silence the byte-compiler.
25384         * ibuffer.el (ibuffer-compile-make-eliding-form)
25385         (ibuffer-check-formats): Use `with-no-warnings' to hide references
25386         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25387         so it's silly to get warnings for it).
25388         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25389         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25390         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25391         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25392         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25393         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25394         Defvar at compile time.
25395         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25396         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25397         Declare them before use.
25399         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25400         (info-xref-good, info-xref-bad): Defvar at compile time.
25402         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
25403         Use `let*' instead of `let'.
25405         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
25406         (*mouse-y*, menu, char): Defvar at compile time.
25407         (sc::menu): Declare it before use.
25408         (sc::pack-one-line): Use `let', not `let*'.
25410         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
25411         (mail-send-hook): Defvar at compile time.
25413         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25414         Defvar at compile time.
25416         * term/sun-mouse.el (current-global-mousemap)
25417         (current-local-mousemap): Declare them before use.
25419 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
25421         * bookmark.el (bookmark-after-jump-hook): New hook.
25422         (bookmark-jump): Run `bookmark-after-jump-hook'.
25424 2005-08-23  Juri Linkov  <juri@jurta.org>
25426         * faces.el (minibuffer-prompt): Doc fix.
25428 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
25430         * progmodes/xscheme.el: Trivial changes to silence warnings.
25431         (xscheme-previous-mode, xscheme-previous-process-state):
25432         Add defvars.
25433         (xscheme-last-input-end, xscheme-process-command-line)
25434         (xscheme-process-name, xscheme-buffer-name)
25435         (xscheme-expressions-ring-max, xscheme-expressions-ring)
25436         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25437         (xscheme-control-g-synchronization-p)
25438         (xscheme-control-g-disabled-p, xscheme-string-receiver)
25439         (default-xscheme-runlight, xscheme-runlight)
25440         (xscheme-runlight-string, xscheme-process-filter-state)
25441         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25442         Move to beginning of file.
25443         (scheme-interaction-mode-commands-alist)
25444         (scheme-interaction-mode-map, scheme-debugger-mode-map):
25445         Declare them before use.  Note: the initialization code for the
25446         variables has not been moved because it uses functions that reference
25447         the variables.
25448         (xscheme-control-g-message-string, xscheme-process-filter-alist)
25449         (xscheme-prompt-for-expression-map): Declare them before use.
25450         (scheme-debugger-mode-commands): "?\ " -> "?\s".
25452 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
25454         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25456 2005-08-22  Juri Linkov  <juri@jurta.org>
25458         * faces.el (set-face-underline): Delete this duplicate function
25459         and make an obsolete alias to set-face-underline-p.
25460         (set-face-underline-p): Use docstring of set-face-underline.
25461         (describe-face): Create hyperlink to parent face.
25463         * info.el (Info-insert-dir): Use save-excursion around
25464         insert-buffer-substring.
25465         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25466         (Info-escape-percent): Delete function.
25467         (Info-fontify-node): Replace Info-escape-percent by
25468         replace-regexp-in-string with REP arg set to lambda that
25469         duplicates `%' and preserves text properties.
25471         * progmodes/compile.el (compilation-disable-input): Doc fix.
25472         (define-compilation-mode): Doc fix and refill.
25473         (kill-compilation): Use `mode-name' in the error message.
25474         (compilation-find-file): Use `compilation-error' in the
25475         read-file-name's prompt.
25477 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25479         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25480         (smerge-auto-leave): Make undo re-enable the mode.
25481         (debug-ignored-errors): Add the user-error of impossible resolution.
25482         (smerge-resolve): Move things around a bit, in preparation for later.
25483         (smerge-diff): Don't fail if the buffer has no associated file.
25484         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25485         (smerge-conflict-overlay): New function.
25486         (smerge-match-conflict): Don't add text properties here.
25487         (smerge-find-conflict): Instead, add an overlay here.
25488         Also check for the case where we're inside a conflict already, so as to
25489         obviate the need for font-lock-multiline, which is unbearably slow with
25490         large conflicts and ciomplex font-lock patterns.
25491         (smerge-remove-props): Remove overlay rather than text-properties.
25492         (smerge-mode): Don't set font-lock-multiline.
25493         Remove overlays when turned off.
25495 2005-08-21  Kim F. Storm  <storm@cua.dk>
25497         * ido.el (ido-ignore-item-p): Use save-match-data.
25498         Bind case-fold-search to ido-case-fold locally.
25500 2005-08-20  Richard M. Stallman  <rms@gnu.org>
25502         * files.el (normal-mode): If font lock is on, turn it off and on.
25504         * subr.el (replace-regexp-in-string): Doc fix.
25506         * startup.el (command-line-1): Don't suppress startup screen
25507         due to existing processes.
25509         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
25511         * progmodes/compile.el (compilation-disable-input): Default to nil.
25513 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
25515         * progmodes/compile.el (compilation-disable-input): New defcustom.
25516         (compilation-start): If compilation-disable-input is non-nil, send
25517         EOF to the compilation process.
25519 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
25521         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25522         Run the argument of tex-shell-cd-command through
25523         convert-standard-filename, to get the correct style of slashes on
25524         Windows, and enclose the result in quotes, in case the file name
25525         includes whitespace or other special characters.
25527 2005-08-19  Andreas Schwab  <schwab@suse.de>
25529         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25530         process.
25532 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
25534         * cus-start.el (minibuffer-prompt-properties): Correct typo.
25536 2005-08-18  Kim F. Storm  <storm@cua.dk>
25538         * scroll-lock.el: Fix errors due to incorrect line wrapping.
25540 2005-08-18  Richard M. Stallman  <rms@gnu.org>
25542         * scroll-lock.el: New file.
25544 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
25546         * dired.el (dired-move-to-end-of-filename):
25547         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25549 2005-08-18  Kim F. Storm  <storm@cua.dk>
25551         * ido.el (ido-everywhere): Fix defcustom :set function to disable
25552         rather than toggle mode when custom value is nil.
25553         (ido-everywhere): Fix defun doc string.
25555 2005-08-17  Richard M. Stallman  <rms@gnu.org>
25557         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25558         as tag instead of "Inviolable".
25560 2005-08-17  Kim F. Storm  <storm@cua.dk>
25562         * windmove.el (windmove-coordinates-of-position): Remove.
25563         (windmove-coordinates-of-window-position): Remove.
25564         (windmove-reference-loc): Use posn-at-point instead.
25566         * subr.el (insert-for-yank-1): Doc fix.
25568         * ido.el (ido-enter-matching-directory): Rename from
25569         ido-enter-single-matching-directory.  Change `slash' choice to
25570         `only'.  Add `first' choice.
25571         (ido-exhibit): Adapt to above changes.
25573 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
25575         * Makefile.in: Expand comment about building loaddefs.el.
25577 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
25579         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25580         Comment use of defadvice.
25582         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25584 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
25586         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25587         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25588         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25589         * progmodes/idlw-shell.el, progmodes/ld-script.el,
25590         * progmodes/which-func.el, ruler-mode.el, strokes.el,
25591         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25592         for backward compatibility for faces that did not appear in the
25593         previous Emacs release.
25595         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25597 2005-08-15  Kim F. Storm  <storm@cua.dk>
25599         * emulation/cua-base.el (cua-delete-region): Return t if
25600         deleted region was non-empty.
25601         (cua-replace-region): Inhibit overwrite-mode for
25602         self-insert-command if replaced region was non-empty.
25603         (cua--explicit-region-start, cua--status-string): Make them
25604         buffer-local at top-level...
25605         (cua-mode): ...rather than when mode is enabled.
25607 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
25609         * progmodes/vhdl-mode.el (vhdl-emacs-21):
25610         Set t for Emacs 21, 22, and so on.
25612 2005-08-15  David Ponce  <david@dponce.com>
25614         * tree-widget.el: Update Commentary header.
25615         (tree-widget-theme): Doc fix.
25616         (tree-widget-space-width): New option.
25617         (tree-widget-image-properties): Look up in the default theme too.
25618         (tree-widget--cursors): Only for images with arrow pointer shape.
25619         (tree-widget-lookup-image): Pointer shape is hand by default.
25620         (tree-widget-icon): Rename generic icon widget from
25621         `tree-widget-control'.
25622         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25623         derive from `tree-widget-icon'.
25624         (tree-widget-handle): Improve default look and feel of the text
25625         representation.
25626         (tree-widget): Rename :*-control properties to :*-icon properties.
25627         Add :action and :help-echo properties.
25628         (tree-widget-after-toggle-functions): Move.
25629         (tree-widget-close-node, tree-widget-open-node): Remove.
25630         (tree-widget-before-create-icon-functions): New hook.
25631         (tree-widget-value-create): Update to allow customization of icons
25632         and nodes at run-time via that new hook.
25633         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25634         (tree-widget-icon-action, tree-widget-icon-help-echo)
25635         (tree-widget-action, tree-widget-help-echo): New functions.
25637 2005-08-15  Kim F. Storm  <storm@cua.dk>
25639         * ido.el (ido-buffer-internal): Use with-no-warnings.
25640         (ido-make-merged-file-list): Use while-no-input.
25642 2005-08-15  Richard M. Stallman  <rms@gnu.org>
25644         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25645         (flyspell-large-region): Fix doc and custom type.
25647 2005-08-14  Richard M. Stallman  <rms@gnu.org>
25649         * files.el (interpreter-mode-alist): Doc fix.
25651         * mail/rmail.el (rmail-nonignored-headers): New variable.
25652         (rmail-clear-headers): Use it.
25653         (rmail-reply): Better handling of mail-followup-to header.
25655         * progmodes/sh-script.el (sh-font-lock-keywords-var):
25656         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
25657         don't try to refer to executable-font-lock-keywords.
25658         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25659         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25660         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25661         (sh-mode): Set comment-start-skip, local-abbrev-table,
25662         imenu-case-fold-search.
25663         (sh-set-shell): Don't set them here.
25664         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
25665         Don't cache the results in the original alist; don't ever modify
25666         that alist.
25668         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25670         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25671         empty.
25673 2005-08-15  Andreas Schwab  <schwab@suse.de>
25675         * desktop.el: Put autoload cookie at risky-local-variable declarations.
25677         * dired.el, info.el, mail/rmail.el: Revert last change.
25679 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
25681         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25682         modification in `eval-after-load' form.
25683         * info.el: Likewise.
25684         * mail/rmail.el: Likewise.
25686 2005-08-14  Juri Linkov  <juri@jurta.org>
25688         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25689         Remove highlighting of "Compilation started".  Highlight only
25690         the word "finished" in "Compilation finished".  Add highlighting
25691         of "interrupt", "killed", "terminated" and the exit code.
25692         (compilation-start): Add newline after header.  Use exactly the
25693         same time stamp format as the finishing message.
25694         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25696         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25697         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25698         Add highlighting of "interrupt", "killed", "terminated".
25700         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25701         enabled and the current command is self-insert-command, call it
25702         explicitly with overwrite-mode bound to nil, to not allow it
25703         to delete the character after the selected region.
25705 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
25707         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25708         move-end-of-line, end-of-line, and beginning-of-line to the list
25709         of commands after which the echo area is updated.
25711 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
25713         * cus-edit.el (custom-save-all, custom-save-delete):
25714         Bind recentf-exclude to exclude custom-file.
25716 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
25718         * mail/rmailsum.el (rmail-summary-end-of-message): New command
25719         to go to the bottom of the mail message.  Added to
25720         `rmail-summary-mode-map' with key "/".
25721         (rmail-summary-show-message): New (internal) function for use by
25722         both `rmail-summary-beginning/end-of-message'.
25723         (rmail-summary-beginning-of-message): Change to use
25724         rmail-summary-show-message.
25726         * mail/rmail.el (rmail-end-of-message): New command to go to the
25727         end of the current message.  Added to `rmail-mode-map' with key "/".
25728         (rmail-beginning-of-message): Fix to work as documented.
25729         (rmail-mode): Change documentation.
25731         * progmodes/compile.el (compilation-start): Add the line
25732         "Compilation started" with compilation start time.
25733         (compilation-mode-font-lock-keywords): Add `started' to keywords.
25735 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
25737         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25738         of menu items.
25740 2005-08-11  Richard M. Stallman  <rms@gnu.org>
25742         * simple.el (pop-global-mark): Reverse test of widen-automatically.
25744         * battery.el (battery-status-function): Don't use ignore-errors.
25746 2005-08-11  Lute Kamstra  <lute@gnu.org>
25748         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25749         define-obsolete-variable-alias.
25751 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25753         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25754         (ange-ftp-send-cmd): Revert last change, and expand
25755         the comment explaining the problem.
25757 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
25759         * ldefs-boot.el: Update.
25761         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25762         item to "Time, Load and Mail".  Change help echo text.
25764         * time.el (display-time-use-mail-icon, display-time-format)
25765         (display-time-string-forms): Shorten first line of docstrings.
25767 2005-08-10  Lars Hansen  <larsh@soem.dk>
25769         * desktop.el (desktop-buffer-mode-handlers):
25770         Make non-customizable.  Add autoload cookie.  Change initial value to
25771         nil; add elements in respective modules instead.  Fix doc string.
25772         (desktop-load-file): New function.
25773         (desktop-minor-mode-handlers): New autoloaded variable.
25774         (desktop-create-buffer): Call minor mode handlers.
25775         Use desktop-load-file to load major and minor mode modules prior to
25776         checking for a handler.
25777         (desktop-save): Don't add nil to desktop-minor-modes for minor
25778         modes with nil function in desktop-minor-mode-table.  Don't delete
25779         desktop file before rewriting it.
25780         (desktop-locals-to-save): Add autoload cookie.  Don't make
25781         automatically buffer-local.  Add variables column-number-mode,
25782         size-indication-mode, indent-tabs-mode,
25783         indicate-buffer-boundaries, indicate-empty-lines and
25784         show-trailing-whitespace.
25785         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25786         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
25787         (desktop-clear-preserve-buffers-regexp): Delete.
25788         (desktop-clear-preserve-buffers): Update initial value and docstring.
25789         (desktop-save-buffer): Fix doc string.
25791         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25792         (hilit-chg-desktop-restore): New function.
25793         (highlight-changes-mode): Add highlight-changes-mode to
25794         desktop-locals-to-save.
25796         * dired.el: Add handler to desktop-buffer-mode-handlers.
25797         (dired-restore-desktop-buffer): Remove autoload cookie.
25798         (dired-mode): Add autoload cookie.
25800         * info.el: Add handler to desktop-buffer-mode-handlers.
25801         (Info-restore-desktop-buffer): Remove autoload cookie.
25802         (Info-mode): Add autoload cookie.
25804         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25805         (mh-restore-desktop-buffer): Remove autoload cookie.
25806         (mh-folder-mode): Add autoload cookie.
25808         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25809         (rmail-restore-desktop-buffer): Remove autoload cookie.
25811 2005-08-11  Masatake YAMATO  <jet@gyve.org>
25813         * hexl.el (hexl-address-region):
25814         (hexl-ascii-region, hexl-font-lock-keywords):
25815         (hexl-highlight-line-range): Use the term "region"
25816         instead of "area" for consistency with the other symbols
25817         defined in hexl.el.
25819 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
25821         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25822         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25823         out by Juri Linkov).  Add `display-battery-mode'.
25825 2005-08-09  Juri Linkov  <juri@jurta.org>
25827         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25828         Remove `-text' from face variable names.
25829         (compilation-error-file-name, compilation-warning-file-name)
25830         (compilation-info-file-name): Delete faces.
25831         (compilation-line-number, compilation-column-number):
25832         Remove face underlining.
25833         (compilation-message-face): Set to `underline' value by default.
25834         (compilation-error-face, compilation-warning-face)
25835         (compilation-info-face): Remove `-file-name' from face names.
25836         (compilation-error-text-face, compilation-warning-text-face)
25837         (compilation-info-text-face): Delete face variables.
25838         (compilation-text-face): Delete function.
25840         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25841         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25842         (grep-error-face): Set to `compilation-error' instead of
25843         `compilation-error-face' (which is redefined to `grep-hit-face' in
25844         grep buffers).
25845         (grep-mode-font-lock-keywords): Remove `-text' from face variable
25846         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
25848         * dired-aux.el (dired-do-query-replace-regexp):
25849         Use `query-replace-read-args'.
25851         * replace.el (query-replace-read-from, query-replace-read-to)
25852         (query-replace-read-args): Rename arg `string' to `prompt'.
25854         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25856 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25858         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25859         uploading files.
25860         (ange-ftp-canonize-filename): Handle file names beginning with ~
25861         correctly.
25863 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
25865         * textmodes/fill.el (canonically-space-region)
25866         (fill-context-prefix, fill-french-nobreak-p)
25867         (fill-delete-newlines, fill-comment-paragraph)
25868         (justify-current-line): "?\ " -> "?\s".
25870 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
25872         * textmodes/fill.el (fill-nonuniform-paragraphs):
25873         Improve argument/docstring consistency.
25875 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25877         * textmodes/ispell.el (ispell-word): More fboundp checks.
25879         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25880         (find-file-noselect-1): Call it here, only if RAWFILE.
25881         (normal-mode): Always set some major mode.
25882         (save-some-buffers-action-alist): Change some explanation strings.
25883         (file-name-non-special): In the `quote' method, use unwind-protect.
25885 2005-08-09  Magnus Henoch  <mange@freemail.hu>
25887         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25888         (ispell-have-aspell-dictionaries): New variable.
25889         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25890         (ispell-get-aspell-config-value): New function.
25891         (ispell-aspell-find-dictionary): New function.
25892         (ispell-aspell-add-aliases): New function.
25893         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25894         appropriate.  Don't look for ispell dictionaries if we use aspell.
25895         (ispell-menu-map): Don't build a submenu of dictionaries.
25897 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25899         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25900         (sql-read-passwd): Use read-passwd.
25902         * progmodes/idlw-toolbar.el (idlwave-toolbar)
25903         (idlwave-toolbar-is-possible): Add defvars.
25905         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25906         Avoid warnings.
25908         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25909         (idlwave-system-class-info, idlwave-executive-commands-alist):
25910         Use defvar.
25912         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25914         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25915         Avoid warnings.
25917         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25918         and content-type: headers.
25920         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25922         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25923         and rename some of them to be more self-explanatory.
25925         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25927         * startup.el (command-line-1): Implement -scriptload.
25929         * replace.el (occur-engine): Initial *Occur* output not undoable.
25931         * menu-bar.el (menu-bar-file-menu): Rename some menu items
25932         and improve help strings.
25934         * isearch.el (isearch-repeat): When changing direction,
25935         mark search successful.
25937         * ediff-init.el: Use (featurep 'xemacs).
25939         * comint.el (send-invisible): Identify buffer, if not selected.
25941         * align.el: Delete autoload for c-guess-basic-syntax.
25943 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
25945         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25946         Improve argument/docstring consistency.  Doc fixes.
25947         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25948         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25949         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25950         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25951         (r2bv-organization, r2bv-pages, r2bv-primary-author)
25952         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25953         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25954         Defvar at compile time.
25956 2005-08-09  Juri Linkov  <juri@jurta.org>
25958         * info.el: Replace `info' with upper-case `Info' where appropriate.
25959         (info-title-1, info-title-2, info-title-3, info-title-4)
25960         (info-menu-header): Move up face definitions.
25961         (info-menu-star): Rename from `info-menu-5'.
25962         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25963         (Info-fontify-visited-nodes): Fix docstring.
25964         (Info-hide-note-references): Fix docstring.
25965         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25966         menu items in the same way as on cross-references.
25967         (info-apropos): Fix sorting order and formatting to be like in the
25968         stand-alone Info browser.  Display error messages for 1 sec.
25969         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
25970         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25971         from the menu bar.
25972         (Info-insert-dir): Restore point after calling
25973         `insert-buffer-substring'.
25975 2005-08-08  Richard M. Stallman  <rms@gnu.org>
25977         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25978         (recompute-lucid-menubar): Add defvars.
25980         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25982         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25984         * net/net-utils.el (run-dig): Rename from `dig'.
25986         * play/gametree.el (gametree-mode): Use make-local-variable,
25987         not make-variable-buffer-local.
25989         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25991         * ansi-color.el (ansi-color-make-extent)
25992         (ansi-color-set-extent-face): Use fboundp, not functionp.
25994         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25995         not make-variable-buffer-local.
25997         * bookmark.el (Info-current-file): Add defvar.
25998         (bookmark-jump-noselect): Use with-no-warnings.
26000         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26002         * ebuff-menu.el (Helper-return-blurb): Add defvar.
26004         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26006         * find-file.el (ada-procedure-start-regexp)
26007         (ada-package-start-regexp): Add defvars.
26009         * info.el (Info-insert-dir): Use insert-buffer-substring.
26011         * xml.el (xml-att-def-re): Add defvar.
26013         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26014         calling convention.
26016         * subr.el (while-no-input): Return t if there is input.
26018 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
26020         * cus-start.el (all): Add `overflow-newline-into-fringe'.
26022 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
26024         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26025         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26027 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
26029         * cmuscheme.el (scheme-start-file): Replace reference to
26030         `user-emacs-directory' by "~/.emacs.d/".
26032 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
26034         * info.el (Info-dir-remove-duplicates): Avoid case folding
26035         in loop; instead, keep downcased strings for comparison.
26036         Suggested by Helmut Eller.
26038 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
26040         Sync with Tramp 2.0.50.
26042         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26043         XEmacs case; not necessary anymore.
26044         (tramp-user-regexp): Allow "@" as part of user name.
26045         (tramp-handle-set-visited-file-modtime)
26046         (tramp-handle-insert-file-contents)
26047         (tramp-handle-write-region): No special handling for
26048         `last-coding-system-used, because this is done in
26049         `tramp-accept-process-output' now.
26050         (tramp-accept-process-output): New defun.
26051         (tramp-process-one-action, tramp-process-one-multi-action)
26052         (tramp-wait-for-regexp, tramp-wait-for-output)
26053         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
26054         Howells <dhowells@redhat.com>.
26055         (clear-visited-file-modtime): Defadvice removed.  The check for
26056         unset buffer's modtime does not need to be based on
26057         `tramp-buffer-file-attributes'.  Suggested by RMS.
26058         (tramp-message): Insert "\n" if not being at beginning of line.
26059         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26060         sequence with same logic.
26061         (tramp-completion-handle-expand-file-name): Discard call of
26062         `tramp-drop-volume-letter'.  It is not necessary, and there have
26063         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26064         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26065         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26066         should always be visible.
26067         (tramp-handle-insert-directory, tramp-setup-complete)
26068         (tramp-set-process-query-on-exit-flag)
26069         (tramp-append-tramp-buffers): Pacify byte-compiler.
26070         (tramp-bug): Delete non-existing variables from list.
26071         Apply `tramp-load-report-modules' as pre-hook.
26072         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26073         `shell-prompt-pattern' because of non-7bit characters.
26074         Reported by Sebastian Luque <sluque@mun.ca>.
26075         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26076         (tramp-match-string-list): Remove function.
26077         (tramp-wait-for-regexp): Remove call of that function.
26078         Suggested by Kim F. Storm <storm@cua.dk>.
26079         (tramp-set-auto-save-file-modes): Use octal integer code #o600
26080         instead of octal character code ?\600.  The latter resulted in a
26081         syntax error with XEmacs.
26083         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26084         XEmacs case; not necessary anymore.
26085         (tramp-smb-handle-write-region): No special handling for
26086         `last-coding-system-used, because this is done in
26087         `tramp-accept-process-output' now.
26088         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26090 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
26092         * wid-edit.el (widget-choice-value-create):
26093         Unconditionally respect user choice.  Set :explicit-choice back to nil
26094         when no longer needed.
26095         (widget-choice-action): Unconditionally respect user choice.
26096         Eliminate :explicit-choice-value.
26098         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26100         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26101         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26102         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26103         running new function `toggle-indicate-empty-lines'.
26104         Rename "Customize" item to "Customize fringe".
26105         Rename "Indicators" item to "Buffer boundaries" and change help echo.
26106         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26107         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26108         Delete "Empty lines only" item.
26109         (menu-bar-showhide-fringe-ind-customize): New function.
26110         (menu-bar-showhide-fringe-ind-mixed)
26111         (menu-bar-showhide-fringe-ind-box)
26112         (menu-bar-showhide-fringe-ind-right)
26113         (menu-bar-showhide-fringe-ind-left)
26114         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26115         instead of `fringe-indicators'.
26117 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
26119         * emulation/viper.el (viper-emacs-state-mode-list):
26120         Add recentf-dialog-mode.  Change the date of last update.
26122 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
26124         * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26125         (viper-exec-yank, viper-put-back): Don't display modification msg
26126         if in the minibuffer.
26128         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26129         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26130         Make variables frame local.
26132         * emulation/viper-util.el (viper-append-filter-alist):
26133         Use append instead of nconc.
26135         * emulation/viper.el (viper-vi-state-mode-list)
26136         (viper-emacs-state-mode-list): Move help-mode and
26137         completion-list-mode from the first list to the second.
26138         (viper-mode): Docstring.
26139         (viper-go-away, viper-non-hook-settings): Don't localize
26140         minor-mode-alist in newer Emacsen.  Add advice to
26141         set-cursor-color.  Don't bind "\C-c\\".
26143 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
26145         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26146         (scheme-macro-expand-command): New user options.
26147         (scheme-trace-procedure, scheme-expand-current-form): New commands.
26148         (scheme-form-at-point, scheme-start-file)
26149         (scheme-interactively-start-process): New functions.
26150         (scheme-get-process): New function, extracted from `scheme-proc'.
26151         (run-scheme): Call `scheme-start-file' to get start file, and pass
26152         it to `make-comint'.
26153         (switch-to-scheme, scheme-proc):
26154         Call `scheme-interactively-start-process' if no Scheme buffer/process
26155         is available.
26157 2005-08-06  Juri Linkov  <juri@jurta.org>
26159         * progmodes/compile.el (compilation-mode-font-lock-keywords):
26160         Use `compilation-text-face', `compilation-info-text-face' and
26161         `compilation-error-text-face' instead of `font-lock-keyword-face'.
26162         (compilation-error): New face.
26163         (compilation-error-file-name): Inherit from
26164         `compilation-error' instead of `font-lock-warning-face'.
26165         (compilation-warning-file-name): Inherit from
26166         `compilation-warning' instead of `font-lock-warning-face'.
26167         (compilation-info, compilation-error-file-name)
26168         (compilation-warning-file-name, compilation-info-file-name)
26169         (compilation-line-number, compilation-column-number): Doc fix.
26170         (compilation-error-text-face, compilation-warning-text-face)
26171         (compilation-info-text-face): New face variables.
26172         (compilation-line-face, compilation-column-face)
26173         (compilation-enter-directory-face)
26174         (compilation-leave-directory-face): Doc fix.
26175         (compilation-text-face): New function.
26177         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26178         instead of 1 to display binary file names as info file links.
26179         (grep-error-face): Use `compilation-error-face' instead of
26180         `font-lock-keyword-face'.
26181         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26182         and `compilation-warning-text-face' instead of
26183         `font-lock-keyword-face'.  Use `compilation-error-text-face'
26184         instead of `grep-error-face'.
26186 2005-08-05  Kenichi Handa  <handa@m17n.org>
26188         * international/code-pages.el: Add autoload cookies for all coding
26189         systems.
26191 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
26193         * cus-start.el (all): Put undo.c where it alphabetically belongs.
26195 2005-08-04  Juri Linkov  <juri@jurta.org>
26197         * progmodes/compile.el (compilation-mode-map):
26198         * progmodes/grep.el (grep-mode-map):
26199         Bind TAB to `compilation-next-error' and [backtab] to
26200         `compilation-previous-error'.
26202         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26203         matching line numbers, column numbers and their ranges with regexp
26204         matching only line numbers.
26205         (grep-context-face): New face variable.
26206         (grep-mode-font-lock-keywords): Use it.
26208         * faces.el (read-face-name): Delete duplicate faces.
26210 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
26212         * thumbs.el (thumbs-find-image): Don't make variables
26213         automatically buffer local.
26214         (thumbs-current-tmp-filename, thumbs-current-image-filename)
26215         (thumbs-image-num): Make automatically buffer local.
26216         (thumbs-show-thumbs-list): Use `make-local-variable', not
26217         `make-variable-buffer-local'.
26218         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26220         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26221         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26222         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26223         (bother, bye, canyou, chatlst, continue, deathlst, describe)
26224         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26225         (feelings-about, foullst, found, hello, history, howareyoulst)
26226         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26227         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26228         (neglst, obj, object, owner, please, problems, qlist)
26229         (random-adjective, relation, remlst, repetitive-shortness)
26230         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26231         (shortlst, something, sportslst, stallmanlst, states, subj)
26232         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26233         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26234         Defvar at compile time.
26236         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26237         not `make-variable-buffer-local'.
26239 2005-08-02  Kim F. Storm  <storm@cua.dk>
26241         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26242         rectangle overlay in selected window.
26244 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
26246         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26247         instead of display group.  Make `indicate-buffer-boundaries'
26248         customizable through Custom.
26250 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
26252         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26253         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26254         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26255         (gdb-put-string): Fix typos in docstrings.
26257 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
26259         Update copyright notices of files in progmodes directory for
26260         release of Emacs 22.1.
26262         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26264         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26265         Don't barf if the GUD buffer has been killed.
26267 2005-08-01  Kim F. Storm  <storm@cua.dk>
26269         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26271 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26273         * simple.el (next-error-follow-minor-mode):
26274         make-variable-buffer-local -> make-local-variable.
26276         * emacs-lisp/cl-extra.el: Require CL also when compiling.
26278         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26279         (byte-compile-form-make-variable-buffer-local): New functions to warn
26280         about misuses of make-variable-buffer-local where make-local-variable
26281         was meant.
26283 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
26285         * bs.el (bs-attributes-list): Doc fix.
26286         (bs): Update url-link.
26288         * desktop.el (desktop-save-buffer): Fix typos in docstring.
26289         (desktop-load-default): Simplify.
26291         * ibuffer.el (ibuffer-columnize-and-insert-list)
26292         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26293         (ibuffer-unmark-all, ibuffer-toggle-marks)
26294         (ibuffer-unmark-forward, ibuffer-unmark-backward)
26295         (ibuffer-compile-make-format-form, ibuffer-format-column)
26296         (ibuffer-current-buffers-with-marks)
26297         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26298         (ibuffer): Doc fix.
26299         (ibuffer-mode): Fix typo in docstring.
26300         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
26301         with `define-obsolete-variable-alias'.
26302         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
26304 2005-07-29  Kenichi Handa  <handa@m17n.org>
26306         * international/mule-cmds.el (select-message-coding-system):
26307         Be sure to use LF for end-of-line.  If no coding system is decided,
26308         return iso-8859-1-unix.
26310 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26312         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
26313         (ange-ftp-pending-error-line): New vars.
26314         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
26315         to handle the non-fatal no-route-to-host messages.
26316         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
26318 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
26320         * isearch.el (isearch-mode-map, isearch-other-meta-char)
26321         (isearch-quote-char, isearch-printing-char)
26322         (isearch-text-char-description): "?\ " -> "?\s".
26323         (isearch-lazy-highlight-cleanup)
26324         (isearch-lazy-highlight-initial-delay)
26325         (isearch-lazy-highlight-interval)
26326         (isearch-lazy-highlight-max-at-a-time)
26327         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
26328         Declare with define-obsolete-*-alias macros.
26329         (isearch-forward): Fix typo in docstring.
26330         (search-invisible, search-ring-yank-pointer)
26331         (regexp-search-ring-yank-pointer): Doc fixes.
26333         * recentf.el (recentf-menu-append-commands-p): Declare with
26334         `define-obsolete-variable-alias'.
26335         (recentf-max-saved-items, recentf-menu-filter)
26336         (recentf-arrange-by-rule-subfilter): Doc fixes.
26337         (recentf-menu-append-commands-flag)
26338         (recentf-initialize-file-name-history, recentf-expand-file-name)
26339         (recentf-clear-data): Fix typos in docstrings.
26341 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
26343         * progmodes/gdb-ui.el: Smarten comments.
26344         (gdb-info-breakpoints-custom): Use nowarn when finding file.
26346 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
26348         * term/apollo.el (terminal-init-apollo): New function containing
26349         all former top level forms in the file.
26350         * term/bobcat.el (terminal-init-bobcat):
26351         * term/cygwin.el (terminal-init-cygwin):
26352         * term/iris-ansi.el (terminal-init-iris-ansi):
26353         * term/linux.el (terminal-init-linux):
26354         * term/news.el (terminal-init-news):
26355         * term/rxvt.el (terminal-init-rxvt):
26356         * term/sun.el (terminal-init-sun):
26357         * term/tvi970.el (terminal-init-tvi970):
26358         * term/vt100.el (terminal-init-vt100):
26359         * term/vt102.el (terminal-init-vt102):
26360         * term/vt125.el (terminal-init-vt125):
26361         * term/vt200.el (terminal-init-vt200):
26362         * term/vt201.el (terminal-init-vt201):
26363         * term/vt220.el (terminal-init-vt220):
26364         * term/vt240.el (terminal-init-vt240):
26365         * term/vt300.el (terminal-init-vt300):
26366         * term/vt320.el (terminal-init-vt320):
26367         * term/vt400.el (terminal-init-vt400):
26368         * term/vt420.el (terminal-init-vt420):
26369         * term/wyse50.el (terminal-init-wyse50):
26370         * term/xterm.el (terminal-init-xterm): Likewise.
26372         * term/README: Describe the terminal-init-* functionality.
26374         * startup.el (command-line): After loading the terminal initialization
26375         file call the corresponding terminal initialization function.
26377 2005-07-27  Kenichi Handa  <handa@m17n.org>
26379         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26380         negative.
26382         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26383         (ps-mule-composition-prologue): Fix for the case that
26384         RelativeCompose is false.
26386 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26388         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26390         * descr-text.el (describe-char): Handle the case where the list of
26391         chars is displayed in a separate frame.
26392         Be a bit more discriminating when looking for the char.
26394 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
26396         * bookmark.el (bookmark-automatically-show-annotations)
26397         (bookmark-read-annotation-text-func): Doc fixes.
26398         (bookmark-save): Improve argument/docstring consistency.
26399         (bookmark-get-bookmark, bookmark-get-bookmark-record)
26400         (bookmark-alist-from-buffer)
26401         (bookmark-upgrade-file-format-from-0)
26402         (bookmark-grok-file-format-version)
26403         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
26404         (bookmark-read-annotation-mode)
26405         (bookmark-insert-current-bookmark, bookmark-jump)
26406         (bookmark-exit-hook): Fix typos in docstrings.
26407         (bookmark-exit-hooks): Define as obsolete alias.
26408         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
26409         not `bookmark-exit-hooks'.  Fix docstring.
26410         (bookmark-bmenu-select): "?\ " -> "?\s".
26412 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
26414         * startup.el (command-line): Fix typo.
26416 2005-07-24  Richard M. Stallman  <rms@gnu.org>
26418         * tooltip.el (tooltip-mode): Test emacs-basic-display,
26419         not emacs-quick-startup.
26421 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
26423         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26424         (reb-next-match, reb-show-subexp): Use `with-selected-window'
26425         instead of `reb-with-current-window'.
26426         (reb-prev-match): Likewise.  Also, don't move left if the search
26427         was unsuccessful.
26428         (reb-initialize-buffer): New function.
26429         (re-builder, reb-change-syntax): Use it.
26431         * man.el (Man-goto-page): Make second argument NOERROR optional.
26433 2005-07-23  Richard M. Stallman  <rms@gnu.org>
26435         * man.el (Man-bgproc-sentinel): Check here for failure to find
26436         any man page in the output, and report the error here.
26437         (Man-arguments): Make it permanent local.
26438         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
26439         (Man-mode): Pass t for NOERROR.
26441         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26442         (grep-mode-font-lock-keywords):
26443         Don't use compilation-...-face for messages that are not file names.
26445         * progmodes/compile.el (compilation-mode-font-lock-keywords):
26446         Don't use compilation-...-face for messages that are not file names.
26448 2005-07-22  Juri Linkov  <juri@jurta.org>
26450         * startup.el (normal-splash-screen): Update menu name.
26452         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26454 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
26456         * term/xterm.el: Load term/rxvt if the terminal is actually an
26457         rxvt terminal.
26458         (xterm-rxvt-set-background-mode): Remove, not used anymore.
26460         * term/rxvt.el (function-key-map): Use substitute-key-definition
26461         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
26463         * term/cygwin.el: New file.
26465 2005-07-22  Kim F. Storm  <storm@cua.dk>
26467         * image-file.el (insert-image-file, image-file-yank-handler):
26468         Fix last change to maintain a (unique) yank-handler on yanked images.
26470 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
26472         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26473         of the file size (as in "177B" for 177 bytes).  This happens with
26474         "ls -lh" on FreeBSD.
26476 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
26478         * hilit-chg.el (highlight-changes-global-initial-state)
26479         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26480         (hilit-chg-fixup, highlight-changes-mode):
26481         Fix typos in docstrings.
26482         (highlight-changes-global-modes, highlight-changes-rotate-faces):
26483         Doc fixes.
26485 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
26487         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26488         mode function using `eval-after-load'.
26490 2005-07-21  Kim F. Storm  <storm@cua.dk>
26492         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26493         included when reporting an Emacs crash, and tell about the DEBUG file.
26495         * image-file.el (insert-image-file): Add yank-handler.
26496         (image-file-yank-handler): Yank handler to make unique copies of
26497         images when they are yanked into a buffer next to each other.
26499 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
26501         * comint.el (comint-use-prompt-regexp, comint-send-input)
26502         (comint-source-default, comint-extract-string)
26503         (comint-get-source, comint-word, comint-completion)
26504         (comint-source, comint-prompt-read-only, comint-update-fence):
26505         Fix typos in docstrings.
26506         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
26507         Declare with define-obsolete-*-alias macros.
26508         (comint-previous-matching-input-from-input)
26509         (comint-next-matching-input-from-input)
26510         (comint-previous-matching-input, comint-next-matching-input)
26511         (comint-forward-matching-input):
26512         Improve argument/docstring consistency.
26514         * desktop.el (desktop-clear-preserve-buffers-regexp):
26515         Also preserve the *server* buffer.
26517         * simple.el (clone-indirect-buffer): Doc fix.
26518         (fixup-whitespace, just-one-space)
26519         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26520         (next-error, next-error-highlight)
26521         (next-error-highlight-no-select, next-error-last-buffer)
26522         (next-error-buffer-p, next-error-find-buffer, next-error)
26523         (previous-error, next-error-no-select, previous-error-no-select)
26524         (open-line, split-line, minibuffer-prompt-width, kill-new)
26525         (binary-overwrite-mode): Fix typos in docstrings.
26526         (set-fill-column): Fix typo in message.
26528         * skeleton.el (skeleton-proxy-new): Doc fix.
26530         * strokes.el (strokes-load-hook): Doc fix.
26531         (strokes-grid-resolution, strokes-get-grid-position)
26532         (strokes-renormalize-to-grid, strokes-read-stroke)
26533         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26534         (strokes-global-map): Fix typos in docstrings.
26535         (strokes-help): Doc fix.  Fix help message and pass it through
26536         `substitute-command-keys'.
26538         * tempo.el (tempo-insert-prompt, tempo-interactive)
26539         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26540         (tempo-insert-string-functions, tempo-local-tags)
26541         (tempo-define-template, tempo-insert-template)
26542         (tempo-insert-prompt-compat, tempo-is-user-element)
26543         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26544         Fix typos in docstrings.
26546         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26547         (vcursor-key-bindings, vcursor-use-vcursor-map)
26548         (vcursor-find-window, vcursor-scroll-down)
26549         (vcursor-disable, vcursor-beginning-of-buffer)
26550         (vcursor-end-of-buffer): Fix typos in docstrings.
26551         (vcursor-relative-move, vcursor-get-char-count):
26552         Improve argument/docstring consistency.
26554         * version.el: "?\ " -> "?\s".
26556         * wid-edit.el (widget-default-create, widget-after-change)
26557         (widget-default-format-handler, widget-checklist-add-item)
26558         (widget-radio-add-item, widget-choose, widget-specify-secret)
26559         (widget-field-value-create, widget-field-value-get)
26560         (widget-editable-list-format-handler)
26561         (widget-editable-list-entry-create, widget-group-value-create)
26562         (widget-documentation-link-add)
26563         (widget-documentation-string-value-create): "?\ " -> "?\s".
26564         (widget-convert-text): Doc fix.
26565         (widget-narrow-to-field, widget-field-find)
26566         (widget-url-link-action, widget-emacs-library-link-action)
26567         (widget-color-notify): Fix typos in docstrings.
26569         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26570         (x-select-text, set-w32-system-coding-system)
26571         (w32-add-charset-info): Fix typos in docstrings.
26573         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26574         (cua-enable-cua-keys, cua-use-hyper-key)
26575         (cua-virtual-rectangle-edges): Fix typos in docstrings.
26576         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26578         * net/tramp.el (tramp-handle-load): Fix typo in error message.
26580         * emacs-lisp/re-builder.el (regexp-builder): Declare with
26581         `defalias' instead of faking it.
26583         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26584         (eshell-ls-missing, eshell-ls-dired-initial-args)
26585         (eshell-ls-use-in-dired): Fix typos in docstrings.
26587 2005-07-20  Kim F. Storm  <storm@cua.dk>
26589         * emulation/cua-base.el (cua-mode): Improve doc string.
26591 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
26593         * abbrev.el (expand-region-abbrevs): Doc fix.
26594         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26595         Improve argument/docstring consistency.
26597         * arc-mode.el (archive-get-descr, archive-alternate-display):
26598         Doc fixes.
26599         (archive-l-e): Improve argument/docstring consistency.
26600         (archive-tmpdir, archive-unixdate, archive-unixtime)
26601         (archive-chmod-entry): Fix typos in docstrings.
26602         (archive-unflag, archive-unflag-backwards)
26603         (archive-unmark-all-files): "?\ " -> "?\s".
26605         * buff-menu.el (Buffer-menu-unmark): Doc fix.
26606         (Buffer-menu-not-modified, Buffer-menu-execute)
26607         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26608         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26610         * composite.el (compose-string, encode-composition-rule)
26611         (compose-last-chars): Fix typos in docstrings.
26613         * desktop.el (desktop-enable, desktop-basefilename):
26614         Declare with `define-obsolete-variable-alias'.
26615         (desktop-internal-v2s): Don't quote keywords.
26616         (desktop-clear): "?\ " -> "?\s".
26618         * dired.el (dired-align-file, dired-flag-backup-files)
26619         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26620         (dired-listing-switches, dired-ls-F-marks-symlinks)
26621         (dired-dwim-target, dired-load-hook, dired-mode-hook)
26622         (dired-directory, dired-faces, dired, dired-revert)
26623         (dired-mode, dired-summary, dired-view-file)
26624         (dired-copy-filename-as-kill, dired-delete-file)
26625         (dired-no-confirm, dired-unmark-all-marks)
26626         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26627         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26628         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26629         Fix typos in message strings.
26631         * dired-x.el (virtual-dired): Declare with `defalias'.
26632         (dired-mark-unmarked-files, dired-local-variables-file)
26633         (dired-omit-here-always): Doc fix.
26634         (dired-omit-mode, dired-find-subdir)
26635         (dired-enable-local-variables, dired-clean-up-buffers-too)
26636         (dired-extra-startup, dired-mark-extension, dired-jump)
26637         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26638         (dired-smart-shell-command, dired-guess-shell-alist-user)
26639         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26640         (dired-x-bind-find-file, dired-x-submit-report):
26641         Fix typos in docstrings.
26642         (dired-mark-unmarked-files): "?\ " -> "?\s".
26644         * dirtrack.el (dirtrack-list): Fix typos in docstring.
26646         * faces.el (describe-face): "?\ " -> "?\s".
26647         (read-all-face-attributes, read-face-font, modify-face)
26648         (face-attr-construct, italic): Fix typos in docstrings.
26649         (frame-update-face-colors): Declare with
26650         `define-obsolete-function-alias'.
26652         * files.el (find-file-noselect, recode-file-name): Doc fixes.
26653         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26654         (magic-mode-alist, buffer-file-numbers-unique)
26655         (write-file-functions, get-free-disk-space):
26656         Fix typos in docstrings.
26657         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26658         (write-contents-hooks, write-file-hooks):
26659         Declare with `define-obsolete-variable-alias'.
26661         * forms-d2.el (arch-rj): Fix typo in docstrings.
26662         (arch-tocol): Likewise.  "?\ " -> "?\s".
26664         * frame.el (set-frame-font, cursor-in-non-selected-windows):
26665         Fix typo in docstring.
26666         (set-screen-width, set-screen-height): Delete redundant info in
26667         doctrings.
26668         (new-frame, screen-height, screen-width): Declare with
26669         `define-obsolete-function-alias'.
26670         (delete-frame-hook, blink-cursor): Declare with
26671         `define-obsolete-variable-alias'.
26673         * paths.el (prune-directory-list): Fix typos in docstring.
26675         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26676         (cvs-prefix-get): Fix typos in docstrings.
26678         * ps-print.el (ps-extend-face-list, ps-extend-face)
26679         (ps-print-background-image): Fix typos in docstrings.
26680         (ps-default-fg, ps-default-bg): Doc fixes.
26682         * s-region.el (s-region-bind): Doc fix.
26683         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26685         * textmodes/org.el (org-table-formula-substitute-names)
26686         (org-table-get-vertical-vector): Doc fixes.
26687         (org-table-recalculate): Remove unused argument to `message'.
26689 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
26691         * textmodes/org.el (org-table-column-names)
26692         (org-table-column-name-regexp)
26693         (org-table-named-field-locations): New variables.
26694         (org-archive-subtree): Protect `this-command' when calling
26695         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26696         the kill buffer.
26697         (org-complete): Remove fixed-formula completion.
26698         (org-edit-formulas-map): New variable.
26699         (org-table-edit-formulas): New command.
26700         (org-finish-edit-formulas, org-abort-edit-formulas)
26701         (org-show-variable, org-table-get-vertical-vector): New functions.
26702         (org-table-maybe-eval-formula): Handle `:=' fields.
26703         (org-table-get-stored-formulas, org-table-store-formulas)
26704         (org-table-get-formula, org-table-modify-formulas)
26705         (org-table-replace-in-formulas): Handle named field formulas.
26706         (org-table-get-specials): Store locations of named fields.
26708 2005-07-19  Juri Linkov  <juri@jurta.org>
26710         * progmodes/grep.el (grep-regexp-alist)
26711         (grep-mode-font-lock-keywords, grep-process-setup):
26712         Use default GNU grep match color "01;31m" instead of "01;41m".
26713         (grep-regexp-alist, grep-mode-font-lock-keywords):
26714         Use `\\[[0-9]*m' instead of `\\[00m'.
26715         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26716         sgr_start where its handling is more important.  Use the real
26717         length of sgr_start instead of constant 8.
26718         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26719         specially.  Delete all remaining escape sequences.
26720         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26721         (grep-regexp-alist): Make hyperlink only for binary file name
26722         instead of the whole line.
26723         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26724         (grep-mode): Add autoload.
26726         * emacs-lisp/find-func.el (find-function-regexp):
26727         Add `define-compilation-mode'.
26729 2005-07-19  Juri Linkov  <juri@jurta.org>
26731         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26732         (compare-windows-sync-string-size, compare-windows-recenter)
26733         (compare-windows-highlight, compare-windows): Add version 22.1.
26734         (compare-windows) <defface>: Inherit from lazy-highlight instead
26735         of duplicating its default value.
26737         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26738         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26740         * descr-text.el (describe-char): Create link buttons for `charset'
26741         and `code point'.  Add the current input method name with a link
26742         button to `to input' field.  Print face names of display table
26743         characters in `The display table entry is displayed by' section
26744         instead of printing face-id in the `display' field.
26745         Guess hardcoded faces and create a link button for them.
26746         Skip empty fields when calculating max-width.
26747         Treat `widget-create' specially while inserting strings from the
26748         collected field list.
26749         (describe-char-after): Made obsolete in version 22.1, not 21.5.
26751         * diff-mode.el (diff-file-header): Change foreground color from
26752         yellow to green on light backgrounds.
26753         (diff-context): Inherit from `shadow' only for color/grayscale
26754         with more than 88 colors.
26755         (diff-indicator-removed, diff-indicator-added)
26756         (diff-indicator-changed): New faces.
26757         (diff-font-lock-keywords): Use new faces.  Regroup rules.
26758         Add "^---$" for `normal' diff format.  Fontify `#' lines with
26759         font-lock-comment-delimiter-face and font-lock-comment-face.
26760         Add `#' to ^[^...] in the rule for `diff-context-face'.
26762         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26763         a button-like box.  Inherit from `highlight' on low colors.
26764         (shadow): Use shades of gray only for color/grayscale with
26765         more than 88 colors.  Use green for light backgrounds with
26766         8 colors, and yellow for dark backgrounds with 8 colors.
26768         * font-lock.el (font-lock-regexp-grouping-backslash):
26769         Don't inherit from escape-glyph (use bold for all cases).
26771         * info.el (info-xref-visited): Use light foreground color `violet'
26772         for dark backgrounds instead of dark color `magenta3'.
26773         (info-title-1): Use `yellow' color for dark backgrounds.
26775         * isearch.el (isearch): Use not-too-dark magenta3 instead of
26776         too-light magenta2.
26778         * replace.el (match): Use slightly more light RoyalBlue3 instead
26779         of dark RoyalBlue4.
26781         * wid-edit.el (widget-inactive): Inherit from `shadow'.
26783 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
26785         * novice.el (disabled-command-hook): Declare it with
26786         `define-obsolete-variable-alias'.
26788         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26789         (desktop-buffer-misc-functions, desktop-buffer-handlers)
26790         (desktop-load-default): Add release to obsolescence info.
26791         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26792         (desktop-append-buffer-args, desktop-read):
26793         Fix typos in docstrings.
26794         (desktop-kill): Fix typo in message.
26795         (desktop-save): Doc fix.
26797 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
26799         * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
26800         (viper-envelop-ESC-key): Change the definition of fast
26801         keysequence so it'll work with keyboard macros.
26803         * ediff.el (ediff-patch-buffer): Change the docstring.
26805 2005-07-19  Kenichi Handa  <handa@m17n.org>
26807         * international/mule-cmds.el (select-safe-coding-system): Try to
26808         use an auto-coding (if any) before anything else.  If the found
26809         auto-coding is invalid, show a warning message.
26811         * international/mule.el (find-auto-coding): New function created
26812         by modifying the body of set-auto-coding.
26813         (set-auto-coding): Use find-auto-coding to find a coding.
26815 2005-07-18  Richard M. Stallman  <rms@gnu.org>
26817         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26818         not isearch-mode-end-hook-error.
26819         (allout-before-change-protect): Fix error message.
26821 2005-07-18  Juri Linkov  <juri@jurta.org>
26823         * allout.el (allout-mode):
26824         * calculator.el (calculator-copy):
26825         * custom.el (custom-known-themes):
26826         * dired.el (dired-desktop-buffer-misc-data)
26827         (dired-restore-desktop-buffer):
26828         * dired-x.el (dired-omit-marker-char):
26829         * files.el (basic-save-buffer):
26830         * font-core.el (font-lock-mode):
26831         * calendar/calendar.el (calendar-goto-hebrew-date)
26832         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26833         (calendar-goto-persian-date):
26834         * language/ethio-util.el (ethio-sera-to-fidel-region):
26835         * textmodes/picture.el (picture-mode):
26836         Delete duplicate duplicate words.
26838 2005-07-18  Juri Linkov  <juri@jurta.org>
26840         * isearch.el (isearch-mode-map): Remove key bindings for regexp
26841         chars * ? } |.
26842         (isearch-fallback): Don't call `isearch-process-search-char'.
26843         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26844         (isearch-process-search-char): Call `isearch-fallback' for regexp
26845         chars * ? } |.
26846         (isearch-return-char): Make obsolete with `make-obsolete' instead
26847         of simply documenting it as obsolete in the docstring.
26848         (isearch-fallback): Refill docstring.
26850         * international/isearch-x.el
26851         (isearch-process-search-multibyte-characters): Remove unneeded
26852         `concat'.  Add intermediate values to `junk-hist' instead of
26853         `minibuffer-history'.  Test the length of `str'.
26855 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
26857         * allout.el (allout-resolve-xref): Fix typos in error strings.
26858         (allout-before-change-protect): Remove unneeded `concat'.
26860         * array.el (array-mode, array-reconfigure-rows)
26861         (untabify-backward): Fix typos in docstrings.
26862         (array-reconfigure-rows): Use `insert-buffer-substring', not
26863         `insert-buffer'.
26865         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26866         * progmodes/ada-mode.el (ada-make-body):
26867         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26869         * dired.el (dired-log):
26870         * tar-mode.el (tar-subfile-save-buffer):
26871         * play/zone.el (zone-pgm-stress-destress):
26872         Use `insert-buffer-substring', not `insert-buffer'.
26874 2005-07-17  Simon Josefsson  <jas@extundo.com>
26876         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26878 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
26880         * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
26881         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26883 2005-07-17  Kim F. Storm  <storm@cua.dk>
26885         * ido.el (dired-other-window): Add ido property.
26887 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
26889         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26890         Fix typo in docstring.
26891         (byte-compile-interactive-only-functions): Add `insert-buffer' and
26892         `insert-file-literally'.
26894         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26895         info and delete redundant message.  Doc fix.
26896         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26897         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26899 2005-07-16  Richard M. Stallman  <rms@gnu.org>
26901         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26902         (byte-compile-and): Use byte-compile-and-recursion.
26903         (byte-compile-or-recursion): New function.
26904         (byte-compile-or): Use that.
26905         (byte-compile-if): Guard the else-clause too.
26906         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26908         * isearch.el (isearch-mode-end-hook-quit): New variable.
26909         (isearch-done): Bind it.
26910         (isearch-mode-end-hook): Doc fix.
26912         * allout.el (allout-isearch-did-quit): Variable deleted.
26913         (allout-real-isearch-abort): Function name no longer used.
26914         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26915         (allout-isearch-rectification): isearch-mode always exists.
26916         Don't set allout-isearch-did-quit.
26917         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26918         allout-isearch-did-quit.
26919         (allout-enwrap-isearch): Just add the hook.
26920         (allout-isearch-abort): Function deleted.
26921         (allout-pre-command-business): Avoid warning.
26923         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26924         Correctly avoid warnings.
26925         (pascal-outline): Likewise.
26927         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26929         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26931         * play/tetris.el (tetris-mode): Avoid warning.
26933         * play/snake.el (snake-mode): Avoid warning.
26935         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26936         (gamegrid-set-display-table): Avoid warning.
26937         (gamegrid-set-timer): Likewise.
26938         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26939         (gamegrid-add-score-with-update-game-score-1): Take FILE
26940         as argument.
26941         (gamegrid-add-score-with-update-game-score): Pass that argument.
26942         Rename have-shared-game-dir to gamegrid-shared-game-dir.
26944         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26946         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26947         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26949         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26950         and insert-file.
26952         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26953         (sc-ask): Avoid warnings.
26955         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26956         (eshell-hist-initialize): Use that var the natural way.
26958         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26960         * emacs-lisp/re-builder.el (reb-cook-regexp):
26961         Avoid warning calling lre-compile-string.
26962         (reb-color-display-p): Avoid warning.
26964         * calculator.el (calculator-last-input): Guard uses
26965         of event-key and key-press-event-p.
26966         (event-key, key-press-event-p): Delete definitions.
26968         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26969         (find-gc-source-directory, find-gc-subrs-callers)
26970         (find-gc-noreturn-list, find-gc-source-files)
26971         (find-gc-subrs-called): Vars renamed and defvar'd.
26973         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26974         (checkdoc-overlay-put, checkdoc-delete-overlay)
26975         (checkdoc-overlay-start, checkdoc-overlay-end)
26976         (checkdoc-mode-line-update, checkdoc-char=):
26977         Define such that compiler knows they are defined.
26978         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
26979         (checkdoc-read-event): Delete.  Use read-event directly.
26981         * whitespace.el (whitespace-make-overlay)
26982         (whitespace-overlay-put, whitespace-delete-overlay)
26983         (whitespace-overlay-start, whitespace-overlay-end):
26984         Define such that compiler knows they are defined.
26985         (whitespace): Move conditional inside.
26987         * tempo.el (tempo-insert-template): Suppress warning.
26989         * ediff-diff.el (longlines-mode): Add defvar.
26991 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
26993         * server.el: Bind "C-x #" in a way that works even if C-x is
26994         redefined to a command key, not a prefix key.
26996 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
26998         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26999         cl-make-type-test till execution time.
27001 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
27003         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27004         arg ARG and use it.
27006 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
27008         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27010 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
27012         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27013         a defcustom with two :set or :type keywords.
27015 2005-07-15  Richard M. Stallman  <rms@gnu.org>
27017         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27018         Don't give ^M comment-end syntax.
27020 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
27022         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27023         Don't consider gdbmi (gdb-mi.el has its own update functions).
27024         (gdb-var-delete): Make it work for gdbmi as well.
27025         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27027         * progmodes/gud.el (etags, sdb): Only require etags when needed.
27028         (gud-speedbar-menu-items): Correct logic for enabling items.
27030 2005-07-15  Kim F. Storm  <storm@cua.dk>
27032         * ido.el: Fix commentary.
27033         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27034         Use with-no-warnings around ffap-guesser.
27035         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27036         Let bind minibuffer-completing-file-name to t.
27038 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
27040         * startup.el (site-run-file, keyboard-type): Doc fixes.
27041         (command-line): Check for "--basic-display" argument; also for
27042         "--quick", not "--bare-bones" (which was renamed).
27043         (fancy-splash-text): Add missing item "Getting New Versions".
27044         (normal-splash-screen): Fix typos and improve consistency with
27045         `fancy-splash-text'.  Update copyright year.
27047         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27048         valid binding for `help-char'.
27050         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27052 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
27054         * term.el (term-mode): Disable cua-mode for term buffers.
27056 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
27058         * add-log.el (add-log-mailing-address, change-log-merge):
27059         Doc fixes.
27060         (change-log-get-method-definition): Fix typo in docstring.
27062 2005-07-14  Kim F. Storm  <storm@cua.dk>
27064         * emulation/cua-base.el:
27065         (cua--pre-command-handler-1, cua--pre-command-handler)
27066         (cua--post-command-handler-1, cua--post-command-handler):
27067         Split in two.  Check (buffer local) value of cua-mode.
27068         (cua-selection-mode): New command.
27070 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
27072         * custom.el (custom-initialize-safe-set)
27073         (custom-initialize-safe-default): Doc fixes.
27075         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27076         and simplify :init-value again.
27078         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27079         and simplify :init-value again.  Delete autoload.
27081         * startup.el (command-line): Use `custom-reevaluate-setting' again
27082         for tooltip-mode.
27084         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27085         a defcustom with two :initialize keywords.
27087 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
27089         * allout.el (my-mark-marker, allout-isearch-prior-pos)
27090         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27091         (allout-post-command-business, allout-flag-region)
27092         (isearch-reenable-font-lock, allout-yank)
27093         (allout-insert-latex-header, allout-insert-latex-trailer)
27094         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27095         (allout-latex-verb-quote): Fix typos in docstrings.
27096         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27097         (allout-unprotected, allout-prefix-data):
27098         Improve argument/docstring consistency.
27099         (allout-chart-subtree): Fix argument spec.
27100         (allout-open-topic): Rename `use_sib_bullet' argument to
27101         `use-sib-bullet'.  Doc fix.
27103         * whitespace.el (whitespace-check-buffer-leading)
27104         (whitespace-check-buffer-trailing)
27105         (whitespace-check-buffer-indent)
27106         (whitespace-check-buffer-spacetab)
27107         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27108         (whitespace-check-leading-whitespace)
27109         (whitespace-check-trailing-whitespace)
27110         (whitespace-check-spacetab-whitespace)
27111         (whitespace-check-indent-whitespace)
27112         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27113         (whitespace-modes): Fix typos in docstrings.
27114         (defgroup, defcustom): Doc fixes.
27116         * winner.el (winner-mode, winner-boring-buffers)
27117         (winner-pending-undo-ring): Doc fixes.
27118         (winner-ring): Remove unneeded `progn'.
27119         (winner-equal): `defsubst' it.
27120         (winner-redo): Fix message.
27122 2005-07-13  Kim F. Storm  <storm@cua.dk>
27124         * simple.el (line-move-1): Always use vertical-motion to
27125         do the last (or only) line move to ensure some movement.
27126         Undo 2005-06-23 change--don't check for overlays.
27128 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27130         * term/mac-win.el (ccl-encode-mac-roman-font)
27131         (ccl-encode-mac-centraleurroman-font)
27132         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27133         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27134         Change charset-id boundary of dimension to ?\xef.
27135         (mac-char-fontspec-list): New constant.
27136         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
27137         argument.  Nil uses itself as family in font-spec.  Previous
27138         behavior for nil is now provided by non-nil non-string argument.
27139         All callers changed.  Add font-specs for Mac fonts to
27140         "fontset-default" unless iso8859-1 fonts are installed.
27142 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27144         * progmodes/sh-script.el (sh-get-indent-info): Only indent
27145         a continuation line if the \ is preceded by SPC or TAB.
27146         (sh-get-indent-info): Simplify.
27147         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27148         Use with-current-buffer.
27150         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27151         when the matched text is empty.
27153 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
27155         * startup.el (command-line): Revert to previous handling of
27156         tooltip-mode.  Explain in comment why the complexity is needed.
27158         * tooltip.el (tooltip-mode): Revert to previous implementation of
27159         its defcustom.
27161         * frame.el (blink-cursor-mode): Revert to previous implementation
27162         of its defcustom.  Update comment.
27164 2005-07-12  Lars Hansen  <larsh@soem.dk>
27166         * desktop.el: Update e-mail address.
27168 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27170         * term/mac-win.el (mac-services-mail-selection)
27171         (mac-services-mail-to): New functions.
27172         (mac-application-menu-map): Bind them.
27174 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
27176         * progmodes/gdb-ui.el: Add note about buffering with Windows.
27178 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
27180         * custom.el (custom-reevaluate-setting): Doc fix.
27182 2005-07-11  Jay Belanger  <belanger@truman.edu>
27184         * calc/calc.el (calc-embedded-announce-formula-alist)
27185         (calc-embedded-open-close-plain-alist)
27186         (calc-embedded-open-close-mode-alist): Add checks for additional
27187         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27189 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
27191         * custom.el (custom-enable-theme): Don't add theme to
27192         `custom-enabled-themes' with `push' because there is no
27193         setf-method for `delq'.
27195 2005-07-11  Richard M. Stallman  <rms@gnu.org>
27197         * custom.el (custom-declare-variable): Doc fix.
27199         * dired-aux.el (dired-compare-directories): Remove "." and ".."
27200         from the alists.
27202         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27203         Do nothing if edebug-active.
27205         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27206         (edebug-display): Do it here instead.
27208 2005-07-10  Richard M. Stallman  <rms@gnu.org>
27210         * cus-face.el (custom-theme-set-faces): Make it work.
27211         (custom-reset-faces): Doc fix.
27212         (custom-theme-reset-internal-face, custom-theme-face-value):
27213         Functions deleted.
27215         * custom.el (custom-push-theme): Maintain list of the settings
27216         of a given theme in its theme-settings property.
27217         Maintain position of old settings in the theme-value
27218         or theme-face property.
27219         (custom-enabled-themes): New variable.
27220         (custom-theme-enabled-p): New function.
27221         (provide-theme): Update custom-enabled-themes.
27222         Disable and reenable the `user' theme.
27223         (require-theme): Doc fix.
27224         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27225         (custom-theme-value, custom-theme-variable-value): Likewise.
27226         (custom-theme-reset-internal): Likewise.
27227         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27228         (custom-enable-theme, custom-disable-theme): New functions.
27229         (custom-variable-theme-value, custom-face-theme-value): Likewise.
27230         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27231         (custom-theme-reset-variables): Simplify.
27232         (deftheme, custom-declare-theme, custom-make-theme-feature):
27233         Definitions moved.
27235 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
27237         * longlines.el (longlines-show-region)
27238         (longlines-unshow-hard-newlines): Recognize hard newlines by
27239         non-nil hard property, instead of t.
27241 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
27243         * emulation/viper-cmd.el (viper--key-maps): New variable.
27244         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27245         emulation-mode-map-alists.
27246         (viper-envelop-ESC-key): Use viper-subseq.
27247         (viper-search-forward/backward/next): Disable debug-on-error.
27249         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27250         (viper-ESC-key): New defcustoms.
27252         * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27254         * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27255         (viper-subseq): Copy of subseq from cl.el.
27257         * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27258         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27260         * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27262         * emulation/viper-init.el: Get rid of -face in face names.
27264         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27265         Make it work with longlines mode.
27267         * ediff-mult.el (ediff-meta-mode-hook): New variable.
27269         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27271         * ediff-init.el: Get rid of -face in face names.
27273 2005-07-10  Richard M. Stallman  <rms@gnu.org>
27275         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27276         and with-timeout-unsuspend.
27278         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27279         and with-timeout-unsuspend.
27281         * emacs-lisp/timer.el (with-timeout-timers): New variable.
27282         (with-timeout): Bind that variable to record timers.
27283         (with-timeout-suspend, with-timeout-unsuspend): New functions.
27285         * emacs-lisp/debug.el (debug-help-follow): New function.
27286         (debugger-mode-map): Use that instead of help-follow.
27287         (debugger-setup-buffer): Use eval-buffer-list
27288         to handle eval-buffer frames.
27290 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
27292         * timezone.el (timezone-parse-date): Change first regexp
27293         so it will not mistakenly match dates with no time zone.
27295 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
27297         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27299 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
27301         * custom.el (custom-initialize-safe-set)
27302         (custom-initialize-safe-default): New functions.
27304         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27305         and simplify :init-value.
27307         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27308         and simplify :init-value.  Delete obsolete comment.
27310         * startup.el (command-line): Use `custom-reevaluate-setting' to
27311         handle `tooltip-mode'.  Delete obsolete comment.
27313         * files.el (set-visited-file-name): Avoid calling
27314         `file-name-nondirectory' with a nil argument.
27316 2005-07-09  Richard M. Stallman  <rms@gnu.org>
27318         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27319         was called with nil for the buffer, handle the read position right.
27320         Handle read position for eval-region, too.
27322 2005-07-09  Juri Linkov  <juri@jurta.org>
27324         * fringe.el (fringe-mode): Add period in docstring.
27325         (fringe-query-style): Build prompt depending on `all-frames' arg.
27327         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
27328         to not create links to unrelated functions in the Help buffer.
27330         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27331         Doc fix.
27333         * simple.el (next-error-hook): New variable.
27334         (next-error): Use it.  Doc fix.
27336         * textmodes/ispell.el (ispell-command-loop): Add current
27337         dictionary name and program name to mode-line-format.
27338         (ispell-region, ispell-process-line): Add current dictionary name
27339         and program name to messages.
27341 2005-07-08  Jay Belanger  <belanger@truman.edu>
27343         * calc/calc.el (calc-embedded-announce-formula-alist)
27344         (calc-embedded-open-close-formula-alist)
27345         (calc-embedded-open-close-word-alist)
27346         (calc-embedded-open-close-plain-alist)
27347         (calc-embedded-open-close-new-formula-alist)
27348         (calc-embedded-open-close-mode-alist)
27349         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
27350         (calc-embedded-mode-hook): New variables.
27352         * calc/calc-embed.el (calc-embedded-firsttime)
27353         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
27354         New variables.
27355         (calc-do-embedded): Use calc-embedded-firsttime,
27356         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
27357         determine whether or not to run hooks.
27358         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
27359         calc-embedded-firsttime-formula appropriately.
27360         Set calc-embedded delimiter variables according to mode.
27362 2005-07-08  Richard M. Stallman  <rms@gnu.org>
27364         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
27365         Check for "emacs", etc., as entire symbol, not just as word.
27366         (checkdoc-file-comments-engine): Use regexp-quote on FN.
27368         * files.el (set-visited-file-name): Report the error
27369         for "empty filename" earlier.
27370         (kill-some-buffers): Ignore buffers already dead.
27372         * fringe.el (fringe-mode): Doc fix.
27374         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27375         Check for (featurep 'xemacs) and turn off warnings in what it guards.
27376         Use unwind-protect to ensure byte-compile-unresolved-functions
27377         is updated.
27379         * whitespace.el (whitespace-buffer-leading-cleanup):
27380         Simplify w/ skip-chars-forward.
27381         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27383         * mail/rmail.el (rmail-only-expunge): Fix paren error.
27384         Unconditionally try to leave point at the same old place.
27386 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
27388         * comint.el (comint-postoutput-scroll-to-bottom)
27389         (comint-show-maximum-output): Take scroll-margin into consideration.
27391 2005-07-08  Kim F. Storm  <storm@cua.dk>
27393         * ido.el (ido-use-filename-at-point): New choice `guess'.
27394         (ido-file-internal): Try ffap-guesser if selected.
27396         * ido.el (ido-before-fallback-functions): New hook.
27397         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27398         (ido-read-file-name): Run it.
27400 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
27402         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
27403         strings rather than a list of symbols to the completion function.
27405 2005-07-07  Jay Belanger  <belanger@truman.edu>
27407         * calc/calc-units.el (math-apply-units): Change the places in
27408         which units are simplified.
27410 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
27412         * cus-edit.el (customize-option, customize-option-other-window):
27413         Make them handle aliases.
27415         * custom.el (custom-variable-p): Make it recursively follow
27416         aliases.  Mention that in the docstring.
27418 2005-07-07  Richard M. Stallman  <rms@gnu.org>
27420         * cus-start.el (exec-path): Use `directory' instead of `file'.
27421         Fix tag for nil.
27423 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
27425         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27426         when called non-interactively.  Doc fix.
27428 2005-07-07  Lute Kamstra  <lute@gnu.org>
27430         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27431         new address as well.
27433 2005-07-07  Kenichi Handa  <handa@m17n.org>
27435         * international/mule.el (make-coding-system):
27436         Describe `ascii-incompatible' property in the docstring.
27437         (set-file-name-coding-system): Signal an error if coding-system is
27438         ascii-incompatible.
27439         (set-keyboard-coding-system): Likewise.
27441         * international/mule-cmds.el (set-default-coding-systems):
27442         Don't set default-file-name-coding-system and
27443         default-keyboard-coding-system if coding-system is ASCII-incompatible.
27445         * international/utf-16.el: Declare that all UTF-16-based coding
27446         systems are ASCII-incompatible.
27448 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
27450         * progmodes/gud.el: Require font-lock for displaying errors.
27451         Used by gdb-ui.el.
27453 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
27455         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27456         values for the pattern lists which are `read'able but not
27457         `append'able (like symbols).
27459 2005-07-06  Richard M. Stallman  <rms@gnu.org>
27461         * progmodes/flymake.el (flymake-float-time): Instead of
27462         with-no-warnings, test for XEmacs.
27463         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27464         to avoid warning.
27466 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
27468         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27470 2005-07-05  Lute Kamstra  <lute@gnu.org>
27472         * battery.el: Add support for Darwin (with much debugging help
27473         from Samuel Lauber <sam124@operamail.com>).
27474         (battery-status-function, battery-echo-area-format)
27475         (battery-mode-line-format): Add support for pmset on Darwin.
27476         (battery-load-low, battery-load-critical): New user options.
27477         (battery-pmset): New function.
27479 2005-07-05  Lute Kamstra  <lute@gnu.org>
27481         Update FSF's address in GPL notices.
27483         * textmodes/page-ext.el: Update FSF's address.
27485 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
27487         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27488         filling from using prefix when filling a single-line docstring.
27490         * progmodes/flymake.el: Remove useless eval-when-compile.
27492         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27494 2005-07-04  Richard M. Stallman  <rms@gnu.org>
27496         * textmodes/org.el (org-file-apps-defaults-gnu):
27497         Rename from org-file-apps-defaults-linux.
27498         (org-default-apps): Don't test system-type for `linux'.
27499         (org-file-apps): Doc fix.
27501 2005-07-04  David Ponce  <david@dponce.com>
27503         * tree-widget.el: Improve header Commentary section.
27504         (tree-widget) [defgroup]
27505         (tree-widget-image-enable, tree-widget-themes-directory)
27506         (tree-widget-theme, tree-widget-image-properties-emacs)
27507         (tree-widget-image-properties-xemacs, tree-widget-create-image)
27508         (tree-widget-image-formats, tree-widget-control)
27509         (tree-widget-empty-control, tree-widget-leaf-control
27510         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
27511         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
27512         (tree-widget-keep, tree-widget-after-toggle-functions)
27513         (tree-widget-open-node, tree-widget-close-node): Doc fix.
27514         (tree-widget-open-control, tree-widget-close-control): Fix doc and
27515         :help-echo message.
27516         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
27517         (tree-widget-image-properties): Doc fix.  Clearer implementation.
27518         (tree-widget--cursors): New constant.
27519         (tree-widget-lookup-image): New function split from
27520         `tree-widget-find-image'.  Clearer implementation.
27521         (tree-widget-find-image): Use it.
27522         (tree-widget-button-keymap): Use `set-keymap-parent'.
27523         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27524         Define the sub-widgets here.
27525         (tree-widget-node): Check that :node is not a tree-widget.
27526         (tree-widget-get-super, tree-widget-open-control)
27527         (tree-widget-close-control, tree-widget-empty-control)
27528         (tree-widget-leaf-control, tree-widget-guide)
27529         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27530         (tree-widget-no-handle, tree-widget-value-delete)
27531         (tree-widget-map): Remove.
27532         (tree-widget-children-value-save): Doc fix.  Simplified.
27533         (tree-widget-value-create): Update according to previous changes.
27535 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
27537         * textmodes/org.el: Leading space replaced by TABS.
27538         (org-recalc-marks, org-table-rotate-recalc-marks)
27539         (org-table-get-specials): Treat "^" and "_" marks.
27540         (org-table-justify-field-maybe): Optional argument NEW.
27541         (org-table-eval-formula): Parsing of the format simplified.
27542         New modes C,I.  Honor the %= parameter in the current table.
27543         Avoid unnecessary re-align by using the NEW argument to
27544         `org-table-justify-field-maybe'.
27545         (org-calc-default-modes): Default for date-format mimicks org-mode.
27546         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27548 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
27550         * cus-face.el (custom-theme-set-faces): Make it handle face
27551         aliases whose alias declarations are pre- or autoloaded.
27553 2005-07-04  Juri Linkov  <juri@jurta.org>
27555         * faces.el (read-face-name): Put the code for getting a face name
27556         from the buffer before adding the faces from the `face' property.
27557         Use `completing-read-multiple' instead of `completing-read'.
27558         Require `crm'.  Add default value and post-process the returned
27559         list of faces.
27561         * emacs-lisp/crm.el (crm-find-current-element)
27562         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27564         * emacs-lisp/lisp-mode.el (eval-defun-1):
27565         * emacs-lisp/edebug.el (edebug-eval-defun):
27566         Remove unnecessary quotes.
27568 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
27570         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27571         (prolog-indent-level): Fix typo in docstring.
27573         * info.el (Info-history, Info-history-forward)
27574         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27576         * add-log.el (add-change-log-entry):
27577         * comint.el (comint-dynamic-list-input-ring)
27578         (comint-dynamic-list-completions):
27579         * dabbrev.el (dabbrev-expand):
27580         * delim-col.el (delimit-columns-rectangle-line):
27581         * diff-mode.el (diff-context->unified, diff-reverse-direction)
27582         (diff-unified->context):
27583         * ediff-init.el (ediff-abbrev-jobname):
27584         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27585         (ediff-replace-session-activity-marker-in-meta-buffer):
27586         * info.el (Info-summary):
27587         * lpr.el (printify-region):
27588         * printing.el (pr-create-interface):
27589         * ps-print.el (ps-print-quote):
27590         * ses.el (ses-column-widths, ses-print-cell)
27591         (ses-adjust-print-width, ses-center):
27592         * shell.el (shell-file-name-quote-list):
27593         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27594         (strokes-fill-current-buffer-with-whitespace)
27595         (strokes-xpm-for-stroke, strokes-list-strokes)
27596         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27597         * term.el (term-dynamic-list-input-ring)
27598         (term-dynamic-list-completions):
27599         * calc/calc.el (math-format-stack-value):
27600         * emacs-lisp/edebug.el (edebug-display-freq-count):
27601         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27602         (delphi-new-comment-line):
27603         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27604         * progmodes/executable.el (executable-set-magic):
27605         * progmodes/python.el (inferior-python-mode):
27606         * progmodes/scheme.el (scheme-mode-syntax-table):
27607         * progmodes/sh-script.el (sh-maybe-here-document):
27608         * progmodes/sql.el (sql-copy-column):
27609         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27610         * textmodes/bibtex.el (bibtex-mode):
27611         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27612         (sgml-auto-attributes):
27613         * textmodes/table.el (table-insert, table-shorten-cell)
27614         (table--generate-source-scan-lines, table-delete-row)
27615         (*table--cell-delete-char, table--spacify-frame)
27616         (table--horizontally-shift-above-and-below)
27617         (table--cell-insert-char, table--cell-blank-str)
27618         (table--fill-region-strictly):
27619         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27620         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27622         * add-log.el (change-log):
27623         * apropos.el (apropos):
27624         * comint.el (comint-completion, comint-source):
27625         * dabbrev.el (dabbrev):
27626         * delim-col.el (columns):
27627         * diff-mode.el (diff-mode):
27628         * ediff.el (ediff):
27629         * ediff-diff.el (ediff-diff):
27630         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27631         * ediff-mult.el (ediff-mult):
27632         * ediff-ptch.el (ediff-ptch):
27633         * ediff-wind.el (ediff-window):
27634         * facemenu.el (facemenu):
27635         * indent.el (indent):
27636         * info.el (info):
27637         * jka-cmpr-hook.el (compression, jka-compr):
27638         * lpr.el (lpr):
27639         * outline.el (outlines):
27640         * pcmpl-cvs.el (pcmpl-cvs):
27641         * pcmpl-rpm.el (pcmpl-rpm):
27642         * printing.el (printing):
27643         * ps-print.el (postscript, ps-print, ps-print-horizontal)
27644         (ps-print-vertical, ps-print-headers, ps-print-font)
27645         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27646         (ps-print-background, ps-print-printer, ps-print-page)
27647         (ps-print-miscellany):
27648         * ses.el (ses):
27649         * shell.el (shell, shell-directories, shell-faces):
27650         * startup.el (initialization):
27651         * strokes.el (strokes):
27652         * term.el (term):
27653         * uniquify.el (uniquify):
27654         * w32-vars.el (w32):
27655         * calc/calc.el (calc):
27656         * emacs-lisp/bytecomp.el (bytecomp):
27657         * emacs-lisp/cl-indent.el (lisp-indent):
27658         * emacs-lisp/edebug.el (edebug):
27659         * emacs-lisp/elp.el (elp):
27660         * emacs-lisp/testcover.el (testcover):
27661         * emacs-lisp/trace.el (trace):
27662         * emulation/viper-ex.el (viper-ex):
27663         * emulation/viper-mous.el (viper-mouse):
27664         * mail/mailalias.el (mailalias):
27665         * mail/supercite.el (supercite, supercite-frames)
27666         (supercite-attr, supercite-cite, supercite-hooks):
27667         * net/rcompile.el (remote-compile):
27668         * net/rlogin.el (rlogin):
27669         * obsolete/ooutline.el (outlines):
27670         * progmodes/delphi.el (delphi):
27671         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27672         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27673         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27674         (ebnf-optimization):
27675         * progmodes/etags.el (etags):
27676         * progmodes/executable.el (executable):
27677         * progmodes/idlwave.el (idlwave):
27678         * progmodes/pascal.el (pascal):
27679         * progmodes/prolog.el (prolog):
27680         * progmodes/python.el (python):
27681         * progmodes/scheme.el (scheme):
27682         * progmodes/sh-script.el (sh, sh-script):
27683         * progmodes/sql.el (SQL):
27684         * progmodes/tcl.el (tcl):
27685         * textmodes/bibtex.el (bibtex, bibtex-autokey):
27686         * textmodes/enriched.el (enriched):
27687         * textmodes/makeinfo.el (makeinfo):
27688         * textmodes/sgml-mode.el (sgml):
27689         * textmodes/table.el (table-hooks):
27690         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27691         * textmodes/texinfo.el (texinfo):
27692         * textmodes/two-column.el (two-column):
27693         Finish `defgroup' description with period.
27695         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27696         * eshell/esh-var.el (eshell-var):
27697         * progmodes/vhdl-mode.el (vhdl-testbench):
27698         * textmodes/org.el (org): Fix typos in docstrings.
27700         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27701         consistency.
27703         * progmodes/flymake.el (flymake-find-file): Remove.
27704         (flymake-float-time): Use `with-no-warnings'.
27705         (flymake-check-start-time, flymake-check-was-interrupted)
27706         (flymake-err-info, flymake-is-running, flymake-last-change-time)
27707         (flymake-new-err-info): `defvar' at compile time.
27709 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
27711         * replace.el (occur-hook): Doc fix.
27712         (occur-1): Don't call `occur-hook' if there are no matches.
27714 2005-07-03  Richard M. Stallman  <rms@gnu.org>
27716         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27717         global-map, save the same map.
27718         (global-map): Don't alter it at top level.
27719         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27720         Then alter it here instead.
27721         (tpu-edt-off): Set global-map to the saved one.
27723         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27724         All references simplified.
27725         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
27726         (zmacs-regions): Add defvar.
27727         (repeat-complex-command-map): Everything about that deleted.
27729         * textmodes/artist.el (artist-key-is-drawing)
27730         (artist-key-endpoint1, artist-key-poly-point-list)
27731         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27732         (artist-key-compl-table, artist-rb-save-data)
27733         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27734         Don't put them in eval-when-compile.
27735         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27737         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27738         Use with-no-warnings.
27740         * net/browse-url.el (dos-windows-version): Add defvar.
27742         * mail/supercite.el (filladapt-prefix-table): Add defvar.
27744         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27745         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27746         (rmail-new-summary-line-count): Rename from new-summary-line-count.
27747         Add defvar.
27748         (rmail-summary-beginning-of-message): Use with-no-warnings.
27749         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27751         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27752         Use with-no-warnings.
27754         * emulation/vi.el (vi-mark-region): Use c-mark-function.
27755         (c-mark-function): Add point-moving-unit property.
27756         (vi-goto-line): Use with-no-warnings.
27758         * emulation/edt.el (edt-last-copied-word): Add defvar.
27759         (zmacs-region-stays): Likewise.
27760         (edt-mark-section-wisely): Use c-mark-function for C.
27761         Use makr-defun for Fortran.
27762         (time-string): defvar deleted.
27763         (edt-display-the-time): Don't set time-string.
27765         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27767         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27768         Don't warn when name is not constant
27769         or for defining the group `emacs'.
27771         * tooltip.el (gud-tooltip-mode): Add defvar.
27773         * startup.el (default-frame-background-mode): Add defvar.
27775         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27777         * info.el (tool-bar-map): Add defvar.
27779         * dired.el (dnd-protocol-alist): Add defvar.
27781         * dired-aux.el (dired-query): Display question with answer, when
27782         the user answers.
27784         * custom.el (custom-add-option): Doc fix.
27786         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27788 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
27790         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27791         bogus name from the last change.
27793 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
27795         * custom.el (custom-declare-variable): Fix typos in comment.
27796         (custom-known-themes): Doc fix.
27797         (custom-theme-directory): New defcustom.
27798         (require-theme): Make it check `custom-theme-directory'.
27800         * cus-theme.el (custom-new-theme-mode): New function.
27801         (custom-theme-name, custom-theme-variables, custom-theme-faces)
27802         (custom-theme-description): Add compiler defvars.
27803         (customize-create-theme): Add doc to the "*New Custom Theme*"
27804         buffer.  Use `custom-new-theme-mode'.
27805         (custom-theme-write): Put the created buffer in emacs-lisp-mode
27806         and save it to the `custom-theme-directory'.  Make this the
27807         default directory of the buffer.
27809 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
27811         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27812         Fix unbalanced parentheses.
27814 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
27816         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27817         into flymake-mode and delegate to flymake-mode.
27819         * find-file.el (ff-which-function-are-we-in): Clean up.
27821 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
27823         * replace.el (occur-rename-buffer): Fix docstring.
27825         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27826         (edt-last-copied-word, edt-learn-macro-count)
27827         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27828         (edt-rect-start-point, edt-user-global-map, rect-start-point)
27829         (time-string, zmacs-region-stays):
27830         * emulation/edt-mapper.el (edt-save-function-key-map)
27831         (EDT-key-name): `defvar' to silence the byte-compiler.
27833 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
27835         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27836         font-lock-regexp-backslash.  Doc fix.
27837         (font-lock-regexp-backslash-grouping-construct): Rename from
27838         font-lock-regexp-backslash-construct.  Doc fix.
27839         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27840         grouping constructs.
27842 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
27844         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27845         updating all the prerequisites.
27847 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
27849         * textmodes/org.el (org-agenda-start-on-weekday)
27850         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27851         (org-agenda-use-time-grid, org-archive-location)
27852         (org-allow-space-in-links, org-usenet-links-prefer-google)
27853         (org-enable-table-editor, org-export-default-language)
27854         (org-export-html-show-new-buffer, org-fill-paragraph)
27855         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27856         (org-goto-quit, org-occur, org-eval-in-calendar)
27857         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27858         (org-agenda-diary-entry, org-remember-help)
27859         (org-table-convert-region, org-at-table-p)
27860         (org-table-move-row-down, org-table-move-row-up)
27861         (org-table-copy-region, org-table-toggle-vline-visibility)
27862         (org-table-get-stored-formulas, org-table-get-specials)
27863         (org-recalc-commands, org-table-eval-formula)
27864         (org-table-formula-substitute-names, orgtbl-make-binding)
27865         (org-format-org-table-html, org-format-table-table-html)
27866         (org-format-table-table-html-using-table-generate-source)
27867         (org-customize): Fix typos in docstrings.
27868         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27869         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27870         (org-back-to-heading): Doc fixes.
27871         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27872         (org-agenda-change-all-lines, org-get-header):
27873         Improve argument/docstring consistency.
27874         (orgtbl-error): Fix error message.
27876         * progmodes/flymake.el (flymake-find-possible-master-files)
27877         (flymake-master-file-compare, flymake-get-line-err-count)
27878         (flymake-highlight-line, flymake-gui-warnings-enabled):
27879         Fix typos in docstrings.
27880         (flymake-parse-line, flymake-get-project-include-dirs-function)
27881         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27882         Doc fixes.
27883         (flymake-get-project-include-dirs-function)
27884         (flymake-make-err-menu-data):
27885         Improve argument/docstring consistency.
27887 2005-07-01  Lute Kamstra  <lute@gnu.org>
27889         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27890         Catch errors with ignore-errors.  Use temporary buffer.
27891         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
27893         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27894         background color faces.
27895         (facemenu-set-foreground, facemenu-set-background):
27896         Use facemenu-set-face-from-menu.
27897         (facemenu-set-face-from-menu): Treat face names that start with
27898         "fg:" or "bg:" as special.
27899         (facemenu-add-new-color): Don't create faces.  Simplify.
27901 2005-06-30  Richard M. Stallman  <rms@gnu.org>
27903         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27904         (crm-find-current-element): Likewise.
27906 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
27908         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27910 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27912         * arc-mode.el (archive-extract): Make it work as a mouse binding.
27913         (archive-mouse-extract): Make it an obsolete alias.
27914         (archive-mode-map): Don't use archive-mouse-extract any more.
27915         (archive-mode, archive-extract): write-contents-hooks ->
27916         write-contents-functions.
27917         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27918         first arg.
27919         (archive-rename-entry): Update the call.
27920         (archive-zip-summarize): Remove unused var `method'.
27921         (archive-lzh-summarize): Remove unused var `creator'.
27923         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27924         dedicated frame upon exit.
27926         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27927         (archive-zip-extract, archive-zip-expunge)
27928         (archive-zip-update, archive-zip-update-case): Use executable-find.
27929         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27930         Use restore-buffer-modified-p.
27931         (archive-extract, archive-add-new-member, archive-write-file-member):
27932         Use with-current-buffer.
27933         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27935 2005-06-30  Andreas Schwab  <schwab@suse.de>
27937         * progmodes/gud.el (gud-filter): Remove unneeded progn.
27939 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
27941         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27943 2005-06-30  Juri Linkov  <juri@jurta.org>
27945         * faces.el (vertical-border): Inherit from mode-line-inactive
27946         only on tty.
27948 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
27950         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27951         example, -NLINES in the `occur' docstring).
27953         * replace.el (occur-1): When no matches are found, do not set the
27954         `buffer-read-only' and modified flags for the occur buffer,
27955         because it is deleted.
27957         * emulation/cua-base.el (cua-check-pending-input)
27958         (cua-repeat-replace-region, cua-mode, cua-debug)
27959         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27960         Fix typos in docstrings.
27962         * emulation/cua-gmrk.el (cua-toggle-global-mark)
27963         (cua-cut-region-to-global-mark)
27964         (cua--cut-rectangle-to-global-mark):
27965         Remove period from end of messages.
27967         * emulation/cua-rect.el (cua-do-rectangle-padding):
27968         Remove period from end of messages.
27969         (cua--rectangle-seq-format): Fix typo in docstring.
27970         (cua-sequence-rectangle, cua-fill-char-rectangle):
27971         Improve argument/docstring consistency.
27973 2005-06-29  Juri Linkov  <juri@jurta.org>
27975         * faces.el (default-frame-background-mode): New internal variable.
27976         (frame-set-background-mode): Use it.
27978         * startup.el (normal-top-level): Set default-frame-background-mode
27979         instead of frame-background-mode.  Before setting it, test for its
27980         nil value.  Remove tests for frame-background-mode and frame
27981         parameter `reverse'.  Add test for "unspecified-fg".
27983         * term/xterm.el (xterm-rxvt-set-background-mode):
27984         * term/rxvt.el (rxvt-set-background-mode):
27985         Set default-frame-background-mode instead of frame-background-mode.
27987 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
27989         * simple.el (set-variable): Warn about obsolete user variables.
27991         * imenu.el (imenu--completion-buffer):
27992         * mouse.el (mouse-buffer-menu-alist):
27993         * msb.el (msb-invisible-buffer-p):
27994         * calendar/diary-lib.el (diary-header-line-format):
27995         * emacs-lisp/pp.el (pp-buffer):
27996         * progmodes/cperl-mode.el (cperl-do-auto-fill):
27997         * textmodes/picture.el (picture-replace-match):
27998         Change space constants followed by a sexp to "?\s ".
28000         * play/decipher.el (decipher-loop-with-breaks):
28001         * textmodes/texinfo.el (texinfo-insert-@item): Change space
28002         constants "protected" from end of line by a comment to "?\s".
28004 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28006         * font-lock.el (save-buffer-state): Use `declare'.
28008         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28009         reset the syntax-table to cperl-mode-syntax-table.
28010         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28011         "foo_print_bar" is not matched as a reserved keyword.
28013 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
28015         * textmodes/org.el (orgtbl-setup): New function, for delayed
28016         setup for the orgtbl commands.
28017         (org-calc-default-modes): New option.
28018         (orgtbl-make-binding): Use `defun' to get better help display.
28019         (org-diary): Call `org-compile-prefix-format'.
28020         (org-table-formula-substitute-names): New function.
28021         (org-agenda-day-view, org-agenda-week-view): New commands.
28022         (org-agenda-toggle-week-view): Command removed.
28023         (org-tbl-menu): Split off from org-org-menu.
28024         (org-mode): Move removal of outline-mode menus to here.
28025         (org-table-formula-debug): New option.
28026         (org-table-insert-row): Keep first field if just "#" or "*".
28027         (org-mode): Paragraph regexps fixed.
28028         (org-table-recalculate-regexp): New constant.
28029         (org-table-justify-field-maybe): Avoid replace if not necessary.
28030         (org-copy-special, org-cut-special): Use `call-interactively'.
28031         (org-table-copy-region): Take region from `interactive' call.
28032         (org-trim): Return string even if no match.
28033         (org-formula): New face.
28034         (org-set-font-lock-defaults): No longer highlight "FIXME".
28035         But highlight formula-related fields in table.
28036         (org-table-p): Use regexp, not fontification.
28037         (org-table-align): Handle white space at end of line.
28038         (org-table-formula-evaluate-inline): New option.
28039         (org-mode): Auto-wrapping in comment lines turned off.
28040         (org-table-copy-down): Evaluate only in copied field, not in
28041         destination.
28042         (org-table-current-formula): Variable removed.
28043         (org-table-store-formulas, org-table-get-stored-formulas)
28044         (org-table-modify-formulas, org-table-replace-in-formulas)
28045         (org-table-maybe-eval-formula): New functions.
28046         (org-table-get-formula): Modify to use stored formulas.
28047         (org-table-insert-column, org-table-delete-column)
28048         (org-table-move-column): Call `org-table-modify-formulas'.
28049         (org-complete): Add completion for keyword formulas.
28050         (orgtbl-mode): Pull orgtbl-mode-map to start of
28051         minor-mode-map-alist.
28053 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28055         * progmodes/python.el (python-check): Require `compile' before
28056         modifying its variables.
28058         * newcomment.el (comment-indent-default): Don't get fooled by an early
28059         end of buffer.
28061 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28063         * ps-print.el (ps-print-version): Fix version number.
28065 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
28067         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28069 2005-06-28  Richard M. Stallman  <rms@gnu.org>
28071         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28072         (flyspell-local-mouse-map): Declaration deleted.
28073         (flyspell-mouse-map): Bind only mouse-2.
28074         (flyspell-mode-map): Don't test flyspell-use-local-map.
28075         (flyspell-overlay-keymap-property-name): Var deleted.
28076         (flyspell-mode-on): Don't make local bindings for
28077         flyspell-mouse-map and flyspell-mode-map.
28078         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28080         * textmodes/ispell.el (ispell-word): Do not ignore short words.
28082         * progmodes/compile.el (compilation-next-error-function):
28083         Don't switch buffers; operate on the current buffer.
28085         * progmodes/compile.el (compilation-error-file-name)
28086         (compilation-warning-file-name, compilation-info-file-name)
28087         (compilation-line-number, compilation-column-number): New faces.
28088         (compilation-error-face, compilation-warning-face)
28089         (compilation-info-face, compilation-line-face)
28090         (compilation-column-face): Use them.
28092         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28094         * comint.el (comint-password-prompt-regexp): Accept ", try again".
28096         * bindings.el (global-map): Bind insertchar and its variants.
28098 2005-06-27  Richard M. Stallman  <rms@gnu.org>
28100         * textmodes/artist.el (artist-text-overwrite)
28101         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28103 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28105         * ps-print.el: It was not working the page selection for printing.
28106         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28107         (ps-print-version): New version 6.6.7.
28108         (ps-end-sheet): New fun.
28109         (ps-header-sheet, ps-end-job): Call it.
28111 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
28113         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28115 2005-06-27  Lute Kamstra  <lute@gnu.org>
28117         * facemenu.el (facemenu-unlisted-faces): Add foreground and
28118         background color faces.
28119         (facemenu-get-face): Delete function.
28120         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28121         (facemenu-add-new-color): Make second argument mandatory.
28122         Create the appropriate face and return it.  Simplify.
28123         (facemenu-set-foreground, facemenu-set-background): Don't check if
28124         color is defined.  Use return value of facemenu-add-new-color.
28126 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
28128         * progmodes/gud.el (gud-filter): Add missing argument to
28129         with-selected-window.
28131 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28133         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28134         a :require to the defcustom.
28136         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28137         defcustoms corresponding to minor modes.
28139 2005-06-26  David Ponce  <david@dponce.com>
28141         * recentf.el: Require tree-widget instead of wid-edit.
28142         (recentf-filename-handler): Fix widget :type.
28143         (recentf-cancel-dialog, recentf-open-more-files)
28144         (recentf-open-files-action): Doc fix.
28145         (recentf-dialog-goto-first): New function.
28146         (recentf-dialog-mode-map): Set parent keymap first.
28147         (recentf-dialog-mode): Define with define-derived-mode.
28148         Don't display continuation lines in dialogs.
28149         (recentf-edit-list): Rename from recentf-edit-selected-items.
28150         (recentf-edit-list-select): Rename from recentf-edit-list-action.
28151         Simplify.
28152         (recentf-edit-list-validate): New function.
28153         (recentf-edit-list): Update accordingly.
28154         (recentf-open-files-item-shift): Remove.
28155         (recentf-open-files-item): Convert menu elements into tree and
28156         link widgets.  Don't create the widgets.
28157         (recentf-open-files): Update accordingly.
28158         (recentf-save-list): Untabify.
28160 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
28162         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28163         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
28164         partially contained in the active region.  Do not take active
28165         region into account when called from Lisp, unless INTERACTIVE arg
28166         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
28167         avoid trouble with fields.  Make marker point nowhere when no
28168         longer used.  Always return nil.  Doc fix.
28169         (flush-lines): Add INTERACTIVE arg.  Do not take active region
28170         into account when called from Lisp, unless INTERACTIVE arg is
28171         non-nil.  Use `forward-line' instead of `beginning-of-line' to
28172         avoid trouble with fields.  Make marker point nowhere when no
28173         longer used.  Always return nil.  Doc fix.
28174         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
28175         interchangeable.  Do not take active region into account when
28176         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
28177         message in echo area when called from Lisp, unless INTERACTIVE arg
28178         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
28179         Return the number of matches.  Doc fix.
28180         (occur): Doc fix.
28181         (perform-replace): Make comment follow double space convention for
28182         the sake of `outline-minor-mode'.
28184         * faces.el (facep): Doc fix.
28186 2005-06-25  Richard M. Stallman  <rms@gnu.org>
28188         * facemenu.el (facemenu-enable-faces-p): New function.
28189         (facemenu-background-menu, facemenu-foreground-menu)
28190         (facemenu-face-menu): Add menu-enable property.
28192         * jka-compr.el (jka-compr-insert-file-contents):
28193         Special handling if cannot find the uncompression program.
28195         * cus-face.el (custom-face-attributes): Add autoload.
28197         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28198         Bind comment-indent-function locally.
28200         * window.el (save-selected-window): Use save-current-buffer.
28202         * subr.el (with-selected-window): Use save-current-buffer.
28204         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28205         and with-current-buffer.
28207 2005-06-24  Richard M. Stallman  <rms@gnu.org>
28209         * simple.el (line-move-1): Fix previous change.
28211 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
28213         * replace.el (occur-1): Set `buffer-read-only' and the
28214         buffer-modified flag before running `occur-hook' to protect
28215         against unintentional buffer switches that can lead to data loss.
28217 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
28219         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28220         (gud-gdb-marker-filter): Use font-lock-warning-face for any
28221         initial error.
28223         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28224         after fresh input.
28225         (gdb-var-create-handler): Put name of expression in quotes.
28227 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
28229         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28230         elements of RING in order, and without bogus nil elements.
28232 2005-06-23  Richard M. Stallman  <rms@gnu.org>
28234         * simple.el (set-variable): Args renamed; doc fix.
28235         (line-move-1): When there are overlays around, use vertical-motion.
28237         * faces.el (escape-glyph): Use brown against light background.
28238         (nobreak-space): Rename from no-break-space.
28239         Fix previous change.
28241         * dired-aux.el (dired-do-copy): Fix arg prompt.
28243         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28245 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
28247         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28248         rather than "Distributor".
28250 2005-06-23  Lute Kamstra  <lute@gnu.org>
28252         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28253         (debug-on-entry): Use it.  New interactive declaration that uses
28254         function-called-at-point.
28256 2005-06-23  Kim F. Storm  <storm@cua.dk>
28258         * subr.el (save-match-data): Add comment about using evaporate arg
28259         to set-match-data.
28261 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
28263         * cus-edit.el (customize-face)
28264         (customize-face-other-window): Handle face aliases.
28266         * faces.el (face-documentation, set-face-attribute)
28267         (face-spec-set): Handle face aliases.
28269 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
28271         * help-mode.el (help-make-xrefs): If a symbol representing a face
28272         name is not followed by the word "face", it could still be a
28273         function or variable name, so don't bypass other checks.
28275 2005-06-22  Juri Linkov  <juri@jurta.org>
28277         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28278         Replace aliased functions with calls where second arg `inherit' is t.
28280 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
28282         * progmodes/gdb-ui.el (gdb-error): New variable.
28283         (gdb-error): New function.
28284         (gdb-annotation-rules): Act on error-begin and error annotations.
28285         (gdb-concat-output): Use font-lock-warning-face for errors.
28287 2005-06-22  Miles Bader  <miles@gnu.org>
28289         * bindings.el (propertized-buffer-identification): Use renamed
28290         `Buffer-menu-buffer' face.
28292         * faces.el (vertical-border): Rename from `vertical-divider'.
28293         (escape-glyph): Change dark-background color back to `cyan'.
28295 2005-06-21  Juri Linkov  <juri@jurta.org>
28297         * faces.el (face-user-default-spec): Try getting `customized-face'
28298         prior to `saved-face'.
28299         (frame-background-mode): Refill docstring.
28301         * emacs-lisp/lisp-mode.el (eval-defun-1):
28302         * emacs-lisp/edebug.el (edebug-eval-defun):
28303         Set `saved-face' temporarily to nil before calling form.
28304         Set `customized-face' to the new spec after that.
28306 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
28308         * subr.el (1value, lambda, key-substitution-in-progress):
28309         Doc fixes.
28311         * autoinsert.el (auto-insert-alist):
28312         * ses.el (ses-call-printer):
28313         * subr.el (noreturn):
28314         * emacs-lisp/lisp.el (check-parens):
28315         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
28316         * net/browse-url.el (browse-url-mosaic):
28317         * progmodes/cc-defs.el (c-safe-scan-lists):
28318         * progmodes/ebnf-abn.el (ebnf-abn-lex):
28319         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28320         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28321         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
28322         * progmodes/ebnf-iso.el (ebnf-iso-lex):
28323         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
28325 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
28327         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
28329 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
28331         * calendar/appt.el (appt-make-list): Activate the package, if
28332         not already active (for backwards compatibility).
28334 2005-06-20  Kim F. Storm  <storm@cua.dk>
28336         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
28338 2005-06-20  Miles Bader  <miles@gnu.org>
28340         * faces.el (vertical-divider): New face.
28342 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
28344         * simple.el (kill-whole-line): Doc fix.
28345         (next-error-buffer-p, next-error-find-buffer)
28346         (clone-indirect-buffer): Fix typos in docstrings.
28347         (comment-line-break-function): Doc fix: don't say variable
28348         is automatically buffer-local (it isn't).
28350 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
28352         * net/tramp-ftp.el (top):
28353         * net/tramp-smb.el (top):
28354         * net/tramp-util.el (top):
28355         * net/tramp-uu.el (top):
28356         * net/tramp-vc.el (top):
28357         * net/tramp.el (top): Revert copyright years back to original
28358         ones.  Tramp has a life outside GNU Emacs.
28360 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
28362         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
28364 2005-06-18  Juri Linkov  <juri@jurta.org>
28366         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28367         end of first regexp to limit the match to the position between
28368         line number and source line with same separator character as used
28369         between file name and line number.  In the second regexp limit
28370         mouse-face area to file name and line number by adding new group
28371         for them and referring it in HYPERLINK arg.
28372         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28373         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28374         previous line where grep markers may be already removed.
28376 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
28378         * progmodes/ps-mode.el: Update version and maintainer's email address.
28380 2005-06-18  Steve Youngs  <steve@xemacs.org>
28382         * net/browse-url.el (browse-url-browser-function)
28383         (browse-url-default-browser): Add firefox.
28384         (browse-url-firefox-program, browse-url-firefox-arguments)
28385         (browse-url-firefox-startup-arguments)
28386         (browse-url-firefox-new-window-is-tab): New defcustoms.
28387         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28389 2005-06-17  Richard M. Stallman  <rms@gnu.org>
28391         * startup.el (command-line): Warn if specified user name has
28392         no home directory.
28394         * term.el (term-get-old-input, term-input-filter, term-input-sender)
28395         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28397         * longlines.el (longlines-mode, longlines-show-hard-newlines):
28398         Doc fixes.
28400         * faces.el (underline): Try bold if terminal doesn't support underline.
28402         * mail/sendmail.el (mail-setup-with-from): New variable.
28403         (mail-insert-from-field): New function.
28404         (sendmail-send-it): Call it.
28405         (mail-setup): Optionally call it here.
28407         * term/linux.el: Call tty-no-underline.
28409 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
28411         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28413 2005-06-17  Miles Bader  <miles@gnu.org>
28415         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28416         (ediff-current-diff-C, ediff-current-diff-Ancestor)
28417         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28418         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28419         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28420         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28421         Remove "-face" suffix from face names.
28422         (ediff-current-diff-face-A, ediff-current-diff-face-B)
28423         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28424         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28425         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28426         (ediff-even-diff-face-A, ediff-even-diff-face-B)
28427         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28428         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28429         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28430         New backward-compatibility aliases for renamed faces.
28431         (ediff-current-diff-face-A, ediff-current-diff-face-B)
28432         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28433         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28434         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28435         (ediff-even-diff-face-A, ediff-even-diff-face-B)
28436         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28437         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28438         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28439         Use renamed ediff faces.
28441         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28442         Remove "-face" suffix from face names.
28443         (eshell-test-ok-face, eshell-test-failed-face):
28444         New backward-compatibility aliases for renamed faces.
28445         (eshell-run-test): Use renamed eshell-test faces.
28447         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28448         face name.
28449         (eshell-prompt-face): New backward-compatibility alias for renamed
28450         face.
28451         (eshell-emit-prompt): Use renamed eshell-prompt face.
28453         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28454         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28455         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28456         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28457         Remove "-face" suffix from face names.
28458         (eshell-ls-directory-face, eshell-ls-symlink-face)
28459         (eshell-ls-executable-face, eshell-ls-readonly-face)
28460         (eshell-ls-unreadable-face, eshell-ls-special-face)
28461         (eshell-ls-missing-face, eshell-ls-archive-face)
28462         (eshell-ls-backup-face, eshell-ls-product-face)
28463         (eshell-ls-clutter-face):
28464         New backward-compatibility aliases for renamed faces.
28465         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28467         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28468         Remove "-face" suffix from face name.
28469         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28470         instead of literal face.
28472 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
28474         * emacs-lisp/warnings.el (display-warning, lwarn)
28475         (warning-minimum-log-level): Doc fixes.
28476         (warning-minimum-level, warning-minimum-log-level):
28477         Add :debug to :type choices.
28479         * progmodes/ada-mode.el (ada-format-paramlist)
28480         (ada-get-indent-case, ada-check-matching-start)
28481         (ada-check-defun-name, ada-goto-matching-decl-start)
28482         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28483         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28484         (ada-make-subprogram-body): Follow error conventions.
28485         (ada-case-exception-file, ada-indent-comment-as-code)
28486         (ada-indent-handle-comment-special, ada-indent-renames)
28487         (ada-indent-return, ada-search-directories-internal)
28488         (ada-tab-policy, ada-case-exception-substring)
28489         (ada-other-file-alist, ada-matching-start-re)
28490         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28491         (ada-imenu-generic-expression, ada-compile-goto-error)
28492         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28493         (ada-popup-menu, ada-add-extensions, ada-mode)
28494         (ada-region-selected, ada-create-case-exception)
28495         (ada-create-case-exception-substring, ada-after-keyword-p)
28496         (ada-activate-keys-for-case, ada-adjust-case-region)
28497         (ada-adjust-case-buffer, ada-format-paramlist)
28498         (ada-scan-paramlist, ada-insert-paramlist)
28499         (ada-indent-newline-indent)
28500         (ada-indent-newline-indent-conditional)
28501         (ada-justified-indent-current, ada-goto-previous-word)
28502         (ada-indent-current, ada-get-indent-open-paren)
28503         (ada-get-indent-paramlist, ada-get-indent-end)
28504         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
28505         (ada-get-indent-block-start, ada-get-indent-subprog)
28506         (ada-get-indent-noindent, ada-get-indent-label)
28507         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
28508         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
28509         (ada-goto-stmt-end, ada-goto-next-word)
28510         (ada-check-matching-start, ada-check-defun-name)
28511         (ada-goto-matching-decl-start, ada-goto-matching-start)
28512         (ada-goto-matching-end, ada-search-ignore-string-comment)
28513         (ada-in-decl-p, ada-looking-at-semi-or)
28514         (ada-looking-at-semi-private, ada-in-paramlist-p)
28515         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
28516         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28517         (ada-next-procedure, ada-previous-procedure, ada-next-package)
28518         (ada-previous-package, ada-create-menu)
28519         (ada-fill-comment-paragraph-justify)
28520         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28521         (ada-other-file-name, ada-last-which-function-line)
28522         (ada-last-which-function-subprog, ada-which-function)
28523         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28524         (ada-gen-treat-proc, ada-check-emacs-version)
28525         (ada-continuation-indent, ada-align-region-separate):
28526         Fix typos in docstrings.
28527         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28529 2005-06-16  Lute Kamstra  <lute@gnu.org>
28531         * simple.el (fundamental-mode): Run after-change-major-mode-hook
28532         conditionally.
28534 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
28536         * comint.el (comint-replace-by-expanded-filename)
28537         (comint-prompt-regexp, comint-delimiter-argument-list)
28538         (comint-preinput-scroll-to-bottom):
28539         * info.el (Info-hide-cookies-node):
28540         * ls-lisp.el (ls-lisp-classify):
28541         * find-file.el (ff-search-directories, ff-special-constructs)
28542         (ff-find-other-file):
28543         * font-lock.el (font-lock-keywords):
28544         * shell.el (shell-prompt-pattern)
28545         (shell-dynamic-complete-functions, shell-mode)
28546         (shell-delimiter-argument-list):
28547         * term.el (term-replace-by-expanded-filename)
28548         (term-prompt-regexp, term-delimiter-argument-list):
28549         * woman.el (woman-ignore, woman0-if):
28550         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28551         * emacs-lisp/elint.el (elint-init-env):
28552         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28553         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28554         * language/ethio-util.el (ethio-tilde-escape)
28555         (ethio-use-three-dot-question):
28556         * net/zone-mode.el (zone-mode-load-time-setup):
28557         * progmodes/cc-align.el (c-lineup-argcont):
28558         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28559         * progmodes/cperl-mode.el (cperl-set-style-back):
28560         * progmodes/inf-lisp.el (inferior-lisp-prompt):
28561         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28562         Fix spellings in docstrings.
28564         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28565         * progmodes/modula2.el (m2-for): Fix spellings.
28567         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28569         * simple.el (undo-more): Don't use `format' on `error' arguments.
28570         Improve argument/docstring consistency.
28571         (pending-undo-list): Doc fix.
28573         * smerge-mode.el (smerge-ensure-match):
28574         * emulation/vip.el (vip-ex):
28575         * net/zone-mode.el (zone-mode-update-serial):
28576         * progmodes/idlwave.el (idlwave-complete):
28577         * progmodes/vhdl-mode.el (vhdl-visit-file)
28578         (vhdl-compose-wire-components):
28579         Don't use `format' on `error' arguments.
28581         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28582         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28583         (tooltip-help-tips): Fix typos in docstrings.
28585 2005-06-16  David Ponce  <david@dponce.com>
28587         * tree-widget.el (tree-widget-value-create): Simplify last change.
28589 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
28591         * ido.el (ido-incomplete-regexp): New variable.
28592         (ido-set-matches-1): Handle invalid-regexp error and set
28593         ido-incomplete-regexp.
28594         (ido-incomplete-regexp): New face.
28595         (ido-completions): Use it.
28596         (ido-complete, ido-exit-minibuffer, ido-completions):
28597         Handle incomplete regexps.
28598         (ido-completions): Add check for complete match when entering a regexp.
28600 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
28602         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28604 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28606         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28607         by field delimiters.
28609 2005-06-15  David Ponce  <david@dponce.com>
28611         * tree-widget.el: eval-and-compile inlined functions so they will
28612         be available at run-time too.
28613         (tree-widget-super-format-handler)
28614         (tree-widget-format-handler): Remove.
28615         (tree-widget-value-create): Handle the :indent property.
28617 2005-06-15  Miles Bader  <miles@gnu.org>
28619         * progmodes/which-func.el (which-func): Only inherit
28620         `font-lock-function-name-face' when that makes sense against the
28621         default mode-line face, otherwise set the face color explicitly.
28623         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28624         faces instead of (non-existent) variables.
28626 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
28628         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28629         (iswitchb-get-matched-buffers): Likewise.  Simplify.
28631 2005-06-14  Miles Bader  <miles@gnu.org>
28633         * progmodes/ld-script.el (ld-script-location-counter):
28634         Remove "-face" suffix from face name.
28635         (ld-script-location-counter-face):
28636         New backward-compatibility alias for renamed face.
28637         (ld-script-location-counter-face): Use renamed face.
28639         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28640         (cperl-hash): Remove "-face" suffix from face names.
28641         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28642         New backward-compatibility aliases for renamed faces.
28643         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28644         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28646         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28647         name.
28648         (which-func-face): New backward-compatibility alias for renamed face.
28649         (which-func-format): Use renamed which-func face.
28651         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28652         (vhdl-function, vhdl-directive, vhdl-reserved-word)
28653         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28654         names.
28655         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28656         (vhdl-speedbar-configuration, vhdl-speedbar-package)
28657         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28658         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28659         (vhdl-speedbar-architecture-selected)
28660         (vhdl-speedbar-configuration-selected)
28661         (vhdl-speedbar-package-selected)
28662         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28663         names.
28664         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28665         Use renamed faces.
28666         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28667         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28668         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28669         Use renamed faces.
28670         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28671         names.
28672         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28673         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28674         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28675         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28676         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28677         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28679         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28680         face name.
28681         (sh-heredoc-face): New backward-compatibility alias for renamed face.
28682         (sh-heredoc-face): Use renamed sh-heredoc face.
28684         * progmodes/idlw-help.el (idlwave-help-link):
28685         Remove "-face" suffix from face name.
28686         (idlwave-help-link-face):
28687         New backward-compatibility alias for renamed face.
28688         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28690         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28691         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28692         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28693         New backward-compatibility aliases for renamed faces.
28694         (idlwave-shell-disabled-breakpoint-face)
28695         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28697         * progmodes/flymake.el (flymake-errline, flymake-warnline):
28698         Remove "-face" suffix from face names.
28699         (flymake-errline-face, flymake-warnline-face):
28700         New backward-compatibility aliases for renamed faces.
28701         (flymake-highlight-line): Use renamed flymake faces.
28703         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28704         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28705         (ebrowse-member-class, ebrowse-progress):
28706         Remove "-face" suffix from face names.
28707         (ebrowse-tree-mark-face, ebrowse-root-class-face)
28708         (ebrowse-file-name-face, ebrowse-default-face)
28709         (ebrowse-member-attribute-face, ebrowse-member-class-face)
28710         (ebrowse-progress-face):
28711         New backward-compatibility aliases for renamed faces.
28712         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28713         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28714         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28715         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28717         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28718         antlr-syntax)
28719         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28720         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28721         names.
28722         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28723         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28724         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28725         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28726         backward-compatibility aliases for renamed faces.
28727         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28728         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28729         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28730         remove "font-lock-".  Use renamed antlr-mode faces.
28731         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
28732         literal face-names with face variable references.
28734         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28735         face name.
28736         (Buffer-menu-buffer-face): New backward-compatibility alias for
28737         renamed face.
28738         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28740 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
28742         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28743         Eliminate "-face" suffix.
28744         (makefile-targets): Inherit from font-lock-function-name-face and
28745         eliminate "-face" suffix.
28746         (makefile-shell): Remove attributes and eliminate "-face" suffix.
28747         (makefile-*-font-lock-keywords): Append makefile-targets in rule
28748         actions, instead of prepending, to make it less visible.
28749         (makefile-previous-dependency, makefile-match-dependency):
28750         Don't match a target on a continuation line.
28752         * files.el (auto-mode-alist): Put Makefile in gmake mode.
28754 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
28756         * progmodes/gdb-ui.el (menu): Re-order menu items.
28757         (gdb-tooltip-print): Respect tooltip-use-echo-area.
28759         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28760         Define in tooltip.el.
28761         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28762         (gud-tooltip-tips): Respect tooltip-use-echo-area and
28763         gud-tooltip-echo-area.
28765         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28766         backward compatibility and make obsolete.
28767         (tooltip-help-tips): Use tooltip-use-echo-area.
28768         (tooltip-show-help-function): Rename to...
28769         (tooltip-show-help): ...this, because it is a function.
28770         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28772 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
28774         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28775         (edebug-print-length, edebug-print-level, edebug-print-circle)
28776         (edebug-modify-breakpoint, edebug-eval-last-sexp)
28777         (edebug-eval-print-last-sexp): Doc fixes.
28779 2005-06-14  Kim F. Storm  <storm@cua.dk>
28781         * ido.el (ido-mode): Make a new keymap every time we enable ido,
28782         as the coverage buffer/file/both may change.
28784 2005-06-14  Lute Kamstra  <lute@gnu.org>
28786         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28787         and run-mode-hooks.  Simplify.
28789         * mail/rmailedit.el (rmail-edit-mode):
28790         * progmodes/octave-inf.el (inferior-octave-mode):
28791         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28793         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28794         and run-mode-hooks.
28795         (recentf-edit-list, recentf-open-files): Don't call
28796         kill-all-local-variables directly.
28798         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28800 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
28802         * emacs-lisp/byte-run.el (make-obsolete)
28803         (define-obsolete-function-alias): Rename arguments FUNCTION and
28804         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28805         (make-obsolete-variable, define-obsolete-variable-alias):
28806         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28807         respectively.
28809         * isearchb.el (isearchb-activate):
28810         * pcvs.el (cvs-mode):
28811         * ses.el (ses-load):
28812         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28813         * net/tramp.el (tramp-find-file-exists-command)
28814         (tramp-find-shell):
28815         * progmodes/ada-mode.el (ada-create-case-exception)
28816         (ada-create-case-exception-substring, ada-make-subprogram-body):
28817         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28818         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28819         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28820         * textmodes/org.el (org-promote, org-evaluate-time-range)
28821         (org-agenda-next-date-line, org-agenda-previous-date-line)
28822         (org-agenda-error, org-open-at-point, org-table-move-row)
28823         (org-format-table-table-html-using-table-generate-source)
28824         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28825         * textmodes/reftex.el (reftex-access-scan-info):
28826         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28827         (reftex-toc-promote-prepare): Follow error conventions.
28829         * diff-mode.el (diff-mode): Fix typo in docstring.
28831         * forms.el (forms--intuit-from-file): Fix reference to
28832         `forms-number-of-fields' in error message.
28833         (forms-print): Fix quoting in error message.
28835         * forms.el (forms-mode):
28836         * emulation/vi.el (vi-goto-insert-state):
28837         * progmodes/flymake.el (flymake-new-err-info)
28838         (flymake-start-syntax-check-for-current-buffer)
28839         (flymake-simple-cleanup):
28840         * eshell/esh-var.el (eshell/export):
28841         * progmodes/gud.el (xdb):
28842         * textmodes/flyspell.el (flyspell-incorrect-hook)
28843         (flyspell-maybe-correct-transposition)
28844         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28846 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
28848         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28849         minibuffer prompt.
28851 2005-06-13  Kim F. Storm  <storm@cua.dk>
28853         * subr.el (add-to-ordered-list): New defun.
28855         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28856         add cua--keymap-alist to emulation-mode-map-alists.
28858 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
28860         * subr.el (complete-in-turn): New macro.
28861         (dynamic-completion-table, lazy-completion-table): Add debug info.
28863         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28864         in preference to face aliases.
28866         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28867         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28868         Remove unused vars `start' and `firstline'.
28869         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28870         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28872 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
28874         * cus-start.el (all): Don't complain about missing GTK-related
28875         variables, unless either `gtk' is boundp or this isn't a
28876         `windows-nt' build.
28878 2005-06-13  Lute Kamstra  <lute@gnu.org>
28880         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28881         run-mode-hooks.
28883         * ediff-mult.el (ediff-meta-mode):
28884         * ediff-util.el (ediff-mode): Use run-mode-hooks.
28886         * ledit.el (ledit-mode): Use delay-mode-hooks.
28888         * woman.el (woman-mode-line-format): Delete constant.
28889         (woman-mode-map): Initialize it properly.
28890         (woman-mode): Set mode-class property to special.
28891         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
28892         Set major-mode and mode-name.  Don't set mode-line-format directly.
28893         (Man-getpage-in-background): Don't reference woman-mode-line-format.
28895         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28896         string argument obsolete.
28898 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
28900         * textmodes/org.el (org-CUA-compatible): New option.
28901         (org-disputed-keys): New variable.
28902         (org-key): New function.
28903         (orgtbl-make-binding): Add docstring to the created function.
28904         (org-mode): Set paragraph start/separate regexps.
28905         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28906         (org-archive-location, org-archive-mark-done)
28907         (org-archive-stamp-time): New options.
28908         (org-archive-subtree): New command.
28909         (org-fill-paragraph): New function.
28910         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28911         (org-fake-empty-table-line): Function removed.
28912         (org-format-org-table-html): Do not create empty table lines at
28913         separator lines.  Improved table header treatment.
28914         (org-link-format): New option.
28915         (org-make-link): New function.
28916         (org-insert-link, org-store-link): Use org-make-link.
28917         (org-open-file): Quote file name for shell command, to allow
28918         spaces in file names.
28919         (org-link-regexp): Fix bug with mailto link.
28920         (org-link-maybe-angles-regexp, org-protected-link-regexp):
28921         New constants.
28922         (org-export-as-html): Deal with the optional angles around a link.
28923         Better treatment of file: links.
28924         (org-open-at-point): Replace @{ and @} with < and >.
28925         (org-run-mode-hooks): Function removed.
28926         (org-agenda-mode): No longer use `org-run-mode-hooks'.
28928 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
28930         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28931         MI command -data-list-register-values.
28932         (gdb-post-prompt): Indent properly.
28934 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
28936         * hilit-chg.el (highlight-changes-colors): Rename from
28937         `highlight-changes-colours'.
28938         (highlight-changes-colours): Keep as obsolete alias.
28939         (highlight-changes-face-list): Doc fix.
28940         (hilit-chg-make-list): Use `highlight-changes-colors'.
28942 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
28944         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28945         defun-prompt-regexp.
28947 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
28949         * loadup.el: Don't say we are dumping under 2 names on windows-nt
28950         and cygwin.
28952         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28953         Don't use an old loaddefs.el, as in Makefile.in.
28955 2005-06-12  Lute Kamstra  <lute@gnu.org>
28957         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28959         * man.el (Man-mode-map): Initialize it properly.
28960         (Man-mode): Set mode-class property to special.
28962         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28964 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
28966         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28967         A newline is needed in the docstring there.
28969         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28970         Doc fixes.
28972 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28974         * printing.el: Doc fix.  The menubar is no more changed when printing
28975         is loaded, it only changes when pr-menu-bind or pr-update-menus is
28976         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
28977         (pr-version): New version number (6.8.4).
28978         (pr-menu-bind): New command.
28979         (pr-update-menus): Docstring and code fix.
28980         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28981         Docstring fix.
28982         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28983         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28985 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
28987         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28988         "Returns" to "return", document useful return values, etc.
28990 2005-06-11  Alan Mackenzie  <acm@muc.de>
28992         * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
28993         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28994         (adaptive-file-function): Minor amendment to doc-string.
28996 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
28998         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28999         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29000         Fix :type--it is `integer', not `string'.
29002         * faces.el (modeline-highlight): Rename from (the erroneous)
29003         `modeline-higilight'.
29005 2005-06-11  Lute Kamstra  <lute@gnu.org>
29007         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29008         lisp-interaction-mode-map but make it the parent.
29009         (edebug-eval-mode): Use define-derived-mode.
29011 2005-06-11  Andreas Schwab  <schwab@suse.de>
29013         * bindings.el: Add binding of `ESC functionkey' for every
29014         `M-functionkey'.
29015         * hexl.el (hexl-mode-map): Likewise.
29017 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
29019         * progmodes/compile.el (compilation-error-regexp-alist-alist)
29020         [msft]: update regexp for newer msft compilers.
29022 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
29024         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29025         ATTLIST portions of included DTDs.
29026         (xml-parse-dtd): Eliminate use of inefficient match-data.
29028 2005-06-10  Miles Bader  <miles@gnu.org>
29030         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29031         (mpuz-text): Remove "-face" suffix from face names.
29032         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29033         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29034         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29036         * play/gomoku.el (gomoku-O, gomoku-X):
29037         Remove "-face" suffix from face names.
29038         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29039         New backward-compatibility aliases for renamed faces.
29040         (gomoku-font-lock-keywords): Use renamed gomoku faces.
29042 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
29044         * thumbs.el: Fixes for changes of 2005-06-09.
29045         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29046         as a directory.
29047         (thumbs-thumbname): Remove directory separator from format string;
29048         `thumbs-thumbsdir' now returns a valid directory name.
29049         (thumbs-temp-dir): New defsubst.
29050         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29051         Use it.
29053         * cus-edit.el (minibuffer):
29054         * files.el (make-backup-file-name-function):
29055         * filesets.el (filesets-external-viewers):
29056         * hilit-chg.el (highlight-changes-colours)
29057         (highlight-changes-face-list, highlight-changes-rotate-faces):
29058         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29059         * kmacro.el (kmacro-call-macro):
29060         * log-edit.el (log-edit-changelog-full-paragraphs):
29061         * mouse.el (mouse-1-click-follows-link):
29062         * skeleton.el (skeleton-autowrap):
29063         * subr.el (insert-for-yank-1):
29064         * tempo.el (tempo-insert-region):
29065         * terminal.el (terminal-emulator):
29066         * time.el (display-time-mail-face):
29067         * vc.el (vc-annotate):
29068         * vcursor.el (vcursor-copy-line):
29069         * woman.el (woman-bold-headings, woman-ignore)
29070         (woman-default-faces, woman-monochrome-faces):
29071         * calendar/todo-mode.el (todo-insert-threshold):
29072         * emulation/pc-select.el (pc-select-selection-keys-only)
29073         (pc-selection-mode):
29074         * emulation/vip.el (vip-find-char-forward):
29075         * emulation/viper-cmd.el (viper-find-char-forward):
29076         * international/mule-cmds.el
29077         (select-safe-coding-system-accept-default-p)
29078         (input-method-exit-on-invalid-key):
29079         * international/mule-diag.el (describe-coding-system):
29080         * international/ucs-tables.el (unify-8859-on-encoding-mode):
29081         * net/browse-url.el (browse-url-xterm-program):
29082         * obsolete/lazy-lock.el (lazy-lock-mode):
29083         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29084         (cperl-mode):
29085         * progmodes/cpp.el (cpp-face-light-name-list)
29086         (cpp-face-dark-name-list):
29087         * progmodes/delphi.el (delphi-newline-always-indents):
29088         Fix spellings in docstrings.
29090         * ido.el (ido-mode, ido-file-extensions-order)
29091         (ido-default-file-method, ido-default-buffer-method)
29092         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29093         (ido-decorations, ido-read-file-name-as-directory-commands)
29094         (ido-read-file-name-non-ido, ido-work-directory-list)
29095         (ido-ignore-item-temp-list, ido-current-directory)
29096         (ido-magic-forward-char, ido-enter-find-file)
29097         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29098         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29100 2005-06-10  Lute Kamstra  <lute@gnu.org>
29102         * play/dunnet.el (dun-mode): Use define-derived-mode.
29103         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
29104         obsolete alias.
29106         * play/doctor.el (doctor-mode-map): Remove defvar.
29107         (doctor-mode): Use define-derived-mode.
29109         * mail/mspools.el (mspools-mode):
29110         * net/eudc-hotlist.el (eudc-hotlist-mode):
29111         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29113 2005-06-10  Miles Bader  <miles@gnu.org>
29115         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29116         Remove "-face" suffix from face names.
29117         (flyspell-incorrect-face, flyspell-duplicate-face):
29118         New backward-compatibility aliases for renamed faces.
29119         (flyspell-mode-on, make-flyspell-overlay)
29120         (flyspell-highlight-incorrect-region)
29121         (flyspell-highlight-duplicate-region)
29122         (flyspell-display-next-corrections)
29123         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29125         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29126         from face name.
29127         (texinfo-heading-face): New backward-compatibility alias for
29128         renamed face.
29129         (texinfo-heading-face): Use renamed texinfo-heading face.
29131         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29132         suffix from face names.
29133         (tex-math-face, tex-verbatim-face):
29134         New backward-compatibility aliases for renamed faces.
29135         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29136         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29137         literal face name.
29139         * textmodes/table.el (table-cell): Remove "-face" suffix from face
29140         name.
29141         (table-cell-face): New backward-compatibility alias for renamed face.
29142         (table--put-cell-face-property, table--update-cell-face):
29143         Use renamed table-cell face.
29145         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29146         from face name.
29147         (sgml-namespace-face): New backward-compatibility alias for
29148         renamed face.
29149         (sgml-namespace-face): Use renamed sgml-namespace face.
29151         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29152         (org-level-4, org-level-5, org-level-6, org-level-7)
29153         (org-level-8, org-warning, org-headline-done)
29154         (org-deadline-announce, org-scheduled-today)
29155         (org-scheduled-previously, org-link, org-done, org-table)
29156         (org-time-grid): Remove "-face" suffix from face names.
29157         (org-level-1-face, org-level-2-face, org-level-3-face)
29158         (org-level-4-face, org-level-5-face, org-level-6-face)
29159         (org-level-7-face, org-level-8-face, org-warning-face)
29160         (org-headline-done-face, org-deadline-announce-face)
29161         (org-scheduled-today-face, org-scheduled-previously-face)
29162         (org-link-face, org-done-face, org-table-face)
29163         (org-time-grid-face):
29164         New backward-compatibility aliases for renamed faces.
29165         (org-level-faces, org-set-font-lock-defaults, org-timeline)
29166         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29167         (org-agenda-get-timestamps, org-agenda-get-scheduled)
29168         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29170         * emulation/viper-init.el (viper-search, viper-replace-overlay)
29171         (viper-minibuffer-emacs, viper-minibuffer-insert)
29172         (viper-minibuffer-vi): Remove "-face" suffix from face names.
29173         (viper-search-face, viper-replace-overlay-face)
29174         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29175         (viper-minibuffer-vi-face):
29176         New backward-compatibility aliases for renamed faces.
29177         (viper-search-face, viper-replace-overlay-face)
29178         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29179         (viper-minibuffer-vi-face): Use renamed viper faces.
29181         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29182         Remove "-face" suffix from face names.
29183         (testcover-nohits-face, testcover-1value-face):
29184         New backward-compatibility aliases for renamed faces.
29185         (testcover-mark): Use renamed testcover faces.
29187         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29188         face name.
29189         (diary-button-face): New backward-compatibility alias for renamed face.
29190         (diary-entry): Use renamed diary-button face.
29192         * calendar/calendar.el (diary, calendar-today, holiday)
29193         (mark-visible-calendar-date): Remove "-face" suffix from face names.
29194         (diary-face, calendar-today-face, holiday-face):
29195         New backward-compatibility aliases for renamed faces.
29196         (eval-after-load "facemenu", diary-entry-marker)
29197         (calendar-today-marker, calendar-holiday-marker, diary-face):
29198         Use renamed calendar faces.
29200         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29201         (compare-windows-face): New backward-compatibility alias for
29202         renamed face.
29203         (compare-windows-highlight): Use renamed compare-windows face.
29205         * strokes.el (strokes-char): Remove "-face" suffix from face name.
29206         (strokes-char-face): New backward-compatibility alias for renamed face.
29207         (strokes-encode-buffer): Use renamed strokes-char face.
29209         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29210         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29211         Remove "-face" suffix from face names.
29212         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29213         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29214         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29215         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29216         Use renamed pcvs faces.
29217         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29218         * pcvs-defs.el (cvs-mode-map): Likewise.
29219         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29221         * info.el (info-title-1, info-title-2, info-title-3)
29222         (info-title-4): Remove "-face" suffix from and downcase face names.
29223         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29224         (Info-title-4-face):
29225         New backward-compatibility aliases for renamed faces.
29226         (Info-fontify-node): Use renamed info faces.
29228         * hilit-chg.el (highlight-changes, highlight-changes-delete):
29229         Remove "-face" suffix from face names.
29230         (highlight-changes-face, highlight-changes-delete-face):
29231         New backward-compatibility aliases for renamed faces.
29232         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29233         (hilit-chg-make-list): Use renamed highlight-changes faces.
29235         * generic-x.el (show-tabs-tab, show-tabs-space):
29236         Remove "-face" suffix from face names.
29237         (show-tabs-tab-face, show-tabs-space-face):
29238         New backward-compatibility aliases for renamed faces.
29239         (show-tabs-generic-mode-font-lock-defaults-1)
29240         (show-tabs-generic-mode-font-lock-defaults-2):
29241         Use renamed show-tabs faces.
29243         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29244         (smerge-markers): Remove "-face" suffix from face names.
29245         (smerge-mine-face, smerge-other-face, smerge-base-face)
29246         (smerge-markers-face):
29247         New backward-compatibility aliases for renamed faces.
29248         (smerge-mine-face, smerge-other-face, smerge-base-face)
29249         (smerge-markers-face): Use renamed smerge faces.
29251         * log-view.el (log-view-file, log-view-message): Remove "-face"
29252         suffix from face names.
29253         (log-view-file-face, log-view-message-face):
29254         New backward-compatibility aliases for renamed faces.
29255         (log-view-file-face, log-view-message-face): Use renamed log-view
29256         faces.
29258         * paren.el (show-paren-match, show-paren-mismatch):
29259         Remove "-face" suffix from face names.
29260         (show-paren-match-face, show-paren-mismatch-face):
29261         New backward-compatibility aliases for renamed faces.
29262         (show-paren-function): Use renamed show-paren faces.
29264         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29265         (ruler-mode-margins, ruler-mode-fringes)
29266         (ruler-mode-column-number, ruler-mode-fill-column)
29267         (ruler-mode-comment-column, ruler-mode-goal-column)
29268         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29269         suffix from face names.
29270         (ruler-mode-default-face, ruler-mode-pad-face)
29271         (ruler-mode-margins-face, ruler-mode-fringes-face)
29272         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29273         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29274         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29275         New backward-compatibility aliases for renamed faces.
29276         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29277         (ruler-mode-column-number, ruler-mode-fill-column)
29278         (ruler-mode-comment-column, ruler-mode-goal-column)
29279         (ruler-mode-tab-stop, ruler-mode-current-column)
29280         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29281         faces.
29283         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29284         face name.
29285         (whitespace-highlight-the-space): Use renamed face.
29286         (whitespace-highlight-face): New backward-compatibility alias for
29287         renamed face.
29289         * woman.el (woman-italic, woman-bold, woman-unknown)
29290         (woman-addition, woman-symbol-face):
29291         Remove "-face" suffix from face names.
29292         (woman-italic-face, woman-bold-face, woman-unknown-face)
29293         (woman-addition-face):
29294         New backward-compatibility aliases for renamed faces.
29295         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29296         (woman-decode-region, woman-replace-match)
29297         (woman-display-extended-fonts, woman-special-characters)
29298         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29299         Use renamed woman faces.
29301         * longlines.el (longlines-visible-face): Face removed.
29303         * diff-mode.el (diff-header, diff-file-header, diff-index)
29304         (diff-hunk-header, diff-removed, diff-added, diff-changed)
29305         (diff-function, diff-context, diff-nonexistent): Remove "-face"
29306         suffix from face names.
29307         (diff-header-face, diff-file-header-face, diff-index-face)
29308         (diff-hunk-header-face, diff-removed-face, diff-added-face)
29309         (diff-changed-face, diff-function-face, diff-context-face)
29310         (diff-nonexistent-face): New backward-compatibility aliases for
29311         renamed faces.
29312         (diff-header-face, diff-file-header-face)
29313         (diff-index, diff-index-face, diff-hunk-header)
29314         (diff-hunk-header-face, diff-removed, diff-removed-face)
29315         (diff-added, diff-added-face, diff-changed-face, diff-function)
29316         (diff-function-face, diff-context-face, diff-nonexistent)
29317         (diff-nonexistent-face): Use renamed diff-mode faces.
29319         * progmodes/compile.el (compilation-warning-face)
29320         (compilation-info-face): Remove "-face" suffix from face names.
29321         (compilation-warning-face, compilation-info-face):
29322         New backward-compatibility aliases for renamed faces.
29323         (compilation-warning-face, compilation-info-face):
29324         Use renamed compilation faces.
29326         * add-log.el (change-log-date, change-log-name)
29327         (change-log-email, change-log-file, change-log-list)
29328         (change-log-conditionals, change-log-function)
29329         (change-log-acknowledgement): Remove "-face" suffix from face names.
29330         (change-log-date-face, change-log-name-face)
29331         (change-log-email-face, change-log-file-face)
29332         (change-log-list-face, change-log-conditionals-face)
29333         (change-log-function-face, change-log-acknowledgement-face):
29334         New backward-compatibility aliases for renamed faces.
29335         (change-log-font-lock-keywords): Use renamed change-log faces.
29337         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
29338         (custom-set, custom-changed, custom-saved, custom-button)
29339         (custom-button-pressed, custom-documentation, custom-state)
29340         (custom-comment, custom-comment-tag, custom-variable-tag)
29341         (custom-variable-button, custom-face-tag, custom-group-tag-1)
29342         (custom-group-tag): Remove "-face" suffix from face names.
29343         (custom-magic-alist, custom-magic-value-create)
29344         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
29345         (custom-invalid-face, custom-rogue-face, custom-modified-face)
29346         (custom-set-face, custom-changed-face, custom-saved-face)
29347         (custom-button-face, custom-button-pressed-face)
29348         (custom-documentation-face, custom-state-face)
29349         (custom-comment-face, custom-comment-tag-face)
29350         (custom-variable-tag-face, custom-variable-button-face)
29351         (custom-face-tag-face, custom-group-tag-face-1)
29352         (custom-group-tag-face):
29353         New backward-compatibility aliases for renamed faces.
29355         * wid-edit.el (widget-documentation, widget-button)
29356         (widget-field, widget-single-line-field, widget-inactive)
29357         (widget-button-pressed): "-face" suffix removed from face names.
29358         (widget-documentation-face, widget-button-face)
29359         (widget-field-face, widget-single-line-field-face)
29360         (widget-inactive-face, widget-button-pressed-face):
29361         New backward-compatibility aliases for renamed faces.
29362         (widget-documentation-face, widget-button-face)
29363         (widget-button-pressed-face, widget-specify-field)
29364         (widget-specify-inactive): Use renamed widget faces.
29366 2005-06-10  Kenichi Handa  <handa@m17n.org>
29368         * term/x-win.el (x-clipboard-yank): Remove condition-case
29369         wrapping.
29371 2005-06-11  Kenichi Handa  <handa@m17n.org>
29373         * add-log.el (change-log-font-lock-keywords): Make the regexp for
29374         date lines stricter.
29376 2005-06-10  Zhang Wei  <id.brep@gmail.com>
29378         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29379         of x-get-selection.
29381 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
29383         * comint.el (comint-mode, comint-snapshot-last-prompt):
29384         * frame.el (frame-current-scroll-bars):
29385         * term.el (term-mode, term-check-proc, term-input-sender)
29386         (term-simple-send, term-extract-string, term-word)
29387         (term-match-partial-filename):
29388         * window.el (window-current-scroll-bars):
29389         * emulation/cua-base.el (cua-normal-cursor-color)
29390         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29391         (cua-global-mark-cursor-color):
29392         * mail/undigest.el (rmail-forward-separator-regex):
29393         Fix typos in docstrings.
29395         * comint.el (comint-check-proc, make-comint-in-buffer)
29396         (comint-source-default): Doc fixes.
29398         * term.el (term-send-string): Improve argument/docstring consistency.
29400 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
29402         * comint.el (comint-send-input): Bind `inhibit-read-only' around
29403         call to `delete-region'.
29404         (comint-mode-hook): Do not enable Font Lock by default.
29406 2005-06-09  Lute Kamstra  <lute@gnu.org>
29408         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
29409         could be void.
29411 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
29413         * emacs-lisp/debug.el (debugger-will-be-back): New var.
29414         (debug): Use it.
29415         (debugger-step-through, debugger-continue, debugger-jump)
29416         (debugger-return-value): Set it when needed.
29417         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29418         Use inhibit-read-only.
29420 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
29422         * window.el (shrink-window-if-larger-than-buffer)
29423         (window-size-fixed): Fix typo in docstring.
29425         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
29426         thumbnails directory on loading.
29427         (thumbs-conversion-program): Use `eq' to check the system type,
29428         not `equal'.
29429         (thumbs-temp-dir): Initialize to `temporary-file-directory',
29430         not "/tmp".  Fix docstring.
29431         (thumbs-thumbsdir): New function to return the thumbnails
29432         directory, creating it if needed.
29433         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29434         (thumbs-temp-file): Delete variable and make it into a function.
29435         (thumbs-resize-image, thumbs-modify-image): Use it.
29436         (thumbs-kill-buffer): Simplify.
29437         (thumbs-gensym): Defalias or duplicate CL `gensym'.
29438         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29439         docstrings.
29441 2005-06-09  Kim F. Storm  <storm@cua.dk>
29443         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29444         set-match-data to free markers in match-data.
29446         * replace.el (replace-match-data): Pass RESEAT arg `t' to
29447         match-data to unchain markers in match-data.
29449 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
29451         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29452         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
29453         unnecessary now.
29455 2005-06-08  Richard M. Stallman  <rms@gnu.org>
29457         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29458         give the variable a doc string that doesn't say don't set it directly.
29460         * textmodes/ispell.el (ispell-check-version):
29461         Use match-string-no-properties.
29462         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29463         (ispell-buffer-local-words): Likewise.
29465         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29466         except on terminals with enough colors to really display it.
29467         (makefile-dependency-regex): Delete spurious `bb'.
29469         * faces.el (escape-glyph): Use blue once again in last case.
29470         (no-break-space): Redefine so that it isn't invisible on a tty.
29472 2005-06-08  Kim F. Storm  <storm@cua.dk>
29474         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29475         also when reading directory name.
29477 2005-06-08  Lute Kamstra  <lute@gnu.org>
29479         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29480         (flyspell-mode-line-string): Remove autoload cookie.
29481         (flyspell-mode): Remove defvar.
29483 2005-06-07  Lute Kamstra  <lute@gnu.org>
29485         * textmodes/org.el (org-run-mode-hooks): New function.
29486         (org-agenda-mode): Use it.
29488 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
29490         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29492 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29494         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29496 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
29498         * font-lock.el (font-lock-add-keywords): Doc fix.
29500 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29502         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29503         (tex-compile-default): In the absence of any history, use the order in
29504         tex-compile-alist to choose the preferred command.
29505         (tex-compile-commands): Reorder a bit.
29507         * textmodes/flyspell.el (flyspell-auto-correct-binding)
29508         (flyspell-incorrect-face, flyspell-duplicate-face):
29509         Use (X)Emacs-agnostic code.
29510         (flyspell-mode-map): Don't overwrite at each load.  Remove code
29511         redundant with the subsequent add-minor-mode.  Merge Emacs and
29512         XEmacs code.
29513         (flyspell-word): Minor simplification.
29514         (flyspell-math-tex-command-p): Quieten the byte-compiler.
29515         (flyspell-external-point-words): Remove unused vars `size' and `start'.
29516         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29517         Merge the corresponding Emacs code.
29518         (flyspell-correct-word, flyspell-xemacs-popup):
29519         Use flyspell-do-correct.
29521         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29522         a dedicated window.
29524         * international/latexenc.el (latexenc-find-file-coding-system):
29525         Undo part of last patch, to turn off a compiler warning.
29527 2005-06-06  Juri Linkov  <juri@jurta.org>
29529         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29530         Rename `tmm-inactive-face' to `tmm-inactive'.
29532 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
29534         * iswitchb.el: Rename faces.
29536 2005-06-06  Kim F. Storm  <storm@cua.dk>
29538         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29539         (cua-global-mark): Remove -face suffix from face names.
29541         * emulation/cua-gmrk.el (cua--init-global-mark):
29542         Remove cua-global-mark face setup.
29544 2005-06-06  Richard M. Stallman  <rms@gnu.org>
29546         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29547         just like other allowed characters.
29548         (makefile-match-dependency): Exclude leading and training whitespace
29549         from the range of regexp subexp 1.
29550         (makefile-macroassign-regex): Don't try to match the body,
29551         just the name of the macro being defined.
29553         * info.el (Info-read-node-name-2): New function.
29554         (Info-read-node-name-1): Use that.
29555         Add a completion-base-size-function property.
29557         * simple.el (completion-setup-function): Look for
29558         completion-base-size-function property of minibuffer-completion-table.
29560         * files.el (locate-file-completion): Doc fix.
29562         * printing.el: Don't call pr-update-menus; user must do that.
29564         * emacs-lisp/debug.el (debugger-window): New variable.
29565         (debug): Use debugger-window if it is set and still alive.
29566         Record debugger-window for next entry.
29568         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29570 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
29572         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29573         (hack-one-local-variable, hack-local-variables)
29574         (hack-local-variables-prop-line): Pass that arg.
29576 2005-06-06  Kim F. Storm  <storm@cua.dk>
29578         * ido.el (ido-first-match, ido-only-match, ido-subdir)
29579         (ido-indicator): Remove -face suffix from face names.
29581 2005-06-06  Juri Linkov  <juri@jurta.org>
29583         * font-lock.el (font-lock-regexp-backslash)
29584         (font-lock-regexp-backslash-construct): New faces.
29585         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
29586         after `('.  Add `while-no-input' to control structures.
29588         * faces.el (no-break-space, shadow): New faces.
29589         (escape-glyph): Use less loud colors pink2 and red4.
29591         * diff-mode.el (diff-context-face)
29592         * dired.el (dired-ignored)
29593         * rfn-eshadow.el (file-name-shadow)
29594         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29596         * info.el (Info-title-1-face): Use green instead of yellow because
29597         bold yellow is not readable on light backgrounds.
29599         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29600         before selecting the desired mode to not spend time fontifying
29601         old contents.
29603 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
29605         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29606         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29608         * ps-print.el (ps-default-fg, ps-default-bg):
29609         Fix typos in docstrings.
29611         * isearchb.el (isearchb): Don't pass a spurious second argument to
29612         `iswitchb-completions'.
29614 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
29616         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29617         to preserve point.
29618         (gdb-find-file-hook): Add doc string.
29620         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29621         C dereferenced pointer expression.
29622         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
29624         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29626         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29627         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29628         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29629         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29630         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29631         Make background transparent.
29633 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
29635         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
29636         (font-lock-remove-keywords): Doc fix.
29637         (font-lock-mode-major-mode): Compiler defvar.
29638         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29640         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29641         (font-lock-mode): Update `font-lock-mode-major-mode'.
29642         (font-lock-set-defaults): Compiler defvar.
29643         (font-lock-default-function): Take `font-lock-mode-major-mode'
29644         into account.
29646         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29647         keep track of which major mode it enabled the minor mode for.
29648         Use find-file-hook again.  Update docstring.
29650         * simple.el (eval-expression-print-level)
29651         (eval-expression-print-length, eval-expression-debug-on-error):
29652         Doc fixes.
29654 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
29656         * iswitchb.el (iswitchb-single-match-face)
29657         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29658         (iswitchb-invalid-regexp-face): New faces.
29659         (iswitchb-completions): Use them.
29660         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29661         now marked as an obsolete alias.
29662         (iswitchb-read-buffer): Remove check for bound font variables.
29663         (iswitchb-invalid-regexp): New free variable.
29664         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29665         set iswitchb-invalid-regexp.
29666         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29667         invalid regexps.
29668         (iswitchb-completions): Add check for complete match when entering
29669         a regexp.
29670         (iswitchb-completions): Remove require-match argument.
29671         (iswitchb-exhibit): Fix caller.
29672         (iswitchb-common-match-inserted): New variable.
29673         (iswitchb-complete, iswitchb-completion-help): Use it.
29675 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
29677         * url/url-http.el (url-http-chunked-encoding-after-change-function):
29678         Use `url-http-debug' instead of `message'.
29680 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
29682         * url/url-http.el (url-http-parse-headers): Pass redirected URL
29683         as a callback argument.
29685 2005-06-04  Kim F. Storm  <storm@cua.dk>
29687         * simple.el (line-move): Only call sit-for when moving backwards.
29689         * ido.el (ido-make-merged-file-list-1): New defun split from
29690         ido-make-merged-file-list.
29691         (ido-make-merged-file-list): Bind throw-on-input around call to
29692         ido-make-merged-file-list-1.  Return input-pending-p if
29693         interrupted by more input available.
29694         (ido-read-internal): Handle input-pending-p return value from
29695         ido-make-merged-file-list.
29697 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29699         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29700         compatibility code.
29702         * international/latexenc.el (latexenc-find-file-coding-system):
29703         Don't inherit the EOL part of the coding-system from the
29704         tex-main buffer.  Fit within 80 columns.
29706 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
29708         * tmm.el (tmm-inactive-face): New face.
29709         (tmm-remove-inactive-mouse-face): New function.
29710         (tmm-prompt, tmm-add-one-shortcut)
29711         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29712         but not selectable.
29714 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
29716         * faces.el (face-equal): Improve argument/docstring consistency.
29718 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
29720         * progmodes/make-mode.el (makefile-targets-face)
29721         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29722         (makefile-bsdmake-dependency-regex)
29723         (makefile-makepp-rule-action-regex)
29724         (makefile-bsdmake-rule-action-regex): New constants.
29725         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29727         * progmodes/compile.el (compilation-error-regexp-alist-alist):
29728         Allow (...) within `...' for makepp messages.
29730 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
29732         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29734         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29735         "." files are deleted from all file lists before comparison.
29737         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29738         (viper-ESC-key): Made them customizable.
29740         * emulation/viper.el (viper-non-hook-settings):
29741         Fix the names of defadvices.
29743 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
29745         * autorevert.el (auto-revert-buffers): Use save-match-data.
29747 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
29749         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29750         menu items with a nil command binding.
29752 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
29754         * emacs-lisp/cl-macs.el (defsetf):
29755         Improve argument/docstring consistency.
29757         * faces.el (list-faces-display): Improve the formatting by
29758         computing the maximum length required for any face-name (reworked
29759         patch of 1999-01-11, accidentally deleted on 1999-07-21).
29760         (internal-find-face): Remove redundant info in docstring.
29762 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
29764         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29765         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29766         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29767         (gdb-assembler-custom): Improve regexps.
29768         (def-gdb-auto-update-handler): Use window point to preserve point.
29770 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
29772         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29774 2005-05-31  Jay Belanger  <belanger@truman.edu>
29776         * calc/calc-embed.el (calc-embedded-word): Change argument passed
29777         to calc-embedded.
29778         (calc-embedded-make-info): Have plain prefix argument select
29779         entire line.
29781 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
29783         * faces.el (list-faces-display): Signal error if passed a regexp
29784         that matches no face name.
29786         * simple.el (filter-buffer-substring): Fix typo in docstring.
29788 2005-05-31  Richard M. Stallman  <rms@gnu.org>
29790         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29791         (vhdl-emacs-21): Doc fix.
29792         (vhdl-mode): Unconditionally set comment-padding.
29793         (vhdl-fixup-whitespace-region): Insert spaces only where
29794         there are none.
29795         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29797 2005-05-30  John Wiegley  <johnw@newartisans.com>
29799         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29800         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29801         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29802         `directory-sep-char' to ?/, and all uses of `string-to-int' to
29803         `string-to-number'.
29805 2005-05-30  Jay Belanger  <belanger@truman.edu>
29807         * calc/calc.el (calc-bug-address): Fix docstring.
29808         (calc-window-hook, calc-trail-window-hook): New variables.
29809         (calc-trail-display): Restore use of calc-trail-window-hook.
29810         (calc): Restore use of calc-window-hook.
29812 2005-05-31  Masatake YAMATO  <jet@gyve.org>
29814         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29816         * help-fns.el (help-C-file-name): Add autoload mark for
29817         `find-function-noselect'.
29819 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
29821         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29822         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29824 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29826         * calendar/diary-lib.el (mark-included-diary-files): Only kill
29827         included diary buffer if it was not already being visited.
29828         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29830         * calendar/icalendar.el (top-level): Do not require appt.
29832         * mail/supercite.el (sc-select-attribution): Only use a list
29833         element from sc-attrib-selection-list if it returns a string.
29834         Reported by Davide G. M. Salvetti <salve@debian.org>.
29836 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
29838         * thumbs.el (thumbs-thumbname): The resulting thumbname now
29839         includes a hash value to improve its uniqueness, and has a ".jpg"
29840         extension.  Also, it is now a valid filename on all systems.
29841         (thumbs-make-thumb): Use `let', not `let*'.
29842         (thumbs-show-thumbs-list): Check for JPEG availability.
29844 2005-05-30  Richard M. Stallman  <rms@gnu.org>
29846         * filesets.el (filesets-menu-ensure-use-cached):
29847         Prevent warning when emacs-version>= is undefined.
29849         * printing.el (pr-interactive-n-up): Use string-to-number.
29851         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29853         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29854         Warn only when name to be defined is quoted.
29856 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
29858         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29859         Make regexp more robust.
29860         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29861         Force regeneration of disassembly.
29863 2005-05-29  Jay Belanger  <belanger@truman.edu>
29865         * calc/calc.el (calc-user-invocation): Check if
29866         calc-invocation-macro is non-nil.
29868 2005-05-29  Juri Linkov  <juri@jurta.org>
29870         * add-log.el (change-log-font-lock-keywords):
29871         Add `+' to e-mail regexp to accept mail address with keywords.
29873         * man.el (Man-name-regexp): Add `:' to accept qualified names.
29875 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
29877         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29879         * ielm.el (inferior-emacs-lisp-mode): Ditto.
29881 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29883         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29884         Undo the change that moves to end of the current word.
29886 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
29888         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29889         Throw error when count <= 0 to ensure input is a number.
29890         (gdb-read-memory-custom): Pick up address from buffer.
29891         (gdb-memory-mode): Allow user to increment and decrement
29892         memory address from header line.
29894 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29896         * textmoddes/flyspell.el (flyspell-version): Function deleted.
29897         (flyspell-auto-correct-previous-hook): Doc fix.
29899         * jit-lock.el (jit-lock-function, jit-lock-after-change):
29900         Do nothing if memory is full.
29902         * font-lock.el (font-lock-fontify-syntactically-region):
29903         Pass t for GREEDY to looking-back.
29905         * saveplace.el (save-place-alist-to-file): Write the file
29906         using write-region.
29908         * subr.el (looking-back): New argument GREEDY.
29910         * progmodes/compile.el (compilation-start): Set the mode
29911         before inserting the initial text.
29913         * progmodes/which-func.el (which-func-update-1): Turn the mode
29914         off in case of error by setting which-func-mode.
29916 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
29918         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29919         Narrow down to what's on the screen, and recenter overlays
29920         at the end of the next word.
29922 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
29924         * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
29925         8Vars moved up.
29926         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29927         (flyspell-abbrev-p): Default to nil.
29928         (flyspell-use-global-abbrev-table-p): Doc fix.
29929         (flyspell-large-region): Allow nil as value.
29930         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29932         (mail-mode-flyspell-verify): More robust handling
29933         of `mail-header-separator'.  More efficient signature detection.
29934         Allow for regexp metacharacters in message-header-separator.
29935         Adding `To' not to be checked in mail-mode-flyspell-verify.
29937         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29938         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29939         Bind flyspell-auto-correct-binding.
29940         Bind C-. and C-, .
29941         (flyspell-mode-map): Likewise.
29942         (flyspell-mode): Doc fix.
29943         (flyspell-accept-buffer-local-defs): Preserve current buffer.
29944         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29945         (flyspell-word-cache-result): New var, always local.
29946         (flyspell-check-pre-word-p): Doc fix.
29947         (flyspell-check-changed-word-p): Handle spc like newline.
29948         (flyspell-post-command-hook): Set flyspell-word-cache-result.
29949         (flyspell-word-search-backward, flyspell-word-search-forward):
29950         New functions.
29951         (flyspell-word): Return t if nothing to check.
29952         When parsing TeX code, check for after } or \.
29953         Use flyspell-word-search-backward to find previous word.
29954         Return nil if duplicated word.
29955         For word already checked, return same value as last time.
29956         Set flyspell-word-cache-result after checking.
29957         Don't clobber the return value.
29958         (flyspell-get-word): Major rewrite.
29959         (flyspell-external-point-words): New locals pword, pcount.
29960         Fix size used in progress message.
29961         Find the proper corresponding word in flyspell-large-region-buffer.
29962         (flyspell-region): Check for flyspell-large-region = nil.
29963         (flyspell-highlight-incorrect-region): Clean up overlays in region.
29964         (flyspell-auto-correct-word): Check that WORD is a cons.
29965         (flyspell-correct-word): Likewise.
29967 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
29969         * progmodes/make-mode.el (makefile-rule-action-regex)
29970         (makefile-macroassign-regex, makefile-makepp-mode)
29971         (makefile-bsdmake-mode): Continuation lines may be empty.
29972         Reported by Joshua Varner.
29973         (makefile-makepp-font-lock-keywords): Add $(stem).
29975 2005-05-28  Karl Berry  <karl@gnu.org>
29977         * textmodes/tex-mode.el: Now that tex-send-command calls
29978         shell-quote-argument (2005-03-31 change), remove all calls to
29979         shell-quote-argument; they all end up invoking tex-send-command.
29980         The double quoting loses on filenames with non-safe characters,
29981         such as "@".  Reported by Frederik Fouvry.
29983 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
29985         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29986         about preserving point.
29988 2005-05-27  Jay Belanger  <belanger@truman.edu>
29990         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29991         Info-goto-node.
29993         * calc/calc-embed.el (calc-embed-arg): New variable.
29994         (calc-do-embedded-activate, calc-embedded-activate-formula)
29995         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29996         variable by new variable.
29997         (calc-embedded-make-info): Replace undeclared variable by new
29998         variable.  When selecting region with positive prefix
29999         argument, use end of previous line instead of beginning of line.
30001         * calc/calc-aent.el (calc-arg-values): Declare it.
30003         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30004         Declare them.
30006         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30008         * calc/calc.el (calc-alg-map): Declare it.
30010         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30012 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
30014         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30015         (gdb-registers-buffer, toggle-gdb-all-registers):
30016         Toggle display of floating point registers.
30017         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30019         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
30020         (toggle-gud-tooltip-dereference):
30021         Rename from gud-toggle-tooltip-dereference.
30023 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30025         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30027 2005-05-27  Jay Belanger  <belanger@truman.edu>
30029         * calc/calc-prog.el (calc-kbd-report): Remove.
30030         (calc-kbd-query): Rewrite.
30032 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
30034         * image.el (image-library-alist): Move to image.c.
30035         (image-type-available-p): Doc fix.
30037 2005-05-27  Lute Kamstra  <lute@gnu.org>
30039         * calc/calc.el (calc):
30040         * outline.el (outline-1, outline-2, outline-3, outline-4)
30041         (outline-5, outline-6, outline-7, outline-8):
30042         * textmodes/dns-mode.el (dns-mode):
30043         * textmodes/sgml-mode.el (sgml-namespace-face):
30044         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30045         (tex-verbatim-face, tex-use-reftex):
30046         * textmodes/texinfo.el (texinfo-heading-face):
30047         Specify customization group.
30049         * longlines.el: Don't require easy-mmode.
30050         (longlines-visible-face): Specify customization group.
30052 2005-05-27  Kenichi Handa  <handa@m17n.org>
30054         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30055         encoding table of windows-1251.
30057         * international/ucs-tables.el (ucs-set-table-for-input):
30058         If translation-table-for-input of a coding system is a symbol, get
30059         its translation-table property.
30061         * international/code-pages.el: Don't register a coding system into
30062         non-iso-charset-alist more than once.
30063         (cp-make-coding-system): Likewise.
30065 2005-05-26  John Wiegley  <johnw@newartisans.com>
30067         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30068         `eshell-resume-eval' is wrapped in a list, it indicates that the
30069         command was run asynchronously.  In that case, unwrap the value
30070         before checking the delimiter value.
30072         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30073         character before a space at the end of a line is \, assume the space
30074         is part of the last argument rather than a final argument separator.
30076         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30077         is in use, and the target is `t' or `nil' (which are the most common
30078         values), don't assume that the symbol target is a buffer.
30080 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
30082         * calendar/calendar.el (calendar-mode-line-format):
30083         Use mode-line-highlight as mouse-face.
30085         * time.el (display-time-string-forms, display-time-update):
30086         Use mode-line-highlight as mouse-face.
30088 2005-05-26  Jay Belanger  <belanger@truman.edu>
30090         * calc/calc.el (calc-language-alist): Remove extra defvar.
30092 2005-05-26  Lute Kamstra  <lute@gnu.org>
30094         * arc-mode.el (archive-mode):
30095         * bookmark.el (bookmark-read-annotation-mode)
30096         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30097         * bs.el (bs-mode):
30098         * calc/calc-yank.el (calc-edit-mode):
30099         * calc/calc.el (calc-mode, calc-trail-mode):
30100         * calculator.el (calculator-mode):
30101         * chistory.el (command-history-mode):
30102         * comint.el:
30103         * cus-edit.el (custom-mode):
30104         * descr-text.el (describe-text-mode):
30105         * ebuff-menu.el (Electric-buffer-menu-mode):
30106         * ediff-util.el (ediff-mode):
30107         * emacs-lisp/re-builder.el (reb-mode):
30108         * emulation/vi.el (vi-mode-setup):
30109         * emulation/ws-mode.el (wordstar-mode):
30110         * eshell/esh-mode.el (eshell-mode):
30111         * forms.el (forms-mode):
30112         * help-mode.el (help-mode):
30113         * hexl.el (hexl-mode):
30114         * ibuffer.el (ibuffer-mode):
30115         * ielm.el (inferior-emacs-lisp-mode):
30116         * info.el (Info-mode, Info-edit-mode):
30117         * international/swedish.el:
30118         * ledit.el (ledit-from-lisp-mode):
30119         * locate.el (locate-mode):
30120         * mail/rmail.el (rmail-mode):
30121         * mail/rmailedit.el (rmail-edit-mode):
30122         * mail/rmailsum.el (rmail-summary-mode):
30123         * mail/supercite.el (sc-electric-mode):
30124         * net/eudc.el (eudc-mode):
30125         * net/quickurl.el (quickurl-list-mode):
30126         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30127         * obsolete/ooutline.el (outline-mode):
30128         * obsolete/options.el (Edit-options-mode):
30129         * obsolete/rnews.el (news-mode):
30130         * obsolete/rnewspost.el (news-reply-mode):
30131         * play/5x5.el (5x5-mode):
30132         * play/decipher.el (decipher-mode, decipher-stats-mode):
30133         * play/gomoku.el (gomoku-mode):
30134         * play/snake.el (snake-mode):
30135         * play/solitaire.el (solitaire-mode):
30136         * play/tetris.el (tetris-mode):
30137         * progmodes/ada-mode.el (ada-mode):
30138         * progmodes/antlr-mode.el (antlr-mode):
30139         * progmodes/autoconf.el (autoconf-mode):
30140         * progmodes/dcl-mode.el (dcl-mode):
30141         * progmodes/delphi.el (delphi-mode):
30142         * progmodes/ebrowse.el (ebrowse-tree-mode)
30143         (ebrowse-electric-list-mode, ebrowse-member-mode)
30144         (ebrowse-electric-position-mode):
30145         * progmodes/f90.el (f90-mode):
30146         * progmodes/fortran.el (fortran-mode):
30147         * progmodes/icon.el (icon-mode):
30148         * progmodes/idlw-help.el (idlwave-help-mode):
30149         * progmodes/idlw-shell.el (idlwave-shell-mode):
30150         * progmodes/idlwave.el (idlwave-mode):
30151         * progmodes/inf-lisp.el (inferior-lisp-mode):
30152         * progmodes/m4-mode.el (m4-mode):
30153         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30154         * progmodes/modula2.el (modula-2-mode):
30155         * progmodes/octave-inf.el (inferior-octave-mode):
30156         * progmodes/octave-mod.el (octave-mode):
30157         * progmodes/pascal.el (pascal-mode):
30158         * progmodes/sh-script.el (sh-mode):
30159         * progmodes/sql.el (sql-mode, sql-interactive-mode):
30160         * progmodes/vhdl-mode.el (vhdl-mode):
30161         * progmodes/xscheme.el (scheme-interaction-mode):
30162         * replace.el (occur-mode):
30163         * ses.el (ses-mode):
30164         * simple.el (completion-list-mode):
30165         * skeleton.el:
30166         * speedbar.el (speedbar-mode):
30167         * term.el (term-mode):
30168         * terminal.el (terminal-edit-mode):
30169         * textmodes/reftex-index.el (reftex-index-mode)
30170         (reftex-index-phrases-mode):
30171         * textmodes/reftex-sel.el (reftex-select-label-mode)
30172         (reftex-select-bib-mode):
30173         * textmodes/reftex-toc.el (reftex-toc-mode):
30174         * wdired.el (wdired-change-to-wdired-mode):
30175         * wid-browse.el (widget-browse-mode):
30176         Use run-mode-hooks.
30178         * array.el (array-mode):
30179         * calendar/todo-mode.el (todo-mode):
30180         * man.el (Man-mode):
30181         * play/landmark.el (lm-mode):
30182         * play/mpuz.el (mpuz-mode):
30183         Use kill-all-local-variables and run-mode-hooks.
30185         * subr.el (delay-mode-hooks): Specify indentation.
30187 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
30189         * xml.el (xml-substitute-special): Don't die for undefined xml
30190         entities.
30192 2005-05-26  Jay Belanger  <belanger@truman.edu>
30194         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30195         of nil.
30197 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
30199         * progmodes/gdb-ui.el (gdb-frame-address):
30200         Rename from gdb-current-address.
30201         (gdb-previous-frame-address): Rename from gdb-previous-address.
30202         (gdb-selected-frame): Rename from gdb-current-frame.
30203         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30204         (gdb-frame-number): Rename from gdb-current-stack-level.
30205         (gdb-ann3): Match new mode-name for disassembly buffer.
30206         Extend initialization of variables.
30207         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30208         (gdb-memory-mode): Use mouse-face in header line.
30209         (gdb-assembler-buffer-name): Call it disassembly and give frame
30210         in mode line.
30211         (gdb-source-spec-regexp, gdb-assembler-custom)
30212         (gdb-invalidate-assembler, gdb-frame-handler):
30213         Make robust to leading zeroes in address format.
30215 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
30217         * textmodes/org.el (org-mode): Use `define-derived-mode' to
30218         define `org-mode'.
30219         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30221 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30223         * log-edit.el (log-edit-changelog-entries): Distinguish between
30224         filenames like xfns.c and fns.c.
30226 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
30228         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30229         point after reverting.
30230         (Buffer-menu-make-sort-button): Handle the case where
30231         `Buffer-menu-use-header-line' is nil.
30233 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
30235         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30236         New funcs.  In minibuffer-local-completion-map bind `]', `/'
30237         and `:' to them.
30239 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
30241         * startup.el (normal-top-level): Allow modification of load-path while
30242         we're iterating over it.
30244 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
30246         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30247         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30248         (thumbs-resize-interactive, thumbs-insert-image)
30249         (thumbs-insert-thumb, thumbs-dired-show-marked)
30250         (thumbs-find-image-at-point, thumbs-delete-images)
30251         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30252         (thumbs-increment-image-size, thumbs-decrement-image-size):
30253         Fix typos in docstrings.
30255 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
30257         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30258         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30259         (cperl-mode): Use them.
30261 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
30263         * window.el (quit-window, shrink-window-if-larger-than-buffer):
30264         Doc fixes.
30266 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
30268         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30269         Bind C-d to gdb-inferior-io-eof.
30271         * dired.el (dired-dnd-popup-notice): Use message-box.
30273 2005-05-23  Masatake YAMATO  <jet@gyve.org>
30275         * bindings.el (mode-line-major-mode-keymap):
30276         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30278         * faces.el (mode-line-highlight): New face.
30280         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30281         as mouse-face.
30283         * bindings.el (top-level, help-echo, mode-line-modified)
30284         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30285         as mouse-face.
30287 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
30289         * progmodes/cc-engine.el (c-guess-basic-syntax):
30290         Remove spurious call to `zerop'.
30292         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30294 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
30296         CC Mode update to 5.30.10:
30298         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30299         the point could go past the limit in decoration level 2, thereby
30300         causing errors during interactive fontification.
30302         * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
30303         bug when the file is evaluated interactively.
30305         * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
30306         declarations somewhat better in C++.
30308         * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
30309         New helper macro to make use of `run-mode-hooks'
30310         which has been added in Emacs 21.1.
30311         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
30312         (awk-mode): Use it.
30313         (make-local-hook): Suppress warning about obsoleteness.
30315         * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
30316         (c-append-backslashes-forward, c-delete-backslashes-forward)
30317         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
30318         Compensate for return value from `forward-line' when it has moved
30319         but not to a different line due to eob.
30321         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
30322         `objc-method-intro' and `objc-method-args-cont'.
30324 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
30326         CC Mode update to 5.30.10:
30328         * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
30329         address in the copyright statement.  Incidentally, change "along with
30330         GNU Emacs" to "along with this program" where it occurs.
30332         * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
30333         autoload, so that it is interactive, hence can be found by M-x awk-mode
30334         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
30335         <gmorris+emacs@ast.cam.ac.uk>.
30337         * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
30338         Mode's regexps.
30340 2005-05-23  Kevin Ryde  <user42@zip.com.au>
30342         * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
30343         from c-parse-state, to avoid a lisp error (on bad code).
30345 2005-05-23  Lute Kamstra  <lute@gnu.org>
30347         * subr.el (font-lock-defaults): Remove defvar as it's already
30348         defined in font-core.el.
30350         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
30352 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
30354         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
30355         more general and work when GDB variable "print pretty" is on,
30356         as with Emacs, for example.
30358 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
30360         * font-core.el: Update comment.
30362         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30363         Use `after-change-major-mode-hook' instead of `find-file-hook'.
30365         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30367 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
30369         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30370         and `yank-handler' in the doc strings.
30372 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
30374         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
30376 2005-05-22  Richard M. Stallman  <rms@gnu.org>
30378         * help.el (describe-key): Move print-help-return-message call
30379         out of conditional.
30381         * progmodes/etags.el (list-tags): Use with-no-warnings.
30383         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30384         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30385         (starttls-extra-args, starttls-extra-arguments): Add defvars.
30387         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30389         * language/viet-util.el (viet-viscii-nonascii-translation-table):
30390         Add defvar.
30392         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30393         Use defvar, not defconst.
30395         * hexl.el (hexl-follow-line): Use with-no-warnings.
30397         * emulation/tpu-extras.el: Use write-file-functions instead of
30398         write-file-hooks.
30400         * dired.el (dired-font-lock-keywords): Fontify files with junk
30401         extensions even if marked by -F.
30403 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
30405         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
30406         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
30407         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
30408         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
30409         (concatenate, list-length, get*, getf, cl-remprop):
30410         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
30411         (etypecase, progv, lexical-let, lexical-let*)
30412         (multiple-value-bind, multiple-value-setq, shiftf):
30413         Improve argument/docstring consistency.
30415         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30417 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
30419         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30420         doesn't exist.
30422         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
30423         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30425 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
30427         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30428         already deleted variables: auto-fill-hook, blink-paren-hook,
30429         lisp-indent-hook, inhibit-local-variables, unread-command-event,
30430         suspend-hooks, comment-indent-hook, meta-flag,
30431         before-change-function, after-change-function,
30432         font-lock-doc-string-face.
30434 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
30436         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30438 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
30440         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30441         rmail-dont-reply-to.
30443 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30445         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30446         literal blank when splitting new-header-values.
30448 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
30450         * calendar/cal-menu.el (cal-menu-update): Add separator as a
30451         string so that tmm doesn't create a completion entry for it.
30453         * textmodes/table.el (table-disable-menu): Ditto.
30455 2005-05-21  Richard M. Stallman  <rms@gnu.org>
30457         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30459         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30461         * net/rcompile.el (remote-compile): Use compilation-start.
30463         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30465 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
30467         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30468         Default to makefile-bsdmake-mode on BSD systems.
30470         * imenu.el (imenu-generic-expression, imenu--generic-function'):
30471         REGEXP may also be a search function now.  The part of doc-string
30472         for describing the structure was 95% identical to that of
30473         `imenu--generic-function'.  Unify it there.
30475         * progmodes/make-mode.el (makefile-imenu-generic-expression):
30476         Use function to find dependencies, because regexp alone is so complex,
30477         it easily goes into an endless loop.
30478         (makefile-makepp-mode): Also add submenu for Perl functions
30479         defined in the makefile.
30480         (makefile-bsdmake-mode): Special imenu-generic-expression no
30481         longer needed, due to function call.
30482         (makefile-match-dependency): Take BOUND into account when checking
30483         if we're through.
30485 2005-05-20  Jay Belanger  <belanger@truman.edu>
30487         * calc/calc-units.el (calc-invalidate-units-table):
30488         Use inhibit-read-only.
30489         (math-build-units-table-buffer): Use view-mode.
30491 2005-05-20  David Kastrup  <dak@gnu.org>
30493         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30494         easy-menu-add is not a nop on Emacs; and clarify when to call it.
30496 2005-05-20  Lute Kamstra  <lute@gnu.org>
30498         * diff-mode.el (diff-header-face, diff-file-header-face)
30499         (diff-index-face, diff-hunk-header-face, diff-removed-face)
30500         (diff-added-face, diff-changed-face, diff-function-face)
30501         (diff-context-face, diff-nonexistent-face): Put them in the
30502         diff-mode customization group.
30504 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30506         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
30508         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
30510         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
30511         Minor regexp-optimization.
30513 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
30515         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
30516         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30517         (org-agenda-add-time-grid-maybe): New function.
30518         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30519         (org-table-create): `dotimes' instead of `mapcar'.
30520         (org-xor): Simplify implementation.
30521         (org-agenda): `inhibit-redisplay' turned on.
30522         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30523         a consistent line after a state change.
30524         (org-agenda-remove-times-when-in-prefix): New option.
30525         (org-prefix-has-time): New variable.
30526         (org-parse-time-string): Optional argument NODEFAULT.
30527         (org-format-agenda-item): Parse items for time-of-day
30528         specifications and move these into the prefix if possible.
30529         (org-agenda-priority): Get current heading, not previous heading
30530         during agenda remote editing.
30532 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
30534         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30535         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30536         (remove-duplicates, delete-duplicates, substitute)
30537         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30538         (nsubstitute-if-not, find, find-if, find-if-not, position)
30539         (position-if, position-if-not, count, count-if, count-if-not)
30540         (mismatch, search, sort*, stable-sort, merge, member*)
30541         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30542         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30543         (intersection, nintersection, set-difference, nset-difference)
30544         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30545         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30546         (nsublis, tree-equal): Improve argument/docstring consistency.
30548         * subr.el (send-string, send-region): Remove obsolescence declaration.
30549         (window-dot, set-window-dot, read-input, show-buffer)
30550         (eval-current-buffer, string-to-int):
30551         Add release number to obsolescence declarations.
30553 2005-05-19  Kim F. Storm  <storm@cua.dk>
30555         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30556         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30558 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
30560         * faces.el (list-faces-display): Make back button respect optional
30561         regexp arg.
30563 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
30565         * calculator.el (calculator-radix-grouping-mode)
30566         (calculator-radix-grouping-digits, calculator-displayer)
30567         (calculator-radix-grouping-separator, calculator-copy-displayer):
30568         * dabbrev.el (dabbrev-search-these-buffers-only):
30569         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30570         (diff-advance-after-apply-hunk, diff-mode-hook)
30571         (diff-minor-mode-prefix):
30572         * imenu.el (imenu-use-popup-menu):
30573         * jit-lock.el (jit-lock-context-time):
30574         * newcomment.el (comment-fill-column, comment-column)
30575         (comment-style, comment-padding, comment-multi-line)
30576         (comment-empty-lines, comment-auto-fill-only-comments):
30577         * reveal.el (reveal-around-mark):
30578         * uniquify.el (uniquify-buffer-name-style)
30579         (uniquify-after-kill-buffer-p)
30580         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30581         (uniquify-min-dir-content, uniquify-separator)
30582         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30583         * w32-vars.el (w32-fixed-font-alist):
30584         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30585         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30586         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30587         * progmodes/perl-mode.el (perl-indent-level)
30588         (perl-continued-statement-offset, perl-continued-brace-offset)
30589         (perl-brace-offset, perl-brace-imaginary-offset)
30590         (perl-label-offset, perl-indent-continued-arguments)
30591         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30592         * progmodes/tcl.el (tcl-indent-level)
30593         (tcl-continued-indent-level, tcl-auto-newline)
30594         (tcl-tab-always-indent, tcl-electric-hash-style)
30595         (tcl-help-directory-list, tcl-use-smart-word-finder)
30596         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30597         (inferior-tcl-source-command):
30598         * textmodes/fill.el (enable-kinsoku):
30599         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30600         * textmodes/table.el (table-yank-handler):
30601         Specify missing group (and type, if simple) in defcustom.
30603 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
30605         * progmodes/compile.el (compilation-finish-function): Fix defvar.
30607 2005-05-19  Richard M. Stallman  <rms@gnu.org>
30609         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30611         * subr.el (event-basic-type): Don't get an error.
30612         (left-fringe-p): Function deleted.
30614         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30615         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30617         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30618         in recursive copy.
30620         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30622         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30624         * emacs-lisp/bytecomp.el
30625         (byte-compile-file-form-custom-declare-variable):
30626         Call byte-compile-nogroup-warn if appropriate.
30628         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30629         (compilation-set-window): Don't call left-fringe-p; do it directly.
30631 2005-05-19  Jay Belanger  <belanger@truman.edu>
30633         * calc/calc-graph.el (calc-graph-format-data): Make sure
30634         var-PlotRejects is bound before trying to check its value.
30636 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
30638         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30639         definition of this variable from reftex-global.el to reftex.el,
30640         because it is needed in the menu.
30642 2005-05-19  Lute Kamstra  <lute@gnu.org>
30644         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30645         years are fixed.  Don't insert a space after a dash.
30647 2005-05-19  Kim F. Storm  <storm@cua.dk>
30649         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30651 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
30653         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30654         strings, because (eq ... ?\\) is fairly frequent.
30656         * progmodes/make-mode.el (makefile-add-this-line-targets):
30657         Simplify and integrate into `makefile-pickup-targets'.
30658         (makefile-add-this-line-macro): Simplify and integrate into
30659         `makefile-pickup-macros.
30660         (makefile-pickup-filenames-as-targets): Simplify.
30661         (makefile-previous-dependency, makefile-match-dependency):
30662         Don't stumble over `::'.
30664 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
30666         * subr.el (post-command-idle-hook, post-command-idle-delay):
30667         Remove obsoletion of post-command-idle-hook and
30668         post-command-idle-delay.
30670         * faces.el (list-faces-display): Provide button when describe-face
30671         is called to take user back to the list of faces.
30673         * help-fns.el (describe-variable): Remove hyperlinks in a
30674         variable's value as these are quite frequently inappropriate.
30676         * follow.el (follow-submit-feedback, follow-mode):
30677         Remove references to post-command-idle-hook.
30679 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
30681         * progmodes/make-mode.el (makefile-previous-dependency)
30682         (makefile-match-dependency): Check for := (and in bsd mode also
30683         !=) to give a better result, even when font-lock is not on.
30685 2005-05-18  Jay Belanger  <belanger@truman.edu>
30687         * calc/calc-help.el (calc-s-prefix-help):
30688         Add `calc-copy-special-constant' to help string.
30690 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
30692         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30694 2005-05-18  Jay Belanger  <belanger@truman.edu>
30696         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30697         in linear factors are in proper order.
30699 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
30701         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30702         Support for jurabib.
30704         * textmodes/reftex.el (featurep): Define aliases for overlay
30705         commands, for XEmacs compatibility, and use these aliases in
30706         overlay initializations.
30707         (reftex-highlight): Use `reftex-move-overlay'.
30708         (reftex-unhighlight): Use `reftex-delete-overlay'.
30709         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
30710         (reftex-access-search-path): Use `reftex-uniquify' instead of
30711         `reftex-uniq'.
30713         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30714         `before-string' property modification enables for Emacs as well.
30715         (reftex-select-item): Use `reftex-delete-overlay'.
30716         (reftex-select-mark): Use `reftex-make-overlay' and
30717         `reftex-overlay-put'.
30718         (reftex-select-unmark): Use `reftex-delete-overlay' and
30719         `reftex-overlay-put'.
30721 2005-05-18  Lute Kamstra  <lute@gnu.org>
30723         * emacs-lisp/lisp.el (check-parens): Fix docstring.
30725 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
30727         * add-log.el (add-change-log-entry):
30728         * array.el (array-make-template, array-reconfigure-rows)
30729         (array-init-max-row, array-init-max-column)
30730         (array-init-columns-per-line, array-init-field-width):
30731         * replace.el (replace-match-maybe-edit, perform-replace):
30732         * textmodes/spell.el (spell-region):
30733         Replace `read-input' by `read-string'.
30735         * forms.el (forms-mode):
30736         * finder.el (finder-compile-keywords):
30737         * shadowfile.el (shadow-read-files):
30738         Replace `eval-current-buffer' by `eval-buffer'.
30740         * terminal.el (te-pass-through):
30741         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30742         (ange-ftp-raw-send-cmd):
30743         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30744         (send-process-next-char, telnet-initial-filter, telnet):
30745         Replace `send-string' by `process-send-string'.
30747         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30748         (prolog-consult-region): Replace `send-string' by
30749         `process-send-string'; replace `send-region' by `process-send-region'.
30751         * progmodes/delphi.el (delphi-log-msg):
30752         Replace `set-window-dot' by `set-window-point'.
30754         * subr.el (window-dot, set-window-dot, read-input, send-string)
30755         (send-region, show-buffer, eval-current-buffer):
30756         Make really obsolete, as the comment says.
30758 2005-05-17  Kim F. Storm  <storm@cua.dk>
30760         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30761         (cua--init-keymaps): Bind C-return instead of S-return to set
30762         rectangle mark.
30764         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30765         instead of S-return to toggle/clear rectangle mark.
30767 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
30769         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30770         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30771         Also fontify plain strings assigned to variables, mostly so that a
30772         colon has a face and is thus not taken as a dependency separator.
30773         (makefile-previous-dependency): Inline the new matcher, because it
30774         is too complex to work in both directions.
30775         (makefile-match-dependency): Eliminate `backward' arg (see above).
30776         Completely reimplemented so as to not sometimes go into an endless
30777         loop.  It should also be more efficient, because first it only
30778         searches for `:', instead of applying the very complex regexp.
30779         (makefile-mode): Cancel `font-lock-support-mode', because blocks
30780         to be fontified in one piece can be too long for JIT.
30781         Makefiles are never *that* big.
30783 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
30785         * dired.el (dired-mode): Simplify.
30787 2005-05-17  Lute Kamstra  <lute@gnu.org>
30789         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30790         defcustom for the mode hook variable.
30792         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30793         Emacs Lisp Reference Manual.
30795 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
30797         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30798         (evenp, list*):
30799         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30800         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30802         * net/tramp-smb.el (tramp-smb-open-connection):
30803         Pass `tramp-chunksize' as fifth (required) argument.
30805 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
30807         * font-lock.el (lisp-font-lock-keywords-1):
30808         Set `font-lock-negation-char-face' for [^...] char group.
30809         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30811         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30812         a var, and refine it to mask one more level of nested vars.
30813         (makefile-rule-action-regex): Turn it into a var, and refine it so
30814         it recognizes backslashed continuation lines as belonging to the
30815         same command.
30816         (makefile-macroassign-regex): Refine it so it recognizes
30817         backslashed continuation lines as belonging to the same command.
30818         (makefile-var-use-regex): Don't look at the next char, because it
30819         might be the same one to be skipped by the initial [^$], leading
30820         to an overlooked variable use.
30821         (makefile-make-font-lock-keywords): Remove two parameters, which
30822         are now variables that some of the modes set locally.
30823         Handle dependency and rule action matching through functions, because
30824         regexps alone match too often.  Dependency matching now comes
30825         last, so it can check, whether a colon already matched something else.
30826         (makefile-mode): Inform that font-lock improves makefile parsing
30827         capabilities.
30828         (makefile-match-dependency, makefile-match-action): New functions.
30830 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
30832         * emacs-lisp/cl-extra.el (equalp): Doc fix.
30834         * align.el (align-regexp):
30835         * ansi-color.el (ansi-color-get-face):
30836         * array.el (array-reconfigure-rows, array-init-max-row)
30837         (array-init-max-column, array-init-columns-per-line)
30838         (array-init-field-width):
30839         * dired-aux.el (dired-trample-file-versions):
30840         * dired-x.el (dired-mark-sexp):
30841         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30842         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30843         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30844         * faces.el (face-read-integer):
30845         * files.el (backup-extract-version, insert-directory):
30846         * hexl.el (hexl-insert-decimal-char):
30847         * server.el (server-process-filter):
30848         * shell.el (shell-extract-num):
30849         * startup.el (command-line-1):
30850         * term.el (term-command-hook):
30851         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30852         (time-stamp-do-number):
30853         * time.el (display-time-update):
30854         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30855         (timezone-fix-time):
30856         * vms-patch.el (vms-suspend-resume-hook):
30857         * calendar/appt.el (appt-convert-time):
30858         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30859         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30860         * calendar/cal-islam.el (mark-islamic-diary-entries):
30861         * calendar/calendar.el (calendar-cursor-to-date)
30862         (calendar-star-date):
30863         * calendar/diary-lib.el (diary-attrtype-convert)
30864         (mark-diary-entries, diary-entry-time):
30865         * calendar/solar.el (solar-get-number):
30866         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30867         * emacs-lisp/re-builder.el (reb-display-subexp):
30868         * emulation/edt.el (edt-set-scroll-margins):
30869         * emulation/tpu-extras.el (tpu-set-scroll-margins):
30870         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30871         (vip-get-ex-count):
30872         * emulation/viper-ex.el (viper-get-ex-token)
30873         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30874         * international/fontset.el (fontset-plain-name):
30875         * mail/feedmail.el (feedmail-look-at-queue-directory):
30876         * mail/mailalias.el (mail-get-names):
30877         * mail/rmail.el (rmail-convert-to-babyl-format):
30878         * mail/rmailsum.el (rmail-make-basic-summary-line)
30879         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30880         (rmail-summary-goto-msg):
30881         * mail/smtpmail.el (smtpmail-read-response):
30882         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30883         (ange-ftp-vms-add-file-entry):
30884         * play/gametree.el (gametree-looking-at-ply)
30885         (gametree-current-branch-score):
30886         * progmodes/ada-xref.el (ada-prj-find-prj-file)
30887         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30888         * progmodes/cperl-mode.el (condition-case):
30889         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30890         (ebrowse-set-member-buffer-column-width)
30891         (ebrowse-select-1st-to-9nth):
30892         * progmodes/etags.el (etags-snarf-tag):
30893         * progmodes/flymake.el (flymake-parse-line):
30894         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30895         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30896         (idlwave-shell-menu-def):
30897         * progmodes/ps-mode.el (ps-run-goto-error):
30898         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30899         (vhdl-speedbar-contract-level):
30900         * term/mac-win.el (x-handle-numeric-switch):
30901         * term/sun-mouse.el (sun-get-frame-data):
30902         * term/w32-win.el (x-handle-numeric-switch):
30903         * term/x-win.el (x-handle-numeric-switch):
30904         * textmodes/ispell.el (ispell-parse-output):
30905         * textmodes/nroff-mode.el (nroff-outline-level):
30906         * textmodes/reftex-cite.el (reftex-bib-sort-year)
30907         (reftex-bib-sort-year-reverse, reftex-format-citation):
30908         * textmodes/reftex-parse.el (reftex-init-section-numbers)
30909         (reftex-section-number):
30910         * textmodes/texinfmt.el (texinfo-paragraphindent):
30911         Replace `string-to-int' by `string-to-number'.
30913         * international/latexenc.el: Add page marker to force the "Local
30914         Variables:" string out of the last page.
30916 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
30918         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30919         tooltip-change-major-mode.
30920         (gud-tooltip-print-command): Remove case where gud-minor-mode
30921         is gdb ("--fullname").
30922         (gud-tooltip-tips): Turn GUD tooltips off for this case and
30923         explain to user.
30925 2005-05-16  Jay Belanger  <belanger@truman.edu>
30927         * calc/calc-store.el (calc-copy-special-constant): New function.
30929         * calc/calc-ext.el (calc-init-extensions): Add binding for
30930         `calc-copy-special-constant'.
30932         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30933         for the `calc-copy-special-constant' command.
30935 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
30937         * subr.el (left-fringe-p): New function.
30939         * progmodes/compile.el (compilation-setup): Set local value of
30940         overlay-arrow-string to "" always.
30941         (compilation-set-window): Left fringe then don't scroll.
30942         No left fringe then no arrow and scroll message to top.
30943         (compilation-context-lines): Adjust doc string accordingly.
30945 2005-05-16  Kim F. Storm  <storm@cua.dk>
30947         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30948         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30949         (ido-wide-find-dir-or-delete-dir): New command for M-d.
30950         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
30951         (ido-read-file-name): Handle commands with ido property value
30952         equal to find-file as reading a file name, to allow C-d to enter dired.
30953         (ibuffer-find-file): Add ido property with value find-file.
30955 2005-05-15  Kim F. Storm  <storm@cua.dk>
30957         * subr.el (open-network-stream-nowait): Remove.
30958         (open-network-stream-server): Remove.
30960 2005-05-15  Richard M. Stallman  <rms@gnu.org>
30962         * faces.el (describe-face): Output a definition link button.
30964         * help-mode.el (help-face-def): New button type.
30966         * emacs-lisp/copyright.el (copyright-fix-years):
30967         Match properly if the first year is 2-digit.
30968         Don't mess up the whitespace after the years by filling.
30970         * dired-aux.el (dired-mark-confirm):
30971         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30973         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30974         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30975         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30977         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30978         Set font-lock-comment-start-skip.
30980         * font-lock.el (font-lock-comment-start-skip): New variable.
30981         (font-lock-comment-end-skip): New variable.
30982         (font-lock-fontify-syntactically-region): Use them if non-nil.
30984 2005-05-15  Jay Belanger  <belanger@truman.edu>
30986         * calc/calc-store.el (calc-store-value): Return a string rather
30987         than display it as a message.
30988         Use calc-var-name for variable name.
30989         (calc-store-into): Add the result of calc-store-value to message.
30990         (calc-copy-variable): Add a message.
30991         (calc-store-exchange): Improve error messages.
30992         (calc-store-binary, calc-store-map): Don't reset the values of
30993         special constants.
30995 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
30997         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30998         manual to docstring.
31000         * files.el (hack-local-variables-confirm): Add STRING argument.
31001         Make the function handle non file visiting buffers correctly.
31002         (hack-local-variables-prop-line, hack-local-variables)
31003         (hack-one-local-variable): Use STRING arg of
31004         `hack-local-variables-confirm'.
31006 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
31008         Sync with Tramp 2.0.49.
31010         * net/tramp.el (tramp-handle-dired-call-process)
31011         (tramp-handle-insert-directory):`insert-buffer' cannot be used
31012         because the contents of the Tramp buffer is changed before
31013         insertion (`expand-file' and alike).
31014         (tramp-handle-insert-directory): If `localname' has an empty
31015         nondirectory name, it must not be quoted.
31016         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
31017         variable `tramp-chunksize'.  Change callees.
31018         (tramp-open-connection-setup-interactive-shell): Check remote host
31019         for buggy `send-process-string' implementation.
31020         Set `tramp-chunksize' if found.  Reported by Michael Kifer
31021         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31022         (tramp-handle-shell-command): `insert-buffer' cannot be used
31023         because the contents of the Tramp buffer is changed before
31024         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
31025         <frederic.bothamy@free.fr>.
31026         (tramp-set-auto-save): Actions should be done for Tramp file name
31027         handler only.  Ange-FTP has its own auto-save mechanism.
31028         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31029         (tramp-set-auto-save-file-modes): Set file modes of
31030         `buffer-auto-save-file-name' to ?\600 as fallback solution.
31031         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31032         (tramp-bug): Remove obsolete variable.
31033         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
31034         for presence of `mml-mode'.  Make it running for older Emacsen as well.
31036 2005-05-14  John Paul Wallington  <jpw@pobox.com>
31038         * ibuf-ext.el (define-ibuffer-filter filename):
31039         If `dired-directory' is a list, use its car.
31041 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
31043         * ibuffer.el (define-ibuffer-column filename):
31044         If `dired-directory' is a list, use its car.
31046 2005-05-14  Richard M. Stallman  <rms@gnu.org>
31048         * subr.el (symbol-file): Doc fix.
31050         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31051         (byte-compile-form): Call byte-compile-nogroup-warn.
31052         (byte-compile-warning-types): Doc fix.
31054         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31056         * progmodes/cc-engine.el (c-literal-faces):
31057         Add font-lock-comment-delimiter-face.
31059         * net/net-utils.el (dig): Use with-no-warnings.
31061         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31062         (sc-recite-frame-alist, sc-default-cite-frame)
31063         (sc-default-uncite-frame, sc-default-recite-frame)
31064         (sc-attrib-selection-list, sc-rewrite-header-list):
31065         Mark as risky-local-variable.
31067         * international/ogonek.el (ogonek-jak, ogonek-how):
31068         Don't use beginning-of-buffer.
31070         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31072         * calendar/solar.el (solar-data-list): Move definition up.
31074         * dnd.el (dnd-protocol-alist): Add autoload.
31076         * progmodes/sh-script.el: Many doc usage fixes.
31077         (sh-indent-after-do): Change default to match common styles.
31079 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
31081         * files.el (interpreter-mode-alist)
31082         (auto-mode-interpreter-regexp): Doc fixes.
31084 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
31086         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31088         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31090 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31092         * dired.el (dired-mode): make-variable-buffer-local =>
31093         make-local-variable.
31095 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31097         * term/mac-win.el (mac-select-convert-to-string): Try coding
31098         systems in mac-script-code-coding-systems if specified one cannot
31099         encode string for `com.apple.traditional-mac-plain-text'.
31101 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
31103         * progmodes/make-mode.el (makefile-targets-face)
31104         (makefile-shell-face, makefile-makepp-perl-face): New faces.
31105         (makefile-dependency-regex): Fix it to not make the colon in
31106         $(var:a=b) special.
31107         (makefile-rule-action-regex): New regexp for highlighting embedded
31108         Shell strings.
31109         (makefile-macroassign-regex): Handle != for highlighting as
31110         embedded Shell strings.
31111         (makefile-var-use-regex): New const.
31112         (makefile-statements, makefile-automake-statements)
31113         (makefile-gmake-statements, makefile-makepp-statements)
31114         (makefile-bsdmake-statements): New consts.
31115         (makefile-make-font-lock-keywords): New function.
31116         (makefile-automake-font-lock-keywords)
31117         (makefile-gmake-font-lock-keywords)
31118         (makefile-makepp-font-lock-keywords)
31119         (makefile-bsdmake-font-lock-keywords): New consts.
31120         (makefile-mode-map): Add switchers between the various submodes.
31121         (makefile-mode): Document the availability of the variants.
31122         (makefile-automake-mode, makefile-gmake-mode)
31123         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31125         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31126         new variants of makefile-mode.
31128 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
31130         * font-lock.el (font-lock-comment-delimiter-face): Fix up
31131         the inheritance.
31133 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
31135         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31136         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31138         * files.el (normal-mode): Extend the scope of the
31139         `enable-local-variables' binding to include the `set-auto-mode' call.
31140         (magic-mode-alist): Doc fix.
31142 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
31144         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31145         font-lock-comment-face rather than copying its setting.
31147 2005-05-12  Andreas Schwab  <schwab@suse.de>
31149         * eshell/esh-mode.el (eshell-send-input): Doc fix.
31151 2005-05-12  Lute Kamstra  <lute@gnu.org>
31153         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31154         defcustom for the mode hook variable.  Delete the last argument.
31155         * generic-x.el: Fix callers of define-generic-mode.
31156         (generic-x-modes): Delete group.
31157         (show-tabs-tab-face, show-tabs-space-face): Put them in the
31158         generic-x customization group.
31160 2005-05-12  Kim F. Storm  <storm@cua.dk>
31162         * font-lock.el (font-lock-negation-char-face): Default to "off".
31164         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31165         font-lock-negation-char-face to ! in !=.
31167 2005-05-12  Masatake YAMATO  <jet@gyve.org>
31169         * add-log.el (find-change-log): Fix typos in the docstring
31170         of function.
31172 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
31174         * international/latexenc.el (latexenc-find-file-coding-system):
31175         Avoid `re-search-forward' when looking for input encoding because
31176         of speed and safety.  Better regular expressions for recognizing
31177         input encoding.  Limit a search for TeX-master/tex-main-file to
31178         the local variable section.
31180 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
31182         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31183         syntax of $ to "'" (quote).
31185 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
31187         * dnd.el (dnd-protocol-alist): Improve custom type.
31189         * dired.el (dired-dnd-protocol-alist): New variable.
31190         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
31191         `dired-mode-hook' to the end.
31193 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
31195         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31196         comment-end if comment-start-skip is not set.
31197         Obey the font-lock-comment-delimiter-face variables.
31199 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
31201         * files.el (executable-find): Move from executable.el.  Use
31202         locate-file.
31203         * progmodes/executable.el (executable-find): Move to files.el.
31205         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31206         when trying to ensure forward progress.
31208 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
31210         * mouse-sel.el (mouse-sel-follow-link-p): New function.
31211         (mouse-select, mouse-select-internal, mouse-extend-internal):
31212         Use it to implement mouse-1-click-follows-link functionality.
31214 2005-05-11  Richard M. Stallman  <rms@gnu.org>
31216         * font-lock.el (font-lock-fontify-syntactically-region):
31217         Use font-lock-comment-delimiter-face for comment delimiters.
31219 2005-05-10  Jay Belanger  <belanger@truman.edu>
31221         * calc/calc-help.el (calc-m-prefix-help): Add mention of
31222         preserving embedded modes.
31224 2005-05-10  Richard M. Stallman  <rms@gnu.org>
31226         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31228         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31229         Move from ada-stmt.el.
31230         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31232         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31233         Move to ada-mode.el.
31234         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31236         * cus-edit.el (custom-file): Call file-chase-links.
31238         * files.el (read-directory-name): Fix previous change.
31239         (hack-local-variables-confirm): New function.
31240         (hack-local-variables-prop-line, hack-local-variables)
31241         (hack-one-local-variable): Use it.
31243 2005-05-10  Lute Kamstra  <lute@gnu.org>
31245         * font-lock.el (font-lock-keywords-alist)
31246         (font-lock-removed-keywords-alist): Clarify docstrings.
31248 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
31250         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31251         (gdb-source-info): Check for preprocessor info.
31252         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
31253         a macro for a function.
31254         (gdb-info-breakpoints-custom): Try to find file again if not already
31255         found (user might have used GDB dir command).
31256         (gdb-get-location): Update gdb-location-alist correctly for change
31257         to gdb-info-breakpoints-custom.
31259         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31260         (gud-tooltip-print-command): Add gdbmi case.
31261         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31262         preprocessor info.
31264 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
31266         * startup.el (fancy-splash-insert): Fix typo in doc string.
31268 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
31270         * obsolete/float.el (string-to-float):
31271         * obsolete/hilit19.el (hilit-add-pattern):
31272         * obsolete/rnews.el (news-parse-range, news-select-message)
31273         (news-get-pruned-list-of-files): Replace `string-to-int' by
31274         `string-to-number'.
31276         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31277         `find-file-not-found-hooks'; use `add-hook'.
31278         (uncompress-while-visiting): Set `write-file-functions', not
31279         `write-file-hooks'; use `add-hook'.
31281 2005-05-09  Kim F. Storm  <storm@cua.dk>
31283         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31284         (cua-paste): Handle clipboard action.
31285         (cua--init-keymaps): Remap clipboard-kill-region and
31286         clipboard-kill-ring-save.
31288 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
31290         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31291         Improve commentary.
31293         * simple.el (next-error-overlay-arrow-position): Revert the change
31294         made on 2005-04-30.
31296 2005-05-07  Jay Belanger  <belanger@truman.edu>
31298         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31299         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
31300         `calc-sel-reselect'.
31302         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
31303         Calc is in embedded mode.
31305 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
31307         * progmodes/compile.el (compilation-setup):
31308         Set overlay-arrow-string to an empty string on text terminals.
31310         * textmodes/ispell.el (ispell-program-name): Try looking for
31311         "aspell" along exec-path, and if found, use it as the default
31312         speller program.
31314 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
31316         * international/mule.el (sgml-xml-auto-coding-function):
31317         Recognize encoding='FOO' in single quotes as well as in double quotes.
31319 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
31321         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
31322         as well as `interactive', so that defmacro* would recognize
31323         `declare' forms.
31325 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
31327         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31328         Explain more about the LIGHTER arg's usage in the doc string.
31329         Add commentary to clarify what the code does.  Fix the regexp that
31330         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
31331         since it could have characters special to regular expressions.
31333 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
31335         * replace.el (occur-1): Bind inhibit-read-only so that
31336         erase-buffer doesn't barf on read-only text properties (likewise
31337         for add-text-properties in occur-engine).  Mark buffer as unmodified.
31338         (occur-engine): Don't set buffer-read-only here.
31340 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31342         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
31343         list-buffers-directory.  This caused the *cvs-commit* buffer to be
31344         sometimes mistakenly reused as a *cvs* buffer.
31346 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
31348         * tooltip.el: Move code for GUD tooltips into gud.el.
31349         (require): CL no longer needed to compile case.
31350         (tooltip-mode): Do not toggle functions for GUD tooltips.
31351         (tooltip-gud-tips-p): Remove.  Replace with minor mode
31352         gud-tooltip-mode in gud.el.
31353         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
31354         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
31355         tooltip-gud prefix with gud-tooltip and obsolete.
31356         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
31357         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
31358         (tooltip-mouse-motion): Mouse movement functions/variable.
31359         Rename in gud.el by adding gud prefix.
31360         (tooltip-gud-original-filter, tooltip-gud-dereference)
31361         (tooltip-gud-event, tooltip-toggle-gud-tips)
31362         (tooltip-gud-process-output, tooltip-gud-print-command)
31363         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
31364         gud.el by replacing tooltip-gud prefix with gud-tooltip.
31365         (gdb-tooltip-print): Move to gdb-ui.el.
31367         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31368         (require): CL needed to compile case.
31369         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31370         tooltip-gud-tips-p.  Make it a minor-mode.
31371         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31372         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31373         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31374         (gud-tooltip-change-major-mode)
31375         (gud-tooltip-activate-mouse-motions-if-enabled)
31376         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31377         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31378         (gud-tooltip-original-filter, gud-tooltip-dereference)
31379         (gud-tooltip-event, tooltip-toggle-gud-tips)
31380         (gud-tooltip-process-output, gud-tooltip-print-command)
31381         (gud-tooltip-tips): Move from tooltip.el.
31383         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31384         (gdb-cpp-define-alist-flags): Doc fix.
31385         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31386         gud-tooltip-mode is t.
31388 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31390         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31391         evaporate if their text is deleted.
31392         (goto-address-at-point): Make it work as a mouse binding as well.
31393         (goto-address-at-mouse): Obsolete it.  Update users.
31395 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
31397         * calendar/appt.el (top-level): No longer activate on load.
31399 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
31401         * calendar/cal-bahai.el (mark-bahai-diary-entries):
31402         * net/webjump.el (webjump):
31403         * progmodes/idlw-help.el (idlwave-do-context-help1)
31404         (idlwave-highlight-linked-completions):
31405         * textmodes/po.el (po-find-file-coding-system-guts):
31406         Replace `assoc-ignore-case' by `assoc-string'.
31408 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
31410         * files.el (locate-file): Doc fix.
31412         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31413         Remove the redundant test for ms-dos.
31415         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31416         look for the preprocessor with exec-suffixes.  If not found in
31417         standard places, look in exec-path.  Remove most of the tests that
31418         used system-type.
31420         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31422         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31424         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31425         file-name clash with jka-compr.el on 8+3 filesystems.
31427 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31429         * term/mac-win.el: Don't define or bind scroll bar functions if
31430         x-toolkit-scroll-bars is t.
31431         (x-select-text, x-get-selection-value): Clear
31432         x-last-selected-text-clipboard if x-select-enable-clipboard is
31433         nil.
31434         (PRIMARY): Put mac-scrap-name property.
31435         (mac-select-convert-to-file-url): New function.
31436         (public.file-url): New selection target type.  Add to
31437         selection-converter-alist.
31438         (x-get-selection, x-selection-value): Handle it.
31439         (x-cut-buffer-or-selection-value): New alias.
31441 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31443         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31444         entry to avoid calling bibtex-find-entry with arg global
31445         being t.  Remove arg key.
31446         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31447         (bibtex-copy-summary-as-kill): Change accordingly.
31449 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
31451         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31452         (org-agenda-date-later): Use with-current-buffer.
31454 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
31456         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31457         (define-obsolete-variable-alias): Doc Fixes.
31459 2005-05-06  Kim F. Storm  <storm@cua.dk>
31461         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
31462         vertical-motion when selective-display is active.
31464         * ido.el (ido-setup-hook): New hook.
31465         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31466         (ido-input-stack): New var.
31467         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
31468         ido-next-work-file binding to M-O.
31469         Bind M-f to ido-wide-find-file-or-pop-dir.
31470         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31471         (ido-read-internal): Run ido-setup-hook.
31472         Catch quit in read-file-name and read-string to cancel edit.
31473         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31474         Automatically pop-all when completing a directory name (RET).
31475         (ido-file-internal): Add with-no-warnings around ffap and dired code.
31476         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31477         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31478         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31479         New functions for M-b/M-f to move among the directory components.
31480         (ido-make-merged-file-list): Catch quit to cancel merge.
31481         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31482         (ido-completion-help): No warnings for ido-completion-buffer-full.
31484 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
31486         * font-lock.el (font-lock-negation-char-face): New face and variable.
31487         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31488         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31489         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31490         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31492 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
31494         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31495         Fix typo in docstring.
31497         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31498         (ebrowse-print-statistics-line)
31499         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31501         * term/w32-win.el (image-library-alist): Add additional name for
31502         Xpm library.
31504 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
31506         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
31507         use gcc instead of cpp.
31509         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
31510         (gdb-create-define-alist): Use it.
31511         (gdb-cpp-define-alist-program): Update for MS-DOS.
31513 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
31515         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31517 2005-05-04  Richard M. Stallman  <rms@gnu.org>
31519         * help.el (describe-key): No error when UNTRANSLATED is nil.
31521         * simple.el (line-move-1): Fix previous change to signal errors
31522         appropriately.
31524 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
31526         * calendar/icalendar.el (icalendar-version): Now at 0.12.
31527         (icalendar-duration-correction): Remove.
31528         (icalendar--get-event-properties): Split result at commas.
31529         (icalendar--decode-isoduration): New optional argument
31530         DURATION-CORRECTION.
31531         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31532         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31533         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31534         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31535         (icalendar--convert-anniversary-to-ical): New functions, extracted
31536         from icalendar-export-region, with bug fixes.
31537         (icalendar-export-region): Use the above functions.
31538         (icalendar-import-buffer): Check before saving diary file.
31539         (icalendar--convert-recurring-to-diary)
31540         (icalendar--convert-non-recurring-all-day-to-diary)
31541         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31542         extracted from icalendar--convert-ical-to-diary, with bug fixes.
31543         (icalendar--convert-ical-to-diary): Use the above functions.
31545 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
31547         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31548         Remove these recent additions.
31549         (c-mode): Restore to before 2005-04-28.
31551         * progmodes/cc-vars.el (cc-define-list-program): Remove this
31552         recent addition.
31554         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31555         (gdb-define-alist): New variables.
31556         (gdb-create-define-alist): New function.
31557         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31558         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31559         with string-to-number.
31560         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
31562         * progmodes/gud.el: Replace string-to-int with string-to-number.
31563         (gud-find-file): Handle gdb-define-alist.
31565         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31567 2005-05-02  Jay Belanger  <belanger@truman.edu>
31569         * calc/calc-aent.el (math-read-token):
31570         * calc/calc-bin.el (calc-word-size):
31571         * calc/calc-ext.el (calc-read-number-fancy):
31572         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31573         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31574         * calc/calc-frac.el (calc-over-notation):
31575         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31576         (calc-graph-num-points, calc-graph-init):
31577         * calc/calc-prog.el (calc-read-parse-table-part)
31578         (calc-edit-macro-repeats):
31579         * calc/calc-yank.el (calc-do-grab-rectangle):
31580         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31581         Replace `string-to-int' by `string-to-number'.
31583 2005-05-02  Kim F. Storm  <storm@cua.dk>
31585         * kmacro.el: Use executing-kbd-macro-index variable.
31587 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
31589         * net/rlogin.el (rlogin-parse-words): Delete func.
31590         (rlogin): Use split-string, not rlogin-parse-words.
31591         Also, if there are option-like elements in the parsed args,
31592         take the host to be the first arg immediately following them.
31593         Suggested by Michael Mauger.
31595 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
31597         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31599 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
31601         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31602         (cc-mode-cpp-program): Rename to cc-define-list-program and
31603         move to cc-vars.el.
31605         * progmodes/cc-vars.el (cc-define-list-program):
31606         Change to "gcc -E -dM -".  Make customizable.
31608 2005-05-02  Kim F. Storm  <storm@cua.dk>
31610         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31612 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
31614         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31616         * international/mule-util.el (truncate-string): Remove alias and
31617         obsolete declaration.
31619         * international/mule-cmds.el (update-iso-coding-systems):
31620         Remove alias and obsolete declaration.
31622         * international/mule.el (coding-system-parent): Remove alias and
31623         obsolete declaration.
31625         * subr.el (define-function, sref): Remove aliases and obsolete
31626         declarations.
31627         (chars-in-region): Remove obsolete declaration.
31629 2005-05-01  Richard M. Stallman  <rms@gnu.org>
31631         * info.el (Info-mode): Set widen-automatically to nil, locally.
31633         * simple.el (widen-automatically): New variable.
31634         (pop-global-mark): Obey widen-automatically.
31636 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
31638         * term/xterm.el (function-key-map): Call substitute-key-definition
31639         before the keymap size is increased by a lot of define-key calls.
31641 2005-05-01  Richard M. Stallman  <rms@gnu.org>
31643         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31644         Rename ARG to ELEMENT.  Doc fix.
31646 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
31648         * allout.el (allout-exposure): Remove macro and obsolete declaration.
31649         Remove references to allout-exposure/change to allout-new-exposure.
31651         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31652         bytecode symbols.
31654         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31655         (compiled-function-p, focus-frame, unfocus-frame):
31656         Remove aliases and obsolete declarations.
31657         Back out inadvertent changes from previous commit.
31659 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
31661         * files.el (require-final-newline): Make Custom tags consistent
31662         with mode-require-final-newline.
31663         (mode-require-final-newline): Doc fix.
31665 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31667         * international/latexenc.el (latexenc-find-file-coding-system):
31668         Fix regular expressions.
31670 2005-05-01  David Kastrup  <dak@gnu.org>
31672         * international/latexenc.el (latexenc-find-file-coding-system):
31673         Fix regular expressions.
31675 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
31677         * subr.el (string-to-int): Make obsolete.
31679 2005-04-30  Richard M. Stallman  <rms@gnu.org>
31681         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31683         * loadup.el: Load jka-comp-hook.
31685         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31686         (jka-compr-handler): Add autoload.  `put' calls moved
31687         to jka-comp-hook.el.
31688         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31689         (jka-compr-inhibit): Autoload.
31691         * jka-comp-hook.el: New file.
31692         Enable the mode by default.
31694         * files.el (backup-buffer-copy): Use copy-file instead
31695         of write-region, and put back the 'excl.
31697 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
31699         * progmodes/flymake.el (flymake-split-string)
31700         (flymake-split-string, flymake-log, flymake-pid-to-names)
31701         (flymake-reg-names, flymake-get-source-buffer-name)
31702         (flymake-unreg-names, flymake-add-line-err-info)
31703         (flymake-add-err-info): Clarify docstrings.
31704         (flymake-popup-menu, flymake-make-emacs-menu)
31705         (flymake-make-xemacs-menu): Add docstrings.
31706         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31707         Set variables directly throughout.
31709 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
31711         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31712         exists.  Initialize cc-define-alist.
31713         (c-mode): Add cc-create-define-alist locally to after-save-hook.
31714         If there is no file (Macroexpansion) don't create an alist.
31716 2005-04-29  Sam Steingold  <sds@gnu.org>
31718         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31719         (cc-create-define-alist): Use it instead of the hard-coded string.
31721 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31723         * international/mule-conf.el (file-coding-system-alist): Fix regexp
31724         for latexenc.
31726 2005-04-29  Lute Kamstra  <lute@gnu.org>
31728         * emacs-lisp/generic.el: Improve commentary section.
31729         (define-generic-mode): Improve docstring.
31731 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
31733         * textmodes/org.el (many places): Change to quiet the byte compiler.
31734         (org-prefix-format-compiled): New variable.
31735         (org-compile-prefix-format): New function.
31736         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31737         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31738         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31739         (org-get-entries-from-diary): Use `org-get-time-of-day' for
31740         consistency with entries from `org-mode' files.
31741         (org-get-time-of-day): Fix bug with partial matches early in a line.
31742         (org-non-link-chars): New constant.
31743         (org-link-regexp): Respect `org-non-link-chars'.
31744         (org-agenda-day-view): Remove command.
31745         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31746         (org-follow-bbdb-link, org-store-link): Search also company field.
31747         (org-highlight-overlay): New variable.
31748         (org-highlight, org-unhighlight): New functions.
31749         (org-agenda-mode): Add pre-command-hook to remove highlight.
31750         (org-evaluate-time-range): Behavior depends upon whether time stamp
31751         contains a time or not.
31752         (org-show-subtree, org-show-entry): New functions.
31753         (org-agenda-cleanup-fancy-diary): Remove empty lines.
31755 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
31757         * comint.el (comint-output-filter-functions): Add autoload cookie.
31759 2005-04-28  Kim F. Storm  <storm@cua.dk>
31761         * ido.el (ido-everywhere): Fix last change.
31763 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
31765         * international/latexenc.el: New file.
31766         * international/mule-conf.el (file-coding-system-alist): For .tex,
31767         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31769 2005-04-28  Lute Kamstra  <lute@gnu.org>
31771         * font-lock.el (font-lock-add-keywords)
31772         (font-lock-remove-keywords): Clarify docstring.
31773         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31774         Don't start docstrings with a `*'.
31775         (font-lock-update-removed-keyword-alist): Give it a docstring.
31777         * generic-x.el: Update commentary section.
31778         Only require font-lock when compiling.
31779         Define all modes conditionally.
31780         Place all generic modes in the generic-x-modes customization group.
31781         (generic-x-modes): New customization group.
31782         (generic-default-modes, generic-mswindows-modes)
31783         (generic-unix-modes, generic-other-modes): New constants.
31784         (generic-define-mswindows-modes, generic-define-unix-modes):
31785         Update docstrings.  Make them obsolete.
31786         (generic-extras-enable-list): New default value.  Update docstring.
31787         Improve :type.  Change :set function.
31788         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31789         Fix docstring.
31791         * emacs-lisp/generic.el (generic-mode-internal):
31792         Simplify font-lock-defaults.
31793         (define-generic-mode): Fix docstring.
31795 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31797         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31798         font-lock-face property to highlight matches.
31800 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
31802         * progmodes/cc-mode.el (cc-create-define-alist): New function.
31803         (cc-define-alist): New variable.
31804         (c-mode): Make it local and initialize it.
31806         * progmodes/gdb-ui.el (gdb-active-process): New variable.
31807         (gdb-exited): New function.
31808         (gdb-annotation-rules): Use it.
31809         (gdb-starting): Set gdb-active-process to t.
31810         (gdb-stopping): Amend doc string.
31811         (gdb-reset): Set gdb-active-process to nil.
31813         * tooltip.el (tooltip-gud-tips): Show the associated #define
31814         directives when a C program under GDB is not executing.
31816 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31818         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31819         font-lock-fontify-syntactic-keywords.
31821         * font-lock.el (font-lock-default-fontify-region): Don't force
31822         parse-sexp-lookup-properties to nil.
31824 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
31826         * man.el (man-mode-syntax-table): Set up `:' to have
31827         word-constituent syntax.
31829 2005-04-27  Lute Kamstra  <lute@gnu.org>
31831         * novice.el (disable-command): Don't add spurious newlines to the
31832         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
31834 2005-04-26  Jay Belanger  <belanger@truman.edu>
31836         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31837         than one window before deleting window.
31839 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
31841         * shell.el (shell-prompt-pattern): Doc fix.
31842         (shell-mode): Set paragraph-separate buffer locally to "\\'".
31844         * comint.el (comint-prompt-regexp, comint-get-old-input)
31845         (comint-use-prompt-regexp)
31846         (comint-use-prompt-regexp-instead-of-fields)
31847         (comint-replace-by-expanded-history, comint-send-input)
31848         (comint-output-filter, comint-get-old-input-default)
31849         (comint-line-beginning-position, comint-bol, comint-show-output)
31850         (comint-backward-matching-input, comint-forward-matching-input)
31851         (comint-next-prompt, comint-previous-prompt):
31852         Rename `comint-use-prompt-regexp-instead-of-fields' to
31853         `comint-use-prompt-regexp'.  Keep old name as alias and declare
31854         obsolete.
31855         (comint-use-prompt-regexp): Shorten first line of doc string.
31857         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31858         Set paragraph-separate buffer locally to "\\'".
31860         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31861         Adapt to above name change.
31863         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31864         (smbclient-prompt-regexp): Ditto.
31866         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31868 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
31870         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31871         gdb-location-list.
31872         Break lines that are over 80 characters wide.
31874 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31876         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31877         New fun and var, to preserve compatibility.
31879         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31881 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
31883         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31884         name to file-newer-than-file-p.
31886 2005-04-26  Richard M. Stallman  <rms@gnu.org>
31888         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31890         * progmodes/python.el (python-mode):
31891         Use new name eldoc-documentation-function.
31893         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31895         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31896         (eldoc-documentation-function):
31897         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
31899 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
31901         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31903 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
31905         * term/xterm.el (function-key-map): Fix strings for
31906         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
31907         {C,S,A,C-S}-{f1-f12}.
31909 2005-04-26  Kenichi Handa  <handa@m17n.org>
31911         * international/mule-cmds.el (select-safe-coding-system):
31912         Fix previous change.
31914 2005-04-26  Lute Kamstra  <lute@gnu.org>
31916         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31918         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31919         (font-lock-comment-delimiter-face): Ditto.
31921         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31923 2005-04-25  Jay Belanger  <belanger@truman.edu>
31925         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31926         to t while inserting information; use help-mode.
31928 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
31930         * term.el (ansi-term-color-vector): Use the xterm colors.
31931         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
31933 2005-04-25  Lute Kamstra  <lute@gnu.org>
31935         * font-core.el (font-lock-defaults): Fix docstring.
31937         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31939 2005-04-25  Kenichi Handa  <handa@m17n.org>
31941         * international/mule-cmds.el (select-safe-coding-system):
31942         Don't check consistency with coding: spec, etc if raw-text or
31943         no-conversion was found to be safe.
31945 2005-04-24  Richard M. Stallman  <rms@gnu.org>
31947         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31948         citation markers at start of each line.
31950         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31951         citation markers at start of each line.
31953         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31955         * files.el (mode-require-final-newline): Fix previous change.
31956         (require-final-newline): Fix type label.
31958 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
31960         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31961         statement in buffer (broken by 2004-11-24 change).
31963 2005-04-24  Kim F. Storm  <storm@cua.dk>
31965         * ido.el (ido-everywhere): Save and restore old read-buffer-function
31966         and read-file-name-function values.  Don't overwrite existing
31967         non-nil values if ido-mode is enabled without ido-everywhere.
31969 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
31971         * files.el (mode-require-final-newline): Minor doc fix.
31973 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
31975         * subr.el (syntax-after): Doc fix.
31976         (syntax-class): If argument is nil, return nil.  Mask off upper 16
31977         bits, not 8 bits.
31979         * files.el (mode-require-final-newline): Doc fix.
31980         (backup-buffer-copy): Fix last change.
31982 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31984         * term/mac-win.el: Require select.  Set selection-coding-system to
31985         mac-system-coding-system.  Call menu-bar-enable-clipboard.
31986         (x-last-selected-text-clipboard, x-last-selected-text-primary)
31987         (x-select-enable-clipboard): New variables.
31988         (x-select-text, x-get-selection, x-selection-value)
31989         (x-get-selection-value, mac-select-convert-to-string)
31990         (mac-services-open-file, mac-services-open-selection)
31991         (mac-services-insert-text): New functions.
31992         (CLIPBOARD, FIND): Put mac-scrap-name property.
31993         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31994         (public.tiff): Put mac-ostype property.
31995         (selection-converter-alist): Add entries for them.
31996         (mac-application-menu-map): New keymap.
31997         (interprogram-cut-function, interprogram-paste-function): Set to
31998         x-select-text and x-get-selection-value, respectively.
31999         (split-window-keep-point): Set to t.
32001 2005-04-23  Richard M. Stallman  <rms@gnu.org>
32003         * files.el (read-directory-name): Always pass non-nil
32004         DEFAULT-FILENAME arg to read-file-name.
32005         (backup-buffer-copy, basic-save-buffer-2): Take care against
32006         writing thru an unexpected existing symlink.
32007         (revert-buffer): In indirect buffer, revert the base buffer.
32008         (magic-mode-alist): Doc fix.
32009         (buffer-stale-function): Doc fix.
32010         (minibuffer-with-setup-hook): Avoid warning.
32011         (mode-require-final-newline): Doc and custom fix.
32013         * follow.el (follow-end-of-buffer): Use with-no-warnings.
32015         * font-lock.el (font-lock-comment-face): On terminals with few colors,
32016         use the default appearance.
32017         (font-lock-comment-delimiter-face): New face, new variable.
32019         * imenu.el (imenu--generic-function): The official position of a
32020         definition is the start of the line that BEG is in.
32022         * midnight.el (midnight-timer): Move defvar up.
32024         * mouse.el (mouse-drag-region-1): Delete some debugging code.
32026         * saveplace.el (save-place-to-alist): Use with-no-warnings.
32028         * startup.el (command-line): Use with-no-warnings.
32030         * window.el (window-size-fixed): New defvar.
32032         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32034         * mail/rmail.el (rmail-font-lock-keywords):
32035         Use font-lock-comment-delimiter-face.
32037         * mail/sendmail.el (mail-font-lock-keywords):
32038         Use font-lock-comment-delimiter-face.
32040         * progmodes/compile.el (next-error-highlight-timer): New defvar.
32042 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
32044         * progmodes/compile.el (compilation-mode-font-lock-keywords):
32045         Specify t for LAXMATCH when matching directories.
32046         Save match data around compilation-compat-error-properties form.
32048 2005-04-23  David Kastrup  <dak@gnu.org>
32050         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32051         Mention that the autoloaded aliases should be kept for AUCTeX.
32053 2005-04-23  Andreas Schwab  <schwab@suse.de>
32055         * isearch.el (isearch-forward): Doc fix.
32057 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
32059         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32060         (jit-lock-stealth-nice): Change default value to 0.5.
32062 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
32064         * abbrev.el (write-abbrev-file): Write table entries in
32065         alphabetical order by table name.
32067 2005-04-22  Kim F. Storm  <storm@cua.dk>
32069         * ido.el (ido-read-internal): Fix `list' completion.
32071 2005-04-22  Kenichi Handa  <handa@m17n.org>
32073         * recentf.el (recentf-save-file-coding-system): New variable.
32074         (recentf-save-list): Encode the file by
32075         recentf-save-file-coding-system and add coding: tag.
32077 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
32079         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32081 2005-04-21  Lute Kamstra  <lute@gnu.org>
32083         * loadhist.el (unload-feature): Don't remove a function from hooks
32084         if it is about to be restored to an autoload .  Remove functions
32085         that will become unbound from auto-mode-alist.  Simplify the code.
32087         * subr.el (assq-delete-all): New implementation that is linear,
32088         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
32089         (rassq-delete-all): New function.
32091         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32092         Add size-indication-mode.
32094 2005-04-21  Kenichi Handa  <handa@m17n.org>
32096         * international/mule-cmds.el: Add autoload for widget-value in
32097         eval-when-compile.
32099 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
32101         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32102         Add tooltip-mode.
32104         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32106 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
32108         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32109         (inferior-lisp-filter-regexp, inferior-lisp-program)
32110         (inferior-lisp-load-command, inferior-lisp-prompt)
32111         (inferior-lisp-mode-hook, lisp-source-modes)
32112         (inferior-lisp-load-hook): defvar->defcustom.
32113         (inferior-lisp-program, inferior-lisp-prompt)
32114         (inferior-lisp-load-hook): Doc fixes.
32115         (inferior-lisp-install-letter-bindings): Small change in
32116         introductory comment.
32118 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
32120         * vc.el (vc-annotate-color-map): Change some colors so that text
32121         using them as foreground is readable on both white and black
32122         backgrounds.
32124 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32126         * international/mule-conf.el (translation-table-for-input):
32127         Remove redundant declaration.
32129 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
32131         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32133         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32134         (tooltip-toggle-gud-tips): New function.
32136 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32138         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32139         right angle brackets.
32141 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
32143         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32145 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
32147         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32148         Remove.  Update callers to use expand-file-name instead.
32150         * subr.el (syntax-class): New function.
32152         * simple.el (blink-matching-open): Use it.
32154         * paren.el (show-paren-function): Use it to recognize parens that are
32155         also used in 2-char comment markers.
32157 2005-04-19  Lute Kamstra  <lute@gnu.org>
32159         * loadhist.el (unload-feature): Update for new format of
32160         load-history.  Simplify the code.
32162 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32164         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32165         (mac-add-charset-info): New function.  Initialize variable
32166         mac-charset-info-alist using it.
32167         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32168         for translation.
32169         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32170         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32171         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32172         New CCL programs.
32174 2005-04-19  Kim F. Storm  <storm@cua.dk>
32176         * simple.el (next-buffer, prev-buffer, next-error)
32177         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32178         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32180         * bindings.el (next-buffer, prev-buffer, next-error)
32181         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32182         (clone-indirect-buffer-other-window): Move bindings from simple.el.
32183         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32184         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32186 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
32188         * isearch.el (isearch-edit-string): Make the search-ring available for
32189         minibuffer history commands.
32190         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32191         the default history commands now work just as well.
32192         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32194 2005-04-18  Kim F. Storm  <storm@cua.dk>
32196         * emulation/cua-base.el (cua--pre-command-handler): Add more
32197         elaborate check for shift modifier on non-window systems.
32199 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
32201         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32203 2005-04-18  Kim F. Storm  <storm@cua.dk>
32205         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32206         and make it optional.  Don't test tooltip-gud-echo-area here.
32207         (tooltip-gud-process-output, gdb-tooltip-print):
32208         Pass tooltip-gud-echo-area to tooltip-show.
32209         (tooltip-help-tips): Remove second optional arg to tooltip-show.
32211 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32213         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32214         `display-graphic-p' may not be bound yet.
32216 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
32218         * startup.el (command-line): No longer enable Xterm Mouse mode by
32219         default in terminals compatible with xterm.
32221         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32223 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
32225         * tooltip.el (tooltip-gud-echo-area): Rename from
32226         tooltip-use-echo-area.
32227         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32228         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32229         area independently of where help tooltips are displayed.
32231 2005-04-17  David Kastrup  <dak@gnu.org>
32233         * cus-theme.el (custom-theme-write-variables): Quote variables
32234         where necessary.
32236 2005-04-17  Richard M. Stallman  <rms@gnu.org>
32238         * simple.el (yank-excluded-properties): Add follow-link to value.
32240         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32242         * startup.el (fancy-splash-max-time): Just 30 seconds.
32243         (fancy-splash-delay): Just 7.
32244         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32246         * loadhist.el (unload-feature): Update for new format of load-history.
32247         Simplify the code.
32249         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32250         (rmail-font-lock-keywords): Don't fontify the text of a citation.
32252         * mail/sendmail.el (mail-font-lock-keywords):
32253         Don't fontify subject text.
32254         Don't fontify the text of a citation.
32256 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
32258         * comint.el (comint-output-filter): Run comint-output-filter-functions
32259         with point where the user had it.
32261 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
32263         * international/ucs-tables.el (ucs-set-table-for-input):
32264         Disable when using unify-on-decoding.
32266 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
32268         * emulation/cua-base.el (cua-global-mark-face): Add special case
32269         for displays supporting a high number of colors.
32271 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
32273         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32275 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
32277         * filesets.el (filesets-add-buffer): If user supplies a name of a
32278         non-existing fileset, create a new fileset.
32280 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
32282         * textmodes/org.el (org-up-heading-all): Fix bug with
32283         `outline-up-heading-all'.
32285 2005-04-16  Andreas Schwab  <schwab@suse.de>
32287         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32288         /etc/permissions.d/* and /etc/aliases.d/*.
32290 2005-04-16  Kenichi Handa  <handa@m17n.org>
32292         * international/code-pages.el (cp-make-coding-system):
32293         Set `translation-table-for-input' property value to the symbol
32294         ucs-mule-to-mule-unicode, not to that value.
32295         (pt154): Escape guillemet by `\'.
32297 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
32299         * loadup.el: Load tooltip if x-show-tip is fboundp.
32301         * startup.el (command-line): Add comment.
32303         * tooltip.el (tooltip-mode): Specify correct standard value for
32304         Custom in init-value.
32306 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
32308         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
32309         possible.
32311 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
32313         * textmodes/org.el (org-agenda-date-prompt): Rename from
32314         `org-agenda-date-today'.
32315         (org-evaluate-time-range): Insert at point instead of directly
32316         after time range.
32317         (org-first-headline-recenter, org-subtree-end-visible-p)
32318         (org-optimize-window-after-visibility-change): New functions
32319         (org-agenda-post-command-hook): Don't allow point at end of line,
32320         to make sure it always hits the text properties.
32321         (org-agenda-next-date-line, org-agenda-previous-date-line):
32322         New commands.
32323         (org-set-regexps-and-options): Category may contain white space.
32324         (org-agenda-get-deadlines, org-agenda-get-scheduled):
32325         Improve marker positions.
32326         (org-agenda-new-marker): Argument POS made optional.
32327         (org-agenda-get-timestamps): Deadlines which are done are listed
32328         in org-done-face now.
32329         (org-agenda-get-todos, org-agenda-get-timestamps)
32330         (org-agenda-get-deadlines, org-agenda-get-scheduled):
32331         Set `undone-face' and `done-face' properties.
32332         (org-last-todo-state-is-todo): New variable.
32333         (org-todo): Set `org-last-todo-state-is-todo'.
32334         (org-agenda-todo): Change face according to
32335         `org-last-todo-state-is-todo'.  And change other lines referring to
32336         the same entry.
32337         (org-calendar-goto-agenda): New command.
32338         (org-calendar-to-agenda-key): New option.
32339         (org-startup-folded): New allowed value `content'.
32340         (org-set-regexps-and-options): Accept new value `content' for
32341         `org-startup-folded'.
32342         (org-get-current-options): Handle new value `content' for
32343         `org-startup-folded'.
32344         (org-insert-todo-heading): New command.
32345         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
32346         interactively in empty file and option
32347         `org-insert-mode-line-in-empty-file' has been set.
32348         (org-agenda-todo, org-agenda-priority): Modify to use
32349         `org-agenda-change-all-lines'.
32350         (org-warning-face): Change color on dark background.
32352 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32354         * international/mule-cmds.el (set-locale-environment): On Mac OS,
32355         use preferences AppleLocale and AppleLanguages, and variable
32356         mac-system-locale for default locale.  On Mac OS Classic, use
32357         mac-system-coding-system for default coding systems.
32359         * term/mac-win.el: Don't set file-name-coding-system.
32360         Decode variables system-name, emacs-build-system, user-login-name, and
32361         user-full-name by mac-system-coding-system on Mac OS Classic.
32362         (mac-system-coding-system): New variable.
32364 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
32366         * startup.el (command-line): Handle `xterm-mouse-mode' before
32367         reading init file.
32369         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32371 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
32373         * progmodes/sh-script.el (sh-here-document-word): Make it a
32374         defcustom.  Doc fix.
32375         (sh-add): Bash uses $(( )) for arithmetic.
32376         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32377         (sh-maybe-here-document): Remove quotes and leading whitespace
32378         from heredoc word when closing.  Indent heredoc with tabs if word
32379         starts with "-".
32381 2005-04-13  Richard M. Stallman  <rms@gnu.org>
32383         * simple.el (undo): Fix previous change.
32385         * custom.el (defface): Doc fix.
32387 2005-04-13  Lute Kamstra  <lute@gnu.org>
32389         * Makefile.in (DONTCOMPILE): Remove list.
32390         (compile, compile-always): Don't use DONTCOMPILE.
32391         (update-authors): Load the library in which batch-update-authors
32392         is defined.
32393         * makefile.w32-in (DONTCOMPILE): Remove list.
32394         (compile, compile-always): Fix comments.
32395         (update-authors): Load the library in which batch-update-authors
32396         is defined.
32398         * generic-x.el (generic-mode-ini-file-find-file-hook):
32399         Rename to ini-generic-mode-find-file-hook.
32400         Keep generic-mode-ini-file-find-file-hook as an alias.
32401         (ini-generic-mode-find-file-hook): Rename from
32402         generic-mode-ini-file-find-file-hook.  Fix docstring.
32403         (ini-generic-mode): Docstring change.
32404         (bat-generic-mode-run-as-comint): Silence the byte compiler.
32406         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
32407         called from lisp.
32409         * generic.el: Move to the emacs-lisp subdir.
32411 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
32413         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32414         and C-S- function and cursor motion keys.
32416 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
32418         * startup.el (command-line): Enable Xterm Mouse mode by default.
32419         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32420         for Custom.  No longer show "Mouse" in mode line when enabled.
32421         Doc fix.
32423 2005-04-12  Kim F. Storm  <storm@cua.dk>
32425         * emulation/cua-base.el (cua-rectangle-face)
32426         (cua-rectangle-noselect-face): Define face attributes here.
32428         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32430 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32432         * startup.el (command-line): Turn off blinking cursor if
32433         cursorBlink in resources is off or false.
32435 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32437         * term/mac-win.el (dnd): Require dnd.
32438         (mac-drag-n-drop): Call dnd-handle-one-url.
32439         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32440         (kTextEncodingISOLatin2): Remove constants.
32441         (mac-script-code-coding-systems): New constant.
32442         (mac-handle-language-change): New function.
32443         (special-event-map): Bind it to `language-change' event.
32444         (mac-centraleurroman, mac-cyrillic): New coding systems.
32445         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32446         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32447         and mac-cyrillic-encoder to encode-mac-centraleurroman and
32448         encode-mac-cyrillic, respectively.
32450 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
32452         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32453         Don't set overlay-arrow-string to "=>" as this is done
32454         globally in C now.
32456 2005-04-12  Lute Kamstra  <lute@gnu.org>
32458         * generic-x.el (rc-generic-mode, rul-generic-mode):
32459         Fix auto-mode-alist entries.
32460         (etc-fstab-generic-mode): Tweak fontification.
32462         * generic.el (generic-make-keywords-list): Fix docstring.
32463         (generic-mode-internal): Simplify generic-font-lock-keywords.
32465 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
32467         * whitespace.el (whitespace-buffer-leading)
32468         (whitespace-buffer-trailing): Revert the incorrect test inversion.
32469         However, fix the highlight area for the leading and
32470         trailing whitespaces to show space.
32472 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
32474         * whitespace.el (whitespace-version): Bump to 3.5.
32476         (whitespace-buffer-leading, whitespace-buffer-trailing):
32477         Invert sense of the test to highlight the whitespace.
32479 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
32481         * progmodes/gud.el (gud-display-line): GUD uses its own
32482         overlay arrow now so don't set overlay-arrow-string.
32483         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32485 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
32487         * term.el (term-ansi-current-bold, term-ansi-current-underline)
32488         (term-ansi-current-reverse, term-ansi-current-invisible)
32489         (term-ansi-face-already-done): Change to boolean.
32490         (term-reset-terminal, term-handle-colors-array): Handle the above
32491         vars accordingly.
32492         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32493         (term-emulate-terminal): Use the new name.
32495         * faces.el (secondary-selection): Use yellow1, not yellow.
32496         (trailing-whitespace): Use red1, not red.
32498 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32500         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32501         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32502         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32504         * cus-edit.el (dnd): New group.
32506         * term/w32-win.el (dnd): Require dnd
32507         (w32-drag-n-drop): Call dnd-handle-one-url.
32509         * x-dnd.el: Require dnd.
32510         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
32511         Call dnd-handle-one-url.
32512         (x-dnd-types-alist, x-dnd-insert-utf8-text)
32513         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
32514         to dnd-insert-text.
32515         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
32516         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32517         (x-dnd-get-local-file-name, x-dnd-open-local-file)
32518         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32520         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32522 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32524         * wdired.el: Doc fixes.
32525         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32526         (wdired-use-dired-vertical-movement): Rename from
32527         wdired-always-move-to-filename-beginning.
32528         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32529         (wdired-change-to-wdired-mode): Change mode name.
32530         (wdired-newline): Delete.
32532 2005-04-11  Richard M. Stallman  <rms@gnu.org>
32534         * whitespace.el (whitespace-highlight-the-space):
32535         Don't call whitespace-unhighlight-the-space here.
32537         * simple.el (undo): Record t in undo-equiv-table
32538         for the redo record made by an undo-in-region.
32540 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
32542         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32543         (gdb-frame-inferior-io-buffer): New Functions to control
32544         display of separate IO buffer.
32545         (menu): Add them to menu-bar.
32546         (gdb-display-buffer): Check for buffer another frame.
32547         Protect GUD buffer.
32548         (gdb-setup-windows): Create IO buffer if not already there.
32549         (gdb-memory-mode): Remove purecopy noops.
32551 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
32553         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32554         and pass to self-insert-command.
32556 2005-04-11  Lute Kamstra  <lute@gnu.org>
32558         * generic.el: Commentary section cleanup.
32559         (generic): Delete.
32560         (generic-use-find-file-hook, generic-lines-to-scan)
32561         (generic-find-file-regexp, generic-ignore-files-regexp)
32562         (default-generic-mode, generic-mode-find-file-hook)
32563         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
32564         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
32565         (generic-use-find-file-hook, generic-lines-to-scan)
32566         (generic-find-file-regexp, generic-ignore-files-regexp)
32567         (default-generic-mode, generic-mode-find-file-hook)
32568         (generic-mode-ini-file-find-file-hook): Move from generic.el.
32570 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
32572         * bookmark.el (bookmark-write-file): Catch errors writing file.
32573         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32575 2005-04-10  Richard M. Stallman  <rms@gnu.org>
32577         * startup.el (fancy-splash-tail): Update copyright year.
32578         (command-line): Split part of -Q into -D.
32579         (emacs-basic-display): New defvar.
32580         (fancy-splash-text): Correct name of menu item.
32582         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32584         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32585         lines in one node.
32587         * comint.el (comint-send-input): New arg ARTIFICIAL.
32588         Callers in this file changed.
32590         * abbrev.el (define-abbrevs): Read system abbrevs properly.
32592         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32594 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
32596         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
32597         `ldap-search-internal'.
32599 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32601         * files.el (set-auto-mode-1): Use line-end-position.
32603         * international/latin-1.el:
32604         * international/latin-2.el:
32605         * international/latin-3.el:
32606         * international/latin-4.el:
32607         * international/latin-5.el:
32608         * international/latin-8.el:
32609         * international/latin-9.el: Give punctuation syntax to NBSP.
32611         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32612         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32613         Use char-classes to accept non-ascii letters, accepted in some recent
32614         bibtex implementations.
32616 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
32618         * custom.el (custom-set-minor-mode): Any non-nil value for the
32619         variable should enable the mode when set through Custom.
32621 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32623         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32624         TAB binding so tab-always-indent is obeyed.
32625         (vhdl-minibuffer-local-map): Move initialization into declaration.
32626         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32627         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32628         (vhdl-hooked-abbrev): Avoid test for XEmacs.
32629         (vhdl-current-line): Use line-beginning-position.
32630         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32631         with-output-to-temp-buffer, so the current position can be recorded.
32633 2005-04-10  Masatake YAMATO  <jet@gyve.org>
32635         * progmodes/compile.el (compilation-error-regexp-alist-alist):
32636         Add regexp for gcov.
32638 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
32640         * calendar/time-date.el (time-to-seconds, seconds-to-time)
32641         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32642         syntax which Emacs 20 doesn't support.
32644 2005-04-09  Richard M. Stallman  <rms@gnu.org>
32646         * help.el (describe-key-briefly, describe-key):
32647         Replace strings as event types with "(any string)".
32649 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
32651         * arc-mode.el (archive-mode-map): Move initialization into
32652         the declaration.  Override *all* bindings of `undo'.
32653         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32655 2005-04-09  Jay Belanger  <belanger@truman.edu>
32657         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32659 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
32661         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32662         (xterm-register-default-colors): Update color values computation
32663         to match xterm-200.
32665 2005-04-09  Kenichi Handa  <handa@m17n.org>
32667         * international/code-pages.el (iso-latin-7): Fix the map.
32669 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
32671         * emacs-lisp/lisp.el (defun-prompt-regexp)
32672         (parens-require-spaces, buffer-end, end-of-defun)
32673         (insert-parentheses): Doc fixes.
32675 2005-04-08  Kim F. Storm  <storm@cua.dk>
32677         * comint.el (comint-highlight-prompt): Fix face spec.
32678         * hi-lock.el (hi-green): Likewise.
32680 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32682         * cus-edit.el (custom-modified-face):
32683         * comint.el (comint-highlight-input): Fix previous changes.
32684         * term.el (term-handle-ansi-escape): Add a comment.
32686 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
32688         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32689         in the buffer and in whitespace-highlighted-space.
32690         (whitespace-unhighlight-the-space): Simplify.
32691         (whitespace-buffer): Simplify.
32693 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32695         * textmodes/table.el (table-cell-face): Add special case for
32696         displays supporting a high number of colors.
32697         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32698         (vhdl-font-lock-reserved-words-face)
32699         (vhdl-speedbar-architecture-face)
32700         (vhdl-speedbar-instantiation-face)
32701         (vhdl-speedbar-architecture-selected-face)
32702         (vhdl-speedbar-instantiation-selected-face): Likewise.
32703         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32704         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32705         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32706         (ebrowse-root-class-face, ebrowse-member-attribute-face)
32707         (ebrowse-progress-face): Likewise.
32708         * progmodes/compile.el (compilation-info-face): Likewise.
32709         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32710         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32711         * calendar/calendar.el (diary-face): Likewise.
32712         * woman.el (woman-italic-face, woman-bold-face)
32713         (woman-unknown-face): Likewise.
32714         * wid-edit.el (widget-button-pressed-face): Likewise.
32715         * whitespace.el (whitespace-highlight-face): Likewise.
32716         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32717         * pcvs-info.el (cvs-marked-face): Likewise.
32718         * info.el (info-xref): Likewise.
32719         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32720         * hilit-chg.el (highlight-changes-face)
32721         (highlight-changes-delete-face): Likewise.
32722         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32723         (hi-red-b): Likewise.
32724         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32725         * font-lock.el (font-lock-keyword-face)
32726         (font-lock-function-name-face, font-lock-warning-face): Likewise.
32727         * cus-edit.el (custom-invalid-face, custom-modified-face)
32728         (custom-set-face, custom-changed-face, custom-variable-tag-face)
32729         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32730         * comint.el (comint-highlight-prompt): Likewise.
32732 2005-04-08  Lute Kamstra  <lute@gnu.org>
32734         * font-lock.el (font-lock-keywords): Docstring fixes.
32736 2005-04-08  Kenichi Handa  <handa@m17n.org>
32738         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32739         chars are more than a limit, print " and more..." at the tail.
32741 2005-04-08  Kim F. Storm  <storm@cua.dk>
32743         * emacs-lisp/authors.el (authors-aliases): Update list.
32744         (authors-ignored-files): New list.
32745         (authors-fixed-entries): Fix typo.
32746         (authors-renamed-files-alist): Update list.
32747         (authors-add): Check authors-ignored-files.
32749 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
32751         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32752         optional, to ensure backward compatibility.
32754 2005-04-08  Stephen Eglen  <stephen@gnu.org>
32756         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32758 2005-04-08  Kim F. Storm  <storm@cua.dk>
32760         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32762         * mouse.el (mouse-on-link-p): Doc fix.
32764 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
32766         * ielm.el (ielm-prompt-read-only): Doc fix.
32768         * comint.el (comint-prompt-read-only): Doc fix.
32770 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
32772         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32773         ensure dired always handles wildcards passed to ffap.
32774         (find-file-at-point): Use it.
32775         (ffap-dired-wildcards): Doc fix.
32777 2005-04-07  Juri Linkov  <juri@jurta.org>
32779         * simple.el (next-error-overlay-arrow-position): New defvar.
32780         Put "=>" on its property `overlay-arrow-string'.  Add it to
32781         `overlay-arrow-variable-list'.
32783         * progmodes/compile.el (compilation-setup):
32784         Set `next-error-overlay-arrow-position' to nil.  Also set it to
32785         nil in the local hook `kill-buffer-hook'.  Make local variable
32786         `overlay-arrow-string' and set it to "=>".
32787         (compilation-goto-locus): Set BOL position to
32788         `next-error-overlay-arrow-position' instead of
32789         `overlay-arrow-position'.
32791         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32792         locally instead of adding it to the global hook.
32793         (Info-kill-buffer): Move up.
32795 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
32797         * term/xterm.el (xterm-standard-colors): Update color values from
32798         xterm-200.
32800 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
32802         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32804         * fast-lock.el:
32805         * lazy-lock.el: Move them to the obsolete subdir.
32807 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32809         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32810         (wdired-add-replace-advice): Remove.
32811         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32813 2005-04-06  Kim F. Storm  <storm@cua.dk>
32815         * startup.el (command-line): Add --bare-bones alias for -Q.
32817 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32819         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32820         create the startup fontset if a font specification ends with
32821         `mac-roman'.
32823 2005-04-06  Lute Kamstra  <lute@gnu.org>
32825         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32826         change.
32828         * emacs-lisp/copyright.el (copyright-update-year): Replace the
32829         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
32831 2005-04-05  Lute Kamstra  <lute@gnu.org>
32833         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32834         (define-generic-mode): Ditto.  Fix debug declaration.
32836         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32837         Put them in the generic-x group.
32839         * calendar/timeclock.el (timeclock): Doc fix.
32841         * generic.el (define-generic-mode): Don't use custom-current-group.
32842         Document default :group value.
32843         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32844         (define-global-minor-mode): Don't use custom-current-group.
32846 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
32848         * startup.el (command-line-1): Display startup-echo-area-message
32849         when fancy splash screen is in use.
32851         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32852         (sh-escaped-newline): New face.
32853         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32854         newline, and use sh-escaped-newline face.
32856         * progmodes/tcl.el (tcl-escaped-newline): New face.
32857         (tcl-builtin-list): New variable.
32858         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32859         newlines.  Fix keywords subexpression number.
32861 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
32863         * textmodes/org.el (org-diary-default-entry): Fix call to
32864         `add-to-diary-entry'.
32866 2005-04-05  Kim F. Storm  <storm@cua.dk>
32868         * ediff-init.el: Use (featurep 'xemacs).
32870 2005-04-05  David Ponce  <david@dponce.com>
32872         * cus-edit.el (face): Derive from symbol widget.  Display sample
32873         of the current face on the fly.
32874         (widget-face-sample-face-get, widget-face-notify): New functions.
32875         (widget-face-value-create): Remove.
32877         * wid-edit.el (widget-field-end): Temporarily remove field
32878         narrowing before to call `get-char-property'.
32880 2005-04-04  Jay Belanger  <belanger@truman.edu>
32882         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32883         (math-read-subscripts): New variable.
32884         (math-read-preprocess-string): Process subscripts.
32886 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
32888         * comint.el (comint-prompt-read-only): Doc fix.
32890         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32891         `-1'.  Doc fix.
32893 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
32895         * textmodes/org.el (org-insert-mode-line-in-empty-file):
32896         Change default value to nil.
32898 2005-04-04  Lute Kamstra  <lute@gnu.org>
32900         * autorevert.el (auto-revert-mode): Specify :group.
32901         * battery.el (display-battery-mode): Specify :group.
32902         * diff-mode.el (diff-minor-mode): Specify :group.
32903         * font-core.el (font-lock-mode): Specify :group.
32904         * hl-line.el (hl-line-mode): Specify :group.
32905         * iimage.el (iimage): New customization group.
32906         (iimage-mode): Specify :group.
32907         * longlines.el (longlines-mode): Specify :group.
32908         * master.el: Don't require easy-mmode.
32909         (master): New customization group.
32910         (master-mode): Specify :group.
32911         * msb.el (msb-mode): Specify :group.
32912         * reveal.el (reveal-mode): Specify :group.
32913         * simple.el (next-error-follow-minor-mode): Specify :group.
32914         * smerge-mode.el (smerge-mode): Specify :group.
32915         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32916         * emulation/cua-base.el (cua-mode): Specify :group.
32917         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32918         * language/thai-util.el (thai-auto-composition-mode)
32919         (thai-word-mode): Specify :group.
32920         * mail/supercite.el (sc-minor-mode): Specify :group.
32921         * progmodes/cwarn.el (cwarn-mode): Specify :group.
32922         * progmodes/flymake.el (flymake-mode): Specify :group.
32923         * progmodes/glasses.el (glasses-mode): Specify :group.
32924         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32925         * textmodes/enriched.el (enriched-mode): Specify :group.
32926         * textmodes/refill.el (refill-mode): Specify :group.
32928         * add-log.el (change-log-font-lock-keywords): Names in
32929         parenthesized lists can contain spaces.
32931 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
32933         * startup.el (fancy-splash-text): Shorten default text of
32934         "Emacs Tutorial" line.  Also, if the current language env
32935         indicates an available tutorial file other than TUTORIAL,
32936         extract its title and append it to the line in parentheses.
32937         (fancy-splash-insert): If arg is a thunk, funcall it.
32939 2005-04-04  Jay Belanger  <belanger@truman.edu>
32941         * calc.el (calc-language-alist): Add tags to customization type.
32943 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
32945         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32946         Doc fix.
32948 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
32950         * add-log.el (change-log-font-lock-keywords): The manual
32951         describing a Change Log entry, says: (...) "Aside from these
32952         header lines, every line in the change log starts with a space or
32953         a tab.".  The font-lock was not highlighting lines started with
32954         spaces, added support for it.
32956 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
32958         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32959         (bibtex-generate-url-list): Update docstring accordingly.  Put the
32960         complex example in the docstring.
32961         (bibtex-font-lock-url): Use pop.
32963 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32965         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32967         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32969 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
32971         * filesets.el (filesets-set-default): Doc fix.
32973 2005-04-03  Lute Kamstra  <lute@gnu.org>
32975         * generic.el (define-generic-mode): Add argument to specify
32976         keywords for defcustom.
32977         (default-generic-mode): Specify :group.
32979         * generic-x.el: Specify :group for all generic modes.
32981         * desktop.el (desktop-no-desktop-file-hook)
32982         (desktop-after-read-hook): Doc fix.
32984 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
32986         * simple.el (visible-mode): Use explicit :group keyword.
32987         This changes the group of `visible-mode-hook' from paren-blinking
32988         to editing-basics.
32990 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
32992         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
32993         mailbox specifications as well as URLs.
32994         (rmail-insert-inbox-text): Remove unused conditional branches.
32996 2005-04-01  Jay Belanger  <belanger@truman.edu>
32998         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32999         (calc-gnuplot-print-command): Move definitions to calc.el.
33001         * calc/calc-embed.el (calc-embedded-announce-formula)
33002         (calc-embedded-open-formula, calc-embedded-close-formula)
33003         (calc-embedded-open-word, calc-embedded-close-word)
33004         (calc-embedded-open-plain, calc-embedded-close-plain)
33005         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33006         (calc-embedded-open-mode, calc-embedded-close-mode):
33007         Move definitions to calc.el.
33009         * calc/calc.el (calc-settings-file, calc-language-alist):
33010         Make customizable.
33011         (calc-embedded-announce-formula, calc-embedded-open-formula)
33012         (calc-embedded-close-formula, calc-embedded-open-word)
33013         (calc-embedded-close-word, calc-embedded-open-plain)
33014         (calc-embedded-close-plain, calc-embedded-open-new-formula)
33015         (calc-embedded-close-new-formula, calc-embedded-open-mode)
33016         (calc-embedded-close-mode, calc-gnuplot-name)
33017         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33018         from other files and make customizable.
33020 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
33022         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33023         Use buffer-live-p.
33024         (cvs-mode-run): Don't call cvs-update-header here.
33025         (cvs-run-process): Call cvs-update-header.
33026         Use process properties for cvs-postprocess and cvs-buffer so that
33027         the sentinel can behave better if the temp buffer is killed.
33028         Use a pipe rather than a tty, to better handle unexpected prompts.
33029         (cvs-sentinel): Rewrite.  Call cvs-update-header.
33031 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
33033         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33034         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
33036 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
33038         * generic.el (define-generic-mode): Add indentation rule.
33040 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
33042         * files.el (mode-require-final-newline): Make Custom correctly
33043         report a nil value and allow to set it to nil via Custom.
33044         Doc fix.
33046 2005-04-01  Kenichi Handa  <handa@m17n.org>
33048         * international/characters.el: Enable the correct case setting for
33049         dotless-i and dotted-I.
33051 2005-04-01  Kim F. Storm  <storm@cua.dk>
33053         * ido.el (ido-file-internal): Fall back to non-ido command if
33054         initial directory is on slow ftp (or tramp) host.
33056 2005-03-31  Richard M. Stallman  <rms@gnu.org>
33058         * emacs-lisp/autoload.el (make-autoload):
33059         Handle define-global-minor-mode.
33061         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33062         Rename from easy-mmode-define-global-mode.
33063         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33065         * progmodes/scheme.el (scheme-mode-syntax-table):
33066         Update syntax of | and # for two-character comment syntax.
33068 2005-03-31  Lute Kamstra  <lute@gnu.org>
33070         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33071         (define-minor-mode): Call custom-current-group at load-time.
33073         * generic.el (define-generic-mode): Add debug declaration.
33074         Add defcustom for the mode hook.
33075         (generic-mode-internal): Use run-mode-hooks.
33077 2005-03-31  Kim F. Storm  <storm@cua.dk>
33079         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33080         (mouse-fixup-help-message): New defun called by show_help_echo
33081         to fixup mouse-2 prefix in help messages when applicable.
33083         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33085 2005-03-31  Kenichi Handa  <handa@m17n.org>
33087         * language/thai-word.el (thai-find-word-ends): Pay attention to
33088         the case that we reach the end of buffer.
33090         * textmodes/fill.el (fill-text-properties-at): New function.
33091         (fill-newline): Use fill-text-properties-at instead of
33092         text-properties-at.
33094 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
33096         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33097         not comint-quote-filename.
33099 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
33101         * help-fns.el (help-with-tutorial): Revert last change.
33103 2005-03-31  Kim F. Storm  <storm@cua.dk>
33105         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33107 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
33109         * calendar/cal-china.el: Update reference to "Calendrical
33110         Calculations" book; there's a new edition.
33111         * calendar/cal-coptic.el: Likewise.
33112         * calendar/cal-french.el: Likewise.
33113         * calendar/cal-hebrew.el: Likewise.
33114         * calendar/cal-islam.el: Likewise.
33115         * calendar/cal-iso.el: Likewise.
33116         * calendar/cal-julian.el: Likewise.
33117         * calendar/cal-mayan.el: Likewise.
33118         * calendar/cal-persia.el: Likewise.
33119         * calendar/calendar.el: Likewise.
33120         * calendar/holidays.el: Likewise.
33121         * calendar/lunar.el: Likewise.
33122         * calendar/solar.el: Likewise.
33124         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33125         white space from doc string.
33127 2005-03-30  Jay Belanger  <belanger@truman.edu>
33129         * calc/calc-help.el (calc-full-help): Remove email address.
33131 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
33133         * help-fns.el (help-with-tutorial): Delete title line.
33135 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
33137         * calendar/cal-x.el (calendar-one-frame-setup)
33138         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33139         rather than `symbol' for set-window-dedicated-p.
33141         * calendar/appt.el (appt-buffer-name): Make it a constant.
33142         (appt-add): Doc fix.
33144         * filesets.el (filesets-menu-path, filesets-menu-before)
33145         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
33146         (filesets-menu-cache-file): Use directory ~/.emacs.d.
33147         (filesets-add-submenu): Delete and use add-submenu instead.
33149 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
33151         * textmodes/org.el (org-agenda-phases-of-moon)
33152         (org-agenda-sunrise-sunset, org-agenda-convert-date)
33153         (org-agenda-goto-calendar): New commands.
33154         (org-diary-default-entry): New function.
33155         (org-get-entries-from-diary): Better parsing of diary entries.
33156         (org-agenda-check-no-diary): New function.
33157         ("diary-lib"): Advice to function `add-to-diary-list', to allow
33158         linking to diary entries.
33159         (org-agenda-execute-calendar-command): New function.
33160         (org-agenda): Improve visible section in window.
33161         Use `org-fit-agenda-window'.
33162         (org-fit-agenda-window): New option.
33163         (org-move-subtree-down): Better handling of empty lines
33164         at end of subtree.
33165         (org-cycle): Numeric prefix is interpreted now as show-subtree N
33166         levels up.
33167         (org-fontify-done-headline): New option.
33168         (org-headline-done-face): New face.
33169         (org-set-font-lock-defaults): Use `org-headline-done-face'.
33170         (org-table-copy-down): Rename from `org-table-copy-from-above'.
33171         When current field is non-empty, it is copied to next row.
33172         (org-table-copy-from-above): Fix bug which made it
33173         impossible to copy fields containing only a single non-white character.
33175 2005-03-30  Kim F. Storm  <storm@cua.dk>
33177         * kmacro.el (kmacro-end-macro): Isearch may store this command
33178         into the macro -- so ignore it when executing keyboard macro.
33180 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
33182         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33184 2005-03-29  Kenichi Handa  <handa@m17n.org>
33186         * language/thai.el ("Thai"): Set setup-function and exit-function
33187         for Thai language environment.
33189         * language/thai-util.el: Require thai-word.
33190         (thai-word-mode-map): New variable.
33191         (thai-word-mode): New minor mode.
33192         (setup-thai-language-environment-internal): New function.
33193         (exit-thai-language-environment-internal): New function.
33195         * language/thai-word.el (thai-word-table): Declare it by defvar,
33196         use dolist to initialize it.
33197         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33198         (thai-fill-find-break-point): New functions.
33200 2005-03-29  Richard M. Stallman  <rms@gnu.org>
33202         * simple.el (idle-update-delay): Move definition up.
33203         (set-mark): Doc fix.
33205 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
33207         * longlines.el: New file.
33209         * simple.el (buffer-substring-filters): New variable.
33210         (filter-buffer-substring): New function.
33211         (kill-region, copy-region-as-kill): Use it.
33213         * register.el (copy-to-register, append-to-register)
33214         (prepend-to-register): Use filter-buffer-substring.
33216 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
33218         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33219         (gud-filter-pending-text): Move in front of gdb.
33220         (gud-overlay-arrow-position): New variable.
33221         (gud-sentinel, gud-display-line): Use it in place of
33222         overlay-arrow-position.
33224 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
33226         * progmodes/fortran.el (fortran-if-indent): Doc fix.
33227         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33228         (fortran-font-lock-keywords-4): New variable.
33229         (fortran-blocks-re, fortran-end-block-re)
33230         (fortran-start-block-re): New constants, for hideshow.
33231         (hs-special-modes-alist): Add a Fortran entry.
33232         (fortran-mode-map): Bind fortran-end-of-block,
33233         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33234         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
33235         (fortran-looking-at-if-then, fortran-end-of-block)
33236         (fortran-beginning-of-block): New functions, for hideshow.
33238         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33239         Doc fix.  Tweak regexp.
33240         (f90-beginning-of-block): Push mark first.
33242 2005-03-29  Jay Belanger  <belanger@truman.edu>
33244         * calc/calc.el: Update copyright date.
33245         (calc-version): Increase to 2.1.
33246         (calc-version-date): Remove.
33248         * calc/calc-help.el: Update copyright date.
33249         (calc-full-help): Remove reference to calc-version-date.
33250         Update copyright date.
33252 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
33254         * vc.el (vc-do-command): Use a pipe for async processes, so password
33255         prompts don't show up at places where the user can't reply.
33257 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
33259         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33260         on the file name we pass to the inferior shell.
33262 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
33264         * progmodes/which-func.el (which-function): Be robust in the face of an
33265         imenu--make-index-alist failure.
33267 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
33269         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33271         * progmodes/python.el (python-preoutput-filter): Fix last change.
33273 2005-03-29  Lute Kamstra  <lute@gnu.org>
33275         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33276         functions and compiled macros.
33277         (debug-convert-byte-code): Handle macros too.
33278         (debug-on-entry-1): Don't signal an error when trying to clear a
33279         function that is not set to debug on entry.
33281 2005-03-29  Jay Belanger  <belanger@truman.edu>
33283         * calc/calc-lang.el: Add functions to math-function-table
33284         properties of tex and math.
33286 2005-03-29  Kenichi Handa  <handa@m17n.org>
33288         * ps-mule.el (ps-mule-plot-string): Translate characters by
33289         ps-print-translation-table.
33290         (ps-mule-begin-job): Call find-charset-region/string with
33291         ps-print-translation-table.
33292         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33294         * ps-print.el (ps-print-translation-table): New variable.
33295         (ps-plot-region): Translate characters by ps-print-translation-table.
33297 2005-03-29  Juri Linkov  <juri@jurta.org>
33299         * simple.el (next-error-highlight-timer): New variable.
33301         * progmodes/compile.el (compilation-goto-locus):
33302         Use `next-error-highlight-timer' instead of `sit-for'.
33304 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33306         * mail/supercite.el (sc-mail-field): Use assoc-string.
33307         (sc-get-address): Simplify regexps.
33309         * files.el (minibuffer-with-setup-hook): New macro.
33310         (find-file-read-args): Use it to avoid let-binding
33311         minibuffer-with-setup-hook (which breaks turning on/off
33312         file-name-shadow-mode while in the prompt).
33314         * complete.el (PC-read-include-file-name-internal):
33315         Use test-completion.
33317 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
33319         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33321 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33323         * window.el (window-buffer-height): Use count-screen-lines.
33325         * progmodes/python.el (python-preoutput-leftover): New var.
33326         (python-preoutput-filter): Use it.
33327         (python-send-receive): Loop until all the result has been received.
33329 2005-03-28  Juri Linkov  <juri@jurta.org>
33331         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
33333         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
33334         "Recover Crashed Session".
33335         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
33336         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
33337         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
33338         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
33339         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
33340         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
33341         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
33342         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
33344         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
33345         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
33346         Ediff Sessions", "Toggle use of separate control buffer frame",
33347         "Use separate frame for Ediff control buffer".
33349         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
33350         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
33351         "Rename Bookmark", "Delete Bookmark".
33353         * info.el (Info-mode-menu): Remove ellipsis from "Index".
33354         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
33355         Add `:active Info-index-alternatives' to "Next Matching Item".
33357         * wdired.el (wdired-change-to-wdired-mode):
33358         Mention `wdired-abort-changes' key in the initial message.
33360         * international/mule.el (auto-coding-alist): Associate non-ascii
33361         image filename extensions with `no-conversion'.
33363 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33365         * international/iso-acc.el:
33366         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33368 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
33370         * textmodes/sgml-mode.el (html-mode): Doc update.
33372         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33374 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
33376         * term.el (term-move-columns): Fix face after extending a line.
33377         (term-insert-spaces): Likewise.
33378         (term-reset-terminal): Fix off by one error.
33380 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
33382         * international/mule.el (auto-coding-alist): Add .xpi files.
33384         * files.el (auto-mode-alist): Add .xpi files.
33386 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
33388         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33390 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
33392         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33394 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
33396         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33397         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
33399         * calendar/cal-move.el (calendar-beginning-of-year): Move the
33400         cursor to Jan 1 when needed.
33401         (calendar-end-of-year): Fix -/+ typo.
33402         Reported by Chong Yidong <cyd@stupidchicken.com>.
33404 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33406         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
33408         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
33409         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
33411 2005-03-25  Richard M. Stallman  <rms@gnu.org>
33413         * filesets.el (filesets-init): Add autoload.
33415         * mail/mailalias.el (mail-directory): Doc fix.
33417 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
33419         * mail/mailalias.el (mail-directory-process): Do nothing if
33420         mail-directory-process is an atom.
33421         (mail-get-names): Ignore mail-directory-names if it is an atom.
33422         (mail-directory-process defvar): Doc fix.
33423         (mail-names): Doc fix.
33425 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
33427         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33429 2005-03-26  Kenichi Handa  <handa@m17n.org>
33431         * international/mule-util.el (detect-coding-with-priority):
33432         Call update-coding-systems-internal before detect-coding-region.
33434 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
33436         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33437         (gdb-frames-mode-map): Add follow-link property.
33439 2005-03-25  Jay Belanger  <belanger@truman.edu>
33441         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33442         for variables.
33444 2005-03-25  Juri Linkov  <juri@jurta.org>
33446         * image-mode.el: Optimize image filename extension regexps in
33447         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
33448         in `auto-mode-alist'.
33449         (image-mode): Add `image-toggle-display-text' to local hook
33450         `change-major-mode-hook'.  Display the image as an image by
33451         default.  Set `cursor-type' and `truncate-lines' if the image
33452         is already displayed.  Take into account the current mode (image
33453         or text) in message.
33454         (image-minor-mode): New minor mode.
33455         (image-mode-maybe, image-toggle-display-text): New functions.
33456         (image-toggle-display): Use called-interactively-p.
33457         Let-bind `inhibit-read-only' to t.
33459         * image-mode.el (image-minor-mode): Set `cursor-type' and
33460         `truncate-lines' if the image is already displayed.  Add turning
33461         image-minor-mode off to `change-major-mode-hook'.  Add message.
33462         Call `image-toggle-display-text' after turning image-minor-mode off.
33464 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
33466         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33467         Terminal.app, use utf-8.
33468         (set-display-table-and-terminal-coding-system): Add coding-system arg.
33469         (set-locale-environment): Use it.
33471         * term/xterm.el: Undo last change, better done in mule-cmds.el.
33473         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33475         * progmodes/python.el (python-close-block-statement-p)
33476         (python-outdent-p, python-current-defun): Use symbol-end.
33478 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
33480         * files.el (save-some-buffers): Doc fix.
33482 2005-03-25  Werner Lemberg  <wl@gnu.org>
33484         * complete.el, thumbs.el: Replace `legal' with `valid'.
33485         * calendar/calendar.el: Replace `legal' with `valid'.
33486         * emacs-lisp/advice.el: Replace `legal' with `valid'.
33487         * mail/supercite.el: Replace `legal' with `valid'.
33488         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33489         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33490         Replace `legal' with `valid'.
33491         * textmodes/reftex-vars.el, textmodes/reftex.el:
33492         Replace `legal' with `valid'.
33494 2005-03-25  Werner Lemberg  <wl@gnu.org>
33496         * calc/calc-forms.el, calc/calc-sel.el
33497         * midnight.el, vc-cvs.el
33498         * emacs-lisp/cl-macs.el
33499         * emulation/vip.el
33500         * eshell/esh-io.el, eshell/esh-var.el
33501         * mail/supercite.el
33502         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33503         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33504         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
33505         * progmodes/sh-script.el, progmodes/xscheme.el
33506         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
33507         * textmodes/reftex-index.el, textmodes/reftex-parse.el
33508         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
33509         * textmodes/reftex.el, textmodes/org.el:
33510         Replace `illegal' with `invalid'.
33512 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33514         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
33515         (flymake-find-buildfile, flymake-find-possible-master-files)
33516         (flymake-check-include, flymake-parse-line): Replace loops over the
33517         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33519         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33520         Substitute file-name-as-directory in the rest of the file.
33521         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33522         (flymake-replace-region): Remove unused arg `buffer'.
33523         (flymake-check-patch-master-file-buffer): Update calls to it.
33524         (flymake-add-err-info): Remove unused var `count'.
33525         (flymake-mode): Use define-minor-mode.
33527         * progmodes/flymake.el: Use with-current-buffer.
33528         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33529         flymake-replace-regexp-in-string, flymake-line-beginning-position)
33530         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33531         Avoid testing for `xemacs'.
33532         (flymake-nop): Move.
33533         (flymake-region-has-flymake-overlays): Return the computed value.
33534         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33535         Remove unused var `endline'.
33536         (flymake-get-line-count): Remove unused function.
33537         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33539         * emulation/vi.el:
33540         * generic.el:
33541         * hilit-chg.el (global-highlight-changes):
33542         * hi-lock.el (hi-lock-mode):
33543         * follow.el: find-file-hooks -> find-file-hook.
33545         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33547 2005-03-24  Juri Linkov  <juri@jurta.org>
33549         * dired.el (dired-mode-map): Add menu item "Compare directories"
33550         for dired-compare-directories.
33552         * dired-aux.el (dired-compare-directories): Add autoload cookie.
33553         Doc fix.  Replace `read-file-name' with `read-directory-name'.
33555 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33557         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33559 2005-03-24  Jay Belanger  <belanger@truman.edu>
33561         * calc/calc-embed.el (calc-embedded-mode-change): Save all
33562         relevant mode settings in calc-embedded-original-modes when modes
33563         are permanently changed.
33565 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33567         * autoinsert.el: find-file-hooks -> find-file-hook.
33569 2005-03-24  Lute Kamstra  <lute@gnu.org>
33571         * generic.el (generic-font-lock-defaults): Make it obsolete.
33572         (generic-font-lock-keywords): New variable to replace
33573         generic-font-lock-defaults.
33574         (generic-mode-set-font-lock): Delete it.
33575         (generic-mode-internal): Don't call generic-mode-set-font-lock.
33576         (generic-bracket-support): Add docstring.
33578         * generic-x.el: Rename generic-font-lock-defaults to
33579         generic-font-lock-keywords throughout.
33580         (mailagent-rules-setup-function): Delete it.
33581         (mailagent-rules-generic-mode): Use anonymous function instead.
33582         (show-tabs-generic-mode-font-lock-defaults-1)
33583         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33584         Quote faces.
33585         (show-tabs-tab-face, show-tabs-space-face): Specify background,
33586         not foreground.
33588         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33589         Recognize define-generic-mode.
33591 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33593         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33594         if there's no completion table.
33596 2005-03-23  Miles Bader  <miles@gnu.org>
33598         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33599         Remove tty-specific variants, as they're no longer needed.
33601 2005-03-23  Lute Kamstra  <lute@gnu.org>
33603         * generic-x.el: Code cleanup: make args constant whenever possible.
33604         (installshield-statement-keyword-list)
33605         (installshield-system-functions-list)
33606         (installshield-system-variables-list, installshield-types-list)
33607         (installshield-funarg-constants-list): Make them constants.
33609         * generic.el (generic-make-keywords-list): Add autoload cookie.
33611         * calendar/time-date.el: Add comment on time value formats.
33612         Don't require parse-time.
33613         (with-decoded-time-value): New macro.
33614         (encode-time-value): New function.
33615         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33616         (days-to-time): Return a valid time value when arg is huge.
33617         (time-since): Use time-subtract.
33618         (time-to-number-of-days): Use time-to-seconds.
33620 2005-03-23  David Ponce  <david@dponce.com>
33622         * recentf.el (recentf-keep): New option.
33623         (recentf-menu-action): Default to `find-file'.
33624         (recentf-keep-non-readable-files-flag)
33625         (recentf-keep-non-readable-files-p)
33626         (recentf-file-readable-p, recentf-find-file)
33627         (recentf-cleanup-remote): Remove.
33628         (recentf-include-p): More robust.
33629         (recentf-keep-p): New function.
33630         (recentf-remove-if-non-kept): Rename from
33631         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
33632         All callers updated.
33633         (recentf-menu-items-for-commands): Fix help string.
33634         (recentf-track-closed-file): Update.  Doc fix.
33635         (recentf-cleanup): Update.  Count removed files.  Doc fix.
33637 2005-03-23  Kim F. Storm  <storm@cua.dk>
33639         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33640         Don't inherit from fringe face (now happens automatically).
33642 2005-03-22  Kim F. Storm  <storm@cua.dk>
33644         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33645         position values.
33647 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
33649         * menu-bar.el (showhide-date-time): Remove.
33650         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33651         (menu-bar-make-mm-toggle): Simplify.
33653 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33655         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33656         Accept qualified variable and function names.
33658 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
33660         * bindings.el (completion-ignored-extensions):
33661         Remove ".lis" for `vax-vms'.
33663 2005-03-22  Andreas Schwab  <schwab@suse.de>
33665         * generic-x.el: Revert last change.
33666         * ldefs-boot.el: Update.
33668 2005-03-22  Jay Belanger  <belanger@truman.edu>
33670         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33671         (calc-embedded-save-original-modes)
33672         (calc-embedded-restore-original-modes): New functions.
33673         (calc-do-embedded): Save original modes when entering embedded mode
33674         and restore when leaving embedded mode.
33675         (calc-embedded-modes-change): Change the value of
33676         calc-embedded-original-modes to reflect permanent changes.
33678 2005-03-22  Lute Kamstra  <lute@gnu.org>
33680         * generic-x.el: Require generic again.
33682 2005-03-22  Miles Bader  <miles@gnu.org>
33684         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33685         Tweak details to look good on both ttys and bitmap displays, light
33686         or dark background, etc.
33688 2005-03-21  Kim F. Storm  <storm@cua.dk>
33690         * tooltip.el (tooltip-show-help-function): Check car and cdr of
33691         mouse position.
33693 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
33695         * icomplete.el: Don't forcibly turn on the mode upon load.
33696         (icomplete-mode): Use define-minor-mode.
33697         (icomplete-eoinput): Default to nil.
33698         (icomplete-minibuffer-setup): Remove autoload.
33699         (icomplete-tidy): Simplify.
33700         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33701         in the initial state or if the user has modified the field.
33702         Fix handling of icomplete-max-delay-chars.
33703         Remove code that handles the oddball case where
33704         minibuffer-completion-table is an integer.
33705         Wrap icomplete-completions in while-no-input in case building
33706         completions takes more time than expected.
33707         (icomplete-completions): Simplify.
33709 2005-03-21  Richard M. Stallman  <rms@gnu.org>
33711         * jka-compr.el (jka-compr-really-do-compress):
33712         Make variable buffer-local.
33714         * image-mode.el: Handle .xpm files too.
33715         (image-toggle-display): Preserve modification flag.
33717         * help.el (where-is): Don't mention aliases with no key bindings.
33719 2005-03-21  Lute Kamstra  <lute@gnu.org>
33721         * generic.el: Fix commentary section.  Don't require cl for
33722         compilation.
33723         (generic-mode-list): Add autoload cookie.
33724         (generic-use-find-file-hook, generic-lines-to-scan)
33725         (generic-find-file-regexp, generic-ignore-files-regexp)
33726         (generic-mode, generic-mode-find-file-hook)
33727         (generic-mode-ini-file-find-file-hook): Fix docstrings.
33728         (define-generic-mode): Make it a defmacro.  Fix docstring.
33729         (generic-mode-internal): Code cleanup.  Add autoload cookie.
33730         (generic-mode-set-comments): Code cleanup.
33731         * generic-x.el: Don't prevent compilation.  Don't require generic.
33732         Follow coding conventions.  Minor code cleanup.
33733         (etc-fstab-generic-mode): Add some keywords.
33734         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33735         define-generic-mode like a function declaration.
33737 2005-03-21  Jay Belanger  <belanger@truman.edu>
33739         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33740         changing modes.
33742 2005-03-21  Sam Steingold  <sds@gnu.org>
33744         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33746 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
33748         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33749         Add underscore to "f$ lexicals" regexp.
33751 2005-03-20  Juri Linkov  <juri@jurta.org>
33753         * subr.el (progress-reporter-do-update): When `min-value' is equal
33754         to `max-value', set `percentage' to 0 and prevent division by zero.
33756 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
33758         Sync with Tramp 2.0.48.
33760         * net/tramp.el (all): Change all addresses to .gnu.org.
33761         (tramp-append-tramp-buffers): New defun.
33762         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33763         Catch `dont-send' signal.
33764         (tramp-set-auto-save-file-modes): Set always permissions, because
33765         there might be an old auto-saved file belonging to another
33766         original file.  This could be a security threat.  Reported by
33767         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33768         Check for Emacs 21.3.50 removed.
33770         * net/tramp-smb.el (all): Remove debug construct for
33771         `with-parsed-tramp-file-name'.
33772         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33773         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33774         No error message if DIRECTORY or FILENAME doesn't exist.
33775         (tramp-smb-open-connection): Check existence of
33776         `tramp-smb-program'.
33778 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
33780         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33781         Properly handle the case where the `m' or `s' command's argument is not
33782         yet terminated.
33783         (perl-indent-new-calculate): New function.
33784         (perl-indent-line): Use it.
33786 2005-03-20  Miles Bader  <miles@gnu.org>
33788         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33789         in text-mode too.  Change to new face names.
33790         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33791         Add `:weight bold' attribute.
33792         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33794 2005-03-19  Juri Linkov  <juri@jurta.org>
33796         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
33798         * international/mule.el (auto-coding-alist): Sync with
33799         `auto-mode-alist' by adding upper case archive file extensions
33800         and adding ear/war to jar extension.
33802 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
33804         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33805         running, restart it.
33807 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
33809         * finder.el (finder-current-item): Throw an error on an empty line.
33811         * man.el (Man-follow-manual-reference): If current-word returns
33812         nil, use "".
33814 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
33816         * simple.el (goto-line): Doc fix.
33818 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
33820         * files.el (save-buffer): Doc fix.
33822 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
33824         * recentf.el (recentf-cleanup-remote): New variable.
33825         (recentf-cleanup): Use it to conditionally check availability of
33826         remote files.
33828 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
33830         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33831         function names.
33833 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33835         * language/thai-word.el: New file.
33837 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33839         * files.el (backup-buffer): If the file's directory is not
33840         writable, use copy instead of move to backup the file.
33842 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33844         * obsolete/keyswap.el: Moved to obsolete/ from term/.
33846 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
33848         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33849         Use functionp instead of symbolp and fboundp.  Reported by Drkm
33850         <darkman_spam@yahoo.fr>.
33851         (ps-print-version): New version 6.6.6.
33853 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
33855         * textmodes/table.el (table--line-column-position): New idiom.
33856         (table--row-column-insertion-point-p): New function to test
33857         validity of row and column insertion operation at a location.
33858         (table-global-menu, table-cell-menu): Use above functions for
33859         deterministic test operation.
33860         (table--editable-cell-p): Behave in deterministic fashion.
33862 2005-03-18  Juri Linkov  <juri@jurta.org>
33864         * isearch.el (isearch-lazy-highlight-new-loop):
33865         Make arguments beg and end optional.
33866         (isearch-update): Remove optional arguments nil from
33867         isearch-lazy-highlight-new-loop.
33868         (isearch-lazy-highlight-search): Let-bind case-fold-search to
33869         isearch-lazy-highlight-case-fold-search instead of
33870         isearch-case-fold-search, and let-bind isearch-regexp to
33871         isearch-lazy-highlight-regexp.
33872         Use isearch-lazy-highlight-last-string instead of isearch-string.
33874         * replace.el (perform-replace): Remove bindings of global
33875         variables isearch-string, isearch-regexp, isearch-case-fold-search.
33876         Add three new arguments to `replace-highlight'.
33877         (replace-highlight): Add arguments string, regexp, case-fold.
33878         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33879         to allow isearch-lazy-highlight-new-loop to use these values
33880         to set corresponding isearch-lazy-highlight-* internal
33881         variables whose values lazy highlighting will use regardless of
33882         changes to global variables isearch-string, isearch-regexp,
33883         isearch-case-fold-search during lazy highlighting loop.
33884         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33885         to `lazy-highlight-cleanup'.
33887         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33888         (ispell-highlight-face): Set default face to `isearch' when
33889         lazy highlighting is enabled.
33890         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33891         priority to 1.  Add lazy highlighting.
33892         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33893         from `isearch-dehighlight'.
33895 2005-03-18  David Ponce  <david@dponce.com>
33897         * files.el (hack-local-variables): Do a case-insensitive search
33898         for End.
33900 2005-03-18  Juri Linkov  <juri@jurta.org>
33902         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33903         `isearch-lazy-highlight-cleanup', add alias to old name and
33904         declare obsolete.  Add release numbers to other obsolete vars.
33905         (isearch-done, isearch-lazy-highlight-new-loop):
33906         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33907         (lazy-highlight-cleanup) <variable>: Doc fix.
33908         (isearch-lazy-highlight-update): Rename obsolete
33909         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33911 2005-03-18  Kenichi Handa  <handa@m17n.org>
33913         * language/thai-util.el: Fix categorization of Thai characters in
33914         thai-category-table.
33915         (thai-composition-pattern): Adjust it for the above change.
33916         (thai-self-insert-command, thai-compose-syllable): New functions.
33917         (thai-compose-region): Use thai-compose-syllable.
33918         (thai-compose-string): Likewise.
33919         (thai-composition-function): Likewise.
33920         (thai-auto-composition): New function.
33921         (thai-auto-composition-mode): New minor mode.
33923         * language/thai.el: Fix patterns to be registered in
33924         composition-function-table.
33926         * international/quail.el (quail-input-method): Locally bind
33927         inhibit-modification-hooks to t.
33929 2005-03-17  Richard M. Stallman  <rms@gnu.org>
33931         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33932         (perl-mode): Use run-mode-hooks.
33934         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33935         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33936         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33938         * mail/sendmail.el (sendmail-send-it): Reenable the code
33939         to compute resend-to-address and use it.
33941         * tar-mode.el (tar-mode): Turn off undo unconditionally.
33943         * image-mode.el: New file.
33945         * image.el (insert-sliced-image): Add autoload cookie.
33947         * font-lock.el (font-lock-lines-before): New user option.
33948         (font-lock-after-change-function): Obey it.
33950         * bindings.el (esc-map): Make M-g a prefix.
33951         Bind M-g g and M-g M-g to goto-line.
33953         * faces.el (face-id): Doc fix.
33955 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
33957         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33958         (rmail-show-message): Use rmail-unknown-mail-followup-to.
33959         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33961         * mail/sendmail.el (mail-yank-ignored-headers)
33962         (mail-font-lock-keywords, mail-mode-fill-paragraph):
33963         Add Mail-Followup-To and Mail-Reply-To headers.
33964         (mail-citation-hook): Add autoload cookie.
33965         (mail-mode): Doc fix.
33966         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33967         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33968         (mail-mode-fill-paragraph): Handle those headers.
33969         (mail-mailing-lists): New variable.
33970         (mail-mail-reply-to, mail-mail-followup-to): New functions.
33972 2005-03-17  Juri Linkov  <juri@jurta.org>
33974         * isearch.el (isearch-fallback): Check for `(car previous)'
33975         before calling `isearch-other-end-state'.
33977 2005-03-17  Kim F. Storm  <storm@cua.dk>
33979         * simple.el (move-beginning-of-line): Move to beginning of buffer
33980         line, as well as beginning of screen line.
33982 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
33984         * calendar/diary-lib.el (mark-diary-entries): Use new optional
33985         argument REDRAW rather than calendar-redrawing variable.
33986         * calendar/calendar.el (calendar-redrawing): Delete.
33987         (redraw-calendar): Do not bind calendar-redrawing.
33989 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
33991         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33992         diary-file buffer.
33994 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
33996         * help.el (describe-mode): Allow a :minor-mode-function property to
33997         specify a different minor mode toggle function than the variable.
33998         * simple.el (auto-fill-function):
33999         * subr.el (add-minor-mode): Use it.
34001 2005-03-16  Kenichi Handa  <handa@m17n.org>
34003         * language/ethio-util.el (sera-being-called-by-w3): New variable.
34004         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34005         (ethio-fidel-to-sera-buffer): Likewise.
34007 2005-03-16  Juri Linkov  <juri@jurta.org>
34009         * emacs-lisp/find-func.el (find-function-regexp):
34010         Add defun-emitting macro `menu-bar-make-toggle'.
34012         * isearch.el: Put `isearch-scroll' property to
34013         `split-window-horizontally'.
34015         * info.el: Update error messages for `debug-ignored-errors'.
34016         (Info-isearch-search): Doc fix.
34017         (Info-find-node): Move up code to go into info buffer before
34018         recording the node to the history.
34019         (Info-fontify-node): Fontify titles only if the next line
34020         has two or more `*', `=', `-', `.'.
34021         Display "go to this node" for empty (match-string 3).
34023 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34025         * term/mac-win.el: Add mouse pointer shape constants.
34027 2005-03-15  Kim F. Storm  <storm@cua.dk>
34029         * simple.el (move-beginning-of-line): Use vertical-motion.
34031 2005-03-15  Juri Linkov  <juri@jurta.org>
34033         * isearch.el (isearch-error): New variable.
34034         (isearch-invalid-regexp, isearch-within-brackets): Remove.
34035         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34036         (isearch-within-brackets-state): Remove.
34037         (isearch-case-fold-search-state, isearch-pop-fun-state):
34038         Decrease frame index.
34039         (isearch-mode, isearch-top-state, isearch-push-state)
34040         (isearch-edit-string, isearch-abort, isearch-search-and-update)
34041         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34042         (isearch-search, isearch-lazy-highlight-new-loop):
34043         Replace `isearch-invalid-regexp' with `isearch-error'.
34044         Remove `isearch-within-brackets'.
34045         (isearch-search): Add `search-failed' handler to `condition-case'.
34046         (isearch-lazy-highlight-search): Add `condition-case' to catch
34047         errors and allow `isearch-lazy-highlight-update' to try
34048         highlighting from the beginning of the window.
34049         (isearch-repeat): Move up code to set isearch-wrapped to t
34050         before calling isearch-wrap-function.
34052         * info.el (Info-isearch-initial-node): New internal variable.
34053         (Info-search): Signal an error in isearch mode when search leaves
34054         the initial node.  Signal an error when `bound' is non-nil and
34055         nothing was found in the current subfile.
34056         (Info-isearch-search): Remove `condition-case'.
34057         (Info-isearch-wrap): Don't wrap when search failed during leaving
34058         the initial node.  If `Info-isearch-search' is nil, wrap around
34059         the current node.
34060         (Info-isearch-start): New fun.
34061         (Info-mode): Add buffer-local hook `Info-isearch-start' to
34062         `isearch-mode-hook'.
34064 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34066         * simple.el (normal-erase-is-backspace): Set default to t if
34067         running on Mac.
34069         * term/mac-win.el (function-key-map): Sync with x-win.el.
34071 2005-03-15  Kenichi Handa  <handa@m17n.org>
34073         * international/mule-cmds.el (locale-language-names): Modify the
34074         format of elements and add more entries.
34075         (locale-preferred-coding-systems): Add more entries.
34076         (set-locale-environment): Adjust for the change of
34077         locale-language-names.
34079 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
34081         * pcvs.el (smerge-ediff): Remove bogus autoload.
34083 2005-03-14  Lute Kamstra  <lute@gnu.org>
34085         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34086         Ignore a `*' at the beginning of a line.
34088         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34089         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34090         subr.el.
34091         (dont-compile, eval-when-compile, eval-and-compile): Use declare
34092         to specify indentation.
34094         * generic.el (define-generic-mode): Let generic-mode-list be a
34095         list of strings; test membership with equal.
34097 2005-03-14  Kim F. Storm  <storm@cua.dk>
34099         * simple.el (next-line, previous-line): Add optional try-vscroll
34100         arg to recognize interactive use.  Pass it on to line-move.
34101         (line-move): Don't perform auto-window-vscroll when defining or
34102         executing keyboard macro to ensure consistent behavior.
34104 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
34106         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34108 2005-03-13  Lute Kamstra  <lute@gnu.org>
34110         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34111         debugger-setup-buffer so that backtrace marks the frames set to
34112         debug-on-exit and we don't have to do it manually.  Set an extra
34113         debug-on-exit for macro's.
34114         (debugger-setup-buffer): Don't mark the top frame manually.
34116 2005-03-12  Lute Kamstra  <lute@gnu.org>
34118         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34119         lisp-indent-function throughout.
34120         (with-no-warnings): Set lisp-indent-function property.
34122 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
34124         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34125         Add entry for backslash.
34127 2005-03-12  Juri Linkov  <juri@jurta.org>
34129         * info.el (Info-search): Four fixes for backward search.
34131 2005-03-11  Jay Belanger  <belanger@truman.edu>
34133         * calc/calc.el (calc-language-alist): New variable.
34134         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34135         (calc-embedded-find-modes): Use calc-language-alist instead of
34136         calc-embedded-language-alist.
34138 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
34140         * calendar/calendar.el (calendar-redrawing): New internal
34141         variable.
34142         (redraw-calendar): Remove bogus save-excursion from previous
34143         change.  Bind calendar-redrawing to t for mark-diary-entries.
34144         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34145         calendar if that is why we were called.
34147 2005-03-11  Kenichi Handa  <handa@m17n.org>
34149         * international/mule.el (make-coding-system): Set property
34150         coding-system-define-form to nil.
34151         (define-coding-system-alias): Likewise.
34153 2005-03-11  Kenichi Handa  <handa@m17n.org>
34155         These changes are suggested by Dave Love <fx@gnu.org>.
34157         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34158         coding: tag.
34159         (adaptive-fill-regexp): Add more bullets.
34160         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34161         regexps.
34163 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
34165         * help.el (describe-mode): Properly handle non-trivial lighters.
34166         Don't ignore minor modes that are not listed in minor-mode-list.
34168         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34169         feature ON when the user requests to turn it OFF.
34171 2005-03-10  Lute Kamstra  <lute@gnu.org>
34173         * emacs-lisp/debug.el (debug-entry-code): Delete it.
34174         (implement-debug-on-entry): New function to replace debug-entry-code.
34175         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
34176         second argument as the 2005-03-07 change makes it obsolete.
34177         (debug-on-entry, cancel-debug-on-entry): Update call to
34178         debug-on-entry-1.
34179         (debug, debugger-setup-buffer): Comment update.
34180         (debugger-frame-number): Update to work with implement-debug-on-entry.
34182 2005-03-10  Jay Belanger  <belanger@truman.edu>
34184         * calc/calc-embed.el (math-ms-args): Declare it.
34185         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34186         math-ms-args.
34187         (calc-embedded-subst): Use math-multi-subst-rec to substitute
34188         variables.
34190 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
34192         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34193         Use message-box.
34195         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34196         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34197         (tooltip-gud-tips): Simplify.
34198         (tooltip-gud-tips-p): Remove superfluous :set.
34199         (tooltip-gud-modes): Add fortran-mode.
34200         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34202         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34204 2005-03-09  Kim F. Storm  <storm@cua.dk>
34206         * play/animate.el (animate-place-char): Use forward-line instead
34207         of next-line to improve performance.
34209 2005-03-09  Simon Josefsson  <jas@extundo.com>
34211         * net/browse-url.el (browse-url-default-browser): Doc fix.
34213 2005-03-09  Miles Bader  <miles@gnu.org>
34215         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34216         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34218 2005-03-09  Kenichi Handa  <handa@m17n.org>
34220         * international/latin-1.el: Set case and syntax for 255 only if
34221         set-case-syntax-set-multibyte is nil.
34223         * textmodes/ispell.el (ispell-insert-word): New function.
34224         (ispell-word): Use ispell-insert-word to insert a new word.
34225         (ispell-process-line): Likewise.
34226         (ispell-complete-word): Likewise.
34228 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
34230         * calendar/calendar.el (redraw-calendar): Preserve point.
34231         Reported by Matt Hodges <MPHodges@member.fsf.org>.
34232         (calendar-week-start-day): Move after definition of
34233         redraw-calendar.  Delete buffer test, since redraw-calendar has
34234         that now.
34236         * calendar/diary-lib.el (mark-diary-entries): Only call
34237         redraw-calendar in the first of any recursive calls.
34238         Reported by Alan Shutko <ats@acm.org>.
34240 2005-03-08  Juri Linkov  <juri@jurta.org>
34242         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34243         (html-horizontal-rule, html-line, html-image, html-checkboxes)
34244         (html-radio-buttons): Add a space before the trailing `/>' where
34245         sgml-xml-mode is non-nil.
34246         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34247         the subsequent tag of the empty XML tag.
34248         (html-href-anchor): Don't set initial input to "http:".
34249         (html-image): Ask for the image URL and set point inside alt="".
34250         (html-name-anchor): Duplicate the name in the `id' attribute when
34251         sgml-xml-mode is non-nil.
34252         (html-paragraph): Remove \n before <p>.
34253         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34254         instead of `checked' when sgml-xml-mode is non-nil.
34256         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34257         Remove 1 space before #RRGGBB to not truncate it on terminal
34258         windows w/o fringes.  Remove 1 space between bg and fg examples
34259         to get more space.
34260         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34261         avoid byte-compile warnings.
34263         * image-file.el (image-file-handler): Put `safe-magic' property to
34264         `image-file-handler'.
34266         * info.el (Info-isearch-search): Emulate word search in
34267         isearching through multiple Info nodes with Info-search.
34268         (Info-isearch-wrap): Allow isearch-word.
34270 2005-03-08  Lute Kamstra  <lute@gnu.org>
34272         * emacs-lisp/debug.el (debugger-step-through): Make sure that
34273         stepping into the debugger's code is not possible.
34274         (debugger-jumping-flag): Docstring update.
34276 2005-03-08  Jay Belanger  <belanger@truman.edu>
34278         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34279         embedded mode begins.
34280         (calc-embedded-language-alist): New variable.
34281         (calc-embedded-find-modes): Use calc-embedded-language-alist to
34282         set default language mode.
34284 2005-03-08  Kenichi Handa  <handa@m17n.org>
34286         * international/ccl.el (define-ccl-program): Fix docstring about
34287         extra 256 bytes assured for the output buffer.
34289         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34290         Fix BUFFER_MAGNIFICATION to 2.
34291         (ccl-encode-mule-utf-16be-with-signature): Likewise.
34293 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
34295         * align.el (align-rules-list): Added an alignment rule for CSS
34296         declarations (applies to css-mode and html-mode buffers).
34298 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
34300         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
34302 2005-03-07  Kim F. Storm  <storm@cua.dk>
34304         * simple.el (move-beginning-of-line): New command.
34306         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
34308         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
34310         * emulation/cua-base.el: Put CUA move property on move-end-of-line
34311         and move-beginning-of-line.
34313         * apropos.el (apropos-print): Omit command from M-x ... RET.
34315 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
34317         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
34318         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34320 2005-03-06  Richard M. Stallman  <rms@gnu.org>
34322         * bindings.el (esc-map): Bind M-g to goto-line.
34324         * facemenu.el (global-map): Bind M-o, not M-g.
34326 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34328         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
34329         "Open Directory" as for "Open File".
34331 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
34333         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
34334         (push-mark-command): Run activate-mark-hook.
34336 2005-03-06  Richard M. Stallman  <rms@gnu.org>
34338         * help-mode.el (help-mode-finish): Don't alter the element
34339         in view-return-to-alist if there already is one.
34341         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
34342         make sure the current buffer is the expected one.
34344         * novice.el (disabled-command-function): Output in *Disabled Command*.
34345         Explicitly ignore non-keyboard events, and explicitly handle C-g.
34347         * textmodes/flyspell.el (flyspell-large-region):
34348         Pass args differently for aspell.
34350         * files.el (mode-require-final-newline): Doc fix.
34352 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
34354         * progmodes/which-func.el (which-function):
34355         Specify NOERROR when calling imenu--make-index-alist.
34357 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
34359         * simple.el (normal-erase-is-backspace): Define default value.
34361         * custom.el (custom-theme-set-variables): Remove unused var
34362         `immediate'.
34363         (custom-reevaluate-setting): Simple function to handle variables
34364         that are defined before their default value can really be
34365         computed.
34367         * startup.el (command-line): Use it for temporary-file-directory,
34368         small-emporary-file-directory, auto-save-file-name-transforms,
34369         blink-cursor-mode, and normal-erase-is-backspace.
34371         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34372         progress, even with buggy anchored keywords.
34374 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
34376         * simple.el (goto-line): Remove unbalanced final parenthesis.
34378 2005-03-05  Richard M. Stallman  <rms@gnu.org>
34380         * simple.el (goto-line): Use a number at point as the default.
34381         With C-u as arg, switch buffers.
34383 2005-03-05  Juri Linkov  <juri@jurta.org>
34385         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34386         with `no-blinking-cursor'.
34388         * startup.el (no-blinking-cursor): New defvar.
34389         (command-line): Add `--no-blinking-cursor' to longopts.
34390         Set `no-blinking-cursor' to t for command line arguments
34391         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
34392         with `no-blinking-cursor' in the condition for calling
34393         `blink-cursor-mode'.
34395 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
34397         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34398         (menu-bar-options-save): Add blink-cursor-mode.
34399         (menu-bar-options-menu): Add blink-cursor-mode.
34401 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
34403         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
34404         (icalendar-export-file, icalendar-export-region)
34405         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
34406         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
34408 2005-03-04  Lute Kamstra  <lute@gnu.org>
34410         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
34411         (debug-function-list): Ditto.
34413 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
34415         * textmodes/texinfmt.el (texinfo-append-refill):
34416         Redefine the types of line to which @refill
34417         is not appended by replacing a search for `@refill\\|@bye' with
34418         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
34419         itemize@refill' bug and the unfilled long lines bug.
34420         (texinfmt-version): Update number and date.
34422 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
34424         * international/code-pages.el (windows-1250, windows-125[2-8])
34425         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34427 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34429         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34430         bound yet.
34432 2005-03-02  Romain Francoise  <romain@orebokech.com>
34434         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34435         buffer after removing limits.
34436         (ibuffer-pop-filter): Ditto.
34437         Update copyright.
34439 2005-03-02  Miles Bader  <miles@gnu.org>
34441         * button.el (make-text-button): If the user doesn't specify a
34442         type, use the default.  Rewrite to use `add-text-properties' and
34443         plist functions.
34445 2005-03-01  Lute Kamstra  <lute@gnu.org>
34447         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34448         (debugger-jumping-flag): New var.
34449         (debug-entry-code): Use it.
34450         (debugger-jump): Use debugger-jumping-flag and add
34451         debugger-reenable to post-command-hook.
34452         (debugger-reenable): Use debugger-jumping-flag and remove itself
34453         from post-command-hook.
34454         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34455         debugger-reenable.
34457 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
34459         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34460         inclusion of "itemize\\|", which may be unnecessary, is certainly
34461         inelegant, and stops refilling in itemize lists when formatting
34462         Japanese Texinfo files to Info.
34463         Update copyright to 2005.
34465 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
34467         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34468         of an error if GDB can't find the source file.
34470 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
34472         * calendar/calendar.el (redraw-calendar): Work from any buffer,
34473         not just the calendar.
34475         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34476         first.
34477         (diary-redraw-calendar): New function.
34478         (make-diary-entry): Add diary-redraw-calendar to local
34479         write-contents-functions.  Turn off selective display before
34480         inserting in diary.
34482 2005-03-01  Kim F. Storm  <storm@cua.dk>
34484         * emacs-lisp/copyright.el (copyright-fix-years): New command.
34486 2005-03-01  Lute Kamstra  <lute@gnu.org>
34488         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34489         that debug-entry-code can be safely removed from a function while
34490         this code is being evaluated.  Revert the 2005-02-27 change as the
34491         new implementation no longer requires it.  Make sure that a
34492         function body containing just a string is not mistaken for a docstring.
34493         (debug): Skip one more frame in case of debug on entry.
34494         (debugger-setup-buffer): Delete one more frame line in case of
34495         debug on entry.
34496         (debugger-frame-number): Update to use the new text introduced by
34497         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
34499 2005-02-28  Kim F. Storm  <storm@cua.dk>
34501         * double.el (double-translate-key): Call force-window-update after
34502         read-event to avoid crash in redisplay.
34504 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34506         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
34507         (debug): Use it.  Move the inhibit-trace earlier.
34508         (debug-entry-code): New const.
34509         (debug-on-entry-1): Use it.
34511 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
34513         * international/utf-16.el (ccl-encode-mule-utf-16le):
34514         Fix BUFFER_MAGNIFICATION to 2.
34515         (ccl-encode-mule-utf-16be): Likewise.
34517 2005-02-28  Kenichi Handa  <handa@m17n.org>
34519         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34520         Fix BUFFER_MAGNIFICATION to 4.
34521         (ccl-encode-mule-utf-16be-with-signature): Likewise.
34523 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
34525         * speedbar.el (speedbar-update-flag): Doc fix.
34526         (speedbar-show-info-under-mouse): Give set-mouse-position the right
34527         argument.
34529 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34531         * reveal.el (reveal-post-command): Don't try to reveal overlays which
34532         have a non-nil `invisible' property but are actually visible.
34534         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34535         for perldoc sections.
34536         (perl-outline-regexp, perl-outline-level): New var and function.
34537         (perl-mode): Use them.
34539 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
34541         * calendar/diary-lib.el (diary-remind): Discard any mark portion
34542         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34544 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
34546         * cus-edit.el: Comment change.
34547         (custom-buffer-create-internal): Slightly reword text at top of
34548         Custom buffers.  Mention there that saving an option edits the
34549         init file.  Add link to Emacs manual node on `custom-file'.
34550         (custom-magic-alist): Rewrite individual State messages to use
34551         capitalized keywords.  Doc fix.
34553 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
34555         * calendar/calendar.el (calendar-buffer): Move above
34556         calendar-week-start-day.
34557         (calendar-week-start-day): Doc fix.  Add :set function.
34558         (calendar-minimum-window-height): New variable.
34559         (generate-calendar-window): Only resize window if selected-window
34560         is displaying the calendar buffer.  Use new variable
34561         calendar-minimum-window-height.
34562         (generate-calendar): Reword error message.
34563         (calendar-mode-map): Bind DEL to scroll-other-window-down.
34565 2005-02-27  Andreas Schwab  <schwab@suse.de>
34567         * vc.el (vc-do-command): Don't run command asynchronously when
34568         operating in a remote directory.
34570         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34571         change from sync with Tramp 2.0.47.
34573 2005-02-27  Richard M. Stallman  <rms@gnu.org>
34575         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34577         * textmodes/flyspell.el (flyspell-mode-on):
34578         Call ispell-change-dictionary only if necessary.
34580         * emacs-lisp/re-builder.el (regexp-builder): New function.
34582         * register.el (describe-register-1): Explicitly handle
34583         yank-excluded-properties = t.
34585         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34586         (custom-magic-alist): Change the status descriptions again.
34587         (face widget-type): Total rewrite based on `restricted-sexp'
34588         to eliminate the confusing double hiding levels.
34590         * emacs-lisp/debug.el (debug-on-entry-1):
34591         If function body is empty, add nil as body form.
34593 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
34595         * emacs-lisp/trace.el (inhibit-trace): New var.
34596         (trace-make-advice): Use it.
34598         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34600 2005-02-26  Kim F. Storm  <storm@cua.dk>
34602         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34603         (mouse-on-link-p, mouse-drag-region-1): Use it.
34605 2005-02-25  Lute Kamstra  <lute@gnu.org>
34607         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34609 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
34611         * frame.el (blink-cursor-mode): Add :group keyword.
34613 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
34615         * calendar/icalendar.el (icalendar--decode-isodatetime):
34616         New optional argument DAY-SHIFT.
34617         (icalendar-export-region): Fix coding-system-for-write.
34618         (icalendar--convert-ical-to-diary): Shift end-day of all-day
34619         events by one.
34621 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
34623         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34625 2005-02-24  Kim F. Storm  <storm@cua.dk>
34627         * international/iso-acc.el (iso-accents-compose): Fix crash
34628         during redisplay.  Call force-window-update after read-event
34629         and delete-region to signal that window is not accurate.
34631 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34633         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34634         Remove unused and inexistent var `inhibit-trace'.
34635         (debugger-mode): Use run-mode-hooks.
34636         (debugger-list-functions): Add buttons; setup xref stack.
34638 2005-02-23  Richard M. Stallman  <rms@gnu.org>
34640         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34641         appointment says it was explicitly made.
34642         (appt-add): Set the 3rd element.
34643         (appt-make-list): Preserve explicit appointments.
34645         * subr.el (find-tag-default): Catch errors in forward-sexp.
34647 2005-02-23  Juri Linkov  <juri@jurta.org>
34649         * info.el (Info-isearch-search): New defcustom.
34650         (Info-isearch-search): Call the default isearch function
34651         when Info-isearch-search is nil.
34652         (Info-isearch-wrap): Use variable Info-isearch-search.
34654 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
34656         * cus-edit.el: Comment change.
34658 2005-02-22  Kim F. Storm  <storm@cua.dk>
34660         * progmodes/hideif.el (hide-ifdef-use-define-alist):
34661         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
34663 2005-02-22  Simon Josefsson  <jas@extundo.com>
34665         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34666         New variable.
34667         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
34668         Oskarsson" <myrkraverk@users.sourceforget.net>.
34670 2005-02-22  Kim F. Storm  <storm@cua.dk>
34672         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34673         check that window of that event is the selected window.
34674         (mouse-drag-region-1): Compare mouse event window to selected
34675         window before setting point.
34677         * tooltip.el (tooltip-show-help-function): Pass event to
34678         mouse-on-link-p so it can check selected window.
34680 2005-02-22  Kenichi Handa  <handa@m17n.org>
34682         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34683         (ps-mule-show-warning): New function.
34684         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34685         characters are found.
34687         * ps-print.el (ps-header-footer-string): Return a list of header
34688         and footer strings.
34690 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
34692         * pcvs.el (cvs-retrieve-revision): Fix thinko.
34694 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
34696         * frame.el (blink-cursor-mode): Use define-minor-mode.
34698         * term/mac-win.el (function-key-map): Use char-names more consistently.
34699         (file-name-coding-system): Only set it for MacOS-9.  The other case is
34700         already handled in mule-cmds.el (where it also works when mac-win.el
34701         is not used).
34703 2005-02-21  Kenichi Handa  <handa@m17n.org>
34705         * international/mule.el (ctext-pre-write-conversion): Always use
34706         " *code-converting-work*" buffer for work.
34708         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34710 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
34712         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34714 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
34716         * ses.el (undo-more): Restore defadvice, but only the part that
34717         allows changes outside the restricted area of the buffer.
34719 2005-02-20  Kim F. Storm  <storm@cua.dk>
34721         * simple.el (line-move): Add fourth optional arg try-vscroll which
34722         must be set to perform auto-window-vscroll.
34723         When moving backwards and doing auto-window-vscroll, automatically
34724         vscroll to the last part of lines which are taller than the window.
34725         (next-line, previous-line): Set try-vscroll arg on line-move.
34727 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
34729         * replace.el (query-replace, query-replace-regexp)
34730         (replace-string, replace-regexp): When operating on region, make
34731         the minibuffer prompt say so.
34733         * isearch.el (isearch-forward): Document isearch-query-replace and
34734         isearch-query-replace-regexp keybindings.
34736 2005-02-19  Jay Belanger  <belanger@truman.edu>
34738         * calc/calc-aent.el (math-read-token): Add local variable.
34740         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34741         (calc-edit-top): Move declaration to earlier in file.
34742         (calc-edit-macro-repeats): Add local variables.
34744         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34745         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34746         calcFunc-tanh.
34747         Adjust integration rule for calcFunc-tan.
34749 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34751         * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
34752         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34753         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34754         (viper-skip-separators): Bug fix.
34755         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34756         particular major mode.
34757         (viper-del-backward-char-in-replace): Don't put deleted char on the
34758         kill ring.
34760         * emulation/viper-ex.el (viper-color-display-p): New function.
34761         (viper-has-face-support-p): Use viper-color-display-p.
34763         * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
34765         * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34767         * emulation/viper-util.el (viper-glob-unix-files):
34768         Fix shell status check.
34769         (viper-file-remote-p): Make equivalent to file-remote-p.
34771         * emulation/viper.el (viper-major-mode-modifier-list):
34772         Use viper-gnus-modifier-map.
34774 2005-02-19  David Kastrup  <dak@gnu.org>
34776         * subr.el (subregexp-context-p): Fix garbled doc string by adding
34777         quoting.
34779 2005-02-19  Jay Belanger  <belanger@truman.edu>
34781         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34782         Remove extra definitions.
34783         (calc-coth): New function.
34784         (calcFunc-cot): Fix `let'.
34786 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
34788         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34789         the reasons we use "type pc" in these faces.
34791         * button.el (button): Ditto.
34793 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
34795         * replace.el (query-replace-read-from): Set the value of
34796         query-replace-from-history-variable to handle the case of an empty
34797         string entered to accept the suggested default.
34799         * net/tramp.el (tramp-file-name-for-operation):
34800         Use dired-call-process instead of dired-call-process-command.
34802 2005-02-19  Jay Belanger  <belanger@truman.edu>
34804         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34805         (math-div-non-trig): New variables.
34806         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34807         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34808         (math-combine-prod, math-div-symb-fancy): Add simplifications for
34809         trig expressions.
34811 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
34813         * progmodes/gdb-ui.el (gdb-var-update-handler)
34814         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34815         for watch expressions,
34816         (gdb-var-create-handler): Don't set speedbar-update-flag.
34817         (gdb-post-prompt): Simplify test for speedbar.
34819 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34821         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34822         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34823         we use the syntax table of the correct buffer.
34824         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34825         Felix Gatzemeier.
34827         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34828         (ediff-file-remote-p): Make synonymous with file-remote-p.
34829         In all deffaces ediff-*-face-*, use min-colors.
34831         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34832         ediff-recurse-to-subdirectories.
34833         (ediff-mark-if-equal): Check that the arguments are strings, use
34834         ediff-same-contents (after to Felix Gatzemeier).
34836         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34837         nil.
34839 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34841         * log-view.el (log-view-message-re): Fix up Subversion regexp.
34843 2005-02-18  David Kastrup  <dak@gnu.org>
34845         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34846         use `mark-active' when defined.
34848 2005-02-18  Kenichi Handa  <handa@m17n.org>
34850         * ps-print.el (ps-font-info-database): New entry
34851         ZapfChancery-MediumItalic with correct font name.  Fix font name
34852         of the entry Zapf-Chancery-MediumItalic.
34854 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
34856         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34858 2005-02-16  Kim F. Storm  <storm@cua.dk>
34860         * ido.el (ido-fallback-command): Pass user input to fallback command.
34862 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
34864         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34865         (gdb-find-file-hook): Add server prefix.
34867 2005-02-16  Richard M. Stallman  <rms@gnu.org>
34869         * replace.el (perform-replace): Pass new args to replace-highlight.
34870         (replace-highlight): Take region args,
34871         and pass them to isearch-lazy-highlight-new-loop.
34873         * novice.el (disabled-command-hook): Autoload the defalias
34874         and the make-obsolete-variable call.
34876         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34878         * isearch.el (isearch-lazy-highlight-start-limit)
34879         (isearch-lazy-highlight-end-limit): New variables limit
34880         the region for highlighting.
34881         (isearch-lazy-highlight-new-loop): New args BEG and END.
34882         (isearch-lazy-highlight-search): Use the new vars.
34883         (isearch-lazy-highlight-update): Likewise.
34885         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34887         * cus-start.el (all): Use default-boundp.
34889 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
34891         * menu-bar.el (menu-bar-select-frame): Handle current frame.
34893 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
34895         * autorevert.el (auto-revert-stop-on-user-input)
34896         (auto-revert-verbose): Doc fixes.
34898 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
34900         * international/mule-cmds.el (set-locale-environment): Remove call
34901         to set-selection-coding-system on Windows.
34903 2005-02-15  Jay Belanger  <belanger@truman.edu>
34905         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34906         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34907         calcFunc-coth.
34908         (math-simplify-sqrt): Add simplifications.
34910         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34911         to list.
34913         * calc/calc-ext.el: Add functions to autoloads.
34915         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34916         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34917         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34918         (math-csc-raw, math-cot-raw): New functions.
34920         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34922         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34923         the variable name in a message.
34925         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34926         calcFunc-csc, calcFunc-cot.
34928         * calc/calcalg2.el: Add derivative and integration rules for
34929         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34930         calcFunc-csch, calcFunc-coth.
34931         (math-do-integral-methods): Add to checks for when to use
34932         substitutions.
34934         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34936 2005-02-15  Lute Kamstra  <lute@gnu.org>
34938         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34939         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
34940         <monnier@iro.umontreal.ca>.
34941         (lisp-outline-level): Improve efficiency.  Suggested by David
34942         Kastrup <dak@gnu.org>.
34944 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
34946         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34947         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34948         (gdb-set-gud-minor-mode-existing-buffers): New functions.
34949         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
34950         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34952 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
34954         * cus-start.el (all): Comment change.
34956 2005-02-14  Lute Kamstra  <lute@gnu.org>
34958         * cus-start.el (all): Check if symbol is void.
34960 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
34962         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34963         optional argument to \cite.
34965 2005-02-14  Richard M. Stallman  <rms@gnu.org>
34967         * cus-edit.el (custom-buffer-create-internal): Update help message.
34968         (custom-magic-alist): Update help messages.
34970         * cus-start.el (all): Allow a var to specify a standard value.
34972 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
34974         * custom.el (custom-theme-set-variables): Handle variable aliases.
34976         * frame.el (blink-cursor-timer): Doc fix.
34977         (blink-cursor): Make it an alias for `blink-cursor-mode' and
34978         declare obsolete.
34979         (blink-cursor-mode): Define with defcustom and use correct
34980         standard expression in that defcustom.
34981         * startup.el (command-line): Adapt to above changes in frame.el.
34983 2005-02-11  Lute Kamstra  <lute@gnu.org>
34985         * apropos.el (apropos-score-doc): Prevent division by zero.
34987 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
34989         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34990         (icalendar--get-event-property-attributes)
34991         (icalendar--get-event-properties)
34992         (icalendar--datetime-to-diary-date): New functions.
34993         (icalendar--split-value): Doc fix.
34994         (icalendar--datetime-to-noneuropean-date)
34995         (icalendar--datetime-to-european-date): New optional argument
34996         SEPARATOR.  Return result as a string instead of a list.
34997         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34998         (icalendar--convert-string-for-export): Rename arg S to STRING.
34999         (icalendar-export-region): Doc fix.  Change name of error buffer.
35000         Save output buffer.
35001         (icalendar-import-file): Add blank at end of prompt.
35002         (icalendar-import-buffer): Doc fix.  Do not switch to error
35003         buffer.  Indicate status in return value.
35004         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
35005         buffer.  Save output buffer.  Handle exception from recurrence
35006         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
35007         events.  Fix problems with weekly all-day events.
35009 2005-02-10  Richard M. Stallman  <rms@gnu.org>
35011         * simple.el (eval-expression-print-format):
35012         Avoid warning about edebug-active.
35014         * help.el (help-for-help-internal): Rename from help-for-help.
35015         (help-for-help): Define with defalias.
35017         * font-core.el (font-lock-default-function): Use with-no-warnings.
35019         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35021         * custom.el (defface): Doc fix.
35023 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
35025         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35026         width 0" to prevent word wrapping problems.
35028 2005-02-09  Kim F. Storm  <storm@cua.dk>
35030         * ido.el (ido-file-extensions-order): New defcustom.
35031         (ido-file-extension-lessp, ido-file-extension-aux)
35032         (ido-file-extension-order): New advanced file ordering.
35033         (ido-file-lessp): New simple file ordering.
35034         (ido-sort-list): Remove.
35035         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35036         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35038 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
35040         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35041         that some versions of grep produce.
35042         (grep-mode-font-lock-keywords): Likewise.
35044 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
35046         * progmodes/gdb-ui.el (gdb-location-list): New variable.
35047         (gdb-cdir): Delete.
35048         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35049         (gdb-source-info): Treat case when source file is in another
35050         directory properly.
35051         (gdb-get-location): New function.
35053 2005-02-07  Jay Belanger  <belanger@truman.edu>
35055         * calc/calc-prog.el (calc-write-parse-table-part)
35056         (calc-fix-token-name): Fix a check for language type.
35058         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35060 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
35062         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35063         as directory not writable.
35065 2005-02-07  Kim F. Storm  <storm@cua.dk>
35067         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35068         (cua--standard-movement-commands): Remove list.
35069         Instead, set CUA property value to move for movement commands.
35070         (cua-movement-commands): Remove.  Users must set CUA prop instead.
35071         (cua--pre-command-handler): Check CUA property.
35072         (cua--init-keymaps): Don't remap undo commands.
35073         (cua-mode): Don't call cua--rectangle-on-off.
35075         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35076         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35077         (cua--rect-undo-set-point): New var.
35078         (cua--rectangle-undo-boundary): Setup undo apply entry.
35079         (cua--rect-undo-handler): New function for rectangle undo.
35080         (cua--rect-start-position, cua--rect-end-position): Add.
35081         (cua--rectangle-post-command): Call cua--rectangle-set-corners
35082         for restored rectangle.  Set point if cua--rect-undo-set-point.
35084 2005-02-06  Jay Belanger  <belanger@truman.edu>
35086         * calc/calc-lang.el (calc-tex-language): Display more information
35087         in messages.
35089         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35090         in TeX mode.
35092 2005-02-06  Richard M. Stallman  <rms@gnu.org>
35094         * emacs-lisp/lisp.el (buffer-end): Doc fix.
35096 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
35098         * net/ldap.el (ldap-search-internal): Support attributes with
35099         optional descriptions separated by a semi-colon, as in
35100         "userCertificate;binary".
35102 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
35104         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35105         isn't a cons (i.e. the version is 0).
35107 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
35109         * help.el (help-for-help): Doc fix.
35111 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
35113         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
35114         GDB-Windows on the menu-bar as this works better.
35116 2005-02-04  Jay Belanger  <belanger@truman.edu>
35118         * calc/calc-embed.el (calc-embedded-update): Don't put in
35119         unnecessary newlines.  Adjust the end of formula marker.
35121         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35122         (math-latex-parse-two-args): New function.
35124 2005-02-03  Lute Kamstra  <lute@gnu.org>
35126         * help-fns.el (help-with-tutorial): Make sure that users cannot
35127         remove the entire text of the tutorial by means of `undo'.
35129 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35131         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35132         in recent changes, where the ispell process was repeatedly
35133         killed & restarted.
35135         * international/mule-cmds.el (set-locale-environment): Set file-name
35136         coding system to utf-8 on Darwin systems.
35137         (set-default-coding-systems): Don't set default-file-name-coding-system
35138         on Darwin systems.
35140 2005-02-03  Richard M. Stallman  <rms@gnu.org>
35142         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35144 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
35146         * faces.el (list-faces-display): Add optional argument.
35148 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
35150         * font-core.el (font-lock-default-function): Handle the rare case where
35151         only font-lock-keywords is set.
35153 2005-02-02  Kenichi Handa  <handa@m17n.org>
35155         * international/characters.el: Cancel previous change for
35156         I-WITH-DOT-ABOVE and DOTLESS-i.
35158         * international/latin-5.el: Cancel previous change.
35160 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
35162         * progmodes/gud.el: Correction to syntax in gud-menu-map.
35164 2005-02-02  Kenichi Handa  <handa@m17n.org>
35166         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35167         DOTLESS-i.
35169         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35170         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35172         * case-table.el (get-upcase-table): New function.
35173         (copy-case-table): Copy upcaes table too if non-nil.
35174         (set-case-syntax-delims): Maintain upcase table too.
35175         (set-case-syntax-pair): Likewise.
35176         (set-upcase-syntax, set-downcase-syntax): New functions.
35177         (set-case-syntax): Maintain upcase table too.
35179 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
35181         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35183         * progmodes/gud.el (gud-goto-info): New function.
35184         (gud-tool-bar-map): Use correct icon.
35186 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
35188         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35189         When delegating, order args in the funcall correctly.
35191 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
35193         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35195 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
35197         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35198         buffer not visiting a file.
35200 2005-01-31  Jay Belanger  <belanger@truman.edu>
35202         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35203         bound on the line with the formula.
35205 2005-01-31  Kim F. Storm  <storm@cua.dk>
35207         * ses.el (ses-create-cell-variable-range)
35208         (ses-destroy-cell-variable-range, ses-reset-header-string)
35209         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35210         (ses-insert-row): Fix format of apply undo entries.
35212 2005-01-31  Jay Belanger  <belanger@truman.edu>
35214         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35215         parts.
35217         * calc/calc-embed.el (calc-embedded-open-formula)
35218         (calc-embedded-close-formula): Ignore matrix environments.
35220         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35221         TeX mode.
35223         * calc/calc-lang.el (math-function-table, math-oper-table)
35224         (math-variable-table): Adjust the LaTeX portions.
35226         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35227         (math-latex-ignore-words): New constant.
35229 2005-01-31  Richard M. Stallman  <rms@gnu.org>
35231         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35232         (ispell-local-dictionary): Doc fix.
35233         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35234         Don't reinitialize at run time.  Don't defcustom.
35235         All uses changed to append ispell-local-dictionary-alist,
35236         or check it first.
35237         (ispell-current-dictionary): New variable for dictionary in use.
35238         (ispell-dictionary): Now used only for global default.
35239         (ispell-start-process): Set ispell-current-dictionary,
35240         not ispell-dictionary.
35241         (ispell-change-dictionary): Use this only for setting
35242         user preferences.
35243         (ispell-internal-change-dictionary): New function
35244         to change the current dictionary in use.
35245         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35246         Use ispell-current-dictionary.
35247         Handle ispell-local-dictionary-overridden.
35248         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35250 2005-01-31  Jay Belanger  <belanger@truman.edu>
35252         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35254         * calc/calc-ext.el: Add calc-latex-language to autoloads.
35255         (calc-mode-map): Add calc-latex-language.
35257         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35258         (math-latex-print-frac): New functions.
35259         (math-oper-table, math-function-table, math-variable-table)
35260         (math-complex-format, math-input-filter): Add latex properties.
35261         (calc-set-language): Set math-expr-special-function-mapping.
35263         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35264         (calc-write-parse-table-part): Add LaTeX support.
35266         * calc/calc.el (calc-language): Adjust docstring.
35267         (calc-set-mode-line): Add LaTeX support.
35268         (math-expr-special-function-mapping): New variable.
35269         (math-tex-ignore-words): Add to list.
35271         * calc/calccomp.el (math-compose-expr, math-compose-rows):
35272         Add LaTeX support.
35273         (math-compose-expr): Add support for special functions.
35275         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35277 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
35279         * progmodes/gdb-ui.el (gdb-memory-address)
35280         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35281         (gdb-memory-mode-map, gdb-memory-format-keymap)
35282         (gdb-memory-format-menu, gdb-memory-unit-keymap)
35283         (gdb-memory-unit-menu): New variables for a buffer
35284         that lets the user examine program memory.
35285         (gdb-memory-set-address, gdb-memory-set-repeat-count)
35286         (gdb-memory-format-binary, gdb-memory-format-octal)
35287         (gdb-memory-format-unsigned, gdb-memory-format-signed)
35288         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35289         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35290         (gdb-memory-unit-word, gdb-memory-unit-halfword)
35291         (gdb-memory-unit-byte, gdb-memory-unit-menu)
35292         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35293         (gdb-memory-mode, gdb-memory-buffer-name)
35294         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35295         New functions for above buffer.
35297 2005-01-30  Richard M. Stallman  <rms@gnu.org>
35299         * cus-edit.el (custom-bury-buffer): Function deleted.
35300         (custom-buffer-done-function): Option deleted.
35301         (custom-buffer-done-kill): New replacement option.
35302         (Custom-buffer-done): Call quit-window.
35303         (custom-buffer-create-internal): Update for above changes.
35305 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
35307         * simple.el (undo-ask-before-discard): New var.
35308         (undo-outer-limit-truncate): Implement it.
35309         (undo-extra-outer-limit): Doc update.
35311 2005-01-29  Richard M. Stallman  <rms@gnu.org>
35313         * ses.el (undo-more): Delete defadvice.
35314         (ses-begin-change): Doc fix.
35316         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
35317         instead of rebinding C-x u and C-_.
35319         * files.el (normal-backup-enable-predicate): Return nil for files
35320         in /tmp, regardless of temporary-file-directory.
35322         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
35324         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
35325         (open-rectangle, delete-whitespace-rectangle-line)
35326         (clear-rectangle-line): If FILL, pass t instead of FILL
35327         for move-to-column's 2nd arg.
35329         * simple.el (undo): Fix the test for continuing a series of undos.
35330         (undo-more): Set pending-undo-list to t when we reach end.
35331         (pending-undo-list): Move up defvar.
35333         * wid-edit.el (widget-button-click):
35334         Shorten the range of the track-mouse binding.
35336         * comint.el (comint-insert-input): Undo previous changes;
35337         use last-input-event in interactive spec.
35339 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
35341         * progmodes/compile.el (compilation-start): Bind buffer-read-only
35342         to nil before invoking call-process.  Reset buffer's modified flag
35343         after fontifying it in the no-async branch.
35345         * wid-edit.el (widget-specify-button): If mouse pointer shape
35346         cannot be changed, use mouse face instead.
35348 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
35350         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
35351         (gdb-goto-breakpoint): Make breakpoint handling work on template
35352         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
35353         (gdb-assembler-custom): Update to recognize breakpoint information
35354         added on 2005-01-19.
35356 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
35358         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
35359         (dsssl-mode): Use define-derived-mode.
35360         (scheme-mode-initialize): Remove.
35361         (scheme-mode): Use run-mode-hooks.
35363         * cus-edit.el (customize-group-other-window)
35364         (custom-buffer-create-other-window): Don't override special-display-*.
35365         (custom-mode-map): Make it dense.
35367         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35368         sets the default value.
35370 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
35372         * descr-text.el: Add more keywords.
35374 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
35376         * speedbar.el: Avoid unnecessary use of locate-library.
35378         * international/mule-cmds.el (standard-display-european-internal):
35379         Don't fiddle with latin-1 non-break space any more since it's now
35380         special cased in the C code.
35381         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35383 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
35385         * cus-start.el (all): Add `undo-outer-limit'.
35387 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
35389         * textmodes/bibtex.el (bibtex-format-entry):
35390         Use `bibtex-empty-field-re' only on the text of fields, not on entire
35391         field lines.
35392         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35393         not on part of a buffer.
35395 2005-01-25  Lute Kamstra  <lute@gnu.org>
35397         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35398         nonempty field text strings like "{letters\\macro{}more letters}".
35399         Clarify docstring.
35400         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35401         (bibtex-entry-offset, bibtex-parse-association)
35402         (bibtex-parse-field-name): Fix typos in docstrings.
35403         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
35405 2005-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
35406             Juri Linkov  <juri@jurta.org>
35408         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
35409         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
35410         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
35411         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35413         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35414         isearch minor mode.
35416 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
35418         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35420 2005-01-24  Lute Kamstra  <lute@gnu.org>
35422         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35423         CASECHARS and NOT-CASECHARS regular expressions of the
35424         "nederlands" and "nederlands8" dictionaries to prevent a "Range
35425         striding over charsets" error.
35427 2005-01-24  Jay Belanger  <belanger@truman.edu>
35429         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35430         display variable name.
35432 2005-01-24  Kenichi Handa  <handa@m17n.org>
35434         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35435         Fix setting of the element of encoded-kbd-iso2022-invocations.
35437 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
35439         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35440         (gdb-threads-select): Change to also accept mouse events.
35441         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35442         (gdb-threads-mouse-select): Delete.
35444 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
35446         * files.el (insert-directory): Take care of empty directory,
35447         listed without -a switch.
35449 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
35451         * textmodes/refill.el (refill-post-command-function):
35452         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35453         to the list of functions that we should be careful not to undo.
35454         (refill-late-fill-paragraph-function): Remove.
35455         (refill-saved-state): New var.
35456         (refill-mode): Use it to save fill-paragraph-function.
35457         Save also the value of auto-fill-function.
35459         * term/w32-win.el: Simplify code.
35461 2005-01-23  Kim F. Storm  <storm@cua.dk>
35463         * simple.el (line-move): Adapt to new return value from
35464         pos-visible-in-window-p.
35466         * simple.el (line-move): Fix last change.  Check partial
35467         visibility at point rather than at window-start.
35469 2005-01-22  Jason Rumney  <jasonr@gnu.org>
35471         * term/w32-win.el (xw-defined-colors): Remove debug-message.
35473 2005-01-22  David Kastrup  <dak@gnu.org>
35475         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35477 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
35479         * type-break.el (type-break-mode): Add a test for
35480         type-break-file-name being non-nil.
35482 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
35484         * net/eudc.el (top level): Call (message "") via progn, so that
35485         eudc-options-file is loaded.
35487 2005-01-22  Kim F. Storm  <storm@cua.dk>
35489         * simple.el (line-move-1): Rename from line-move.
35490         (line-move): New function that adjusts vscroll for partially
35491         visible rows, and calls line-move-1 otherwise.
35493 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
35495         * pcomplete.el: Define pcomplete-read-event instead of read-event,
35496         since it's not a complete read-event implementation.
35498 2005-01-20  Jay Belanger  <belanger@truman.edu>
35500         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35501         for called function.
35503 2005-01-20  Steven Tamm  <steventamm@mac.com>
35505         * term/mac-win.el (process-connection-type): Remove.
35506         Controlled now by s/darwin.h:PTY_ITERATION.
35508 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
35510         * window.el (handle-select-window): Don't switch window when we're
35511         in the minibuffer.
35513 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
35515         * subr.el (dotimes-with-progress-reporter): New macro.
35517         * ses.el (ses-dotimes-msg): Remove macro.
35518         Use `dotimes-with-progress-reporter' instead.
35520 2005-01-19  Steven Tamm  <steventamm@mac.com>
35522         * term/mac-win.el (process-connection-type): Use new
35523         operating-system-release variable to use ptys on Darwin 7 (OS X
35524         10.3) when using carbon build.
35526 2005-01-19  Jay Belanger  <belanger@truman.edu>
35528         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35529         flags if the last command was a tab or M-tab.
35531         * calc/calc-prog.el (calc-user-define-edit): Put original formula
35532         in formula editing buffer.
35534 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
35536         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35537         breakpoint image symbol in margin.
35539 2005-01-19  Jay Belanger  <belanger@truman.edu>
35541         * calc/calc-prog.el (calc-execute-kbd-macro):
35542         Ignore calc-keep-arg-flag.
35544 2005-01-19  Kenichi Handa  <handa@m17n.org>
35546         * textmodes/ispell.el (ispell-looking-at): New function.
35547         (ispell-process-line): Use ispell-looking-at to compare the ispell
35548         output and the buffer contents.
35550 2005-01-18  Jay Belanger  <belanger@truman.edu>
35552         * calc/calc.el (calc-display-raw): Fix docstring.
35554 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
35556         * simple.el (blink-matching-open): Strip extra info from syntax.
35558         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35559         funny chars in the end-of-here-doc marker.
35561 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
35563         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35564         that enable/disabled state of breakpoints is shown correctly in
35565         fringe and on ttys.
35566         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35567         Add breakpoint information as text properties.
35568         (gdb-mouse-toggle-breakpoint):
35569         Rename to gdb-mouse-set-clear-breakpoint.
35570         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
35571         breakpoints in the margin.
35572         (gdb-remove-strings): Simplify.
35574 2005-01-17  Jay Belanger  <belanger@truman.edu>
35576         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35577         erasing buffer.
35579 2005-01-17  Richard M. Stallman  <rms@gnu.org>
35581         * progmodes/grep.el (grep-find): Copy from `grep' the condition
35582         for calling grep-compute-defaults.
35584         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35585         if buffer is empty.
35587         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35589 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
35591         * hilit-chg.el (highlight-changes-mode): Don't autoload.
35593         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35594         non-preloaded variables.
35596 2005-01-17  Steven Tamm  <steventamm@mac.com>
35598         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35599         tex-shell cause to force interactivity when using pipes.
35601 2005-01-17  Kim F. Storm  <storm@cua.dk>
35603         * simple.el (just-one-space): Make arg optional.
35605 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
35607         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35608         posn-at-x-y to t to access left-margin.
35610 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
35612         Sync with Tramp 2.0.47.
35614         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35615         catching keep-date problems in cp/scp operations.
35616         (tramp-handle-copy-file): Don't call `set-file-modes'
35617         unconditionally.  Specialized functions should know better what is
35618         necessary.  This improves performance a little bit, and the
35619         functions could catch errors with `cp -p' and `scp -p'.
35620         (tramp-do-copy-or-rename-file-via-buffer)
35621         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35622         when appropriate.
35623         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35624         Call `set-file-modes' when appropriate.
35625         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
35626         Johnsson <isak@hypergene.com>.
35627         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35628         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
35629         <joakim@verona.se>.
35630         (tramp-file-name-for-operation): Mark `shell-command' as magic for
35631         Emacs only.
35633         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
35634         `find-file-hooks' and `dired-mode-hook'.
35635         (tramp-minor-mode-map): Respective map.  Add remapping for
35636         `compile' and `recompile'.
35637         (tramp-remap-command, tramp-recompile): New defuns.
35638         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35639         in buffer "*Compilation*".  Call the commands asynchronously.
35641         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35642         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35643         `shell-command', because it isn't magic in XEmacs.  Reported by
35644         Adrian Aichner <adrian@xemacs.org>.
35646         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35647         `substitute-in-file-name.
35648         (tramp-smb-handle-substitute-in-file-name): New defun.
35649         (tramp-smb-advice-PC-do-completion): Delete advice.
35651 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
35653         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35654         Fix error in deleting region.
35656 2005-01-15  Richard M. Stallman  <rms@gnu.org>
35658         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35659         In non-temp buffer, switch syntax table temporarily.
35661         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35663         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35665         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35667         * imenu.el (imenu--split-menu): Copy menulist before sorting.
35668         (imenu--generic-function): Use START, not BEG, as pos of definition.
35670         * simple.el (just-one-space): Argument specifies number of spaces.
35672         * simple.el (eval-expression-print-format): Avoid warning
35673         about edebug-active.
35675 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
35677         * progmodes/sh-script.el: Code copied from make-mode.el
35678         with small changes,
35679         (sh-mode-map): Bind C-c C-\.
35680         (sh-backslash-column, sh-backslash-align): New variables.
35681         (sh-backslash-region, sh-append-backslash): New functions.
35683 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35685         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35686         (rmail-pop-password, rmail-pop-password-required): Move to
35687         rmail-obsolete group.
35688         (rmail-set-pop-password): Rename to rmail-set-remote-password.
35689         All callers updated.
35690         (rmail-get-pop-password): Rename to rmail-get-remote-password.
35691         Take an argument specifying whether it is POP or IMAP mailbox we
35692         are using.  All callers updated.
35693         (rmail-pop-password-error): Rename to
35694         rmail-remote-password-error.  Added mailutils-specific error message.
35695         (rmail-movemail-search-path)
35696         (rmail-movemail-variant-in-use): New variables.
35697         (rmail-remote-password, rmail-remote-password-required):
35698         New customization variables.
35699         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35700         (rmail-parse-url): New function.
35701         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35702         with GNU mailutils movemail.
35704 2005-01-15  Kevin Ryde  <user42@zip.com.au>
35706         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35707         suffix to space, $ or '$, to correctly position point when going
35708         to @table style constants like DBL_MAX.
35710 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
35712         * type-break.el (type-break-mode, type-break-file-time)
35713         (type-break-file-keystroke-count, type-break-choose-file):
35714         Don't store data in or load data from the file if type-break-file-name
35715         is nil.
35716         (type-break-file-name): Doc update as per the above.
35718 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
35720         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35721         lookup-key might return nil; handle that.
35723 2005-01-15  Alan Mackenzie  <acm@muc.de>
35725         * progmodes/ebrowse.el (ebrowse-class-in-tree):
35726         Return the tail of the tree rather than the element found,
35727         thus enabling the tree to be setcar'd.
35729 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35731         * textmodes/org.el (org-show-following-heading): New option.
35732         (org-show-hierarchy-above): Use `org-show-following-heading'.
35733         (org-cycle): Documentation fix.
35735         * textmodes/org.el (orgtbl-optimized): New option.
35736         (orgtbl-mode): New command, a minor mode.
35737         (orgtbl-mode-map): New variable.
35738         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35739         (orgtbl-error, orgtbl-self-insert-command)
35740         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35742         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35743         a local variable in each org-mode buffer.
35745         * textmodes/org.el (org-set-regexps-and-options): Rename from
35746         `org-set-regexps'.  Added checking for STARTUP keyword.
35747         (org-get-current-options): Add STARTUP options.
35748         (org-table-insert-row): Make mode intelligent about when
35749         realignment is needed.
35750         (org-self-insert-command, org-delete-backward-char, org-delete-char):
35751         New commands.
35752         (org-enable-table-editor): New default value `optimized'.
35753         (org-table-blank-field): Support blanking regions if active.
35755 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35757         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35758         if the year is not given.
35760         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35761         Add new escapes %m and %M, fixed bug with %F by adding
35762         save-match-data.
35763         (reftex-reference): Remove ?. from list of spaces.
35764         (reftex-label-info): Add automatic label prefix recognition.
35766         * textmodes/reftex-index.el (reftex-index-next-phrase):
35767         Add slave parameter to call of `reftex-index-this-phrase'.
35768         (reftex-index-this-phrase): New optional argument.
35769         (reftex-index-region-phrases): Add slave parameter to call of
35770         `reftex-index-this-phrase'.
35771         (reftex-display-index): New argument redo.
35772         (reftex-index-rescan): Add `redo' to arguments of
35773         `reftex-display-index'.
35774         (reftex-index-Rescan, reftex-index-revert)
35775         (reftex-index-switch-index-tag): Add `redo' to arguments of
35776         `reftex-display-index'.
35777         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35778         indexing.  Fix bug with matching is there is a quote before or
35779         after the word.
35781         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35782         Fix bug when collecting citation keys in lines with comments.
35783         (reftex-citation): Prefix argument no longer rescans the document,
35784         but forces prompting for optional arguments of cite macros.
35785         (reftex-do-citation): Prompting for optional arguments implemented.
35787         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35788         Add optional arguments to most cite commands.
35789         (reftex-cite-cleanup-optional-args): New option
35790         (reftex-cite-prompt-optional-args): New option.
35791         (reftex-trust-label-prefix): New option.
35793         * textmodes/reftex-toc.el (reftex-toc-find-section):
35794         Add push-mark before changing the position in the buffer.
35796         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35797         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35799 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
35801         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35802         more carefully.
35804 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
35806         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35807         (sgml-mode): Use it.
35808         (sgml-get-context): Better keep track of implicitly closed tags.
35810 2005-01-13  Kenichi Handa  <handa@m17n.org>
35812         * textmodes/ispell.el: These changes are to fix misalignment error
35813         caused by equivalent characters of different Emacs charsets.
35814         (ispell-unified-chars-table): New variable.
35815         (ispell-get-decoded-string): New function.
35816         (ispell-get-casechars, ispell-get-not-casechars)
35817         (ispell-get-otherchars): Call ispell-get-decoded-string.
35819 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
35821         * custom.el (custom-declare-variable): Just put symbol instead
35822         of (defvar . symbol) in `current-load-list'.
35824 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
35826         * emacs-lisp/elint.el: Fixed typo in Commentary section.
35828 2005-01-12  Jay Belanger  <belanger@truman.edu>
35830         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35831         to create a Calc summary.
35833 2005-01-12  Kim F. Storm  <storm@cua.dk>
35835         * mouse.el (mouse-on-link-p): Change functionality and doc
35836         string to comply with latest description in lisp ref.
35838 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
35840         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35841         Enable mouse clicks on mode-line, header-line and margin.
35842         (event-type): Give mouse event symbols an `event-kind' property
35843         with value `mouse-click'.
35845 2005-01-12  Juri Linkov  <juri@jurta.org>
35847         * facemenu.el (list-colors-display): Add new arg buffer-name.
35848         Use it.  Fix docstring.  Replace code for identifying duplicate
35849         colors by the name with call to `list-colors-duplicates' which
35850         identifies duplicate colors by the value unless the color
35851         is one of special Windows colors.  Set truncate-lines to t.
35852         Print sorted duplicate color names on each line.  Indent to 22
35853         \(the longest color name in rgb.txt) instead of 20.  Optimize.
35854         (list-colors-duplicates): New function.
35855         (facemenu-color-name-equal): Delete function.
35857         * facemenu.el (list-colors-print): New function created from code
35858         in list-colors-display.  Print #RRGGBB at the window right edge.
35859         (list-colors-display): When temp-buffer-show-function is not
35860         defined, call list-colors-print from temp-buffer-show-hook
35861         to get the right value of window-width in list-colors-print
35862         after the buffer is displayed.
35864         * simple.el (pop-mark): Move deactivate-mark out of conditional
35865         part to deactivate the active mark regardless of the state of the
35866         mark ring.
35868         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35869         variables line in desktop files.
35871 2005-01-12  Juri Linkov  <juri@jurta.org>
35873         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35874         Bring together isearch highlight related options.
35875         (lazy-highlight): Replace group `replace' by `matching'.
35876         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35877         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35878         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35879         and declare them obsolete.
35880         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35881         (isearch-faces): Remove defgroup.
35882         (isearch-overlay, isearch-highlight, isearch-dehighlight):
35883         Move isearch highlighting code closer to lazy highlighting code.
35885         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35886         (query-replace-highlight, query-replace-lazy-highlight)
35887         (query-replace): Move definitions to the beginning of the file.
35889 2005-01-11  Juri Linkov  <juri@jurta.org>
35891         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35892         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35893         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35895         * info.el (Info-history-forward): New variable.
35896         (Info-select-node): Reset Info-history-forward to nil.
35897         (Info-last): Turn into defalias.
35898         (Info-history-back): Rename from Info-last.
35899         Add current node to Info-history-forward.
35900         (Info-history-forward): New fun.
35901         (Info-mode-map): Replace Info-last by Info-history-back.
35902         Bind Info-history-forward to "r".
35903         (Info-mode-menu): Replace Info-last by Info-history-back.
35904         Fix menu item text.  Add menu item for Info-history-forward.
35905         (info-tool-bar-map): Replace Info-last by Info-history-back.
35906         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
35907         for Info-history-forward.
35908         (Info-mode): Replace Info-last by Info-history-back in docstring.
35909         Add local variable Info-history-forward.
35910         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35912 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
35914         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35915         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35916         Ignore select-window events rather than fiddle with
35917         mouse-autoselect-window.
35919 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
35921         * type-break.el (type-break-mode): Fix previous change.
35923 2005-01-10  Jay Belanger  <belanger@truman.edu>
35925         * calc/calc-ext.el (calc-reset): Reset when inside embedded
35926         calculator; only reset when point is inside a calculator.
35927         Don't adjust the window height if the window takes up the whole height
35928         of the frame.
35930 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
35932         * ebuff-menu.el (Electric-buffer-menu-mode):
35933         Preserve value of buffer-local var header-line-format.
35935 2005-01-09  Jay Belanger  <belanger@truman.edu>
35937         * calc/calc.el (calc-mode-var-list-restore-saved-values):
35938         Make sure settings file exists before accessing it.
35940         * calc/calc-embed.el (calc-embedded-subst):
35941         Replace math-multi-subst-rec, which is only supposed to be called
35942         by math-multi-subst, by math-multi-subst.
35944 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
35946         * vc.el (vc-allow-async-revert): New user option.
35947         (vc-disable-async-diff): New internal variable.
35948         (vc-revert-buffer): Use them to disable asynchronous diff.
35950         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35951         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35952         asynchronously if vc-disable-async-diff is t.
35954 2005-01-09  Jay Belanger  <belanger@truman.edu>
35956         * calc/calc.el (defcalcmodevar): New macro.
35957         (calc-mode-var-list-restore-default-values)
35958         (calc-mode-var-list-restore-saved-values): New functions.
35959         (calc-mode-var-list): Use defcalcmodevar to define it.
35960         (calc-always-load-extensions, calc-line-numbering)
35961         (calc-line-breaking, calc-display-just, calc-display-origin)
35962         (calc-number-radix, calc-leading-zeros, calc-group-digits)
35963         (calc-group-char, calc-point-char, calc-frac-format)
35964         (calc-prefer-frac, calc-hms-format, calc-date-format)
35965         (calc-float-format, calc-full-float-format, calc-complex-format)
35966         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35967         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35968         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35969         (calc-matrix-brackets, calc-language, calc-language-option)
35970         (calc-left-label, calc-right-label, calc-word-size)
35971         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35972         (calc-display-raw, calc-internal-prec, calc-angle-mode)
35973         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35974         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35975         (calc-window-height, calc-display-trail, calc-show-selections)
35976         (calc-use-selections, calc-assoc-selections)
35977         (calc-display-working-message, calc-auto-why, calc-timing)
35978         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35979         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35980         (calc-gnuplot-default-device, calc-gnuplot-default-output)
35981         (calc-gnuplot-print-device, calc-gnuplot-print-output)
35982         (calc-gnuplot-geometry, calc-graph-default-resolution)
35983         (calc-graph-default-resolution-3d, calc-invocation-macro)
35984         (calc-show-banner): Use defcalcmodevar to declare them and set
35985         their default values.
35987         * calc/calc-ext.el (calc-reset): Restore saved values of variables
35988         instead of default values (but restore default values if there is
35989         an argument of 0).
35991 2005-01-09  David Kastrup  <dak@gnu.org>
35993         * desktop.el (desktop-restore-eager): Fix typo in type.
35995 2005-01-08  Richard M. Stallman  <rms@gnu.org>
35997         * cus-edit.el (customize): Delete :link.
35999 2005-01-08  Jay Belanger  <belanger@truman.edu>
36001         * calc/calc.el (calc-mode): Remove the extension from the
36002         `calc-settings-file' file name when loading it.
36004 2005-01-08  Kim F. Storm  <storm@cua.dk>
36006         * info.el (Info-mode-map, Info-next-link-keymap)
36007         (Info-prev-link-keymap, Info-up-link-keymap):
36008         Map follow-link to mouse-face.
36009         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36011 2005-01-08  Jay Belanger  <belanger@truman.edu>
36013         * calc/calc.el (calc-settings-file): Change default value.
36014         Suggested by cgw in a comment in calc-mode.el.
36016         * calc/calc-mode.el (calc-settings-file-name):
36017         Compare calc-settings-file to user-init-file instead of ~/.emacs.
36018         Replace ~/.emacs in a prompt by calc-settings-file.
36020 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
36022         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36023         (desktop-lazy-idle-delay): New customizable variables.
36024         (desktop-buffer-args-list): New variable.
36025         (desktop-append-buffer-args): New function.
36026         (desktop-save): Call desktop-append-buffer-args for some buffers.
36027         (desktop-lazy-create-buffer): New function.
36028         (desktop-idle-create-buffers): New function.
36029         (desktop-read): Add message about buffers to restore lazily.
36030         (desktop-lazy-abort): New command.
36031         (desktop-clear): Call desktop-lazy-abort.
36032         (desktop-lazy-complete): New command.
36034 2005-01-06  Richard M. Stallman  <rms@gnu.org>
36036         * emacs-lisp/find-func.el (find-face-definition):
36037         Rename from find-face.
36039 2005-01-06  Kim F. Storm  <storm@cua.dk>
36041         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36043         * man.el (Man-xref-man-page, Man-xref-header-file)
36044         (Man-xref-normal-file): Add follow-link property.
36046 2005-01-06  Jay Belanger  <belanger@truman.edu>
36048         * calc/calc-units.el: Make sure the proper macro definitions are
36049         available when compiling.
36051 2005-01-06  Juri Linkov  <juri@jurta.org>
36053         * isearch.el (isearch-lazy-highlight-update):
36054         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36056 2005-01-06  Miles Bader  <miles@gnu.org>
36058         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36059         (isearch-lazy-highlight-face): Use new name.
36061 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
36063         * uniquify.el (uniquify-rationalize-file-buffer-names):
36064         Re-add an interactive spec.
36065         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36066         to the same name.
36068         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36069         (isearch-update, isearch-done): Adjust calls accordingly.
36071 2005-01-05  Richard M. Stallman  <rms@gnu.org>
36073         * custom.el (custom-set-variables, custom-theme-set-variables):
36074         Clarify documentation.
36076         * emacs-lisp/find-func.el (find-variable)
36077         (find-variable-other-window, find-variable-other-frame):
36078         Fix the TYPE args to find-function-read and find-function-do-it.
36079         (find-function): Doc fix.
36080         (find-function-at-point): Replace function-at-point alias.
36082 2005-01-04  Richard M. Stallman  <rms@gnu.org>
36084         * cus-face.el (custom-declare-face):
36085         Record defface in current-load-list.
36087         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36089         * emacs-lisp/find-func.el: Doc fixes.
36090         (find-face-regexp): New variable.
36091         (find-function-regexp-alist): New variable.
36092         (find-function-C-source): Third arg is now TYPE.
36093         (find-function-search-for-symbol): Handle general TYPE.
36094         (find-function-read, find-function-do-it): Handle general TYPE.
36095         (find-definition-noselect, find-face): New functions.
36096         (function-at-point): Alias deleted.
36098 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
36100         * battery.el (display-battery-mode): Rename from display-battery.
36101         Handle the case where it gets turned off.
36103 2005-01-04  Richard M. Stallman  <rms@gnu.org>
36105         * cus-edit.el (customize): Make :link point to user doc.
36107         * man.el (Man-fontify-manpage): Turn off undo generation.
36109         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36111 2005-01-04  Andreas Schwab  <schwab@suse.de>
36113         * files.el (insert-directory): Only look for error lines in
36114         inserted text.  Don't move too far after processing --dired markers.
36116 2005-01-04  Richard M. Stallman  <rms@gnu.org>
36118         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36119         Don't expand if the character is @, period, dash, etc.
36120         (define-mail-abbrev): Quote names that contain problem characters.
36122 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
36124         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36126 2005-01-03  Richard M. Stallman  <rms@gnu.org>
36128         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36129         (query-replace-highlight, query-replace-lazy-highlight)
36130         (query-replace): Definitions moved up.  Doc fix.
36132 2005-01-03  Richard M. Stallman  <rms@gnu.org>
36134         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36135         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36136         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36137         (lazy-highlight-face): Rename from isearch-lazy-...
36138         Change all references to them.
36140 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
36142         * cus-edit.el (custom-file): Doc fix for defcustom.
36143         (custom-file): The function no longer sets the variable
36144         `custom-file' to its return value.
36146         * startup.el (command-line): No longer load `custom-file'.
36148 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
36150         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36152         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36153         Don't confuse module-prefixed identifiers for labels.
36154         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36156 2005-01-02  Richard M. Stallman  <rms@gnu.org>
36158         * files.el (basic-save-buffer-1): Fix previous change.
36160         * loadhist.el (file-loadhist-lookup): New function.
36161         (file-provides, file-requires): Use it.
36163         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36164         instead of calculating the right size.
36166 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
36168         * vc-svn.el (vc-svn-diff): Stay local if possible.
36170 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
36172         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36174         * files.el (hack-local-variables): Fix last change.
36176 2005-01-02  Jay Belanger  <belanger@truman.edu>
36178         * calc/calc-yank.el (calc-edit-top): New variable.
36179         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36180         object.  Change header properties.
36181         (calc-edit-finish, calc-edit-finish-stack-object)
36182         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36183         edited object.
36184         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36185         for the beginning of the edited object.
36186         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36187         for the beginning of the edited object.
36188         * calc/calc-prog.el (calc-edit-macro-finish-edit)
36189         (calc-finish-formula-edit, calc-macro-repeats)
36190         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36191         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36192         beginning of the edited object.
36193         (calc-user-define-edit): Change the header for editing macros.
36194         Remove unnecessary variable.
36196 2005-01-01  Jay Belanger  <belanger@truman.edu>
36198         * calc/calc-yank.el (calc-edit-mode): Change default header.
36199         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36200         * calc/calc-store.el (calc-edit-variable): Change title to match new
36201         header.
36202         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36203         mode to match new header.
36204         (calc-user-define-edit): Change titles to include names of commands.
36205         (calc-finish-formula-edit): Adjust to handle new header.
36206         (calc-finish-macro-edit): Remove.
36207         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36208         (calc-edit-macro-command, calc-edit-macro-command-type)
36209         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36210         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36211         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36212         (calc-edit-macro-finish-edit): New functions.
36213         (calc-user-define-edit): Use new functions to edit named calc macros.
36215 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
36217         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36219         * ses.el (copy-region-as-kill): Deactivate mark.
36221 2005-01-01  Richard M. Stallman  <rms@gnu.org>
36223         * replace.el (occur-1): If the output buffer is also an input,
36224         don't kill it, rename it.
36226         * faces.el (set-face-background, set-face-foreground): Doc fix.
36228         * cus-face.el (custom-face-attributes): Fix :help-echo strings
36229         for :foreground and :background.
36231         * dired.el (dired-view-command-alist): Variable deleted.
36232         (dired-view-file, dired-mouse-find-file-other-window):
36233         Delete the code to use it.
36235 2005-01-01  Kim F. Storm  <storm@cua.dk>
36237         * image.el (insert-sliced-image): Use t for line-height property.
36239 See ChangeLog.11 for earlier changes.
36241 ;; Local Variables:
36242 ;; coding: iso-2022-7bit
36243 ;; add-log-time-zone-rule: t
36244 ;; End:
36246     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
36248   This file is part of GNU Emacs.
36250   GNU Emacs is free software; you can redistribute it and/or modify
36251   it under the terms of the GNU General Public License as published by
36252   the Free Software Foundation; either version 3, or (at your option)
36253   any later version.
36255   GNU Emacs is distributed in the hope that it will be useful,
36256   but WITHOUT ANY WARRANTY; without even the implied warranty of
36257   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
36258   GNU General Public License for more details.
36260   You should have received a copy of the GNU General Public License
36261   along with GNU Emacs; see the file COPYING.  If not, write to the
36262   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36263   Boston, MA 02110-1301, USA.
36265 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1