*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobae1931983af5ad9425fe92c1abfee91a028c26b5
1 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3         * net/newsticker.el (newsticker--insert-image): Update docstring,
4         and insert the image directly.
5         (newsticker--buffer-redraw): Update docstring.
7         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Rename
8         from define-global-minor-mode.
10         * progmodes/cwarn.el (global-cwarn-mode): 
11         * emacs-lisp/autoload.el (make-autoload): 
12         * hi-lock.el (global-hi-lock-mode): 
13         * font-core.el (global-font-lock-mode): All callers changed.
15 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
17         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
18         Don't copy @ignore lines into menu descriptions.
19         (texinfo-multi-file-update): Goto the @node line before attempting
20         to pluck the node name.
21         (texinfo-multiple-files-update): Reverse the optional arguments'
22         order, as per the doc string and the `interactive' form.
24 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
26         * image-mode.el: Use autoload to avoid overriding disabled setting
27         applied in .emacs.
29 2007-02-03  acm  <acm@localhost.localdomain>
31         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
32         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
33         adjacent paren groups).
35 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
37         * progmodes/ebnf2ps.el: Doc fixes.
38         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
40 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
42         * dired-x.el (dired-do-relsymlink): Add reference to
43         dired-do-symlink.  Add an autoload cookie.
45         * dired-aux.el (dired-do-symlink): Add reference to
46         dired-do-relsymlink.
48 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
50         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
51         <left-fringe mouse-3>: New bindings.
53 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
55         * newsticker.el (newsticker-version): Changed to "1.10".
56         (newsticker--set-customvar): Doc string.
57         (newsticker-new-item-face): Doc string.
58         (newsticker-mode): Initialize `invisibility-spec' with t.
59         (newsticker-mode-map): Added
60         `newsticker-mark-all-items-at-point-as-read'.
61         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
62         (newsticker-w3m-show-inline-images): Do not call
63         `w3m-remove-image'.
64         (newsticker--buffer-after-w3m-insert-image): New advice for
65         w3m-insert-image to cache images.
66         (newsticker-next-item-same-feed): New.
67         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
68         (newsticker-mark-all-items-of-feed-as-read): New.
69         (newsticker-mark-all-items-at-point-as-read): Use new functions.
70         (newsticker-mark-item-at-point-as-read): Doc string.
71         (newsticker-mark-item-at-point-as-read): Use new functions.
72         (newsticker--do-mark-item-at-point-as-read): New, extracted from
73         `newsticker-mark-item-at-point-as-read'.
74         (newsticker-hide-entry): Use (t) instead of t for invisibility.
75         (newsticker--sentinel): Yet another xml-parser workaround.
76         (newsticker--decode-iso8601-date): Bugfix for datestrings without
77         days.
78         (newsticker--buffer-do-insert-text): Fix.
79         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
80         (newsticker--buffer-make-item-completely-visible):
81         `switch-to-buffer' not necessary.
83 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
85         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
86         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
87         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
88         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
89         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
91 2007-02-02  Kenichi Handa  <handa@m17n.org>
93         * international/quail.el (quail-show-key): Fix an error message.
95 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
97         * faces.el (set-face-underline-p, modify-face): Rename arg
98         UNDERLINE-P to UNDERLINE (it is not a flag).
100 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
102         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
103         when adding gdb-speedbar-update to gdb-input-queue.
105 2007-02-01  Kenichi Handa  <handa@m17n.org>
107         * international/quail.el (quail-show-key): Signal an error if the
108         current input method is not using Quail.
110 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
112         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
113         Trim leading whitespace in sysvar names.
115 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
117         * faces.el (internal-find-face, internal-get-face): Doc fixes.
119 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
121         * ido.el (ido-set-common-completion): Use `let', not `let*'.
123 2007-01-31  Romain Francoise  <romain@orebokech.com>
125         * comint.el: Delete extra copy of `comint-copy-old-input' added in
126         previous change to this file.
128 2007-01-31  Jason Rumney  <jasonr@gnu.org>
130         * files.el (magic-mode-alist): Use image-mode-maybe rather than
131         image-mode.
133         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
134         interfering with attempt to set major mode from modified
135         auto-mode-alist.
137 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
139         * faces.el (color-values): Doc fix.
140         (face-differs-from-default-p): Don't check :foreground twice.
142 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
144         * comint.el (comint-mode): Prevent non-keyword fontification by default.
146 2007-01-31  Kenichi Handa  <handa@m17n.org>
148         * international/quail.el (quail-store-decode-map-key): Store a
149         translated character too.
150         (quail-char-equal-p): New function.
151         (quail-find-key1): Check character equality by quail-char-equal-p.
152         (quail-decode-map-generated): New variable.
153         (quail-find-key): Check quail-decode-map-generated and re-generate
154         a decode map if necessary.
156 2007-01-30  Richard Stallman  <rms@gnu.org>
158         * tutorial.el (tutorial--detailed-help): Make the list of
159         changed keys look nicer.
161 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
163         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
164         (gdb-var-delete): Use it.
165         (gdb-var-update-handler-1): Handle value "invalid" for MI field
166         `in_scope'.
168 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
170         * files.el (get-free-disk-space): Return nil for remote directories.
172         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
173         instead of "dir".
175 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
177         * type-break.el (type-break-catch-up-event): New function.
178         (type-break-demo-hanoi, type-break-demo-life)
179         (type-break-demo-boring): Use it.
181         * image-mode.el (image-mode): Don't automatically view as image.
182         (image-toggle-display): Add `disabled' property.
184 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
186         * isearchb.el (isearchb-iswitchb):
187         * ps-print.el (ps-build-face-reference):
188         * emacs-lisp/shadow.el (list-load-path-shadows):
189         * eshell/esh-cmd.el (eshell-rewrite-for-command):
190         * international/mule.el (find-auto-coding):
191         * mail/supercite.el (sc-attrib-selection-list):
192         * progmodes/cc-defs.el (c-emacs-features):
193         * progmodes/cc-vars.el (c-offsets-alist):
194         * progmodes/flymake.el
195         (flymake-init-create-temp-source-and-master-buffer-copy):
196         Fix typos in docstrings (some suggested by Chris Moore).
198         * progmodes/vhdl-mode.el (vhdl-components-package-name)
199         (vhdl-get-library-unit, vhdl-corresponding-begin)
200         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
201         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
202         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
203         (vhdl-font-lock-match-item): Fix typos in docstrings.
204         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
205         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
206         (vhdl-speedbar-insert-project-hierarchy):
207         Improve argument/docstring consistency.
209 2007-01-29  Kenichi Handa  <handa@m17n.org>
211         * international/titdic-cnv.el (py-converter): Fix previous change.
213 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
215         * jka-compr.el (jka-compr-partial-uncompress)
216         (jka-compr-call-process): Rebind default-directory if it is
217         invalid.  Suggested by Chris Moore.
219         * comint.el (comint-insert-input): Handle situation where the
220         selected buffer is not the clicked buffer.
222 2007-01-29  Kenichi Handa  <handa@m17n.org>
224         * international/ja-dic-cnv.el (skkdic-convert):
225         Add byte-compile-disable-print-circle:t at the head.
227         * international/titdic-cnv.el (tit-process-header):
228         Add byte-compile-disable-print-circle:t at the head.
229         (miscdic-convert): Likewise.
230         (py-converter): Skip the header comments.
232         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
233         New variable.
234         (byte-compile-output-file-form): Bing print-circle to nil if
235         byte-compile-output-file-form is not nil.
236         (byte-compile-output-docform): Likewise.
238 2007-01-28  Kim F. Storm  <storm@cua.dk>
240         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
241         Declare earlier to avoid byte compiler warnings.
243 2007-01-28  Markus Triska  <markus.triska@gmx.at>
245         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
247 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
249         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
250         (gamegrid-add-score-with-update-game-score-1): Allow local quits
251         when calling update-game-score program.  Remove unnecessary
252         save-excursion.
254         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
256 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
258         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
259         avoid compiler warning.
260         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
261         might have values other than "true" or "false".
263 2007-01-28  Richard Stallman  <rms@gnu.org>
265         * textmodes/fill.el (fill-paragraph-function): Doc fix.
266         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
268         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
270         * image.el (image-type-header-regexps): Make GIF regex more specific.
272         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
273         Don't check `backspace'.
274         (tutorial--find-changed-keys): Look up bindings in a temp buffer
275         in Fundamental mode.
277         * startup.el (fancy-splash-text, normal-splash-screen):
278         Mention C-g.
280         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
281         when inserting in buffer.
283         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
284         inside the if.
286 2007-01-27  Richard Stallman  <rms@gnu.org>
288         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
290 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
292         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
293         enum/union/struct/class definition.
294         Revert change to call `forward-sexp' multiple times.
296 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
298         * files.el (hack-local-variables-confirm): Don't keep trying to
299         read an event from an empty kbd macro.
301 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
303         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
305 2007-01-27  Ben North  <ben@redfrontdoor.org>
307         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
308         the arg CHILDREN -> WHICH.
310 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
312         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
313         default-directory to a sane value when calling start-process.
315 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
317         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
318         (ls-lisp-format-time-list): Doc fix.  Mention
319         ls-lisp-use-localized-time-format.
320         (ls-lisp-format-time): Use ls-lisp-format-time-list if
321         ls-lisp-use-localized-time-format is non-nil, even if a valid
322         locale is defined.
324 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
326         * jka-compr.el (jka-compr-shell): Doc fix.
328         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
330 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
332         * ps-print.ps: Fix background height.
333         (ps-print-version): New version 6.7.2.
335 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
337         * makefile.w32-in (finder-data, custom-deps): Depend on
338         $(lisp)/loaddefs.el.
340 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
342         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
344 2007-01-24  Miles Bader  <miles@gnu.org>
346         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
347         (byte-compile-output-docform): Bind `print-circle' to t.
349 2007-01-24  Kenichi Handa  <handa@m17n.org>
351         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
352         file name of the original SKK dictionary file.
354 2007-01-24  Kim F. Storm  <storm@cua.dk>
356         * ido.el (ido-initial-position): New variable.
357         (ido-read-internal): Set it if default item is specified.
358         (ido-minibuffer-setup): Position cursor accordingly if set.
359         (ido-edit-input): C-e moves to end of input if not already there.
360         (ido-magic-backward-char): C-b does like M-b if prev char is /.
361         Don't switch to buffer mode if repeating C-b at start of input.
362         (ido-toggle-ignore): C-a only toggles ignore at start or end of
363         input; else it moves to start of input.
364         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
365         not at end of input, delete rest of input, rather than normal op.
367 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
369         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
371         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
372         of message.  Activate mark.
373         (ediff-activate-mark): Set transient-mark-mode to t.
375         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
377 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
379         * help-fns.el (describe-variable): Don't suppress display of
380         buffer local value when the value is "large".
382 2007-01-22  Kim F. Storm  <storm@cua.dk>
384         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
385         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
386         (ido-tidy): Use ido-active.
388 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
390         * hexl.el (hexl-mode-exit): Add missing quote.
392 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
394         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
395         (mac-ae-keyboard-modifiers): New function.
396         (mac-handle-toolbar-switch-mode): Use it.
397         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
398         if keyboard modifiers on drop contain option key.
399         (mac-dnd-drop-data): Add optional argument `action'.
400         (special-event-map): Remove binding for M-drag-n-drop.
402 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
404         * add-log.el (add-log-current-defun): Use CC Mode functions to
405         find the beginning and end of a defun.
407 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
409         * progmodes/gdb-ui.el (gdb-var-create-regexp)
410         (gdb-var-create-handler): Handle value field in GDB output of
411         -var-create.
412         (gdb-max-frames): New variable.
413         (gdb-stack-buffer, gdb-frames-select): Use it.
414         (gdb-info-stack-custom): Help user customize gdb-max-frames,
415         if necessary.
416         (gdb-get-frame-number): Simplify.
418 2007-01-21  Glenn Morris  <rgm@gnu.org>
420         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
421         Update copyrights.
423 2007-01-21  Alan Mackenzie  <acm@muc.de>
425         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
426         handling of K&R stuff.
428 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
430         * textmodes/bibtex.el (bibtex-files): Fix customization type.
432 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
434         * ps-print.el: Handle frame parameters (background and/or foreground
435         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
436         (ps-print-version): New version 6.7.1.
437         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
438         (ps-frame-parameter): New fun.
439         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
440         Fix doc and customization.
441         (ps-begin-job): Get frame parameters (background and/or foreground
442         colors).
443         (ps-do-despool): Ensure ps-printer-name has a valid value.
445 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
447         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
448         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
449         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
450         mean unlimited.
452 2007-01-20  Alan Mackenzie  <acm@muc.de>
454         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
455         much more rigorous analysis of putative K&R regions.
457 2007-01-20  Alan Mackenzie  <acm@muc.de>
459         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
460         New functions.
462 2007-01-20  Alan Mackenzie  <acm@muc.de>
464         * progmodes/cc-align.el, progmodes/cc-cmds.el,
465         * progmodes/cc-defs.el, progmodes/cc-engine.el,
466         * progmodes/cc-langs.el, progmodes/cc-styles.el,
467         * progmodes/cc-vars.el: Add my name.
469 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
471         * files.el (find-alternate-file): Revert query message to Emacs 21
472         version.
474 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
476         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
477         the doc string how to use personal abbrevs without electric
478         keywords.
480 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
482         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
483         Fixed cursor position when toggle abbreviated display.
485 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
487         * t-mouse.el: Update copyright following assignment by
488         Alessandro Rubini.
490 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
492         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
493         (type-break-demo-boring): Call read-event instead of read-char.
495 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (small change)
497         * progmodes/compile.el: Add handling for makepplog.
499 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
501         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
502         aspell dictionaries are initialized when called non-interactively.
504 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
506         * progmodes/compile.el (compilation-loop): New arg limit.
507         Handle case where the first error is at point-min.
508         (compilation-next-error): New arg to compilation-loop call.
510 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
512         * info.el (Info-default-dirs): Change default info dir to
513         share/info.
515         * paths.el (Info-default-directory-list): Ditto.
517 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
519         * hexl.el (hexl-before-revert-hook): New function.
520         (hexl-mode): Use it.
521         (hexl-after-revert-hook): Just call hexl-mode.
522         (hexl-mode-exit): Remove before-revert-hook.
524 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
526         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
528 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
530         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
531         by "-" in francais7 otherchars entry.
532         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
533         otherchars entry.
535 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
537         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
538         path.  Rewrite function in `cond' style for readability.
540         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
541         (The path shortening, that is, not the rearrarangement.)
543 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
545         * term/mac-win.el (mac-ae-quit-application): New function.
546         (mac-apple-event-map): Bind "quit application" Apple event to it.
548 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
550         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
551         than the program's output.
553 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
555         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
556         (kmacro-start-macro-or-insert-counter)
557         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
558         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
560         * longlines.el (longlines-show-hard-newlines):
561         * ruler-mode.el (ruler-mode-ruler):
562         * emulation/keypad.el (keypad-setup):
563         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
564         Fix typo in docstring.
566 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
568         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
569         Remove redirect character ">".
571 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
573         * replace.el (perform-replace): Remove leftover code.
575 2007-01-12  Richard Stallman  <rms@gnu.org>
577         * replace.el (perform-replace): Don't clear NODENT when computing
578         the replacement string.
580 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
582         * net/tramp.el (tramp-handle-file-local-copy):
583         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
584         <christopher.ian.moore@gmail.com>.
586 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
588         * diff-mode.el (diff-sanity-check-context-hunk-half)
589         (diff-sanity-check-hunk): New functions.
590         (diff-find-source-location): Use'em to check the hunks are well-formed.
592         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
593         activate undo when undo is not active.
594         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
596 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
598         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
599         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
600         (ffap-url-at-point): Use char-classes rather than "a-z".
602 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
604         * ediff-init.el (ediff-autostore-merges):
605         * textmodes/fill.el (fill-region): Doc fix.
607 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
609         * server.el (server-ensure-safe-dir): UIDs may be floats.
611 2007-01-10  Richard Stallman  <rms@gnu.org>
613         * battery.el (battery-linux-proc-acpi): Use ignore-errors
614         around calls to directory-files.
616         * subr.el (momentary-string-display): Use save-excursion.
618         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
619         argument, but read it as `X' does.
621 2007-01-09  Juri Linkov  <juri@jurta.org>
623         * info.el (Info-fontify-node): Don't hide node names of index entries.
625         * faces.el (momentary): Change :group to basic-faces where all
626         basic faces belong to.  Add :version.
628 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
630         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
631         keybinding is found.
632         (tutorial--find-changed-keys): Never treat null keybinding as a
633         remapping.
635 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
637         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
639 2007-01-09  Kenichi Handa  <handa@m17n.org>
641         * international/mule-cmds.el
642         (select-safe-coding-system-interactively): Fix message.
644 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
646         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
647         (tramp-process-actions): Add optional parameter TIMEOUT.
648         (tramp-open-connection-telnet, tramp-open-connection-rsh)
649         (tramp-open-connection-su): Add timeout of 60".
651 2007-01-09  Richard Stallman  <rms@gnu.org>
653         * progmodes/compile.el (compile): Doc fix.
655 2007-01-09  Markus Triska  <markus.triska@gmx.at>
657         * tumme.el (tumme-display-thumb): Doc fix.
659 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
661         * battery.el (battery-search-for-one-match-in-files):
662         * bindings.el (mode-line-minor-mode-help):
663         * x-dnd.el (x-dnd-types-alist):
664         * calendar/icalendar.el (icalendar-import-buffer):
665         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
667         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
669 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
671         * replace.el (replace-regexp): Fix typo in docstring.
673 2007-01-07  Alan Mackenzie  <acm@muc.de>
675         * progmodes/cc-langs.el (c-operators, c-filter-ops):
676         Amend doc-string and comments.
678 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
680         * files.el (abbreviate-file-name): Doc fix.
682 2007-01-06  Markus Triska  <triska@gmx.at>
684         * subr.el (split-string): Remove spurious ")" from doc string.
686 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
688         * textmodes/table.el (table--warn-incompatibility):
689         Use display-warning instead of momentary-string-display.
691 2007-01-05  Richard Stallman  <rms@gnu.org>
693         * image.el (image-type-header-regexps): Recognize xbm more strictly.
695         * simple.el (backward-kill-word): Doc fix.
697 2007-01-05  Romain Francoise  <romain@orebokech.com>
699         * international/mule.el (sgml-html-meta-auto-coding-function):
700         Ensure that the buffer contains a HTML document.
702 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
704         * faces.el (momentary): Move here ...
705         * subr.el (momentary): ... from here.
707 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
709         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
710         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
711         large structures/arrays.
713 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
715         * files.el (find-file-noselect-1, set-visited-file-name):
716         Allow backup-enable-predicate to be nil.
718 2007-01-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
720         * subr.el (momentary): New face.
721         (momentary-string-display): Display the string via a temporary
722         overlay using the new face, instead of inserting it in the buffer.
724 2007-01-04  Andreas Schwab  <schwab@suse.de>
726         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
727         last change.
729 2007-01-03  Richard Stallman  <rms@gnu.org>
731         * woman.el (woman-decode-buffer): Clarify error message.
733 2007-01-03  Alan Mackenzie  <acm@muc.de>
735         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy
736         patch.
738 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
740         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
742 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
744         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
746 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
748         * emulation/viper.el (viper-custom-file-name, viper-mode):
749         Fix typos in docstrings.
751         * subr.el (momentary-string-display): After moving point, set POS
752         variable to it to avoid later errors once the buffer is modified.
753         Doc fix.
755 2007-01-02  Alan Mackenzie  <acm@muc.de>
757         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
758         check that the "*/" is present before trying to manipulate it.
760 2007-01-02  Richard Stallman  <rms@gnu.org>
762         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
764         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
765         Fix format of value.
767         * cus-edit.el (customize-unsaved): Rename from customize-customized.
768         Change messages accordingly.
769         (customize-customized): Now alias.
771 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
773         * files.el (version-control): Doc fix.
775 2007-01-01  Alan Mackenzie  <acm@muc.de>
777         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
778         Check the format of c-state-cache is valid for an optimisation before
779         using it.
781         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
782         are at a statement within a macro".  Other changes so that only
783         the first continuation line in a macro gets the symbol
784         `cpp-define-intro', the others getting `statement', or whatever.
786         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
787         a string, preserve whitespace.  Add a backslash only when also in
788         a macro.
790         * progmodes/cc-defs.el: Correct typos.
792         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
793         new line after an escaped EOL in a string.
795         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
796         label when it directly follows "else", "do", ....
798         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
799         angle brackets (as seen in "explicit specialisations" of C++
800         templates).
802         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
803         in the doc-string.
805         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
806         when the comment ender looks like "=========*/" and is alone on
807         its line.
809         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
810         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
811         for the old name.
813         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
814         c-\(beginning\|end\)-of-defun by default.
816         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
817         New line-up function, for the DEFUN macro in the Emacs C sources.
818         Only used in "gnu" style.
820         * progmodes/cc-styles.el (c-style-alist): Use this new function in
821         the "gnu" style.
823         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
824         clean-up comment-close-slash also to work when there's a comment
825         terminator on the line.
826         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
827         these for large arg - only take account of top level {..}, except
828         for initial and final adjustments.  M-- C-M-[ae] now go to the
829         right defuns when the starting point is between defuns.  They use
830         the four new functions:
831         (c-in-function-trailer-p, c-where-wrt-brace-construct)
832         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
833         support c-\(beginning\|end\)-of-defun.
835         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
836         expressions more rigorously, to exclude bit-field specifiers from
837         being classed as labels.
838         (c-forward-label): When analyzing a ":" within a macro, be careful
839         about using c-forward-syntactic-ws at the macro beginning.
840         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
841         stmt boundary, check for "operator=", etc.
843         * progmodes/cc-mode.el (c-postprocess-file-styles):
844         Bind inhibit-read-only to t, around the call to
845         c-remove-any-local-eval-or-mode-variables, so that it works on a
846         RO file.
848         * progmodes/cc-defs.el (c-version): Update the version number to
849         "5.31.4".
851 2007-01-01  Richard Stallman  <rms@gnu.org>
853         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
854         only if we restored isearch-window-configuration.
856 2006-12-31  Romain Francoise  <romain@orebokech.com>
858         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
860 2006-12-31  Kim F. Storm  <storm@cua.dk>
862         * files.el (auto-mode-case-fold): New defcustom.
863         (set-auto-mode): If non-nil, perform second case-sensitive pass
864         through auto-mode-alist if first pass failed.
866 2006-12-30  Richard Stallman  <rms@gnu.org>
868         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
870 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
872         * allout.el (allout-encrypt-string): Handle symmetric-key
873         passphrase caching but leave keypair caching to pgg.
875 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
877         Sync with Tramp 2.0.55.
879         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
880         `integerp'.  `char-equal' could fail else in case of negative
881         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
882         (top): Check for `font-lock-add-keywords' before calling; it
883         doesn't exist under XEmacs.
884         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
885         (tramp-completion-mode): Remove clause (not
886         tramp-unified-filenames), because the function is called in other
887         context too, where this check results in wrong results in the
888         XEmacs case on Windows.
889         (tramp-touch): UTC handling is not possible for XEmacs.
891 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
893         * scroll-bar.el (previous-scroll-bar-mode): New variable
894         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
895         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
897         * term/x-win.el: Set scroll bar mode to right if set by X resources.
899 2006-12-30  Richard Stallman  <rms@gnu.org>
901         * files.el (make-backup-file-name-1): Precompute abs name
902         but don't lose the relative name.
904         * international/mule-cmds.el (select-safe-coding-system-interactively):
905         Fix message.
907 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
909         * files.el (backup-buffer): Show entire backup file name in msg.
911 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
913         * image.el (image-type-header-regexps, image-type-from-data)
914         (image-type-from-buffer, image-type-from-file-header):
915         Revert changes from 2006-12-26.
916         (image-type-auto-detectable): New variable.
917         (image-type-auto-detected-p): New function.
919         * files.el (magic-mode-alist): Detect image files with
920         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
922 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
924         * dired.el (dired-sort-other): Move test for dired-mode...
925         (dired-sort-set-modeline): ...to here.
927 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
929         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
930         change.  Suggested by Stefan Monnier.
932 2006-12-29  Kim F. Storm  <storm@cua.dk>
934         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
935         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
937 2006-12-27  Kim F. Storm  <storm@cua.dk>
939         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
940         so it doesn't accidentally match an fsf.org mail address.
941         (authors-renamed-files-alist): Add tcover-*.el.
943 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
945         * vc-arch.el (vc-arch-find-version): New function.
947         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
948         composed of arbitrary characters (even /) in some systems.
950 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
952         * international/mule-cmds.el (select-safe-coding-system-interactively):
953         Improve the message in the *Warning* buffer.
955 2006-12-27  Kim F. Storm  <storm@cua.dk>
957         * ido.el (ido-set-matches-1): Fix last change.  If default item is
958         current buffer, it is ok to be first.
960 2006-12-27  Kenichi Handa  <handa@m17n.org>
962         * international/mule-cmds.el (select-safe-coding-system-interactively):
963         Use face `link' for problematic chars.
965 2006-12-27  Kenichi Handa  <handa@m17n.org>
967         * international/mule-cmds.el (select-safe-coding-system-interactively):
968         Improve the message in *Warning* buffer.
970 2006-12-27  Kim F. Storm  <storm@cua.dk>
972         * ido.el (ido-set-matches-1): Never put current buffer first if
973         there are other matches.
975 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
977         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
978         expressions.
979         (gdb-var-delete): Handle duplicate names.  Print message for non
980         root expressions.
981         (gdb-partial-output-name): Start buffer name with a space.
982         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
983         buffer name.
985 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
987         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
988         last footnote when `footnote-spaced-footnotes' is nil.
990 2006-12-26  Richard Stallman  <rms@gnu.org>
992         * cus-edit.el (custom-browse-sort-alphabetically)
993         (custom-buffer-sort-alphabetically)
994         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
996         * image.el (image-type-header-regexps): Change element format
997         to include third item NOT-ALWAYS.
998         (image-type-from-data): Handle new format.
999         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
1000         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
1002 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
1004         * add-log.el (add-log-current-defun): Call `forward-sexp'
1005         multiple times to pick a member function name defined as
1006         part of nested classes/namespaces.
1008 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1010         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
1011         which keymap should be used to change menu.  It does not affect any
1012         existent code.
1014 2006-12-26  Richard Stallman  <rms@gnu.org>
1016         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
1017         rather than for being in a minibuffer window.
1019 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
1021         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
1022         locale-coding-system.
1023         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
1024         LF.
1026 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
1028         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
1029         (sql-mode-syntax-table): Disable double quoted strings.
1030         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
1032 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1034         * startup.el (fancy-splash-last-input-event): New variable.
1035         (fancy-splash-special-event-action): New function.
1036         (fancy-splash-screens): Temporarily bind special events to it.
1037         Execute command for saved special event before exiting from
1038         recursive editing.
1040         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
1041         New functions.
1042         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
1043         Use mac-unread-string.
1045 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1047         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
1048         an optimized comment regexp if `comment-start-skip' uses a ^.
1049         * bs.el (bs--up): Remove interactive spec.
1051 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
1053         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
1054         Suggested by James Cloos.
1056 2006-12-24  Kevin Ryde  <user42@zip.com.au>
1058         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
1059         in March.
1060         (calendar-dst-ends): Default to first Sunday in November.
1062 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
1064         * allout.el (allout-encrypt-string): Inhibit use of agent within
1065         body of let form where encryption happens.  Acknowledge non-use of
1066         gpg-agent in docstring.
1067         (allout-toggle-subtree-encryption): Acknowledge non-use of
1068         gpg-agent in docstring.
1070 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
1072         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
1074 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1076         * ediff-diff.el (ediff-diff-options): Clarify docstring.
1077         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
1079         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
1080         in hooks.
1081         (viper-add-newline-at-eob-if-necessary): Add newline only if we
1082         actually modify buffer; ignore errors if occur.
1084 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
1086         * calendar/calendar.el (calendar-mode-map): Switch < and >.
1087         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
1088         formatting.
1090 2006-12-23  Richard Stallman  <rms@gnu.org>
1092         * simple.el (delete-horizontal-space): Doc fix.
1094 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
1096         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
1097         explicitly in a recursive Make, not implicitly through prerequisites,
1098         since the latter is wrong under parallel builds.
1100 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
1102         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
1104 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
1106         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
1107         message string.
1109 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
1111         * outline.el (outline-next-visible-heading): Fix the case with a
1112         header at end-of-file with no final newline.
1114 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
1116         * indent.el (tab-always-indent): Doc fix.
1118 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
1120         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
1121         (Info-fontify-node): Do fontify indices.
1123         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
1124         to the Emacs Lisp reference manual.
1125         (tutorial--tab-map): Remove.  All callers changed.
1126         (tutorial--find-changed-keys): New elt QUIET, used to...
1127         (tutorial--display-changes): ...ensure that warning messages are
1128         only issued once per changed key.
1129         (tutorial--remove-remarks): Delete unused code-path.
1130         (lang-strings): Remove extraneous formatting.
1131         (tutorial--save-tutorial): Prompt before saving tutorial state.
1133 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
1135         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
1136         Replace '?\ ' by '?\s' throughout.
1137         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
1138         `help' custom group.
1139         (tutorial--key-description): New function.
1140         (tutorial--display-changes): Remove redundant arg.  Scan for all
1141         key sequences to avoid false matches.  Cleanup.
1142         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
1143         reduce homedir pollution.
1144         (help-with-tutorial): Call tutorial--display-changes with no arg.
1146 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
1148         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
1150 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
1152         * net/tramp.el (tramp-default-method): We still need to check for
1153         `executable-find', because it is not bound under Emacs 20.
1154         (tramp-handle-file-name-completion)
1155         (tramp-completion-handle-file-name-completion): Handle optional
1156         parameter PREDICATE.
1157         (tramp-find-default-method): Add code for default values.
1159 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
1161         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
1162         make gud-go send "continue".
1164 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
1166         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
1167         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
1169 2006-12-19  Kim F. Storm  <storm@cua.dk>
1171         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
1172         instead of global-map.
1174         * files.el (magic-mode-alist): Allow matching file type by
1175         calling a function at bob.  Check for image types by calling
1176         image-type-from-buffer.  Suggested by Juanma Barranquero.
1177         (set-auto-mode): Do it.
1179 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
1181         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
1182         Remove "ControlMaster" option from the other `scp*' methods.
1183         (tramp-default-method): Check for ssh-agent before setting to `scp'.
1185 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
1187         * textmodes/org.el (org-mode): Show context after isearch.
1188         (org-show-siblings): New function.
1189         (org-show-context): Use `org-show-siblings'.
1191 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1193         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
1194         Use syntax-ppss-toplevel-pos.
1196 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
1198         * textmodes/org.el (org-current-line): Make sure that lines are
1199         counted from beginning of buffer.
1200         (org-table-copy-region, org-table-paste-rectangle): Make sure that
1201         lines are counted from beginning of buffer.
1203 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1205         * info.el (Info-build-node-completions): Signal error if tag-table
1206         marker is not found.
1208         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1210 2006-12-17  Alan Mackenzie  <acm@muc.de>
1212         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
1213         speed) the case when open-paren-in-column-0-is-defun-start is nil.
1214         Based on code by Martin Rudalics.
1216         * progmodes/cc-mode.el (c-basic-common-init): Don't set
1217         open-paren-in-column-0-is-defun-start to nil any more.
1219 2006-12-17  Richard Stallman  <rms@gnu.org>
1221         * simple.el (delete-horizontal-space): Use prefix arg.
1223         * help-fns.el (describe-variable): Improve blank separator lines.
1225         * files.el (magic-mode-alist): Mark as risky.
1227         * files.el (make-backup-file-name-1):
1228         Expand backup-directory explicitly.
1230 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
1232         * net/tramp.el (tramp-default-method): Before setting to "pscp",
1233         check whether package password.el is loaded, or Pageant is running.
1235 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
1237         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
1238         (icalendar--rris): First try Emacs, then XEmacs.
1239         (icalendar--convert-ical-to-diary): Doc fix.
1240         Insert newline at end of target file.
1242 2006-12-17  Kim F. Storm  <storm@cua.dk>
1244         * outline.el (outline-isearch-open-invisible-function): New defvar.
1245         (outline-flag-region): Use it if non-nil for isearch-open-invisible
1246         overlay property instead of outline-isearch-open-invisible.
1248 2006-12-16  Kim F. Storm  <storm@cua.dk>
1250         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
1251         if ido-directory-too-big is set on entry.
1252         (ido-toggle-ignore, ido-completion-help): Print message while
1253         reading big directory.
1255 2006-12-15  Richard Stallman  <rms@gnu.org>
1257         * shell.el (shell): Doc fix.
1259 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
1261         * emulation/edt.el (edt-xserver):
1262         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
1263         to fix a problem on Cygwin.
1265         * emulation/edt.el
1266         * emulation/edt-mapper.el
1267         * emulation/edt-lk201.el
1268         * emulation/edt-pc.el
1269         * emulation/edt-vt100.el: Update maintainer's email address.
1271 2006-12-15  Simon Marshall  <simon@gnu.org>
1273         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
1275 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1277         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
1278         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
1279         instead of mac-atsu-font-table.
1280         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
1282 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
1284         * align.el (align-match-tex-pattern): Fix a rare bug which
1285         hanged Emacs.
1287 2006-12-14  Richard Stallman  <rms@gnu.org>
1289         * startup.el (use-fancy-splash-screens-p): Use frame-height
1290         instead of window-height.  Pass frame to image-size.
1292 2006-12-13  Kenichi Handa  <handa@m17n.org>
1294         * international/mule-cmds.el (set-locale-environment):
1295         Set default-sendmail-coding-system too.
1297 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
1299         * progmodes/idlw-help.el: Fix copyright notice.
1301 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1303         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
1305 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
1307         * subr.el (unread-command-char): Reformat obsolescence info.
1309 2006-12-11  Richard Stallman  <rms@gnu.org>
1311         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
1312         about calls to cl-struct-setf-expander.
1314 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
1316         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
1317         (ediff-combination-pattern): Fix typo in docstring.
1319         * textmodes/refer.el (refer-find-entry): Doc fix.
1320         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
1321         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
1322         Fix tipos in docstrings.
1324         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
1326 2006-12-10  Kim F. Storm  <storm@cua.dk>
1328         * ido.el (ido-init-completion-maps): Remap backward-kill-word
1329         instead of binding M-backspace.
1331 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
1333         * replace.el (replace-match-data, replace-match-maybe-edit):
1334         * calc/calc-aent.el (calc-eval-error):
1335         * emulation/vi.el (vi-char-argument):
1336         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
1337         (c-vsemi-status-unknown-p-fn): Doc fixes.
1339 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
1341         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
1342         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
1344 2006-12-10  Masatake YAMATO  <jet@gyve.org>
1346         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
1348 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
1350         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
1352         * man.el (Man-xref-button-action): New function.  If the
1353         `Man-target-string' button property is a function, assume it
1354         accepts a position argument.
1355         (Man-abstract-xref-man-page): Use it.
1356         (Man-default-man-entry): New optional arg POS.
1358         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
1359         symlink arrows read-only and non-rear-sticky.
1361 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
1363         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
1364         (wdired-search-and-rename): Simplify code.
1365         (wdired-preprocess-files, wdired-preprocess-perms): Make
1366         read-only property of preceding character rear-nonsticky to
1367         avoid that it can be modified.  Put old-name and old-link
1368         properties on character preceding name and replace
1369         put-text-property by add-text-properties.
1370         (wdired-get-filename, wdired-get-previous-link): Get old-name
1371         and old-link properties from character preceding name and
1372         simplify code.
1373         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
1374         (wdired-perms-to-number): Make local-map property
1375         rear-nonsticky to avoid that text following permissions may be
1376         modified.  Use add-text-properties instead of put-text-property
1377         when changing a permission bit.
1378         (wdired-change-to-dired-mode): Remove stickiness properties.
1380 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
1382         * international/mule-cmds.el (register-input-method): Doc fix.
1384 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
1386         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
1388 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1390         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
1391         Force buffer local defs evaluation on local variables loading.
1392         (flyspell-mode-on, flyspell-mode-off): Use it in
1393         `hack-local-variables-hook'.
1395 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
1397         * emacs-lisp/find-func.el (find-variable): Doc fix.
1399         * help-fns.el (variable-at-point): Doc fix.
1401         * w32-fns.el (w32-append-code-lines): New function.
1403 2006-12-09  Romain Francoise  <romain@orebokech.com>
1405         * comint.el (comint-insert-input): Delete obsolete comment.
1407 2006-12-08  Kevin Rodgers  <ihs_4664@yahoo.com>
1409         * files.el (insert-file-1): Compare file size to
1410         large-file-warning-threshold and request confirmation when
1411         warranted.
1413 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1415         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
1416         current frame, in case we're connected to several displays.
1418 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
1420         * frame.el (other-frame): Doc fix.
1421         (set-frame-parameter): Fix typo in docstring.
1423 2006-12-07  Kim F. Storm  <storm@cua.dk>
1425         * info.el (Info-index): Strip leading colon from topic.
1427 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
1429         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
1430         to pointers.
1432 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
1434         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
1435         Trim out spurious class inheritance "None" entries.
1437 2006-12-05  Kim F. Storm  <storm@cua.dk>
1439         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
1440         (cua-paste-pop): Rework last change for
1441         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
1442         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
1443         text inserted by the last M-y command.
1445 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1447         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
1448         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
1450         * shell.el (shell): Search the start file in ~/.emacs.d as
1451         `init_SHELLNAME.sh' instead.
1453 2006-12-05  Glenn Morris  <rgm@gnu.org>
1455         * progmodes/cperl-mode.el (cperl-mode)
1456         * progmodes/f90.el (f90-mode-abbrev-table)
1457         * progmodes/fortran.el (fortran-mode-abbrev-table)
1458         * progmodes/octave-mod.el (octave-abbrev-table)
1459         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
1460         if abbrev-table is non-nil (saved user abbrevs may have been restored).
1462         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
1463         clear abbrev table, else saved abbrevs will not be restored.
1465 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
1467         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
1468         the call to `make-obsolete-variable', not in the docstring.
1470 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
1472         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
1474 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1476         * progmodes/ebnf-abn.el:
1477         * progmodes/ebnf-bnf.el:
1478         * progmodes/ebnf-dtd.el:
1479         * progmodes/ebnf-ebx.el:
1480         * progmodes/ebnf-iso.el:
1481         * progmodes/ebnf-otz.el:
1482         * progmodes/ebnf-yac.el:
1483         * progmodes/ebnf2ps.el:
1484         * delim-col.el:
1485         * printing.el:
1486         * ps-bdf.el:
1487         * ps-mule.el:
1488         * ps-print.el: Remove 'Time-stamp' comment mark.
1490         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
1491         'easy-menu-add-item' when called in Emacs 21 or higher.
1493 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
1495         * progmodes/ada-xref.el (ada-check-current): Doc fix.
1496         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
1498 2006-12-04  Kim F. Storm  <storm@cua.dk>
1500         * bindings.el (global-map): Bind [signal t] to ignore, to have
1501         user signals ignored by default.
1503 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
1505         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
1506         Unicode data file pointed to by `describe-char-unicodedata-file'.
1508 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1510         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
1511         O(n^2) regexp-search by anchoring the search.
1513 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
1515         * whitespace.el (whitespace-cleanup-internal): Use current
1516         argument for recursive call.
1518 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
1520         * net/tramp.el (tramp-methods): Add "ControlPath" and
1521         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
1522         Andreas Schwab <schwab@suse.de>.
1523         (tramp-do-copy-or-rename-file-out-of-band)
1524         (tramp-open-connection-rsh): Compute format spec for ?t.
1525         (tramp-process-actions): Trace command parameters.
1527 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
1529         * simple.el (toggle-truncate-lines): Clarify doc string.
1531         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
1532         (gdb-speedbar-expand-node): Use it.
1534 2006-12-04  Richard Stallman  <rms@gnu.org>
1536         * progmodes/python.el (python-indent): Add safe-local-variable prop.
1538         * dired.el (dired-revert): Turn off dired-after-readin-hook
1539         around call to dired-readin.
1541         * menu-bar.el (menu-bar-make-toggle): Add "globally"
1542         to echo area messages.
1543         <indicate-empty-lines, case-fold-search>:
1544         Add "globally" to Help string.
1545         <case-fold-search>: MESSAGE arg need not say "globally".
1546         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
1548 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
1550         * outline.el (outline-end-of-subtree): Don't leave an empty
1551         line hidden as we would a real next heading.
1553 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
1555         * allout.el (allout-ascend): Add an optional argument to preserve
1556         original position of point when unsuccessful.  Also, fix a
1557         docstring error.
1558         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
1559         work again, using allout-ascend's new option.
1560         (allout-setup-mode-map): Extract from allout-mode to initialize
1561         allout-mode-map.  Call it on file load, so the mode docstring
1562         substitutions work even if allout mode has not yet been invoked.
1563         (allout-mode): Use new allout-setup-mode-map to track any keybinding
1564         customizations since the map was last processed.  Also, refine the
1565         docstring so it's ship-shape for release.
1566         (allout-default-layout, allout-beginning-of-line-cycles)
1567         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
1568         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
1569         (allout-version, allout-layout, allout-infer-body-reindent)
1570         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
1571         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
1572         (allout-previous-heading, allout-goto-prefix-doublechecked)
1573         (allout-current-bullet-pos, allout-next-sibling-leap)
1574         (allout-pre-command-business, allout-encrypted-type-prefix)
1575         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
1576         (allout-rebullet-topic, allout-rebullet-topic-grunt)
1577         (allout-flag-region, allout-expose-topic, allout-expose-topic)
1578         (allout-old-expose-topic, allout-listify-exposed)
1579         (allout-process-exposed, allout-latex-verb-quote)
1580         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
1581         (allout-toggle-current-subtree-encryption)
1582         (allout-toggle-subtree-encryption, allout-bullet-isearch):
1583         Remove extraneous open-paren and close paren string escapes.
1585 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
1587         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
1588         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
1589         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
1590         Fix typos in docstrings.
1592 2006-12-03  Glenn Morris  <rgm@gnu.org>
1594         * progmodes/cc-align.el
1595         * progmodes/cc-awk.el
1596         * progmodes/cc-cmds.el
1597         * progmodes/cc-compat.el
1598         * progmodes/cc-defs.el
1599         * progmodes/cc-engine.el
1600         * progmodes/cc-langs.el
1601         * progmodes/cc-menus.el
1602         * progmodes/cc-mode.el
1603         * progmodes/cc-styles.el
1604         * progmodes/cc-vars.el
1605         * progmodes/vhdl-mode.el: Fix Copyright format.
1607 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
1609         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
1610         initial down event.
1612 2006-12-02  Kim F. Storm  <storm@cua.dk>
1614         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
1615         (cua-repeat-replace-region): Make M-v more robust.
1616         (cua-paste-pop-rotate-temporarily): New defcustom.
1617         (cua-paste-pop): Use it.
1618         (cua-auto-mark-last-change): New defcustom.
1619         (cua-pop-to-last-change): New helper function.
1620         (cua-set-mark): Use them.
1622 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
1624         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
1625         mini-buffer message.
1627 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
1629         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
1631 2006-12-01  Ben North  <ben@redfrontdoor.org>
1633         * paren.el: Fix the highlight overlay extension when the user types a
1634         sequence of char very fast just before the open parenthesis.
1636 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1638         * ps-mule.el: Eliminate Emacs 20 compatibility.
1640         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
1641         (ps-print-version): New version 6.7.
1642         (ps-print-quote): Replace '?\ ' by '?\s'.
1644 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
1646         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
1647         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
1648         (hexl-end-of-1k-page): Doc fixes.
1649         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
1650         Fix typos in docstrings.
1652 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1654         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
1655         locally, i.e. without using file name handlers.
1656         (ido-read-internal): Allow mono letter host names, avoiding the
1657         `c:' problem by testing if the file exists locally.
1658         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
1660 2006-11-30  Masatake YAMATO  <jet@gyve.org>
1662         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
1663         to avoid bytecomp warnings.
1664         (hexl-mode-old-ruler-function): New variable.
1665         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
1666         and `hl-line-range-function' after `require' hl-line.
1667         Then bind `hl-line-range-function' and `hl-line-face'.
1668         Don't require frame.  Don't use `with-no-warnings'.
1669         (hexl-activate-ruler): Store the original value of
1670         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
1671         (hexl-mode-exit): Restore the original value of
1672         `ruler-mode-ruler-function'.
1674 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1676         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
1677         (hexl-mode-old-hl-line-face): New variable.
1678         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
1679         line when exit from the hexl-mode.
1681 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
1683         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
1684         Doc fixes.
1686         * international/fontset.el (create-fontset-from-ascii-font)
1687         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
1688         (fontset-name-p): Fix typo in docstring.
1690         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
1692 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1694         * ps-bdf.el: Fix maintainer email.
1696         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
1697         compatibility.
1699         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
1700         21 compatibility.
1701         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
1702         Emacs 20 & 21.
1704 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
1706         * progmodes/idlwave.el (idlwave-auto-fill):
1707         Remove paragraph-start let to prevent auto-fill giving up.
1709 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
1711         * vt100-led.el (led-state): Fix typo in previous change.
1713 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1715         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1716         Fix interactive spec of the functions getting defined to make them
1717         work as documented.
1719 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
1721         * startup.el (fancy-splash-screens): Hide initial splash buffer.
1723 2006-11-28  Kim F. Storm  <storm@cua.dk>
1725         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
1726         icomplete-mode is enabled.
1728 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
1730         * textmodes/org.el (require): Require gnus-sum during compilation
1731         to avoid problem with a macro call.
1733 2006-11-28  Glenn Morris  <rgm@gnu.org>
1735         * emacs-lisp/authors.el (authors-aliases): Add new alias.
1737         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
1738         (fortran-window-create-momentarily): Do not need string-to-char.
1740 2006-11-28  Richard Stallman  <rms@gnu.org>
1742         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
1743         Replace incorrect use of assoc-default with a loop.
1745         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
1747         * simple.el (next-error-find-buffer): Improve messages.
1749         * files.el (revert-buffer): Special error message if file
1750         is now not readable.
1752         * facemenu.el (facemenu-add-new-face): Improve doc strings of
1753         constructed commands.
1755         * comint.el (comint-exec-1): Provide Emacs version and `comint'
1756         in INSIDE_EMACS.
1758 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1760         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
1762         * server.el: Remove spurious * in docstrings.
1763         (server-process-filter): Exit from recursive editing before processing
1764         a new request.
1766 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
1768         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
1769         line so hidden blocks will be correctly identified.
1771 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
1773         * ledit.el (ledit-save-defun, ledit-mode):
1774         * resume.el (resume-emacs-args-buffer):
1775         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
1776         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
1777         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
1778         (command-send-input, command-kill-line):
1779         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
1781         * autoarg.el (autoarg-kp-mode): Doc fix.
1783         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
1784         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
1785         (check-emacs-lock): Doc fix.  Simplify.
1787         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
1788         (iimage-mode-buffer): Fix typos in docstring.
1790         * misc.el (zap-up-to-char): Doc fix.
1792         * time-stamp.el: Fix comment and obsolescence string for old
1793         functions.  Use `dolist' instead of `while'.
1795         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
1797         * disp-table.el (standard-display-8bit, standard-display-default):
1798         * ebuff-menu.el (electric-buffer-list):
1799         * ehelp.el (electric-help-command-loop):
1800         * font-core.el (font-lock-mode):
1801         * help-macro.el (make-help-screen):
1802         * help.el (describe-minor-mode-completion-table-for-indicator)
1803         (lookup-minor-mode-from-indicator):
1804         * indent.el (tab-to-tab-stop, move-to-tab-stop):
1805         * info-look.el (info-lookup-guess-custom-symbol):
1806         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
1807         * longlines.el (longlines-wrap-line):
1808         * macros.el (insert-kbd-macro):
1809         * menu-bar.el (menu-bar-update-buffers):
1810         * misc.el (copy-from-above-command):
1811         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
1812         * newcomment.el (comment-indent):
1813         * novice.el (disabled-command-function):
1814         * sort.el (sort-fields-syntax-table):
1815         * subr.el (momentary-string-display):
1816         * tar-mode.el (tar-header-block-summarize)
1817         (tar-clear-modification-flags):
1818         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
1819         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
1820         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
1821         (te-delete-char, te-down-vertically-or-scroll):
1822         * time-stamp.el (time-stamp-string-preprocess):
1823         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
1825 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
1827         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
1828         in GUD mode.
1830         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
1831         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
1833 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1835         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
1837 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
1839         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
1840         (ada-compile-goto-error): Adapt to new argument profile of
1841         compilation-goto-locus in Emacs 22.  Don't check if the various
1842         compile functions are defined; we already do "(require 'compile)".
1844 2006-11-26  Kim F. Storm  <storm@cua.dk>
1846         * kmacro.el: Fix commentary.
1848 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
1850         * progmodes/gud.el (gdb): Explain how to run in text command mode
1851         more clearly.  Say in error message that multiple debugging
1852         requires restarting GDB.
1854 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
1856         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
1858 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
1860         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
1861         (flymake-popup-menu): Use it instead of posn-at-point.
1863 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1865         * progmodes/cc-vars.el (c-backslash-column):
1866         Mention c-backslash-max-column in documentation for c-backslash-column.
1868 2006-11-24  Lars Hansen  <larsh@soem.dk>
1870         * net/tramp.el (tramp-default-method): Under Windows, change from
1871         plink to pscp.
1872         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
1873         (tramp-actions-copy-out-of-band):
1874         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
1875         (tramp-action-out-of-band): Move "Permission denied" handling to
1876         tramp-action-copy-failed.
1877         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
1878         process buffer.
1880 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1882         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1883         strings to a single string.  Quote `errors-file-name'.
1884         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1885         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1886         Adjust calls.  Use `shell-quote-argument'.
1888         * international/mule.el (load-with-code-conversion)
1889         (with-category-table): Use with-current-buffer.
1890         (after-insert-file-set-coding): Use restore-buffer-modified-p.
1892 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
1894         * mail/smtpmail.el (smtpmail-send-it):
1895         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
1896         MIME header for the message encoding.
1897         Bind coding-system-for-write around the call to mail-do-fcc.
1898         Use smtpmail-code-conv-from to encode queued mail messages.
1900 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1902         * tabify.el (tabify-regexp): Doc fix.
1904         * net/rcirc.el (rcirc-buffer-maximum-lines):
1905         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
1907         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
1908         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
1909         Fix typos in output messages.
1910         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
1912 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1914         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
1915         the horse's mouth.
1916         (hexlify-buffer): Don't re-encode an arg that's already encoded.
1918 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1920         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
1921         Remove condition-case.
1923 2006-11-23  Glenn Morris  <rgm@gnu.org>
1925         * progmodes/f90.el (f90-comment-indent): Do not move point in
1926         default case.
1928 2006-11-21  Romain Francoise  <romain@orebokech.com>
1930         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
1931         from library name (reverts change of 2005-10-25).
1933 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1935         * tutorial.el (tutorial--default-keys): Add newline and
1936         delete-backward-char bindings.
1937         (tutorial--detailed-help): Save excursion when finding keys.
1938         Correct warning string for M-x FOO case.
1939         (tutorial--display-changes): Print special keys in tutorial style.
1940         Tweak search regexp for changed keys.
1942 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1944         * thingatpt.el (thing-at-point-url-at-point): Don't add a
1945         redundant scheme.
1947 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
1949         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
1950         are new to the list at IANA.  Also added irc, mms, mmsh.
1952 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
1954         * progmodes/idlw-help.el (idlwave-html-help-location):
1955         Fail gracefully for missing help packages.
1956         (idlwave-help-assistant-open-link): Open full links.
1957         (idlwave-help-assistant-help-with-topic): Direct help link.
1959         * progmodes/idlwave.el (idlwave-mode):
1960         Set add-log-current-defun-function.
1961         (idlwave-current-routine-fullname): Add, to support add-log.
1962         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
1963         to reflect improvements to xml-parse-file.
1964         (idlwave-mode-menu-def): New binding for help-with-topic.
1966         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
1967         Handle extra newlines and spaces.
1968         (idlwave-shell-mode-map): Add help-with-topic.
1970 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
1972         * tutorial.el (tutorial-warning-face): New face.
1973         (tutorial--detailed-help, tutorial--display-changes): Use it.
1974         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
1975         Improve search pattern for occurrences of changed keys.
1977 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1979         * term/x-win.el (x-last-cut-buffer-coding): New variable.
1980         (x-select-text): Set it.
1981         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
1982         when checking for newness.
1984 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
1986         * subr.el (posn-image):
1987         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
1989         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
1991 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1993         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
1994         Exceptions to the rule "add a space between an identifier and an
1995         opening parenthesis".  Defaulted to the `#define' problem of cpp.
1996         (glasses-parenthesis-exception-p): New.  Check if the region is an
1997         exception regarding to that.
1998         (glasses-make-readable): Use it.
1999         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
2000         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
2002 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
2004         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
2006 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
2008         * progmodes/ada-mode.el (ada-make-body): Fix typo.
2010         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
2011         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
2013 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
2015         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
2016         conditions for function or variable bindings.
2018         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
2020         * progmodes/compile.el (compilation-start): Ditto.
2022 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
2024         * net/tramp.el (top): cl and custom are always required.
2026 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2028         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
2029         cut-buffers with next-selection-coding-system if not nil.
2031 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
2033         * textmodes/org.el (org-fix-decoded-time): New function.
2034         (org-display-custom-time): Use `org-fix-decoded-time'.
2036 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
2038         * menu-bar.el (menu-bar-games-menu): Remove yow.
2040 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
2042         * textmodes/org.el (org-scan-tags): Re-align code fixed.
2043         (org-detach-overlay): Rename from `org-detatch-overlay'.
2044         (org-table-convert-region): Insert space after column separator.
2045         (org-agenda-kill): New command.
2046         (org-metaleft): Call `org-outdent-item' on bullets.
2047         (org-metaright): Call `org-indent-item' on bullets.
2048         (org-timestamp-change): Set `org-last-changed-timestamp'.
2049         (org-current-line): Make sure (bolp) returns correct result.
2050         (org-agenda-change-all-lines): Make sure TODO are highlighted.
2052 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2054         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
2056 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
2058         * mouse.el (global-map): Change 2006-08-16 fix to call
2059         mouse-yank-at-click explicitly, since mouse events are not carried
2060         over into keyboard macros.
2062 2006-11-16  Kim F. Storm  <storm@cua.dk>
2064         * ido.el (ido-file-internal): Use current buffer's file name as default
2065         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
2067 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
2069         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
2070         (allout-inhibit-aberrance-doublecheck): Rename from
2071         allout-during-yank-processing.  All callers changed.
2072         (allout-ascend): Provide for unusual case where some topic after
2073         the first in file is at lower depth than the first.
2074         (allout-shift-in): Ensure the offspring of the new containing
2075         topic are exposed.
2076         (allout-encrypt-string): Preserve the coding-system of the text,
2077         according to that of the containing buffer.
2078         (allout-toggle-subtree-encryption): When the text being encrypted
2079         requires a different coding system, offer to preserve the coding
2080         system using a file local var.
2082 2006-11-15  Simon Marshall  <simon@gnu.org>
2084         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
2085         to recognise "T t()" as a function declaration, rather than a
2086         variable instantiation, iff at the top-level or inside a class
2087         declaration.  Suggested by Feng Li <fengli@gmail.com>.
2089 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
2091         * progmodes/ada-xref.el (ada-parse-prj-file):
2092         Don't delete project buffer; user may want to edit it.
2093         (ada-xref-set-project-field, ada-xref-current-project-file)
2094         (ada-xref-current-project, ada-show-current-project)
2095         (ada-set-main-compile-application): New functions.
2096         (ada-xref-get-project-field, ada-require-project-file):
2097         Normalize use of ada-prj-default-project-file.
2098         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
2099         Normalize use of ada-require-project-file.
2100         (ada-prj-find-prj-file): Improve doc string, comments.
2102         * progmodes/ada-mode.el (ada-mode-version): Bump version.
2103         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
2104         (ada-create-menu): Add ada-set-main-compile-application,
2105         ada-show-current-main, ada-show-current-project.
2107 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2109         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
2110         (inferior-python-mode): Use it.
2112 2006-11-14  Andreas Schwab  <schwab@suse.de>
2114         * term/xterm.el (terminal-init-xterm): Add more key bindings.
2116 2006-11-13  Kim F. Storm  <storm@cua.dk>
2118         * ido.el (ido-copy-current-word): C-o copies region if active.
2120 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
2122         * textmodes/org.el (org-emph-face): Fix typo in variable name.
2124 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
2126         * ediff.el (ediff-revision):
2127         * files.el (set-visited-file-name):
2128         * mail/rmailout.el (rmail-output-body-to-file):
2129         Use `format', not `message', in `y-or-n-p' call.
2131 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
2133         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
2134         (org-metaright): Call `org-indent-item' on bullets.
2135         (org-timestamp-change): Set `org-last-changed-timestamp'.
2136         (org-current-line): Make sure (bolp) returns correct result.
2137         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
2139 2006-11-12  Richard Stallman  <rms@gnu.org>
2141         * language/european.el (turkish-case-conversion-enable)
2142         (turkish-case-conversion-disable): New functions.
2143         ("Turkish" lang env): Use them.
2145         * international/characters.el (case table):
2146         Do nothing special for i and I.
2148         * subr.el (remove-overlays): Fix last change.
2150         * cus-edit.el (custom-save-all): Use find-file-visit-truename
2151         for visiting the custom file.
2153 2006-11-12  Markus Triska  <triska@gmx.at>
2155         * play/handwrite.el (handwrite): Also process lines not ending
2156         with newline.  Replace some position-fiddling with different
2157         logic.  Improve performance.
2159 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
2161         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
2162         replacing deleted variable `ada-check-switch'.
2163         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
2164         (ada-xref-project-files): Improve doc string.
2165         (ada-find-executable): New function.
2166         (ada-initialize-runtime-library): Use `ada-find-executable'.
2167         (ada-xref-set-default-prj-values): In compile commands, don't need
2168         `ada-cd-command'; `compile' does that more portably.
2169         Use ada-prj-default-check-cmd.
2170         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
2171         properties if not specified in project file.
2172         (ada-goto-declaration): Display useful message for new error
2173         'error-file-not-found.
2174         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
2175         'error-file-not-found.
2176         (ada-get-all-references): Match latest ali syntax.  Signal new
2177         error 'error-file-not-found.
2178         (ada-find-in-ali): Match latest ali syntax.
2179         (ada-make-filename-from-adaname): Handle different semantics of
2180         gnatkr in GNAT 3.15p vs later.
2182         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
2183         ada-procedure-start-regexp.
2184         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
2186         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
2187         with defvar.
2188         (ada-language-version): Rename ada05 -> ada2005.
2189         (ada-align-region-separate): Add `eval-when-compile'.
2190         (ada-name-regexp): Remove unneeded escapes in regexp character
2191         alternative.
2192         (ada-compile-goto-error-file-linenr-re): New constant.
2193         (ada-matching-start-re): Handle additional cases `declare',
2194         `procedure', `function'.
2195         (ada-compile-goto-error): Handle "... at line nn".
2196         (ada-mode): Clearer syntax, comments for ff-special-constructs.
2197         Delete support for old versions of `align'.
2198         (ada-search-prev-end-stmt): Handle additional keyword `private'.
2199         (ada-check-defun-name): Simplify handling of `declare'.
2200         (ada-goto-matching-start): Handle nested `begin ... end'.
2201         Handle `declare', `protected', `procedure', `function'.
2202         (ada-create-menu): Presence of arm95 is not conditional on using
2203         GNAT compiler.
2205 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
2207         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
2208         nil in the *RE-Builder* buffer (it causes spurious error messages).
2210         * server.el (server-visit-files): If `minibuffer-auto-raise' has
2211         been set to t, respect it.
2213 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
2215         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
2216         Delete commented out code for old Emacs versions.  Autoloading of
2217         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
2218         (ada-mode-version): Bump version number.
2219         (ada-95-string-keywords, ada-2005-string-keywords)
2220         (ada-2005-keywords, ada-name-regexp): New constant.
2221         (ada-language-version, ada-procedure-start-regexp, ada-mode)
2222         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
2223         (ada-package-start-regexp): Support private packages, include package
2224         name (for ada-set-point-accordingly).
2225         (ada-next-procedure, ada-previous-procedure)
2226         (ada-which-function-are-we-in): Match changes to
2227         ada-procedure-start-regexp.
2228         (ada-make-body): Make non-interactive; not a user function.
2229         (ada-make-subprogram-body): Improve doc string.
2231 2006-11-11  Romain Francoise  <romain@orebokech.com>
2233         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
2234         `compilation-error-regexp-alist' buffer-local, since we changed
2235         `compilation-error-regexp-alist-alist' locally.
2237 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
2239         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
2240         to the value of `server-raise-frame'.
2242 2006-11-11  Glenn Morris  <rgm@gnu.org>
2244         * ido.el (ido-enable-prefix)
2245         * ses.el (ses-call-printer-return)
2246         * net/tramp.el (tramp-unified-filenames)
2247         * progmodes/cc-align.el (c-lineup-string-cont)
2248         * progmodes/compile.el (compilation-directory-matcher)
2249         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
2250         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
2251         (vhdl-clock-rising-edge)
2252         * textmodes/org.el (org-export-with-timestamps)
2253         (org-export-remove-timestamps-from-toc)
2254         (org-export-with-tags): Improve previous doc fixes.
2256 2006-11-11  Richard Stallman  <rms@gnu.org>
2258         * textmodes/flyspell.el (flyspell-mode-map):
2259         Bind C-c $ instead of M-RET.
2261 2006-11-10  Simon Marshall  <simon@gnu.org>
2263         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
2264         fontification for "case" and "default" keywords.
2266 2006-11-10  Andreas Schwab  <schwab@suse.de>
2268         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
2269         Avoid starting sentence with "nil".
2271 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
2273         * server.el (server-raise-frame): New option.
2274         (server-switch-buffer): Use it.
2276 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
2278         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
2279         with a capital.
2281 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
2283         * textmodes/org.el (org-show-hierarchy-above)
2284         (org-show-following-heading): Fix typo in default value.
2285         (org-scan-tags): Make the search case-sensitive.
2286         (org-tags-sparse-tree): Don't overrule
2287         `org-show-following-heading' and `org-show-hierarchy-above'.
2288         (org-reveal): New command.
2289         (org-show-context): Rename from `org-show-hierarchy-above'.
2290         (org-fast-tag-selection-single-key): New option.
2291         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
2292         (org-tags-overlay): New variable.
2293         (org-agenda-todo-ignore-deadlines): New option.
2294         ("session"): Add circular data structure `org-mark-ring' to
2295         exceptions list in session.el.
2296         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
2297         New options.
2298         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
2299         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
2300         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
2301         (org-finalize-agenda): Activate bracket links in agenda.
2302         (org-at-timestamp-p, org-at-date-range-p): Additional argument
2303         INACTIVE-OK.
2304         (org-show-hierarchy-above, org-show-following-heading):
2305         List values allowed for fine-tuned configuration.
2306         (org-show-hierarchy-above): New argument CONTEXT, use the
2307         fine-tuned settings in `org-show-hierarchy-above' and
2308         `org-show-following-heading'.
2309         (org-display-custom-time): New function.
2310         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
2311         (org-display-custom-times, org-time-stamp-custom-formats):
2312         (org-maybe-intangible): New macro.
2313         (org-activate-bracket-links, org-hide-wide-columns):
2314         Use `org-maybe-intangible'.
2315         (org-open-file): Use `shell-quote-argument'.
2316         (org-display-internal-link-with-indirect-buffer): New option.
2317         (org-file-remote-p): Get regexp from list.
2318         (org-link-expand-abbrev): New function.
2319         (org-link-abbrev-alist): New option.
2320         (org-open-at-point, org-cleaned-string-for-export):
2321         Call `org-link-expand-abbrev'.
2322         (org-timeline, org-agenda-list, org-todo-list)
2323         (org-tags-view): Remove the KEEP-MODES argument.
2324         (org-finalize-agenda-hook): New hook.
2325         (org-get-alist-option): New function.
2326         (org-follow-timestamp-link): New function.
2327         (org-open-at-point): Call `org-follow-timestamp-link'.
2328         (org-log-note-marker, org-log-note-purpose)
2329         (org-log-note-window-configuration): New variables.
2330         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
2331         (org-log-note-headings): New option.
2332         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
2333         (org-store-link): Support for dired-mode.
2334         (org-open-file): Substitute environment variables into filename.
2335         (org-last): New defsubst.
2336         (org-agenda-re-align-tags): New function.
2337         (org-agenda-align-tags-to-column): New option.
2338         (org-agenda-timeline): Group removed.
2339         (org-prepare-agenda, org-prepare-agenda-buffers)
2340         (org-run-agenda-series, org-timeline, org-agenda-list)
2341         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
2342         the text property inticating the agenda type.
2343         (org-agenda-post-command-hook): Get agenda type from text property
2344         at point.
2345         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
2346         and obey `org-agenda-overriding-arguments'.
2347         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
2348         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2349         (org-agenda-week-view, org-agenda-day-view):
2350         Use `org-agenda-overriding-arguments' to make updating work with
2351         multi-block agendas.
2352         (org-agenda-prefix-format): Allow different formats for the
2353         different agenda entry types.
2354         (org-timeline-prefix-format): Option removed, use
2355         `org-agenda-prefix-format' instead.
2356         (org-prepare-agenda): New function.
2357         (org-select-timeline-window): Option removed, use
2358         `org-select-agenda-window' instead.
2359         (org-respect-restriction): Variable removed.
2360         (org-cmp-tag): New function.
2361         (org-agenda-sorting-strategy, org-entries-lessp):
2362         Implement sorting by last tag.
2363         (org-complete): Better completion in in-buffer option lines.
2364         (org-in-item-p): New function.
2365         (org-org-menu): Add entries for checkboxes.
2366         (org-cycle): Extra brouping in outline-regexp, because it is used
2367         in a search with "^" prepended.
2368         (org-provide-checkbox-statistics): New option.
2369         (org-set-font-lock-defaults): Highlight checkbox statistics.
2370         (org-update-checkbox-count-maybe)
2371         (org-get-checkbox-statistics-face): New functions.
2372         (org-update-checkbox-count): New command.
2373         (org-insert-item, org-toggle-checkbox):
2374         Call `org-update-checkbox-count-maybe'.
2375         (org-export-as-html): XEmacs compatibility for coding system.
2376         (org-force-cycle-archived): New command.
2377         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
2378         overrules cycling.
2379         (org-fix-position-after-promote): If the line contains only a todo
2380         keyword, add a final space.
2381         (org-promote-subtree, org-demote-subtree):
2382         Call `org-fix-position-after-promote'.
2384 2006-11-10  Glenn Morris  <rgm@gnu.org>
2386         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
2387         date in every year.
2388         (calendar-dst-check-each-year-flag): New customizable variable.
2389         (calendar-dst-find-data): New function, extracted from
2390         calendar-current-time-zone.
2391         (calendar-current-time-zone): Use calendar-dst-find-data.
2392         (calendar-dst-transition-cache): New variable.
2393         (calendar-dst-find-startend, calendar-dst-starts)
2394         (calendar-dst-ends): New functions.
2395         (calendar-daylight-savings-starts)
2396         (calendar-daylight-savings-ends): Change value to use
2397         calendar-dst-starts, calendar-dst-ends; respectively.
2399         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
2401         * ido.el (ido-enable-prefix)
2402         * ses.el (ses-call-printer-return)
2403         * net/tramp.el (tramp-unified-filenames)
2404         * progmodes/cc-align.el (c-lineup-string-cont)
2405         * progmodes/compile.el (compilation-directory-matcher)
2406         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
2407         * progmodes/gdb-ui.el (gdb-many-windows)
2408         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
2409         (vhdl-clock-rising-edge)
2410         * textmodes/org.el (org-export-with-timestamps)
2411         (org-export-remove-timestamps-from-toc, org-export-with-tags)
2412         (org-read-date): Doc fix (Nil -> nil).
2414 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2416         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
2417         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
2419 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
2421         * bs.el (bs--window-for-buffer): Remove.
2422         (bs--show-with-configuration): Use `get-window-with-predicate'
2423         instead of `bs--window-for-buffer'.
2425 2006-11-10  Kenichi Handa  <handa@m17n.org>
2427         * files.el (revert-buffer): Fix previous change.
2429 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
2431         * bs.el (bs--redisplay): Fix typo in docstring.
2432         (bs--window-config-coming-from): Make frame-local.
2433         (bs--restore-window-config): New function.
2434         (bs-kill, bs-select, bs-select-other-window)
2435         (bs-select-other-frame): Use it.
2436         (bs--window-for-buffer): Return as soon as a matching buffer is found.
2437         (bs--show-with-configuration): Save the window configuration as a
2438         frame local var, and only if *buffer-selection* is not already
2439         visible on this frame.
2441 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
2443         * vc-svn.el (vc-svn-admin-directory): New var.
2444         (vc-svn-registered, vc-svn-responsible-p)
2445         (vc-svn-repository-hostname): Use it.
2446         Suggested by arit93@yahoo.com.
2448 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
2450         * ldefs-boot.el: Regenerate.
2452 2006-11-08  Alan Mackenzie  <acm@muc.de>
2454         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
2455         case (eq open-paren-in-column-0-is-defun-start nil) by searching
2456         for least nested open-paren.
2458 2006-11-08  Romain Francoise  <romain@orebokech.com>
2460         * subr.el (remove-overlays): Fix typo in last change.
2462 2006-11-08  Richard Stallman  <rms@gnu.org>
2464         * subr.el (remove-overlays): Call overlay-recenter.
2466 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2468         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
2469         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
2470         behaviour.
2471         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
2472         directly.
2474 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
2476         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
2477         (ido-max-dir-file-cache, ido-decorations)
2478         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
2479         (ido-magic-backward-char, ido-enter-dired)
2480         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
2481         (ido-list-directory, ido-first-match, ido-only-match)
2482         (ido-subdir, ido-indicator): Fix typos in docstrings.
2483         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
2484         (ido-read-internal): Fix typo in error message.
2486 2006-11-08  Kenichi Handa  <handa@m17n.org>
2488         * international/mule-cmds.el (set-default-coding-systems):
2489         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
2491 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
2493         * makefile.w32-in (setwins): Remove.
2494         (WINS_ALMOST): New macro.
2495         (WINS): Use it.
2496         (autoloads): Don't extract autoloads from files in obsolete/.
2498 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
2500         * whitespace.el (whitespace-buffer): Call remove-overlays after
2501         overlay-recenter for performance.  Suggested by Martin Rudalics.
2503 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
2505         * net/tramp.el (tramp-default-method): scp is the default method.
2507 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
2509         * server.el (server-start): Save also the Emacs pid in the server file.
2511 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
2513         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
2514         point when displaying a bibtex cross reference in the echo area.
2516 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
2518         * international/mule.el (make-char): Fix typo in docstring.
2519         (load-with-code-conversion, charsetp): Doc fixes.
2521         * international/ja-dic-cnv.el (skkdic-convert):
2522         * cus-edit.el (hook): Fix typo in docstring.
2524 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
2526         * cus-edit.el (custom-mode-map): Move defvar above code using it.
2527         (custom-mode-link-map): New variable.
2528         (custom-group-link, custom-manual): Use follow-link.
2530 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2532         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
2533         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
2535 2006-11-06  Richard Stallman  <rms@gnu.org>
2537         * textmodes/flyspell.el (flyspell-correct-word-before-point):
2538         New function broken out of flyspell-correct-word.
2539         (flyspell-mode-map): Bind it to M-RET.
2540         (flyspell-correct-word): Call it.
2542         * textmodes/fill.el (fill-minibuffer-function): New function.
2543         (fill-paragraph): Bind fill-paragraph-function to
2544         fill-minibuffer-function.
2546         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
2547         so that they aren't undefined.
2549         * dired.el (dired-readin): Locally bind file-name-coding-system.
2551         * bindings.el: Shorten and clarify usual mode line mouse help string.
2553         * Makefile.in (autoloads): Don't include `obsolete'.
2555 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
2557         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
2558         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
2559         Printing menu if it's not initialized.
2560         (pr-menu-bind): Act on menu-bar-file-menu directly.
2562 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
2564         * help.el (view-emacs-news): Fix typo in error message.
2566         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
2568         * shadowfile.el (shadow-define-regexp-group)
2569         (shadow-literal-groups, shadow-insert-var): Doc fixes.
2570         (shadow-read-files): Fix typo in message.
2571         (shadow-inhibit-overload, shadow-find, shadow-suffix)
2572         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
2573         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
2574         (shadow-file-match): Fix typos in docstrings.
2576         * terminal.el (terminal-emulator): Fix typo in message.
2578         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
2580         * emacs-lisp/lselect.el (x-kill-primary-selection)
2581         (x-delete-primary-selection, x-copy-primary-selection):
2582         Fix typos in error messages.
2584         * emulation/edt-mapper.el: Fix typo in interactive message.
2586         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
2588         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
2589         (ispell-help): Fix typos in docstrings.
2590         (ispell-help): Fix typo in output message.
2592         * allout.el (allout-adjust-file-variable)
2593         (allout-passphrase-verifier-string)
2594         (allout-passphrase-hint-string)
2595         (allout-toggle-current-subtree-encryption):
2596         * apropos.el (apropos-synonyms):
2597         * cus-edit.el (hook):
2598         * emacs-lock.el (emacs-lock-from-exiting):
2599         * follow.el (follow-avoid-tail-recenter-p):
2600         * hexl.el (hexl-mode):
2601         * mouse-copy.el (mouse-copy-work-around-drag-bug):
2602         * mouse.el (mouse-set-font):
2603         * resume.el (resume-emacs-args-file):
2604         * rfn-eshadow.el (file-name-shadow-tty-properties):
2605         * t-mouse.el (t-mouse-process, t-mouse-mode):
2606         * emacs-lisp/cust-print.el (custom-print-install)
2607         (custom-print-uninstall, custom-format):
2608         * emacs-lisp/shadow.el (list-load-path-shadows):
2609         * emulation/tpu-edt.el (tpu-help-text)
2610         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
2611         (tpu-reset-control-keys):
2612         * emulation/vip.el (vip-emacs-local-map)
2613         (vip-change-mode-to-emacs):
2614         * emulation/viper.el (viper-mode, viper-set-hooks)
2615         (viper-major-mode-modifier-list):
2616         * emulation/viper-init.el (viper-emacs-state-cursor-color):
2617         * emulation/viper-keym.el (viper-emacs-kbd-map)
2618         (viper-toggle-key):
2619         * mail/feedmail.el (feedmail-queue-reminder)
2620         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
2621         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
2622         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
2623         (feedmail-sender-line, feedmail-force-binary-write)
2624         (feedmail-from-line, feedmail-deduce-envelope-from)
2625         (feedmail-x-mailer-line, feedmail-message-id-generator)
2626         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
2627         (feedmail-enable-spray, feedmail-spray-this-address)
2628         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
2629         (feedmail-queue-runner-confirm-global)
2630         (feedmail-ask-before-queue-prompt)
2631         (feedmail-ask-before-queue-reprompt)
2632         (feedmail-prompt-before-queue-standard-alist)
2633         (feedmail-prompt-before-queue-user-alist)
2634         (feedmail-prompt-before-queue-help-supplement)
2635         (feedmail-queue-use-send-time-for-message-id)
2636         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
2637         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
2638         (feedmail-mail-send-hook-queued)
2639         (feedmail-confirm-addresses-hook-example)
2640         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
2641         (feedmail-queue-runner-mode-setter)
2642         (feedmail-queue-alternative-mail-header-separator)
2643         (feedmail-queue-runner-message-sender)
2644         (feedmail-buffer-eating-function, feedmail-binmail-template)
2645         (feedmail-run-the-queue-no-prompts)
2646         (feedmail-run-the-queue-global-prompt)
2647         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
2648         (feedmail-envelope-deducer, feedmail-fiddle-date)
2649         (feedmail-default-message-id-generator)
2650         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
2651         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
2652         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
2653         (vms-pmail-setup):
2654         * play/dunnet.el (dun-help):
2655         * play/handwrite.el (handwrite):
2656         * play/hanoi.el (hanoi-unix-64):
2657         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
2658         * textmodes/enriched.el (fixed):
2659         * textmodes/org.el (org-file-apps)
2660         (org-emphasis-regexp-components, org-emphasis-alist):
2661         * textmodes/texinfmt.el (batch-texinfo-format):
2662         Fix typos in docstrings.
2664 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
2666         * loadhist.el (read-feature): Don't complete features not loaded
2667         from a file (which make `unload-feature' to fail).
2669 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2671         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
2673 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
2675         * startup.el (command-line-1): Kill emacs if the last frame is
2676         deleted while evaluating the command-line arguments.
2678 2006-11-05  Richard Stallman  <rms@gnu.org>
2680         * startup.el (init-file-had-error): Add doc string.
2681         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
2682         Use fixed-width font for keyboard key descriptions.
2684         * cus-edit.el (custom-save-all): Error if saving in .emacs
2685         and it had an error when loaded.
2687         * dired-aux.el (dired-copy-file-recursive): Catch errors
2688         from recursive copies in the loop, around the recursive call.
2690 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2692         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
2693         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
2694         `/proc/acpi/thermal_zone/*'.
2695         (battery-search-for-one-match-in-files): New.  Search a regexp in
2696         the content of some files.
2698 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
2700         * window.el (mouse-autoselect-window-now): Remove variable.
2701         (mouse-autoselect-window-state): New variable.
2702         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
2703         (mouse-autoselect-window-select, handle-select-window):
2704         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
2705         Suspend delayed autoselection during menu or popup dialog.
2707         * info-look.el (info-lookup-guess-custom-symbol): New function
2708         for retrieving symbol at point in custom buffers.
2709         (top level) <info-lookup-maybe-add-help>: Add backquote and
2710         comma to ignored characters in regexps of help specifications
2711         for emacs-lisp-mode and lisp-interaction-mode.  This permits
2712         looking up symbols in `...' and after a comma.  Add help
2713         specifications for custom-mode and help-mode.
2715 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
2717         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
2718         Don't encode body if RAW is non-nil, or if the old encoding is
2719         identical to the new encoding, or if the body contains only
2720         eight-bit-* characters.
2722 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
2724         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
2725         (faces-sample-overlay): Remove variable.
2726         (describe-face): Insert sample text in the face being described.
2728 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
2730         * whitespace.el (whitespace-indent-regexp): Make this match any
2731         multiples of eight spaces near the beginning of a line.
2732         (whitespace-buffer): Use `remove-overlays' instead of
2733         `whitespace-unhighlight-the-space' and `overlay-recenter' to
2734         speed up overlay handling.
2735         (whitespace-buffer-leading, whitespace-buffer-trailing):
2736         Make these functions highlight the text removed by
2737         `whitespace-buffer-leading-cleanup' and
2738         `whitespace-buffer-trailing-cleanup' respectively.
2739         (whitespace-buffer-search): Use `with-local-quit'.
2740         Move `format' out of loop to speed up scanning larger buffers.
2741         (whitespace-unhighlight-the-space): Remove `remove-hook' since
2742         that function is never added to a hook.
2743         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
2744         (whitespace-buffer-leading-cleanup)
2745         (whitespace-refresh-rescan-list): Fix docstrings.
2747 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
2749         * allout.el (allout-during-yank-processing): Cue for inhibiting
2750         aberrance processing during yanks.
2751         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
2752         the amount of yanked topics that can be aberrant.
2753         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
2754         a function, and supplement with inihibition of doublechecking
2755         during yanks.
2756         (allout-beginning-of-line, allout-next-heading)
2757         (allout-previous-heading, allout-goto-prefix-doublechecked)
2758         (allout-back-to-current-heading, allout-next-visible-heading)
2759         (allout-next-sibling): Use new allout-do-doublecheck function.
2760         (allout-next-sibling): Ensure we made progress when returning
2761         other than nil.
2762         (allout-rebullet-heading): Preserve text property annotations
2763         indicating the text was hidden, if it was.
2764         (allout-kill-line): Remove any added was-hidden annotations.
2765         (allout-kill-topic): Remove any added was-hidden annotations.
2766         (allout-annotate-hidden): Inhibit adding was-hidden text
2767         properties to the undo list.
2768         (allout-deannotate-hidden): New function to remove was-hidden
2769         annotation.
2770         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
2771         (allout-remove-exposure-annotation): Replace by
2772         allout-deannotate-hidden.
2773         (allout-yank-processing): Signal that yank processing is happening
2774         with allout-during-yank-processing.  Also, wrap
2775         allout-unprotected's closer to the text changes, for easier
2776         debugging.  We need to inhibit-field-text-motion explicitly, in
2777         lieu of the encompassing allout-unprotected.
2778         (outlineify-sticky): Adjust criteria for triggering new outline
2779         decorations to presence or absence of any topics, not just a topic
2780         at the beginning of the buffer.
2782 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
2784         * bs.el (bs--show-all, bs--redisplay):
2785         * cus-edit.el (custom-unlispify-menu-entries)
2786         (custom-unlispify-tag-names, custom-prompt-variable):
2787         * expand.el (expand-pos):
2788         * speedbar.el (speedbar-generic-list-tag-p):
2789         * wid-edit.el (widget-image-enable):
2790         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
2791         * emacs-lisp/find-func.el (find-function-noselect)
2792         (find-function, find-variable-noselect, find-variable)
2793         (find-definition-noselect, find-face-definition):
2794         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
2795         * net/eudc-vars.el (eudc-expansion-overwrites-query):
2796         * progmodes/ada-xref.el (ada-find-in-ali):
2797         * textmodes/flyspell.el (flyspell-check-tex-math-command):
2798         * textmodes/org.el (org-copy-subtree):
2799         * textmodes/table.el (table--row-column-insertion-point-p):
2800         Use "non-nil" in docstrings.
2802 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
2804         * sort.el (sort-columns): Set the field separator to tab; on
2805         NetBSD, sort complains if "\n" is used as field separator.
2807 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
2809         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
2811 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2813         * server.el (server-auth-key): Remove.  Replace by a process-property.
2814         (server-start): Don't remove the file of the previous process, but
2815         instead clear out the place for the new file.
2816         (server-start): Set the :auth-key property.
2817         (server-process-filter): Use the :auth-key property.
2819 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
2821         * textmodes/org.el (org-mode-map): No longer copy
2822         `outline-mode-map' explicitly - this is already done by
2823         `define-derived-mode'.
2825 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
2827         * server.el (server-visit-files): Use `when'.
2828         (server-process-filter): When authentication fails, send error
2829         message to client.  Wrap `process-send-region' in `ignore-errors'
2830         instead of `condition-case', and remove misleading comment.
2832 2006-11-01  Juri Linkov  <juri@jurta.org>
2834         * simple.el (yank): Doc fix.
2836 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2838         * server.el: Try and fit within 80 columns.
2839         (server-start): Make the auth file unreadable by other users.
2841 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2843         * battery.el (battery-linux-proc-acpi): Prevent range error when
2844         `full-capacity' is 0.
2846 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
2848         * faces.el (faces-sample-overlay): New defvar.
2849         (faces-sample-overlay): New function to show face sample text.
2850         (describe-face): Use it.
2852 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
2854         * progmodes/ada-stmt.el: Change maintainer, apply
2855         whitespace-cleanup, checkdoc.
2856         (ada-func-or-proc-name): Add doc string.
2858         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
2859         whitespace-cleanup, checkdoc.  Minor improvements to many doc
2860         strings and comments.
2861         (ada-prj-display-page): Change buffer name to more accurately
2862         reflect function.
2864         * progmodes/ada-xref.el: Change maintainer, apply
2865         whitespace-cleanup, checkdoc.  Minor improvements to many doc
2866         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
2867         (ada-compile-current): Don't add newlines to commands.
2869 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
2871         * server.el: Add support for TCP sockets.
2872         (server-use-tcp, server-host, server-auth-dir): New options.
2873         (server-auth-key): New variable.
2874         (server-ensure-safe-dir): Create nonexistent parent dirs.
2875         Ignore Unix-style file modes on Windows.
2876         (server-start): Crete a TCP or Unix socket according to the value
2877         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
2878         `server-auth-dir' directory.
2879         (server-process-filter): Delete process if authentication
2880         fails (which never happens for Unix sockets).
2882 2006-10-30  David Kastrup  <dak@gnu.org>
2884         * subr.el (add-to-list): Don't continue checking if a match has
2885         been found.
2887 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
2889         * tutorial.el: Move defvars to avoid bytecomp warnings.
2890         (tutorial--find-changed-keys): Check if viper-current-state is
2891         bound before using it.
2892         (help-with-tutorial): Check if viper-tutorial is defined before
2893         using it.
2895 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2897         * help-fns.el (help-with-tutorial): Move to tutorial.el.
2899         * tutorial.el: New file.
2900         (help-with-tutorial): Move here from help-fns.el. Added help for
2901         rebound keys.  Fixed resume of tutorial.
2902         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
2903         (tutorial--find-changed-keys, tutorial--display-changes)
2904         (tutorial--saved-dir, tutorial--saved-file)
2905         (tutorial--save-tutorial): New functions to support the changes in
2906         help-with-tutorial.
2908 2006-10-30  Kenichi Handa  <handa@m17n.org>
2910         * files.el (revert-buffer): If a unibyte buffer is being reverted
2911         with a coding system for multibyte, set buffer multibyte before
2912         calling insert-file-contents.
2914 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2916         * server.el (server-select-display): Use a dummy buffer to detect when
2917         the frame is later used.
2918         (server-select-display): New function.
2919         (server-process-filter): Use it to detect unused temp frames.
2921 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
2923         * progmodes/ada-mode.el: Change maintainer, apply
2924         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
2925         (ada-mode-version): New function.
2926         (ada-create-menu): Menu operations are available for all supported
2927         compilers.
2929 2006-10-29  Lars Hansen  <larsh@soem.dk>
2931         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
2932         Highlight as keyword.
2933         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
2934         Don't call tramp-method-out-of-band-p for local files.
2935         (tramp-touch): Quote file name.
2937 2006-10-28  Glenn Morris  <rgm@gnu.org>
2939         * calendar/calendar.el (cal-html-cursor-month)
2940         (cal-html-cursor-year): Add autoloads for this new package.
2941         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
2943 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
2945         * calendar/cal-html.el: New file.
2947 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
2949         * emacs-lisp/authors.el (authors-aliases): Update.
2951 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
2953         * version.el (emacs-version): Bump version number to 22.0.90.
2955 2006-10-26  John W. Eaton  <jwe@octave.org>
2957         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
2958         New defvar.
2959         (inferior-octave-resync-dirs): Check to see whether Octave has
2960         built-in variables and set inferior-octave-has-built-in-variables.
2961         Check inferior-octave-has-built-in-variables to decide whether to
2962         send commands that set built-in variables or call functions to
2963         change Octave's behavior.
2964         Send "disp (pwd ())" to Octave instead of just "pwd".
2965         (inferior-octave-startup): Send "more off" to Octave instead of
2966         "page_screen_output = 0".
2968 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
2970         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
2971         pattern normally.
2973 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
2975         * bindings.el (mode-line-mode-menu): Remove bindings for global
2976         minor modes (line/column number) as they are on the menubar.
2978 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
2980         * term/w32-win.el (x-handle-name-switch): Doc fix.
2981         (w32-standard-fontset-spec): Fix typo in docstring.
2983         * midnight.el (midnight-buffer-display-time): Doc fix.
2984         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
2986 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2988         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
2990         * viper-ex.el (ex-read): Quote file argument.
2992         * ediff-diff.el (ediff-same-file-contents): Expand file names.
2994         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
2996 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
2998         * textmodes/flyspell.el (flyspell-check-region-doublons):
2999         Fix last fix.
3001 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
3003         * bindings.el (mode-line-mode-menu): List global minor modes
3004         before local ones.
3006 2006-10-23  Kim F. Storm  <storm@cua.dk>
3008         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
3009         (sit-for): If last command was a prefix arg, add the read-ahead
3010         event to unread-command-events as (t . EVENT) so it will be added
3011         to this-command-keys by read-key-sequence.
3013 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
3015         * textmodes/flyspell.el (flyspell-word): Skip past all previous
3016         whitespace when checking doublons.
3017         (flyspell-check-region-doublons): Fix doublon regexp.
3018         (flyspell-highlight-incorrect-region): Highlight doublons using
3019         flyspell-duplicate face.
3021         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
3023 2006-10-22  John Wiegley  <johnw@newartisans.com>
3025         * progmodes/python.el (python-use-skeletons): python-mode was
3026         auto-inserting templates (for those with abbrev-mode on), not only
3027         by default -- *but without a configuration variable to disable
3028         it*.  This rendered python-mode completely useless for me, so I
3029         have added `python-use-skeletons', which is now off by default.
3031 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
3033         * progmodes/cperl-mode.el (cperl-mode): Don't assume
3034         font-lock-multiline is auto-local (it's not).
3035         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
3036         initialized before calling cperl-init-faces.
3038 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
3040         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
3041         gdb-stack-position a value when there is no fringe.
3043         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
3044         indicator if not visiting a file.
3046 2006-10-20  David Kastrup  <dak@gnu.org>
3048         * window.el (kill-buffer-and-window): Fix a bug where an aborted
3049         operation would still cause some window to collapse later.
3051 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3053         * vc.el (vc-switch-backend): Try to be more careful with unwanted
3054         side-effect due to mixing various backends's file properties.
3056         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
3057         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
3058         Return `filename's status if applicable.  Update callers.
3060 2006-10-19  Kenichi Handa  <handa@m17n.org>
3062         * international/kkc.el (kkc-region): When a key sequence is not
3063         defined, append (this-single-command-raw-keys) to
3064         unread-input-method-events.
3066 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
3068         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
3070 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3072         * version.el (emacs-version): Use mac-carbon-version-string.
3074         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
3076 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3078         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
3079         Kenichi Handa).
3080         (xselect-convert-to-string): Decline requests for UTF8_STRING if
3081         the selection is not UTF-8.
3083 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
3085         * progmodes/ada-mode.el (ada-83-string-keywords)
3086         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
3087         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
3088         (ada-looking-at-semi-private, ada-get-body-name):
3089         Fix typos in docstrings.
3090         (ada-create-case-exception, ada-create-case-exception-substring):
3091         Fix typos in error messages.
3092         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
3094 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3096         * term/x-win.el (res-geometry): Don't set geometry from Xresources
3097         to default-frame-alist if default-frame-alist already contains
3098         width/height.
3100 2006-10-18  Richard Stallman  <rms@gnu.org>
3102         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
3103         Non-interactive arg is the value, not the expression.
3105         * simple.el (read-expression-map): Just set it, no defvar.
3107         * subr.el (insert-for-yank-1): If last inserted char has
3108         properties, mark them as rear-nonsticky.
3110         * recentf.el (recentf-mode): Doc fix.
3112         * facemenu.el (facemenu-add-new-face): Defend against symbol
3113         that isn't a face name.
3115         * dired-aux.el (dired-do-copy): Doc fix.
3117 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
3119         * simple.el (line-move-1): Ignore fields when moving to the
3120         beginning of line to avoid getting point stuck.
3122 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
3124         * textmodes/flyspell.el (flyspell-word-search-backward):
3125         Set inhibit-point-motion-hooks to avoid looping due to intangibile
3126         text.
3128 2006-10-16  Richard Stallman  <rms@gnu.org>
3130         * help-fns.el (describe-function-1): Special case optimization
3131         for self-insert-command.
3133 2006-10-16  Kim F. Storm  <storm@cua.dk>
3135         * ido.el (ido-reread-directory): Work in `dir' mode too.
3137 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
3139         * textmodes/table.el: Require 'regexp-opt.
3141 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3143         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
3144         Use shell-quote-argument.
3146         * shell.el (explicit-bash-args): Likewise.
3148         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
3149         Use grep -E rather than egrep.
3151 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3153         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
3155 2006-10-15  Kim F. Storm  <storm@cua.dk>
3157         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
3159 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3161         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
3162         to protect whitespace and metacharacters from the shell.
3164 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
3166         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
3168 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
3170         * subr.el (start-process-shell-command): Doc fix.
3172 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
3174         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
3175         the regexp for Maxima symbols.
3177 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3179         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
3180         (vc-find-root): Don't walk higher up than ~.
3182 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
3184         * international/utf-8.el (utf-translate-cjk-load-tables):
3185         Avoid clobbering last-coding-system-used during load.
3187 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
3189         * textmodes/reftex-global.el (reftex-create-tags-file):
3190         Quote file arguments.
3192 2006-10-12  Richard Stallman  <rms@gnu.org>
3194         * files.el (file-name-history): Add defvar.
3195         (save-some-buffers-action-alist): Improve description strings.
3197 2006-10-12  Andreas Schwab  <schwab@suse.de>
3199         * files.el (auto-mode-alist): Match change log file name also with
3200         a dash before a numeric extension.
3202 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
3204         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
3205         After 5.0:
3206         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
3208         After 5.1: Major edit.  Summary of most visible changes:
3210         - Multiple <<HERE per line allowed.
3211         - Handles multiline subroutine declaration headers (with comments).
3212           (The exception is `cperl-etags' - but it is not used in the rest
3213           of the mode.)
3214         - Fontifies multiline my/our declarations (even with comments,
3215           and with legacy `font-lock').
3216         - Major speedup of syntaxification, both immediate and postponed
3217           (3.5x to 15x [for different CPUs and versions of Emacs] on the
3218           huge real-life document I tested).
3219         - New bindings, edits to imenu.
3220         - "_" is made into word-char during fontification/syntaxification;
3221           some attempts to recognize non-word "_" during other operations too.
3222         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
3223         - autoload some more perldoc-related stuff
3224         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
3225         - Attempt to incorporate XEmacs edits which reached me.
3227         Fine-grained changelog:
3228         (cperl-hook-after-change): New configuration variable.
3229         (cperl-vc-sccs-header): Likewise.
3230         (cperl-vc-sccs-header): Likewise.
3231         (cperl-vc-header-alist): Default via two preceding variables.
3232         (cperl-invalid-face): Remove double quoting under XEmacs
3233                 (still needed under 21.2).
3234         (cperl-tips): Update URLs for resources.
3235         (cperl-problems): Likewise.
3236         (cperl-praise): Mention new features.
3237         New C-c key bindings: for `cperl-find-bad-style',
3238         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
3239         `cperl-perdoc', and `cperl-perldoc-at-point'.
3240         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
3241         moved, new submenu of Tools with Ispell entries and narrowing.
3242         (cperl-after-sub-regexp): New defsubst.
3243         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
3244                 Allows heads up to head4.
3245                 Allow "package;".
3246         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
3247         (paren-backwards-message): ??? Something for XEmacs???
3248         (cperl-mode): Never auto-switch abbrev-mode off.
3249                 Try to allow '_' be non-word char.
3250                 Do not use `font-lock-unfontify-region-function' on XEmacs.
3251                 Reset syntax cache on mode start.
3252                 Support multiline facification (even on legacy `font-lock').
3253         (cperl-facemenu-add-face-function): ??? Some contributed code ???
3254         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
3255                 refuse to inform us whether the fontification is due to lazy
3256                 calling or due to edit to a buffer, install our own hook
3257                 (controlled by `cperl-hook-after-change').
3258         (cperl-electric-pod): =cut may have been recognized as start.
3259         (cperl-block-p): Move, updatedfor attributes.
3260         (cperl-calculate-indent): Try to allow '_' be non-word char
3261                 Support subs with attributes.
3262         (cperl-where-am-i): Queit (?) a warning.
3263         (cperl-cached-syntax-table)     New function.
3264         (cperl-forward-re): Use `cperl-cached-syntax-table'.
3265         (cperl-unwind-to-safe): Recognize `syntax-type' property
3266                 changing in a middle of line.
3267         (cperl-find-sub-attrs): New function.
3268         (cperl-find-pods-heres): Allow many <<EOP per line.
3269                 Allow subs with attributes.
3270                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
3271                 Recognize "extproc " (OS/2) case-folded and only at start.
3272                 /x on s///x with empty replacement was not recognized.
3273                 Better comments.
3274         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
3275                 Allow subs with attributes, labels.
3276                 Do not confuse "else::foo" with "else".
3277                 Minor optimizations...
3278         (cperl-after-expr-p): Try to allow '_' be non-word char.
3279         (cperl-fill-paragraph): Try to detect a major bug in Emacs
3280                 with `looking-at' inside `narrow' and bulk out if found.
3281         (cperl-imenu--create-perl-index): Updates for new
3282                 `cperl-imenu--function-name-regexp-perl'.
3283         (cperl-outline-level): Likewise.
3284         (cperl-init-faces): Allow multiline subroutine headers
3285                 and my/our declarations, and ones with comments.
3286                 Allow subroutine attributes.
3287         (cperl-imenu-on-info): Better docstring.
3288         (cperl-etags): Rudimentary support for attributes.
3289                 Support for packages and "package;".
3290         (cperl-add-tags-recurse-noxs): Better (?) docstring.
3291         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
3292         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
3293         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
3294         (cperl-perldoc): Add autoload.
3295         (cperl-perldoc-at-point): Likewise.
3296         (cperl-here-doc-spell): New function.
3297         (cperl-pod-spell): Likewise.
3298         (cperl-map-pods-heres): Likewise.
3299         (cperl-get-here-doc-region): Likewise.
3300         (cperl-font-lock-fontify-region-function): Likewise (backward
3301                 compatibility for legacy `font-lock').
3302         (cperl-font-lock-unfontify-region-function): Fix style.
3303         (cperl-fontify-syntaxically): Recognize and optimize away deferred
3304                 calls with no-change.  Governed by `cperl-hook-after-change'.
3305         (cperl-fontify-update): Recognize that syntaxification region
3306                 can be larger than fontification one.
3307                 XXXX we leave `cperl-postpone' property, so this is quadratic...
3308         (cperl-fontify-update-bad): Temporary placeholder until
3309                 it is clear how to implement `cperl-fontify-update'.
3310         (cperl-time-fontification): New function.
3311         (attrib-group): New text attribute.
3312         (multiline): New value: `syntax-type' text attribute.
3314         After 5.2:
3315         (cperl-emulate-lazy-lock): New function.
3316         (cperl-fontify-syntaxically): Would skip large regions.
3317         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
3318         Some globals were declared, but uninitialized.
3320         After 5.3, 5.4:
3321         (cperl-facemenu-add-face-function): Add docs, fix U<>.
3322         Copyright message updated.
3323         (cperl-init-faces): Work around a bug in `font-lock'. May slow
3324                         facification down a bit.
3325                 Misprint for my|our|local for old `font-lock'
3326                         "our" was not fontified same as "my|local".
3327                 Highlight variables after "my" etc even in
3328                         a middle of an expression.
3329                 Do not facify multiple variables after my etc
3330                         unless parentheses are present.
3332         After 5.5, 5.6
3333         (cperl-fontify-syntaxically): after-change hook could reset.
3334         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
3336         After 5.7:
3337         (cperl-init-faces): Allow highlighting of local ($/).
3338         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
3339         (cperl-problems): Remove fixed problems.
3340         (cperl-find-pods-heres): Recognize #-comments in m##x too.
3341                 Recognize charclasses (unless delimiter is \).
3342         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
3343         (cperl-regexp-scan): Update docs.
3344         (cperl-beautify-regexp-piece): Use information got from regexp scan.
3346         After 5.8:
3347         Major user visible changes:
3348         Recognition and fontification of character classes in RExen.
3349         Variable indentation of RExen according to groups.
3351         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
3352                 Fontify REx charclasses in variable-name face.
3353                 Fontify POSIX charclasses in "type" face.
3354                 Fontify unmatched "]" in function-name face.
3355                 Mark first-char of HERE-doc as `front-sticky'.
3356                 Reset `front-sticky' property when needed.
3357         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
3358         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
3359         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
3360                 constructs.  Support `narrow'ed buffers.
3361         (cperl-praise): Remove a reservation.
3362         (cperl-make-indent): New function.
3363         (cperl-indent-for-comment): Use `cperl-make-indent'.
3364         (cperl-indent-line): Likewise.
3365         (cperl-lineup): Likewise.
3366         (cperl-beautify-regexp-piece): Likewise.
3367         (cperl-contract-level): Likewise.
3368         (cperl-toggle-set-debug-unwind): New function.
3369                 New menu entry for this.
3370         (fill-paragraph-function): Use when `boundp'.
3371         (cperl-calculate-indent): Take into account groups when indenting RExen.
3372         (cperl-to-comment-or-eol): Recognize # which end a string.
3373         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
3374         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
3375         (cperl-fontify-syntaxically): More clear debugging message.
3376         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
3377         (cperl-init-faces): More complicated highlight even on XEmacs (new).
3378         Merge cosmetic changes from XEmacs.
3380         After 5.9:
3381         (cperl-1+): Move to before the first use.
3382         (cperl-1-): Likewise.
3384         After 5.10:
3386         This code may lock Emacs hard!!!  Use at your own risk!
3388         (cperl-font-locking): New internal variable.
3389         (cperl-beginning-of-property): New function.
3390         (cperl-calculate-indent): Use `cperl-beginning-of-property'
3391         instead of `previous-single-property-change'.
3392         (cperl-unwind-to-safe): Likewise.
3393         (cperl-after-expr-p): Likewise.
3394         (cperl-get-here-doc-region): Likewise.
3395         (cperl-font-lock-fontify-region-function): Likewise.
3396         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
3397                         recursively.
3398                 Bound `next-single-property-change' via `point-max'.
3399         (cperl-unwind-to-safe): Bound likewise
3400         (cperl-font-lock-fontify-region-function): Likewise.
3401         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
3402                 Initialization of `cperl-font-lock-multiline-start' could be
3403                 missed if the "main" fontification did not run due to the
3404                 keyword being already fontified.
3405         (cperl-pod-spell): Return t from do-one-chunk function.
3406         (cperl-map-pods-heres): Stop when the worker returns nil.
3407                 Call `cperl-update-syntaxification'.
3408         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
3409         (cperl-get-here-doc-delim): Remove unused function.
3411         After 5.11:
3413         The possible lockup of Emacs (introduced in 5.10) fixed.
3415         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
3416         (cperl-syntaxify-for-menu): New customization variable.
3417         (cperl-select-this-pod-or-here-doc): New function.
3418         (cperl-get-here-doc-region): Extra argument.
3419                 Do not adjust pos by 1.
3421         New menu entries
3422                 (Perl/Tools): Selection of current POD or HERE-DOC section.
3423                 (Debugging CPerl:) backtrace on fontification.
3425         After 5.12:
3426         (cperl-cached-syntax-table): Use `car-safe'.
3427         (cperl-forward-re): Remove spurious argument SET-ST.
3428                 Add documentation.
3429         (cperl-forward-group-in-re): New function.
3430         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
3431         (XXXX Temporary (?) hack is to syntax-mark them as comment).
3433         After 5.13:
3434         (cperl-string-syntax-table): Make { and } not-grouping
3435           (Sometimes they ARE grouping in RExen, but matching them would only
3436            confuse in many situations when they are not)
3437         (beginning-of-buffer): Replace two occurences with goto-char...
3438         (cperl-calculate-indent): `char-after' could be nil...
3439         (cperl-find-pods-heres): REx can start after "[" too.
3440                 Hightlight (??{}) in RExen too.
3441         (cperl-maybe-white-and-comment-rex): New constant
3442         (cperl-white-and-comment-rex): Likewise.
3443                 XXXX Not very efficient, but hard to make
3444                 better while keeping 1 group.
3446         After 5.13:
3447         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
3448                 Likewise for 1 << identifier.
3450         After 5.14:
3451         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
3452                 Error-less condition-case could fail.
3453         (cperl-font-lock-fontify-region-function): Likewise.
3454         (cperl-init-faces): Likewise.
3456         After 5.15:
3457         (cperl-find-pods-heres): Support property REx-part2.
3458         (cperl-calculate-indent): Likewise.
3459                 Don't special-case REx with non-empty 1st line.
3460         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
3461                 Invert highlighting of charclasses:
3462                         now the envelop is highlighted.
3463                 Highlight many others 0-length builtins.
3464         (cperl-praise): Mention indenting and highlight in RExen.
3466         After 5.15:
3467         (cperl-find-pods-heres): Highlight capturing parens in REx.
3469         After 5.16:
3470         (cperl-find-pods-heres): Highlight '|' for alternation
3471         Initialize `font-lock-warning-face' if not present.
3472         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
3473                          `font-lock-function-name-face'.
3474         (cperl-look-at-leading-count): Likewise.
3475         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
3476                         `font-lock-keyword-face' (needed for
3477                         batch processing), etc...
3478                 Use `font-lock-builtin-face' for builtin in REx
3479                         Now `font-lock-variable-name-face'
3480                         is used for interpolated variables
3481                 Use "talking aliases" for faces inside REx
3482                 Highlight parts of REx (except in charclasses)
3483                         according to the syntax and/or semantic
3484                 Syntax-mark a {}-part of (?{}) as "comment"
3485                         (it was the ()-part)
3486                 Better logic to distinguish what is what in REx
3487         (cperl-tips-faces): Document REx highlighting
3488         (cperl-praise): Mention REx syntax highlight etc.
3490         After 5.17:
3491         (cperl-find-sub-attrs): Would not always manage to print error message.
3492         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
3494         After 5.18:
3495         (cperl-find-pods-heres): Misprint in REx for parsing REx.
3496                 Very minor optimization.
3497                 `my-cperl-REx-modifiers-face' got quoted.
3498                 Recognize "print $foo <<END" as HERE-doc.
3499                 Put `REx-interpolated' text attribute if needed.
3500         (cperl-invert-if-unless-modifiers): New function.
3501         (cperl-backward-to-start-of-expr): Likewise.
3502         (cperl-forward-to-end-of-expr): Likewise.
3503         (cperl-invert-if-unless): Works in "the opposite way" too.
3504                 Cursor position on return is on the switch-word.
3505                 Indents comments better.
3506         (REx-interpolated): New text attribute.
3507         (cperl-next-interpolated-REx): New function.
3508         (cperl-next-interpolated-REx-0): Likewise.
3509         (cperl-next-interpolated-REx-1): Likewise.
3510         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
3511         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
3512         (cperl-praise): Mention finded interpolated RExen.
3514         After 5.19:
3515         (cperl-init-faces): Highlight %$foo, @$foo too.
3516         (cperl-short-docs): Better docs for system, exec.
3517         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
3518                 Would not find HERE-doc ended by EOF without NL.
3519         (cperl-short-docs): Correct not-doubled \-escapes.
3520         start block: Put some `defvar' for stuff gone from XEmacs.
3522         After 5.20:
3523         initial comment: Extend copyright, fix email address.
3524         (cperl-indent-comment-at-column-0): New customization variable.
3525         (cperl-comment-indent): Indentation after $#a would increasy by 1.
3526         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
3527         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
3528         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
3529         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
3530                         highlight $ in $foo too (UNTESTED).
3531         (cperl-set-style): Docstring missed some available styles.
3532         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
3533                 Change "Current" to "Memorize Current".
3534         (cperl-indent-wrt-brace): New customization variable; the default is
3535                 as for pre-5.2 version.
3536         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
3537         (cperl-style-alist): Likewise.
3538         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
3539                 and `cperl-extra-newline-before-brace' etc
3540                 being t
3541         (cperl-indent-exp): Plans B and C to find continuation blocks even
3542                 if `cperl-extra-newline-before-brace' is t.
3544         After 5.21:
3545         Improve some docstrings concerning indentation.
3546         (cperl-indent-rules-alist): New variable.
3547         (cperl-sniff-for-indent): New function name
3548                 (separated from `cperl-calculate-indent').
3549         (cperl-calculate-indent): Separate the sniffer and the indenter;
3550                 uses `cperl-sniff-for-indent' now.
3551         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
3552                 was inverted;
3553                 Support `comment-column' = 0.
3555 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
3557         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
3558         * help-at-pt.el (scan-buf-move-to-region): Likewise.
3559         * longlines.el (longlines-window-change-function): Likewise.
3560         * simple.el (undo-ask-before-discard): Likewise.
3561         * wid-edit.el (widget-field-prompt-internal)
3562         (widget-documentation-link-p): Likewise.
3564 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3566         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
3567         for a keyword.
3569 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3571         * newcomment.el (comment-valid-prefix-p): Make the check
3572         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
3573         (comment-indent-new-line): Adjust call.
3575 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
3577         * allout.el (allout-back-to-current-heading): Base on lower-level
3578         routines to get proper disqualification of aberrant topics.
3580 2006-10-09  Richard Stallman  <rms@gnu.org>
3582         * textmodes/two-column.el (2C-two-columns): Doc fix.
3584 2006-10-09  Kim F. Storm  <storm@cua.dk>
3586         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
3587         about implicit use.
3589 2006-10-08  Richard Stallman  <rms@gnu.org>
3591         * textmodes/two-column.el (2C-two-columns): Doc fix.
3593 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3595         * files.el: Mark `buffer-read-only' as safe-local-variable.
3597 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
3599         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
3600         Burp if GUD buffer has been killed.
3602 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3604         * completion.el (add-completions-from-c-buffer):
3605         Don't presume an error's second element is a string.
3606         Use looking-at rather than buffer-substring + member.
3608 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
3610         * mail/rmail.el (rmail-redecode-body): If the old encoding is
3611         `undecided', call find-coding-systems-region to find a proper
3612         non-trivial encoding.
3613         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
3614         and "text/plain".
3616 2006-10-07  Kevin Ryde  <user42@zip.com.au>
3618         * textmodes/reftex-vars.el (defgroup reftex): Update home page
3619         url-link.
3621         * strokes.el (defgroup strokes): Remove invalid url-link.
3623 2006-10-07  Magnus Henoch  <mange@freemail.hu>
3625         * autoinsert.el (auto-insert-alist): Doc fix.
3627 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3629         * mouse-sel.el (mouse-insert-selection-internal):
3630         Use insert-for-yank, so that yank handlers are run.
3632 2006-10-07  Kim F. Storm  <storm@cua.dk>
3634         * ido.el (ido-file-extension-aux): Fix comparison.
3636 2006-10-06  Kim F. Storm  <storm@cua.dk>
3638         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
3640 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
3642         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
3643         (ad-make-mapped-call): Use `let', not `let*'.
3645 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
3647         * international/mule-cmds.el (coding-system-change-eol-conversion):
3648         Ensure the coding system is initialized before calling
3649         coding-system-eol-type.
3651 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
3653         * textmodes/org.el (org-rm-props, org-activate-plain-links)
3654         (org-activate-angle-links, org-activate-dates)
3655         (org-activate-target-links, org-activate-camels)
3656         (org-activate-tags): Add `rear-nonsticky' text property to avoid
3657         textproperty keymaps from being active beyond the end of a line.
3658         (org-unfontify-region): Also remove `rear-nonsticky' property.
3660 2006-10-04  Kenichi Handa  <handa@m17n.org>
3662         * international/code-pages.el (next): Table fixed.
3664 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3666         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
3667         that it's been made unnecessary by removing narrowing.
3669 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3671         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
3672         control flow a bit, simplify another bit, and add comments.
3674 2006-10-03  David Kastrup  <dak@gnu.org>
3676         * help.el (describe-mode): For clicks on mode-line, use "@"
3677         interactive argument to get the major mode of the click instead of
3678         the current buffer.
3680         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
3681         in order to better redirect mouse-2 clicks.  Also allow default
3682         bindings to apply.
3684 2006-10-03  Kim F. Storm  <storm@cua.dk>
3686         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
3687         (pushnew): Fix last change.
3689 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
3691         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
3692         Use the interactive spec of `eval-expression'.
3694 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3696         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
3698 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
3700         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
3701         2006-09-28 commit.
3703 2006-10-02  Kenichi Handa  <handa@m17n.org>
3705         * international/code-pages.el (iso-8859-6): Table fixed.
3707 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
3709         * dired.el (dired-build-subdir-alist): Fix previous change.
3711 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>
3713         * simple.el (undo-elt-crosses-region): Fix the inequalities.
3715 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3717         * emacs-lisp/find-func.el (find-function-regexp): Don't match
3718         "define-button-type".
3720         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
3721         they don't keep accumulating.
3723 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3725         * ffap.el (ffap-rfc-path): Change the address of the RFC
3726         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
3728 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
3730         * allout.el (allout-expose-topic): Rectify implementation of "+"
3731         spec, so that bodies are not exposed with headlines.
3733 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
3735         * allout.el (allout-current-depth): Do aberrent check only at or
3736         below doublecheck depth.
3737         (allout-chart-subtree): Make it explicit that LEVELS being nil
3738         means unlimited depth.  Drop undocumented support for LEVELS value
3739         t meaning unlimited depth.  (This is consistent with
3740         allout-chart-to-reveal, but contrary to allout-show-children,
3741         which needs to use nil to default to depth of 1.)
3742         (allout-goto-prefix-doublechecked): Wrap long docstring line.
3743         (allout-chart-to-reveal): Be explicit in docstring about meaning
3744         of nil LEVELS, and drop support for LEVELS value t.
3745         (allout-show-children): Translate the level spec used by this
3746         routine to that used by allout-chart-subtree and
3747         allout-chart-to-reveal.
3748         (allout-show-to-offshoot): Retry once when stuck, after opening
3749         subtree - improvements in discontinuity handling likely will
3750         enable progress.
3752 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
3754         * wid-edit.el (widget-button-click-moves-point): New variable.
3755         (widget-button-click): If widget-button-click-moves-point is
3756         non-nil, set point after performing the button action
3758         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
3760 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
3762         * files.el (find-file-existing): Modify to not allow wildcards.
3764 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3766         * simple.el (undo-more): When undo information for the region is
3767         exhausted, say "No further undo information FOR REGION".
3769 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3771         * progmodes/sh-script.el (sh-prev-thing):
3772         Take `sh-leading-keywords' into account.
3774 2006-09-29  Glenn Morris  <rgm@gnu.org>
3776         * custom.el (defcustom): Doc fix.
3778         * calendar/calendar.el (european-calendar-style):
3779         Call european-calendar or american-calendar as needed when set.
3780         (diary-view-entries, list-calendar-holidays): Move autoloads
3781         before use.
3783 2006-09-29  Juri Linkov  <juri@jurta.org>
3785         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
3786         to nil if there is no previous property change.
3788 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3790         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
3791         saving anything to be sure that `forward-sexp' behaves correctly.
3793 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
3795         * simple.el (line-move-finish): Ignore field boundaries if the
3796         initial and final points have the same `field' property.
3798 2006-09-29  Kim F. Storm  <storm@cua.dk>
3800         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
3801         to t while calling ido-read-internal.
3803 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
3805         * textmodes/org.el (org-file-remote-p): Get regexp from list.
3806         (org-archive-subtree): Remove erraneous `]' from character list.
3808 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
3810         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
3811         (ses-reconstruct-all): Make undo of "insert row" work by keeping
3812         markers for data-area and parameters-area.
3814 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3816         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
3818         * font-lock.el (font-lock-after-change-function): Refontify next line
3819         as well if end is at BOL.
3820         (font-lock-extend-jit-lock-region-after-change): Be more careful to
3821         only extend the region as much as needed.
3823 2006-09-28  Richard Stallman  <rms@gnu.org>
3825         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
3827         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
3829         * international/mule.el (after-insert-file-set-coding):
3830         If VISIT, don't let set-buffer-multibyte make undo info.
3832 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
3834         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
3835         lines in base64-encoded authentication response.
3837 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3839         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
3840         (ebnf-version): New version 4.3.
3841         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
3842         (ebnf-prologue): Adjust PostScript programming.
3843         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
3844         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
3846 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3848         * jit-lock.el (jit-lock-force-redisplay): Rename from
3849         jit-lock-fontify-again, and undo the mistaken change I've just done.
3851         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
3852         (jit-lock-fontify-again): Don't refontify text that's not displayed.
3854 2006-09-26  Kenichi Handa  <handa@m17n.org>
3856         * startup.el (display-splash-screen): Allow a prefix argument.
3858 2006-09-25  Jason Rumney  <jasonr@gnu.org>
3860         * subr.el (shell-quote-argument): Use DOS logic for Windows
3861         shells with DOS semantics.
3863 2006-09-24  Richard Stallman  <rms@gnu.org>
3865         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
3866         (compilation-goto-locus): Use compilation-goto-locus-delete-o
3867         to delete the overlay.  Put it on pre-command-hook.
3869         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
3871         * startup.el (fancy-splash-screens, normal-splash-screen):
3872         Call the splash buffer *About GNU Emacs*.
3874         * simple.el (next-error-highlight, next-error-highlight-no-select):
3875         Default to 0.5.
3876         (yank-excluded-properties): Add `fontified'.
3878         * font-lock.el (font-lock-compile-keywords): Allow value of
3879         syntax-begin-function to enable paren-column-0 highlighting.
3881 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
3883         * dired.el (dired-build-subdir-alist): When file ends in colon,
3884         don't exit the loop, just disregard that file.
3886 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
3888         * simple.el (line-move-finish): Handle corner case for fields in
3889         continued lines.
3890         (line-move-1): Remove flawed test for that case.
3892 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
3894         * icomplete.el (icomplete-simple-completing-p): Use the correct
3895         name for the new variable, `icomplete-with-completion-tables'.
3896         (file local variables): Remove superfluous setting.
3898 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
3900         * calendar/appt.el (appt-check): Fix typo for appointments just
3901         after midnight.
3903 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
3905         * help.el (describe-key-briefly, describe-key): Don't expect an
3906         extra up event if a down-event is generated by a popup menu.
3908 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
3910         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
3911         local dictionary when changing the global dictionary.
3913 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
3915         * icomplete.el (icomplete-with-completion-tables): List of
3916         specialized completion tables with which icomplete should
3917         operate.  Include the new `internal-complete-buffer', so icomplete
3918         works with interactive buffer-selection.
3919         (icomplete-simple-completing-p): Add acceptance of specialized
3920         completion tables listed in icomplete-with-completion-tables.
3922 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3924         * frame.el (focus-follows-mouse): Set default to nil on Mac.
3926         * startup.el (command-line): Use `custom-reevaluate-setting' for
3927         `focus-follows-mouse'.
3929 2006-09-22  Richard Stallman  <rms@gnu.org>
3931         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
3932         explain why Save is not available.
3934 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
3936         * woman.el (woman0-so): Use `let*', not `let'.
3937         (woman-horizontal-line): Remove unbalanced parenthesis.
3939 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3941         * woman.el: Make sure all the end-of-region markers we use have
3942         a non-nil insertion-type.
3943         (woman0-so): Move things around so we can use copy-marker.
3944         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
3945         Adjust marker type.
3946         (woman2-process-escapes): Check marker type.
3947         (woman-horizontal-line): Dispense with the use of a marker.
3949 2006-09-22  Jay Belanger  <belanger@truman.edu>
3951         * calc/calc-lang.el: Add Greek letters to math-variable-table
3952         property of tex.
3954 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
3956         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
3958 2006-09-22  Masatake YAMATO  <jet@gyve.org>
3960         * add-log.el (add-log-current-defun): Use `forward-sexp'
3961         instead of `forward-word' to pick c++::symbol.
3962         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
3964 2006-09-22  Kenichi Handa  <handa@m17n.org>
3966         * bindings.el: Fix setting self-insert-command for multibyte
3967         characters in global-map.
3969 2006-09-21  David Kastrup  <dak@gnu.org>
3971         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
3972         doc string.
3974 2006-09-21  Kenichi Handa  <handa@m17n.org>
3976         * language/european.el ("Latin-1"): Add windows-1252 to
3977         coding-priority.
3978         ("German"): Likewise.
3980 2006-09-21  Kim F. Storm  <storm@cua.dk>
3982         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
3983         Suggested by Miles Bader.
3985         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
3986         instead of add-to-list in the simple case.
3988 2006-09-20  Kenichi Handa  <handa@m17n.org>
3990         * isearch.el (isearch-process-search-char): Cancel the previous change.
3991         (isearch-search-string): New function.
3992         (isearch-search): Use isearch-search-string.
3993         (isearch-lazy-highlight-search): Likewise.
3995 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3997         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
3998         string to become an option.
4000 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4002         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
4004 2006-09-20  Kim F. Storm  <storm@cua.dk>
4006         * simple.el (line-move-partial): Call pos-visible-in-window-p with
4007         position t instead of trying both window-end and window-end - 1.
4009 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
4011         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
4012         hidden trees.
4014 2006-09-20  David Kastrup  <dak@gnu.org>
4016         * mouse.el (mouse-posn-property): Improve doc string.
4017         (mouse-on-link-p): Change buffers for function calls on links.
4019         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
4020         buffer is read-only.
4022 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
4024         * allout.el (allout-unprotected): Let inhibit-read-only only when
4025         buffer-read-only isn't set.
4026         (allout-annotate-hidden): Enable topic annotation during copies even
4027         when the buffer is read-only, eg for topic copies.  Ensure that the loop
4028         advances, even when the span extends beyond the deletion region.
4029         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
4030         rather than allout-exposure-changed-hook, as a stronger assertion.
4031         (allout-keybindings-list): Add bindings for
4032         allout-copy-line-as-kill and allout-copy-topic-as-kill.
4033         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
4034         Copy wrappers for allout-kill-line and allout-kill-topic.
4035         (allout-listify-exposed): Position correctly to accumulate lines.
4037 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
4039         * simple.el (line-move-1): Escape field boundaries occurring
4040         exactly at point.  Update goal column if constrained to a field.
4041         (line-move-finish): Escape field boundaries occurring exactly at point.
4043 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4045         * mouse.el (mouse-on-link-p): Tentatively fix last change.
4046         (mouse-drag-vertical-line): Remove unused var `wconfig'.
4048 2006-09-19  Kim F. Storm  <storm@cua.dk>
4050         * help.el (describe-key-briefly, describe-key): Simplify printing
4051         of descriptions by using format and %S.  Fix "is undefined"
4052         messages to say "at that spot" for mouse events.
4054         * simple.el (line-move-partial): Optimize.  Try window-line-height
4055         before posn-at-point to get vpos of current line.
4057 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
4059         * viper.el: Bump up version/date of update to reflect the substantial
4060         changes done in August 2006.
4062         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
4063         are defined.
4065         * ediff-util.el (ediff-add-to-history): New function.
4067         * ediff.el: Use ediff-add-to-history instead of add-to-history.
4069 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4071         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
4072         Delete duplicate make-local-variable form.
4073         (conf-space-keywords): Add autoload cookie.
4074         Fix typo (`keywords', not `keyword').
4076 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4078         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
4079         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
4080         to x-gtk-use-old-file-dialog
4082 2006-09-18  Richard Stallman  <rms@gnu.org>
4084         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
4085         that might come in during mouse tracking.
4087 2006-09-18  Kim F. Storm  <storm@cua.dk>
4089         * simple.el (line-move-partial): Rework 2006-09-15 change to use
4090         new window-line-height function.  Further optimize by not calling
4091         pos-visible-in-window-p for window-end when window-line-height
4092         returns useful information.
4094 2006-09-16  Richard Stallman  <rms@gnu.org>
4096         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
4097         (conf-space-mode): Don't handle prefix arg.
4098         Delete conf-space-keywords-override code.
4099         Use add-hook.
4100         (conf-space-keywords): New command.
4101         (conf-space-mode-internal): Be careful with imenu-generic-expression.
4102         Delete conf-space-keywords-override code.
4103         (conf-space-keywords-alist): Doc fix.
4104         (conf-space-font-lock-keywords): Doc fix.
4105         (conf-space-keywords-override): Var deleted.
4107 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
4109         * startup.el (fancy-splash-screens): Don't switch to the scratch
4110         buffer; it may not be the next buffer.
4112 2006-09-16  Romain Francoise  <romain@orebokech.com>
4114         * saveplace.el (load-save-place-alist-from-file): Use expanded name
4115         in both messages.
4117 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
4119         * progmodes/python.el (python-preoutput-filter):
4120         Fix arg order to string-match.
4122 2006-09-16  Richard Stallman  <rms@gnu.org>
4124         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
4125         font-lock-compile-keywords.
4127         * font-lock.el (font-lock-compile-keywords): Rename optional arg
4128         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
4130 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4132         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
4134         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
4135         and the data doesn't look like UTF8, send STRING instead.
4137 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
4139         * textmodes/flyspell.el (flyspell-check-region-doublons):
4140         New function to detect duplicated words.
4141         (flyspell-large-region): Use it.
4143 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
4145         * simple.el (line-move-to-column): Revert 2006-08-03 change.
4147 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
4149         * help.el (describe-prefix-bindings): Use let, not let*.
4151 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
4153         * allout.el (allout-regexp, allout-line-boundary-regexp)
4154         (allout-bob-regexp): Correct grouping and boundaries to fix
4155         backwards traversal.
4156         (allout-depth-specific-regexp, allout-depth-one-regexp):
4157         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
4158         worse time in allout-ascend.
4159         (allout-doublecheck-at-and-shallower): Identify depth threshold
4160         below which topics are checked for and disqualified by containment
4161         discontinuities.
4162         (allout-hotspot-key-handler): Correctly handle multiple-key
4163         strokes.  Remove some unused variables.
4164         (allout-mode-leaders): Clarify that mode-specific comment-start
4165         will be used.
4166         (set-allout-regexp): Correctly regexp-quote allout regexps to
4167         properly accept alternative header-leads and primary bullets with
4168         regexp-specific characters (eg, C "/*", mathematica "(*").
4169         Include new regular expressions among those configured.
4170         (allout-infer-header-lead-and-primary-bullet):
4171         Rename allout-infer-header-lead.
4172         (allout-recent-depth): Manifest as a variable as well as a function.
4173         (allout-prefix-data): Simplify into an inline instead of a macro,
4174         assuming current match data rather than being explicitly passed
4175         it.  Establish allout-recent-depth value as well as
4176         allout-recent-prefix-beginning and allout-recent-prefix-end.
4177         (allout-aberrant-container-p): True when an item's immediate
4178         offspring discontinuously contained.  Useful for disqualifying
4179         unintended topic prefixes, likely at low depths.
4180         (allout-goto-prefix-doublechecked): Elaborate version of
4181         allout-goto-prefix which disqualifies aberrant pseudo-items.
4182         (allout-pre-next-prefix): Layer on top of lower-level routines, to
4183         get disqualification of aberrant containers.
4184         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
4185         containers.
4186         (allout-beginning-of-current-entry): Position at start of buffer
4187         when in container (depth 0) entry.
4188         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
4189         (allout-current-bullet): Strip text properties.
4190         (allout-get-prefix-bullet): Use right match groups.
4191         (allout-beginning-of-line, allout-next-heading):
4192         Disqualify aberrant containers.
4193         (allout-previous-heading): Disqualify aberrant containers, and
4194         change to regular (rather than inline) function, to allow
4195         self-recursion.
4196         (allout-get-invisibility-overlay): Increment so progress is made
4197         when the first overlay is not the sought one.
4198         (allout-end-of-prefix): Disqualify aberrant containers.
4199         (allout-end-of-line): Cycle something like allout-beginning-of-line.
4200         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
4201         outline.el outlines) functional again.  Change the primary bullet
4202         along with the header-lead - level 1 new-style bullets now work.
4203         Engage allout-before-change-handler in mainline Emacs, not just
4204         XEmacs, to do undo handling.
4205         (allout-before-change-handler): Expose undo changes occurring in
4206         hidden regions.  Use allout-get-invisibility-overlay instead of
4207         reimplementing it inline.
4208         (allout-chart-subtree): Use start rather than end of prefix in
4209         charts.  Use allout-recent-depth variable.
4210         (allout-chart-siblings): Disqualify aberrant topics.
4211         (allout-beginning-of-current-entry): Position correctly.
4212         (allout-ascend): Use new allout-depth-specific-regexp and
4213         allout-depth-one-regexp for linear instead of O(N^2) or worse
4214         behavior.
4215         (allout-ascend-to-depth): Depend on allout-ascend, rather than
4216         reimplementing an algorithm.
4217         (allout-up-current-level): Depend on allout-ascend, rather than
4218         reimplementing an algorithm.  Return to start-point if we fail.
4219         (allout-descend-to-depth): Use allout-recent-depth variable
4220         instead of function.
4221         (allout-next-sibling): On traversal of numerous intervening
4222         topics, resort to economical allout-next-sibling-leap.
4223         (allout-next-sibling-leap): Specialized version of
4224         allout-next-sibling that uses allout-ascend cleverly, to depend on
4225         a regexp search to leap large numbers of contained topics, rather
4226         than arbitrarily many one-by-one traversals.
4227         (allout-next-visible-heading): Disqualify aberrant topics.
4228         (allout-previous-visible-heading): Position consistently when
4229         interactive.
4230         (allout-forward-current-level): Base on allout-previous-sibling
4231         rather than (differently) reimplmenting the algorithm.  Remove some
4232         unused variables.
4233         (allout-solicit-alternate-bullet): Present default choice stripped
4234         of text properties.
4235         (allout-rebullet-heading): Use bullet stripped of text properties.
4236         Register changes using allout-exposure-change-hook.
4237         Disregard aberrant topics.
4238         (allout-shift-in): With universal-argument, make topic a peer of
4239         it's former offspring.  Simplify the code by separating out
4240         allout-shift-out functionality.
4241         (allout-shift-out): With universal-argument, make offspring peers
4242         of their former container, and its siblings.  Implement the
4243         functionality here, rather than inappropriately muddling the
4244         implementation of allout-shift-in.
4245         (allout-rebullet-topic): Respect additional argument for new
4246         parent-child separation function.
4247         (allout-yank-processing): Use allout-ascend directly.
4248         (allout-show-entry): Disqualify aberrant topics.
4249         (allout-show-children): Handle discontinuous children gracefully,
4250         extending the depth being revealed to expose them and posting a
4251         message indicating the situation.
4252         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
4253         Leave cursor in correct position.
4254         (allout-hide-current-subtree): Use allout-ascend directly.
4255         Disqualify aberrant topics.
4256         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
4257         a way that the yanks can restore it, as used to happen.
4258         (allout-yank-processing): Restore exposure layout as recorded by
4259         allout-kill-*, as used to happen.
4260         (allout-annotate-hidden, allout-hide-by-annotation): New routines
4261         for preseving and restoring exposure layout across kills.
4262         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
4263         (allout-encrypt-string): Strip text properties.
4264         Rearranged order and outline-headings for some of the
4265         miscellaneous functions.
4266         (allout-resolve-xref): No need to quote the error name in the
4267         condition-case handler section.
4268         (allout-flatten): Classic recursive (and recursively intensive,
4269         without tail-recursion) list-flattener, needed by allout-shift-out
4270         when confronted with discontinuous children.
4272 2006-09-16  Jason Rumney  <jasonr@gnu.org>
4274         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
4275         on ms-windows.
4276         (dnd-open-unc-file): Remove.
4277         (dnd-open-local-file): Mention in doc string that it also handles
4278         remote files if the system natively supports unc file-names.
4280 2006-09-15  Kim F. Storm  <storm@cua.dk>
4282         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
4283         all necessary information about the event before erasing *Help*.
4285         * simple.el (line-move-partial): Use window-line-visiblity to
4286         quickly check whether last line is partially visible, and only do
4287         the hard (and slow) part in that case.
4289 2006-09-15  Jay Belanger  <belanger@truman.edu>
4291         * COPYING: Replace "Library Public License" by "Lesser Public
4292         License" throughout.
4294 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4296         * term/x-win.el (x-menu-bar-open): New function for F10.
4298 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
4300         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4301         Disallow filenames containing " -" to avoid confusion with libtool
4302         compilation messages.  Suggested by Stefan Monnier.
4304 2006-09-15  David Kastrup  <dak@gnu.org>
4306         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
4307         instead of buffer position for `mouse-on-link-p'.
4309         * mouse.el (mouse-posn-property): New function looking up the
4310         properties at a click position in overlays and text properties in
4311         either buffer or strings.
4312         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
4313         of both `follow-link' as well as `mouse-face' properties.
4314         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
4315         buffer position.
4317         * help.el (describe-key-briefly): When reading a down-event on
4318         mode lines or scroll bar, swallow the following up event, too.
4319         Use the new mouse sensitity of `key-binding' for lookup.
4320         (describe-key): The same here.
4322 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
4324         * play/life.el (life-patterns): Add a few more interesting patterns.
4325         (life-setup): Force `show-trailing-whitespace' to nil.
4327 2006-09-14  Richard Stallman  <rms@gnu.org>
4329         * startup.el (fancy-splash-text): Change text to improve alignment.
4330         (fancy-splash-screens): Don't set non-standard tab width.
4331         Bind cursor-type temporarily, and make it easy to patch to
4332         preserve the splash buffer.
4333         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
4334         (fancy-splash-screens): Display echo-area message explicitly.
4335         Don't set fancy-splash-help-echo.
4337         * simple.el (line-number-mode): Group mode-line instead of
4338         editing-basics.
4339         (column-number-mode, size-indication-mode): Likewise.
4341         * faces.el (mode-line-faces): Group mode-line instead of modeline.
4343         * time.el (display-time): Group mode-line instead of modeline.
4345         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
4347 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
4349         * startup.el (fancy-splash-text): Move editing instructions to
4350         fancy-splash-head.
4351         (fancy-splash-head): Issue editing instructions.
4352         (fancy-splash-screens): Fixup whitespace.
4354 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4356         * bindings.el (mode-line-buffer-identification-keymap):
4357         Remove duplicate line.
4359 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4361         * ido.el (ido-ignore-item-p): Allow any kind of functions in
4362         ignore lists.
4364 2006-09-14  Kim F. Storm  <storm@cua.dk>
4366         * jit-lock.el (jit-lock-fontify-again): New function.
4367         (jit-lock-fontify-now): Use it instead of lambda form.
4369 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
4371         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
4372         (flyspell-auto-correct-word): Make ispell-filter local to these
4373         functions.  Check that ispell-filter has new stuff before calling
4374         ispell-parse-output.
4376 2006-09-13  Kim F. Storm  <storm@cua.dk>
4378         * simple.el (line-move-partial): Optimize.
4380 2006-09-13  Richard Stallman  <rms@gnu.org>
4382         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
4383         Delete spurious backquote.
4385 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
4387         * net/rcirc.el (rcirc-print): Fix last change.
4389 2006-09-12  Jay Belanger  <belanger@truman.edu>
4391         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
4393 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
4395         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
4396         rcirc-show-maximum-output.
4397         (rcirc-mode): Remove window-scroll-function hook.
4398         (rcirc-scroll-to-bottom): Remove function.
4399         (rcirc-print): Recenter so point stays at the bottom of the window
4400         if point was already there.
4402 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
4404         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
4405         not to "t".
4406         * progmodes/compile.el (compilation-start): Likewise.
4407         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4408         Don't use expand-file-name on invocation-directory, since this
4409         might mishandle special characters in invocation-directory.
4411 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4413         * pcvs-defs.el: Remove * in defcustom's docstrings.
4415 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
4417         * progmodes/compile.el (compilation-directory-properties):
4418         Doc fix for help-echo.
4420 2006-09-12  Lars Hansen  <larsh@soem.dk>
4422         * desktop.el (desktop-read): Add comment.
4424 2006-09-12  Kim F. Storm  <storm@cua.dk>
4426         * simple.el (next-error-highlight, next-error-highlight-no-select):
4427         Fix spelling error.
4429         * subr.el (sit-for): Rework to use input-pending-p and cond.
4430         Return nil input is pending on entry also for SECONDS <= 0.
4431         (while-no-input): Use input-pending-p instead of sit-for.
4433 2006-09-11  Richard Stallman  <rms@gnu.org>
4435         * simple.el (next-error-highlight, next-error-highlight-no-select):
4436         Fix custom type and doc strings.
4438 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4440         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
4441         (diff-apply-hunk): Use it to ask for confirmation.
4443 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
4445         * emacs-lisp/cl.el (pushnew): Add missing `,'.
4447 2006-09-11  David Kastrup  <dak@gnu.org>
4449         * help.el (string-key-binding, describe-key-briefly)
4450         (describe-key): Remove `string-key-binding' and its callers since
4451         `key-binding' already caters for the proper lookup now.
4453 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4455         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
4456         (cfengine-mode): Use it.  Fix \ syntax to be like /.
4458         * bindings.el (mode-line-buffer-identification-keymap):
4459         Move initialization into declaration.
4461 2006-09-10  Kim F. Storm  <storm@cua.dk>
4463         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
4464         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
4465         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
4466         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
4468 2006-09-10  Richard Stallman  <rms@gnu.org>
4470         * dired-aux.el: Handle errors in recursive copy usefully.
4471         (dired-create-files-failures): New variable.
4472         (dired-copy-file): Remove condition-case.
4473         (dired-copy-file-recursive): Check for errors on all file
4474         operations, and add them to dired-create-files-failures.
4475         Check file file-date-erorr here too.
4476         (dired-create-files): Check dired-create-files-failures
4477         and report those errors too.
4479         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
4481         * subr.el (add-to-list): New argument COMPARE-FN.
4483 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4485         * filecache.el (file-cache-add-directory)
4486         (file-cache-add-directory-list, file-cache-add-file)
4487         (file-cache-add-directory-using-find)
4488         (file-cache-add-directory-using-locate)
4489         (file-cache-add-directory-recursively): Add autoloads.
4491 2006-09-09  Richard Stallman  <rms@gnu.org>
4493         * textmodes/conf-mode.el (conf-space-mode):
4494         Use hack-local-variables-hook instead of calling hack-local-variables.
4495         (conf-space-keywords-override): New variable.
4496         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
4497         (conf-space-mode): Always make conf-space-keywords and
4498         conf-space-keywords-override local.
4499         Call conf-space-mode-internal directly as well as via hook.
4501 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
4503         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
4504         quasi-keywords.
4506 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4508         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
4509         (python-send-string): Be slightly more careful about adding \n.
4511         * startup.el (normal-splash-screen): Don't display the buffer if we'll
4512         kill it right away anyway.
4514 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
4516         * international/codepage.el (cp850-decode-table): Fix a few codes.
4517         (cp858-decode-table): New variable.
4519 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
4521         * net/ldap.el (ldap-search-internal): Doc fix.
4523 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4525         * play/life.el (life-display-generation): Test for input manually if
4526         `sleeptime' is negative or null.
4528         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
4529         (print-region-1): Substitute `%s' with the page title.
4531 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
4533         * locate.el (locate-current-search): New variable.
4534         (locate): Set buffer local value.  Use current buffer if it is
4535         in Locate mode.
4536         (locate-mode): Disable undo here.
4537         (locate-do-setup): Use locate-current-filter from buffer to be killed.
4538         (locate-update): Use locate-current-search and locate-current-filter.
4540 2006-09-08  David Kastrup  <dak@gnu.org>
4542         * desktop.el (desktop-read): When loading a desktop, disable
4543         saving it while the load progresses, and switch off a pending lazy
4544         load by calling `desktop-lazy-abort'.
4546 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
4548         * window.el (mouse-autoselect-window-timer)
4549         (mouse-autoselect-window-position)
4550         (mouse-autoselect-window-window)
4551         (mouse-autoselect-window-now): New vars.
4552         (mouse-autoselect-window-cancel)
4553         (mouse-autoselect-window-select)
4554         (mouse-autoselect-window-start): New functions.
4555         (handle-select-window): Call `mouse-autoselect-window-start' when
4556         delayed window autoselection is enabled.
4558         * cus-start.el (mouse-autoselect-window): Handle delayed window
4559         autoselection.
4561         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
4562         commands after which it is allowed to print in the echo area.
4564 2006-09-08  Richard Stallman  <rms@gnu.org>
4566         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
4568         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
4569         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
4571         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
4572         (cancel-timer-internal): Add doc string.
4573         (cancel-function-timers): Doc fix.
4574         (with-timeout-handler, timer-event-last*): Add doc strings.
4576         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
4578         * files.el (risky-local-variable-p): Match ...-bindat-spec.
4580         * dired.el (dired-log-summary): Add doc string.
4582         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
4583         (custom-group-menu-create): Not here.
4585 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
4587         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
4589 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4591         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
4592         (mac-apple-event-map): Define its handler.
4594 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
4596         * net/ldap.el (ldap-search-internal): Handle `auth' key.
4598 2006-09-07  Magnus Henoch  <mange@freemail.hu>
4600         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
4601         clause.
4603 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4605         * info.el (Info-index): Bind completion-ignore-case.
4607 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4609         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
4610         previous commit.
4611         (inferior-prolog-guess-flavor): New fun left out of previous commit.
4612         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
4613         burp in dedicated windows.
4614         (inferior-prolog-self-insert-command): New command.
4615         (inferior-prolog-mode-map): Use it.
4617 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4619         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
4621         * international/code-pages.el: Add cp858.
4623 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4625         * dnd.el: Fix bootstrapping.
4627 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4629         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
4630         (dnd-open-remote-url): New function.
4631         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
4632         not windows-nt.
4634 2006-09-07  Jason Rumney  <jasonr@gnu.org>
4636         * dnd.el (dnd-open-remote-file-function): New variable.
4637         (dnd-open-unc-file): New function.
4638         (dnd-open-file): Call dnd-open-remote-file-function if set.
4640 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4642         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
4643         pgg-passphrase-coding-system rather than locale-coding-system.
4644         * pgg-def.el (pgg-passphrase-coding-system): New user option.
4646 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4648         * progmodes/prolog.el: Remove * in docstrings.
4649         (prolog-program-name): Add SWI prolog.
4650         (prolog-mode-menu): New menu.
4651         (prolog-mode): Set comment-add.
4652         (prolog-indent-line): Simplify.  Use indent-line-to.
4653         (inferior-prolog-buffer): New var.
4654         (inferior-prolog-run, inferior-prolog-process): New funs.
4655         (run-prolog, switch-to-prolog): Rewrite, using them.
4656         (prolog-consult-region): Use inferior-prolog-buffer.
4657         (inferior-prolog-load-file): New function.
4658         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
4660         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
4661         last word, if it's not the end of the paragraph.
4663         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
4664         file name.
4666 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
4668         * frame.el (display-mm-dimensions-alist): New defcustom.
4669         (display-mm-height, display-mm-width): Use it.
4671 2006-09-06  Simon Josefsson  <jas@extundo.com>
4673         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
4675 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
4677         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
4678         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
4679         string values.
4681 2006-09-06  Kim F. Storm  <storm@cua.dk>
4683         * simple.el (line-move-partial): New function to do vscrolling for
4684         partially visible images / tall lines.  Rewrite based on code
4685         previously in line-move.  Simplify backwards vscrolling.
4686         (line-move): Use it.  Simplify.
4688 2006-09-05  Kim F. Storm  <storm@cua.dk>
4690         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
4692 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
4694         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4695         Process the `gcc-include' after the `gnu' rule.
4697 2006-09-05  Kim F. Storm  <storm@cua.dk>
4699         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
4701 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4703         * pgg.el (pgg-clear-string): Alias to clear-string for backward
4704         compatibility.
4706         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
4707         inhibit-redisplay; encode passphrase with locale-coding-system.
4709 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
4711         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
4713 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
4715         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
4716         (gdb-var-list-children-regexp): Make type field optional.
4718         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
4719         e.g public, protected in C++.
4721 2006-09-04  John Paul Wallington  <jpw@pobox.com>
4723         * simple.el (completion-show-help): New defcustom.
4724         (completion-setup-function): Heed it.
4726 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
4728         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
4730 2006-09-04  Richard Stallman  <rms@gnu.org>
4732         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
4733         (rsf-min-region-to-spam-list): Doc fix.
4734         (rsf-add-content-type-field): Doc fix.
4736         * simple.el (kill-region): Explicitly test there is a region.
4738 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4740         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
4741         sendmail in several common directories.
4743         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
4745         * paths.el (sendmail-program): Removed.
4747 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
4749         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
4750         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
4751         http://article.gmane.org/gmane.emacs.gnus.general/50457
4753 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
4755         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
4756         mark after running the menu filter.
4758 2006-09-03  Juri Linkov  <juri@jurta.org>
4760         * international/quail.el (quail-defrule-internal): Add a check
4761         if a key is a vector.
4763 2006-09-02  Juri Linkov  <juri@jurta.org>
4765         * man.el (Man-topic-history): New variable.
4766         (man): Use it.
4768         * woman.el (woman-topic-history): Change defvar to defvaralias
4769         for symbol `Man-topic-history'.
4771         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
4772         `comint-last-output-start' is a marker by using `markerp' and
4773         check if it has a position by using `marker-position', and use
4774         this position for `goto-char'.
4776         * international/quail.el (quail-defrule-internal): Add missing
4777         `error' call for null key.
4779 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
4781         * rcirc.el (rcirc-keywords): New variable.
4782         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
4783         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
4784         variables.
4785         (rcirc-responses-no-activity): New function.
4786         (rcirc-handler-generic): Check for responses in above.
4787         (rcirc-process-command): Add ?: character to arguments of raw
4788         server commands.
4789         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
4790         `rcirc-dim-nicks'.
4791         (rcirc-gray-toggle): Remove unused variable.
4792         (rcirc-print): Remove some tracking logic, which is moved into
4793         markup functions.
4794         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
4795         types.
4796         (rcirc-activity-string): Look for 'keyword in activity-types.
4797         (rcirc-window-configuration-change): Don't erase overlay-arrow
4798         unnecessarily.
4799         (rcirc-add-or-remove): New function.
4800         (rcirc-cmd-ignore): Use it.
4801         (rcirc-message-leader): Remove unused function.
4802         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
4803         (rcirc-add-face): New function.
4804         (rcirc-facify): Use rcirc-add-face.
4805         (rcirc-url-regexp): Add parens.
4806         (rcirc-map-regexp): Remove function.
4807         (rcirc-mangle-regexp): Remove function.
4808         (rcirc-markup-text-functions): New variable.
4809         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
4810         (rcirc-markup-body-text, rcirc-markup-attributes)
4811         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
4812         (rcirc-markup-bright-nicks): New markup handler functions.
4813         (rcirc-nick-in-message-full-line): New face.
4814         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
4815         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
4817 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
4819         * cus-start.el (hscroll-margin, hscroll-step)
4820         (mode-line-in-non-selected-windows, mouse-autoselect-window)
4821         (x-use-underline-position-properties): Change version to "22.1"
4822         since they will appear there for the first time.
4824 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
4826         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
4828 2006-08-31  Richard Stallman  <rms@gnu.org>
4830         * cus-edit.el (custom-save-variables): Slight cleanup.
4831         (Custom-no-edit): Renamed from custom-no-edit.
4832         (Custom-newline): Renamed from custom-newline.
4833         (custom-mode-map): Use new names.
4835         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
4836         about customization, rather than M-x customize, in the doc string
4837         made for the defcustom.
4839         * emacs-lisp/trace.el (trace-function-background): Doc fix.
4841 2006-08-31  Romain Francoise  <romain@orebokech.com>
4843         * dired-x.el (dired-guess-shell-alist-default): Update.
4845 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
4847         * custom.el (custom-theme-set-variables): Autoload packages before
4848         sorting the variables.
4850 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
4852         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
4853         chars if XEmacs.
4854         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
4856 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4858         * progmodes/python.el (python-eldoc-function): Re-enable quit while
4859         waiting for process.
4861 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4863         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
4864         results in ASCII-only string, encode original one directly.
4866 2006-08-29  Romain Francoise  <romain@orebokech.com>
4868         * startup.el (normal-splash-screen, fancy-splash-screens):
4869         Make buffer read-only and arrange to enter view mode if necessary.
4871 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
4873         * hl-line.el (hl-line): New face.
4874         (hl-line-face): Use it.
4876         * image-mode.el (image-mode): Fix last fix.
4877         Suggested by Kim F. Storm.
4879 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
4881         Sync with Tramp 2.0.54.
4883         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
4884         of `=', because `tramp-get-remote-gid' might not always return an
4885         integer when expected.
4886         (tramp-register-file-name-handlers): `partial-completion-mode' is
4887         unknown to XEmacs.
4888         (tramp-time-diff): Don't use `floor', it might fail for large
4889         differences.
4890         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
4891         `tramp-auto-save-directory' if unset in order to guarantee unique
4892         auto-save file names.
4894 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
4896         * image-mode.el (image-mode): Display image as text on a terminal.
4898 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4900         * progmodes/python.el (python-send-command): Simplify.
4901         (run-python): Don't generate a new buffer unless `new' was specified.
4902         Make sure we send `import emacs' to the proper process.
4904         * progmodes/python.el (python-send-command): Don't wait for the command
4905         to terminate.  Don't fiddle with compilation-parsing-end.
4907 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
4909         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4910         Insert commentary after first line summary.
4912         * woman.el (woman-follow): New function, based on `man-follow'.
4913         (woman-mode-map): Use it.
4915         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
4916         since ibuffer-do-sort-by-recency does not define a sorter.
4918 2006-08-28  Kim F. Storm  <storm@cua.dk>
4920         * find-dired.el (find-dired): Use shell-quote-argument to properly
4921         escape ( and ) args.  Also use it on {} and ; args in default
4922         value of find-ls-option string.
4923         (find-grep-dired): Use shell-quote-argument on {} and ; args.
4925 2006-08-27  Michael Olson  <mwolson@gnu.org>
4927         * emacs-lisp/tq.el: Small grammar fix in comments.
4928         (tq-enqueue): Check for existence of queue rather than the
4929         head queue item's question, which was a no-op.
4930         (tq-filter, tq-process-buffer): Make sure the process buffer
4931         exists before making it the current buffer.
4933 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4935         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
4936         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
4937         (special-event-map): Apply 2006-08-16 change for x-win.el.
4939 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4941         * progmodes/python.el (python-send-receive): Wait in the
4942         process's buffer so as to check the right buffer-local variables.
4944 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4946         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
4947         (defgroup checkdoc): Move to beginning.
4949         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
4950         (python-preoutput-continuation): Remove.
4951         (python-preoutput-filter): Simplify correspondingly.
4952         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
4953         Loop around to catch embedded _emacs_out output.
4954         (run-python): Send the import&print command on a single line.
4955         (python-send-command): Send command&print on a single line.
4956         (python-send-string): Only add double \n if needed.
4957         (python-send-receive): Loop until the result comes.
4958         (python-mode-running): Defvar it.
4959         (python-setup-brm): Remove unused var `menu'.
4960         Only bind py-mode-map and `features' around brm-init.
4961         (python-calculate-indentation): Remove unused var `point'.
4962         (python-beginning-of-defun): Remove unused var `def-line'.
4964 2006-08-25  Richard Stallman  <rms@gnu.org>
4966         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
4968 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
4970         * viper.el (viper-set-hooks): Use frame bindings for
4971         viper-vi-state-cursor-color.
4972         (viper-non-hook-settings): Don't set default
4973         mode-line-buffer-identification.
4975         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
4976         (viper-set-cursor-color-according-to-state)
4977         (viper-get-saved-cursor-color-in-replace-mode)
4978         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
4979         viper-emacs-state-cursor-color.
4981         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
4982         (viper-undo): Use point if undo-beg-posn is nil.
4983         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
4984         (viper-after-change-undo-hook): Don't use
4985         viper-emacs-state-cursor-color by default.
4986         (viper-undo): More sensible positioning after undo.
4988         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
4989         (viper-emacs-state-cursor-color): Default to nil, since this feature
4990         doesn't work well yet.
4992         * ediff-mult.el (ediff-intersect-directories)
4993         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
4994         always expand filenames.
4996 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4998         * tumme.el: Remove * in defcustoms's docstrings.
5000 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
5002         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
5003         Accept internal time format for SECS arg.
5004         (timer-relative-time): Doc fix.
5006         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
5007         adapted from Martin Rudalics.
5008         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
5009         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
5010         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
5011         using sit-for.
5013 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
5015         * cus-start.el (all): Add `overline-margin' and
5016         `x-underline-at-descent-line'.
5018 2006-08-24  Kim F. Storm  <storm@cua.dk>
5020         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
5021         to mean "use find -exec"; nil now unambiguously means auto-detect.
5022         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
5023         Use shell-quote-argument to build grep-find-command and
5024         grep-find-template.
5025         (rgrep): Use shell-quote-argument to properly quote arguments to find.
5026         Reported by Tom Seddon.
5028 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
5030         * startup.el (fancy-splash-head): Give instructions for dismissing
5031         the splash screen for default startup too.
5032         (display-startup-echo-area-message, fancy-splash-screens)
5033         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
5034         all splash text at once and keep the splash buffer around.
5035         (command-line-1): Give display-startup-echo-area-message a t arg.
5037 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
5039         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
5040         gnus frame is selected.
5042 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
5044         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
5046 2006-08-22  Kim F. Storm  <storm@cua.dk>
5048         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
5049         Add suffix matching for subdirs.
5051 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
5053         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
5054         mouse-yank-at-point is non-nil.
5056 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
5058         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
5059         a bit wider and remove fringes to fit initial output on line.
5061 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5063         * frame.el (blink-cursor-end): Only ignore the error we care about.
5064         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
5066 2006-08-21  Richard Stallman  <rms@gnu.org>
5068         * whitespace.el (whitespace-cleanup): Doc fix.
5070 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
5072         * net/rcirc.el (rcirc-show-maximum-output): New var.
5073         (rcirc-buffer-process): If no buffer argument is supplied, use
5074         current-buffer.
5075         (rcirc-complete-nick): Complete to the last completed nick first.
5076         (rcirc-mode): Preserve the value of `rcirc-urls' across
5077         connections.  Setup scroll function.
5078         (rcirc-scroll-to-bottom): New function.
5079         (rcirc-print): Use nick syntax around regexp work.
5080         Notice dim-nicks speaking only if they say our nick.
5081         (rcirc-update-activity-string): Do not show the modeline indicator
5082         if there are no live rcirc processes.
5083         (rcirc-cmd-ignore): Ignore case.
5084         (rcirc-browse-url-at-point): Fix off-by-one error.
5086 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5088         * progmodes/python.el: Remove * in defcustom docstrings.
5089         (run-python, python-proc, python-try-complete): Use derived-mode-p.
5090         (python-mode): Set tab-width and indent-tabs-mode.
5092 2006-08-20  Dave Love  <fx@gnu.org>
5094         * progmodes/python.el: Update to Dave Love's latest version.
5095         (python-font-lock-keywords, python-mode): Don't use
5096         font-lock-syntax-table, but match symbol elements explicitly instead.
5097         (python-mode-map): Add help, and a few more key bindings.
5098         (python-skip-comments/blanks): Move out of comments as well.
5099         (python-continuation-line-p): Behave better with unbalanced parens.
5100         (python-blank-line-p): New fun.
5101         (python-open-block-statement-p): Don't use a heuristic.
5102         (python-outdent-p): Better handle blocks-in-the-same-line.
5103         (python-calculate-indentation): Misc improvements.
5104         (python-comment-indent): Remove.
5105         (python-block-pairs): New var.
5106         (python-first-word): New fun.
5107         (python-indentation-levels): Handle more common cases.
5108         (python-indent-line-1): Add `leave' argument.
5109         (python-indent-region): New fun.
5110         (python-skip-out): New fun.
5111         (python-beginning-of-statement, python-end-of-statement): Use it.
5112         (python-next-statement): Return correct count even at eob.
5113         (python-end-of-block): Fix paren-typo.
5114         (python-imenu-create-index): Add module variables.
5115         (run-python): Add `new' arg.
5116         Check we're at a prompt before returning.
5117         (python-send-command): Move to end of buffer.
5118         Wait for prompt to return.
5119         (python-set-proc): New fun.
5120         (python-imports): New var.
5121         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
5122         (python-eldoc-function): Try to move out of arg list.
5123         (python-outline-level): Offset by 1.
5124         (python-find-imports): New fun.
5125         (python-symbol-completions): Use python-imports.
5126         (python-module-path, ffap-alist): Add support for ffap.
5127         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
5128         (python-insert-*, python-default-template, python-expand-template):
5129         Add templates/skeletons.
5130         (python-setup-brm): Support for Bicycle Repair Man.
5131         (python-abbrev-syntax-table): New var.
5132         (python-abbrev-pc-hook, python-pea-hook): New funs.
5134 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
5136         * frame.el (blink-cursor-start): Set timer first.
5137         (blink-cursor-end): Ignore timer cancelling errors.
5138         Suggested by Ken Manheimer.
5140 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
5142         * newcomment.el (comment-box): Call `comment-normalize-vars'.
5143         Add autoload cookie.
5145 2006-08-20  Richard Stallman  <rms@gnu.org>
5147         * simple.el (line-number-at-pos): Doc fix.
5149         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
5150         timer-activate-when-idle, so timer can run before Emacs becomes
5151         non-idle again.
5153 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
5155         * whitespace.el (whitespace-cleanup-internal): New optional arg
5156         REGION-ONLY.  If it's non-nil, modify the message to the user
5157         accordingly.
5158         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
5159         a non-nil argument.
5161 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
5163         * rect.el (spaces-string): Simplify and add doc string.
5165 2006-08-17  Romain Francoise  <romain@orebokech.com>
5167         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
5169 2006-08-17  Richard Stallman  <rms@gnu.org>
5171         * compare-w.el (compare-windows): lambda's take an arg and pass
5172         it to compare-windows-skip-whitespace.
5174 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
5176         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
5177         the right buffer.
5179 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5181         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
5182         removed files.
5184 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
5186         * progmodes/gdb-ui.el (gdb-locals-watch-map)
5187         (gdb-locals-watch-map-1): Suppress keymap first.
5188         (gdb-edit-locals-map-1): New variable.
5189         (gdb-edit-locals-value): New function.
5190         (gdb-stack-list-locals-handler): Use them.
5192 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5194         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
5195         cursor would normally be drawn in the fringe.
5197         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
5198         Reported by Martin Rudalics <rudalics@gmx.at>.
5200 2006-08-16  Richard Stallman  <rms@gnu.org>
5202         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
5203         (special-event-map): Process drag-n-drop events this way.
5205         * simple.el (move-beginning-of-line): Test whether fields
5206         would prevent motion back to line's first visible character.
5207         If so, stop where the fields would stop the motion.
5209         * newcomment.el (comment-indent): Fully update INDENT
5210         before checking to see if it will change the text.
5212         * cus-edit.el (custom-newline): New function.
5213         (custom-mode-map): Bind newline to custom-newline.
5215         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
5216         into ignore-whitespace.
5217         Check each buffer for its skip-function.
5218         Handle compare-windows-skip-whitespace special-case test
5219         by returning t from default skip function.
5221 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
5223         * textmodes/org.el (org-clock-special-range)
5224         (org-clock-update-time-maybe): New functions.
5225         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
5226         not only a-z.
5227         (org-agenda-get-blocks): Allow multiple blocks per headline.
5228         (org-timestamp-change): Call `org-clock-update-time-maybe'.
5229         (org-export-html-title-format)
5230         (org-export-html-toplevel-hlevel): New options.
5231         (org-export-language-setup): Add support for Czech.
5232         (org-mode, org-insert-todo-heading, org-find-visible)
5233         (org-find-invisible, org-invisible-p, org-invisible-p2)
5234         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
5235         (org-show-subtree, org-show-entry, org-make-options-regexp):
5236         Remove compatibility support for old outline-mode.
5237         (org-check-occur-regexp): Funtion removed.
5238         (org-on-heading-p, org-back-to-heading): Made defalias.
5239         (org-set-local): New defsubst.
5240         (org-set-regexps-and-options, org-mode)
5241         (org-set-font-lock-defaults, org-edit-agenda-file-list)
5242         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
5243         (org-remember-apply-template, org-table-edit-field)
5244         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
5245         (org-set-autofill-regexps): Use `org-set-local'.
5246         (org-table-eval-formula): Fix bug with parsing of display flags.
5248 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
5250         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
5251         frame with fringe arrow.  Suggested by Simon Marshall
5252         <simon.marshall@misys.com>.
5253         (gdb-stack-position): New variable.
5254         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
5255         (gdb-frames-mode): Set gdb-stack-position to nil.
5256         Add to overlay-arrow-variable-list
5257         (gdb-reset): Delete gdb-stack-position from above list.
5259 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5261         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
5262         read only.
5264 2006-08-13  Romain Francoise  <romain@orebokech.com>
5266         * cus-theme.el (customize-create-theme)
5267         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
5269         * filesets.el (filesets-add-buffer): Ditto.
5271         * pcvs.el (cvs-change-cvsroot): Ditto.
5273 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
5275         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
5276         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
5277         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
5278         expressions.
5279         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
5280         Only search till end of line.
5281         Add face to function names in case of no filename.
5282         Add face to variable names of watchpoints.
5284 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
5286         * cus-start.el <indent-tabs-mode>: Move to the `indent'
5287         customization group.
5289 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
5291         * allout.el (allout-prior-bindings, allout-added-bindings):
5292         Remove, after long deprecation.
5293         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
5294         Add customization vars controlling allout-beginning-of-line and
5295         allout-end-of-line conveniences.
5296         (allout-header-prefix, allout-use-mode-specific-leader)
5297         (allout-use-mode-specific-leader, allout-mode-leaders):
5298         Revise docstrings.
5299         (allout-infer-header-lead): Change to be an alias for
5300         allout-infer-header-lead-and-primary-bullet.
5301         (allout-infer-header-lead-and-primary-bullet): New version of
5302         allout-infer-header-lead which assigns the primary bullet to the
5303         same as the header lead, when its being changed.
5304         (allout-infer-body-reindent): Apply regexp-quote instead of
5305         unconditionally prepending "\\", so that all literal
5306         allout-header-prefix and allout-primary-bullet strings are
5307         properly handled.
5308         (allout-add-resumptions): Add optional qualifier for extending or
5309         appending to existing values, rather than replacing them.
5310         (allout-view-change-hook): Clarify docstring.
5311         (allout-exposure-change-hook): Take explicit arguments, via
5312         run-hook-with-args.
5313         (allout-structure-added-hook)
5314         (allout-structure-deleted-hook)
5315         (allout-structure-shifted-hook): New hooks analogous to
5316         allout-exposure-change-hook for other kinds of structural outline
5317         edits.
5318         (allout-encryption-plaintext-sanitization-regexps): New encryption
5319         customization variable, by which cooperating modes can provde
5320         massage of the plaintext without actually being passed it.
5321         (allout-encryption-ciphertext-rejection-regexps)
5322         (allout-encryption-ciphertext-rejection-ceiling): New encryption
5323         customization variables, by which cooperating modes can prohibit
5324         rare but possible ciphertext patterns from fouling their
5325         operation, with actually being passed the ciphertext.
5326         (allout-mode): Run activation and deactivation hooks after the
5327         minor-mode variable has been toggled, to clarify the mode
5328         disposition.  The new encryption ciphertext rejection variable is
5329         used to ensure that the ciphertext does not contain text that
5330         would be recognized as outline structural elements by allout.
5331         Substite allout-beginning-of-line and allout-end-of-line for
5332         conventionall beginning-of-line and end-of-line bindings.
5333         If allout-old-style-prefixes is non-nil, don't nullify it on mode
5334         activation!
5335         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
5336         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
5337         (allout-chart-subtree): Implement new mode, charting only the
5338         visible items in the subtree, when new 'visible' parameter is non-nil.
5339         (allout-end-of-subtree): Properly handle the last item in the buffer.
5340         (allout-pre-command-business, allout-command-counter):
5341         Increment an advertised counter so that cooperating enhancements can
5342         track revisions of items.
5343         (allout-open-topic): Run allout-structure-added-hook with suitable
5344         arguments.
5345         (allout-shift-in): Run allout-structure-shifted-hook with suitable
5346         arguments.
5347         (allout-shift-out): Fix doubling for negative args and ensure call
5348         of allout-structure-shifted-hook by solely using allout-shift-in.
5349         (allout-kill-line, allout-kill-topic):
5350         Run allout-structure-deleted-hook with suitable arguments.
5351         (allout-yank-processing): Run allout-structure-added-hook with
5352         proper arguments.
5353         (allout-yank): Enclose activity in allout-unprotected.
5354         (allout-flag-region): Run allout-exposure-change-hook with
5355         suitable arguments, instead of making the callee infer the arguments.
5356         (allout-encrypt-string):
5357         Support allout-encryption-plaintext-sanitization-regexps,
5358         allout-encryption-ciphertext-rejection-regexps, and
5359         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
5360         en/de cryption mode in symmetric encryption failure message.
5361         (allout-obtain-passphrase): Use copy-sequence to get a distinct
5362         copy of the passphrase, and don't zero it or we'll corrupt the
5363         stashed copy.
5364         (allout-create-encryption-passphrase-verifier)
5365         (allout-verify-passphrase): Respect the new signature for
5366         allout-encrypt-string.
5367         (allout-get-configvar-values): Convenience for getting a
5368         configuration variable value and handling its absence gracefully.
5370 2006-08-11  Romain Francoise  <romain@orebokech.com>
5372         * obsolete/zone-mode.el: Delete.
5374 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5376         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
5378 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
5380         * emacs-lisp/bindat.el (bindat-ip-to-string):
5381         Use `format-network-address' if possible.
5383 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5385         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
5387 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
5389         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
5390         restore unread-command-events here.
5391         (edebug-display): Do it here, to detect sit-for interruptions.
5393 2006-08-10  Romain Francoise  <romain@orebokech.com>
5395         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
5396         (dns-mode-soa-auto-increment-serial): New user option.
5397         (dns-mode-soa-maybe-increment-serial): New function.
5398         (dns-mode): Add the latter to `write-contents-functions'.
5400         * obsolete/zone-mode.el: Move to obsolete/ from net/.
5401         Delete autoload cookies.
5403 2006-08-10  John Wiegley  <johnw@newartisans.com>
5405         * eshell/em-glob.el (eshell-glob-chars-list)
5406         (eshell-glob-translate-alist): Add support for [^g] in character globs.
5408 2006-08-10  Richard Stallman  <rms@gnu.org>
5410         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
5411         (facemenu-set-face): Doc fix.
5412         (facemenu-listed-faces): Doc fix.
5414 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
5416         * avoid.el (mouse-avoidance-animating-pointer): New var.
5417         (mouse-avoidance-nudge-mouse): Use it.
5418         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
5419         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
5420         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
5421         Don't activate if currently animating.  All callers changed.
5423 2006-08-09  John Wiegley  <johnw@newartisans.com>
5425         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
5426         variable, which causes timeclock to report elapsed time worked,
5427         instead of just work remaining.
5429 2006-08-09  Kenichi Handa  <handa@m17n.org>
5431         * international/latexenc.el (latexenc-find-file-coding-system):
5432         Fix for the case that the 2nd element of arg-list is a cons.
5434 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
5436         * info.el (Info-fontify-node): Handle preceding `in' for note
5437         reference hiding rules.
5439 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5441         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
5442         mistake a closing " for an opening one.
5444 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
5446         * term/xterm.el (terminal-init-xterm): Add more key bindings.
5448 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5450         * complete.el (PC-do-completion): Filter out completions matching
5451         completion-ignored-extensions before checking whether there are
5452         multiple completions.
5453         Don't use `list' unnecessarily when building completion tables.
5455 2006-08-06  Richard Stallman  <rms@gnu.org>
5457         * help.el (describe-mode): Make minor mode list more concise.
5459 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
5461         * bindings.el: Give mode-line-format, mode-line-modes, and
5462         mode-line-position `standard-value' properties.
5464 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
5466         * buff-menu.el (list-buffers-noselect): For Info buffers, use
5467         "(file)node" instead of the file name.
5469 2006-08-05  Richard Stallman  <rms@gnu.org>
5471         * faces.el (escape-glyph): Doc fix.
5473 2006-08-04  Kenichi Handa  <handa@m17n.org>
5475         * international/mule-diag.el (describe-font): Improve docstring
5476         and error message.  Use frame-parameter (not frame-parameters).
5478 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5480         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
5481         Correctly mark the end-of-docstring char.
5483 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
5485         * simple.el (line-move-to-column): Constrain move-to-column to
5486         current field.
5488 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5490         * font-lock.el (font-lock-beg, font-lock-end)
5491         (font-lock-extend-region-functions): New vars.
5492         (font-lock-extend-region-multiline)
5493         (font-lock-extend-region-wholelines): New functions.
5494         (font-lock-default-fontify-region): Use them.
5495         (font-lock-extend-jit-lock-region-after-change): Only round up
5496         if font-lock-default-fontify-region will do it as well.
5498         * font-lock.el (font-lock-extend-after-change-region-function):
5499         Rename from font-lock-extend-region-function.
5500         (font-lock-extend-region): Remove by inlining at call sites.
5501         (font-lock-after-change-function): Don't needlessly round up to a whole
5502         number of lines.
5503         (font-lock-extend-jit-lock-region-after-change): Be more careful about
5504         the boundary conditions and the interactions between the various ways
5505         to extend the region.
5507 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5509         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
5510         modification status when forcing the second redisplay.
5512 2006-08-03  Kim F. Storm  <storm@cua.dk>
5514         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
5516 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5518         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
5519         doesn't look like a file name.
5521         * complete.el (PC-expand-many-files): Avoid signalling an error when
5522         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
5524 2006-08-02  Andreas Schwab  <schwab@suse.de>
5526         * bindings.el (mode-line-format): Simplify reference to vc-mode.
5528 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
5530         * bindings.el (map): Make mode-line-buffer-identification-keymap
5531         before defining propertized-buffer-identification.
5533 2006-08-01  Richard Stallman  <rms@gnu.org>
5535         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
5537 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
5539         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
5540         default value.
5541         (gdb-find-source-frame): New function.
5542         (menu): Add to menu bar.
5544 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5546         * font-core.el (font-lock-extend-region-function)
5547         (font-lock-extend-region): Move to font-lock.el.
5549         * font-lock.el (font-lock-extend-region-function)
5550         (font-lock-extend-region): Move from font-core.el.  Simplify.
5552         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
5553         if needed.
5554         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
5555         (jit-lock-after-change-extend-region-functions): New hook.
5556         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
5558         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
5559         (font-lock-turn-on-thing-lock): Use it.
5561         * longlines.el (longlines-show-region): Make it work on read-only
5562         buffers as well.
5564 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
5566         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
5568 2006-07-31  Richard Stallman  <rms@gnu.org>
5570         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
5571         (vhdl-speedbar-display-projects): Update old obsolete
5572         speedbar variable names.
5574 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
5576         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
5577         (gdb-stopped): Use it.
5579         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
5581 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
5583         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
5584         for load-history elements.
5586 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
5588         * files.el (convert-standard-filename): For Cygwin, replace
5589         characters not allowed in Windows file names.
5590         (make-auto-save-file-name): Add Cygwin to the list of systems
5591         where the auto-save file name needs to be run through
5592         convert-standard-filename.
5594 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5596         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
5598 2006-07-28  Richard Stallman  <rms@gnu.org>
5600         * bindings.el (mode-line-frame-identification)
5601         (propertized-buffer-identification): Centralize the code
5602         to initialize the variable.
5604         * progmodes/grep.el (grep-default-command): Catch errors from
5605         wildcard-to-regexp.
5607 2006-07-29  Kim F. Storm  <storm@cua.dk>
5609         * progmodes/grep.el (grep-tag-default): New function.
5610         (grep-default-command, grep-read-regexp): Use it.
5611         (grep-read-files): Use car of grep-files-history or grep-files-aliases
5612         as default if nothing else applies.
5614 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
5616         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
5617         Throw error if buffer is not in Dired and Wdired mode, respectively.
5619 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
5621         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
5622         self-insert-command keys don't activate buttons.
5623         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
5625 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
5627         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
5628         faces for enable character.
5630 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
5632         * Makefile.in (recompile): Update comment to reflect change
5633         on 2004-04-21.
5635 2006-07-27  Richard Stallman  <rms@gnu.org>
5637         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
5638         (customize-package-emacs-version): Change msg when pkg has no entry.
5639         (custom-no-edit): On a button, do like widget-button-press.
5641 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5643         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
5644         S-tab and C-S-tab.
5646 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
5648         * progmodes/which-func.el (which-function): Fix documentation/
5649         comment typo.
5651 2006-07-26  Richard Stallman  <rms@gnu.org>
5653         * textmodes/ispell.el (ispell-word): If we replace the word,
5654         move point to the end.  Insert before deleting.
5656 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
5658         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
5659         a timer.
5661 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
5663         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
5664         when at first image.
5665         (tumme-forward-image): Add prefix argument.  Add error when at last
5666         image.
5668 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5670         * tabify.el (tabify-regexp): Use more specific regexps.
5671         (tabify): Avoid modifying the buffer unnecessarily.
5673 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
5675         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
5676         (tumme-format-properties-string): Handle empty `buf'.
5677         (tumme-get-comment): Change variable names inside `let'.
5678         Add missing `let' variable that cause font-lock problems.
5679         (tumme-write-comments): Change variable names inside `let'.
5680         Add missing `let' variable that cause font-lock problems.
5681         (tumme-forward-image): Rename from `tumme-forward-char'.
5682         (tumme-backward-image): Rename from `tumme-backward-char'.
5684 2006-07-25  Masatake YAMATO  <jet@gyve.org>
5686         * progmodes/ld-script.el (ld-script-keywords)
5687         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
5688         and add comments.
5690 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
5692         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5693         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
5694         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
5695         for status indicator.
5697 2006-07-24  Richard Stallman  <rms@gnu.org>
5699         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
5701         * subr.el (dolist, dotimes): Use interned symbols for locals.
5702         (--dotimes-limit--, --dolist-tail--): New defvars.
5703         (looking-back): Doc fix.
5705         * replace.el (replace-match-string-symbols): Handle dotted lists.
5707 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
5709         * tumme.el (tumme-write-tags): Add.
5710         (tumme-write-comments): Add.
5711         (tumme-tag-files): Change to use `tumme-write-tags'.
5712         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
5713         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
5714         (tumme-save-information-from-widgets): Change to use
5715         `tumme-write-comments' and `tumme-write-tags'.
5716         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
5717         (tumme-write-tag): Remove.
5718         (tumme-write-comment): Remove.
5719         (tumme-display-previous-thumbnail-original): Remove empty line.
5720         (tumme-widget-list): Add punctuation.
5722 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
5724         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
5726 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5728         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5729         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
5730         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
5732 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
5734         * mouse.el (mouse-on-link-p): Doc fix.
5736 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
5738         * emacs-lisp/find-func.el (find-function-search-for-symbol):
5739         Handle "C-h f `".
5741 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5743         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
5744         column.
5746 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
5748         * textmodes/table.el: Add move-beginning-of-line and
5749         move-end-of-line to Point Motion Only Group.
5751 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5753         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
5755 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5757         * startup.el (user-mail-address): Initialize from the `EMAIL'
5758         environment variable first.  Document this.
5759         (command-line): Ditto.
5761 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
5763         * help-mode.el (help-function-def, help-variable-def)
5764         (help-face-def): Print a message in the minibuffer.
5766 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5768         * term/xterm.el (terminal-init-xterm): Fix key bindings
5769         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
5771 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5773         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
5774         where `(nth 1 command)' is a cons cell.  Doc fix.
5776         * textmodes/po.el (po-find-charset): Doc fix.
5778 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
5780         * allout.el (allout-unprotected, allout-e-o-prefix-p)
5781         (allout-beginning-of-current-line, allout-end-of-current-line)
5782         (allout-next-visible-heading, allout-open-topic)
5783         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
5784         (allout-flag-current-subtree, allout-show-to-offshoot)
5785         (allout-hide-current-entry, allout-show-current-branches)
5786         (allout-hide-region-body, allout-old-expose-topic)
5787         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
5788         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
5789         containing `beginning-of-line' and `end-of-line' with
5790         `inhibit-field-text-motion' t.
5792 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5794         * frame.el (focus-follows-mouse): Document that it doesn't have
5795         any effect on MS-Windows.
5797 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5799         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
5801 2006-07-20  Jay Belanger  <belanger@truman.edu>
5803         * calc.el (calc-previous-alg-entry): Remove variable.
5805         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
5806         New variables.
5807         (calc-alg-entry): Use `calc-alg-entry-history'.
5808         (calc-do-quick-calc): Use `calc-quick-calc-history'.
5809         Remove reference to `calc-previous-alg-entry'.
5810         (calcAlg-edit, calcAlg-enter): Remove reference to
5811         `calc-previous-alg-entry'.
5812         (calcAlg-previous): Use `previous-history-element' instead of
5813         `calc-previous-alg-entry'.
5814         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
5815         Change keybinding for `calcAlg-plus-minus', add keybindings for
5816         `previous-history-element' and `next-history-element'.
5818         * calc-rewr.el (calc-match): Remove reference to
5819         `calc-previous-alg-entry'.
5821         * calc-sel.el (calc-selection-history): New variable.
5822         (calc-enter-selection, calc-sel-mult-both-sides)
5823         (calc-sel-add-both-sides): Use `calc-selection-history'.
5825         * calc-map.el (calc-get-operator-history): New variable.
5826         (calc-get-operator): Use `calc-get-operator-history'.
5828         * calcalg3.el (calc-curve-fit-history): New variable.
5829         (calc-curve-fit): Use `calc-curve-fit-history'.
5831 2006-07-20  Kenichi Handa  <handa@m17n.org>
5833         * international/mule-cmds.el (select-safe-coding-system): Fix the
5834         way of deciding eol-type of the coding system.
5836 2006-07-20  Alan Mackenzie  <acm@muc.de>
5838         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
5839         (c-lang-setvar): New macro.
5840         (c-make-init-lang-vars-fun): Use the initialization forms in
5841         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
5842         (comment-start, comment-end, comment-start-skip): Change these from
5843         c-lang-defvar's to c-lang-setvar's.
5845         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
5846         which calls make-local-variable on the elements of
5847         c-emacs-variable-inits.
5848         (c-init-language-vars-for): Call this new macro.
5850 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5852         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5853         Try to rule out false positives due to time stamps.
5854         (compilation-mode-font-lock-keywords): Remove rules made redundant
5855         because of the above change.  Add `segmentation fault' to the known and
5856         highlighted compilation termination messages.
5858 2006-07-19  Kim F. Storm  <storm@cua.dk>
5860         * progmodes/grep.el (grep-find-ignored-directories):
5861         Add .svn and _darcs to list.
5863 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
5865         * dired.el (dired-mode-map): Add key binding `C-te' for
5866         `tumme-dired-edit-comment-and-tags'.
5868         * tumme.el (tumme-display-thumbnail-original-image): Make sure
5869         image display buffer is displayed before call to
5870         `tumme-display-image.
5871         (tumme-dired-display-image): Make sure image display buffer is
5872         displayed before call to `tumme-display-image.
5873         (tumme-mouse-display-image): Make sure image display buffer is
5874         displayed before call to `tumme-display-image.
5875         (tumme-widget-list): Add.
5876         (tumme-dired-edit-comment-and-tags): Add.
5877         (tumme-save-information-from-widgets): Add.
5879 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5881         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
5883 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5885         * progmodes/sh-script.el (sh-font-lock-keywords-1):
5886         Revert inadvertently installed patch hunk.
5888         * progmodes/compile.el (compilation-find-file): Handle the
5889         cases where the user selects a non-existent file.
5891 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5893         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
5895 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5897         * subr.el (sit-for): Just sleep-for if noninteractive.
5899 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5901         * emacs-lisp/autoload.el (make-autoload): Use new arg.
5903         * custom.el (custom-autoload): Add `noset' argument.
5904         (custom-push-theme): Don't autoload the variable, let callers do it.
5905         (custom-theme-set-variables): Autoload the variable if necessary.
5907         * cus-edit.el (custom-variable-state-set): If the variable was
5908         originally set outside custom, but to the same value as the default,
5909         consider it to be standard.
5911         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
5912         file *before* telling Emacs to add the autoloads, in case it fails.
5914         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
5915         Use `cond', push', and `dolist'.
5917 2006-07-17  Richard Stallman  <rms@gnu.org>
5919         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
5920         Add defvars to silence warnings.
5922 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5924         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5925         Don't highlight "Compiling file" messages as error.
5927         * dired-aux.el (dired-compress-file): Confirm again if gzipped
5928         file already exists.
5930 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
5932         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
5933         entry, don't assign to free var; simply return the extracted filename.
5934         (ff-treat-as-special): Incorporate common preamble from callers.
5935         (ff-other-file-name, ff-find-the-other-file):
5936         Update call to ff-treat-as-special.
5938         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
5940 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
5942         * tumme.el (tumme-get-comment): Fix bug.
5944 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5946         * files.el: Remove spurious * in docstrings.
5948 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
5950         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
5951         grammar.
5952         (allout-beginning-of-current-line): Beware beginning of buffer.
5953         Also, a comment is simplified.
5954         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
5955         when appropriate.  (This fix enables use for other than
5956         bullet-hotspot operation.)
5957         (allout-hide-current-subtree): While escalating to sibling-close,
5958         make sure to situate on a topic.
5960 2006-07-14  Kim F. Storm  <storm@cua.dk>
5962         * emulation/cua-base.el (cua-delete-selection)
5963         (cua-toggle-set-mark): New defcustoms.
5964         (cua-rectangle-modifier-key): Add `alt' modifier.
5965         (cua-replace-region): Don't delete if cua-delete-selection is nil.
5966         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
5967         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
5969         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
5971 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
5973         * allout.el: Require 'cl during byte-compilation/interactive load,
5974         for the `assert' macro.
5975         (allout-mode-deactivate-hook): New hook, run when allout mode
5976         deactivates.
5977         (allout-developer): New allout customization subgroup.
5978         (allout-run-unit-tests-on-load): New allout-developer
5979         customization variable, when true allout unit tests are run towards
5980         end of file load/eval.
5981         (allout-inhibit-auto-fill): Disable auto-fill activity even during
5982         auto-fill-mode.
5983         (allout-resumptions): Remove, to be replaced by...
5984         (allout-add-resumptions): Register variable settings to be
5985         reinstated by `allout-do-resumptions'.  The settings are made
5986         buffer-local, but the locality/globality of the suspended setting
5987         is restored on resumption.
5988         (allout-do-resumptions): Reinstate all settings suspended using
5989         `allout-add-resumptions'.
5990         (allout-test-resumptions): Unit tests (and intermediate variables)
5991         for resumptions.
5992         (allout-tests-globally-unbound, allout-tests-globally-true)
5993         (allout-tests-locally-true): Intermediate variables for
5994         resumptions unit tests.
5995         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
5996         (allout-exposure-category): Replaces 'allout-overlay-category variable.
5997         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
5998         instead of retired `allout-resumptions'.  For hook functions, use
5999         `local' parameter so hook settings are created and removed as
6000         buffer-local settings.  Revise (resumptions) setting
6001         auto-fill-function so it is set only if already active.  (The
6002         related fill-function settings are all made in either case, so
6003         that activating auto-fill-mode activity will have the custom
6004         allout-mode behaviors (hanging indent on topics, if configured for it).
6005         Remove all allout-exposure-category overlays on mode deactivation.
6006         (allout-hotspot-key-handler): New function extracted from
6007         `allout-pre-command-business', so the functionality can be used
6008         for other purposes, eg as a binding in an overlay.
6009         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
6010         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
6011         customization variable.
6012         (allout-run-unit-tests): Run the (currently quite small)
6013         repertoire of unit tests.  Called just before the provide iff user
6014         has customized `allout-run-unit-tests-on-load' non-nil.
6016 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
6018         * emacs-lisp/authors.el (authors-aliases): Update.
6020 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
6022         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
6023         gdb-source-window.  Add dedicated argument.
6024         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
6025         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
6026         (gdb-display-threads-buffer, gdb-display-memory-buffer)
6027         (gdb-display-locals-buffer): Use it.
6029         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
6030         Set gdb-source-window.
6032 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6034         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
6035         minor modes, redundant with the custom-autoload line above.
6037 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
6039         * longlines.el (longlines-post-command-function): Handle open-line too.
6041 2006-07-12  Richard Stallman  <rms@gnu.org>
6043         * progmodes/grep.el (grep-last-buffer): Doc fix.
6045         * info.el (Info-try-follow-nearest-node): Doc fix.
6047         * emacs-lisp/edebug.el (edebug-instrument-function):
6048         Err if find-function-noselect gives no position.
6050         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6051         If can't find definition, return nil for position.
6052         (find-function-do-it): Handle new return value
6053         of find-definition-noselect.
6054         (find-definition-noselect, find-variable-noselect): Doc fix.
6055         (find-function-noselect): Doc fix.
6057         * help-mode.el (help-variable-def): Handle find-variable-noselect
6058         returning no position.
6059         (help-function-def): Likewise for find-function-search-for-symbol.
6060         (help-face-def): Likewise.
6062         * help-fns.el (describe-variable): Handle find-variable-noselect
6063         returning no position.
6065         * files.el (locate-file-completion): Avoid duplicates in result.
6067         * cus-edit.el (custom-no-edit): New command.
6068         (custom-mode-map): Remap to custom-no-edit instead of
6069         using suppress-keymap.
6071 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
6073         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
6074         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
6075         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
6077         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
6079 2006-07-11  Kim F. Storm  <storm@cua.dk>
6081         * ido.el (ido-copy-current-file-name): Use buffer-name if
6082         buffer-file-name is nil.
6084 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
6086         * simple.el (undo-ask-before-discard): Set to nil.
6088         * vc.el (vc-exec-after): Don't delete process manually.
6089         (vc-print-log): Run log-view-mode in process sentinel inside
6090         inhibit-read-only.  Don't shrink window due to timing issues.
6092         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
6093         Avoid using with-output-to-temp-buffer, which clobbers local vars.
6095 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6097         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6098         Fix ambiguity introduced by last change.
6099         (compilation-find-file): Move save-excursion to where it may
6100         make sense.  Fix a left over `find-file'.
6102 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
6104         * textmodes/texinfmt.el (texinfo-format-separate-node):
6105         Insert a string before point, which fits documentation, not after.
6106         (texinfo-multitable-item): In a multitable row, insert any
6107         additional needed @tabs and spaces.
6109 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
6111         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
6112         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
6113         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
6114         instead of shell-command.
6115         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
6116         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
6117         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
6118         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
6119         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
6120         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
6122 2006-07-11  Kim F. Storm  <storm@cua.dk>
6124         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
6125         Remove special case for seconds < 0.  Use (redisplay t) instead.
6127 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
6129         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
6130         avoid compilation error.
6132         * subr.el (sit-for): New function.
6134         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
6136 2006-07-10  Richard Stallman  <rms@gnu.org>
6138         * ldefs-boot.el (edebug): Update page.
6140 2006-07-10  Kim F. Storm  <storm@cua.dk>
6142         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
6143         to FOR-RELEASE and TODO.
6145 2006-07-10  Romain Francoise  <romain@orebokech.com>
6147         * emacs-lisp/authors.el (authors-aliases): Update.
6149 2006-07-10  Alan Mackenzie  <acm@muc.de>
6151         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
6152         * cc-mode.el: Changes to eradicate eval-after-load.
6154 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
6156         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
6157         on non-char events.
6159 2006-07-09  Romain Francoise  <romain@orebokech.com>
6161         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6162         Don't highlight start/end markers as compilation messages.
6164         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
6165         to t.
6167 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6169         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
6171 2006-07-08  Richard Stallman  <rms@gnu.org>
6173         * term/x-win.el (x-handle-display): Add doc string.
6175         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6177         * subr.el (def-edebug-spec): Move here.
6178         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
6180         * imenu.el (imenu-choose-buffer-index): Doc fix.
6182 2006-07-08  Romain Francoise  <romain@orebokech.com>
6184         * term/x-win.el (x-display-name): Fix typo.
6186 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
6188         * hexl.el (hexl-find-file): Doc fix.
6190         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6192 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
6194         * term/x-win.el (x-display-name): Doc fix.
6196 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6198         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
6199         long prefixes.
6200         (fill-region-as-paragraph): Don't round up to a whole line.
6201         (fill-comment-paragraph): Don't include the code-before-the-comment
6202         when calling fill-region-as-paragraph.
6204         * international/mule.el (make-char): Remove redundancy.
6206         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
6207         property may contain an anonymous function rather than a symbol.
6209         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
6211         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
6212         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
6214         * dirtrack.el (dirtrack-default-directory-function): Remove.
6215         (dirtrack-directory-function): Use file-name-as-directory.
6216         (dirtrack-windows-directory-function): Simplify.
6217         (dirtrack-forward-slash, dirtrack-backward-slash)
6218         (dirtrack-replace-slash): Remove.
6219         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
6220         (dirtrack): Fix wrong parenthesizing; use match-string.
6222         * progmodes/octave-inf.el: Remove spurious * in docstrings.
6223         (inferior-octave-mode): Only change the buffer-local value of
6224         comint-dynamic-complete-functions.
6225         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
6226         Move the initialization to the declaration.
6227         (inferior-octave-complete): Remove unused var `filter'.
6229         * shell.el (shell-mode): Only change the buffer-local value of
6230         comint-dynamic-complete-functions.
6232 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
6234         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
6235         entry is skipped because it has been scheduled.
6236         (org-prepare-agenda-buffers): Don't mark buffers as modified when
6237         changing `:org-archived' and `:org-comment' properties.
6239 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
6241         * server.el (server-select-display): Don't make the temp frame
6242         minibuffer-only, in case it's not a temp frame.
6243         (server-process-filter): Don't delete the temp frame if it's the
6244         only one we have on that display.
6246         * files.el (find-alternate-file): Doc fix.
6248 2006-07-05  Richard Stallman  <rms@gnu.org>
6250         * files.el (abbreviate-file-name): Add save-match-data.
6252 2006-07-03  Richard Stallman  <rms@gnu.org>
6254         * faces.el (read-face-name): Doc fix.
6256 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
6258         * net/goto-addr.el (goto-address): Mark as safe for local evals.
6260 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
6262         * vc.el (vc-diff-internal): Fix prev change.
6264 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
6266         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
6267         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
6269 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6271         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
6272         fails if the symbol contains chars like ( or '.
6273         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
6274         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
6275         `short'.
6277 2006-07-04  Kenichi Handa  <handa@m17n.org>
6279         * international/mule-cmds.el (set-language-info): If LANG-ENV is
6280         the current one, don't call set-language-environment, but call one
6281         of set-language-environment-XXX to make INFO effective now.
6282         (set-language-environment): Call set-language-environment-XXX
6283         functions instead of doing the various setups directly.
6284         (set-language-environment-coding-systems): Delete argument eol-type.
6285         (set-language-environment-input-method)
6286         (set-language-environment-nonascii-translation)
6287         (set-language-environment-charset)
6288         (set-language-environment-fontset)
6289         (set-language-environment-unibyte): New functions.
6291 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6293         * locate.el (locate-update-when-revert): New option.
6294         (locate-update-path): New option (suggested by Michael Albinus).
6295         (locate-prompt-for-command): Whitespace change.
6296         (locate-update): No longer offer to update the locate database by
6297         default.  Implement the two new options.
6299 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
6301         * tooltip.el: Move comment about track-mouse...
6303         * progmodes/gud.el: ...to here.
6305 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
6307         * facemenu.el (facemenu-listed-faces): New var.
6308         (facemenu-unlisted-faces): Variable deleted.
6309         (facemenu-add-new-face): Use facemenu-listed-faces.
6311         * emulation/viper-init.el, calendar/calendar.el:
6312         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
6314 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
6316         * textmodes/org.el (org-mode): Remove no invalid settings for
6317         calc embedded mode.
6318         (org-mode-p): New defsubst.
6319         (org-save-all-org-buffers): New function.
6320         (org-first-headline-recenter): Enclose outline-regexp in group
6321         delimiters.
6322         (org-set-tags): Keep single space after stars.
6324 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6326         * window.el (set-window-text-height): Only set window-min-height to
6327         1 if that's the requested size.
6329         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
6330         (diff-unified->context, diff-context->unified)
6331         (diff-reverse-direction): Make sure the end marker stays at the end.
6332         (diff-mode): Add the keymap table at the end of docstring.
6333         Use lexical-let rather than constructing a closure manually.
6335         * files.el (find-file-noselect-1): Remove unused var assignment.
6336         (hack-local-variables-confirm): Print lists of strings as lists of
6337         strings rather than lists of symbols.
6338         (abbreviate-file-name, hack-local-variables-prop-line):
6339         Use match-string.
6340         (hack-one-local-variable): Move `make-local-variable' nearer its use.
6341         (recover-session-finish): Use line-end-position.
6343 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
6345         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
6347 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
6349         * progmodes/make-mode.el (makefile-macroassign-regex):
6350         Accept preceding keyword.
6351         (makefile-gmake-statements): Reorganize, now that makepp has
6352         "override" and also handle forgotten "override define".
6353         (makefile-makepp-statements): Add new "global", "override export"
6354         and "override global".
6356 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
6358         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
6359         (ada-compile-mouse-goto-error, ada-deactivate-properties)
6360         (ada-no-auto-case): Fix typos in docstrings.
6362 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
6364         * info.el (Info-find-node-2): Search for makeinfo version more
6365         carefully.
6367 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
6369         * textmodes/org.el (org-prepare-agenda-buffers):
6370         Use `invisible-OK' argument for `org-end-of-subtree'.
6371         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
6372         (org-beginning-of-item): Fix bug in regular expression for white line.
6373         (org-export-as-html): Enforce space after bullet in plain list items.
6374         (org-set-autofill-regexps): Require space after plain list bullet
6375         for paragraph-start.
6376         (org-ts-regexp3): New constant.
6377         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
6378         (org-timestamp-up-day, org-timestamp-down-day)
6379         (org-timestamp-change): Work with inactive timestamps.
6380         (org-ts-regexp1): Don't allow brackets in time stamps.
6382 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
6384         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
6385         for ignoring links.
6387         * faces.el (read-face-name): Use it.
6389 2006-06-28  Juri Linkov  <juri@jurta.org>
6391         * buff-menu.el (list-buffers-noselect): Compare Info file
6392         with the string "dir" to detect Info directory.
6394         * complete.el (partial-completion-mode): In lambda for
6395         `choose-completion-string-functions' use full function signature
6396         with 4 args, and move point to the end of the minibuffer only if arg
6397         `mini-p' is non-nil.
6399 2006-06-28  John Paul Wallington  <jpw@pobox.com>
6401         * ibuffer.el (ibuffer-mode): Doc fix.
6403 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
6405         * textmodes/org.el (org-context): New contexts :item-bullet,
6406         :latex-fragment, :latex-preview.
6407         (org-overlays-at, org-overlay-start, org-overlay-end):
6408         New compatibility functions.
6409         (org-inside-LaTeX-fragment-p): More accurate matching, using the
6410         exact regexp that will be used during export.
6411         (org-latex-regexps): New variable.
6412         (org-cdlatex-mode): Improve advice for `texmathp'.
6413         (turn-on-org-cdlatex): New function.
6415 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6417         * term/mac-win.el (mac-handle-font-selection): Change keys of
6418         mac-atsu-font-table from strings to numbers.
6419         (mac-ts-caret-position): Use also when cursor-type is nil.
6420         (mac-ts-update-active-input-area): Add Mac OS Classic support.
6421         Relax condition for using overlay strings.
6422         Use mac-ts-caret-position face when cursor-type is nil.
6424 2006-06-26  Kim F. Storm  <storm@cua.dk>
6426         * help.el (view-emacs-news): Declare `res' in the right let* form.
6428 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
6430         * net/rcompile.el (remote-compile): Replace ange-ftp based
6431         implementation by Tramp functions.
6432         Suggested by Marc Abramowitz <msabramo@gmail.com>.
6434         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
6436 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
6438         * international/fontset.el (setup-default-fontset): Fix a typo in
6439         the "Oriya-Akruti" registry name.
6441 2006-06-23  Lars Hansen  <larsh@soem.dk>
6443         * desktop.el (desktop-full-file-name): New function.
6444         (desktop-kill, desktop-save, desktop-remove, desktop-read)
6445         (desktop-revert): Use it.
6446         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
6447         (desktop-after-read-hook): Add option list-buffers.
6448         (desktop-locals-to-save): Add tab-width.
6449         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
6450         Fix docstring.
6452 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
6454         * textmodes/org.el (org-cdlatex-mode-map)
6455         (org-cdlatex-texmathp-advice-is-done): New variables.
6456         (org-cdlatex-mode): New minor mode.
6457         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
6458         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
6459         (org-export-with-archived-trees): New option.
6460         (org-open-file): Remove the call to `convert-standard-filename'.
6461         (org-archive-tag, org-agenda-skip-archived-trees)
6462         (org-cycle-open-archived-trees)
6463         (org-sparse-tree-open-archived-trees): New options.
6464         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
6465         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
6466         New functions.
6467         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
6468         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
6469         (org-mode-map): Add binding for `org-toggle-archive-tag'.
6470         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6471         Call `org-prepare-agenda-buffers'.
6472         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
6473         (org-file-apps, org-file-apps-defaults-gnu)
6474         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
6475         Handle remote files by forcing them to be opened in Emacs.
6477 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
6479         * vc.el (vc-diff-knows-L): New variable.
6480         (vc-diff-internal): Use it to handle "diff" programs that don't
6481         understand -L.  This works automatically, no user action is necessary.
6483 2006-06-23  Daniel Brockman  <daniel@brockman.se>
6485         * net/rcirc.el (rcirc-default-user-full-name): Default to
6486         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
6487         longer exists).
6488         (rcirc-process-list): Check `buffer-live-p' before attempting to
6489         switch to a buffer.
6491 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
6493         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
6494         based on rcirc-coding-system-alist.
6496 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
6498         * cus-edit.el (customize-apropos): A better error message.
6499         (top level) <debug-ignored-errors>: Extend and update the list of
6500         ignored error messages.
6502 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
6504         * complete.el (PC-do-completion): Retain capitalization of user
6505         input, when possible, even if completion-ignore-case is set.
6507 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
6509         * generic-x.el (bat-generic-mode): Support .cmd files.
6511         * dos-w32.el (top level): Use find-file-not-found-functions
6512         instead of the obsolete find-file-not-found-hooks.
6514 2006-06-22  Kim F. Storm  <storm@cua.dk>
6516         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
6517         to recognize mode name containing submodes, such as Grep/lw.
6519 2006-06-21  Kim F. Storm  <storm@cua.dk>
6521         * simple.el (line-move-1): Check for move-end-of-line instead of
6522         end-of-line when setting temporary-goal-column.
6524 2006-06-21  Miles Bader  <miles@gnu.org>
6526         * play/cookie1.el (cookie): Work properly when there's only one entry.
6528 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
6530         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
6531         (gdb-frame-handler): Generalize frame regexp for templates.
6533 2006-06-20  Glenn Morris  <rgm@gnu.org>
6535         * calendar/appt.el (appt-display-format): Default value must be
6536         one of the customize options.
6538 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
6540         * term/xterm.el (terminal-init-xterm): Update key availability info.
6541         Bind C-return.
6543         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
6545 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
6547         * files.el (hack-local-variables): Run `hack-local-variables-hook'
6548         whether or not a local variables list is defined.
6550         * msb.el (msb): Move `sit-for' hack here to handle both
6551         "mouse-down and drag" and "mouse-up and select" situations.
6552         (mouse-select-buffer): Move `sit-for' hack to `msb'.
6554 2006-06-20  Kenichi Handa  <handa@m17n.org>
6556         * international/characters.el (word-combining-categories):
6557         Add entries for 2-byte Han characters.
6559 2006-06-19  Richard Stallman  <rms@gnu.org>
6561         * bindings.el (mode-line-format): Save some mode line space.
6563         * files.el (find-file-noselect): Improve the question wording.
6564         (basic-save-buffer-2): Mask UMASK against 666.
6566         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
6567         (mouse-drag-vertical-line): Call it.
6569         * cus-edit.el (customize-option, customize-option-other-window):
6570         Error if SYMBOL is nil.
6572 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
6574         * textmodes/org.el: Require noutline, also on XEmacs.
6575         (org-end-of-subtree): Return point.
6576         (org-dblock-start-re, org-dblock-end-re): New constants.
6577         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
6578         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
6579         (org-update-all-dblocks, org-find-dblock): New functions.
6580         (org-collect-clock-time-entries): New function.
6581         (org-html-handle-time-stamps): Never export CLOCK timeranges.
6582         (org-fixup-indentation): Modify to deal correctly with lines
6583         starting with TAB.  Only one argument DIFF now.
6584         (org-demote, org-promote): Call `org-fixup-indentation' with just
6585         one argument, DIFF.
6586         (org-mode): Don't mark buffer as modified when aligning tables.
6587         (org-clock-sum): Don't mark buffer modified when adding time sum
6588         properties.
6589         (org-export-as-html): Add support for a link validation function.
6590         (org-archive-all-done): New function.
6591         (org-archive-subtree): New prefix argument.  When set, archive all
6592         done subtrees in this buffer.
6593         (org-remove-clock-overlays)
6594         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
6595         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
6596         (org-put-clock-overlay): Don't swallow last headline character
6597         when displaying overlay.
6598         (org-store-link): Link to `image-mode' with just the file name.
6600 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
6602         * viper-cmd.el (viper-special-read-and-insert-char):
6603         Use read-key-sequence.
6604         (viper-after-change-undo-hook): Misc enhancements.
6605         (viper-after-change-undo-hook): New hook.
6606         (viper-undo): Use viper-after-change-undo-hook.
6607         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
6608         (viper-next-line-at-bol): If point is on a widget or a button, simulate
6609         clicking on that widget/button.
6611         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
6613         * ediff-diff (ediff-test-patch-utility): Catch errors.
6614         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
6615         (ediff-set-actual-diff-options): New function.
6616         (ediff-reset-diff-options, ediff-toggle-ignore-case):
6617         Use ediff-set-actual-diff-options.
6618         (ediff-extract-diffs): Catch errors.
6619         (ediff-whitespace): Add non-breakable space.
6620         (ediff-same-file-contents): Catch errors.
6622         * ediff-mult.el (ediff-collect-custom-diffs):
6623         Save coding-system-for-read.
6625         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
6626         (ediff-vc-internal, ediff-vc-merge-internal):
6627         Use ediff-delete-version-file.
6628         (ediff-delete-version-file): New function.
6630         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
6632         * ediff.el (ediff-directories, ediff-directory-revisions)
6633         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
6634         (ediff-directories-internal, ediff-merge-directory-revisions)
6635         (ediff-merge-directory-revisions-with-ancestor)
6636         (ediff-directories3): Use read-directory-name.
6638 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
6640         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
6641         Remove superfluous part of regexp for brace matching which is handled
6642         by `scan-lists' call.
6644 2006-06-16  Richard Stallman  <rms@gnu.org>
6646         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
6648         * files.el (basic-save-buffer-2): For a new precious file,
6649         use the default modes in the return value.
6651         * facemenu.el (facemenu-color-alist): Doc fix.
6653         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
6655 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6657         * cus-start.el (all): Add mac-ts-script-language-on-focus.
6659         * term/mac-win.el (mac-text-encoding-ascii): New constant.
6660         (mac-utxt-to-string): Use it.
6661         (mac-ts-update-active-input-area): Use mac-ae-number.
6663 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6665         * term.el (term-handle-scroll, term-delete-lines)
6666         (term-insert-lines): Fix off by one errors.
6668 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
6670         * net/tramp.el (tramp-touch): Use UTC to express time.
6672 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
6674         * mail/sendmail.el (mail-send): Search explicitly for
6675         mail-header-separator when checking for corrupted header lines.
6677 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
6679         * progmodes/gdb-ui.el (gdb-same-frame): New option.
6680         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
6681         (gdb-init-1): Initialise them.
6682         (gdb-starting): Reset gdb-printing
6683         (gdb-starting): Save value of gud-overlay-arrow-position.
6684         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
6685         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
6686         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
6687         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
6689 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6691         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
6693 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
6695         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
6696         (ldap-search-internal): Keep error messages, and a regexp fix.
6698 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
6700         * files.el (hack-local-variables-confirm):
6701         Display string value using its printed representation.
6703 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
6705         * server.el (server-edit): No-op if no server buffers exist.
6707 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
6709         * textmodes/page-ext.el (pages-directory-for-addresses):
6710         Including `pages-directory-address-mode' in the function results
6711         in the message "Buffer in which pages were found is deleted".
6713 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
6715         * textmodes/org.el (org-agenda-mode-map): Add bindings for
6716         clocking functions.
6718         (org-agenda-clock-in, org-check-running-clock)
6719         (org-clock-out-if-current, org-remove-clock-overlays)
6720         (org-put-clock-overlay): New functions.
6721         (org-clock-marker, org-clock-file-total-minutes)
6722         (org-clock-overlays): New variables.
6723         (org-clock-display, org-clock-sum, org-clock-cancel)
6724         (org-clock-out, org-clock-in): New commands.
6725         (org-export): New function.
6726         (org-emph-re): New constant.
6727         (org-set-emph-re, org-do-emphasis-faces): New functions.
6728         (org-emphasis-regexp-components, org-emphasis-alist): New options.
6729         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
6730         (org-export-html-convert-emphasize): Use the configurable emphasis.
6731         (org-cleaned-string-for-export): Make multiline emphasis visible
6732         to the exporter.  New optional argument PARAMETERS.
6733         (org-export-as-html): Specify :emph-multiline parameter to
6734         `org-cleaned-string-for-export'.
6736 2006-06-10  Richard Stallman  <rms@gnu.org>
6738         * help.el (help-for-help-internal): Clean up help text.
6740 2006-06-10  Andreas Schwab  <schwab@suse.de>
6742         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
6743         in doc string.
6745         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
6747 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
6749         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
6750         spaces after the comment start.
6752 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6754         * play/pong.el (pong-init-buffer):
6755         Fill buffer with spaces instead of ^A.
6757         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
6758         launched asynchronously, delete its process instead of being cool.
6759         (ispell-async-processp): Check for `delete-process' existence
6760         instead of `kill-process' one for consistency.
6762 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
6764         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
6765         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
6766         in mode line at startup.
6768 2006-06-08  Kim F. Storm  <storm@cua.dk>
6770         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
6771         (ido-init-completion-maps): Bind them to M-SPC and M-v.
6772         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
6773         (ido-file-internal): Pass full file name to write-file.
6774         (ido-read-internal): Only pop stack elements automatically if they
6775         actually match an existing directory or file name.
6777 2006-06-07  Kenichi Handa  <handa@m17n.org>
6779         * international/mule.el (find-auto-coding): Don't handle the short
6780         name `char-trans'.
6782         * files.el (hack-local-variables-prop-line)
6783         (hack-local-variables): Cancel the previous change.
6785 2006-06-06  Jesper Harder  <harder@phys.au.dk>
6787         * ediff-diff.el (ediff-test-utility): Protect against file-error.
6789 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
6791         * diff-mode.el (diff-mode): Set buffer-read-only to t when
6792         diff-default-read-only is non-nil.
6793         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
6794         (diff-refine-hunk): Set inhibit-read-only to t.
6796         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
6797         modifying the *Diff* buffer.
6798         (diff-process-filter): New filter function for diff process that
6799         sets inhibit-read-only to t when modifying the *Diff* buffer.
6801 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
6803         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
6804         insertion point and control the number of empty lines.
6805         (org-paste-subtree): Limit the number of empty lines at the end of
6806         the inserted tree.
6807         (org-agenda): Use buffer name of current file for narrowing.
6808         (org-export-as-xml): Command removed.
6809         (org-export-xml-type): Option removed.
6810         (org-mode-map): Call `org-export-as-xoxo' directly.
6811         (org-get-indentation): New optional argument LINE.
6812         (org-fix-indentation, org-remove-tabs): New functions.
6813         (org-export-as-ascii, org-ascii-level-start): Determine and apply
6814         correct indentation for headlines that are converted it items.
6815         (org-skip-comments): Remove table lines that contain narrowing
6816         cookies but no other non-empty fields.
6817         (org-set-tags): Allow groups of mutually exclusive tags.
6818         (org-cmp-time): Sort 24:21 before items without time.
6819         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
6820         (org-open-at-point): Require double colon also for numbers.
6822 2006-06-06  Kim F. Storm  <storm@cua.dk>
6824         * ido.el (ido-default-file-method, ido-default-buffer-method):
6825         Make choice values consistent with corresponding command names.
6826         (ido-visit-buffer): Update accordingly.  Default to selected-window.
6828 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
6830         * progmodes/gud.el (gud-running): Fix doc string.
6831         (gud-menu-map): Use :visible instead fo :enable for debugger test.
6832         (gud-tooltip-modes): Add python-mode.
6833         (gud-tooltip-print-command): Add pdb.  Remove perldb.
6835 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
6837         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
6838         Quote $(EMACS).
6840 2006-06-05  Richard Stallman  <rms@gnu.org>
6842         * faces.el (defined-colors): Doc fix.
6844 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
6846         * vc.el (vc-process-filter): Inhibit undo info collection around
6847         call to insert.
6848         (vc-setup-buffer): Likewise for call to erase-buffer.
6849         (vc-do-command): Likewise for call to process-file.
6851 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
6853         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
6854         for gud-go.
6855         (gud-common-init): Other debuggers may trigger error.
6857 2006-06-05  Kenichi Handa  <handa@m17n.org>
6859         * international/mule.el (find-auto-coding):
6860         Handle enable-character-translation in file header.
6862 2006-06-04  Kim F. Storm  <storm@cua.dk>
6864         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
6865         (authors-fixed-entries): Fix spelling.
6866         (authors-canonical-file-name): Don't report error for wildcards.
6868         * help.el (view-emacs-news): Rewrite to support new NEWS,
6869         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
6870         e.g. version 10 matches 1.10, and don't be confused by version 1.1
6871         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
6873 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
6875         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
6876         exec constructs like `foo bar`.
6877         (sh-quoted-subshell): New helper function to search for a possibly
6878         nested subshell (like `` or $()) within a "" quoted string.
6879         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
6880         (sh-apply-quoted-subshell): Flag quote characters inside a
6881         subshell, which is itself already in a quoted region, as
6882         punctuation, since this is the closest to what they actually are.
6883         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
6884         sh-apply-quoted-subshell.
6885         (sh-font-lock-syntactic-face-function): Apply the new face for
6886         text inside `` instead of the old font-lock-string-face.
6888 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6890         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
6891         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
6892         (mac-bytes-to-text-range, mac-ae-text-range-array)
6893         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
6894         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
6895         (mac-ts-unicode-for-key-event): New functions.
6896         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
6897         (mac-handle-font-selection): Use mac-ae-number.
6898         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
6899         New variables.
6900         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
6901         (mac-ts-converted-text, mac-ts-selected-converted-text)
6902         (mac-ts-block-fill-text, mac-ts-outline-text)
6903         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
6904         (mac-ts-hilite-style-faces): New constant.
6905         (mac-apple-event-map): Bind text input events.
6906         (mac-dispatch-apple-event): Use command-execute instead of
6907         call-interactively.
6908         (global-map): Don't bind mac-apple-event.
6909         (special-event-map): Bind mac-apple-event.
6911 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
6913         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
6914         file name.
6915         (emacs): Enclose the value of $(EMACS) in quotes.
6917 2006-06-02  Juri Linkov  <juri@jurta.org>
6919         * international/mule.el (sgml-html-meta-auto-coding-function):
6920         Remove the condition `(search-forward "<html" size t)'.
6921         Replace `\"' with `[\"']?' in `re-search-forward'.
6923 2006-06-02  Kenichi Handa  <handa@m17n.org>
6925         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
6926         as well as `coding'.
6927         (hack-local-variables): Likewise.
6929         * international/mule.el (enable-character-translation):
6930         Put permanent-local and safe-local-variable properties.
6931         (find-auto-coding): Handle char-trans: tag.
6933 2006-06-02  Juri Linkov  <juri@jurta.org>
6935         * international/mule.el (sgml-html-meta-auto-coding-function):
6936         Limit the search by the end of the HTML header (if any).
6938 2006-06-01  Richard Stallman  <rms@gnu.org>
6940         * subr.el (with-current-buffer): Doc fix.
6942 2006-06-02  Masatake YAMATO  <jet@gyve.org>
6944         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
6945         Almost rewrite.  Underlines over all lines of gcov output are too
6946         uncomfortable to read.  Suggested by Dan Nicolaescu.
6948 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
6950         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
6952         * shell.el (shell-mode): Use shell-mode-map in docstring.
6954         * comint.el (comint-send-input): Do not add help-echo and
6955         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
6957 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6959         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
6961 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
6963         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
6964         (gdb-stopped, gdb-info-stack-custom): If there is no source info
6965         look up the stack and pop up GUD buffer if necessary.
6966         (gdb-frames-select): Remove redundant call to gud-display-frame.
6967         (gdb-info-threads-custom): Keep point at start of buffer.
6968         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
6970 2006-05-31  Juri Linkov  <juri@jurta.org>
6972         * replace.el (query-replace-read-from, query-replace-read-to):
6973         Bind `history-add-new-input' to nil.  Call `add-to-history'.
6975 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
6977         * textmodes/table.el: Convert all HTML tags to lower case for
6978         XHTML compatibility.
6980 2006-05-31  Masatake YAMATO  <jet@gyve.org>
6982         * progmodes/compile.el:
6983         (compilation-error-regexp-alist-alist::gcov-called-line):
6984         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
6986 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
6988         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
6989         Revert inadvertent changes made with last commit.
6991 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6993         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
6994         New functions.
6996         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
6998 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
7000         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
7001         only matches in the right place.
7002         (org-upcoming-deadline): New face.
7003         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
7004         (org-export-ascii-underline): Rename constant `org-ascii-underline'
7005         and make it an option.
7006         (org-export-ascii-bullets): New option.
7007         (org-export-as-html): Many changes to emit valid XHTML.
7008         (org-par-open): New variable.
7009         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
7010         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
7011         (org-timeline): Pass `org-timeline-show-empty-dates' to
7012         `org-get-all-dates'.  Interpret empty dates returned by
7013         `org-get-all-dates'.
7014         (org-get-all-dates): New argument EMPTY.  Add dates without
7015         entries to the list, mark large ranges of empty dates.
7016         (org-point-in-group, org-context): New functions.
7018 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
7020         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
7022         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
7023         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
7024         to C-mouse-3 (for 2 button mice).
7025         (gdb-send): Do the right thing for C-d.
7027         * speedbar.el (speedbar-detach): Delete.
7028         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
7029         it breaks things.
7030         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
7032 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
7034         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
7035         Makeppfile.
7037         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7038         Add makepp diagnostic.
7040 2006-05-29  Richard Stallman  <rms@gnu.org>
7042         * window.el (fit-window-to-buffer): Doc fix.
7044         * help.el (temp-buffer-max-height): Doc fix.
7046         * subr.el (with-current-buffer): Doc fix.
7048 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7050         * term/x-win.el: Bind F10 to menu-bar-start if available.
7052 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
7054         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
7055         uses with a simple test.
7056         (term-set-escape-char, term-mode, term-check-kill-echo-list)
7057         (term-send-raw-string, term-send-raw, term-mouse-paste)
7058         (term-char-mode, term-line-mode, term-exec, term-sentinel)
7059         (term-handle-exit, term-read-input-ring)
7060         (term-previous-matching-input-string)
7061         (term-previous-matching-input-string-position)
7062         (term-previous-matching-input-from-input)
7063         (term-replace-by-expanded-history, term-send-input)
7064         (term-skip-prompt, term-bol, term-send-invisible)
7065         (term-kill-input, term-delchar-or-maybe-eof)
7066         (term-backward-matching-input, term-check-source)
7067         (term-proc-query, term-emulate-terminal)
7068         (term-handle-colors-array, term-process-pager, term-pager-line)
7069         (term-pager-bob, term-unwrap-line, term-word)
7070         (term-dynamic-complete-filename)
7071         (term-dynamic-complete-as-filename)
7072         (term-dynamic-simple-complete): Replace one arm ifs with whens or
7073         unlesses.
7075 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7077         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
7078         during bootstrapping.
7080         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
7081         Basically undo the change of 2006-05-26: use extra arguments instead of
7082         dynamic scoping.
7083         (ewoc-locate): Remove unused var `footer'.
7085 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7087         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
7089         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
7090         (generate-file-autoloads): Obey it.  Return whether autoloads were
7091         added at point or not.
7092         (update-file-autoloads): Use this new return value.
7093         Remove redundant test for the presence of an autoload cookie.
7095         * emacs-lisp/autoload.el (autoload-find-file): New fun.
7096         This one calls hack-local-variables.
7097         (generate-file-autoloads, update-file-autoloads): Use it.
7099         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
7100         (bibtex-sort-entry-class): Add safe-local-variable predicate.
7101         (bibtex-sort-entry-class-alist): Don't set the global value.
7102         (bibtex-init-sort-entry-class-alist): New fun.
7103         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
7104         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
7105         of bibtex-init-sort-entry-class.
7107 2006-05-28  Richard Stallman  <rms@gnu.org>
7109         * subr.el (load-history-regexp): If FILE is relative, insist
7110         entire last name component must match it.
7111         (load-history-filename-element, load-history-regexp): Doc fixes.
7113 2006-05-29  Kim F. Storm  <storm@cua.dk>
7115         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
7116         `pos' and `raw-data' for clarity, as eval forms may access these.
7118 2006-05-28  Kim F. Storm  <storm@cua.dk>
7120         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
7122 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7124         * progmodes/make-mode.el (makefile-browser-map)
7125         (makefile-mode-syntax-table): Move initialization inside declaration.
7126         (makefile-fill-paragraph): Use the default comment-filling code.
7128 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
7130         * replace.el (query-replace-defaults): New variable.
7131         (query-replace-read-from): Use `query-replace-defaults' for
7132         default value, instead of history list.
7133         (query-replace-read-to): Update `query-replace-defaults'.
7135 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
7137         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
7138         with no X toolkit.
7140 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
7142         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
7143         (tumme-show-all-from-dir): Add autoload.
7145 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
7147         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
7148         (tumme-remove-tag): Fix bug.
7150 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
7152         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
7153         FOOTER args.  Update unique caller.
7154         (ewoc-delete): Compute last node once before looping.
7155         (ewoc--node-branch): Merge into unique caller.
7156         (ewoc--node): Don't define constructor make-ewoc--node for this
7157         structure.
7158         (ewoc): Add member `hf-pp' to this structure.
7159         (ewoc--wrap): New func.
7160         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
7161         header/footer pretty-printers.  Save header/footer pretty-printer.
7162         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
7164         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
7166 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
7168         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
7169         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
7170         Tag'.  Change "Compare directories..." to "Change Directories...".
7171         Move tumme commands to Operate, Regexp and Immediate menus.
7172         Change "Add Comment" to "Add Image Comment".  Change "Add Image
7173         Tag" to "Add Image Tags".
7175         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
7176         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
7177         `tumme-delete-tag'.
7179 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
7181         * shell.el (shell-mode): Call shell-dirtrack-mode after
7182         list-buffers-directory is made a local variable, to avoid setting
7183         the default value.
7185 2006-05-26  Kevin Ryde  <user42@zip.com.au>
7187         * info.el (Info-index-next): Use where-is-internal to report
7188         actual binding of Info-index-next, rather than hard-coded `,'.
7190 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
7192         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
7193         and "Find Command in Manual" to here.
7195         * buff-menu.el (list-buffers-noselect): For Info buffers, use
7196         Info-current-file as the file name.
7198 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
7200         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
7201         overrides will now be done a different way.
7202         (ses-set-parameter): Reapply this function for undo.
7203         (ses-set-header-row): Reconstruct header row during undo.
7204         (ses-widen): New function.
7205         (ses-goto-data, ses-reconstruct-all): Use new function.
7206         (ses-command-hook): Widen buffer during undo, before unupdating
7207         the cells.
7208         (ses-insert-row, ses-delete-row): Widen buffer during undo.
7209         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
7210         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
7211         formula hasn't been executed yet.
7213 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7215         * comint.el (comint-kill-whole-line): Rename arg to count.
7216         Fix doc string.
7218 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
7220         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
7221         to copy-file.
7223 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7225         * simple.el (toggle-truncate-lines): Make arg optional for
7226         backward compatibility.
7228 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
7230         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
7231         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
7232         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
7233         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
7234         (ewoc--adjust): Use ewoc--current-dll.
7235         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
7237 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
7239         * textmodes/org.el (org-next-item, org-previous-item): Emit more
7240         compact error message.
7241         (org-tags-view): Refresh category table in each file.
7242         (org-table-justify-field-maybe): Remove superfluous arguments to
7243         `format'.
7244         (org-export-as-html): Insert "<p>" before postamble.
7245         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
7247 2006-05-26  Kenichi Handa  <handa@m17n.org>
7249         * textmodes/po.el (po-find-charset): Pay attention to the case
7250         FILENAME is a cons (NAME . BUFFER).
7251         (po-find-file-coding-system-guts): Likewise.
7253         * arc-mode.el (archive-set-buffer-as-visiting-file):
7254         Call find-operation-coding-system with (FILENAME . BUFFER).
7256         * tar-mode.el (tar-extract): Call find-operation-coding-system
7257         with (FILENAME . BUFFER).
7259         * international/mule.el (decode-coding-inserted-region):
7260         Call find-operation-coding-system with (FILENAME . BUFFER).
7262 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
7264         * image-mode.el (image-toggle-display): Use buffer contents to
7265         generate image for a remote file.
7267 2006-05-25  Juri Linkov  <juri@jurta.org>
7269         * replace.el (query-replace-read-from, query-replace-read-to):
7270         Remove 8th arg KEEP-ALL in read-from-minibuffer.
7272 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
7274         * whitespace.el (whitespace-cleanup): Change to cleanup
7275         region if one is active.
7276         * whitespace.el (whitespace-cleanup-internal): New internal method.
7278 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
7280         * dired.el (dired-mode-map): Add help-echo strings to tumme
7281         commands.  Bind `tumme-dired-display-image' to C-t i.
7283         * tumme.el (tumme-display-image): Change documentation string slightly.
7284         (tumme-dired-display-image): Add call to `display-buffer'.
7286 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
7288         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
7289         Signal error if RAW-DATA is a multibyte string.
7291 2006-05-24  Richard Stallman  <rms@gnu.org>
7293         * subr.el (with-local-quit): When handling `quit' signal,
7294         make a chance for quit-flag to cause a quit.
7296         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
7297         (ad-disable-advice): Add autoloads.
7299         * subr.el (read-passwd): Copy PROMPT before changing its properties.
7301 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
7303         * dired.el (dired-mode-map): Change menu items for tumme as per
7304         suggestions in emacs-devel.
7306 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
7308         * dired.el (dired-mode-map): Fix breakage.
7310 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
7312         * tumme.el (tumme-display-dired-image): Rename to...
7313         (tumme-dired-display-image): ...this.
7314         (tumme-track-movement): Change default value to t.
7315         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
7316         used from `tumme-next-line-and-display' and similar commands.
7318         * dired.el (dired-mode-map): Add Thumbnail submenu under the
7319         Immediate menu.  Add some tumme commands there.
7321 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
7323         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
7325 2006-05-24  Chong Yidong  <cyd@mit.edu>
7327         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
7328         menu entries that open submenus.
7330 2006-05-24  Alan Mackenzie  <acm@muc.de>
7332         * startup.el (command-line): For names of preloaded files, don't
7333         append ".elc" (now done in Fload), and call file-truename on the
7334         lisp directory.
7336         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
7337         match ANY loaded file with the right name, not just those in
7338         load-path.  Put a regexp matching the file name into
7339         after-load-alist, rather than the name itself.
7341         * subr.el (load-history-regexp, load-history-filename-element)
7342         (do-after-load-evaluation): New functions.
7344         * international/mule.el (load-with-code-conversion): Do the
7345         eval-after-load stuff by calling do-after-load-evaluation.
7347 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
7349         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
7350         has not been killed.
7352 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7354         * term/mac-win.el: Set idle timer to clean up expired Apple events.
7355         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
7356         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
7357         Optionally set error message in reply.
7359 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
7361         * textmodes/org.el (org-open-at-point): Use renamed variable
7362         `org-confirm-shell-link-function'.
7363         (org-confirm-shell-link-function): Rename from
7364         `org-confirm-shell-links'.
7365         (org-export-directory): New function.
7366         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
7367         (org-export-icalendar): Use `org-export-directory'.
7368         (org-indent-item): Keep cursor position.
7369         (org-link-file-path-type): New option.
7370         (org-export-as-html): Fix bug with plain lists starting in
7371         column 0.
7372         (org-export-as-html): Remove deadline formatting, this happens
7373         now already in `org-html-handle-time-stamps'.
7374         (org-export-html-style): Deadline class removed.
7375         (org-insert-labeled-timestamps-at-point): New option.
7376         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
7377         of `hide-sublevels 1', in case the first headline is not level 1.
7378         (org-overview, org-content): New fuction.
7379         (org-cycle-global-status, org-cycle-subtree-status): Make these
7380         variables buffer-local.
7381         (org-global-cycle): New command.
7382         (org-shifttab): Use `org-global-cycle'.
7383         (org-insert-heading, org-insert-item): Go to end of new
7384         headline/item after creating it.
7385         (org-export-visible): Rename from `org-export-copy-visible'.
7386         Now creates a temporary org-file and applies an exporting command
7387         to it.
7388         (org-table-eval-formula): Support for lisp forms.
7389         (org-agenda-todo-ignore-scheduled): New option.
7390         (org-agenda-get-todos): Use new option
7391         `org-agenda-todo-ignore-scheduled'.
7392         (org-export-html-inline-images): New value `maybe'.
7393         (org-export-as-html): Inlining of images dependent on link description.
7394         (org-archive-subtree): Check for end-of-buffer before trying
7395         `kill-line'.
7396         (org-agenda-follow-mode): New option.
7397         (org-export-with-tags, org-export-with-timestamps): New options.
7398         (org-html-handle-time-stamps): New function.
7399         (org-keyword-time-regexp): New variable.
7400         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
7401         (org-agenda-todo-list-sublevels): New option.
7402         (org-html-level-start): When TITLE is nil, just close all levels.
7403         (org-parse-key-lines, org-parse-export-options): Remove functions,
7404         replaced by `org-infile-export-plist'.
7405         (org-combine-plists, org-infile-export-plist)
7406         (org-default-export-plist): New functions.
7407         (org-export-html-preamble, org-export-html-postamble)
7408         (org-export-html-auto-preamble, org-export-html-auto-postamble):
7409         New variables.
7410         (org-export-publishing-directory): New option.
7411         (org-export-as-html, org-export-as-ascii): Use the new property
7412         lists for settings.
7413         (org-export-copy-visible, org-export-as-xoxo):
7414         Respect `org-export-publishing-directory'.
7415         (org-link-search, org-store-link, org-file-apps): Support for
7416         links to BibTeX database entries..
7417         (org-get-current-options, org-set-regexps-and-options):
7418         Implement logging as a startup option.
7419         (org-store-link): Make sure context string is never empty
7420         (org-insert-link): Use relative path when possible.
7421         (org-at-item-checklet-p): New function.
7422         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
7423         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
7424         (org-metaright, org-metaup, org-metadown, org-shiftup)
7425         (org-shiftdown, org-shiftright, org-shiftleft)
7426         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
7427         Dispatch using `call-interactively'.
7428         (org-call-with-arg): New defsubst.
7429         (org-tag-alist, org-use-fast-tag-selection): New options.
7430         (org-complete): Use `org-tag-alist'.
7431         (org-fast-tag-insert, org-fast-tag-selection): New functions.
7432         (org-next-item, org-previous-item): New commands.
7433         (org-beginning-of-item, org-end-of-item): Add (interactive) to
7434         make command.
7435         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
7437 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
7439         * emacs-lisp/ewoc.el (ewoc-delete): New function.
7440         (ewoc-filter): Use `ewoc-delete'.
7442         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
7444 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7446         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
7447         Signal more user-friendly error messages.
7449         * complete.el (PC-do-completion): Undo the addition of implicit
7450         wildcards if they did not lead to finding any match.
7451         (read-file-name-internal): Don't add the final > if the completion is
7452         not finished.
7454 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7456         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
7457         Quote safe-local-variable predicate.
7459 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
7461         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
7463 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7465         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
7467         * progmodes/make-mode.el (makefile-special-targets-list)
7468         (makefile-macro-table, makefile-target-table): Mark as risky.
7469         (makefile-query-one-target-method): Make this the alias for the
7470         following variable.
7471         (makefile-query-one-target-method-function): Make this the real name.
7473         * textmodes/artist.el (artist-text-renderer): Make this the alias
7474         for the following variable.
7475         (artist-text-renderer-function): Make this the real name.
7477         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
7478         the alias for the following variable.
7479         (flyspell-generic-check-word-predicate): Make this the real name.
7481         * textmodes/ispell.el (ispell-format-word): Make this the alias
7482         for the following variable.
7483         (ispell-format-word-function): Make this the real name.
7484         (ispell-message-text-end): Mark as risky.
7486         * skeleton.el (skeleton-transformation, skeleton-filter)
7487         (skeleton-pair-filter): Make these the aliases for the following
7488         variables.
7489         (skeleton-transformation-function, skeleton-filter-function)
7490         (skeleton-pair-filter-function): Make these the real names.
7492         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
7493         and skeleton-pair-filter-function.
7495         * textmodes/sgml-mode.el (sgml-transformation): Make this the
7496         alias for the following variable.
7497         (sgml-transformation-function): Make this the real name.
7498         (sgml-tag-alist): Mark as risky.
7500 2006-05-21  Richard Stallman  <rms@gnu.org>
7502         * simple.el (kill-region): Interactively, pass point, then mark.
7504 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
7506         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
7508 2006-05-21  Romain Francoise  <romain@orebokech.com>
7510         * dired-x.el (dired-mode-map): Don't bind M-g.
7512 2006-05-20  Richard Stallman  <rms@gnu.org>
7514         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
7515         (dired-goto-file): Doc fix.
7517 2006-05-21  Kim F. Storm  <storm@cua.dk>
7519         * emulation/cua-base.el: Mention customizing cua-mode as alternative
7520         way to enable built-in cua-mode if user loads older CUA-mode package.
7522         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
7523         if default-filename is specified.
7525 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
7527         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
7529         * info.el (info-apropos): Make sure current-file and current-node
7530         have non-nil values.  Speed up by using add-to-list instead of
7531         manual consing.
7533 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7535         * progmodes/make-mode.el (makefile-mode): Doc fix.
7537 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
7539         * dired-aux.el (dired-do-shell-command): Doc fix.
7541 2006-05-20  Kevin Ryde  <user42@zip.com.au>
7543         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
7544         ``(custom-manual :tag "Foo" "(foo)Node")''.
7546 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
7548         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
7549         value is an integer.
7551 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
7553         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
7554         "format".
7555         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
7557 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
7559         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
7560         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
7562 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7564         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
7565         regexp for keywords.
7567 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
7569         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
7570         replace-regexp-in-string.
7572         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
7573         encode, and escape file name on conversion to URL.
7575 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7577         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
7578         Don't unescape URL.
7579         (dnd-get-local-file-name): Unescape URL on conversion to file name.
7581         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
7582         on conversion to URLs.
7584         * net/browse-url.el (browse-url-file-url): Encode file name on
7585         conversion to URL.
7587         * term/mac-win.el (mac-ae-open-documents): Escape file name on
7588         conversion to URL.
7590 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
7592         * progmodes/cc-styles.el (c-style-alist): Doc fix.
7594 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7596         * term/mac-win.el (mac-bytes-to-digits): Remove function.
7597         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
7599 2006-05-19  Glenn Morris  <rgm@gnu.org>
7601         * calendar/diary-lib.el (diary-bahai-date)
7602         (list-bahai-diary-entries, mark-bahai-diary-entries)
7603         (mark-bahai-calendar-date-pattern): Not interactive.
7604         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
7605         (diary-entries-list): Change format of 4th element in each entry.
7606         (diary-list-entries): Use add-to-diary-list.
7607         (diary-goto-entry): Handle the case where the buffer visiting the
7608         diary has been killed.
7609         (fancy-diary-display): Add 'locator to button rather than 'marker.
7610         Only generate temp-face when there are marks to apply.
7611         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
7612         (diary-fancy-date-pattern): New variable.
7613         (diary-time-regexp): Doc fix.
7614         (diary-anniversary, diary-time): New faces.
7615         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
7616         diary-time-regexp.  Add font-lock-multiline property where needed.
7617         Use new faces diary-anniversary and diary-time.
7618         (diary-fancy-font-lock-fontify-region-function): New function, to
7619         handle multiline font-lock pattern in fancy diary.
7620         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
7621         (diary-font-lock-keywords): Tweak time regexp.  Use new face
7622         diary-time.
7624 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
7626         * international/code-pages.el (mik): Table corrected.
7628 2006-05-18  Kim F. Storm  <storm@cua.dk>
7630         * progmodes/grep.el (grep-find): Don't check grep-find-command
7631         before running command (breaks non-interactive usage).
7633 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
7635         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
7636         (ewoc--insert-new-node): Don't insert trailing newline.
7637         Instead, adjust successor nodes's start markers.
7638         (ewoc--refresh-node): Delete all text from current node's start
7639         marker to the next one's; adjust successor nodes's start markers.
7640         (ewoc--create): Doc fixes.
7641         (ewoc--refresh): Don't insert newline.
7642         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
7643         * pcvs.el (cvs-make-cvs-buffer):
7644         Specify extra newline for ewoc's header and footer.
7645         (cvs-update-header): Update initial header recognition.
7646         Append newline to final header and footer values.
7647         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
7649 2006-05-17  Richard Stallman  <rms@gnu.org>
7651         * files.el (file-name-extension): Doc fix.
7653 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7655         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
7656         we can explicitly enable/disable rather than toggle.
7657         (shell-mode): Use it.
7658         (shell-cd): Don't try to reproduce what `cd' does.
7660 2006-05-17  Kim F. Storm  <storm@cua.dk>
7662         * ido.el (ido-read-internal): Use only nondirectory part of
7663         default item.
7665 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
7667         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
7668         (ewoc-nth): Doc fix.
7670         (ewoc-map, ewoc-invalidate): Compute PP before looping.
7672 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
7674         * international/mule.el (auto-coding-alist): Add .lha to files
7675         read with no-conversion.
7677         * files.el (auto-mode-alist): Add .lha files to archive file
7678         extensions.
7680         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
7681         Convert csize to integer when computing offsets within the
7682         compressed archive file.
7684 2006-05-16  Kim F. Storm  <storm@cua.dk>
7686         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
7687         with read-from-minibuffer.
7689 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7691         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
7692         (byte-compile-warnings): Fix safe-local-variable property.
7694 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
7696         * allout.el (allout-show-bodies, allout-old-style-prefixes)
7697         (allout-stylish-prefixes, allout-numbered-bullet)
7698         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
7699         predicates to qualify `safe-local-variable' property, when
7700         available, else use equivalent lambda.
7701         (allout-current-topic-collapsed-p): Do the right thing regarding
7702         trailing blank lines.
7704 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7706         * server.el (server-start): Only create a directory if needed.
7707         (server-edit, server-unload-hook): server-start => server-mode.
7708         (kill-emacs-hook): Cleanup upon exit.
7710 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7712         * hexl.el (hexlify-buffer): Encode process arguments manually.
7714 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
7716         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
7717         call to gdb-tooltip-print.
7719 2006-05-15  Romain Francoise  <romain@orebokech.com>
7721         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
7722         systems, default to "tar" since those systems probably have GNU tar.
7724 2006-05-14  Lars Hansen  <larsh@soem.dk>
7726         * desktop.el (desktop-missing-file-warning): Fix docstring.
7727         (desktop-restore-file-buffer): Correct question asked on missing file.
7729 2006-05-14  Kim F. Storm  <storm@cua.dk>
7731         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
7732         Add CUA move property.
7734 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
7736         * custom.el (custom-push-theme): Load the variable before checking
7737         its `standard-value'.
7739 2006-05-13  Lars Hansen  <larsh@soem.dk>
7741         * desktop.el (desktop-save): Use with-temp-buffer.
7743 2006-05-12  Glenn Morris  <rgm@gnu.org>
7745         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
7746         * calendar/calendar.el (calendar-mode-map):
7747         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
7748         * calendar/appt.el (appt-check, appt-make-list): Refer to
7749         diary-view-entries, diary-list-entries, diary-show-all-entries
7750         rather than obsolete aliases.
7752 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
7754         * simple.el (line-move-finish): Avoid calling point motion hooks
7755         while processing intangibility.
7757 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
7759         * term/xterm.el (terminal-init-xterm): Fix typo.
7761 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
7763         * allout.el (allout-view-change-hook): Mark as being deprecated,
7764         to be replaced by `allout-exposure-change-hook'.
7765         (allout-exposure-change-hook): New, replacing
7766         `allout-view-change-hook'.
7767         (allout-flag-region): Run new hook `allout-exposure-change-hook',
7768         in addition to `allout-view-change-hook'.
7769         (allout-show-bodies, allout-old-style-prefixes)
7770         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
7771         lambda forms to prevent their showing up in variable help
7772         presentations as inscrutable byte-compiled code.
7773         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
7774         Use string-or-null-p to qualify safe-local-variable values.
7775         (allout-reindent-bodies): Use memq to qualify matches against
7776         valid safe-local-variable values.  Also, quote the lambda as above.
7777         (allout-use-mode-specific-leader): Add missing candidate-value
7778         symbols, use memq, and quote the lambda.
7779         (allout-overlay-interior-modification-handler): Remove unused
7780         variables `msg' and 'opened'.
7781         (allout-hidden-p): Constrain invisibility consideration to allout's
7782         invisibility spec, disregarding invisibility for other reasons.
7784 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
7786         * files.el (version-control): Correct safe values.
7788 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
7790         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
7792         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
7793         (ewoc--insert-new-node): New func.
7794         Update callers of deleted funcs to use it, instead.
7796 2006-05-11  Glenn Morris  <rgm@gnu.org>
7798         * calendar/calendar.el (diary-show-all-entries): Do not refer to
7799         obsolete alias `show-all-diary-entries'.
7800         (make-diary-entry): Not interactive.
7801         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
7802         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
7803         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7804         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7805         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
7806         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
7808 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7810         * calendar/calendar.el (calendar-french-date-string)
7811         (calendar-mayan-date-string, calendar-chinese-date-string)
7812         (calendar-astro-date-string, calendar-iso-date-string)
7813         (calendar-islamic-date-string, calendar-bahai-date-string)
7814         (calendar-hebrew-date-string, calendar-coptic-date-string)
7815         (calendar-ethiopic-date-string, calendar-persian-date-string):
7816         These functions are not interactive.
7818 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
7820         * files.el: Balance parentheses.
7822 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
7824         * files.el, newcomment.el, outline.el, simple.el,
7825         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
7826         * progmodes/cc-vars.el, progmodes/compile.el:
7827         Move `safe-local-variable' declarations to the respective files.
7829         * help-fns.el (describe-variable): Don't print safe-var if it is
7830         byte-code.  Improve wording as suggested by Luc Teirlinck.
7832 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
7834         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
7835         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
7836         Use a token for pending-triggers to ensure gdb-var-update
7837         gets called once per user input again for pre-GDB 6.4.
7838         (gdb-var-delete): Match on more complex expressions.
7839         (gdb-var-list-children-handler, gdb-var-create-handler):
7840         Use a token for consistency.
7842 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
7844         * textmodes/org.el (org-read-date, org-goto-calendar)
7845         (org-agenda-goto-calendar):
7846         Bind `view-calendar-holidays-initially' to nil.
7848 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
7850         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
7851         Update all callers to do it there, instead.
7853 2006-05-10  Glenn Morris  <rgm@gnu.org>
7855         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
7856         prefix arg case, to avoid view-diary-entries-initially error.
7857         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7858         (calendar-date-is-legal-p): Handle dates with no day part.
7860 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
7862         * comint.el (comint-insert-input): Just make it when
7863         comint-use-prompt regexp is nil (default) and with the mouse.
7864         (comint-copy-old-input): Reinstate from 2004-06-23.
7865         (comint-mode-map): Bind C-c C-m to it.
7867 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
7869         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
7870         Remove spurious move to point-max (new comint behavior fixes).
7872         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
7873         compatibility function (Emacs 18/19).
7874         (idlwave-is-continuation-line): Always return point at start of
7875         previous non-blank continuation line.
7876         (keyword-parameters): Fix continued comment font-lock matcher.
7877         (idlwave-font-lock-fontify-region): Written, use as
7878         font-lock-fontify-region-function, to fix continued keyword
7879         fontification issues.
7881 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7883         * term/mac-win.el (mac-font-panel-mode): Doc fix.
7884         (mac-service-selection, mac-service-open-file)
7885         (mac-service-open-selection, mac-service-mail-selection)
7886         (mac-service-mail-to, mac-service-insert-text): Rename from
7887         mac-services-*.  All uses changed.
7888         (mac-apple-event-map): Rename event symbol `services' to `service'.
7890 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
7892         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
7893         (ewoc--node-enter-first, ewoc--node-enter-last)
7894         (ewoc--delete-node-internal): Merge funcs into unique callers.
7896 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
7898         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
7899         return value of read-from-minibuffer for empty input.
7901 2006-05-09  Miles Bader  <miles@gnu.org>
7903         * comint.el (comint-insert-input): Remove redundant calls to setq
7904         and goto-char.
7906 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
7908         * comint.el (comint-insert-input): Make it work when
7909         comint-use-prompt-regexp is t.
7911 2006-05-10  Miles Bader  <miles@gnu.org>
7913         * subr.el (field-at-pos): New function.
7915         * comint.el (comint-insert-input): Use it.
7917 2006-05-09  Juri Linkov  <juri@jurta.org>
7919         * battery.el (battery-linux-proc-acpi): Also try
7920         `/proc/acpi/thermal_zone/THR2/temperature'.
7922         * files.el <safe-local-variable>: Remove `eval' and `let' binding
7923         for now unused lambda `string-or-null'.
7925         * add-log.el (change-log-default-name): Put `string-or-null-p'
7926         instead of lambda on `safe-local-variable' property.
7928         * diff-mode.el (diff-context->unified): Use `region-beginning' and
7929         `region-end' instead of `mark' and `point'.
7930         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
7931         Operate on region in Transient Mark mode when the mark is active.
7932         Use `region-beginning' and `region-end' instead of `mark' and
7933         `point'.
7934         (diff-hunk-text, diff-goto-source): Doc fix.
7936         * startup.el (fancy-splash-screens, normal-splash-screen): Use
7937         face `mode-line-buffer-id' for mode-line buffer face instead of
7938         hard-coded `(:weight bold)'.
7940         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
7941         buffer-undo-list to t (undo-ask is reproducible by visiting
7942         nested archives).
7944 2006-05-09  Kim F. Storm  <storm@cua.dk>
7946         * progmodes/grep.el (rgrep): Set default directory of *grep*
7947         buffer if we start M-x rgrep in the *grep* buffer and choose
7948         a different base directory.
7950 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
7952         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
7953         completion also when ido is loaded.
7955 2006-05-09  Masatake YAMATO  <jet@gyve.org>
7957         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
7958         "warning" and "import".
7959         (cpp-font-lock-keywords): Added "warning".
7961 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
7963         * term/xterm.el (terminal-init-xterm): Add more key bindings.
7965 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7967         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
7968         pages at a time, if we signal the end, we should indeed reach that end.
7970 2006-05-08  David Reitter  <david.reitter@gmail.com>
7972         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
7973         output during execution of the body.
7975 2006-05-08  Kim F. Storm  <storm@cua.dk>
7977         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
7979 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
7981         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
7982         Use with-current-buffer.
7984 2006-05-07  Kim F. Storm  <storm@cua.dk>
7986         * subr.el (add-to-history): Remove keep-dups arg.
7988         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
7989         to nil around call to add-to-history.
7991 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7993         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
7994         than after a buffer modification.
7996 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
7998         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
7999         call to...
8000         (gud-watch): ...here so speedbar is raised for already watched
8001         expressions.
8002         (gdb-speedbar-refresh): Delete function.
8003         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
8004         Use speedbar-timer-fn instead of speedbar-refresh (reverting
8005         earlier change).
8006         (gdb-var-evaluate-expression-handler)
8007         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
8009         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
8010         Update localized contents for all buffers except ignored modes.
8012 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8014         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
8015         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
8016         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
8017         (mac-handle-font-panel-closed, mac-handle-font-selection):
8018         New functions.
8019         (mac-font-panel-mode): New minor mode.
8020         (mac-apple-event-map): Add bindings for toolbar toggle button and
8021         font panel.
8022         (menu-bar-showhide-menu): Add mac-font-panel-mode.
8024 2006-05-07  John Paul Wallington  <jpw@pobox.com>
8026         * ibuffer.el (ibuffer-compressed-file-name-regexp):
8027         Avoid `regexp-opt'; simplify regexp for readability.
8029 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
8031         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
8032         * files.el (buffer-stale-function):
8033         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8034         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
8035         links to the main manual, not to emacs-xtra.
8037 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8039         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
8040         MacJapanese if text is ASCII-only.
8042 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
8044         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
8045         unless so nil isn't returned.
8046         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
8048 2006-05-06  Kim F. Storm  <storm@cua.dk>
8050         * subr.el (add-to-history): New function.
8052         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
8053         (ediff-merge-files-with-ancestor):
8054         * env.el (setenv):
8055         * isearch.el (isearch-update-ring):
8056         * server.el (server-visit-files):
8057         * progmodes/grep.el (lgrep, rgrep):
8058         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
8059         * progmodes/xscheme.el (xscheme-insert-expression):
8060         Use add-to-history.
8062         * kmacro.el (kmacro-push-ring): Use add-to-history.
8063         (kmacro-ring-length): Remove unused defun.
8064         (kmacro-start-macro): Use kmacro-push-ring.
8066 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
8068         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
8069         directly instead of a lambda expression that calls it.
8071 2006-05-06  Kim F. Storm  <storm@cua.dk>
8073         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
8074         instead of compute-motion.
8076 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
8078         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
8079         change.
8081 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
8083         * startup.el (command-line-1): Refer to "Pure Storage" on
8084         pure-space-overflow.
8086 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
8088         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
8089         provided faces once they all have been used up.
8091 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
8093         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
8094         reference to the Lisp manual to the warning about pure space
8095         overflow.
8097 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8099         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
8100         argument to avoid the call to `ispell-internal-change-dictionary'
8101         when not needed.
8102         (ispell-change-dictionary): Use this argument and call
8103         `ispell-internal-change-dictionary' after the possible change
8104         to `ispell-local-dictionary'.
8105         (ispell-internal-change-dictionary): Check for a change in
8106         personal dictionary use too.
8108 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
8110         * startup.el (command-line): On MS-Windows, probe "~", not
8111         "~USER", for warning about non-existent home directory
8113         * arc-mode.el (archive-l-e): New optional argument `float' means
8114         generate a float value.
8115         (archive-arc-summarize, archive-lzh-summarize)
8116         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
8117         with 3rd argument non-nil when file's size is being computed.
8118         Format the file sizes with %8.0f instead of %8d.
8120 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8122         * cus-start.el (all): Add mac-dnd-known-types.
8124         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
8125         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
8126         (mac-TIFF-to-string): New functions.
8127         (x-get-selection, x-selection-value)
8128         (mac-select-convert-to-string): Use them.
8129         (mac-text-encoding-mac-japanese-basic-variant): New constant.
8130         (mac-dnd-types-alist): New customization variable.
8131         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
8132         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
8133         (mac-dnd-handle-drag-n-drop-event): New functions.
8134         (mac-drag-n-drop): Remove function.
8135         (global-map): Bind drag-n-drop and M-drag-n-drop to
8136         mac-dnd-handle-drag-n-drop-event.
8138 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
8140         * progmodes/perl-mode.el (perl-beginning-of-function):
8141         Skip anonymous subs.
8143 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
8145         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
8146         regexp-opt at run time.
8148         * term.el (term-handle-ansi-escape): Fix off by one error.
8150 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
8152         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
8153         (gdb-init-1, gdb-post-prompt): ...and references to it.
8154         (gdb-frame-handler): Strip directory name from filename if present.
8156         * progmodes/gud.el (gdb-force-update): Delete defvar
8157         (gud-speedbar-buttons): ...and references to it.  Use window-start
8158         to try to keep positon in watch expression.
8160 2006-05-03  Richard Stallman  <rms@gnu.org>
8162         * simple.el (next-history-element, previous-history-element): Doc fix.
8164         * isearch.el (isearch-update-ring): Doc fix.
8166 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
8168         * isearch.el (isearch-update-ring): Take history-delete-duplicates
8169         into consideration.  Replace one arm ifs with whens.
8171 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
8173         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
8174         (menu): Fix typo.
8176 2006-05-02  Miles Bader  <miles@gnu.org>
8178         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
8180 2006-05-02  Jay Belanger  <belanger@truman.edu>
8182         * calc/calc-embed.el (calc-override-minor-modes-map)
8183         (calc-override-minor-modes): New variables.
8184         (calc-do-embedded): Make sure that Calc keystrokes aren't
8185         overwritten by minor modes.
8187 2006-05-02  Chong Yidong  <cyd@mit.edu>
8189         * msb.el (msb): If EVENT is a down event, read and discard the up event.
8191 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8193         * startup.el (command-line-1): Refer to Lisp manual when
8194         pure-space-overflow occurs.
8196         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
8197         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
8198         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
8199         (version-control): Don't use `t' for safe-local-variable declarations.
8201 2006-05-01  Richard Stallman  <rms@gnu.org>
8203         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
8204         M-r, M-R, M-A, M-SPC or M-DEL.
8205         (diff-mode-map): diff-refine-hunk now on C-c C-w
8206         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
8208         * help-mode.el (help-mode): view-exit-action calls delete-window
8209         only when it is safe and possible.
8211         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
8212         in messages.
8214         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
8216         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
8217         in the default tool-bar-map.
8219 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
8221         * net/tramp.el (tramp-completion-file-name-handler-alist)
8222         (tramp-run-real-handler, tramp-completion-run-real-handler)
8223         (tramp-completion-handle-file-name-all-completions)
8224         (tramp-completion-handle-file-name-completion): Autoload them.
8225         (tramp-completion-handle-file-exists-p)
8226         (tramp-completion-handle-file-name-directory)
8227         (tramp-completion-handle-file-name-nondirectory)
8228         (tramp-completion-handle-expand-file-name): Remove them.
8229         (tramp-handle-file-name-directory): Return the real directory name.
8230         Returning "/" only doesn't need to be necessary any longer.
8231         (tramp-file-name-handler): Make special attention when in hostname
8232         completion mode.
8233         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
8234         (tramp-register-file-name-handlers):
8235         Register `tramp-completion-file-name-handler' only when
8236         `partial-completion-mode' is enabled.
8237         (tramp-completion-handle-file-name-all-completions):
8238         Delete directory part from results.
8239         (tramp-get-completion-methods, tramp-get-completion-user-host):
8240         Discard deleting "/", it doesn't work after the change of
8241         `tramp-handle-file-name-directory' above.
8243 2006-05-01  Kim F. Storm  <storm@cua.dk>
8245         * progmodes/grep.el (grep-expand-template): Use save-match-data
8246         and symbol-value.
8248 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8250         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
8251         Use select-frame-set-input-focus instead of raise-frame.
8252         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
8254 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
8256         * progmodes/gud.el (gud-def): Add %c case.
8257         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
8258         (gud-format-command): Make match case sensitive.  Match on %F.
8260 2006-04-30  Glenn Morris  <rgm@gnu.org>
8262         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
8263         (cal-tex-preamble): Use cal-tex-preamble-extra.
8264         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
8265         than alias `list-diary-entries'.
8267 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
8269         * help-fns.el (describe-variable): Add info about safe local variables.
8271 2006-04-29  Richard Stallman  <rms@gnu.org>
8273         * bindings.el (mode-line-format): help-echo doc fixes.
8275         * net/tramp.el (tramp-file-name-handler-alist): Delete
8276         expand-file-name and other operations that can cause spurious loading.
8278 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8280         * files.el (safe-local-variable-p): Remove support for the special
8281         value t.
8283         * textmodes/paragraphs.el (sentence-end-without-space):
8284         Fix safety predicate.
8285         (sentence-end-double-space, sentence-end-without-period)
8286         (paragraph-ignore-fill-prefix):
8287         * textmodes/fill.el (colon-double-space):
8288         * abbrev.el (abbrev-mode): Tighten the safety predicate.
8290         * subr.el (booleanp): New fun.
8292         * textmodes/reftex-vars.el (reftex-guess-label-type):
8293         Tighten the safety predicate.
8295 2006-04-28  Kim F. Storm  <storm@cua.dk>
8297         * progmodes/grep.el (defgroup grep): Doc fix.
8298         (grep-auto-highlight): Remove.
8299         (grep-template): New defcustom.
8300         (grep-find-template): Rename from grep-tree-template.
8301         (grep-files-aliases): Rename from grep-tree-files-aliases.
8302         Remove "all" alias, add "l" alias.
8303         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
8304         (grep-find-ignored-directories): New defcustom to replace
8305         grep-tree-ignore-CVS-directories, to facilitate ignoring
8306         subdirectories for multiple version control systems.
8307         (grep-mode-map): Add Recursive grep item to GREP menu.
8308         (grep-regexp-history, grep-files-history): New defvars.
8309         (grep-probe): New helper function.
8310         (grep-compute-defaults): Use it to simplify code.
8311         Adapt to name changes.
8312         Use `.' as base in grep-find-template rather than <D>.
8313         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
8314         Call grep-compute-defaults unconditionally.
8315         (grep-expand-keywords): New defconst.
8316         (grep-expand-template): Rename from grep-expand-command-macros.
8317         Simplify via grep-expand-keywords.  Look at case-fold-search instead
8318         of grep-tree-ignore-case to add -i option.
8319         Bind case-fold-search to nil while matching keywords.
8320         (grep-tree-last-regexp, grep-tree-last-files): Remove.
8321         (grep-read-regexp, grep-read-files): New helper functions.
8322         (rgrep): Rename from grep-tree.  Rework to use proper histories.
8323         Adapt to changes in defcustoms and functions above.
8324         (lgrep): New command, as grep, but using same interactive UI as rgrep.
8326 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
8328         * net/tramp.el (tramp-completion-file-name-handler):
8329         Disable Tramp's functionality while loading Tramp itself.
8330         (tramp-register-file-name-handlers): That's a defsubst now.
8331         Code from `tramp-repair-jka-compr' moved here.  Apply it via
8332         `after-init-hook'.
8333         (tramp-repair-jka-compr): Remove.
8335 2006-04-27  Jay Belanger  <belanger@truman.edu>
8337         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
8338         read expression when `math-read-big-expr' doesn't work.
8340 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
8342         * startup.el (command-line-1): Display warning when
8343         pure-space-overflow is non-nil.
8345 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8347         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
8348         risky.
8350 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8352         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
8353         Return the URL or nil if none can be generated.
8355 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
8357         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
8358         byte compiler warnings.
8359         (gud-basic-call, gud-find-expr): Let user select an expression
8360         for printing.  Print expression as well as value in GUD buffer.
8362 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
8364         * allout.el: Remove local autoload declaration for
8365         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
8366         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
8367         (allout-plain-bullets-string, allout-distinctive-bullets-string)
8368         (allout-use-mode-specific-leader, allout-old-style-prefixes)
8369         (allout-stylish-prefixes, allout-numbered-bullet)
8370         (allout-file-xref-bullet, allout-presentation-padding)
8371         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
8372         safe-local-variable with suitable value spec, and add autoload
8373         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
8374         (move-beginning-of-line, move-end-of-line): Repair so these compat
8375         functions now actually resituate the point, when appropriate.
8377 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8379         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
8381         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
8382         (add-log-iso8601-time-string): Fix call to format-time-string.
8384 2006-04-26  Kim F. Storm  <storm@cua.dk>
8386         * subr.el (posn-string, posn-image, posn-object): Doc fix.
8388 2006-04-26  Masatake YAMATO  <jet@gyve.org>
8390         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
8391         Add support for "//" style comments.  Remove `b' flag
8392         from ?* in `asm-mode-syntax-table'.
8394 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8396         * follow.el: Use (featurep 'xemacs) everywhere.
8397         (follow-mode): Use define-minor-mode.
8398         (follow-mode-map): Move initialization into the declaration.
8399         Use command remapping.
8400         (follow-emacs-version-xemacs-p): Remove.
8401         (follow-submit-feedback): Remove.
8403         * allout.el (allout-layout, allout-passphrase-verifier-string)
8404         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
8406         * textmodes/reftex-vars.el (reftex-vref-is-default)
8407         (reftex-fref-is-default, reftex-guess-label-type):
8408         Tighten up a bit the safety predicate.
8410         * textmodes/paragraphs.el (sentence-end-double-space)
8411         (sentence-end-without-period, sentence-end-without-space)
8412         (page-delimiter, paragraph-ignore-fill-prefix):
8413         Tighten up a bit the safety predicate.
8415         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
8417         * progmodes/python.el (python-continuation-line-p)
8418         (python-beginning-of-statement): syntax-ppss may return
8419         a negative depth.
8420         (python-mode): Don't forcefully enable font-lock.
8422         * time-stamp.el (time-stamp-start, time-stamp-end)
8423         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
8425         * add-log.el: Remove spurious * in docstrings.
8426         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
8427         (add-change-log-entry): Use it here, since it's not specific
8428         to iso8601.
8429         (add-log-iso8601-time-string): Don't use it here any more.
8430         (change-log-indent-text, change-log-indent): Rename from add-log-*.
8432         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
8434 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
8436         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
8437         (rcirc-toggle-low-priority): Doc fix.
8438         (rcirc-handler-NOTICE): Remove beginning of line anchor in
8439         ChanServ regexp.
8440         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
8441         #emacs.
8442         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
8443         (rcirc-decode-coding-system): Use utf-8 as the default.
8444         (rcirc-multiline-minor-mode): Set the fill-column.
8445         (rcirc-format-response-string): Display bright and dim nicks.
8446         (rcirc-browse-url): Update interactive spec to fill ARG.
8447         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
8448         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
8450 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
8452         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
8453         case for @Article, etc.
8455 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
8457         * net/tramp.el (tramp-register-file-name-handlers): New defun.
8458         Added with autoload cookie.
8459         (tramp-unload-file-name-handlers): Rename from
8460         `tramp-unload-file-name-handler-alist'.
8462 2006-04-23  Romain Francoise  <romain@orebokech.com>
8464         * comint.el (comint-match-partial-filename): Doc fix.
8466 2006-04-21  Glenn Morris  <rgm@gnu.org>
8468         * calendar/cal-menu.el (calendar-mode-map): Refer to
8469         `diary-view-entries' rather than alias `view-diary-entries'.
8470         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
8472 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
8474         * progmodes/antlr-mode.el (antlr-default):
8475         * cus-edit.el (custom-documentation):
8476         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
8477         in defface.
8479 2006-04-21  Kim F. Storm  <storm@cua.dk>
8481         * image.el (image-type): New defun split out of create-image.
8482         (create-image): Use it.
8484 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
8486         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
8487         (org-open-at-point): Remove the "...done" message to keep output
8488         in the echo area visible.
8489         (org-export-as-xoxo): Fix call to `indent-region'.
8491 2006-04-21  Kevin Ryde  <user42@zip.com.au>
8493         * international/mule.el (keyboard-coding-system): defcustom
8494         info-link fixes: "Specify Coding" has been split, keyboard now in
8495         "Terminal Coding", and "Single-Byte Character Support" is now
8496         "Unibyte Mode".
8498 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
8500         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
8501         Use font-lock-warning-face for any errors e.g. no stack.
8502         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
8504 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
8506         * progmodes/sh-script.el (sh-shell): Mark as safe.
8508         * newcomment.el (comment-start, comment-start-skip)
8509         (comment-end-skip, comment-end): Mark as safe.
8511 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
8513         * textmodes/org.el (org-deadline-announce): Face removed.
8514         (org-level-faces, org-n-levels): Convert to constant.
8515         (org-compatible-face): New function.
8516         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
8517         (org-level-5, org-level-6, org-level-7, org-level-8)
8518         (org-special-keyword, org-warning, org-headline-done, org-link)
8519         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
8520         (org-scheduled-today, org-scheduled-previously, org-time-grid):
8521         Face definition revised for better color tty support.
8522         (org-bold-re, org-italic-re, org-underline-re): New constants.
8523         (org-set-font-lock-defaults): Use the new constants.
8524         (org-agenda-highlight-todo): New function.
8525         (org-agenda-todo): Fix bug with point at end of line.
8526         (org-agenda-change-all-lines, org-finalize-agenda-entries):
8527         Fontify TODO keywords.
8528         (org-insert-link): Preserve relative path in ../ links.
8529         (org-export-as-html): Convert links pointing to .org files into
8530         links that will work beteen the exported HTML files.
8531         (org-todo-list): Fix bug when arg=0.
8532         (org-insert-heading): More fine-tuning.
8534 2006-04-19  Romain Francoise  <romain@orebokech.com>
8536         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
8537         from `rmail-mime-charset-pattern'.
8539 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
8541         * progmodes/python.el (python-mode): Fix typo.
8543 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
8545         * comint.el (comint-previous-input): Don't clobber input line
8546         when moving off either end of the input history ring.
8547         (comint-delete-input): New function, used by
8548         `comint-previous-input' and others.
8549         (comint-previous-matching-input):
8550         Use `coming-delete-input'.  Save the partial input if leaving the
8551         edit line.  Goto point-max before deleting input to avoid
8552         partial input fragments hanging around.
8553         (comint-restore-input): New function, used by `comint-previous-input'.
8555 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
8557         * imenu.el (imenu--index-alist): Balance parentheses.
8559 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
8561         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
8563 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
8565         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
8566         file is nil.
8568 2006-04-18  Richard Stallman  <rms@gnu.org>
8570         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
8572         * imenu.el (imenu-create-index-function, imenu--index-alist)
8573         (imenu--last-menubar-index-alist, imenu--make-index-alist)
8574         (imenu-default-create-index-function, imenu--generic-function):
8575         Doc fixes.
8577         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
8579         * help-mode.el (help-mode): Set view-exit-action to delete window.
8581         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
8582         now works by passing nil as arg.
8584         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
8586         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
8587         (read-abbrev-file): Provide default when reading filename.
8589         * files.el (enable-local-variables): Allow :all as value.
8590         (hack-local-variables): Implement that value.
8591         (safe-local-variable-values, safe-local-eval-forms)
8592         (enable-local-variables): Mark as risky.
8593         (find-file-visit-truename, kept-old-versions): Mark safe.
8595         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
8596         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
8597         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
8599 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8601         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
8602         Use forward-line so as to get to BOL even in the presence of fields.
8603         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
8604         in return.
8605         (inferior-tcl): Tell tclsh to work in interactive mode.
8607         * complete.el (partial-completion-mode):
8608         Use 'choose-completion-string-functions to make sure that
8609         choose-completion fills the minibuffer properly.
8611         * complete.el (PC-old-read-file-name-internal): Remove.
8612         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
8613         of read-file-name-internal.
8614         (partial-completion-mode): Enable/disable this advice.
8616 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
8618         * net/tramp.el (tramp-completion-file-name-handler): Revert change
8619         of 2006-04-17.
8621 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
8623         * textmodes/org.el (org-insert-heading): Insert heading before
8624         current if at beginning of line.
8625         (org-todo, org-date): New faces.
8626         (org-table-align): Make sure tooltip window contains full text.
8627         (org-no-properties): New defsubst.
8628         (org-set-font-lock-defaults): Use new faces.
8630 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
8632         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
8633         for root variables.
8635         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
8636         (gdb-frame-address): Re-use to identify frame for watch expression.
8637         (gdb-var-list, gdb-var-create-handler): Add frame address for root
8638         variables.
8639         (gdb-init-1, gdb-source, gdb-post-prompt)
8640         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
8641         (gdb-frame-handler): Get gdb-frame-address.
8643 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
8645         Sync with Tramp 2.0.53.
8647         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
8648         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
8649         (tramp-completion-file-name-handler): Add autoload cookie for
8650         adding to `file-name-handler-alist'.
8652         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
8653         the prompt.  If it returns earlier (when detecting an error
8654         message), the rest of the output will merge accidently with the
8655         output of the next command.  Reported by M Jared Finder
8656         <jared@hpalace.com>.
8658         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
8659         for `process-file', in order to let it work for older Emacsen too.
8661 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
8663         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
8664         (tex-font-lock-keywords-3): Use it.
8666 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8668         * newcomment.el (comment-add): New function.
8669         (comment-region-default, comment-dwim): Use it.
8671 2006-04-15  Michael Olson  <mwolson@gnu.org>
8673         * emacs-lisp/tq.el: Improve comments.
8674         (tq-queue-head-question): New accessor function.
8675         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
8676         Update for modified queue structure.
8677         (tq-queue-add): Accept `question' argument.
8678         (tq-queue-pop): If a question is pending, send it.
8679         (tq-enqueue): Accept new optional argument `delay-question'.
8680         If this is non-nil, and at least one other question is pending a
8681         response, queue the question rather than sending it immediately.
8683 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8685         * calendar/appt.el (appt-add): Check whether an appointment is
8686         already present in appt-time-msg-list.  Simplify code.
8688 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8690         * progmodes/cc-langs.el (c-mode-menu):
8691         Don't presume c-subword-mode is bound.
8693 2006-04-13  Bill Wohler  <wohler@newt.com>
8695         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
8696         (customize-package-emacs-version): Use cdr instead of cadr now
8697         that alists use dotted pairs.
8699         * custom.el (defcustom): Fix docstring for :package-version.
8701 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
8703         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
8704         (tramp-handle-shell-command): Display output buffer only when
8705         `tramp-display-shell-command-buffer' is true.
8706         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
8708 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
8710         * textmodes/org.el (org-set-autofill-regexps): Set only the local
8711         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
8713 2006-04-13  Romain Francoise  <romain@orebokech.com>
8715         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
8716         leaving temporary .cvsignore buffers behind.
8718 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
8720         * textmodes/org.el (org-set-regexps-and-options)
8721         (org-get-current-options): Better names for the startup folding
8722         options.
8724 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
8726         * vc.el (vc-annotate): Arrange for point to end up at the same
8727         line number as in the original, but only when using a new buffer.
8729 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
8731         * files.el (hack-one-local-variable-eval-safep):
8732         Recognize `edebug-form-spec' for `put', but only if it passes
8733         `edebug-basic-spec'.  Generalize `put' handling.
8735         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
8736         vetting file-local form specs.
8738         * allout.el (allout-layout): Autoload its `safe-local-variable'
8739         property.
8741 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
8743         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
8744         (org-agenda-mouse-1-follows-link)
8745         (org-mouse-1-follows-link): New options.
8746         (org-format-agenda-item): Fix bug if TAGS is nil.
8747         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
8749 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
8751         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
8752         GDB 6.1+ gives full filename for "info sources" so use
8753         file-name-nondirectory.
8755 2006-04-12  Romain Francoise  <romain@orebokech.com>
8757         * subr.el (read-passwd): Bind `message-log-max' to nil.
8759 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8761         * progmodes/perl-mode.el (perl-indent-new-calculate):
8762         Recompute parse-start after jumping backward by a whole sexp.
8764 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8766         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
8767         window configuration.
8768         (vc-annotate-display-select): Select the buffer so that current-buffer
8769         (and selected-window) is the output buffer at the end of vc-annotate.
8771 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
8773         * vc.el (vc-annotate-color-map): Add custom TTY color map for
8774         8-color terminals, to use all of the colors in a sensible order.
8775         256-color terminals work well with the standard map.
8776         (vc-annotate-lines): Only strip the first color character if it
8777         is "#", to allow for terminal-style named colors.
8778         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
8779         the correct buffer is scrolled.
8781 2006-04-11  Richard Stallman  <rms@gnu.org>
8783         * emacs-lisp/bytecomp.el (byte-compile-file):
8784         Bind enable-local-variables to :safe, and make normal-mode obey it.
8786         * files.el (enable-local-variables): Allow value :safe.
8787         (normal-mode): Doc fix.
8788         (hack-local-variables): Implement enable-local-variables = :safe.
8789         (hack-local-variables-confirm): Don't prevent quitting.
8791 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8793         * loadhist.el (unload-feature): A bit of sanity check of
8794         load-history entries.  Cancel timer-vars before unbinding them.
8796         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
8797         quote special chars, and make the trick work on the hex part of the
8798         buffer as well.
8799         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
8800         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
8802         * startup.el (normal-splash-screen): Fix last change so we don't wait
8803         2 minutes if we don't show the splash screen.
8805 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
8807         * textmodes/org.el (org-export-plain-list-max-depth)
8808         (org-table-spaces-around-separators)
8809         (org-radio-targets, org-activate-camels)
8810         (org-table-spaces-around-invisible-separators): Options removed.
8811         (org-time-stamp-rounding-minutes, org-remember-templates)
8812         (org-ellipsis, org-activate-links, org-descriptive-links):
8813         New options.
8814         (org-remember-apply-template, org-current-time)
8815         (org-finish-edit-table-field)
8816         (org-link-unescape, org-link-escape)
8817         (org-string-width, org-table-clean-line, org-html-do-expand)
8818         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
8819         (org-read-agenda-file-list): New functions.
8820         (org-table-edit-field)
8821         (org-table-create-or-convert-from-region): New commands
8822         (org-table-toggle-vline-visibility): Command removed.
8823         (org-table-convert-region): Made a command.
8824         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
8825         Replace with the normal org- functions.
8826         (org-self-insert-command): Don't trigger realign unnecessarily
8827         when blanking a field that is not full.
8828         (org-mode): `Set buffer-invisibility-spec' for links.
8829         (org-activate-links2): Hide link part and only show descriptive
8830         part of the link.
8831         (org-insert-link): Modify for new linking system.
8832         (org-store-link): Store description separately, for use by
8833         `org-insert-link'.
8834         (org-table-align): Use `org-string-width'.
8835         (defgroup): Completely new group structure for custom variables.
8836         (org-agenda-files): Option: Single file name allowed.  Function:
8837         Optional argument unrestrited means ignore any restricitons.
8838         (org-install-agenda-files-menu): Find a buffer in Org-mode before
8839         trying to modify the menu.  Use generalized access to
8840         `org-agenda-files.'
8841         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
8842         (org-agenda-file-to-front, org-remove-file, org-diary)
8843         (org-tags-view, org-export-icalendar-all-agenda-files)
8844         (org-export-icalendar-combine-agenda-files): Use generalized
8845         access to `org-agenda-files'.
8846         (org-remember-handler): Correctly preserve heading if present.
8847         (org-table-insert-row, org-table-insert-hline): Deal with
8848         invisible characters.
8850 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
8852         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
8853         (vc-annotate-color-map): New 18 element constant
8854         value/saturation, rotating hue colormap, from red->blue.
8855         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
8856         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
8857         (vc-annotate): To avoid killing the required local variables,
8858         set them before the end of `with-output-to-temp-buffer', and
8859         after first switching to annotate-mode.
8860         (vc-annotate-warp-version): Add buffer argument in goto-line to
8861         ensure annotation, not source, is scrolled.
8863 2006-04-10  Bill Wohler  <wohler@newt.com>
8865         * custom.el (defcustom, custom-handle-keyword):
8866         Add :package-version keyword.
8867         (custom-add-package-version): New function.  Sets value of new
8868         property 'custom-package-version from :package-version keyword.
8869         (defcustom): Create Common Keywords section in docstring.
8870         (defface, defgroup): Replace definitions of a select few keywords
8871         with a reference to the Common Keywords in defcustom.
8872         (defcustom, defface, defgroup): Replace reference to Customization
8873         chapter in manual with hyperlink.
8875         * cus-edit.el (customize-package-emacs-version-alist): New variable.
8876         (customize-changed-options): Add check for custom-package-version.
8877         (customize-package-emacs-version): New function to look up Emacs
8878         version corresponding to the given package version.
8880         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
8881         defun name, in similar fashion to find-variable-regexp.
8883 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
8885         * international/mule-cmds.el (set-locale-environment): Fix last
8886         change for when the locale's preferences don't specify any encoding.
8888 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8890         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
8891         so the defined var/fun doesn't need to be quoted.
8893 2006-04-10  Richard Stallman  <rms@gnu.org>
8895         * finder.el (finder-mode-map): Add n and p bindings.
8897 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
8899         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
8900         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
8901         (gdb-setup-windows): Put something in source window if we can't find
8902         the source file.
8903         (gdb-frame-handler): Make it work again with just assembly.
8904         (gdb-data-list-register-values-handler): Make it work when there is
8905         no stack.
8907 2006-04-09  Richard Stallman  <rms@gnu.org>
8909         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
8910         specs while looking for charset.
8912         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
8914         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
8915         Make them faces.
8916         (lm-font-lock-keywords): Update appropriately.
8918 2006-04-10  Kim F. Storm  <storm@cua.dk>
8920         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
8921         it can also replace buffer-substring-no-properties.
8923         * emulation/cua-base.el (cua-delete-region, cua-paste)
8924         (cua-repeat-replace-region): Use filter-buffer-substring.
8926         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8927         (cua-cut-region-to-global-mark): Likewise.
8929         * emulation/cua-rect.el (cua--extract-rectangle)
8930         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
8932 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8934         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
8935         entry-type.  Add field delimiters to numerical fields if they are
8936         not present.
8938 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8940         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
8941         string-const to return value.
8942         (bibtex-remove-delimiters): Use it.
8944 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8946         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
8947         cl-byte-compile-compiler-macro unless it exists.
8949 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
8951         * files.el (hack-local-variables-confirm) <offer-save>:
8952         Clarify message text.  Suggested by Ralf Angeli.
8954 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8956         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
8957         (delete-extract-rectangle-line): Use `filter-buffer-substring'
8958         instead of `buffer-substring' and `delete-region'.  (Most of the
8959         code actually copied from `kill-region'.)
8961 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
8963         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
8964         (rcirc-default-port): Rename from rcirc-port.
8965         (rcirc-default-nick): Rename from rcirc-nick.
8966         (rcirc-default-user-name): Rename from rcirc-user-name.
8967         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
8968         (rcirc-low-priority-flag): New variable.
8969         (rcirc-decode-coding-system): New defcustom.
8970         (rcirc-encode-coding-system): New defcustom.
8971         (rcirc-coding-system-alist): New defcustom.
8972         (rcirc-multiline-major-mode): New defcustom.
8973         (rcirc-nick): New internal variable.
8974         (rcirc-process): Remove variable.
8975         (rcirc-server-buffer): New variable.
8976         (rcirc): Update to use rcirc-default-* variables above.
8977         (rcirc-connect): Do not add window-configuration-hook-here.
8978         (rcirc-server): New internal variable.
8979         (rcirc-connect): Do not send keepalive pings if
8980         rcirc-keepalive-seconds is nil.
8981         (with-rcirc-server-buffer): New macro.
8982         (rcirc-send-string): Encode with rcirc-encode-coding-system.
8983         (rcirc-server-name): Rename from rcirc-server.
8984         (rcirc-buffer-process): New function.
8985         (rcirc-buffer-nick): New function.
8986         (rcirc-buffer-target): Remove function.
8987         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
8988         New commands.
8989         (rcirc-mode-map): Change binding of C-c C-l to
8990         rcirc-toggle-low-priority.
8991         (rcirc-mode): Initialize coding system based on
8992         rcirc-coding-system-alist.  New change-major-mode-hook to part the
8993         channel on a mode change.  Make kill-buffer-hook buffer-local.
8994         (rcirc-change-major-mode-hook): New function.
8995         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
8996         (rcirc-last-post-time): New variable.
8997         (rcirc-process-message): Store the last time user posted a message
8998         to this target.
8999         (rcirc-multiline-minor-mode): New mode.
9000         (rcirc-multiline-minor-mode-map): New mode map.
9001         (rcirc-edit-multiline): Put multiline-edit buffer in
9002         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
9003         (rcirc-print): Ignore any line starting with an ignored nick.
9004         (rcirc-print): Decode using rcirc-decode-coding-system.
9005         (rcirc-track-minor-mode): Update global-mode-string when disabling
9006         this mode.
9007         (minor-mode-alist): Add LowPri indicator.
9008         (rcirc-toggle-low-priority): New function.
9009         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
9010         next lowpriority buffer with activity.
9011         (rcirc-record-activity): Sort buffers in rcirc-activity by the
9012         last time the user posted a message in to the target.
9013         (rcirc-update-activity-string): New formatting for low priority
9014         buffers.
9015         (rcirc-split-activity): New function.
9016         (rcirc-handler-PART, rcirc-handler-KICK)
9017         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
9018         (rcirc-nick-away-alist): New variable.
9019         (rcirc-handler-301): New handler.  Away messages are printed once
9020         per change.
9022 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
9024         * info.el (Info-follow-nearest-node): Doc fix.
9026         * international/mule-cmds.el (set-locale-environment): Make sure
9027         the coding-system preferred by the locale's language has the same
9028         EOL conversion type as the original buffer-file-coding-system.
9029         (locale-language-names): Add a few MS Windows language codes.
9031 2006-04-07  Richard Stallman  <rms@gnu.org>
9033         * simple.el (eval-expression): Doc fix.
9035         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
9036         (eval-defun): Doc fixes.
9038 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
9040         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
9042 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
9044         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
9045         GDB list command without argument for greater generality.
9047 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9049         * subr.el (string-or-null-p): New function.
9051         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
9053         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
9055         * files.el: Update comment about safe-local-variable declarations.
9057 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
9059         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
9060         See idlwave.org.
9062         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
9063         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
9065         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
9066         See idlwave.org.
9068         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
9069         version 6.0 (minimal changes).  See idlwave.org.
9071         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
9072         6.0 (minimal changes).  See idlwave.org.
9074         * progmodes/idlw-rinfo.el: File obsoleted and removed.
9076 2006-04-06  Romain Francoise  <romain@orebokech.com>
9078         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
9079         symmetric encryption features and a new asynchronous interface to
9080         GnuPG.  This new version is version 1.4, plus whitespace changes.
9082 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9084         * files.el: Move some `safe-local-variable' declarations to the
9085         respective files.
9087         * textmodes/ispell.el (ispell-check-comments)
9088         (ispell-local-dictionary): Mark as safe.
9090         * abbrev.el (abbrev-mode): Mark as safe.
9092         * add-log.el (change-log-default-name): Mark as safe.
9094         * textmodes/reftex-vars.el (reftex-vref-is-default)
9095         (reftex-fref-is-default, reftex-level-indent)
9096         (reftex-guess-label-type): Mark as safe.
9098         * textmodes/fill.el (colon-double-space): Mark as safe.
9100         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
9101         (sentence-end-double-space, sentence-end-without-period)
9102         (sentence-end-without-space, sentence-end, sentence-end-base)
9103         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
9105 2006-04-06  Kim F. Storm  <storm@cua.dk>
9107         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
9108         the :set-after list.
9109         (ido-downcase-unc-hosts): New user option.  Default on.
9110         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
9111         when it is set, as regexps are now applied on the fly.
9112         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
9113         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
9114         on the fly, but only when ido-process-ignore-lists is set.
9115         Do case insensitive filtering if ido-downcase-unc-hosts is set.
9116         Only downcase names if ido-downcase-unc-hosts is set.
9118 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
9120         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
9122         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
9124 2006-04-05  Kim F. Storm  <storm@cua.dk>
9126         * ido.el (ido-mode): Set after ido-unc-hosts and
9127         ido-ignore-unc-host-regexps.
9128         (ido-save-history): Save ido-unc-hosts-cache.
9129         (ido-load-history): Load ido-unc-hosts-cache.
9130         (ido-reread-directory): Refresh unc hosts cache in // dir.
9132         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
9133         to nil while displaying slash screen.
9135 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9137         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
9138         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9140 2006-04-05  Kenichi Handa  <handa@m17n.org>
9142         * international/characters.el: Setup cases of Latin, Greek, and
9143         Cyrillic characters in CJK charsets.
9145 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9147         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9148         default-enable-multibyte-characters.  This reverts the change from
9149         revision 6.17 which is no longer necessary because the passphrase
9150         is sent separately now.  GnuPG messages are unreadable under
9151         multibyte locales with default-enable-multibyte-characters set to nil.
9153 2006-04-04  Andreas Schwab  <schwab@suse.de>
9155         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
9156         and `byte-compile-warnings' as `safe-local-variable'.
9158 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
9160         * man.el (Man-mode-map): Restore the \r binding.
9161         (Man-abstract-xref-man-page): If Man-target-string is a function,
9162         call it.
9163         (Man-highlight-references): Use Man-default-man-entry to get the
9164         target.  Deal with xrefs too.
9165         (Man-highlight-references0): Don't call the target function.
9167         * woman.el (WoMan-xref-man-page): Strip the section number, woman
9168         cannot deal with it.
9170 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9172         * pgg-gpg.el: Clean up process buffers every time gpg processes
9173         complete.
9175 2006-04-04  Kenichi Handa  <handa@m17n.org>
9177         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
9178         here.
9179         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
9180         Temporarily bind inhibit-field-text-motion to t.
9182 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9184         * startup.el (normal-splash-screen): Only set mode-line-format in the
9185         splash buffer, so as not to interfere when debugging the code.
9186         Ignore errors when switching buffer.
9188 2006-04-03  Romain Francoise  <romain@orebokech.com>
9190         * dired.el (dired-dnd-protocol-alist): Fix typo.
9192 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9194         * savehist.el (savehist): Add :version.
9195         (savehist-ignored-variables): New variable.
9196         (savehist-minibuffer-hook): Don't save variables listed in
9197         `savehist-ignored-variables'.
9199         * dired.el (dired-dnd-protocol-alist): Mention that change does
9200         only apply to new buffers in doc string.
9202 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
9204         * recentf.el (recentf-open-files-item): Include newline in button
9205         field, so opening a file will work, when the point is at the end
9206         of the file name.  Allow, for example, to [i]search a file by
9207         extension and just push RET to open it.
9209 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9211         * pgg-gpg.el (pgg-gpg-process-filter)
9212         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9214         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9215         lines, temporary fix.
9217 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
9219         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
9221 2006-04-02  Richard Stallman  <rms@gnu.org>
9223         * progmodes/compile.el (compilation-message-face): Make it defcustom.
9225 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
9227         * ibuf-macs.el (define-ibuffer-column): Add a new key:
9228         header-mouse-map.
9230         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
9231         (ibuffer-mode-header-map): New keymaps.
9232         (ibuffer-update-title-and-summary): Enable mouse face highlighting
9233         and keybindings for column headers.
9234         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
9235         property.
9237 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
9239         * speedbar.el (speedbar-after-create-hook): Doc fix.
9241 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
9243         * shell.el (shell-directory-tracker)
9244         (shell-dynamic-complete-command): Doc fixes.
9246 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
9248         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
9249         terminals.
9251 2006-04-01  Kim F. Storm  <storm@cua.dk>
9253         * ido.el (ido-unc-hosts-cache): New defvar.
9254         (ido-unc-hosts): If value of defcustom is a function, call it to
9255         get list of UNC hosts.  Add function-item choices to specify
9256         ido-unc-hosts-net-view or user function.
9257         (ido-ignore-unc-host-regexps): New defcustom.
9258         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
9259         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
9260         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
9262 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9264         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
9265         wwidth.
9267 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
9269         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
9270         (ido-max-work-file-list, ido-switch-buffer)
9271         (ido-read-file-name-as-directory-commands):
9272         Fix typos in docstrings.
9274 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9276         * term/mac-win.el (mac-system-coding-system): Define and use after
9277         Mac-specific coding systems are ready.
9279 2006-03-27  Romain Francoise  <romain@orebokech.com>
9281         * net/rcirc.el (rcirc-connect): Add autoload cookie.
9283         * ldefs-boot.el: Update.
9285 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9287         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9288         passphrases when it is not needed.
9289         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9290         passphrase stuff from gpg, should only be necessary when you use
9291         gpg with a smartcard.
9293 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
9295         * comint.el (comint-dynamic-list-completions): Allow user to
9296         select *Completions* buffer.
9298 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
9300         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
9302 2006-03-26  Andreas Schwab  <schwab@suse.de>
9304         * progmodes/gud.el (gdb): Only complain about multiple debugging
9305         when the gdb process is still running.
9307 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
9309         * mail/rmail.el (tool-bar-map): Defvar it.
9310         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
9311         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
9313 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9315         * help.el (print-help-return-message): Suggest to use
9316         display-buffer instead of switch-to-buffer-other-window to restore
9317         the previous window without selecting it.
9319 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9321         * frame.el (select-frame-by-name): Call x-focus-frame also when
9322         window-system is mac.
9324         * term/mac-win.el: Adjust Courier font specifications in
9325         x-fixed-font-alist.
9326         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
9327         when directly encoding to UTF-16 in native byte order, no BOM.
9329 2006-03-25  Kim F. Storm  <storm@cua.dk>
9331         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
9332         (cua--init-keymaps): Use it instead of fixed C-return.
9333         (cua-mode): Set after it.
9335         * emulation/cua-rect.el (cua--init-rectangles):
9336         Use cua-rectangle-mark-key instead of fixed C-return.
9338 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
9340         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
9341         "run" in .gdbinit.
9342         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
9344 2006-03-24  Romain Francoise  <romain@orebokech.com>
9346         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
9347         `display-buffer-other-frame'.
9349 2006-03-24  Kim F. Storm  <storm@cua.dk>
9351         * apropos.el (apropos-synonyms): Add selection => region.
9353 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
9355         * progmodes/gdb-ui.el (gdb-var-create-regexp)
9356         (gdb-var-list-children-regexp, gdb-var-update-regexp)
9357         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
9358         (gdb-data-list-register-values-regexp)
9359         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
9360         Future proof against new fields being added to MI output.
9361         (gdb-send): Don't treat backslashes for program input as
9362         continuations.
9363         (gdb-assembler-handler): Don't use window-start for this handler.
9364         (gdb-frame-handler): Don't change to hollow arrow if overlay
9365         arrow doesn't move to new frame.
9367 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
9369         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
9370         prevent compiler warnings.
9371         (gdb-stopped): Check for gud-last-last-frame (case: signal).
9372         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
9373         (gdb-assembler-custom): Use hollow-right-triangle for assembler
9374         buffer too.
9376 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
9378         * pgg-gpg.el (pgg-gpg-update-agent): Check for
9379         make-network-process, so we can use the same code in Gnus v5-10
9380         too and have this file fully synchronized with that release.
9382 2006-03-23  Romain Francoise  <romain@orebokech.com>
9384         * ibuf-ext.el (ibuffer-read-filter-group-name):
9385         Use `ibuffer-generate-filter-groups' to make completion list match
9386         the filter groups that are really displayed in the Ibuffer buffer.
9387         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
9389 2006-03-23  Kenichi Handa  <handa@m17n.org>
9391         * international/mule-cmds.el (sort-coding-systems): Describe that
9392         the argument is modified in docstring.
9394 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9396         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9397         (pgg-gpg-update-agent): New function.
9398         (pgg-gpg-use-agent-p): New function.
9399         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9400         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9401         (pgg-gpg-sign-region): Use it.
9403 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
9405         * cus-edit.el (custom-face-set): Call custom-push-theme before
9406         face-spec set so that `changed' theme is correctly saved.
9407         (custom-face-reset-standard): Reset to recalculated face rather
9408         than defface spec.
9410         * custom.el (custom-push-theme): Only save `changed' theme if the
9411         current face does not match the defface specs.
9413 2006-03-21  Simon Josefsson  <jas@extundo.com>
9415         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9416         <wilde@sha-bang.de>.
9417         (pgg-gpg-use-agent): New variable.
9418         (pgg-gpg-process-region): Use it.
9419         (pgg-gpg-encrypt-region): Likewise.
9420         (pgg-gpg-encrypt-symmetric-region): Likewise.
9421         (pgg-gpg-decrypt-region): Likewise.
9422         (pgg-gpg-sign-region): Likewise.
9423         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9425 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
9427         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
9428         bracket links.
9430 2006-03-21  Kim F. Storm  <storm@cua.dk>
9432         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
9433         fringe-indicator-alist instead of modifying global value.
9434         (gdb-frame-handler): Likewise.
9436 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
9438         * diff-mode.el (diff-function): Make it inherit from diff-header
9439         instead of diff-context.
9441         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
9442         bitmap.
9443         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
9444         change names in macro above for consistency.
9445         (gdb-frame-handler): Use hollow-right-triangle for all selected
9446         frames which except the innermost (where execution has stopped).
9447         (gdb-reset): Reset buffer-local values of overlay-arrow.
9449 2006-03-20  Richard Stallman  <rms@gnu.org>
9451         * simple.el (set-mark-command): Doc fix.
9453         * files.el (display-buffer-other-frame): New command.
9454         (ctl-x-4-map): Bind C-x 5 C-o to it.
9456 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9458         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
9459         rather than just defer-time, in case defer-time has been changed but
9460         the timer isn't running yet.
9461         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
9463 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
9465         * help-mode.el (help-follow-symbol): New function.
9466         Essentially identical to the old `help-follow', but do not let
9467         `push-button' do the work when on an xref.
9468         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
9470 2006-03-19  Richard Stallman  <rms@gnu.org>
9472         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
9473         preceded by the word `program'.
9474         (help-follow-mouse, help-follow): Throw error if not on xref.
9475         Delete no longer used args.
9477 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
9479         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
9480         annotation ensure gud-overlay-arrow-position is redisplayed.
9482 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9484         * textmodes/bibtex.el (bibtex-include-OPTkey)
9485         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
9486         (bibtex-autokey-name-case-convert)
9487         (bibtex-autokey-titleword-case-convert): Make these the aliases
9488         for the following two variables.
9489         (bibtex-autokey-name-case-convert-function)
9490         (bibtex-autokey-titleword-case-convert-function): Make these the
9491         real names.
9492         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
9493         bibtex-font-lock-crossref sublists.
9494         (bibtex-mode): Revert 2005-12-30 change (which made
9495         completion-ignore-case buffer-local).
9496         (bibtex-url): Simplify.
9498 2006-03-19  Kim F. Storm  <storm@cua.dk>
9500         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
9501         cursor property value to 2 (to align with C level change).
9503 2006-03-19  Bill Wohler  <wohler@newt.com>
9505         * image.el (image-load-path-for-library): Shorten first line in
9506         docstring.
9508 2006-03-18  Richard Stallman  <rms@gnu.org>
9510         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
9512 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
9514         * isearch.el (isearch-other-meta-char): Handle user bindings for
9515         shifted control characters.
9517 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
9519         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
9520         part that matches email addresses, file names, etc.
9522 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
9524         * term/w32-win.el (mouse-set-font):
9525         Mention w32-list-proportional-fonts in the doc string.
9527 2006-03-18  Kim F. Storm  <storm@cua.dk>
9529         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
9530         (ido-unc-hosts): New user option to explicitly define list of know
9531         UNC-style hosts for completion.
9532         (ido-cache-unc-host-shares-time): New user option.
9533         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
9534         New helper functions for UNC file-name support.
9535         (ido-may-cache-directory): Check for UNC host.  Simplify.
9536         (ido-wash-history): Clean out old UNC hosts.
9537         (ido-nonreadable-directory-p): UNC hosts are always readable.
9538         (ido-directory-too-big-p): UNC hosts are never too big.
9539         (ido-set-current-directory): Handle UNC root path.
9540         (ido-file-name-all-completions): Complete UNC host names from
9541         ido-unc-hosts list.  Cache UNC host shares.
9542         (ido-make-file-list-1): Don't filter UNC root.
9543         (ido-exhibit): Check for // in root directory, and switch to UNC
9544         mode by setting ido-current-directory to //.
9546 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
9548         * cus-edit.el (customize-changed-options): Mention explicit
9549         version number as default in prompt.
9551 2006-03-17  Bill Wohler  <wohler@newt.com>
9553         * image.el (image-load-path-for-library): Minor docstring fix.
9555 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
9557         * textmodes/org.el (org-read-date): Include subgroup 5 into
9558         replacement text.
9559         (org-popup-calendar-for-date-prompt): Fix customization type.
9561 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
9563         * progmodes/gdb-ui.el (gud-watch): Provide completion.
9564         (gdb-continuation): New variable.
9565         (gdb-send): Deal with continuation lines.
9567         * progmodes/gud.el (gud-gdb-complete-command)
9568         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
9569         expressions.
9570         (gud-tooltip-mode): Use buffer-local value.
9572 2006-03-16  Kim F. Storm  <storm@cua.dk>
9574         * ido.el (ido-edit-input): Use selected match, if any.
9576 2006-03-16  Bill Wohler  <wohler@newt.com>
9578         * image.el (image-load-path-for-library): Prefer user's images in
9579         image-load-path.
9581 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
9583         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
9584         when checking for attempt to drag leftmost or rightmost scrollbar.
9586 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
9588         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
9589         (gdb-force-mode-line-update): New function.
9590         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
9591         (gdb-exited): Use them.
9592         (gdb-signal): New function.
9593         (gdb-annotation-rules): Provide a rule for it.
9595 2006-03-16  Kenichi Handa  <handa@m17n.org>
9597         * international/mule.el (auto-coding-regexp-alist): Add entries
9598         for Unicode BOM.
9600         * sort.el (sort-build-lists): Temporarily bind
9601         inhibit-field-text-motion to t.
9603 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
9605         * locate.el (locate-command, locate-make-command-line)
9606         (locate-fcodes-file, locate-update-command)
9607         (locate-prompt-for-command, locate, locate-with-filter)
9608         (locate-get-file-positions): Doc fixes.
9609         (locate-buffer-name, locate-header-face): Remove leading `*' in
9610         defcustom.
9611         (locate-filter-output): Use `keep-lines' instead of its alias
9612         `delete-non-matching-lines'.
9613         (locate-get-filename, locate-get-dirname): Add introductory comment.
9614         (locate-find-directory-other-window): Give appropriate error
9615         message if used outside main listing.
9617 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9619         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
9620         the new extend-region feature.
9621         (font-lock-after-change-function): Update correspondingly.
9622         * jit-lock.el (jit-lock-after-change): Update correspondingly.
9623         * progmodes/grep.el (font-lock-lines-before): Don't disable.
9625 2006-03-15  Bill Wohler  <wohler@newt.com>
9627         * image.el (image-load-path-for-library): Fix example by not
9628         recommending that one binds image-load-path.  Just defvar it to
9629         placate compiler and only use it if previously defined.
9631 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
9633         * textmodes/org.el (org-insert-centered): Use `string-width' to
9634         make underlining work for wide characters.
9635         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
9636         TAB to `org-cycle', to make sure that no binding in
9637         `outline-mode-map' can supercede it.
9639 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
9641         * allout.el: Increment version to 2.2.1 in file commentary.
9643         (allout-version): Increment to 2.2.1.
9645         (allout-default-layout): New customization variable, used when the
9646         file lacks a specific allout-layout.  Uses allout-layout-type for
9647         recursively nested definition.
9649         (allout-layout-type): Widget defining allout layouts, necessary for
9650         self-recursive definition.
9652         (allout-mode): Incorporate allout-default-layout as fallback for
9653         allout-layout.
9655         (allout-layout): Mark as 'safe-local-variable', and refer mention
9656         fallback to `allout-default-layout' in absence of a specified value.
9657         (allout-passphrase-verifier-string)
9658         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
9660         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
9662         (allout-get-encryption-passphrase-verifier): Use correct name of
9663         passphrase verifier in docstring.
9665 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
9667         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
9668         elements.
9669         (gdb-find-watch-expression): Make it work for arrays too.
9670         Follow change to gdb-var-list.
9671         (gud-watch): Allow the user to enter variable name with a prexix
9672         arg.  Create keybindings.
9673         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
9674         (gdb-var-list-children-handler, gdb-var-update-handler)
9675         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
9676         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
9677         Follow change to gdb-var-list.
9678         (gdb-starting): Don't show the overlay arrows when program is running.
9680         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
9681         gdb-var-list.
9683 2006-03-14  Bill Wohler  <wohler@newt.com>
9685         * image.el (image-load-path-for-library): Pass value of path
9686         rather than symbol.  Always return list of directories.
9687         Guarantee that image directory comes first.
9689 2006-03-14  Alan Mackenzie  <acm@muc.de>
9691         * font-core.el (font-lock-extend-region\(-function\)?.):
9692         New function/variable.
9694         * font-lock.el (font-lock-after-change-function):
9695         Call font-lock-extend-region.  Obey font-lock-lines-before.
9696         (font-lock-default-fontify-region): Remove reference to
9697         font-lock-lines-before.
9699         * jit-lock.el (jit-lock-after-change):
9700         Call font-lock-extend-region.  Obey font-lock-lines-before.
9702 2006-03-14  David Ponce  <david@dponce.com>
9704         * tree-widget.el (tree-widget-themes-load-path)
9705         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
9707 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
9709         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
9710         (rcirc-print): Mark the start of text at the end of the prompt.
9711         (rcirc-track-minor-mode): Add autoload cookie.
9712         (rcirc-update-activity-string): Add space to front of mode-line
9713         indicator.
9715 2006-03-13  Miles Bader  <miles@gnu.org>
9717         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
9718         (rcirc-abbrev-nick): Remove function.
9719         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
9721 2006-03-13  David Ponce  <david@dponce.com>
9723         * tree-widget.el: Handle themes across all occurrences of the main
9724         themes sub-directory found in tree-widget-themes-load-path.
9725         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
9726         (tree-widget--locate-sub-directory): Return all occurrences.
9727         (tree-widget-themes-path): New function.
9728         Replace tree-widget-themes-directory, and return a list of directories.
9729         (tree-widget-set-parent-theme)
9730         (tree-widget-lookup-image): Use it.
9732 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
9734         * textmodes/org.el (org-link-search): Avoid self-matching of
9735         links, allow target text to be distributed over several lines.
9736         (org-search-not-link): New function.
9737         (org-set-regexps-and-options, org-get-current-options):
9738         New startup options.
9739         (org-export-as-html): Take odd-level setting from local variable.
9740         (org-fontify-emphasized-text): New option.
9741         (org-set-font-lock-defaults): Include emphasized text.
9742         (org-follow-mhe-link): Allow folder-only links, fix folder name.
9743         (org-font-lock): Customize group renamed from `org-faces'.
9745 2006-03-13  John Paul Wallington  <jpw@pobox.com>
9747         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
9748         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
9750 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
9752         * cus-start.el (all): Delete :version keyword for members of the
9753         fringe group, since the entire group is new in 22.1.
9755 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
9757         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
9758         map if value is hexadecimal (an address).
9759         (gud-watch): Only search roots for existing watch expressions.
9760         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
9761         prevent caching problems with speedbar-update-directory-contents.
9763 2006-03-12  Juri Linkov  <juri@jurta.org>
9765         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
9766         before comparing with `low' and `warn'.
9768         * info.el (Info-dir-remove-duplicates): Move point to the
9769         beginning of the current line after deleting the entries from
9770         redundant heading.  Use marker for `limit' and compare it with
9771         point before calling `re-search-forward'.
9773 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
9775         * simple.el (yank): Fix typo in docstring.
9777 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
9779         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
9780         messages, where "D" is the 6th character.
9782 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
9784         * simple.el (yank): Fix last change.
9786 2006-03-11  David Ponce  <david@dponce.com>
9788         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
9789         merging elements from the standard ispell-dictionary-alist.
9790         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
9791         alist, and return the new alist.
9793 2006-03-11  Richard Stallman  <rms@gnu.org>
9795         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
9797         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
9798         the way it is implemented is too unclean.
9800         * simple.el (kill-region, yank): Doc fix.
9802         * battery.el (battery-echo-area-format): Doc fix.
9803         (battery-mode-line-format): Likewise.
9804         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
9805         (battery-linux-proc-acpi): Ignore batteries that say "charged".
9807 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
9809         * progmodes/octave-mod.el (octave-indent-for-comment):
9810         Behave according to do string.
9812 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
9814         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
9815         Be visible only if major mode is Mail Mode.
9817         * textmodes/flyspell.el (flyspell-external-point-words)
9818         (flyspell-process-localwords): Fix last changes.
9820 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
9822         * calendar/holidays.el (list-holidays): Doc fix.
9824         * international/mule.el (auto-coding-alist): Add .odt
9825         (OpenOffice's open document) files.
9827         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
9828         document) files.  Mention in the doc string the need to sync with
9829         auto-coding-alist.
9831 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
9833         * files.el (hack-local-variables-confirm): Don't prompt for ! if
9834         enable-local-variables is set to always query, or there is no
9835         savable variable.
9837 2006-03-10  Bill Wohler  <wohler@newt.com>
9839         * image.el (image-load-path-for-library): Merge at least three
9840         functions from Gnus and MH-E into this one function that can now
9841         be shared.
9843 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
9845         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
9846         gdb-remove-mouse-face and remove help-echo too.
9847         (gdb-enqueue-input): Correct conditional clause.
9849 2006-03-10  Glenn Morris  <rgm@gnu.org>
9851         * calendar/calendar.el (calendar-holidays): Doc fix.
9852         * calendar/holidays.el (list-holidays): Doc fix.
9854 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
9856         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
9857         it gets called in gdb-prompt anyway.
9858         (gdb-use-separate-io-buffer): Only restore window arrangement for
9859         gdb-many-windows.
9860         (gdb-enqueue-input): Make it harder to send GDB input when program
9861         is running.
9862         (gdb-buffer-list): New variable.
9863         (gdb-remove-mouse-face): New function.
9864         (gdb-starting): Use it when GDB input won't get sent.
9866 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
9868         * help.el (view-lossage): Remove trailing whitespace before
9869         inserting "\n".
9871 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
9873         * files.el (hack-local-variables-confirm):
9874         Set coding-system-for-read to nil before writing to .emacs.
9876         * arc-mode.el (archive-extract): Check if an existing buffer name
9877         comes from a different archive.
9879         * help.el (describe-key-briefly): If KEY is a down event, read and
9880         discard the up event.
9882 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
9884         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
9885         be edited and use font-lock-warning-face for any changes.
9887         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
9888         (gdb-edit-value): Use it to report any errors.
9890 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
9892         * help.el (describe-key): Remove leftover test code.
9894 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
9896         * textmodes/org.el: Move defvars out of eval-when-compile.
9897         Use buffer-file-name variable.
9898         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
9899         arg `file'.
9900         (org-level-faces): Remove startup dependency.
9901         (org-cycle, org-map-tree, org-scan-tags)
9902         (org-remember-handler): Don't call `outline-level' directly.
9903         (org-mhe-search-all-folders): New option.
9904         (org-mhe-get-message-folder-from-index)
9905         (org-mhe-get-message-folder): Fix indexing search.
9906         (org-format-agenda-item): Handle nil TAGS argument.
9907         (org-cleaned-string-for-export, org-activate-target-links)
9908         (org-make-target-link-regexp): Deal with empty radio target list.
9909         (org-tag): New face.
9910         (org-get-level-face): New function.
9911         (org-set-font-lock-defaults): Simplify setup for headlines.
9912         (org-complete): Pass common substring to `display-completion-list'.
9914 2006-03-06  David Ponce  <david@dponce.com>
9916         * tree-widget.el: Update Commentary header.
9917         (tree-widget-theme-name): Ignore parent themes.
9918         (tree-widget-set-parent-theme): New function.
9919         (tree-widget-set-theme): Use it.
9920         (tree-widget-set-image-properties): Move definition.  Does nothing
9921         if image properties have already been set.
9922         (tree-widget-image-properties): Move definition.  Receive an image
9923         name.  Set the :pointer property.
9924         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
9925         Don't set the :pointer image property.
9926         (tree-widget-convert-widget): New function.  Handle :dynargs
9927         compatibility here.
9928         (tree-widget): Use it to :convert-widget.  Add the :expander-p
9929         predicate to control when the :expander function is entered.
9930         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
9931         (tree-widget-value-create): Handle :expander-p.  widget-apply
9932         :expander.
9933         (tree-widget-expander-p): New function.  Default value of the
9934         :expander-p property.
9936 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
9938         * help.el (describe-key): Properly handle the return value of
9939         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
9940         remaps.  Handle string and vector `follow-link' values.
9942 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9944         * complete.el (PC-expand-many-files): Try be more careful when parsing
9945         the shell's output.
9947 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9949         * outline.el (hide-sublevels): Provide better interactive default.
9951 2006-03-06  Kenichi Handa  <handa@m17n.org>
9953         * international/fontset.el (create-fontset-from-fontset-spec):
9954         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
9956 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
9958         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
9959         backslashes instead of one in regexp.
9960         (gud-tooltip-dereference): Add missing optional argument.
9962 2006-03-04  John Paul Wallington  <jpw@pobox.com>
9964         * wdired.el (toplevel): Require `cl' at compile-time.
9966 2006-03-04  Andreas Schwab  <schwab@suse.de>
9968         * server.el (server-process-filter): Handle errors during
9969         evaluation of the argument.
9971 2006-03-03  John Paul Wallington  <jpw@pobox.com>
9973         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
9974         escape parentheses at beginning of line.
9975         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
9976         (t-mouse-mode): Remove period from end of error message.
9978 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
9980         * textmodes/flyspell.el (flyspell-process-localwords):
9981         Be case-sensitive.
9983 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
9985         * cus-edit.el (custom-quote): Remove function, since it has been
9986         moved to custom.el.
9988         * font-lock.el (lisp-font-lock-keywords-2)
9989         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
9990         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
9991         they have no special meaning.
9993         * midnight.el (clean-buffer-list): Handle case where base-buffer of
9994         indirect buffer gets killed before indirect buffer.  Use dolist.
9996 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
9998         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
9999         value instead of a literal constant (1) on more pauses.
10001 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
10003         * textmodes/flyspell.el (flyspell-external-point-words):
10004         Be case-sensitive.
10006 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
10008         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
10009         with "www".
10011 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
10013         * allout.el: Restablish intermediate missing comment header to
10014         preserve outline structure.
10015         (allout-beginning-of-current-entry): Skip invisible text.
10016         (allout-open-topic): Fix opening a topic at end-of-buffer.
10017         (allout-minor-mode): Move nearer to allout-mode function.
10019 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
10021         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
10023 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
10025         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
10026         is nil.
10028         * progmodes/gud.el (gud-speedbar-menu-items):
10029         Use buffer-local-value and add missing :visible keyword.
10031         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
10033 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
10035         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
10036         must be `follow-link'.
10038         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
10040         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
10041         formatting: No nested anchors.
10042         (org-all-targets): Fix bug with XEmacs compatibility.
10043         (org-read-date): Add (require 'parse-time).
10044         (org-set-tags): Fix bug with extra inserted space.
10045         (org-export-html-style): Define a style class for targets.
10046         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
10047         (org-hide-leading-stars): New option.
10048         (org-hide): New face.
10049         (org-set-font-lock-defaults): Allow to hide leading stars.
10050         (org-get-legal-level, org-tr-level): New functions.
10051         (org-odd-levels-only): New option.
10052         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
10053         (org-demote, org-promote): Deal with double-star levels.
10054         (org-convert-to-odd-levels): New command.
10056 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
10058         * speedbar.el (speedbar-update-localized-contents): Try to
10059         preserve window-start.
10060         (speedbar-update-directory-contents): Try to preserve window-start
10061         and window-point.
10062         (speedbar-update-special-contents): Don't move back to start of window.
10064         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
10065         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
10066         speedbar-timer-fn.
10067         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
10068         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
10069         instead of gdb-speedbar-timer-fn.
10071 2006-02-28  Jay Belanger  <belanger@truman.edu>
10073         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
10074         (math-compose-expr): Use latex option when calling
10075         `math-compose-tex-matrix' for latex mode.
10077 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
10079         * speedbar.el: Re-instate comments about developing for speedbar
10080         [this is what info and gdb-ui use even if better methods exist now].
10082         * t-mouse.el: New file.
10083         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
10084         (t-mouse-lispy-buffer-posn-from-coords): Remove.
10085         (t-mouse-make-event-element): Use posn-at-x-y instead.
10086         (t-mouse-make-event): Deal with Fedora Core 3.
10087         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
10088         (t-mouse-mouse-position-function): New function.  Use it instead
10089         of advising mouse-position.
10090         (t-mouse-mode): New minor mode.
10091         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
10093 2006-02-27  Glenn Morris  <rgm@gnu.org>
10095         * calendar/calendar.el (calendar-holidays): Doc fix.
10097 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
10099         * progmodes/gdb-ui.el (gdb-source-window): New variable.
10100         Re-introduce the concept of a source window.
10101         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
10102         consistency with get-buffer-create.
10103         (def-gdb-auto-update-handler, gdb-info-locals-handler)
10104         (gdb-data-list-register-values-handler)
10105         (gdb-stack-list-locals-handler): Try to preserve window-start as
10106         well as window-point.
10107         (gdb-display-source-buffer): New function (old concept).
10108         (gdb-goto-breakpoint): Use it.
10110         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
10111         for gdb-ui/gdb-mi (old concept).
10113 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
10115         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
10116         binding.
10118         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
10120         * textmodes/reftex-sel.el (reftex-select-label-map)
10121         (reftex-select-bib-map): Add `follow-mouse' binding.
10123 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
10125         * jka-cmpr-hook.el (jka-compr-compression-info-list)
10126         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
10127         Give :set functions to provide automatic updating.
10128         Update docstring.  Give compiler defvars early in the file
10129         and move the defcustoms to a later spot where all called functions
10130         are defined.
10131         (jka-compr-file-name-handler-entry): Doc fix.
10132         (jka-compr-compression-info-list--internal)
10133         (jka-compr-mode-alist-additions--internal)
10134         (jka-compr-load-suffixes--internal): New variables.
10135         (jka-compr-install): Set the three above variables.
10136         Update `load-file-rep-suffixes' instead of `load-suffixes'.
10137         (jka-compr-update, jka-compr-set): New functions.
10138         (auto-compression-mode): Doc fix.
10140         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
10141         Update `load-file-rep-suffixes' instead of `load-suffixes'.
10142         Use jka-compr-compression-info-list--internal,
10143         jka-compr-mode-alist-additions--internal and
10144         jka-compr-load-suffixes--internal.
10146         * files.el (load-library):
10147         * loadhist.el (file-loadhist-lookup):
10148         * startup.el (command-line):
10149         * subr.el (locate-library):
10150         * emacs-lisp/autoload.el (update-directory-autoloads):
10151         * emacs-lisp/find-func.el (find-library-suffixes):
10152         Use `get-load-suffixes' instead of `load-suffixes'.
10154         * subr.el (locate-library):
10155         * emacs-lisp/find-func.el (find-library-name):
10156         Use `load-file-rep-suffixes' instead of '("").
10158 2006-02-26  Kim F. Storm  <storm@cua.dk>
10160         * ido.el (ido-save-history, ido-load-history): Simplify.
10161         Don't use find-file-noselect to avoid interference from other modes.
10163 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
10165         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
10166         to use the default shell if filename is not available.
10167         Reported by Giorgos Keramidas.
10169 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
10171         * progmodes/etags.el (tags-completion-table): Do completion from
10172         all the tables in the current list, as documented in the manual.
10174 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10176         * CC Mode Update to 5.31.3.
10178 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10180         * progmodes/cc-mode.el (c-postprocess-file-styles):
10181         Bind inhibit-read-only to t, around the call to
10182         c-remove-any-local-eval-or-mode-variables, so that it works on a
10183         RO file.
10185 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10187         * progmodes/cc-awk.el: Correct a typo.
10189 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10191         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
10192         c-hungry-delete-backwards, at the request of RMS.  Leave the old
10193         name as an alias.
10195 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10197         * progmodes/cc-mode.el: Correct a typo.
10199 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10201         * progmodes/cc-defs.el: Update the version number to 5.31.3.
10203 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10205         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
10206         brace-else-brace (error due to mbeg, mend being undefined).
10208 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10210         * progmodes/cc-mode.el: File Local variables: Solve the problem
10211         where both `mode' and c-file-offsets are specified: `mode' will
10212         overwrite c-f-o's settings:
10213         (c-remove-any-local-eval-or-mode-variables): New function.
10214         (c-postprocess-file-styles): Call the above new function, within
10215         c-tentative-buffer-change, to splat `mode' and `eval' before the
10216         second hack-local-variables.
10218 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10220         * progmodes/cc-mode.el:
10221         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
10222         (c-after-change): Protect the match data with save-match-data.
10223         It was getting corrupted by c-after-change-check-<>-operators.
10225         * cc-defs.el: [Supersedes patch V1.38]:
10226         (top level): Check for a buggy font-lock-compile-keywords ONLY in
10227         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
10229         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
10230         with save-match-data.  It was being corrupted when Font Lock was
10231         not enabled.
10233 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10235         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
10236         Mode and Subword Mode.
10238         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
10239         real labels ("case 1:" or "foo:") from non-labels ("public:").
10240         (c-forward-objc-directive): Replace c-forward-token-2 with crude
10241         coding; c-f-t-2 doesn't move over a token at EOB.
10243         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
10245         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
10246         (c-update-modeline): Concatenate the minor mode indicators
10247         directly onto mode-name, removing c-submode-indicators.
10248         Sometimes, c-s-i got separated from the mode name on the mode line.
10250         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
10251         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
10253 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10255         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
10256         error message when there's an evaluation error to show whether
10257         it's loaded from source or not.
10258         (c-filter-ops): Make it available at runtime too to work when
10259         `c-make-init-lang-vars-fun' needs to evaluate from source.
10261 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
10263         * help.el (help): Revert last part of 2006-02-23 change (deletion
10264         of the `provide' call).
10266 2006-02-23  Juri Linkov  <juri@jurta.org>
10268         * compare-w.el (compare-windows-highlight): Add new value
10269         `persistent' and change :type from `boolean' to `choice'.
10270         (compare-windows-overlays1, compare-windows-overlays2):
10271         New internal variables.
10272         (compare-windows-highlight): If compare-windows-highlight is
10273         `persistent', add current overlays to compare-windows-overlays[12]
10274         instead of adding compare-windows-dehighlight to pre-command-hook.
10275         (compare-windows-dehighlight): Delete all overlays from
10276         compare-windows-overlays[12].
10278         * info.el (Info-search): Don't bind search-spaces-regexp to
10279         Info-search-whitespace-regexp in non-regexp isearch mode.
10281 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10283         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
10285 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
10287         * textmodes/org.el (org-xemacs-p)
10288         (org-export-html-show-new-buffer, org-table-may-need-update)
10289         (org-insert-item, org-mhe-get-message-real-folder)
10290         (org-mhe-get-message-folder-from-index)
10291         (org-mhe-get-message-folder, org-mhe-get-message-num)
10292         (org-mhe-get-header, org-make-org-heading-search-string)
10293         (org-make-org-heading-camel, org-table-sort-lines)
10294         (org-format-org-table-html, org-format-table-table-html):
10295         Fix typos in docstrings.
10297 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
10299         * textmodes/org.el (org-cleaned-string-for-export)
10300         (org-solidify-link-text): New function.
10301         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
10302         XEmacs, just to silence the compiler.
10303         (org-export-as-ascii, org-export-as-html-and-open):
10304         Use `org-cleaned-string-for-export' and create internal links.
10305         (org-follow-mhe-link): Require mh-e, use folder.
10307 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
10309         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
10311         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
10312         gdb-debug-log-length.
10313         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
10314         it a real ring but...
10315         (gud-gdba-marker-filter): ...make it work like mark-ring.
10316         (gdb-enable-debug): Rename from gdb-enable-debug-log.
10317         (gdb-mouse-jump): New function.  Add bindings.
10319 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
10321         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
10322         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
10323         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
10324         (gdb-debug-log-length): Customize it's length.
10325         (gud-watch, gdb-var-create-handler): Display function::var format
10326         but don't use to create variable object.
10327         (gdb-var-create-handler): Use message-box in place of message.
10328         (gdb-stopped): Call gdb-exited if signalled.
10330 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
10332         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
10334         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
10336         * textmodes/reftex.el (reftex-locate-file): Search all extensions
10337         if `reftex-try-all-extensions' is set.
10339         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
10340         fail silently when there is no valid argument at point.
10341         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
10342         `fail-silently' argument.  From a patch by David Reiter.
10344         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
10345         New commands.
10346         (org-mark-ring): New variable.
10347         (org-mark-ring-length): New option.
10348         (org-open-at-point, org-goto, org-open-file): Push old position
10349         onto the mark ring.
10350         (org-add-hook): New function.
10351         (org-export-table-remove-special-lines): New option.
10352         (org-skip-comments, org-format-org-table-html): Respect new
10353         option `org-export-table-remove-special-lines'.
10354         (org-open-file): Allow special command configuration for
10355         directory link.
10356         (org-file-apps): Fix bugs in customize type, added setting
10357         for directories.
10358         (org-activate-tags, org-format-agenda-item, org-complete)
10359         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
10360         (org-get-tags, org-get-buffer-tags, org-open-at-point)
10361         (org-link-search, org-make-org-heading-search-string)
10362         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
10363         (org-radio-targets, org-file-link-context-use-camel-case)
10364         (org-activate-camels): New options.
10365         (org-update-radio-target-regexp, org-all-targets)
10366         (org-make-target-link-regexp, org-activate-target-links):
10367         New functions.
10368         (org-make-org-heading-search-string): New function.
10369         (org-store-link, org-insert-link): Use new option
10370         `org-file-link-context-use-camel-case'.
10371         (org-activate-camels): Use new option `org-activate-camels'.
10372         (org-link-regexp): Add mhe prefix.
10373         (org-open-at-point, org-store-link): Support for mhe links.
10374         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
10375         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
10376         (org-mhe-get-header, org-follow-mhe-link): New functions.
10377         (org-remove-angle-brackets, org-add-angle-brackets):
10378         New functions.
10379         (org-bracket-link-regexp): New constant.
10380         (org-read-date): Fix bug that was rejecting all typed dates.
10381         (org-link-search): Make hierarchy above visible after a match.
10382         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
10383         (org-store-link): Fix bug with link creation when cursor is in
10384         an empty line.
10385         (org-open-at-point): Fix bug with matching a link.
10386         Fixed buggy argument sequence in call to `org-view-tags'.
10387         (org-compile-prefix-format): Set `org-prefix-has-tag'.
10388         (org-prefix-has-tag): New variable.
10389         (org-format-agenda-item): Remove tags from headline
10390         if appropriate.
10391         (org-agenda-remove-tags-when-in-prefix): New option.
10393 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
10395         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
10396         Fix the regular expressions.
10398 2006-02-21  Richard M. Stallman  <rms@gnu.org>
10400         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
10401         if there's no other specific basis.
10403         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
10404         as variables at all.
10405         (unsafep-variable): Rename arg; doc fix.
10407         * abbrevlist.el (list-one-abbrev-table): Add autoload.
10409         * calendar/appt.el (diary-selective-display): Add defvar.
10411         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
10413         * isearch.el (search-whitespace-regexp): Fix custom type.
10415         * help.el (describe-key-briefly): Compute interactive args
10416         in same was as before previous change.
10418         * files.el (enable-local-variables): Doc fix.
10420 2006-02-21  Kim F. Storm  <storm@cua.dk>
10422         * fringe.el: Cleanup as file is now pre-loaded.
10423         (fringe-bitmaps): Initialize unconditionally.
10424         (fringe-mode, set-fringe-style): Remove autoload cookies.
10426 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
10428         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
10429         `horizontal-bar'.
10430         (fringe-cursor-alist): Use `horizontal-bar'.
10432 2006-02-20  Kim F. Storm  <storm@cua.dk>
10434         * fringe.el (fringe-bitmaps): Update to new bitmap names.
10435         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
10437         * loadup.el: Load "fringe" on window systems.
10439 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
10441         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
10442         out of scope components.
10444         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
10445         default.
10447 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
10449         * custom.el (customize-mark-to-save, customize-mark-as-set):
10450         Load the symbol first.
10452 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
10454         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
10455         strech spec so it doesn't display as "^J" on the header line
10456         when `Buffer-menu-use-header-line' is t.
10458 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
10460         * speedbar.el (speedbar-make-button): Keep text properties
10461         of string arguments if desired.
10463         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
10464         expessions.
10466         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
10467         of speedbar.
10469 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
10471         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
10472         to value of `read-file-name-completion-ignore-case'.
10474 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
10476         * custom.el (customize-mark-as-set): Push to `user' theme.
10478         * cus-edit.el (custom-save-variables): Allow unthemed values.
10479         (customize-set-variable): Push setting to `user' theme.
10481 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
10483         * progmodes/gud.el: Don't require font-lock as it's now
10484         automatically loaded.
10485         (gud-speedbar-buttons): Replace gdb-var-changed with
10486         gdb-force-update.
10488         * progmodes/gdb-ui.el (gdb-force-update): Rename from
10489         gdb-var-changed.
10490         (gdb-post-prompt): Use it.
10491         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
10492         (gdb-var-update-handler, gdb-var-delete)
10493         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
10494         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
10495         gdb-force-update in gdb-post-prompt.
10496         (gdb-reset): Clear watch expressions from speedbar when quitting.
10498 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10500         * viper-cmd.el (viper-insert-state-post-command-sentinel)
10501         (viper-change-state-to-vi, viper-change-state-to-emacs):
10502         Make aware of cursor coloring in the Emacs state.
10503         (viper-special-read-and-insert-char): Use read-char-exclusive.
10504         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
10506         * viper-init.el (viper-emacs-state-cursor-color): New variable.
10508         * viper-util.el (viper-save-cursor-color)
10509         (viper-get-saved-cursor-color-in-replace-mode)
10510         (viper-get-saved-cursor-color-in-insert-mode)
10511         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
10512         state.
10513         (viper-get-saved-cursor-color-in-emacs-mode): New function.
10515         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
10516         (ediff-ignore-case-option3, ediff-actual-diff-options)
10517         (ediff-actual-diff3-options): New variables to control case sensitivity.
10518         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
10519         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
10520         (ediff-toggle-ignore-case): New function.
10521         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
10523         * ediff-help.el (ediff-long-help-message-narrow2)
10524         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
10525         (ediff-long-help-message-word-mode): Add ignore-case command.
10526         (ediff-help-for-quick-help): Add ignore-case command.
10528         * ediff-merg.el: Move provide to the end.
10530         * ediff-ptch.el: Move provide to the end.
10532         * ediff-wind.el: Move provide to the end.
10534         * ediff-mult.el: Move provide to the end.
10535         (ediff-set-meta-overlay): Enable follow-link.
10537         * ediff.el: Move provide to the end.
10538         Break recursive load cycle in eval-when-compile.
10539         (ediff-patch-buffer): Better heuristics.
10541         * ediff-util.el: Move provide to the end.
10542         Break recursive load cycle in eval-when-compile.
10543         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
10544         defuns.
10545         (ediff-submit-report): Pass the values of ediff-diff3-program,
10546         ediff-diff3-options.
10548 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
10550         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
10551         the opening bracket of the following bracketing pairs: {}, [], (), <>,
10552         `' (for example, in the docstring of `windmove-default-keybindings').
10554 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
10556         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
10557         shadow face.  Don't provide binding to edit variable when it is
10558         out of scope.
10560         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10561         (gdb-var-update-handler): Detect out of scope variables with pre
10562         GDB 6.4 too.
10563         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
10564         Reset status of variable objects to nil in update handlers.
10565         (gdb-var-update-handler-1): Detect when a variable object comes
10566         in scope.  setcar on var changes gdb-var-list directly.
10568 2006-02-17  Juri Linkov  <juri@jurta.org>
10570         * ffap.el (ffap) <defface>: Add explicit face declaration.
10571         (ffap-highlight): Use face `ffap' directly instead of checking
10572         for its existence.
10574         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
10575         `visible-ok' of `other-buffer' to find the right original buffer.
10577         * info.el (Info-search): Skip `Local Variables' node.
10579 2006-02-17  Juri Linkov  <juri@jurta.org>
10581         * info.el (Info-find-file): Check for symbols `apropos', `history',
10582         `toc' in the input filename, and return these symbols as is.
10583         (Info-find-node-2): Set Info-current-file to symbols `apropos',
10584         `history', `toc' instead of strings.
10585         (Info-set-mode-line): For non-string Info-current-file use the
10586         symbol's name inside **.
10587         (Info-isearch-push-state): Add quote before Info-current-file and
10588         Info-current-node.
10589         (Info-isearch-pop-state): Use `equal' instead of `string='.
10590         (Info-extract-pointer, Info-following-node-name): Use
10591         `match-string-no-properties' instead of `match-string'.
10592         (Info-up): Check `old-file' for `stringp'.
10593         (Info-history): Use `equal' instead of `string-equal'.
10594         Check `file' for `stringp'.
10595         (Info-history): Use symbol `history' instead of string as first arg
10596         of `Info-find-node'.
10597         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
10598         `toc' instead of string.
10599         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
10600         instead of `buffer-substring', and `match-string-no-properties'
10601         instead of `match-string'.
10602         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
10603         instead of strings.
10604         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
10605         Use symbol `apropos' instead of string.
10606         (Info-copy-current-node-name): Check `Info-current-file' for
10607         `stringp' and construct a command with `Info-find-node' from it.
10608         (Info-fontify-node): Use `match-string-no-properties' instead of
10609         `match-string' and check file names for `stringp'.
10610         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
10611         `history', `toc' instead of strings.
10613 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
10615         * files.el: Rearrange functions and variables in the file local
10616         variables section.
10618 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
10620         * files.el: Add truncate-lines, ispell-check-comments and
10621         ispell-local-dictionary as safe local variables.
10623 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
10625         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
10626         out of scope variables.
10627         (gud-speedbar-buttons): Use unless.
10629         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
10630         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
10631         (gdb-show-changed-values): Also use for out of scope variables.
10632         (gdb-var-update-handler-1): Note if variable goes out of scope.
10634 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
10636         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
10637         default to global variable values for unsupplied args.
10638         (rcirc-get-buffer-create): Fix bug with setting the target.
10639         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
10640         test for rcirc-always-use-server-buffer-flag here.
10641         (rcirc-response-formats): Add %N, which is a facified nick.  %n
10642         uses the default face.  Change the ACTION format string.  If the
10643         "nick" is the server, don't print anything for that field.
10644         Comment fixes.
10645         (rcirc-target-buffer): Don't test
10646         rcirc-always-use-server-buffer-flag here.
10647         (rcirc-print): Squeeze extra spaces out of the text before message.
10648         (rcirc-put-nick-channel): Strip potential "@" char from nick
10649         before adding them to nick table.
10650         (rcirc-url-regexp): Improve to match address like "foo.com".
10652 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
10654         * allout.el (allout-hidden-p): Move this defsubst before
10655         allout-overlay-interior-modification-handler, where it is first
10656         used.
10658 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
10660         * allout.el: Use allout invisible-text overlays instead of
10661         selective display for concealed text.  Also, lots of general
10662         cleanup, and improved compatibility code.
10664         (allout-version) Incremented, corrected, revised, and refined
10665         module commentary.
10667         (provide 'allout): Moved to the bottom, added a require of overlay.
10669         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
10670         `except-current'.
10671         (allout-write-file-hook-handler): Minimize delay.
10672         (count-trailing-whitespace-region): New function so
10673         auto-encryption of current topic can resituate cursor exactly.
10674         PGP/GPG encryption trims trailing whitespace from lines, which
10675         must be accounted for across encryption then decryption.
10677         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
10678         just plain "\C-c", to avoid intruding on user's keybinding space.
10680         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
10681         parameter, so user request to provide a new password is done.
10683         (allout-outside-normal-auto-fill-function, allout-auto-fill):
10684         Refined mechanism for auto-filling behavior while in allout mode.
10686         (allout-mode): Explicitly specify the mode map in the docstring.
10687         Clarify provision for various write-file hook var names.
10688         Adjusted for invisible-text overlays instead of selective-display.
10690         (allout-depth): Really return 0 if not within any topic.  This
10691         rectifies `allout-beginning-of-level' and sequence numbering
10692         errors that occur when cutting and pasting numbered topics.
10693         Changed from a in-line subst to a regular function, as well.
10695         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
10697         (allout-end-of-subtree, allout-end-of-subtree)
10698         (allout-end-of-entry, allout-end-of-current-heading)
10699         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
10700         (allout-show-children, allout-show-to-offshoot)
10701         (allout-hide-current-entry, allout-show-current-entry): Rectified
10702         handling of trailing blank lines between items.
10704         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
10705         (allout-current-depth, allout-unprotected, allout-hidden-p)
10706         (allout-on-current-heading-p, allout-listify-exposed)
10707         (allout-chart-subtree, allout-goto-prefix)
10708         (allout-back-to-current-heading, allout-get-body-text)
10709         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
10710         (allout-hide-region-body, allout-toggle-subtree-encryption)
10711         (allout-encrypt-string, allout-encrypted-key-info)
10712         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
10713         (allout-file-vars-section-data): Adjusted for use with
10714         invisible-text overlays instead of selective-display.
10716         (allout-kill-line, allout-kill-topic, allout-yank-processing):
10717         Reworked for use with invisible text overlays.
10719         (allout-current-topic-collapsed-p): New function.
10721         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
10722         to know when to close the containing topic.
10724         (allout-pre-command-business, allout-post-command-business):
10725         Simplify undo-batching and dynamic isearch exposure.
10727         (allout-set-overlay-category): New for invisible-text overlays.
10728         Sets properties of allout-overlay-category, used by
10729         allout-flag-region to set invisible-text overlay properties.
10730         (allout-get-invisibility-overlay): Get the first qualifying
10731         invisibility overlay, so we can find the extent of it.
10732         (allout-back-to-visible-text): Get to just before the beginnining
10733         of the current invisibility overlay, if any.
10735         (allout-overlay-insert-in-front-handler)
10736         (allout-overlay-interior-modification-handler)
10737         (allout-before-change-handler, allout-isearch-end-handler): New
10738         functions to handle extraordinary actions affecting concealed
10739         text.
10741         (allout-flag-region): Use overlays instead of selective-display
10742         for invisible text - by inheritence from the properties of
10743         allout-overlay-category in mainline Emacs, and applied
10744         property-by-property in XEmacs, some recent versions of which
10745         don't inherit the properties from the category.  Provisions to
10746         respond to concealed-text edits simplified drastically.
10748         (allout-isearch-rectification, allout-isearch-was-font-lock)
10749         (allout-isearch-expose, allout-enwrap-isearch)
10750         (allout-isearch-abort, allout-pre-was-isearching)
10751         (allout-isearch-prior-pos, allout-isearch-did-quit)
10752         (allout-isearch-dynamic-expose)
10753         (allout-hide-current-entry-completely): Functions deleted.
10755         (allout-undo-aggregation): Explicit undo aggregation no longer
10756         necessary due to transition away from selective-display.
10758         (set-allout-regexp, allout-up-current-level)
10759         (allout-next-visible-heading, allout-forward-current-level)
10760         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
10761         (allout-kill-line, allout-yank-processing, allout-show-children)
10762         (allout-expose-topic, allout-old-expose-topic)
10763         (allout-listify-exposed, allout-insert-latex-header)
10764         (allout-toggle-subtree-encryption, allout-encrypt-string)
10765         (remove-from-invisibility-spec, allout-hide-current-subtree):
10766         Ditched unused variables.
10768 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
10770         * textmodes/ispell.el (ispell-change-dictionary): Call
10771         ispell-buffer-local-dict instead of
10772         ispell-accept-buffer-local-defs.
10773         (ispell-local-dictionary-alist): Accept as valid any coding-system
10774         supported by Emacs.
10775         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
10776         changed to iso-8859-3.
10778 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
10780         * speedbar.el (speedbar-frame-width): Make an inline function
10781         instead of a macro.  Use frame-width.
10782         (speedbar-try-completion, speedbar-update-contents)
10783         (speedbar-timer-fn): Use consp.
10784         (speedbar-update-localized-contents): Try to preserve point.
10786         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
10787         (menu): Re-order menu items.
10788         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
10789         field.
10790         (gdb-var-update-handler-1): Use it for GDB 6.4+.
10791         (gdb-post-prompt): Speed things by not forcing update.
10793 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
10795         * wid-edit.el (widget-button-click): For mouse-1, cancel button
10796         press and perform default action if we get a mouse movement event.
10798 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10800         * calendar/icalendar.el (icalendar--get-event-property)
10801         (icalendar--get-event-property-attributes): Fix typos in
10802         docstrings.
10804         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
10805         docstring.
10807 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
10809         * bs.el (bs-mode): Use `buffer-disable-undo'.
10810         (bs--get-file-name): Simplify.
10811         (bs-show-in-buffer): Mark the buffer as not modified.
10813 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10815         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
10816         widget-button-click.
10818         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
10819         (custom-mode): Update docstring.
10821         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
10822         binding.
10824         * files.el (hack-local-variables-confirm): Allow scrolling if the
10825         file variable list is too long.  Kill temp buffer after use.
10827 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
10829         * progmodes/gud.el (gdb): Improve doc string.
10830         (gdb-script-font-lock-keywords): Expand allowed character set.
10832         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
10833         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
10834         (gdb-separate-io-interrupt, gdb-separate-io-quit)
10835         (gdb-separate-io-stop, gdb-separate-io-eof):
10836         Rename from gdb-inferior-* to gdb-separate-*.
10837         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
10839 2006-02-14  Jay Belanger  <belanger@truman.edu>
10841         * calc/calc-arith.el (math-check-known-scalarp): Make sure
10842         expression is a symbol before checking that it is bound.
10844         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
10845         test to see if equation can be solved.
10847 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10849         * wid-edit.el (widget-button-click): Use :pressed-face property
10850         for overlay face, if it exists.
10852         * cus-edit.el (custom-manual, custom-add-see-also)
10853         (custom-add-parent-links, custom-group-link): Add :pressed-face
10854         property to links.
10856         * files.el (hack-local-variables): Remove ignored variables before
10857         checking if any variables need setting.
10859 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10861         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
10863 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
10865         * help.el (where-is): Fix message for remapped commands.
10867         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
10868         Fix typos in docstrings.
10870 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
10872         * files.el (safe-local-variable-values): New option.
10873         (hack-local-variables-prop-line): Return a list of variable-value
10874         pairs if MODE-ONLY is non-nil.
10875         (hack-local-variables): Construct list of variable-value pairs,
10876         and apply or reject them in one go.  Ask for confirmation if
10877         variables are not known safe.
10878         (hack-local-variables-confirm): Complete rewrite.  Support
10879         `safe-local-variable-values'.
10880         (enable-local-variables): Update docstring to reflect new
10881         behavior.
10882         (ignored-local-variables): Ignore ignored-local-variables and
10883         safe-local-variable-values.
10884         (safe-local-variable-p): New function.
10885         (risky-local-variable-p): `safe-local-variable' property check
10886         moved to safe-local-variable-p.
10887         (hack-one-local-variable): Checks moved to hack-local-variables.
10889         (byte-compile-dynamic, c-basic-offset, c-file-style)
10890         (c-indent-level, comment-column, fill-column, fill-prefix)
10891         (indent-tabs-mode, kept-new-versions, no-byte-compile)
10892         (no-update-autoloads, outline-regexp, page-delimiter)
10893         (paragraph-start, paragraph-separate, sentence-end)
10894         (sentence-end-double-space tab-width, version-control):
10895         Add `safe-local-variable' property.
10897         * find-lisp.el: Delete nonexistent `autocompile' file variable.
10899         * icomplete.el, play/landmark.el: Change nonexistent
10900         `outline-layout' file variable to `allout-layout'.
10902 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
10904         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
10905         (gdb-get-changed-registers): Test value of gud-minor-mode relative
10906         to gud-comint-buffer.
10907         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
10908         gdb-ui.el for gdb-mi.el.
10909         (gdb-post-prompt, gdb-get-changed-registers): Move test for
10910         registers buffer to gdb-get-changed-registers.
10911         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
10912         deletion of catchpoints (throw and catch).
10913         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10914         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
10915         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
10916         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
10917         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
10919 2006-02-13  Jay Belanger  <belanger@truman.edu>
10921         * calc/calc-arith.el (math-check-known-matrixp): Make sure
10922         expression is a symbol before checking that it is bound.
10924 2006-02-13  Richard M. Stallman  <rms@gnu.org>
10926         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
10927         for the minibuffer too, but not if resize-mini-windows will interfere.
10929         * help.el (describe-key-briefly, describe-key): Do all arg-reading
10930         inside `interactive' spec.
10931         (describe-key-briefly-internal, describe-key-internal):
10932         Functions merged back into their callers.
10934 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
10936         * info.el (info-xref-visited): Inherit from info-xref too.
10937         (Info-set-mode-line): Replace occurrences of `%' by `%%'
10938         when propertizing Info-current-file and Info-current-node.
10940 2006-02-13  Juri Linkov  <juri@jurta.org>
10942         * tumme.el (tumme-thumbnail-storage): Fix docstring.
10943         (tumme-thumb-name): Fix per-directory format.
10945 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
10947         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
10949 2006-02-12  Miles Bader  <miles@gnu.org>
10951         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
10953 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
10955         * tumme.el: Remove history section.  If someone needs the it, it
10956         can always be found in CVS.
10958 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
10960         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
10961         about the Thumbnail Managing Standard option.
10963 2006-02-12  Richard M. Stallman  <rms@gnu.org>
10965         * subr.el (substitute-key-definition): Doc fix.
10967         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
10969         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
10971         * info.el (Info-mode): Doc fix.
10973         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
10975 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
10977         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
10978         because on Solaris a POSIX compatible "id" is needed.  Reported by
10979         Magnus Henoch <mange@freemail.hu>.
10981 2006-02-12  Juri Linkov  <juri@jurta.org>
10983         * tumme.el: Remove todo item about Thumbnail Managing Standard.
10984         (tumme) <defgroup>: Change :group to `multimedia'.
10985         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
10986         Managing Standard.
10987         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
10988         Fix dostring.
10989         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
10990         and %y.  Fix docstring.
10991         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
10992         (tumme-cmd-create-standard-thumbnail-command): New user options.
10993         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
10994         is `standard'.  Fix docstring.
10995         (tumme-thumb-width, tumme-thumb-height): New user options.
10996         (tumme-external-viewer): Try to find various viewers.
10997         (tumme-get-thumbnail-image): Use `create-image' instead of
10998         constructing the `image' structure.
10999         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
11000         `standard'.
11001         (tumme-thumb-name): Add file name generation for standard storage.
11002         Simplify code for other storages.
11003         (tumme-thumb-name): Use width %w and height %h instead of size %s.
11004         Add modification time %m and thumbnail-nq8 %q.
11005         Use `tumme-cmd-create-standard-thumbnail-command' if
11006         tumme-thumbnail-storage is `standard'.
11007         (tumme-dired-insert-marked-thumbs): New autoload command.
11008         (tumme-dired-after-readin-hook): New function.
11009         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
11010         `tumme-thumb-size'.
11011         (tumme-display-image): Replace size-x %x and size-y %y with
11012         width %w and height %h.
11014         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
11015         `tumme-dired-insert-marked-thumbs'.
11017 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
11019         * tumme.el (tumme-write-tag): Fix small bug (file name did not
11020         include path).
11021         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
11022         matching tag.
11024 2006-02-12  Miles Bader  <miles@gnu.org>
11026         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
11027         New variables.
11028         (rcirc-abbrev-nick): New function.
11029         (rcirc-format-response-string): Rewrite to use the formats in
11030         `rcirc-response-formats' and expand escape sequences therein.
11031         A text-property `rcirc-text' is added over the actual response
11032         text to make easy to find inside the returned string.
11033         (rcirc-print): When filling, just look for the `rcirc-text'
11034         text-property to find the appropriate fill prefix, instead of
11035         using hardwired patterns.
11037 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
11039         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
11040         Managing Standard.
11042 2006-02-11  Kim F. Storm  <storm@cua.dk>
11044         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
11045         Don't use insert-buffer; do insert-buffer-substring directly.
11046         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
11048 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
11050         * files.el (revert-buffer, recover-file): Replace buffer-read-only
11051         with inhibit-read-only.  Suggested by Stefan Monnier.
11052         (revert-buffer): Let insert-file-contents discard
11053         buffer-undo-list.  Simplify code.
11054         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
11056 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
11058         * menu-bar.el (menu-bar-select-yank): Add a doc string.
11060         * help.el (describe-key-briefly): Now a wrapper for
11061         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
11062         to t.  Populate yank-menu if empty.
11063         (describe-key-briefly-internal): Renamed from describe-key-briefly.
11064         (describe-key): Now a wrapper for describe-key-internal.  Bind
11065         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
11066         (describe-key-internal): Renamed from describe-key.
11068 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
11070         * progmodes/glasses.el (glasses-separator): Doc fix.
11071         (glasses-original-separator): New defcustom.
11072         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
11074 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
11076         * mwheel.el (mouse-wheel-up-event): Doc fix.
11078 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
11080         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
11081         (tumme-dir): New function.  Copied from thumbs.el.
11083 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
11085         * desktop.el (desktop-outvar): Fix typo.
11086         (desktop-save-buffer-p): Doc fix.
11088         * subr.el (substitute-key-definition): Fix typo.
11090 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11092         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
11093         when window-system is mac.
11095         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
11097 2006-02-10  Kim F. Storm  <storm@cua.dk>
11099         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
11100         indirect-function instead of using condition-case.
11102 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
11104         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
11105         less `colloquial'...
11107 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
11109         * tumme.el: Add a couple of todo items.
11111 2006-02-09  Lars Hansen  <larsh@soem.dk>
11113         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
11114         (highlight-changes-mode): Don't change desktop-locals-to-save.
11116 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
11118         * image-mode.el (image-toggle-display): Clear image cache if using
11119         filename.
11121 2006-02-09  Masatake YAMATO  <jet@gyve.org>
11123         * dired-x.el (dired-guess-shell-alist-default): Add .man as
11124         a `dired-man' target.
11126         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
11127         boundary of symbols.
11129 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
11131         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
11133 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
11135         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
11136         `mapcar'; return nil.
11138 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
11140         * mouse.el (mouse-drag-track): Don't change window if we rebind to
11141         some other event.
11143 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
11145         * net/rcirc.el (rcirc-startup-channels-alist):
11146         Add irc.freenode.net and #emacs as defaults.
11147         (rcirc-ignore-all-activity-flag): Remove variable.
11148         (rcirc-authinfo): New variable.
11149         (rcirc-authinfo-filename): Remove variable.
11150         (rcirc-always-use-server-buffer-flag): New flag.
11151         (rcirc): M-x rcirc will automatically connect without prompting.
11152         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
11153         connection in lisp.
11154         (rcirc-process-server-response-1): Remove everything but the nick
11155         portion of the sender so it doesn't need to be done everywhere
11156         else.  Update related code.
11157         (global-map): Remove global keybindings.
11158         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
11159         (rcirc-send-input): Split into several functions.
11160         (rcirc-process-input-line, rcirc-process-message)
11161         (rcirc-process-command): New functions.
11162         (rcirc-target-buffer): New function to determine where to route
11163         messages.
11164         (rcirc-user-nick): Save match data.
11165         (rcirc-toggle-ignore-buffer-activity)
11166         (rcirc-update-activity-string): Remove global ignore functionality,
11167         which can be done now by toggling rcirc-track-minor-mode.
11168         (rcirc-track-minor-mode-map): New keymap.
11169         (rcirc-track-minor-mode): New minor-mode.
11170         (ignore): Make the ignore output nicer.  Always print it when
11171         adding or removing nicks.
11172         (rcirc-url-regexp): Improve.
11173         (rcirc-mangle-text): Remove properties before using text in the
11174         modeline.
11175         (rcirc-authenticate): Authentication data comes from
11176         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
11177         (rcirc-server-prefix): Inherit from rcirc-server.
11179 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
11181         * Makefile.in (compile): Append "|| true" to the end of the `find'
11182         command, like compile-always does.
11184 2006-02-08  Sam Steingold  <sds@gnu.org>
11186         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
11187         output from a dead connection.
11189 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
11191         * dired.el (dired-mode-map): Add more bindings for tumme.
11193 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11195         * wdired.el (wdired-mode-map): Use remap.
11196         (wdired-get-filename): Massage.
11197         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
11198         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
11199         `keymap' property rather than `local-map'.
11201 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
11203         * tumme.el (tumme-get-thumbnail-image): New utility function.
11204         Suggested by from Chong Yidong.
11205         (tumme-dired-with-window-configuration): Rename from
11206         `tumme-dired'.  Add code to save window configuration.
11207         (tumme-restore-window-configuration): New command to restore the
11208         window configuration that `tumme-dired-with-window-configuration'
11209         saves before it changes the window configuration.
11210         (tumme-show-all-from-dir): New command to display thumbnails for
11211         all files in a directory entered by the user, like M-x thumbs.
11212         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
11213         have been created.
11214         (tumme-display-thumbnail-original-image): Call `display-buffer'.
11215         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
11216         Remove obsolete test function.
11218 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
11220         * vc.el (small-temporary-file-directory): Remove defvar; there's
11221         a defcustom for it in files.el.
11223         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
11224         Fix typo in message.
11225         (tumme-gallery-generate): Fix typo in `error' message.
11226         (tumme-display-window-height-correction)
11227         (tumme-display-window-width-correction, tumme-line-up-dynamic)
11228         (tumme-line-up-interactive): Dox fixes.
11229         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
11230         (tumme-restore-window-configuration, tumme-format-properties-string)
11231         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
11232         Fix typos in docstrings.
11234 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
11236         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
11238 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
11240         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
11241         User should use hook if desired.
11243         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
11244         buffer if necessary.
11245         (gdb-delete-frame-or-window): New function.
11246         (gdb-breakpoints-mode-map): Bind "q" to it.
11248 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11250         * textmodes/nroff-mode.el: Clean up name space.
11251         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
11252         (nroff-mode): Obey the global setting of nroff-electric-mode.
11253         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
11255         * calendar/calendar.el (calendar-increment-month): Typo in last change.
11257 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
11259         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
11261 2006-02-06  Lars Hansen  <larsh@soem.dk>
11263         * generic-x.el (etc-fstab-generic-mode): Add file system types
11264         cifs and usbdevfs.  Allow special chars in file names.
11266 2006-02-05  Jay Belanger  <belanger@truman.edu>
11268         Update copyright notices of the files in lisp/calc.
11270 2006-02-05  Romain Francoise  <romain@orebokech.com>
11272         Update copyright notices of all files in the lisp/play directory.
11274 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
11276         * ldefs-boot.el: Regenerate.
11278         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
11280 2006-02-05  Kim F. Storm  <storm@cua.dk>
11282         * files.el (magic-mode-regexp-match-limit): New defvar.
11283         (set-auto-mode): Use it to limit magic-mode-alist matching.
11285 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
11287         * simple.el (display-message-or-buffer): Compare the number of
11288         characters to the frame width when determining whether a 1-line
11289         message string will fit in the echo area.  Count screen lines
11290         instead of buffer lines when determining whether a multi-line
11291         message will fit in the echo area/minibuffer window.
11293 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
11295         * info.el (Info-index, Info-mode): Improve the description of the
11296         `i' command.
11298         * ldefs-boot.el: Regenerate.
11300 2006-02-03  Werner Lemberg  <wl@gnu.org>
11302         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
11303         greedy to find the closing bracket in \*[...] and similar
11304         expressions.  This is a first rough fix -- many additional
11305         refinements are necessary to make nroff mode really usable with groff.
11307 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
11309         * international/mule-cmds.el (set-locale-environment):
11310         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
11311         libX11.
11313 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
11315         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
11316         archive are created in archive-tmpdir.
11318 2006-02-02  John Paul Wallington  <jpw@pobox.com>
11320         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
11321         (ibuffer-fontification-alist): Use it.
11322         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
11323         to "* z" and the Ibuffer Mark menu.
11325         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
11327 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11329         * textmodes/table.el (*table--cell-describe-mode)
11330         (*table--cell-describe-bindings): Undo last change since
11331         print-help-return-message is not obsoleted by anything at all.
11333 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
11335         * emulation/cua-base.el (cua-mode): Doc fix.
11337 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
11339         * dframe.el (dframe-handle-make-frame-visible)
11340         (dframe-handle-iconify-frame, dframe-get-focus)
11341         (dframe-select-attached-frame, dframe-power-click)
11342         (dframe-frame-mode): Fix typos in docstrings.
11344         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
11345         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
11346         Fix typos in docstrings.
11348         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
11349         (hi-lock-face-buffer, hi-lock-font-lock-hook)
11350         (hi-lock-archaic-interface-message-used)
11351         (hi-lock-file-patterns-range): Fix typos in docstrings.
11353         * savehist.el (savehist-loaded, savehist-load, savehist-install)
11354         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
11356         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
11357         Fix typo in docstring.
11359         * net/newsticker.el (newsticker--decode-iso8601-date)
11360         (newsticker--set-customvar, newsticker--buffer-insert-item)
11361         (newsticker--do-run-auto-mark-filter)
11362         (newsticker--parse-generic-feed): Doc fixes.
11363         (newsticker--retrieval-timer-list, newsticker-url-list)
11364         (newsticker-hide-immortal-items-in-echo-area)
11365         (newsticker-hide-obsolete-items-in-echo-area)
11366         (newsticker-new-item-face, newsticker--enclosure)
11367         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
11368         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
11369         (newsticker--parse-generic-feed, newsticker--cache-contains)
11370         (newsticker--stat-num-items, newsticker-download-enclosures):
11371         Fix typos in docstrings.
11373         * net/rcirc.el (rcirc-debug): Doc fix.
11374         (rcirc-fill-column, rcirc-receive-message-hooks)
11375         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
11376         (rcirc-mode, rcirc-generate-new-buffer-name)
11377         (rcirc-startup-channels, rcirc-ignore-update-automatic)
11378         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
11379         Fix typos in docstrings.
11380         (rcirc-print): "?\ " -> "?\s".
11381         (rcirc-cmd-join): Improve argument/docstring consistency.
11383 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
11385         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
11386         before narrow-to-region.
11388 2006-02-01  Richard M. Stallman  <rms@gnu.org>
11390         * simple.el (move-beginning-of-line): Scan properly for invis change.
11392         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
11394 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
11396         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
11397         change bit only when id-format is 'integer.  Reported by Matt
11398         Hodges <M.P.Hodges@rl.ac.uk>.
11400 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
11402         * hilit-chg.el (highlight-changes-initial-state)
11403         (highlight-changes-global-initial-state): Doc fixes.
11404         (highlight-changes-global-modes, global-highlight-changes):
11405         Fix typos in docstrings.
11407 2006-02-01  Kim F. Storm  <storm@cua.dk>
11409         * emulation/cua-base.el (cua-mode): Mention that CUA enables
11410         transient-mark-mode in doc string.
11412 2006-01-31  Richard M. Stallman  <rms@gnu.org>
11414         * replace.el (multi-occur): Doc fix.
11415         (multi-occur-in-matching-buffers): Rename from
11416         multi-occur-by-filename-regexp.  Prefix arg says match
11417         buffer names instead of file names.
11419 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
11421         * bs.el: Allow non-default values of `bs-header-lines-length'.
11422         (bs--running-in-xemacs): Remove (not needed anymore).
11423         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
11424         instead of `shrink-window', thus avoiding having to compute the
11425         height of the window.
11426         (bs--up): Wrap around even when there's no header.
11427         (bs--down): Use `forward-line' instead of `next-line'.
11429 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
11431         * image-mode.el (image-toggle-display): Use file name if possible,
11432         instead of unnecessarily allocating a (possibly huge) lisp string.
11434 2006-01-30  John Paul Wallington  <jpw@pobox.com>
11436         * subr.el (toplevel): Define `cl-assertion-failed' condition here
11437         because the `assert' macro signals it at runtime.
11439         * emacs-lisp/cl.el (toplevel): Remove definition of
11440         `cl-assertion-failed' condition.
11442 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
11444         * thumbs.el (thumbs-marked-list): Make buffer-local and
11445         permanent-local.
11446         (thumbs-insert-thumb): Make help-echo non-sticky.
11447         (thumbs-file-alist): Use eolp as check for (non)-image.
11449 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
11451         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
11452         (ediff-before-session-group-setup-hooks)
11453         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
11454         Fix typos in docstrings.
11456         * window.el (bw-dir, bw-eqdir, balance-windows)
11457         (split-window-keep-point): Fix typos in docstrings.
11459         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
11460         (org-quote-string, org-calendar-to-agenda-key)
11461         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
11462         (org-show-following-heading, org-tags-column)
11463         (org-use-tag-inheritance, org, org-allow-space-in-links)
11464         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
11465         (org-enable-table-editor, org-calc-default-modes)
11466         (org-table-allow-automatic-line-recalculation)
11467         (org-export-html-style, org-export-with-fixed-width)
11468         (org-export-with-sub-superscripts, org-special-keyword)
11469         (org-formula, org-time-grid, org-table-may-need-update)
11470         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
11471         (org-goto-quit, org-get-indentation, org-end-of-item)
11472         (org-move-item-down, org-move-item-up)
11473         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
11474         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
11475         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
11476         (org-agenda-log-mode, org-agenda-toggle-diary)
11477         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
11478         (org-agenda-file-to-end, org-agenda-no-heading-message)
11479         (org-agenda-get-closed, org-format-agenda-item)
11480         (org-cmp-priority, org-cmp-category, org-cmp-time)
11481         (org-agenda-change-all-lines, org-agenda-diary-entry)
11482         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
11483         (org-link-search, org-camel-to-words, org-open-file)
11484         (org-remember-handler, org-table-convert-region)
11485         (org-table-move-row-down, org-table-move-row-up)
11486         (org-table-copy-region, org-table-wrap-region)
11487         (org-table-toggle-vline-visibility)
11488         (org-table-get-vertical-vector, org-table-modify-formulas)
11489         (org-table-get-specials, org-recalc-commands)
11490         (org-table-rotate-recalc-marks, org-table-eval-formula)
11491         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
11492         (org-level-color-stars-only, org-insert-heading):
11493         Fix typos in docstrings.
11494         (last-arg): Add defvar.
11496         * makefile.w32-in (WINS): Add erc.
11497         (MH_E_SRC): Update (copied from lisp/Makefile.in).
11499 2006-01-29  Bill Wohler  <wohler@newt.com>
11501         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
11502         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
11503         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
11504         (mh-autoloads): Don't use comments on otherwise empty lines.
11506 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
11508         * emulation/viper.el (viper-major-mode-modifier-list): Add
11509         insert-state and vi-state entries for erc-mode.
11510         (viper-go-away, viper-set-hooks): Add and remove
11511         viper-comint-mode-hook from erc-mode-hook as appropriate.
11513         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
11515 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
11517         * bs.el (bs--format-aux): Implement `middle' alignment as
11518         described in the docstring for `bs-attributes-list'.
11519         (bs--get-name): Simplify.  Don't pad the buffer name.
11521 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
11523         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
11524         English aspell dictionary is installed, use the first entry of
11525         ispell-dictionary-alist-1.
11527 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
11529         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11530         Doc fix.
11532 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
11534         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
11535         for `process-file', in order to let it work for older Emacsen too.
11537 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
11539         * international/latexenc.el: Add a suitable `coding:' tag.
11540         (latexenc-find-file-coding-system): Undo last change.
11542 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
11544         * international/latexenc.el (latexenc-find-file-coding-system):
11545         Make sure latexenc-main-file is a regular file and is readable.
11547 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
11549         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
11550         Pass FILE to vc-user-login-name.
11552         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
11554 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
11556         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
11557         there are no more images to display.
11558         (thumbs-mark, thumbs-unmark): Revert change so that they move to
11559         the next image.
11561 2006-01-26  Richard M. Stallman  <rms@gnu.org>
11563         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
11565         * wid-edit.el (advertised-widget-backward): New alias.
11566         (widget-keymap): Use advertised-widget-backward for S-TAB.
11568         * tumme.el: Correct the keywords.
11569         (tumme-dir-max-size): Use defvar.
11570         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
11572         * simple.el (move-beginning-of-line): Take account of fields.
11573         (clone-indirect-buffer-other-window): Take args like
11574         clone-indirect-buffer, and work like it.
11576         * help-fns.el (describe-function): Don't pass `nil' as default.
11578         * files.el (risky-local-variable-p): Follow var aliases.
11580         * subr.el (lazy-completion-table): Doc fix.
11582         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
11583         global binding of `line'.
11585 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
11587         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
11588         Tramp.
11590         * vc.el (vc-default-dired-state-info): Pass FILE to
11591         vc-user-login-name.
11592         (vc-default-update-changelog): Don't use vc-user-login-name, we
11593         don't need it here.
11595         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
11596         no longer necessary.
11598 2006-01-25  Kenichi Handa  <handa@m17n.org>
11600         * international/mule.el (decode-char): Avoid the overhead of
11601         calling utf-lookup-subst-table-for-decode if
11602         utf-translate-cjk-mode is nil.
11603         (encode-char): Avoid the overhead of calling
11604         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
11605         nil.
11607 2006-01-22  Kenichi Handa  <handa@m17n.org>
11609         * international/mule.el (make-subsidiary-coding-system): Reset
11610         `coding-system-define-form' property of subsidiaries to nil.
11611         Avoid duplicated entry in coding-system-alist.
11612         (make-coding-system): Avoid duplicated entry in
11613         coding-system-alist.
11614         (define-coding-system-alias): Likewise.
11616 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
11618         * completion.el: Minor fixes in introductory comment.
11619         (completion-def-wrapper): Fix alist.
11621 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
11623         * thumbs.el (thumbs-new-image-size): New function.
11624         (thumbs-increment-image-size-element)
11625         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
11626         (thumbs-decrement-image-size): Delete.
11627         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
11628         temp files and use to resize.
11629         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
11630         Use increment argument to enlarge/shrink.  Preserve point.
11631         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
11632         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
11633         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
11634         (thumbs-mark, thumbs-unmark): Preserve point.
11635         (thumbs-modify-image): Keep old temp files and use to modify.
11636         Cleanup old temp files at load time.  Preserve point.
11637         (thumbs-view-image-mode-map): Use new command names.
11639 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11641         * log-view.el (log-view-minor-wrap): First rev is the one at point.
11643         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
11644         the nastiest part of the cyclic dependency.
11645         (cal-menu-update): Use dotimes and calendar-increment-month.
11647         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
11648         (calendar-week-start-day): Add an :initializer.
11649         (calendar-mode-map): Use suppress-keymap, and command remapping.
11650         (describe-calendar-mode): Setup xref-stack info for the back button.
11651         (calendar-star-date): Insert before delete.
11652         (calendar-set-mode-line): Add file-modified info if applicable.
11653         (calendar-increment-month): New function.
11655 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
11657         * font-lock.el (lisp-font-lock-keywords-2):
11658         Recognize "& keywords" only at word boundaries.
11660 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
11662         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
11663         and permanent-local.
11664         (thumbs-max-image-number): New variable.
11665         (thumbs-do-thumbs-insertion): Use them.
11666         (thumbs-per-line): Change default to 4.
11667         (thumbs-marked-list): Rename from thumbs-markedL.
11668         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
11669         (thumbs-rename-images): Use -list instead of L for internal variables.
11670         (thumbs-call-convert): Use call-process instead of shell-command.
11671         (thumbs-insert-thumb): Add filename as help-echo to each image.
11672         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
11673         Give dir to thumbs-show-thumbs-list.
11674         (thumbs-show-thumbs-list): Set default-directory to that of images.
11675         (thumbs-dired-show): Rename from thumbs-dired-show-all.
11676         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
11677         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
11678         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
11680 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11682         * ses.el (ses-read-cell): Provide a default value.
11684 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
11686         * term/w32-win.el (image-library-alist): Add additional names for
11687         GIF library.
11689 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
11691         * international/latexenc.el (latexenc-find-file-coding-system):
11692         Add file-regular-p check.
11694 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11696         * simple.el (clone-buffer): Don't show the new buffer in the same
11697         window.
11699 2006-01-23  Juri Linkov  <juri@jurta.org>
11701         * faces.el (link, link-visited): New faces based on default values
11702         of `info-xref' and `info-xref-visited'.
11704         * info.el (info-xref): Inherit from `link'.
11705         (info-xref-visited): Inherit from `link-visited'.
11707         * cus-edit.el (custom-buffer-create-internal): Use widget type
11708         `custom-manual' instead of `info-link' and don't set properties
11709         `button-face' and `mouse-face' explicitly.
11710         (custom-browse-group-tag, custom-browse-variable-tag)
11711         (custom-browse-face-tag): Inherit from widget class
11712         `custom-group-link' instead of `push-button'.
11713         (custom-button-unraised): Inherit from `underline' face.
11714         (custom-link): Inherit from `link' face.  Fix doc and group.
11715         (custom-add-parent-links, custom-group-value-create): Don't set
11716         properties `button-face' and `mouse-face' explicitly for
11717         `custom-group-link' widget.
11718         (custom-group-link): Add properties `button-face' and `mouse-face'
11719         to widget definition.
11720         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
11721         editable-field's :keymap property.
11722         (custom-mode): Fix docstring: substitute keybindings for
11723         `widget-forward' and `widget-backward' from `widget-keymap',
11724         `widget-complete' from `custom-field-keymap', replace old
11725         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
11727         * desktop.el (desktop-load-file): Check for `fboundp' before
11728         calling `symbol-function'.
11730         * simple.el (clone-buffer, clone-indirect-buffer)
11731         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
11732         `read-string'.  Fix prompts.
11734         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
11736 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
11738         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
11740 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
11742         * startup.el (inhibit-splash-screen, initial-scratch-message):
11743         Doc fixes.
11745 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
11747         Sync with Tramp 2.0.52.
11749         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
11750         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
11751         `tramp-unload-tramp' for checklist.
11753         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
11754         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
11755         (tramp-unload-file-name-handler-alist)
11756         (tramp-unload-tramp): New defuns.
11757         (tramp-advice-PC-expand-many-files): New defadvice.
11758         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
11759         removed.
11760         (tramp-handle-expand-file-name): Remove double slash.
11761         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
11762         It doesn't matter, because it will be converted later on.
11763         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
11764         implementation was just heuristic.
11765         (tramp-post-connection): Set uid and gid properties.
11766         (tramp-convert-file-attributes): Set file's gid change bit.
11767         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
11768         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
11769         in case of su(do)? methods.  The home directory of the local user
11770         will be taken else.
11771         (tramp-open-connection-telnet)
11772         (tramp-open-connection-rsh, tramp-open-connection-su)
11773         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
11774         local shell prompt could hurt.  Reported by Romain Francoise
11775         <romain@orebokech.com>.
11776         (tramp-let-maybe): Add `edebug-form-spec' property.
11777         (tramp-handle-expand-file-name): Bind `default-directory' locally
11778         to "/" in order to avoid problems with UNC shares or Cygwin
11779         mounts.
11780         (tramp-md5-function): Fix typo in error message.
11782         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
11784         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
11785         for byte-compiler pacification.
11787 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
11789         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
11790         ID-FORMAT `string'.  This allows us to get rid of
11791         `vc-user-login-name UID'.
11793         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
11795 2006-01-22  John Paul Wallington  <jpw@pobox.com>
11797         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
11799 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
11801         * emacs-lisp/find-func.el (find-definition-noselect)
11802         (find-variable-noselect): Search variables in C source code too.
11803         (find-function-C-source, find-function-noselect, find-function)
11804         (find-function-other-frame, find-variable-noselect, find-variable)
11805         (find-variable-other-frame, find-variable-at-point):
11806         Fix docstrings.
11808 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11810         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
11812 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
11814         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
11815         Default to disabling the "Save affix" question.
11817 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
11819         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
11820         the first arg to run-python.
11822 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
11824         * startup.el (command-line-1): Handle --no-desktop if desktop.el
11825         is not loaded.
11827 2006-01-20  Jay Belanger  <belanger@truman.edu>
11829         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
11830         limit is 0.
11832         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
11833         the correct variable.
11835 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
11837         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
11838         link.  Fixed buggy argument sequence in call to `org-view-tags'.
11839         (org-compile-prefix-format): Set `org-prefix-has-tag'.
11840         (org-prefix-has-tag): New variable.
11841         (org-format-agenda-item): Remove tags from headline if
11842         appropriate.
11843         (org-agenda-remove-tags-when-in-prefix): New option.
11844         (org-get-tags-at): New function.
11846 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
11848         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
11849         (thumbs-find-image): Move image name and number from buffer name
11850         to mode name.  Set thumbs-buffer.  Preserve point so that large
11851         images remain visible.
11852         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
11853         order.
11854         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
11855         mode name.
11856         (thumbs-next-image, thumbs-previous-image): Make them work.
11858 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
11860         * cus-edit.el (custom-buffer-create-internal): State in the text above
11861         the whole buffer buttons that they do not operate on hidden items.
11862         (custom-face-menu): Use `custom-face-save' instead of
11863         `custom-face-save-command'.
11864         (custom-face-save-command): Make it an alias for `custom-face-save'
11865         and declare it obsolete.
11866         (custom-face-save): Doc fix.
11868         * dired.el (dired-no-confirm): Add quote.
11869         (dired-subdir-alist-pre-R): Add quote in
11870         `make-variable-buffer-local' form and remove unbalanced parenthesis.
11872 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11874         * textmodes/table.el (table-mode-indicator): Typo in last change.
11876 2006-01-19  Richard M. Stallman  <rms@gnu.org>
11878         * outline.el (hide-leaves): Don't call outline-end-of-heading.
11879         Fixes bug reported in Nov 2005.
11881         * isearch.el (isearch-forward): Doc fix.
11883         * dired.el (dired-move-to-filename-regexp): Define as alias.
11884         (dired-no-confirm): Use defcustom.
11885         (dired-subdir-alist-pre-R): Put defvar at top level.
11887         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
11889         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
11890         Mark as risky.
11892         * simple.el (set-mark-command): Doc fix.
11893         (clone-indirect-buffer-other-window):
11894         Read arg like clone-indirect-buffer.
11895         (move-beginning-of-line): Skip invisible newlines.
11897 2006-01-19  Masatake YAMATO  <jet@gyve.org>
11899         * progmodes/cpp.el (cpp-edit-load): Make the order of
11900         listed conditions in a base C code buffer and its associate
11901         CPP Edit buffer the same.
11903 2006-01-19  Kenichi Handa  <handa@m17n.org>
11905         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
11906         (rmail-mime-feature): Likewise.
11907         (rmail-require-mime-maybe): Use display-warning to show a warning
11908         message.
11910         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
11911         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
11913 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11915         * array.el: Move defvars out of eval-when-compile.
11916         (array-make-template): Replace undeclared global var with a local one.
11917         (array-mode): Inline initialization functions.
11918         (array-init-local-variables, array-init-max-row)
11919         (array-init-max-column, array-init-columns-per-line)
11920         (array-init-field-width, array-init-rows-numbered)
11921         (array-init-line-length, array-init-lines-per-row): Remove.
11923         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
11924         (doc-mode-map): Define explicitly.
11925         (doctor-txtype): Use mapc.
11927         * textmodes/table.el: Move defvars out of eval-when-compile.
11928         Remove harmful code meant to avoid byte-compiler warnings.
11929         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
11930         specification that checks table-fixed-width-mode directly.
11931         (table-recognize-region, table-recognize-cell):
11932         Use restore-buffer-modified-p.
11933         (table-fixed-width-mode): Remove code that refreshes
11934         table-fixed-mode-indicator.
11935         (*table--cell-describe-bindings, *table--cell-describe-mode):
11936         Avoid obsolete name print-help-return-message.
11937         (table--test-cell-list): Don't use replace-regexp from elisp.
11938         (table--point-entered-cell-function, table--point-left-cell-function):
11939         Don't set table-fixed-mode-indicator, use force-mode-line-update.
11941         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
11942         that was after the end of file.  Use buffer-file-name variable.
11943         (org-timestamp-change): Use with-current-buffer.
11944         (org-todo-list): Don't unnecessarily define a new buffer-local var.
11945         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
11946         `file'.
11948         * progmodes/fortran.el: Move defvars out of eval-when-compile.
11949         (fortran-break-line): Remove unused var `opoint'.
11950         (fortran-abbrev-start): Obey help-event-list.
11952 2006-01-18  Jesper Harder  <harder@phys.au.dk>
11954         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
11956 2006-01-18  Masatake YAMATO  <jet@gyve.org>
11958         * progmodes/make-mode.el (makefile-imake-mode): New mode
11959         derived from makefile-mode.
11960         (makefile-imake-mode-syntax-table): New syntax table
11961         derived from makefile-mode-syntax-table.
11962         (makefile-mode): Write about makefile-imake-mode in doc string.
11963         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
11964         (makefile-imake-font-lock-keywords): New font lock keywords.
11966         * files.el (auto-mode-alist): Add Imakefile.
11968 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
11970         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
11971         loading the file rather than when turning on flyspell-mode.
11973 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
11975         * cus-edit.el (customize-rogue): Minor doc fix.
11977 2006-01-17  Juri Linkov  <juri@jurta.org>
11979         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
11980         instead of the file at the mark as default if the file at the mark
11981         is the same as the file at point or if dired-dwim-target-directory
11982         is not the same as the current directory and the mark is not active.
11984         * log-view.el (log-view-minor-wrap): Use the same logic to get
11985         revisions as `log-view-diff'.
11987         * info.el (Info-revert-find-node): Check for Info-current-file
11988         before preserving new-history.
11990         * man.el (Man-heading-regexp): Add `/'.
11992         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
11993         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
11995 2006-01-16  Juri Linkov  <juri@jurta.org>
11997         * faces.el (mode-line-faces): New defgroup.
11998         (mode-line-highlight): Move definition after new defgroup.
11999         (mode-line, mode-line-inactive, mode-line-highlight):
12000         Replace :group `modeline' with `mode-line-faces'.
12001         (mode-line-buffer-id): New face.
12002         (modeline-buffer-id): New face alias.
12003         (vertical-border): Remove :group `modeline'.
12005         * bindings.el (propertized-buffer-identification): Use face
12006         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
12007         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
12008         (mode-line-buffer-identification-keymap): For mouse-1 replace
12009         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
12010         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
12011         mouse-3.
12013         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
12014         Buffer-menu-buffer.  Doc fix.
12015         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
12016         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
12017         `Buffer-menu-buffer'.
12019         * info.el (Info-mode-line-node-keymap): New defvar.
12020         (Info-set-mode-line): Use `stringp' to check Info-current-file.
12021         Propertize Info-current-node with `mode-line-buffer-id' and
12022         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
12024         * time.el (display-time-mail-face): Replace :group `faces' with
12025         `mode-line-faces'.
12027 2006-01-16  Kenichi Handa  <handa@m17n.org>
12029         * international/code-pages.el: Add autoload cookies for cp125[0345678].
12031         * language/european.el (cp1252): New alias for windows-1252.
12033         * international/mule.el (autoload-coding-system): Prepare for EOL
12034         variants.
12036 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
12038         * term.el (term-raw-map): Add mapping for insert.
12039         (term-send-insert): New.
12040         (term-mode): Make variables local here instead of doing it in
12041         `term-emulate-terminal'.
12042         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
12043         Scroll reverse needs to take into account the scroll region.
12044         Saving and restoring the cursor should save the color attributes too.
12045         (term-reset-terminal): Reset the scroll region.
12046         (term-handle-ansi-escape): Cursor up and down should take into
12047         account the scroll region.
12048         (term-set-scroll-region): Rename from `term-scroll-region'.
12049         Move to 0,0 after setting the region.
12050         (term-handle-scroll): Handle scroll up.
12051         (term-down): Fix off by one error.
12052         (term-delete-lines): Do not delete outside the scroll region.
12053         (term-insert-lines): Take into account the scroll region.
12055 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12057         * textmodes/ispell.el (ispell-internal-change-dictionary)
12058         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
12059         (start, end): Move declaration outside of eval-when-compile.
12061         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
12062         (flyspell-mode-on): Use it.
12064         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
12065         ispell-kill-ispell-hook.
12067 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
12069         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12070         (Custom-reset-saved): Do not ask for confirmation in single option
12071         buffers.
12073 2006-01-13  Richard M. Stallman  <rms@gnu.org>
12075         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
12077 2006-01-13  Romain Francoise  <romain@orebokech.com>
12079         * add-log.el (add-change-log-entry, change-log-merge):
12080         Conditionally use `hard-newline'.
12082 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
12084         * wid-edit.el (widget-field-end): If the overlay is no longer
12085         associated with a buffer, behave as if the overlay didn't exist.
12087         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
12088         Make sure the links use the `custom-link' face.
12090 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12092         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
12093         (ld-script-mode): Don't set indent-line-function since we don't
12094         have one.
12096 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
12098         * textmodes/org.el (org-open-file): Use mailcap for selecting an
12099         application.
12100         (org-file-apps-defaults-gnu): Use mailcap as the default for
12101         selecting an application on a UNIX system.
12102         (org-agenda-show-tags): New command.
12103         (org-table-insert-hline): Keep cursor in current table line.
12104         (org-table-convert): Offset effect of modifying
12105         `org-table-insert-hline'.
12106         (org-format-agenda-item): New optional argument TAG.
12107         (org-compile-prefix-format): Handle %T format for the tag.
12108         (org-expand-wide-chars): New function.
12109         (org-table-insert-row, org-table-insert-hline):
12110         Use `org-expand-wide-chars'.
12111         (org-open-file): Fix bug in program launch.
12112         (org-get-time-of-day): Fix bug with times before 1am.
12113         (org-agenda-menu): Add tags commands.
12115 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
12117         * textmodes/ispell.el (ispell-init-process): Include the used
12118         dictionary in ispell process start message.
12119         (ispell-internal-change-dictionary): When flyspell-mode is active
12120         and dictionary is changed, make sure ispell process is restarted
12121         and flyspell word cache cleared out for the current buffer.
12122         (ispell-change-dictionary): Make sure flyspell word cache is
12123         cleared out in all buffers with active flyspell mode when
12124         dictionary is globally changed.
12125         Call ispell-internal-change-dictionary after dictionary change.
12127 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
12129         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
12131         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
12132         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
12133         years.  Fix small differences wrt Makefile.in.
12134         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
12135         Makefile.in does.
12137 2006-01-12  Bill Wohler  <wohler@newt.com>
12139         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
12140         mh-search.el.
12142 2006-01-12  Masatake YAMATO  <jet@gyve.org>
12144         * progmodes/ld-script.el: Update copyright year.
12146 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
12148         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
12149         Don't add widget if setting undefined.
12151 2006-01-12  John Paul Wallington  <jpw@pobox.com>
12153         * help-fns.el (describe-variable): Remove newlines from void
12154         variable output.
12156 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
12158         * wdired.el (wdired-mode-map): Add help echo for
12159         wdired-abort-changes.
12161         * man.el (Man-file-name-regexp): Adjust for a list of files.
12163 2006-01-12  Masatake YAMATO  <jet@gyve.org>
12165         * progmodes/ld-script.el (auto-mode-alist): Support
12166         suffix conventions used in netbsd and eCos.
12168 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
12170         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
12171         (custom-variable-menu, custom-face-menu, custom-group-menu)
12172         (Custom-mode-menu): Change names of menu items.  (As discussed on
12173         emacs-devel.)
12174         (custom-face-menu): Add "Undo Edits" item.
12176         * startup.el (init-file-user): defcustom -> defvar.
12178         * tooltip.el (tooltip-mode): Doc fix.
12180 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12182         * reveal.el (reveal-post-command): window-buffer signals an error on
12183         dead windows rather than returning nil.
12184         (reveal-open-new-overlays): An overlay might die while we open others.
12186 2006-01-11  Bill Wohler  <wohler@newt.com>
12188         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
12189         phrasing in docstring.
12191         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
12192         can give some systems gas.  Add new file mh-buffers.el.
12194 2006-01-06  Masatake YAMATO  <jet@gyve.org>
12196         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
12197         C preprocessor forward ported from GNU Emacs 21.2.
12199         * progmodes/asm-mode.el (asm-font-lock-keywords):
12200         Use `cpp-font-lock-keywords'.
12202         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
12204         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
12205         of $ for "\\.ld[s]?".
12207 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12209         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
12210         (tcl-indent-line): Return `noindent' if inside a string.
12212         * progmodes/flymake.el (flymake-split-string): Remove more than one
12213         empty string at beg/end of the result.
12214         (flymake-find-buildfile, flymake-find-possible-master-files):
12215         Use expand-file-name.
12216         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
12217         since expand-file-name does it for us.  Use directory-file-name.
12218         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
12219         (flymake-ler-get-type, flymake-ler-get-text)
12220         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
12221         (flymake-current-line-no): Remove spurious interactive spec.
12222         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
12223         (flymake-check-include): Remove arg inc-path merged into inc-name.
12224         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
12225         Arg regexp-list replaced by a simple regexp.
12226         (flymake-master-make-header-init, flymake-master-tex-init):
12227         Correspondingly replace regexp-list with a regexp.  Fix regexp.
12229 2006-01-10  Simon Josefsson  <jas@extundo.com>
12231         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
12232         describing AUTH PLAIN fix.
12234 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
12236         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
12237         (report-emacs-bug): Don't record initial prompt text.
12238         Instead, add text properties to prompting text.
12239         (report-emacs-bug-hook): Delete prompting text.
12241 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12243         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
12244         `dirs'.  Adjust callers.
12246 2006-01-09  John Paul Wallington  <jpw@gnu.org>
12248         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
12250 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12252         * reveal.el (reveal-open-new-overlays): New extracted fun.
12253         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
12254         using them.  Simplify the code.
12255         (reveal-post-command): Use them.  Fix up obsolete windows in
12256         reveal-open-spots.
12258         * progmodes/flymake.el: Use `require' rather than autoload for
12259         XEmacs's overlays.
12260         (flymake-get-common-file-prefix, flymake-build-relative-filename):
12261         Delete.  Use file-relative-name instead.
12262         (flymake-get-syntax-check-program-args, flymake-perl-init):
12263         Simplify the resulting code.
12265         * log-view.el (log-view-file-re, log-view-message-re): Add support
12266         for DaRCS output.
12268 2006-01-09  Alex Schroeder  <alex@gnu.org>
12270         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
12271         identifiers sometimes added in square brackets at the beginning of
12272         subject lines.
12274 2006-01-07  Richard M. Stallman  <rms@gnu.org>
12276         * cus-edit.el (Custom-set, Custom-save): Doc fix.
12277         (Custom-reset-current, Custom-reset-saved): Change question text.
12278         (Custom-reset-standard): Likewise.
12279         (custom-variable-reset-saved): Doc fix.
12281 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
12283         * startup.el (init-file-user): Doc fix.
12285 2006-01-07  Alex Schroeder  <alex@gnu.org>
12287         * mail/rmail.el (rmail-current-subject): New function.
12288         (rmail-current-subject-regexp): New function.
12289         (rmail-next-same-subject): Use it.
12291         * mail/rmailsum.el (rmail-summary-by-topic):
12292         Use rmail-current-subject and rmail-current-subject-regexp.
12293         (rmail-summary-next-same-subject): Ditto.
12295         * net/rcirc.el (rcirc-send-input): No longer check whether the
12296         process is open, since not all commands need an open process.
12297         (rcirc-send-string): Check whether the process is open before
12298         sending anything.
12299         (rcirc-ignore-list): New option.
12300         (rcirc-ignore-list-automatic): New variable.
12301         (rcirc-print): Take rcirc-ignore-list into account.
12302         (rcirc-cmd-ignore): New command.
12303         (rcirc-ignore-update-automatic): New function.
12304         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
12305         list if ignored nicks.
12306         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
12308 2006-01-06  David Reitter  <david.reitter@gmail.com>
12310         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
12311         reflect the address to which the report will be sent.
12313 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
12315         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
12316         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
12318 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
12320         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
12322         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
12323         the doc string: "functoin" => "function".
12324         * ldefs-boot.el: Likewise.
12326         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
12327         message text: "Duplicat" => "Duplicate".
12329 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
12331         * files.el (basic-save-buffer-2): If backing-up failed, reset
12332         buffer-backed-up to nil.
12334 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
12336         * progmodes/gud.el (gdb-script-skip-to-head)
12337         (gdb-script-calculate-indentation): Indent for breakpoint command
12338         lists also.
12340 2006-01-05  Bill Wohler  <wohler@newt.com>
12342         * Makefile.in (compile-always): Add mh-autoloads dependency.
12343         (bootstrap): Remove mh-autoloads dependency, as compile dependency
12344         provides it.
12345         (updates): Remove mh-autoloads dependency, since it probably has
12346         already run recently (via recompile).
12348 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12350         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
12351         argument `force' to disable the flyspell-last-buffer optimization.
12352         (flyspell-mode-on): Use it.
12354         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
12355         flymake-simple-cleanup.
12356         (flymake-allowed-file-name-masks): Use this new default.
12357         All the functions are now called in the right buffer rather than
12358         passing the buffer as argument.
12359         (flymake-process-sentinel): Switch to buffer before calling cleanup.
12360         (flymake-parse-err-lines): Remove redundant buffer arg.
12361         (flymake-get-program-dir): Comment out unused function.
12362         (flymake-start-syntax-check, flymake-start-syntax-check-process):
12363         Remove redundant buffer argument.
12364         (flymake-get-real-file-name, flymake-simple-java-cleanup)
12365         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
12367 2006-01-05  Richard M. Stallman  <rms@gnu.org>
12369         * info.el (Info-find-node): Don't record previous node if have none.
12370         (info): Go to directory only if history is empty.
12372         * simple.el (mark): Doc fix.
12374 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12376         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
12377         already of desired type.
12378         (mac-ae-list): Coerce parameter to "list" type.
12379         (mac-dispatch-apple-event): Replace cadr part of event with a
12380         dummy position so that event-start returns it.
12382 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
12384         * textmodes/org.el (org-end-of-subtree): New function.
12385         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
12386         Use `org-end-of-subtree'.
12387         (org-agenda, org-agenda-convert-date): Protect calls to
12388         `fit-window-to-buffer'.
12389         (org-tags-view): Force matching of sublevels when doing a
12390         todo-only search.  Define the correct redo command, including the
12391         arguments.
12392         (org-agenda-redo): Display message.
12393         (org-check-for-org-mode): New function.
12394         (org-agenda-type): New variable.
12395         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12396         Set `org-agenda-type'.
12397         (org-agenda-check-type): New function.
12398         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
12399         (org-agenda-week-view, org-agenda-day-view)
12400         (org-agenda-next-date-line, org-agenda-previous-date-line)
12401         (org-agenda-log-mode, org-agenda-toggle-diary)
12402         (org-agenda-toggle-time-grid, org-agenda-date-later)
12403         (org-agenda-date-prompt, org-agenda-diary-entry)
12404         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
12405         (org-agenda-convert-date, org-agenda-menu):
12406         Use `org-agenda-check-type'.
12407         (org-make-overlay, org-delete-overlay)
12408         (org-detatch-overlay, org-move-overlay, org-overlay-put):
12409         New compatibility functions.
12410         (org-calendar-select-mouse): New command.
12412 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
12414         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
12415         (Custom-reset-standard): Fix y-or-n-p messages.
12416         (custom-link): New face for links.
12417         (custom-buffer-create-internal, custom-manual): Use it.
12418         (custom-face-save): Push to theme-face before setting face spec.
12420         * wid-edit.el (widget-default-mouse-face-get): New function.
12421         (widget-specify-button): Handle mouse-face like button-face.
12423         * custom.el (load-theme): Clear old theme settings if reloading.
12425 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
12427         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
12428         "Erase Customization" button back to same position it occupies in
12429         the individual State menus.
12431 2006-01-04  Kim F. Storm  <storm@cua.dk>
12433         * wid-edit.el (key-sequence): Rework widget to read key binding
12434         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
12435         (widget-key-sequence-default-value): Default value for empty sequence.
12436         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
12437         (widget-key-sequence-read-event): New command for C-q.
12438         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
12439         (widget-key-sequence-value-to-external): New functions.
12441 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12443         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
12444         Use expand-file-name.
12445         (flymake-delete-temp-directory): Use expand-file-name,
12446         file-name-directory, and directory-file-name.
12447         (flymake-strrchr): Delete.
12448         (flymake-start-syntax-check): Don't pass the redundant buffer argument
12449         to the init-f function.
12450         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
12451         (flymake-init-find-buildfile-dir)
12452         (flymake-init-create-temp-source-and-master-buffer-copy)
12453         (flymake-simple-make-init-impl, flymake-simple-make-init)
12454         (flymake-master-make-init, flymake-master-make-header-init)
12455         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
12456         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
12457         (flymake-xml-init): Remove corresponding redundant buffer argument.
12458         (flymake-allowed-file-name-masks): Remove last elems that are equal to
12459         the default anyway.  Clean up regexps.
12461         * progmodes/flymake.el (flymake-temp-source-file-name)
12462         (flymake-master-file-name, flymake-temp-master-file-name)
12463         (flymake-base-dir): New buffer-local vars.
12464         (flymake-buffer-data, flymake-get-buffer-value)
12465         (flymake-set-buffer-value): Replace those hash-tables by the new
12466         buffer-local vars.  Update callers.
12468         * progmodes/flymake.el (flymake-check-start-time)
12469         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
12470         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
12471         Move definition, so we can remove redundant earlier declaration.
12472         (flymake-replace-regexp-in-string, flymake-split-string)
12473         (flymake-get-temp-dir): Use defalias.
12474         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
12475         (flymake-xemacs-window-edges): Remove unused function.
12476         (flymake-get-point-pixel-pos): Move.
12477         (flymake-pid-to-names, flymake-reg-names)
12478         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
12479         Replace by a simple list flymake-processes and by process-buffer.
12480         Update callers.  Other than simplify the code, it uses buffers rather
12481         than buffer-names so it doesn't get confused by uniquify.
12482         (flymake-buffer-data): The global value should just be nil.
12484         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
12485         Optimize the body of a defalias like any other code.
12487         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
12488         Make sure we've setup font-lock's vars.  It may influence which
12489         function we then call.
12490         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
12491         here since it's too late anyway.
12493 2006-01-03  Romain Francoise  <romain@orebokech.com>
12495         * startup.el (fancy-splash-tail, normal-splash-screen):
12496         Update copyright year.
12498 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
12500         * mouse.el (mouse-drag-track): Rename, from
12501         `mouse-drag-region-1'.  Includes optional argument required to
12502         enable post-drag event processing (e.g. delete region keys).
12503         Can be used without this argument to track a mouse region and operate
12504         on it as soon as the drag completes.
12505         (mouse-drag-region): Use `mouse-drag-track'.
12507 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
12509         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
12510         Move to `custom-buffer' group.
12512         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
12513         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
12514         (custom-theme-insert-face-marker, custom-theme-variable-menu)
12515         (custom-theme-face-menu): New variables.
12516         (custom-theme-add-variable, custom-theme-variable-action)
12517         (custom-variable-reset-theme, custom-theme-delete-variable)
12518         (custom-face-reset-theme, custom-theme-face-action)
12519         (custom-theme-delete-face, custom-theme-merge-theme)
12520         (custom-theme-add-face, custom-theme-visit-theme): New functions.
12522 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
12524         * custom.el: Move Custom Themes commentary to start of theme code.
12525         (custom-known-themes): Rename `standard' theme to `changed'.
12526         (custom-push-theme): Caller no longer specifies what theme to use
12527         when doing `reset'---the setting is simply removed from the theme.
12528         Delete MODE from `theme-value' and `theme-settings' properties.
12529         (custom-declare-theme): Ignore &rest args since we don't use them.
12531         (custom-loaded-themes): Delete variable.
12532         (custom-theme-load-themes, custom-theme-loaded-p)
12533         (custom-theme-value): Delete functions.
12535         (custom-declare-theme): Signal error on invalid theme names.
12536         (provide-theme): custom-loaded-themes was deleted.
12537         (load-theme): Load the file unconditionally.
12538         (enable-theme): Call `load-theme' if theme is undefined.
12539         (custom-enabled-themes): Only update value for successful loads.
12540         (disable-theme): Complete from enabled themes when interactive.
12541         (custom-variable-theme-value): Calculate theme value directly.
12543         (custom-theme-reset-variables, custom-reset-variables): Mark as
12544         XEmacs compatibility functions.  We don't actually use these.
12546         * cus-edit.el (custom-variable-state-set):
12547         Use custom-variable-theme-value instead of custom-theme-value.
12548         (custom-face-state-set): Rename `standard' theme to `changed'.
12549         (custom-save-variables, custom-save-faces): Delete unneeded
12550         references to custom-reset-variables.
12551         (custom-save-resets): Delete function.
12552         (custom-save-variables, custom-save-faces): MODE argument deleted.
12553         (custom-save-variables, custom-save-faces): Ignore theme values.
12555         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
12556         compatibility function.
12558 2006-01-01  Richard M. Stallman  <rms@gnu.org>
12560         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
12561         (Custom-reset-current, Custom-reset-saved): Likewise.
12562         (Custom-reset-standard): Show message if aborted.
12563         (custom-mode): Doc fix, describing those commands.
12565         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
12566         put on event-kind property.
12568 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
12570         * custom.el (provide-theme): Ban `user' theme name.
12571         (custom-enabling-themes): New variable.
12572         (enable-theme): Don't enable user if custom-enabling-themes is t.
12573         (custom-enabled-themes): Make it a defcustom.
12574         (custom-theme-recalc-face): No-op if face is undefined.
12576         * cus-edit.el (custom-button-mouse): New variable.
12577         (custom-button-mouse): New face.
12578         (custom-raised-buttons, custom-mode): Use it.
12580         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
12582 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
12584         * progmodes/gud.el (gud-display-line): Support hl-line in the
12585         source buffer.
12587 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
12589         * mouse.el (mouse-drag-window-above): Verify that the found window
12590         overlaps with the given window in the horizontal dimension.
12592 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
12594         * Makefile.in (cvs-update): New target.
12596         * makefile.w32-in (cvs-update): Ditto.
12598 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
12600         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
12601         (custom-new-theme-mode-map): New variable.
12603 2005-12-30  Richard M. Stallman  <rms@gnu.org>
12605         * custom.el (custom-load-themes): Function deleted.
12607         * cus-edit.el (custom-save-loaded-themes): Function deleted.
12608         (custom-save-variables): Don't delete or add custom-load-themes call.
12610 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12612         * cus-start.el: Add `visible-cursor'.
12614         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
12615         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
12616         (flymake-process-filter): Switch to buffer before calling it instead.
12617         (flymake-post-syntax-check, flymake-highlight-err-lines)
12618         (flymake-delete-own-overlays, flymake-parse-err-lines)
12619         (flymake-start-syntax-check, flymake-start-syntax-check-process)
12620         (flymake-count-lines, flymake-parse-residual):
12621         Remove constant buffer argument.
12622         (flymake-start-syntax-check-for-current-buffer): Remove.
12623         Update callers to use flymake-start-syntax-check instead.
12624         (flymake-display-err-menu-for-current-line):
12625         Remove unused var `mouse-pos'.
12626         (flymake-restore-formatting): Comment out unused function.
12627         (flymake-report-status, flymake-report-fatal-status): Remove buffer
12628         argument, use current-buffer instead.  Update callers.
12630 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12632         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
12633         buffer-local because choose-completion-delete-max-match requires
12634         that we set completion-ignore-case (i.e., binding via let is not
12635         sufficient).
12636         (bibtex-complete): Always set completion-ignore-case and
12637         choose-completion-string-functions.  The latter is needed because
12638         choose-completion-string-functions keeps its value if we quit the
12639         *Completions* buffer without requesting a completion.
12641 2005-12-30  Andreas Schwab  <schwab@suse.de>
12643         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
12645 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
12647         * jit-lock.el (jit-lock-chunk-size): Doc fix.
12649 2005-12-30  Juri Linkov  <juri@jurta.org>
12651         * locate.el (locate-fcodes-file, locate-header-face)
12652         * progmodes/delphi.el (delphi-other-face)
12653         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
12655         * paren.el (show-paren-match, show-paren-mismatch): Use existing
12656         group `paren-showing-faces'.
12658         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
12659         (goto-address): Fix docstring.
12661         * net/webjump.el (webjump-sample-sites): Update URLs.
12663         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
12665         * subr.el (cancel-change-group): Add listp around pending-undo-list.
12667 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12669         * font-lock.el (font-lock-compile-keywords): Signal an error when
12670         font-lock-set-defaults hasn't been called.
12672 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
12674         * subr.el (noreturn, 1value): Doc fixes.
12676 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12678         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
12679         that assoc-string returns nil.
12681 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12683         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
12684         (bibtex-entry-type-str, bibtex-empty-field-re)
12685         (bibtex-search-backward-string, bibtex-preamble-prefix)
12686         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
12687         (bibtex-any-valid-entry-type): New variable.
12688         (bibtex-parse-field-name): Simplify.
12689         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
12690         (bibtex-preamble-prefix): Include left delimiter.
12691         (bibtex-search-forward-field, bibtex-search-backward-field):
12692         Allow unbounded search past entry boundaries (required by bibtex-pop).
12693         (bibtex-text-in-field-bounds): Use push.
12694         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
12695         (bibtex-parse-preamble, bibtex-valid-entry)
12696         (bibtex-beginning-first-field): New functions.
12697         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
12698         (bibtex-map-entries): Fix docstring.
12699         (bibtex-flash-head): New arg prompt.  Simplify.
12700         (bibtex-enclosing-field): Include code of bibtex-inside-field.
12701         (bibtex-insert-kill): Simplify.  Always insert text past the
12702         current field or entry.
12703         (bibtex-format-entry): Use bibtex-parse-field.
12704         (bibtex-pop): Use bibtex-beginning-of-entry and
12705         bibtex-end-of-entry to initiate the search.  Insert empty field if
12706         we found ourselves.
12707         (bibtex-print-help-message): New args field and comma.
12708         Handle entry keys.
12709         (bibtex-make-field): Use bibtex-beginning-of-entry.
12710         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
12711         invalid entry.
12712         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
12713         Handle preambles.  Simplify code for thorough test.
12714         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
12715         New arg comma.  Handle entry heads.
12716         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
12717         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
12718         New arg comma.
12719         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
12720         (bibtex-fill-field): Simplify.
12721         (bibtex-fill-entry): Use bibtex-beginning-first-field and
12722         bibtex-parse-field.
12723         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
12724         (bibtex-complete): Use bibtex-parse-preamble.
12726 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
12728         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
12729         Display name of expression instead of convenience variable.
12730         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
12732         * progmodes/gud.el (gud-tooltip-dereference): Rename from
12733         toggle-gud-tooltip-dereference.
12734         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
12735         (gud-tooltip-tips): ...here when dereferencing.
12737 2005-12-28  Bill Wohler  <wohler@newt.com>
12739         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
12741 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12743         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
12744         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
12745         (vc-annotate-display-autoscale): Adjust call.
12746         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
12747         Fix interactive spec.
12748         (vc-annotate-time-span): Remove.
12749         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
12750         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
12751         (vc-annotate-display-select): Use new name.
12753         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
12754         (vc-annotate-mode-menu): Remove left-over redundant declaration.
12755         Correct the construction of span entries.  Simplify.
12756         (vc-annotate-display-select): Fix the nil case.
12757         (vc-annotate): Remove obsolete (and now broken) code.
12758         (vc-annotate-extract-revision-at-line): Remove obsolete code.
12759         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
12761 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
12763         * subr.el (lazy-completion-table): Correct typo in docstring.
12765         * startup.el (command-line): Use `custom-reevaluate-setting' for
12766         `send-mail-function'.
12768         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
12770 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
12772         * mail/smtpmail.el (smtpmail-try-auth-methods):
12773         Send credentials together with "AUTH PLAIN" command.
12775 2005-12-27  Richard M. Stallman  <rms@gnu.org>
12777         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
12778         mouse-2, go back to previously selected window, so it's selected
12779         when mouse-2 command runs.
12781 2005-12-27  Juri Linkov  <juri@jurta.org>
12783         * descr-text.el (describe-text-sexp): Use square brackets for
12784         button [Show] to distinguish it from the property value `show'.
12785         (describe-property-list): Use `insert-text-button' with
12786         `help-face' type instead of putting face in quotes, because button
12787         is not created automatically for a list of faces.
12788         (describe-text-properties-1): Put button-type value in quotes to
12789         distinguish from plain text "button".
12790         (describe-char): Display code point values in hex.  Don't use
12791         `symbol-name' for `current-input-method' because it is a string.
12792         Use `insert-text-button' with `help-face' type instead of putting
12793         hardcoded face in quotes, because button is not created automatically.
12795 2005-12-27  Richard M. Stallman  <rms@gnu.org>
12797         * progmodes/glasses.el (glasses-face): More specific custom type.
12799         * files.el (set-visited-file-name): Doc fix.
12801         * textmodes/flyspell.el (flyspell-external-point-words):
12802         Use local var buffer-scan-pos to advance scan for next misspelling.
12803         Advance it only after we find the misspelling.
12805 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
12807         * textmodes/flyspell.el (flyspell-external-point-words):
12808         New criteria for finding the misspelling in the buffer.
12810 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
12812         * help-mode.el (help-insert-string): Set help-xref-stack-item
12813         rather than call help-setup-xref.
12815         * descr-text.el (describe-char): Revert previous changes for
12816         optional buffer argument.
12818 2005-12-27  Juri Linkov  <juri@jurta.org>
12820         * help-mode.el (help-insert-string): New function.  Save buffer
12821         contents in cases where it is impossible to recompute the old contents.
12823         * descr-text.el (describe-char): Set help-xref-stack-item
12824         explicitly after buffer has been generated.
12826 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12828         * cus-start.el (all): Add x-gtk-show-hidden-files.
12830 2005-12-26  Richard M. Stallman  <rms@gnu.org>
12832         * replace.el (perform-replace): Calculate match-again
12833         before skipping read-only matches.
12835         * paren.el (paren-showing-faces): New group.
12836         (show-paren-match, show-paren-mismatch): Move to that group.
12838         * button.el (button): Put into group `basic-faces'.
12840         * progmodes/make-mode.el: Remove faces from group `faces'.
12842         * apropos.el (apropos, apropos-value): Doc fix.
12843         (apropos-documentation): Doc fix.
12845 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12847         * subr.el (lazy-completion-table): Remove argument `args'.
12849         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
12850         Don't use the `args' argument of lazy-completion-table.
12852 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
12854         * descr-text.el (describe-char): Add optional argument for buffer.
12855         Set buffer appropriately.  Call help-setup-xref.
12856         Suggested by Stefan Monnier.
12858 2005-12-26  Juri Linkov  <juri@jurta.org>
12860         * descr-text.el: Require `help-fns' at runtime.  Don't require
12861         `button' for byte compilation.
12862         (describe-text-widget): Add `help-echo' for first button.
12863         Use `help-info' for second.
12864         (describe-property-list): Use `help-argument-name' instead of `italic'.
12865         (describe-text-category): Add prompt to interactive spec.
12866         Call `help-setup-xref'.
12867         (describe-char): Use `help-character-set'.  Add `help-echo' for
12868         code point.  Use `help-input-method'.  Remove superfluous insert.
12870 2005-12-25  Richard M. Stallman  <rms@gnu.org>
12872         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
12873         at point, in case of narrowing.
12875         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
12877         * locate.el (locate-header-face): Allow nil in type.
12879         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
12881 2005-12-25  Romain Francoise  <romain@orebokech.com>
12883         * battery.el (battery-linux-proc-acpi): Also try
12884         `/proc/acpi/thermal_zone/THM0/temperature'.
12886 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
12888         * custom.el (custom-push-theme): Fix docstring.
12890         * cus-edit.el (custom-variable-set, custom-variable-save)
12891         (custom-variable-save): Custom-quote widget values.
12892         (customize-save-variable): Fix custom-push-theme call.
12894 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
12896         * w32-fns.el (w32-batch-update-autoloads): New function.
12898         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
12899         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
12900         from the command line.
12902 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
12904         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
12905         reset means to remove setting from theme entirely.  Don't keep
12906         expanding theme-settings list; delete old entries if necessary.
12908         * cus-edit.el (custom-buffer-create-internal): Move "Erase
12909         customization" button one line up.
12910         (custom-themed): New face.
12911         (custom-magic-alist): New value, THEMED, for theme settings.
12912         (custom-variable-state-set, custom-face-state-set):
12913         Check theme-value instead of saved-value.
12914         (custom-variable-reset-standard, custom-face-reset-standard):
12915         Remove theme setting entirely.  Recalculate new values.
12916         (custom-variable-set, custom-variable-set)
12917         (custom-variable-reset-saved, custom-variable-reset-backup)
12918         (custom-face-set, custom-face-reset-saved): Update `user' theme.
12919         (custom-variable-save): Fix typos.
12921 2005-12-23  Juri Linkov  <juri@jurta.org>
12923         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
12924         Add autoload cookies.
12925         (edebug-outside-d-c-i-n-s-w): New variable.
12926         (edebug-display, edebug-outside-excursion): Use it to save the
12927         original value of default-cursor-in-non-selected-windows.
12928         Set default-cursor-in-non-selected-windows to t while Edebug
12929         is active.
12930         (edebug-mode, edebug-eval-mode): Doc fix.
12932         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
12933         with `buffer-substring-no-properties' to remove common substring
12934         highlighting.
12936         * info.el (info-other-window, info): Rename function argument
12937         `file' to `file-or-node'.
12938         (Info-complete-menu-item): Use local variable `complete-nodes' to
12939         keep the global value of `Info-complete-nodes' unchanged for
12940         subsequent completions.
12941         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
12943         * simple.el (get-next-valid-buffer, last-buffer)
12944         (next-error-buffer-p, next-error-find-buffer)
12945         (minibuffer-history-sexp-flag): Doc fix.
12947         * savehist.el (savehist-mode-hook): Add `:group'.
12949         * log-view.el: Call autoload for vc-find-version.
12950         (log-view-current-file): Adjust subgroup numbers.
12951         (log-view-current-tag): Add `length'.
12953 2005-12-23  Richard M. Stallman  <rms@gnu.org>
12955         * vc.el (vc-annotate-car-last-cons): Defn moved up.
12957 2005-12-23  Juri Linkov  <juri@jurta.org>
12959         * hi-lock.el (hi-lock-archaic-interface-message-used)
12960         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
12961         (hi-lock-mode): Display "Hi" in the mode line only when
12962         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
12963         (hi-lock-write-interactive-patterns):
12964         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
12965         (hi-lock-set-pattern, hi-lock-set-file-patterns)
12966         (hi-lock-font-lock-hook): Set 3rd arg `how' of
12967         font-lock-add-keywords to t.
12969 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
12971         * hi-lock.el (hi-lock-highlight-range): New variable.
12972         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
12973         only if font-lock-fontified is non-nil.  Remove overlays.
12974         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
12975         font-lock-fontified is non-nil, otherwise use overlays (instead of
12976         text properties).
12977         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
12978         New variables.
12979         (hi-lock-string-serialize) New function.
12981 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12983         * menu-bar.el (menu-find-file-existing): New function.
12984         (menu-bar-file-menu): Use menu-find-file-existing for Open.
12986         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
12988 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12990         * vc.el: Remove unnecessary leading * in docstrings.
12991         (vc-annotate-mode-map): Move initialization into declaration.
12992         (vc-static-header-alist): Nitpick on the regexp.
12993         (vc-default-init-version): New fun.
12994         (vc-register): Use it.
12995         (vc-insert-headers): Use dolist.
12996         (vc-annotate-get-backend): Remove unused function.
12997         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
12998         (vc-annotate-mode): Remove corresponding call.
12999         (vc-annotate-car-last-cons): Simplify.
13000         (vc-annotate-buffers): Remove var.
13001         (vc-annotate-backend): Make it buffer-local.
13002         (vc-annotate): Move the interaction to the interactive spec.
13003         Add a `buf' argument.
13004         (vc-annotate-warp-version): Use this new `buf' argument to avoid
13005         killing&creating a vc-annotate buffer, which is very disruptive when
13006         the buffers are shown in dedicated frames.
13008 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
13010         * descr-text.el: Add FSF as maintainer.
13011         (describe-text-mode, describe-text-mode-map)
13012         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
13013         help-mode.
13014         (describe-text-widget, describe-text-sexp)
13015         (describe-property-list, describe-text-category)
13016         (describe-text-properties, describe-text-properties-1)
13017         (describe-char): Use help buttons instead of widgets.
13018         (describe-char-unicodedata-file): Make URL link in doc string.
13020 2005-12-22  Richard M. Stallman  <rms@gnu.org>
13022         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
13023         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
13024         Don't include buttons that write a file when there's no file.
13025         (custom-variable-menu, custom-face-menu, custom-group-menu):
13026         Don't include commands that write a file when there's no file.
13027         (customize-browse): Reword the top-of-buffer help intro.
13028         (custom-buffer-create-internal): Fix previous change.
13029         (customize-changed-options-previous-release): Prev release is 21.1.
13030         (customize-changed-options): Doc fix.
13031         (customize-changed): New alias.
13032         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
13033         Say "standard values".
13034         (Custom-reset-standard): Doc fix.
13035         (custom-face-reset-standard): Doc fix.
13037 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13039         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
13040         even if font-lock-mode is non-nil since it may be t without having
13041         turned on font-lock-mode-internal.
13042         (font-lock-choose-keywords): Minor optimization.
13043         (font-lock-add-keywords, font-lock-remove-keywords)
13044         (font-lock-set-defaults): Don't call make-local-variable on a variable
13045         that we know to already be local.
13047 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13049         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
13050         messages if in the minibuffer.
13052 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13054         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
13055         (tex-mode-flyspell-verify, flyspell-get-word)
13056         (flyspell-external-point-words): Don't use point-min/max uselessly.
13058         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
13059         by Kevin Rodgers.  Instead, just hide the completions buffer if we
13060         don't need to show it.
13062 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
13064         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
13066 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13068         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
13069         delete-windows-on with an inexistent buffer.
13071 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
13073         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
13074         Delete defcustom variable :tag names.
13076 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13078         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
13079         (log-view-font-lock-keywords): Ajust subgroup numbers.
13080         (log-view-current-tag): Don't hard code the number of subgroups.
13082 2005-12-20  Juri Linkov  <juri@jurta.org>
13084         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
13085         (tooltip-x-offset, tooltip-y-offset): Doc fix.
13087         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13088         (menu-bar-non-minibuffer-window-p): Instead of checking
13089         display-multi-frame-p, use selected-frame when menu-updating-frame
13090         is nil.
13092 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
13094         * align.el (align-rules-list): Use [ \t] instead of \s-
13095         for column separators in text mode.
13097 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
13099         * help-mode.el (help-customize-variable, help-customize-face):
13100         Don't pop help-xref-stack as help-follow no longer pushes
13101         anything on to it.
13103 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
13105         * textmodes/org.el (org-agenda-custom-commands): New option.
13106         (org-agenda): Offer custom commands on splash screen.
13107         (org-make-tags-matcher): Parser for Boolean logic added.
13108         (org-agenda-set-tags): New command.
13109         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
13110         (org-set-tags): Efficiency improvements.
13111         (org-auto-align-tags): New option.
13112         (org-todo, org-demote, org-promote): Realign tags.
13113         (org-tags-completion-function): Use also "&" and "|" as separators.
13114         (org-org-menu): Agenda commands simplified.
13116 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
13118         * cus-edit.el (customize-apropos, customize-apropos-options):
13119         Docstring changes.
13121         * font-lock.el (font-lock): Add tags to the links in the defgroup.
13123 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
13125         * longlines.el (longlines-mode): Wrap while widened.
13126         (longlines-decode-region, longlines-encode-region): Compute max
13127         just once.
13129 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13131         * cus-edit.el (mac): New group.
13133         * cus-start.el (all): Add user options in macterm.c.  Add test for
13134         Mac-related built-ins.  Fix test for GTK-related built-ins.
13136         * term/mac-win.el (mac-handle-language-change)
13137         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
13138         (mac-services-open-selection, mac-services-mail-selection)
13139         (mac-services-mail-to, mac-services-insert-text)
13140         (mac-dispatch-apple-event): Add docstrings.
13141         (x-get-selection, mac-select-convert-to-string): Select coding
13142         system from `utf-16be' and `utf-16le' using `byteorder'.
13144 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13146         * subr.el (lazy-completion-table): Don't be fooled if the var holds
13147         a "list" (lambda ...) rather than a real completion list.
13149         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
13150         lexical-let when encountering ((lambda (...) ...) ...).
13152 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
13154         * progmodes/sh-script.el (sh-mode):
13155         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
13156         * textmodes/picture.el (picture-mode): Update docstrings.
13158 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
13160         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
13161         commands enclosed in $(ARGQUOTE)s should not be split between two
13162         lines, as that will break with GNU Make >3.80, when sh.exe is used
13163         and arg quoting is with '..'.
13164         (autoloads): Don't break the quoted --eval expression between
13165         several lines.
13167 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
13169         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
13170         Capture error from printing circular structures.
13172 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
13174         * wid-edit.el (widget-checkbox-action): Clear undo info.
13176 2005-12-16  Bill Wohler  <wohler@newt.com>
13178         * menu-bar.el (kill-this-buffer): Set a good example by using menu
13179         bar, not menubar in comment.
13181 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13183         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
13184         After-change-functions should not clobber the match data.
13186 2005-12-16  Juri Linkov  <juri@jurta.org>
13188         * simple.el (choose-completion): Use `buffer-substring-no-properties'
13189         instead of `buffer-substring'.
13190         (completion-common-substring): Doc fix.
13191         (completion-setup-function): Use minibuffer-completion-contents
13192         instead of minibuffer-contents.  Don't set common-string-length
13193         initially.  Remove special handling of partial-completion-mode.
13194         Move computation of completion-base-size into one cond.
13195         Call completion-base-size-function in mainbuf.  In computation of
13196         completion-base-size for file name completion don't move point to
13197         the end of the minibuffer.  Move computation of common-string-length
13198         into one cond.  Start putting faces only when common-string-length>=0.
13199         Add condition to put completions-common-part when
13200         common-string-length>0.
13202         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
13203         place point at the first different character in the minibuffer
13204         even if this position is at the beginning of the minibuffer.
13206         * info.el (Info-read-node-name-1): In completion-base-size-function's
13207         lambda return 1 if common-substring or minibuffer-completion-contents
13208         starts with (, and 0 otherwise.
13210         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
13211         Use `crm-current-element' for second arg of `display-completion-list'.
13213 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
13215         * files.el (set-auto-mode): Look for an interpreter specified on
13216         the first line also if search for mode specification succeeded,
13217         but the mode is not known.
13219 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
13221         * textmodes/org.el (org-tags-match-list-sublevels): New option.
13222         (org-open-at-point): Implement tag searches as links.
13223         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
13224         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
13225         (org-tags-sparse-tree, org-tags-view, org-set-tags)
13226         (org-agenda-dispatch): New commands.
13227         (org-use-tag-inheritance, org-tags-column): New options.
13228         (org-tab-follows-link, org-return-follows-link): New options.
13229         (org-tags): New customize group.
13230         (org-start-icalendar-file): Get local time zone.
13231         (org-tags-completion-function): New function.
13232         (org-set-font-lock-defaults): Make sure links will also be
13233         highlighted inside headlines.
13235 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
13237         * term.el (term-emulate-terminal):
13238         Let term-handle-ansi-terminal-messages override what Bash says about
13239         its current directory.
13241 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
13243         * bindings.el (last-buffer): Move to simple.el.
13244         * simple.el (last-buffer): Move here.
13245         (get-next-valid-buffer): New function.
13246         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
13247         (prev-buffer): Ditto.  Rename to `previous-buffer'.
13249         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
13250         * bindings.el (global-map): Ditto.
13252 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
13254         * cus-edit.el: Introductory comment change.
13255         (custom-magic-alist): Change message string for the `rogue' state.
13257 2005-12-15  Richard M. Stallman  <rms@gnu.org>
13259         * tooltip.el: Delete defcustom variable :tag names.
13261         * complete.el (partial-completion-mode): Doc fix.
13263         * textmodes/flyspell.el (flyspell-external-point-words):
13264         Use save-excursion to ensure we don't move backward in the
13265         search loop, not even one character.
13266         (flyspell-delete-all-overlays): Use remove-overlays directly.
13268         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
13269         (ispell-start-process): Set that variable.
13270         Clear ispell-buffer-local-name.
13271         (ispell-internal-change-dictionary):
13272         Set ispell-current-dictionary after killing process.
13273         (ispell-buffer-local-dict):
13274         Don't set spell-personal-dictionary after killing process.
13275         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
13276         (ispell-tex-skip-alists, ispell-html-skip-alists)
13277         (ispell-skip-region-alist): Mark as risky.
13279         * net/newsticker.el (newsticker--retrieval-timer-list)
13280         (newsticker--display-timer, newsticker-running-p)
13281         (newsticker-ticker-running-p): Definitions moved up.
13283 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
13285         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
13287 2005-12-15  David Ponce  <david@dponce.com>
13289         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
13290         (recentf-edit-list, recentf-open-files): Signal an error when
13291         there is no recent file.
13293 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
13295         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
13296         read-only except for texinfo-format-region evaluation.
13298 2005-12-14  Richard M. Stallman  <rms@gnu.org>
13300         * vc.el (vc-default-previous-version, vc-default-next-version)
13301         (vc-do-command): Doc fixes.
13303 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13305         * textmodes/bibtex.el (bibtex-expand-strings)
13306         (bibtex-autokey-expand-string, bibtex-name-part)
13307         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
13308         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
13309         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
13310         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
13311         (bibtex-entry-postfix, bibtex-known-entry-type-re)
13312         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
13313         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
13314         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
13315         (bibtex-beginning-of-last-entry): Remove.
13316         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
13317         message if comma is missing but buffer is read-only.
13318         (bibtex-parse-field-text): Handle whitespaces at the end of field
13319         text.  Return 3-element list with beginning and end of field text
13320         and end of field.
13321         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
13322         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
13323         (bibtex-search-forward-field, bibtex-search-backward-field):
13324         Search always delimited by limits of entry.  Use more efficient
13325         search algorithms.
13326         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
13327         bibtex-end-of-name-in-field.
13328         (bibtex-text-in-field-bounds): Handle BibTeX strings when
13329         extracting the content of a field.
13330         (bibtex-text-in-field): Use search limits.
13331         (bibtex-parse-string-prefix): Handle empty string keys based on
13332         bibtex-string-empty-key.
13333         (bibtex-parse-string): Fix docstring.
13334         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
13335         (bibtex-preamble-prefix, bibtex-strings): New functions.
13336         (bibtex-skip-to-valid-entry): Include preceding whitespace in
13337         BibTeX entries (consistent with other BibTeX functions).
13338         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
13339         (bibtex-search-entry): Fix docstring.  Simplify.
13340         (bibtex-flash-head, bibtex-complete-string-cleanup)
13341         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
13342         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
13343         (bibtex-parse-entry): New optional arg content.
13344         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
13345         Use bibtex-text-in-field-bounds.
13346         (bibtex-print-help-message): Handle BibTeX strings and preambles.
13347         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
13348         bibtex-parse-string-postfix.
13349         (bibtex-find-text-internal): New function.
13350         (bibtex-remove-delimiters): Use it.
13351         (bibtex-find-text): Use it.  New optional arg help.
13352         (bibtex-complete): Handle BibTeX string and preamble entries.
13353         (bibtex-Preamble): Fix order of closing delimiters.
13355 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13357         * vc.el (vc-default-revert): New fun.
13359         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
13361 2005-12-14  Romain Francoise  <romain@orebokech.com>
13363         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
13364         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
13365         (font-lock-remove-keywords): Likewise.
13367 2005-12-14  Juri Linkov  <juri@jurta.org>
13369         * log-view.el (log-view-diff): Doc fix.
13371         * isearch.el (isearch-query-replace): Use (mark) instead of
13372         isearch-opoint if mark is active in transient-mark-mode.
13374 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
13376         * isearch.el (isearch-query-replace): Check for isearch-other-end.
13378 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
13380         * progmodes/cpp.el (cpp-face): New widget.
13381         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
13383 2005-12-14  Juri Linkov  <juri@jurta.org>
13385         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
13386         around `erase-buffer' and `insert'.
13388         * descr-text.el (describe-text-properties): Replace buffer name
13389         "*Help-2*" with "*Help*<2>".
13390         (describe-char): Add functions print-help-return-message,
13391         toggle-read-only.  Use help-setup-xref with nil to not store
13392         describe-char in help-xref-stack.  Use help-make-xrefs to
13393         make [back] button.
13395         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
13397         * wdired.el (wdired-old-point): New internal variable.
13398         (wdired-change-to-wdired-mode): Set it buffer-locally.
13399         (wdired-abort-changes): Restore point after aborting changes.
13401 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13403         * vc.el (vc-do-command): Add a new value t for okstatus.
13405         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
13406         frame in case of errors.
13408 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13410         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
13411         so it comes after "On the Left" in the menu.
13413 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
13415         * cus-edit.el (customize-apropos, customize-apropos-options)
13416         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
13418 2005-12-12  Bill Wohler  <wohler@newt.com>
13420         * vc-svn.el (vc-svn-registered): Fix problem of visiting
13421         non-writable Subversion-controlled files by saving window
13422         configuration before calling vc-do-command.  vc-do-command calls
13423         pop-to-buffer on error which is unexpected during registration.
13425 2005-12-12  Jay Belanger  <belanger@truman.edu>
13427         * calc/README: Update the summary of changes.
13429 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13431         * descr-text.el (describe-char): Rework last fix to solve the problem
13432         is the same way it's solved for everything else in that function
13433         (i.e. by extracting the info before setting up the *Help* buffer).
13435 2005-12-12  Kim F. Storm  <storm@cua.dk>
13437         * subr.el (version-regexp-alist): Allow space as separator before
13438         non-numeric part, e.g. "1.0 alpha".
13439         (version-to-list): Interpret .X.Y version as 0.X.Y version.
13441 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
13443         * textmodes/org.el (org-agenda, org-timeline, org-todo):
13444         Implement Logging and the keep-modes setting.
13445         (org-get-category): Make sure a string is returned.
13446         (org-log-done): New function.
13447         (org-log-done, org-closed-string): New options.
13449 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13451         * tooltip.el (tooltip-y-offset): Change default to 20.
13453 2005-12-12  Richard M. Stallman  <rms@gnu.org>
13455         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
13457         * frame.el (display-hourglass): Doc fix.
13459         * help.el (help-for-help-internal): Simplify entry for `a'.
13461         * info.el (Info-on-current-buffer): Doc fix.
13462         (info-insert-file-contents): Don't test (featurep 'jka-compr).
13464         * startup.el (inhibit-splash-screen): Make this the real name.
13465         (inhibit-startup-message): Make this the alias.
13466         (command-line): Find only simple.el, and use its directory
13467         to fill in other preloaded files' names.
13468         (command-line): Deactivate the mark if deactivate-mark is set.
13470         * international/mule.el (load-with-code-conversion):
13471         Bind deactivate-mark.
13473         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13475 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
13477         * cus-edit.el (customize-apropos): Avoid listing an option more
13478         than once under different aliases.  No longer list user options
13479         that are not defined with defcustom (unless a prefix arg is given).
13480         Doc fix.
13481         (customize-apropos-options): Doc fix.
13483 2005-12-11  Juri Linkov  <juri@jurta.org>
13485         * frame.el (set-background-color, set-foreground-color)
13486         (set-cursor-color, set-mouse-color, set-border-color):
13487         Add explicit prompts to read colors by `facemenu-read-color'.
13488         (show-trailing-whitespace, blink-cursor-delay)
13489         (blink-cursor-interval, display-hourglass, hourglass-delay):
13490         Remove tags.
13491         (display-hourglass, hourglass-delay): Doc fix.
13492         (cursor-in-non-selected-windows): Capitalize words in tag.
13494         * faces.el (frame-background-mode): Replace `choice-item' keywords
13495         with `const' to not make [default] button.  Change default value tag
13496         from `default' to `automatic'.  Doc fix.
13497         (trailing-whitespace) <defface>: Change group `whitespace' to
13498         `whitespace-faces'.
13500 2005-12-11  Richard M. Stallman  <rms@gnu.org>
13502         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
13504 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13506         * term/mac-win.el: Create keymap for mac-apple-event-map.
13508 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
13510         * tooltip.el (tooltip-mode): Move to start of file so that it
13511         appears at top of customize buffer.
13513         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
13514         Add the gud groupname.
13515         (gud-tooltip-mode): Add the tooltip groupname.
13516         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
13517         avoid conflict with tooltip-use-echo-area.
13519 2005-12-10  Romain Francoise  <romain@orebokech.com>
13521         * help.el (help-for-help-internal): Add `r' in doc string.
13523 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13525         * align.el (align-regexp, align-highlight-rule):
13526         Use region-beginning and region-end instead of point and mark, so that
13527         repetition (with `repeat-complex-command') recomputes the region
13528         bounds.
13530 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
13532         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13533         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13534         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
13535         (balance-windows): Rewrite using the above new functions.
13537 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
13539         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
13540         react if global-hi-lock-mode seems intended.
13541         (global-hi-lock-mode) Renamed from hi-lock-mode.
13542         (hi-lock-archaic-interface-message-used)
13543         (hi-lock-archaic-interface-deduce): New variables.
13544         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
13545         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
13546         (hi-lock-find-patterns, hi-lock-font-lock-hook):
13547         Replace hi-lock-buffer-mode with hi-lock-mode.
13549 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
13551         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
13552         completion list, even after a partial completion has been
13553         inserted in the current buffer.  If there are more than 1
13554         completion, redisplay the *Completions* buffer; if the
13555         completion is unique, delete the *Completions* window.
13557 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
13559         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
13560         strings and long subject lines that were broken into multiple
13561         lines at arbitrary places.  Handle subjects that have "Re: " in
13562         the middle.
13564 2005-12-10  John W. Eaton  <jwe@octave.org>
13566         * emacs/octave-mod.el (octave-electric-space): Don't indent
13567         comments or strings if octave-auto-indent is nil.
13569 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13571         * term/mac-win.el: Require url when compiling.
13572         Call mac-process-deferred-apple-events after loading init files.
13573         (mac-apple-event-map): New defvar.  Define event handlers in it.
13574         (core-event, internet-event): New Apple event class symbols.
13575         (open-application, reopen-application, open-documents)
13576         (print-documents, open-contents, quit-application)
13577         (application-died, show-preferences, autosave-now, get-url):
13578         New Apple event ID symbols.
13579         (about): New HICommand ID symbol.
13580         (mac-event-spec, mac-event-ae): New macros.
13581         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
13582         (mac-ae-selection-range, mac-ae-text-for-search)
13583         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
13584         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
13585         and Services menu events are now defined in mac-apple-event-map.
13586         (mac-drag-n-drop): Remove selection range handling.
13588 2005-12-10  Kenichi Handa  <handa@m17n.org>
13590         * simple.el (zap-to-char):
13591         * isearch.el (isearch-process-search-char): Translate CHAR by
13592         translation-table-for-input.
13594 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
13596         * foldout.el (foldout-exit-fold): Properly hide subtree.
13598 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13600         * files.el (save-buffer):
13601         * international/ucs-tables.el (ucs-set-table-for-input):
13602         * mail/mail-extr.el (mail-extract-address-components):
13603         * mail/sendmail.el (mail-mode): Reformat doc string.
13605 2005-12-09  Juri Linkov  <juri@jurta.org>
13607         * isearch.el (isearch-highlight): Change main overlay priority
13608         from 1 to 1001.  Simplify.
13609         (isearch-lazy-highlight-update): Change lazy overlay priority
13610         from 0 to 1000.
13612         * replace.el (replace-highlight): Change overlay priority from
13613         1 to 1001.
13615         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
13616         Change overlay priority from 1 to 1001.  Reuse existing overlay.
13618         * compare-w.el (compare-windows-highlight): Change overlay
13619         priority from 1 to 1000.
13621         * menu-bar.el (menu-bar-edit-menu): Add listp around
13622         pending-undo-list to disable menu item "undo" when pending
13623         undo list is empty.
13625         * locate.el (locate): Disable undo in *Locate* buffer.
13627 2005-12-09  Kim F. Storm  <storm@cua.dk>
13629         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
13631 2005-12-09  David Ponce  <david@dponce.com>
13633         * recentf.el: Improvement of the menu code.
13634         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
13635         instead of menu hook.
13636         (recentf-show-menu, recentf-hide-menu): New functions.
13637         (recentf-menu-customization-changed, recentf-mode): Use them.
13638         (recentf-menu-action, recentf-max-menu-items)
13639         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
13640         (recentf-arrange-by-rule-others)
13641         (recentf-arrange-by-rules-min-items)
13642         (recentf-arrange-by-rule-subfilter) : Don't use
13643         `recentf-menu-customization-changed'.
13644         (recentf-arrange-rules): Likewise.  Accept functions to compute
13645         sub-menu titles.
13646         (recentf-menu-filter): Likewise.  Doc fix.
13647         (recentf-menu-value-shortcut): Doc fix.
13648         (recentf-dump-variable): Quote atom value.
13649         (recentf-make-menu-items): Update to use it as a menu filter.
13650         (recentf-match-rule): New function.
13651         (recentf-arrange-by-rule): Use it.
13652         (recentf-indirect-mode-rule): New function.
13653         (recentf-build-mode-rules): Use it.
13654         (recentf-dir-rule): New function.
13655         (recentf-arrange-by-dir): Use it.
13656         (recentf-filter-changer-current): Rename from
13657         `recentf-filter-changer-state'.  All references updated.
13658         (recentf-filter-changer-alist): Update filter names.
13659         (recentf-filter-changer-select): New function.
13660         (recentf-filter-changer): Use it.  Make a sub-menu from filters
13661         available in `recentf-filter-changer-alist'.
13662         (recentf-data-cache, recentf-clear-data)
13663         (recentf-update-menu): Remove.  All references updated.
13664         (recentf-match-rule-p, recentf-build-dir-rules)
13665         (recentf-filter-changer-goto-next)
13666         (recentf-filter-changer-get-current)
13667         (recentf-filter-changer-get-next): Remove.
13669 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
13671         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
13672         buffer "Reset" button to "Reset to Current" for consistency with
13673         the State buttons.
13675 2005-12-08  John Paul Wallington  <jpw@pobox.com>
13677         * ibuf-ext.el (define-ibuffer-filter filename):
13678         If `dired-directory' is a list then really use its car.
13680 2005-12-08  Kim F. Storm  <storm@cua.dk>
13682         * emulation/cua-rect.el (cua--rectangle-aux-replace):
13683         Fix indention of text on right side of replaced rectangle.
13685 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
13687         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
13688         No need to check gud-comint-buffer is bound.
13689         (gdb): Prevent multiple debugging when first session uses gdba.
13691 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13693         CC Mode update to 5.31.
13695         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
13696         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
13697         We might do this function properly in the future).
13699         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
13700         New macros c-sentence-end and c-default-value-sentence end, to cope
13701         with Emacs 22's new function `sentence-end'.
13703 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13705         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
13706         compat issue using `c-put-overlay' and `c-delete-overlay'.
13708         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
13709         New compat macros to handle overlays/extents.
13711 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13713         * progmodes/cc-fix.el: Add definitions of the macros push and pop
13714         (for GNU Emacs 20.4)
13716         * progmodes/cc-defs.el:
13717         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
13719         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
13720         highlighting mechanism so it will work in XEmacs too.
13722         * progmodes/cc-defs.el: Insert c-int-to-char.
13724         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
13725         call to the new macro c-int-to-char.  This solves XEmacs's
13726         regarding characters as different from integers.
13728 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13730         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
13731         New internal helper.
13733         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
13734         construct to make the indirect face lookup work in XEmacs.
13736         (c-cpp-matchers): Append the negation char face to the existing
13737         fontification, so that the cpp face doesn't disappear.
13738         Use `c-make-syntactic-matcher' to avoid negation chars in comments
13739         and strings.
13741         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
13742         to map to `font-lock-negation-char-face' in emacsen where it exists.
13744 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13746         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
13748         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
13749         Rename "c-subword-move-mode" as "c-subword-mode".
13751         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
13752         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
13754 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13756         * progmodes/cc-mode.el: Added autoload directive for
13757         `c-subword-move-mode' for use in older emacsen.
13759 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13761         * progmodes/cc-mode.el:
13762         (i) Insert a binding for C-c C-backspace into
13763         c-bind-special-erase-keys which works in TTYs.
13764         (ii) Make sure that when file styles are used, any explicitly
13765         given style variables take priority over those in the style.
13766         Do this by calling `hack-local-variables' a second time.
13768         * progmodes/cc-vars.el: Add language specific customization
13769         widgets for AWK to c-doc-comment-style, c-require-final-newline
13770         and c-default-style.  Add a defcustom for awk-mode-hook.
13771         Give c-syntactic-element and c-syntactic-context doc-strings by
13772         directly setting their `variable-documentation' propery.
13773         This allows Emacs 22.1 to read these with C-h v.
13775         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
13777 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13779         * progmodes/cc-fonts.el, cc-vars.el
13780         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
13781         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
13782         Masatake YAMATO.
13784         (c-doc-comment-style): Made GtkDoc default in C mode.
13786         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
13787         and C-c C-<delete>.
13789         (c-bind-special-erase-keys): New function for use on
13790         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
13792         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
13793         <delete> key behavior in XEmacs according to `delete-forward-p'.
13794         C.f. `c-electric-delete'.
13796 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13798         * progmodes/cc-mode.el: Give c-hungry-backspace and
13799         c-hungry-delete-forward permanent key bindings.
13801         * progmodes/cc-cmds.el (c-electric-semi&comma):
13802         Bind c-syntactic-context for calls to "criteria functions", for
13803         consistency with other calls to user functions.
13805         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
13806         `current-prefix-arg', since this might be the prefix arg to a
13807         command which calls c-indent-command as a function.  Change the
13808         interactive spec from "p" to "P".
13810         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
13811         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
13812         was difficult to understand.
13814 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13816         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
13817         first char of an identifier.
13819         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
13820         +" syntax in C++.
13822 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13824         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
13825         auto-fill doesn't split a c-comment's last word from a hanging
13826         "*/" when a space is typed between them after fill-column.
13828         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
13830         * progmodes/cc-styles.el (c-set-style)
13831         (c-setup-paragraph-variables): Abort the command if we're not in a
13832         CC Mode buffer.
13834         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
13835         with blank comment-prefix, and a blank line as the comment's
13836         second line.
13838 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13840         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
13841         Incorporate the patterns added in the Emacs development branch
13842         for the new Emacs 22 face `font-lock-negation-char-face'.
13844         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
13845         of "red" since it stands out better in xterms and DOS terminals.
13847         * progmodes/cc-engine.el (c-literal-faces):
13848         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
13850 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13852         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
13853         forcibly enable c-electric-flag.
13855         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
13856         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
13857         after the comment-prefix of a C-style comment will close that comment.
13859 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13861         * progmodes/cc-fonts.el (c-basic-matchers-before)
13862         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
13863         in Pike.
13865         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
13866         digraphs.
13868         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
13869         (c-cpp-message-directives, c-cpp-include-directives)
13870         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
13871         (c-cpp-expr-directives): Introduce new language constants to
13872         control cpp syntax in a cleaner way.
13874         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
13876         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
13878         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
13879         (c-multiline-string-start-char): New language constants and
13880         variables to specify how newlines in string literals work.
13882         (c-font-lock-invalid-string): Use them.
13884         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
13885         unbalanced close brace is entered.  Optimization by avoiding going
13886         back over arbitrarily large blocks.  Removed hints that this
13887         function only would be relevant/useful in AWK.
13889         (c-electric-brace): Indent syntactically after the cleanups since
13890         lineup functions might do it differently then.
13892         * progmodes/cc-engine.el, cc-langs.el
13893         (c-opt-op-identifier-prefix): New language constant and variable.
13895         (c-just-after-func-arglist-p, c-after-special-operator-id)
13896         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
13898         * progmodes/cc-align.el, cc-engine.el
13899         (c-after-special-operator-id): New helper to handle C++ operator
13900         identifiers.
13902         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
13903         (c-guess-basic-syntax): Handle C++ operator identifiers in
13904         declarations.
13906         * progmodes/cc-langs.el (c-assignment-operators): Add the
13907         trigraph version of ^= too.
13909         * progmodes/cc-langs.el (c-assignment-operators): Add the
13910         trigraph version of |= in C++.
13912         * progmodes/cc-fonts.el (c-font-lock-declarators):
13913         Handle `c-decl-hangon-kwds' after the identifier name.
13915         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
13916         whether an arglist is "nonempty", ignore a comment after the open
13917         paren if it isn't followed by a non-comment token on the same line.
13919         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
13920         Enable heuristics below the point to cope with classes inside special
13921         brace lists in Pike.
13923 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13925         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
13927 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13929         * progmodes/cc-guess.el (cc-guess-install): New function to
13930         install an already guessed style in another buffer.
13932         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
13933         sets `inhibit-read-only' - `c-save-buffer-state' should be used
13934         anyway if the change always is undone.
13936 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13938         Implement togglable electricity:
13940         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
13941         saying when it should be used.
13943         * progmodes/cc-engine.el: Add the new buffer-local variable,
13944         c-electric-flag.
13946         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
13947         c-toggle-auto-newline.
13949         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
13950         c-toggle-auto-newline.  Remove the binding for
13951         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
13952         c-toggle-electric-state.
13954         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
13956         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
13957         c-\(forward\|backward\)-subword.
13958         (c-update-modeline): Add the new modeline flag `l' for
13959         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
13960         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
13961         Make the old name an alias of the new name.
13962         (c-toggle-electric-state): New function.
13963         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
13964         Adapt these functions to do electric things only when
13965         c-electric-flag is non-nil.
13966         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
13967         new functions from c-electric-brace.
13968         (c-point-syntax): Add a check for "virtual semicolons" in AWK
13969         mode, so that the tentative extra newline doesn't change the
13970         syntax of the following brace.
13971         (c-electric-brace): Restructure by extracting the above functions.
13972         Tidy up the coding somewhat.
13973         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
13974         restructure a bit.
13976 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13978         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
13979         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
13981         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
13982         (c-submode-indicators): Change name from `c-auto-hungry-string'
13983         since it's now used to track another submode.
13985         (c-update-modeline): Convert to function and extended to check
13986         `c-subword-move-mode'.
13988         (c-forward-into-nomenclature, c-backward-into-nomenclature):
13989         Convert to compat aliases for `c-forward-subword' and
13990         `c-backward-subword'.
13992         * progmodes/cc-subword.el: New functions and minor mode to handle
13993         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
13995         (c-forward-subword, c-backward-subword, c-mark-subword)
13996         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
13997         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
13998         Functions corresponding to the standard word handling functions.
14000         (c-subword-move-mode): Minor mode that replaces all the standard
14001         word handling functions with their subword equivalences.
14003 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14005         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
14006         entry for one-liner-defun.
14008         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
14009         name in its def-edebug-spec.
14011         * progmodes/cc-cmds.el (c-electric-brace): Make the
14012         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
14013         compacts space before a comment, if this will make things fit on
14014         one line.
14016         Introduce an "awk" style, mainly for auto-newline and clean-ups.
14018         * progmodes/cc-align.el: New function c-snug-1line-defun-close
14020         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
14021         clean-up one-liner-defun.
14023         * progmodes/cc-styles.el: Add the new "awk" style.
14025         * progmodes/cc-vars.el: Add description of one-liner-defun to
14026         c-cleanup-list's doc-string.  New user options,
14027         c-max-one-liner-length.  In c-default-style, set the default style
14028         for AWK to "awk".
14030 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14032         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
14033         macros inside labels.
14035         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
14036         `c-at-statement-start-p' and `c-at-expression-start-p'.
14038         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
14039         error if the mark isn't set.
14041         * progmodes/cc-engine.el (c-guess-continued-construct)
14042         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
14043         accurately detect functions inside functions.
14045         * progmodes/cc-engine.el (c-at-expression-start-p): New function
14046         like `c-at-statement-start-p' that additionally recognizes commas
14047         and expression parentheses as delimiters.
14049         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
14050         to avoid heuristics that doesn't work for unclosed blocks.
14051         (c-at-statement-start-p): New function.
14053         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
14054         Objective-C directives, e.g. directives spanning lines should work
14055         reasonably well now.
14057         (c-put-c-type-property, c-clear-c-type-property): New helpers.
14059         (c-forward-objc-directive): New function to move over any ObjC
14060         directive.
14062         (c-just-after-func-arglist-p, c-guess-basic-syntax)
14063         (c-basic-matchers-before): Use it.
14065         (c-font-lock-objc-iip-decl): Remove.
14067         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
14068         in the template arglist recognition.
14070         * progmodes/cc-styles.el (c-style-alist): Fix several
14071         inconsistencies in the Whitesmith style.
14073         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
14074         New lineup function to get lines after Whitesmith style blocks
14075         correctly indented.
14077         (c-lineup-whitesmith-in-block): Back out the compensation for
14078         opening parens since it's done using `add' lists in the style
14079         definition instead.  Don't use the anchor position since it varies
14080         too much between the syntactic symbols. :P
14082         * progmodes/cc-vars.el (c-valid-offset): Update.
14084         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
14085         lists where the offsets are combined according to several
14086         different methods: `first', `min', `max', and `add'.
14087         Report offset evaluation errors with `c-benign-error' so that some kind
14088         of reindentation still is done.
14090         * progmodes/cc-engine.el (c-guess-basic-syntax):
14091         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
14092         `arglist-close'.
14094         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
14095         situations for `arglist-cont-nonempty' and `arglist-close'.
14097         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
14099         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
14100         cc-bytecomp-boundp' in a number of places.
14102         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
14103         macro related issue.
14105 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14107         * progmodes/cc-awk.el: Change the terminology of regexps: A char
14108         list is now [asdf], a char class [:alpha:].
14109         Include code for char classes.
14110         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
14111         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
14113         Remove (nearly all of) the cruft associated with AWK Mode's former
14114         concept of "virtual semicolons":
14116         Adapt c-beginning-of-statement, c-end-of-statement (together with
14117         subfunctions) to use the new notion of "virtual semicolon" in
14118         place of the old awkward special handling for AWK.  There remains
14119         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
14120         * progmodes/cc-cmds.el:
14121         (c-ascertain-adjacent-literal): In the backwards direction, now
14122         recognises AWK regexp delimiters as string delimiters.
14123         (c-after-statement-terminator-p): Adapt for virtual semicolons;
14124         check more rigorously for "end of macro".
14125         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
14126         virtual semicolons;
14127         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
14128         out the code for forward movement into ...
14129         (c-end-of-statement): Now contains the code for forward movement,
14130         adapted for virtual semicolons.
14132         * progmodes/cc-engine.el:
14133         (c-ws*-string-limit-regexp): New regexp.
14134         (c-forward-single-comment, c-backward-single-comment): Comment out
14135         the (now redundant) "special" AWK stuff.
14137         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
14138         c-string-par-start, c-string-par-separate to be more like Text
14139         Mode than Fundamental Mode.
14141 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14143         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
14144         to the fontified region so that fontification doesn't occur
14145         outside it (could happen e.g. when fontifying a line with an
14146         unfinished declaration).
14148 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14150         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
14151         start of the file.  ^L now separate sections of the file.
14152         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
14153         (c-awk-one-line-possibly-open-string-re)
14154         (c-awk-regexp-one-line-possibly-open-char-class-re)
14155         (c-awk-one-line-possibly-open-regexp-re)
14156         (c-awk-one-line-non-syn-ws*-re): New defonsts.
14157         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
14159         Amend the concept of "virtual semicolons" (in the indentation
14160         engine) for languages like AWK, such that they are now
14161         conceptually attached to end of the last token of a statement, not
14162         the end of the line.  (In AWK Mode, however, the pertinent text
14163         property is still physically set on the EOL.)  Remove the specific
14164         tests for awk-mode, thus facilitating the introduction of other
14165         language modes where EOLs can end statements.
14166         (Note: The funtionality in cc-cmds.el, specifically
14167         c-beginning/end-of-statement has yet to be amended.)
14169         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
14170         New macros.
14172         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
14173         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
14174         c-vsemi-status-unknown-p-fn (in a new page).
14176         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
14177         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
14178         numerous awkward forms like
14179         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
14180         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
14181         variable before-ws-ip, the place just after char-before-ip appears.
14183         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
14184         a comment.
14186 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14188         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
14189         `c-tentative-buffer-changes'.
14191         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
14192         convert to macro to choose between Emacs and XEmacs at compile time.
14194         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
14196         (c-tentative-buffer-changes): New macro to handle temporary buffer
14197         changes in a convenient way.
14199         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
14200         for `c-tentative-buffer-changes'.
14202         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
14203         the checks for paren sexps between the point and the keyword, to
14204         avoid some false alarms.
14206         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
14207         Fixed a situation where an error could be thrown for unbalanced
14208         parens.  Changed to make use of c-keyword-member' to avoid some
14209         repeated regexp matches.
14211         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
14212         These language variable are no longer necessary.
14214         (c-block-stmt-kwds): New language constant used by
14215         c-looking-at-inexpr-block'.
14217         (c-guess-basic-syntax): Remove an optional check that looked at
14218         the existence of the now removed language variables.
14220         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
14221         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
14222         object instantiation expressions as declarations in some contexts.
14223         This bug only affected languages where the declarator can't be
14224         enclosed in parentheses.
14226         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
14227         insert newlines before and after substatement braces.
14229         * progmodes/cc-engine.el: Improved the heuristics for recognizing
14230         function declaration headers and the handling of C++ style member
14231         init lists.
14233         (c-just-after-func-arglist-p): Rewritten to use
14234         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
14236         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
14238         (c-guess-basic-syntax): Adapt case 5B for the new
14239         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
14240         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
14241         covers all cases now).
14243         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
14245 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14247         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
14248         c-string-par-start/separate c-sentence-end-with-esc-eol,
14249         initialised in c-setup-paragraph-variables, used in string
14250         scanning subroutines of c-beginning-of-statement.
14252         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14253         which precedes the newly inserted `{'.
14255 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14257         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
14258         function for declaration level blocks.  It should now cope with
14259         templates better and also be a lot more comprehensible.
14261         (c-looking-at-decl-block): The new function.
14263         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
14264         for compatibility.
14266         (c-add-class-syntax, c-guess-continued-construct)
14267         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
14269         (c-decl-block-key): Change to tell apart ambiguous and
14270         unambiguous keywords.  Pike specials are now handled directly in
14271         the code instead.
14273         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
14274         New language constants and variables to make the backward skip in
14275         `c-looking-at-decl-block' as tight as possible.
14277         (c-nonsymbol-token-char-list): New language constant.
14279         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
14280         find balanced template arglists backwards.
14282         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
14283         making char classes for `c-syntactic-skip-backward'.
14285         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
14286         16D - can't be a class-close at that point.
14288         * progmodes/cc-engine.el (c-guess-basic-syntax)
14289         (c-add-class-syntax): Don't narrow out the enclosing declaration
14290         level.  This makes everything a lot easier, and it was actually
14291         only four small places that needed it to work.  Some places that
14292         previously did `widen' are removed now, which has the effect that
14293         `c-guess-basic-syntax' never will look at things outside the
14294         current narrowment now.  The anchor position for `topmost-intro'
14295         is affected by this, but it was so bogus it was basically useless
14296         before, and now it's equally bogus but in a slightly different way.
14298         (c-narrow-out-enclosing-class): Gone.
14300         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
14301         the narrowed region.
14303         (c-least-enclosing-brace): Remove silly optional argument.
14305         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14306         the point could be left directly after an open paren when finding
14307         the beginning of the first decl in the block.
14309         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
14310         Specify which submatch to use.
14312         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
14314         (c-decl-start-re): No longer any need for special treatment of
14315         ObjC due to the above.
14317         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
14318         presumably follows C in that regard.
14320         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
14321         New language constants to specify operator tokens inside
14322         identifiers in a more high level way.
14324         (c-opt-identifier-prefix-key): New internal language constant.
14326         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
14327         (c-identifier-start, c-identifier-key): Now completely calculated
14328         from other constants.
14330         (c-identifier-last-sym-match): Decommission since it's no longer used.
14332         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
14334         * progmodes/cc-engine.el (c-forward-name): Remove the
14335         optimization when c-identifier-key is equal to c-symbol-key since
14336         it doesn't work in byte compiled files.  Don't record empty
14337         regions as identifiers.
14339         * progmodes/cc-langs.el (c-filter-ops): New helper function to
14340         simplify access to `c-operators' and its likes.
14342         (c-operator-list, c-all-op-syntax-tokens)
14343         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
14344         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
14345         (c-primary-expr-regexp, c-cast-parens): Use it.
14347         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
14348         an explicit language in functions.
14350         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
14351         variant of adornment.
14353         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
14354         variable.
14356         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
14357         the Pike value.
14359         * progmodes/cc-engine.el (c-on-identifier)
14360         (c-simple-skip-symbol-backward): Small fix for handling "-"
14361         correctly in `skip-chars-backward'.  Affected the operator lfun
14362         syntax in Pike.
14364         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
14365         diagnostic message about precompiled language vars not being used.
14367         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
14368         "__attribute__" is followed by a parenthesis.
14370         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
14371         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
14372         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
14374         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
14375         Internal cleanups to properly detect the declared identifiers in
14376         various declarations.
14378         (c-decl-start-kwds): New language constant to recognize
14379         declarations that can start anywhere.  Used for class declarations
14380         in Pike.
14382         (c-specifier-key, c-not-decl-init-keywords)
14383         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
14384         (c-find-decl-spots): Implement `c-decl-start-kwds'.
14386         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
14387         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
14388         handling of the compiler specific extension keywords into a new
14389         language constant `c-decl-hangon-kwds' that defines keyword
14390         clauses to be ignored in declarations.
14392         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
14393         past unrecognized tokens when handling `c-colon-type-list-kwds'.
14394         Necessary to stop at the declared identifier in e.g. IDL valuetype
14395         declarations.
14397         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
14398         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
14399         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
14400         (c-forward-decl-or-cast-1): Recognize the declared identifier in
14401         class and enum declarations as such and not as part of the type.
14403         (c-forward-decl-or-cast-1, c-forward-label): Relax the
14404         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
14406         (c-forward-decl-or-cast-1): Don't disregard sure signs of
14407         declarations when there's some syntax error later on.
14409         (c-complex-decl-matchers): Did away with a reference to
14410         `c-specifier-key'.
14412         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
14413         value - this variable is always dynamically bound.
14415         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
14416         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
14417         * cc-cmds.el, cc-defs.el: Change the policy for marking up
14418         functions that might do hidden buffer changes: All such internal
14419         functions are now marked instead of those that don't.
14421         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
14422         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
14423         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
14424         (c-literal-type): Allow these functions to make hidden buffer changes,
14425         so that they are free to use text property caching later on.
14427         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
14428         (c-electric-brace, c-electric-slash, c-electric-star)
14429         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
14430         (c-electric-paren, c-electric-continued-statement, c-indent-command)
14431         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
14432         (c-context-line-break): Add `c-save-buffer-state' calls to comply
14433         with the changed semantics of the functions above.
14435         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
14436         when macros occur in obscure places.  Optimized the sexp movement
14437         a bit.
14439 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14441         Enhancements for c-beginning-of-statement to work in AWK Mode:
14443         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
14444         (completed statement) with `}' (statement completed by closing
14445         brace or semicolon) and `$' (statement completed by EOL).
14447         (c-awk-virtual-semicolon-ends-prev-line-p)
14448         (c-awk-virtual-semicolon-ends-line-p)
14449         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
14450         (c-awk-at-statement-end-p): New functions.
14452         * progmodes/cc-cmds.el: Simplify the structure of functions
14453         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
14454         two functions and c-beginning-of-statement to handle AWK Mode.
14456         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
14457         c-backward-single-comment for AWK mode.  Attempt to clarify their
14458         doc-strings.
14460         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
14462 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14464         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
14465         label handling.  Labels are now recognized in a uniform and more
14466         robust way, regardless of context.  Text properties are put on all
14467         labels to recognize the following declarations better.
14468         Multiword labels are handled both in indentation and fontification for
14469         the benefit of language extensions like Qt.  For consistency, keywords
14470         in labels are now fontified with the label face instead.
14471         That also applies to "case" and "default".
14473         (c-beginning-of-statement-1): Fix some bugs in the label
14474         handling.  Disregard `c-nonlabel-token-key' in labels that begin
14475         with `c-label-kwds'.
14477         (c-find-decl-spots): Support that the callback adds more
14478         `c-decl-end' spots to find.
14480         (c-forward-decl-or-cast-1): Don't treat a list of plain
14481         identifiers followed by a colon as a declaration.
14483         (c-forward-label): New function to recognize labels.
14485         (c-guess-basic-syntax): Replace uses of `c-label-key' with
14486         `c-forward-label'.  Moved the label recognition cases (14 and 15)
14487         earlier since they aren't so context sensitive now.  Handle labels
14488         on the top level gracefully.  Moved access label recognition to
14489         the generic label case (CASE 15) - removed CASE 5E.
14491         (c-font-lock-declarations): Add recognition of labels in the
14492         same round since we need to handle labels in parallell with other
14493         declarations to recognize both accurately.  It should also improve
14494         speed.
14496         (c-simple-decl-matchers, c-basic-matchers-after):
14497         Move `c-font-lock-labels' so that it only is used on decoration level 2
14498         since `c-font-lock-declarations' handles it otherwise.
14500         (c-complex-decl-matchers): Remove the simplistic recognition of
14501         access labels.
14503         (c-decl-prefix-re): Remove the kludges that was necessary to cope
14504         with labels earlier.
14506         (c-decl-start-re): New language variable to make
14507         `c-font-lock-declarations' stop for the special protection labels
14508         in Objective-C that start with `@'.
14510         (c-label-key): Remove since it's no longer used.
14512         (c-recognize-colon-labels, c-label-prefix-re): New language
14513         constants to support recognition of generic colon-terminated labels.
14515         (c-type-decl-end-used): `c-decl-end' is now used whenever there
14516         are colon terminated labels.
14518         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14519         first argument starts with a special brace list.
14521         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
14522         (c-font-lock-declarations): Break out the declaration and cast
14523         recognition from `c-font-lock-declarations' to a new function, so
14524         that it can be used in the indentation engine.
14526         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
14527         up to the start of the literal.  Fixed bug with the point on the
14528         wrong side of the search limit that could happen when the start
14529         position is inside a literal.
14531         * progmodes/cc-engine.el (c-parse-state)
14532         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
14533         so that it's kept a little bit back to increase the hit rate.
14535         (c-parse-state): Change the macro handling and fixed some
14536         glitches.  Macro context is checked more often than necessary now,
14537         but otoh less garbage conses are generated.
14539         * progmodes/cc-engine.el (c-parse-state)
14540         (c-invalidate-state-cache): Cache the last position where
14541         `c-state-cache' applies.  This can speed up refontification quite
14542         a bit in blocks where there are many non-brace parens before the point.
14544         (c-state-cache-end): New variable for this.
14546         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
14547         cache variable.
14549         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
14550         get close initial continue positions when the start position is
14551         inside a literal or macro.  Do not call the callback for spots
14552         before the start position (which can happen e.g. for `c-decl-end'
14553         spots inside comments).  Optimize better in special cases when the
14554         region is a single line inside a literal or macro (typically when
14555         the current line is refontified).
14557         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
14558         to `c-add-stmt-syntax' - there's no need to explicitly whack off
14559         entries from the paren state.
14561         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
14562         special case for "else if" clauses.
14564         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
14565         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
14567         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
14568         New language variable to recognize the gcc extension with statement
14569         blocks inside expressions.
14571         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
14572         it somewhat more comprehensible.  The argument AT-BLOCK-START is
14573         no longer used and hence removed.
14575         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
14576         to `c-add-stmt-syntax'.
14578         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
14579         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
14580         This fixes bogus label recognition.
14582         * progmodes/cc-engine.el (c-add-type, c-check-type)
14583         (c-forward-name, c-forward-type): Improve storage of template
14584         types in `c-found-types' so that they can be recognized better.
14586         (c-syntactic-content): Add option to skip past nested parens.
14588         * progmodes/cc-engine.el (c-forward-name):
14589         Set `c-last-identifier-range' all the time.  It's less work that way.
14590         Handle that there might not be an identifier to store in
14591         `c-last-identifier-range'.
14593         (c-forward-type): Handle that `c-last-identifier-range' might be
14594         nil from `c-forward-name'.
14596         * progmodes/cc-defs.el (c-safe-scan-lists)
14597         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
14599         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
14600         to work even if the form fails.
14602         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
14603         down in a large file in one go.
14605         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
14607         * progmodes/cc-align.el (c-lineup-assignments): New lineup
14608         function which is like `c-lineup-math' but returns nil instead of
14609         `c-basic-offset' when it doesn't match.
14611         (c-lineup-math): Change to use `c-lineup-assignments'.
14613 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14615         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
14616         c-beginning-of-statement.  New subfunctions
14617         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
14619 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14621         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
14622         hardcoded char classes whereever possible.  Changed a couple of
14623         places to use skip by syntax instead of skip by char class.
14625         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
14626         Fix a bug in the regexp that caused extreme backtracking.
14628         * progmodes/cc-langs.el (c-block-comment-starter)
14629         (c-block-comment-ender): New language constants to specify in a
14630         single place how block comments look.
14632         (c-comment-start-regexp, c-block-comment-start-regexp)
14633         (comment-start, comment-end, comment-start-skip)
14634         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
14635         (c-syntactic-ws, c-nonempty-syntactic-ws)
14636         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
14637         `c-line-comment-starter', `c-block-comment-starter' and
14638         `c-block-comment-ender'.
14640         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
14641         New language constants to break up things a bit.
14643         (c-simple-ws): New language constant for simple whitespace.
14645         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
14647         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
14648         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
14649         newlines.  Allow and ignore nil elements in the list.
14651 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14653         * progmodes/cc-cmds.el: Comment out a (n almost certainly
14654         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
14656         * progmodes/cc-cmds.el: Tidy up the comments in
14657         c-beginning-of-statement and subfunctions.
14659         * progmodes/cc-awk.el: Replace calls to put-text-property to the
14660         more flexible c-put-char-property and c-clear-char-properties.
14661         Add the author's email address.
14663         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
14665         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
14666         closing "*/" of a block comment.
14668         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
14669         subfunctions) so that it works at BOB and EOB.
14671         * progmodes/cc-cmds.el, cc-vars.el: More updating of
14672         c-beginning-of-statement, including new variable
14673         c-block-comment-start-regexp.
14675 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14677         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
14678         symbols from `*-font-lock-extra-types' so that there's no need to
14679         use `regexp-opt' on those lists.
14681         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
14682         `c-type-modifier-kwds' is empty.
14684         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
14685         there are several strings on the same line.
14687         * progmodes/cc-engine.el (c-literal-limits): Remove the
14688         compatibility function for older emacsen.  `c-literal-limits-fast'
14689         has now taken the place of this function.
14691         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
14692         with older emacsen: We now require `pps-extended-state'.
14694 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14696         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
14697         which obviates the need to hack sentence-end.  This now handles
14698         escaped newlines in strings correctly.  Correct minor bugs in
14699         c-move-over-sentence and in c-beginning-of-statement.
14701         * progmodes/cc-cmds.el (c-beginning-of-statement (and
14702         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
14703         that movement over macros and code are rigorously separated from
14704         eachother.  Correct a few incidental bugs.
14706         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
14707         Improve its doc-string.  Improve the handling of certain specific cases.
14709 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14711         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
14712         (c-guess-basic-syntax): Change the way class-level labels are
14713         recognized; they can now contain essentially any symbols.
14715         (c-opt-extra-label-key): New language variable to cope with the
14716         special protection label syntax in Objective-C.
14718         (c-opt-access-key): Remove; this is now handled better by
14719         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
14721         (c-complex-decl-matchers): Update to handle that
14722         `c-opt-access-key' no longer exists.
14724         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
14725         improved label recognition in `c-beginning-of-statement-1'.
14727         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
14728         Recognize bitfields better.
14730         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
14731         Remove some cruft and fixed a bug that could cause it to go to a
14732         position further down.
14734         * progmodes/cc-langs.el, cc-engine.el
14735         (c-beginning-of-statement-1): Improve detection of labels in
14736         declaration contexts.
14738         (c-beginning-of-decl-1): Use it.
14740         (c-nonlabel-token-key): New language constant and variable needed
14741         by `c-beginning-of-statement-1'.
14743         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
14744         manifested itself due to the correction in `c-forward-sexp'.
14746         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
14747         Make these behave as documented when used at the buffer limits.
14749         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
14750         (c-type-decl-end-used): Made this a language variable.
14752         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
14753         correctly when `combine-after-change-calls' is used together with
14754         temporary narrowings.
14756         * progmodes/cc-engine.el (c-beginning-of-statement-1):
14757         Report labels correctly when the start point is immediately after the
14758         colon.
14760         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
14761         Remove since it isn't used anymore.
14763         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
14764         bracket arglists such as template parens in C++.
14766         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
14767         in the last check-in.  Some optimization.
14769         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
14770         where it could stop at the same level in a preceding sexp when
14771         PAREN-LEVEL is set.
14773         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
14774         text property lookup only when it's needed.
14776         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
14777         Change the policy for paren marked angle brackets to be more
14778         persistent; once marked they remain marked even when they're found
14779         to be unbalanced in the searched region.  This should keep the
14780         paren syntax around even when individual lines are refontified in
14781         multiline template arglists.
14783         (c-parse-and-markup-<>-arglists): New dynamically bound variable
14784         to control markup so that incorrect angle bracket arglists aren't
14785         marked in contexts where the correct value for
14786         `c-disallow-comma-in-<>-arglists' isn't known.
14788         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
14789         argument has become `c-parse-and-markup-<>-arglists'.
14791         (c-remove-<>-arglist-properties): Remove - no longer used.
14793         (c-after-change-check-<>-operators): New function used on
14794         `after-change-functions' to avoid that "<" and ">" characters that
14795         are part of longer operators have paren syntax.
14797         (c-<>-multichar-token-regexp): New language variable used by
14798         `c-after-change-check-<>-operators'.
14800         (c-after-change): Call `c-after-change-check-<>-operators'.
14802         (c-font-lock-<>-arglists): Use the context properties set by
14803         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
14804         correctly to avoid doing invalid markup.
14806         (c-font-lock-declarations): Remove code that undoes the invalid
14807         markup done by `c-font-lock-<>-arglists'.
14809         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
14810         after `c-font-lock-declarations'.
14812         * progmodes/cc-engine.el (c-syntactic-skip-backward):
14813         Add paren-level feature.
14815         (c-guess-basic-syntax): Improve the anchor position for
14816         `template-args-cont' in nested template arglists.  There's still
14817         much to be desired in this area, though.
14819 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14821         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
14822         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
14824 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14826         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
14827         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
14829         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
14830         it doesn't work no longer are supported.
14832         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
14833         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
14834         requires support for the syntax-table' text property, which rules
14835         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
14836         cruft associated with those versions.
14838         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
14839         for the `syntax-table' text property, which rules out Emacs 19 and
14840         XEmacs < 21.4.  Removed various compatibility cruft associated
14841         with those versions.
14843         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
14844         support for the `syntax-table' text property.
14846         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
14847         variable and use an extra quoted face name instead.  All the
14848         emacsen flavors handle that correctly.
14850         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
14851         (c-font-lock-declarators, c-font-lock-declarations)
14852         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
14853         property to mark the items in in declarator lists to handle
14854         refontification inside multiline declarations better.
14856         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
14857         construct like "a * b = c;" as a declaration.
14859 2005-12-08  Kim F. Storm  <storm@cua.dk>
14861         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
14862         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
14863         select either meta, hyper, or super modifier for rectangle commands.
14864         (cua--rectangle-modifier-key): New defvar.
14865         (cua--M/H-key): Use it.  Remove special case for `space'.
14866         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
14867         on X, to meta otherwise.  Always bind C-return to toggle
14868         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
14870         * emulation/cua-rect.el (cua-help-for-rectangle):
14871         Use cua--rectangle-modifier-key.  Handle super modifier too.
14872         (cua--init-rectangles): Always bind C-return to toggle rectangle.
14873         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
14875         * ido.el: Move Acknowledgements and History after Commentary.
14876         Minor changes to Commentary.
14878         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
14879         keymap if cua--prefix-override-timer is `shift'.
14880         (cua--shift-control-prefix): New function; emulate "type prefix
14881         key twice" functionality to handle shifted prefix key override.
14882         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
14883         New commands.
14884         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
14886 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
14888         * textmodes/org.el (org-insert-heading): Try to do items before
14889         headings.
14890         (org-agenda-mode): Quote `org-agenda-mode-hook'.
14891         (org-insert-item): New function.
14892         (org-renumber-ordered-list): Don't skip to higher level lists.
14894 2005-12-08  Juri Linkov  <juri@jurta.org>
14896         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
14898         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
14900         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
14902         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
14903         the constructed function name fun-1.
14905         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
14906         because such links don't lead to parent documentation.
14908 2005-12-08  Kenichi Handa  <handa@m17n.org>
14910         * descr-text.el (describe-char): Use *Help-2* buffer if the
14911         current buffer is *Help*.  Call describe-text-properties while
14912         setting the original buffer.
14914 2005-12-07  Bill Wohler  <wohler@newt.com>
14916         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
14917         and causes problems with non-MH users (such as Gnus users).
14919 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
14921         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
14922         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
14923         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
14924         command "info sources".  Move calls to GDB command "list".
14925         (gdb-find-file-hook): Just use gdb-source-file-list.
14926         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
14927         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
14928         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
14929         (gdb-data-list-register-values-handler): Use correct trigger name.
14931 2005-12-07  Kim F. Storm  <storm@cua.dk>
14933         * ido.el (ido-completion-map): Rename from ido-mode-map.
14934         (ido-common-completion-map, ido-file-completion-map)
14935         (ido-file-dir-completion-map, ido-buffer-completion-map):
14936         Rename from ido-mode-....-map.
14937         (ido-init-completion-maps): Rename from ido-init-mode-maps.
14938         (ido-setup-completion-map): Rename from ido-define-mode-map.
14939         (ido-read-internal): Bind minibuffer-local-filename-completion-map
14940         to ido-completion-map.
14942 2005-12-07  Kenichi Handa  <handa@m17n.org>
14944         * international/mule-cmds.el
14945         (set-display-table-and-terminal-coding-system): If the coding
14946         system specified in `unibyte-display' property is different from
14947         the arg coding-system, don't setup standard-display-table.
14949 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14951         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
14952         that comments end at \n, regardless of selective-display.
14954 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
14956         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
14957         (gdb-version): New variables.
14958         (gdb-source-file-list, gdb-register-names)
14959         (gdb-changed-registers): New variables for use with GDB 6.4+.
14960         (gdb-ann3): Replace with...
14961         (gdb-init-1, gdb-init-2): ...two new functions.
14962         (gdba, gdb-prompt): Call gdb-init-1.
14963         (gdb-get-version): New function.  Call gdb-init-2 from here.
14964         (gud-watch): Make it work with mouse events too.
14965         (gdb-post-prompt): Don't add to queue until GDB version is known.
14966         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
14967         (gdb-locals-mode): Use gdb-version.
14968         (gdb-memory-format-map, gdb-memory-unit-map)
14969         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
14970         (gdb-locals-font-lock-keywords-1)
14971         (gdb-locals-font-lock-keywords-2): New variables.
14972         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
14973         (gdb-set-gud-minor-mode-existing-buffers-1)
14974         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
14975         (gdb-var-update-1, gdb-var-update-handler-1)
14976         (gdb-data-list-register-values-handler)
14977         (gdb-data-list-register-values-custom)
14978         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
14979         (gdb-stack-list-locals-handler, gdb-get-register-names):
14980         New functions for use with GDB 6.4+.
14981         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
14982         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
14983         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
14984         (gdb-stack-list-locals-regexp)
14985         (gdb-data-list-register-names-regexp): New regexps for use with
14986         GDB 6.4+.
14988 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14990         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
14992 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
14994         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
14995         prompts work for AUTH PLAIN.  Also reported by Steve Allan
14996         <seallan@verizon.net>.
14998 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15000         * frame.el (set-frame-parameter): Add doc string.
15002 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
15004         * textmodes/org.el (org-occur-highlights): New variable.
15005         (org-highlight-new-match, org-remove-occur-highlights): New functions.
15006         (org-highlight-sparse-tree-matches): New option.
15007         (org-do-occur): New function.
15008         (org-get-heading): Make it work also at beginning of line.
15009         (org-category-table): New variable.
15010         (org-get-category-table, org-get-category)
15011         (org-camel-to-words, org-link-search): New functions.
15012         (org-select-this-todo-keyword): New variable.
15013         (org-todo-list): New command.
15014         (org-shiftright, org-shiftleft): New commands.
15015         (org-agenda-todo): Add prefix argument.
15016         (org-show-hierarchy-above): New option.
15017         (org-show-todo-tree): Numerical prefix creates tree for specific
15018         TODO keyword.
15019         (org-outline-level): New function, to assign a level to plain
15020         lists items.
15021         (org-cycle-include-plain-lists): New option.
15022         (org-mode): Use `org-outline-level' as value of `outline-level'.
15023         (org-cycle): Temporarily switch `outline-regexp' if
15024         `org-cycle-include-plain-lists' is non-nil.
15025         (org-start-icalendar-file): Fix format bug.
15026         (org-agenda-get-day-entries): Create category table.
15027         (org-agenda-get-todos, org-agenda-get-timestamps)
15028         (org-agenda-get-deadlines, org-agenda-get-scheduled)
15029         (org-agenda-get-blocks): Use `org-get-category'.
15030         (org-context-in-file-links): Rename from
15031         `org-line-numbers-in-file-links'.
15033 2005-12-06  Romain Francoise  <romain@orebokech.com>
15035         * window.el (balance-windows): Delete extraneous third arg in call
15036         to `enlarge-window'.
15038 2005-12-06  Kenichi Handa  <handa@m17n.org>
15040         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
15042 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
15044         * progmodes/gdb-ui.el (gdb-var-create-handler)
15045         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
15046         (gdb-var-list-children-handler, gdb-var-update-handler):
15047         Current buffer is already gdb-partial-output-buffer, don't
15048         make it current again.
15050 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
15052         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
15053         (list-buffers-noselect): Use it.
15055 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15057         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
15058         (mail-yank-ignored-headers): Use regexp-opt.
15059         (mail-mode-map): Move initialization into declaration.
15060         (mail-sent-via): Remove unused shadowed var `to-line'.
15061         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
15062         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
15063         (mail-do-fcc): Use dolist and push.
15064         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
15065         (mail-yank-ignored-headers): Don't autoload.
15067 2005-12-05  Kenichi Handa  <handa@m17n.org>
15069         * international/mule-cmds.el (set-language-info-internal): New fun.
15070         (set-language-info): Call set-language-info-internal to update
15071         language-info-alist.  If LANG-ENV is the current one, call
15072         set-language-environment to make INFO effective now.
15073         (set-language-info-alist): Likewise.
15074         (locale-language-names): With locale "en", use English
15075         lang. env. but set the default codings to iso-8859-1.
15077 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
15079         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
15080         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
15081         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
15082         for plain strings.
15083         (gdb-frames-mode): Remove redundant call to font-lock-mode.
15084         (gdb-all-registers): Rename from toggle-gdb-all-registers.
15085         Create registers buffer if necessary.  Echo new state in minibuffer.
15086         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
15088 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
15090         * info.el (Info-fontify-node): Match external links using
15091         non-directory part of filename.
15093 2005-12-04  Juri Linkov  <juri@jurta.org>
15095         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
15096         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
15097         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
15098         because there is no customization option for it.
15100         * font-lock.el (lisp-font-lock-keywords-1):
15101         Add define-global-minor-mode.
15103         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
15105         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
15106         properties on the constructed variable names.
15108         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15109         Put `definition-name' properties on the constructed function names
15110         next-sym and prev-sym.
15112         * emacs-lisp/find-func.el (find-function-regexp):
15113         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
15114         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
15115         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
15116         and easy-menu-define.
15118         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
15119         easy-mmode-define-global-mode and define-global-minor-mode.
15120         (lisp-imenu-generic-expression): Add define-global-minor-mode.
15122         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
15123         instead of easy-mmode-define-global-mode.
15125         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
15126         Use define-minor-mode instead of easy-mmode-define-minor-mode.
15128         * cus-edit.el (customize-group, customize-group-other-window):
15129         Filter out autoloaded options from the group completion list by
15130         using heuristics that autoloaded groups don't have `custom-autoload'
15131         property on their symbols (they have only `custom-loads').
15133         * simple.el (completion-setup-function): Put completions-common-part
15134         face on complete completion string too (i.e. completion string
15135         without completions-first-difference face).
15137         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
15139 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
15141         * view.el (view-mode): Doc fix.
15143         * disp-table.el (standard-display-european): Add to the warning
15144         message a reference to the doc string.
15146         * play/yow.el (apropos-zippy): Call print-help-return-message,
15147         similar to other Help and Apropos commands.
15149         * help.el (print-help-return-message): If pop-up-frames is
15150         non-nil, set up help-return-method to delete the help window and,
15151         possibly, its frame as well, and don't display message about
15152         scrolling the help window.  Doc fix.
15153         (help-return-method): Doc fix.
15155 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
15157         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
15158         whereby names of length one or names starting with a
15159         symbol-constituent character would not be returned.
15161 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15163         * subr.el (atomic-change-group): Add edebug and indentation spec.
15165 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15167         * completion.el (save-completions-file-name): Fix typo in last change.
15169 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15171         * info.el: Move back/forward history to the beginning of the tool bar.
15173 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
15175         * allout.el (eval-when-compile): Remove unnecessary load of cl.
15176         Add fset of allout-real-isearch-abort during compile to fix
15177         byte-compilation warnings.
15178         (allout-mode-p): Move definition of this macro above all uses, or
15179         byte compilation in barren Emacs (eg, during Emacs build) will
15180         lack the definition.
15181         (allout-mode): Move this variable above any uses, or byte
15182         compilation will fail.
15183         (allout-resolve-xref): Remove use of personal file-reference function.
15184         (allout-toggle-current-subtree-encryption): Do the current (ie,
15185         visible containing) topic, rather than nearest around point.  Doc fix.
15186         (allout-toggle-subtree-encryption): New function, workhorse that
15187         works on nearest topic containing point.
15188         (allout-encrypt-string): Signal requirement for newer version of pgg.
15189         (allout-resumptions): Doc fix.
15191 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
15193         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
15195 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
15197         * textmodes/flyspell.el (flyspell-external-point-words):
15198         Consider a misspelling as found in the string search if: (a) misspelling
15199         and found string lengths match, or (b) misspelling is found as
15200         element in a boundary-chars separated longer string, or (c)
15201         ispell-program-name is really ispell and misspelling is found as
15202         part of a TeX string.  After successful match move beginning of
15203         search region to end of match.  Warn about not found misspellings
15204         once the process is done.
15205         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
15207 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
15209         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
15210         tool bar (removed inadvertently).
15212 2005-12-02  Juri Linkov  <juri@jurta.org>
15214         * log-view.el (log-view-diff): Clarify doc string.
15216 2005-12-01  Bill Wohler  <wohler@newt.com>
15218         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
15219         triggers lm-verify errors.
15221 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
15223         * simple.el (transient-mark-mode, line-number-mode)
15224         (column-number-mode, size-indication-mode): Remove `:require nil'.
15226 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
15228         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
15229         in the margin also.
15230         (gdb-breakpoints-mode-map): Use D instead of d for
15231         gdb-delete-breakpoint.
15232         (gdb-get-frame-number): Require a number to match on.
15233         (gdb-threads-mode-map): Add follow-link binding.
15235 2005-11-30  Jason Rumney  <jasonr@gnu.org>
15237         * isearch.el (isearch-mode-map): Avoid exiting search on
15238         language-change event.
15240 2005-11-30  Romain Francoise  <romain@orebokech.com>
15242         * speedbar.el (speedbar-default-position): New defcustom.
15243         (speedbar-frame-reposition-smartly): Use it.
15245         * dframe.el (dframe-reposition-frame-emacs): Fix position
15246         computation for `left' location.
15247         Update copyright year.
15249 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15251         * help.el (help-map): Move initialization into declaration.
15253         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
15255         * help-fns.el (help-argument-name): Don't autoload.
15256         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
15257         to be re-loaded when customizing the `help' group.
15259 2005-11-30  John Paul Wallington  <jpw@gnu.org>
15261         * help-fns.el (describe-function-1): Fill arglist output.
15263 2005-11-30  Kim F. Storm  <storm@cua.dk>
15265         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
15266         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
15267         after revert-buffer (or anything else which kills all local variables).
15269         * apropos.el (apropos-parse-pattern): Doc fix.
15270         Set apropos-regexp directly, rather than expecting callers to do so.
15271         (apropos-command, apropos, apropos-value, apropos-documentation):
15272         Simplify calls to apropos-parse-pattern.
15274 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
15276         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
15277         (hi-lock-face-phrase-buffer): Use hi-yellow face.
15278         (hi-lock-write-interactive-patterns): Use comment-region.
15280         * longlines.el (longlines-mode): Add mail-setup-hook.
15282         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
15284         * simple.el (sendmail-user-agent-compose, next-line):
15285         Conditionally use hard-newline.
15287 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15289         * international/latexenc.el (latex-inputenc-coding-alist):
15290         Reword doc string.
15292 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
15294         * help.el (describe-key-briefly, describe-key): Recognize default
15295         bindings.
15297 2005-11-29  Romain Francoise  <romain@orebokech.com>
15299         * view.el (view-inhibit-help-message): New defcustom.
15300         (view-mode-enter): Use it.
15302 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
15304         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
15305         Preserve user position.
15307 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
15309         * font-lock.el: Throw error if facemenu is not loaded to prevent
15310         accidental change of loading order in loadup.el.  (Suggested by RMS.)
15312         * loadup.el: Add comment explaining why facemenu must be loaded
15313         before font-lock.
15315 2005-11-28  Jay Belanger  <belanger@truman.edu>
15317         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
15318         (calc-dispatch-map): Add more keys for `calc-same-interface'.
15320         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
15322         * calc/calc-embed.el (calc-do-embedded): Update help message.
15324         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
15326 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15328         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
15330         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
15331         called-interactively-p.
15332         (elp-profilable-p): Rename from elp-not-profilable-p.
15333         Invert result and take into account macros and autoloaded functions.
15334         (elp-instrument-function): Update call.
15335         (elp-instrument-package): Update call.  Add completion.
15336         (elp-pack-number): Use match-string.
15337         (elp-results-jump-to-definition-by-mouse): Merge into
15338         elp-results-jump-to-definition and then remove.
15339         (elp-output-insert-symname): Make help echo text single-line.
15341         * replace.el (query-replace-map): Move initialization into declaration.
15342         (occur-engine): Use with-current-buffer.
15343         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
15344         (occur-mode-mouse-goto): Replace with an alias.
15346 2005-11-28  Juri Linkov  <juri@jurta.org>
15348         * simple.el (quoted-insert): Let-bind input-method-function to nil.
15350         * term/w32-win.el: Bind [S-tab] to [backtab].
15352         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
15353         `Info-find-file' to t.
15355         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
15356         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
15357         and same-window-regexps.
15358         (occur-next-error): Don't move point for arg 0.
15360 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
15362         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
15364 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15366         * log-edit.el (log-edit-changelog-use-first): New var.
15367         (log-edit-changelog-ours-p): Use it.
15368         (log-edit-insert-changelog): Set it with new arg `use-first'.
15369         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
15370         (log-edit-hook): Add them to the list of suggested options.
15372         * textmodes/flyspell.el (flyspell-last-buffer): New var.
15373         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
15374         redundant work.
15375         (flyspell-mode-on): Use add-hook for after-change-functions.
15376         (flyspell-mode-off): Use remove-hook for after-change-functions.
15377         (flyspell-changes): Make it buffer-local.
15378         (flyspell-after-change-function): Make it non-interactive.  Use push.
15379         (flyspell-post-command-hook): Check input-pending-p while processing
15380         the potentially long list of buffer changes.
15382 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15384         * buff-menu.el (list-buffers-noselect): Display the selected
15385         frame's buffer list, not the global one.
15387 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
15389         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
15390         that (list last-input-event) works as in interactive spec.
15392 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
15394         * loadup.el ("facemenu"): Load facemenu before font-lock, because
15395         `facemenu-keymap' needs to be defined when font-lock is loaded.
15396         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
15398 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15400         * completion.el: Remove useless leading * in defcustom docstrings.
15401         (save-completions-file-name): Use ~/.emacs.d if available.
15402         (completion-standard-syntax-table): Rename from
15403         cmpl-standard-syntax-table and fold initialization into declaration,
15404         thus removing cmpl-make-standard-completion-syntax-table.
15405         (completion-lisp-syntax-table, completion-c-syntax-table)
15406         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
15407         (cmpl-saved-syntax, cmpl-saved-point): Remove.
15408         (symbol-under-point, symbol-before-point)
15409         (symbol-under-or-before-point, symbol-before-point-for-complete)
15410         (add-completions-from-c-buffer): Use with-syntax-table.
15411         (make-completion): Don't return a list of completion entries.
15412         Update callers.
15413         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
15414         (completion-initialize): Rename from initialize-completions.
15415         (completion-find-file-hook): Rename from cmpl-find-file-hook.
15416         (kill-emacs-save-completions): Collect stats here.
15417         (save-completions-to-file, load-completions-from-file):
15418         Use with-current-buffer.
15419         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
15420         into a function.  Move all calls to toplevel.
15421         (completion-lisp-mode-hook): New fun.
15422         (completion-c-mode-hook, completion-setup-fortran-mode):
15423         Set the syntax-table here.  Use local-set-key.
15424         (completion-saved-bindings): New var.
15425         (dynamic-completion-mode): Make it into a proper minor mode.
15426         (load-completions-from-file): Remove unused var `num-uses'.
15428         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
15429         constructor if it is explicitly overridden.
15431         * complete.el (PC-completion-as-file-name-predicate):
15432         Use minibuffer-completing-file-name.
15433         (partial-completion-mode): Use find-file-not-found-functions.
15434         (PC-lisp-complete-symbol): Use with-syntax-table.
15435         (PC-look-for-include-file): Remove dead setq.
15436         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
15437         (PC-complete): Use with-current-buffer.
15439         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
15440         escape single quotes.
15442 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
15444         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
15445         of `if' whose condition always returned nil.  Doc fix.
15447         * buff-menu.el (Buffer-menu-revert-function): Make the selected
15448         window's buffer the current buffer around the call to
15449         `list-buffers-noselect'.  This is necessary to mark that buffer
15450         with a `.' in the Buffer Menu when called from Lisp, for instance
15451         by Auto Revert Mode.
15453 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
15455         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
15456         attaching to it.
15457         (gdb-pre-prompt): Make sure gdb-error is reset.
15459         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
15460         with a child process, detect it.
15461         (gud-speedbar-buttons): Match regexp more carefully.
15463 2005-11-27  Richard M. Stallman  <rms@gnu.org>
15465         * mouse.el (mouse-drag-move-window-bottom):
15466         Use adjust-window-trailing-edge.
15468 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
15470         * simple.el (blink-matching-open): Ignore
15471         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
15472         (blink-matching-paren-on-screen): Update docstring.
15474         * paren.el (show-paren-mode): No longer change
15475         `blink-matching-paren-on-screen'.
15477 2005-11-27  John Paul Wallington  <jpw@pobox.com>
15479         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
15480         (gdb-threads-select, gdb-edit-register-value):
15481         Use `posn-set-point' instead of `mouse-set-point' because the
15482         latter is not fbound when configured without X.
15484 2005-11-27  Kim F. Storm  <storm@cua.dk>
15486         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
15487         existing face when partially highlighting a TAB in a rectangle.
15489 2005-11-26  Kim F. Storm  <storm@cua.dk>
15491         * ido.el (ido-mode-map): Doc fix.
15492         (ido-mode-common-map, ido-mode-file-map)
15493         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
15494         (ido-define-mode-map): Rewrite.  Select one of the new maps as
15495         parent for ido-mode-map instead of building from scratch.
15496         (ido-init-mode-maps): New defun to initialize new maps.
15497         (ido-mode): Call it.
15498         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
15499         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
15501 2005-11-26  John Paul Wallington  <jpw@pobox.com>
15503         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
15504         `mouse-set-point' because the latter is not fbound when configured
15505         without X.
15507 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
15509         * files.el (file-relative-name): Doc fix.
15511 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
15513         * progmodes/octave-inf.el (inferior-octave-startup): Force a
15514         non-empty string for secondary prompt PS2.
15516 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
15518         * progmodes/compile.el (compilation-setup): Fix last change.
15520 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
15522         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
15523         (gdb-mouse-toggle-breakpoint-margin)
15524         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
15525         Add gdb-server-prefix to keep out of command history.
15526         (gdb-edit-register-value): New function.
15527         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
15528         (gdb-info-registers-custom): Use above map.
15530 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
15532         * custom.el (enable-theme): Signal error if argument is not a
15533         theme.  Don't recalculate a face if it's not loaded yet.
15535         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
15536         the `user' theme is in effect.
15538         * info.el (Info-on-current-buffer): Record actual filename in
15539         Info-current-file, instead of t, or a fake filename if a non-file
15540         buffer.  Make autoload.
15541         (Info-find-node, Info-revert-find-node): No need to check for
15542         Info-current-file nil.
15543         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
15544         Info-current-file is now never `t'.
15545         (Info-fontify-node): Many simplifications due to Info-current-file
15546         always being valid.  Use Info-find-file to find node filename.
15548 2005-11-25  David Kastrup  <dak@gnu.org>
15550         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
15551         new character, then delete" in order to preserve markers.
15553 2005-11-25  David Ponce  <david@dponce.com>
15555         * recentf.el (recentf-arrange-by-rule): Handle a special
15556         `auto-mode-alist'-like "strip suffix" rule.
15557         (recentf-build-mode-rules): Handle second level auto-mode entries.
15559 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
15561         * viper-keym.el (viper-ESC-key): Use different values in terminal and
15562         window modes.
15564         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
15565         jde-javadoc-checker-report-mode.
15567         * ediff-wind (ediff-make-wide-display): Slight simplification.
15569         * ediff.el (ediff-date): Change the date of last update.
15571 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
15573         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
15574         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
15575         (hi-lock-mode): New global minor mode.
15576         (turn-on-hi-lock-if-enabled): New function.
15577         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
15578         Change arguments to regexp and face instead of a font-lock pattern.
15579         Directly set face property, instead of refontifying.
15580         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
15581         (hi-lock-find-patterns): Use line-number-at-pos.
15583         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
15584         arguments for hi-lock-set-pattern.
15585         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
15586         Call font-lock-fontify-buffer.
15587         (hi-lock-find-file-hook, hi-lock-current-line)
15588         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
15590         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
15591         turned off.
15593         * progmodes/compile.el (compilation-setup): Don't fiddle with
15594         font-lock-defaults.
15596 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
15598         * progmodes/gdb-ui.el (gdb-var-create-handler)
15599         (gdb-var-list-children-handler): Find values for all variable
15600         objects.  gud-speedbar-buttons decides whether to display them.
15602 2005-11-24  Romain Francoise  <romain@orebokech.com>
15604         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
15605         buffer name with a space.
15607 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
15609         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
15610         `org-export-local-list-max-depth'.  Change default value to 3.
15611         (org-auto-renumber-ordered-lists)
15612         (org-plain-list-ordered-item-terminator): New options.
15613         (org-at-item-p, org-beginning-of-item, org-end-of-item)
15614         (org-get-indentation, org-get-string-indentation)
15615         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
15616         New functions.
15617         (org-move-item-down, org-move-item-up): New commands.
15618         (org-export-as-html): New classes for CSS support.  Bug fix in
15619         regular expression detecting fixed-width regions.  Respect
15620         `org-local-list-ordered-item-terminator'.
15621         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
15622         also a list item.
15623         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
15624         New item moving functions.
15626 2005-11-24  Juri Linkov  <juri@jurta.org>
15628         * isearch.el (isearch-repeat): With empty search ring set
15629         `isearch-error' to the error string instead of signaling error
15630         with the function `error'.
15632 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15634         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
15636 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
15638         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
15639         and variable.
15640         (gdb-var-create-handler, gdb-var-list-children-handler):
15641         Don't match on "char **...".
15642         (gdb-var-update-handler): Find values for all variable objects.
15643         (gdb-info-frames-custom): Identify frames by leading "#".
15645         * progmodes/gud.el (gud-speedbar-menu-items): Add
15646         gdb-speedbar-auto-raise as radio button.
15647         (gud-speedbar-buttons): Raise speedbar if requested.
15648         Don't match on "char **...".
15649         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
15650         Make it editable.
15652 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
15654         * info.el (Info-fontify-node): Handle the case where
15655         Info-current-file is t.
15657 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15659         * simple.el (blink-matching-open): Fix off-by-one in last change.
15661 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15663         * term/mac-win.el: Don't change default directory.
15665 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
15667         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
15668         buffers correctly.  (It used to throw an error in such buffers.)
15669         Make it ask for confirmation in group buffers and other Custom
15670         buffers containing more than one customization item.
15672 2005-11-22  John Paul Wallington  <jpw@gnu.org>
15674         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
15675         property on mail and url overlays.
15676         (goto-address-at-point): Use `posn-set-point' instead of
15677         `mouse-set-point' because the latter is not fbound when configured
15678         without X.
15680 2005-11-22  Lars Hansen  <larsh@soem.dk>
15682         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
15683         (ls-lisp-classify, ls-lisp-format): Delete call to
15684         ls-lisp-parse-symlink.
15685         (ls-lisp-handle-switches): Handle symlinks to directories as
15686         directories when ls-lisp-dirs-first in non-nil.
15688 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
15690         * startup.el (command-line): Make sure that loaddefs.el is handled
15691         correctly in load-history.
15693 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
15695         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
15696         (gdb-struct-string, gdb-array-string): New constants.
15697         (gdb-info-locals-handler): Use them.
15698         (gdb-reset): Reset gdb-var-list to nil.
15700 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15702         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
15703         in patterns.
15705 2005-11-21  Juri Linkov  <juri@jurta.org>
15707         * custom.el (defcustom): Update link types in docstring.
15709 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
15711         * custom.el (defgroup): Add doc-string-elt info.
15713         * widget.el (define-widget): Don't use declare for the doc-string-elt.
15715 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15717         * newcomment.el (comment-enter-backward): Fix last fix.
15719         * simple.el (blink-matching-open):
15720         * paren.el (show-paren-function): Allow new paren-class info.
15722 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
15724         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
15725         handled automagically.
15727 2005-11-20  Andreas Schwab  <schwab@suse.de>
15729         * descr-text.el (describe-char): When copying overlays put them
15730         over the full char description instead of just the first character
15731         of it.
15733 2005-11-20  Juri Linkov  <juri@jurta.org>
15735         * simple.el (what-cursor-position):
15736         * descr-text.el (describe-char): Use Lisp-readable syntax
15737         for octal and hex.  Reorder decimal, octal and hex values.
15738         Remove excess whitespace in the output.  Use `=' in `column='
15739         like in `point=' and `Hscroll='.
15741         * international/mule-cmds.el (encoded-string-description):
15742         Use Lisp-readable syntax for hex.
15744 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15746         * newcomment.el (comment-enter-backward): Handle the case where the
15747         comment is closed by EOB.
15749 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15751         * longlines.el (longlines-before-revert-hook)
15752         (longlines-after-revert-hook): New functions.
15753         (longlines-mode): Turn off longlines temporarily when reverting.
15754         Add a message-setup-hook.
15755         (longlines-decode-buffer): New function.
15756         (longlines-wrap-line): Preserve marker positions.
15758 2005-11-19  Andreas Schwab  <schwab@suse.de>
15760         * emacs-lisp/shadow.el: Handle compressed files.
15762 2005-11-19  Romain Francoise  <romain@orebokech.com>
15764         * net/browse-url.el (browse-url-default-browser): Signal an error
15765         if no usable browser can be found, rather than try to load w3.
15767 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
15769         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
15770         replacing existing properties.
15771         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
15772         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
15773         tty specs.
15774         (rcirc-server-prefix, rcirc-server): New faces.
15775         (rcirc-url-regexp): Generate with rx macro.
15776         (rcirc-last-server-message-time): New variable.
15777         (rcirc-filter): Record time of last message.
15778         (rcirc-keepalive): Kill processes that did not send a message
15779         since the last ping.
15780         (rcirc-mode): Give rcirc-topic a local binding here.
15782 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
15784         * subr.el (read-passwd): Fontify the prompt as we do with other
15785         prompts.
15787 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
15789         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
15790         binding buffer-read-only to nil.
15792 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
15794         * complete.el (partial-completion-mode):
15795         Mention completion-auto-help in the doc string.
15797         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
15798         more Lisp-ish way.
15800 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
15802         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
15803         digits, not 8, to avoid misalignment for files larger than 100MB.
15805 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
15807         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
15808         Mention "keyboard shortcuts" in the help text.
15810 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15812         * startup.el (fancy-splash-default-action): Discard only
15813         mouse-down and succeeding mouse-up events in the splash screen
15814         window so that drag-n-drop event can be processed.
15816 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
15818         * longlines.el (longlines-mode): Add hacks for mail-mode and
15819         message-mode.
15821 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
15823         * textmodes/org.el (org-table-sort-lines): New command.
15824         (org-tbl-menu): Add entry for `org-table-sort-lines'.
15825         (org-add-file): Command removed, use `org-agenda-file-to-front'
15826         instead.
15827         (org-export-icalendar): Use `org-icalendar-combined-name'.
15828         (org-cycle-agenda-files, org-agenda-file-to-end)
15829         (org-agenda-file-to-front): New commands.
15830         (org-table-tab-jumps-over-hlines, org-export-html-style):
15831         New options.
15832         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
15833         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
15834         New functions.
15835         (org-fill-paragraph): Call `org-table-align' in tables.
15836         (org-mode): Call `org-set-autofill-regexps'.
15837         (org-export-as-html): Support for local handformatted lists.
15838         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
15839         (org-export-local-list-max-depth): New option.
15840         (org-html-expand): Use `org-html-protect'.
15842 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
15844         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
15845         to "p".
15846         (gdb): Move definition of gud-pp to...
15848         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
15849         speedbar.
15850         (gdb-find-watch-expression): New function.
15852 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15854         * faces.el (face-attribute, set-face-attribute): Mention existence
15855         of `:ignore-defface' setting in docstring.
15857 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15859         * simple.el (completion-setup-function): Fix last change.
15861 2005-11-17  John Paul Wallington  <jpw@pobox.com>
15863         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
15864         Use `posn-set-point' instead of `mouse-set-point' because the
15865         latter is not fbound when configured without X.
15867         * comint.el (comint-insert-input): Likewise.
15869 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15871         * simple.el (hard-newline): New variable.
15872         (sendmail-user-agent-compose, next-line): Use it.
15874         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
15875         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
15876         (mail-mail-reply-to, mail-mail-followup-to)
15877         (mail-position-on-field, mail-signature, mail-yank-original)
15878         (mail-attach-file): Likewise.
15880         * mail/mailheader.el (mail-header-format)
15881         (mail-header-format-function): Likewise.
15883         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
15885 2005-11-17  Juri Linkov  <juri@jurta.org>
15887         * font-lock.el (font-lock-faces): Rename this defgroup from
15888         `font-lock-highlighting-faces'.
15889         (font-lock-comment-face, font-lock-comment-delimiter-face)
15890         (font-lock-string-face, font-lock-doc-face)
15891         (font-lock-keyword-face, font-lock-builtin-face)
15892         (font-lock-function-name-face, font-lock-variable-name-face)
15893         (font-lock-type-face, font-lock-constant-face)
15894         (font-lock-warning-face, font-lock-negation-char-face)
15895         (font-lock-preprocessor-face)
15896         (font-lock-regexp-grouping-backslash)
15897         (font-lock-regexp-grouping-construct): Rename :group from
15898         `font-lock-highlighting-faces' to `font-lock-faces'.
15900         * cus-edit.el (lisp, c, tex):
15901         * progmodes/ada-mode.el (ada):
15902         * progmodes/asm-mode.el (asm):
15903         * progmodes/cperl-mode.el (cperl-faces):
15904         * progmodes/cpp.el (cpp):
15905         * progmodes/dcl-mode.el (dcl):
15906         * progmodes/f90.el (f90):
15907         * progmodes/fortran.el (fortran):
15908         * progmodes/icon.el (icon):
15909         * progmodes/idlwave.el (idlwave-misc):
15910         * progmodes/m4-mode.el (m4):
15911         * progmodes/make-mode.el (makefile):
15912         * progmodes/meta-mode.el (meta-font):
15913         * progmodes/modula2.el (modula2):
15914         * progmodes/octave-mod.el (octave):
15915         * progmodes/pascal.el (pascal):
15916         * progmodes/perl-mode.el (perl):
15917         * progmodes/prolog.el (prolog):
15918         * progmodes/ps-mode.el (PostScript-edit):
15919         * progmodes/scheme.el (scheme):
15920         * progmodes/sh-script.el (sh-script):
15921         * progmodes/simula.el (simula):
15922         * progmodes/tcl.el (tcl):
15923         * textmodes/nroff-mode.el (nroff):
15924         * textmodes/reftex-vars.el (reftex-fontification-configurations):
15925         * textmodes/sgml-mode.el (sgml):
15926         * textmodes/texinfo.el (texinfo):
15927         Add :link (custom-group-link font-lock-faces) to defgroup.
15929         * hi-lock.el (hi-lock): Rename this defgroup from
15930         `hi-lock-interactive-text-highlighting'.  Change parent group from
15931         `faces' to `font-lock'.  Add link to the manual.
15932         (hi-lock-mode, hi-lock-file-patterns-range)
15933         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
15934         `hi-lock-interactive-text-highlighting' to `hi-lock'.
15935         (hi-lock-faces): Add :group `faces'.
15937         * cus-edit.el (custom-variable-prompt): Clarify the code.
15939         * faces.el (face-read-string): Set the default value arg of
15940         completing-read.
15942 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
15944         * rfn-eshadow.el (file-name-shadow-properties)
15945         (file-name-shadow-tty-properties, file-name-shadow-mode):
15946         Remove autoloads, because the file is now preloaded.
15948 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15950         * printing.el (easy-menu-intern): Don't define.
15951         (pr-get-symbol): Use easy-menu-intern only if defined.
15953         * simple.el (blink-matching-open): Simplify a bit.
15954         (completion-setup-function): Fix the case of partial-completion-mode
15955         when the minibuffer's contents start with "-".
15956         Obey completion-base-size-function even when
15957         minibuffer-completing-file-name is non-nil.
15959 2005-11-16  Richard M. Stallman  <rms@gnu.org>
15961         * net/eudcb-ph.el (eudc-ph-open-session):
15962         Use set-process-query-on-exit-flag.
15964         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
15966         * international/ucs-tables.el (ucs-set-table-for-input):
15967         Use make-local-variable, not make-variable-buffer-local.
15969         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
15970         Improve warning message text.
15972         * savehist.el (savehist-save-hook): Add :group.
15974         * menu-bar.el (menu-bar-help-menu):
15975         Rename Find Extra Packages to External Packages.
15977         * cus-edit.el (Custom-reset-standard): Verify that
15978         :custom-standard-value prop exists before calling it.
15980         * apropos.el (apropos-calc-scores): Use apropos-pattern.
15982 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
15984         * wid-edit.el (color): Enclose %t in %{...%}.
15986         * cus-edit.el (face): Enclose %t in %{...%}.
15988 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
15990         * savehist.el (savehist-mode-hook): Re-add the var.
15991         (savehist-mode): Use it.
15993 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15995         * textmodes/flyspell.el: Fix commenting convention.
15996         Remove unnecessary leading * in custom docstrings.
15997         (flyspell-emacs): Remove unused var.
15998         (flyspell-delete-region-overlays): Use remove-overlays.
15999         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
16000         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
16001         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
16002         (flyspell-debug-signal-word-checked): Use with-current-buffer.
16003         (make-flyspell-overlay): Don't locally reuse a global name.
16004         (flyspell-highlight-incorrect-region)
16005         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
16006         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
16007         (flyspell-notify-misspell): Remove unused args `start' and `end'.
16008         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
16009         Wrap calls to accept-process-output inside with-local-quit since it's
16010         often called from a post-command-hook.
16011         (flyspell-correct-word, flyspell-auto-correct-word):
16012         Use ispell-send-string.
16013         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
16015         * calendar/diary-lib.el (diary-list-entries): Also hide the
16016         terminating newline.
16018 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
16020         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
16021         window-system, to allow fonts on tty.
16023 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
16025         * progmodes/gud.el (gud-speedbar-item-info): New function.
16026         (gud-install-speedbar-variables): Use it to display data type
16027         of watch expression as a tooltip in speedbar.
16029 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
16031         * font-core.el (global-font-lock-mode): Add :version keyword,
16032         because default was changed.
16034         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
16036         * startup.el (command-line): Use `custom-reevaluate-setting' for
16037         `file-name-shadow-mode'.
16039         * loadup.el: Preload rfn-eshadow.
16041         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
16042         Add :version keyword.
16043         (file-name-shadow-properties, file-name-shadow-tty-properties)
16044         (file-name-shadow): Add :version keyword.
16046         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
16047         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
16048         in the custom-group property of the symbol frames and the fringe
16049         group got no link to its parent group frames.
16050         Doc fix.
16052 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16054         * progmodes/gud.el (gud-stop-subjob): New function.
16055         (gud-menu-map, gud-tool-bar-map): Use it.
16057 2005-11-16  Kim F. Storm  <storm@cua.dk>
16059         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
16060         than kill it.
16061         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
16062         to a more useful/logical place.
16064 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16066         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
16067         go buttons complementary.
16069 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16071         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
16072         (rfn-eshadow-sifn-equal): New function.
16073         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
16075 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
16077         * viper-utils.el (viper-non-word-characters-reformed-vi):
16078         Quote `-' in string.
16080         * viper.el (viper-emacs-state-mode-list): Ensure that
16081         rcirc-mode buffers come up in Emacs state.
16083         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
16084         operation.
16086 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
16088         * term.el (term-termcap-format): Fix typos.
16089         (term-down): Fix the negative argument case.
16091 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16093         * progmodes/gdb-ui.el: Remove face-alias left over from change on
16094         2005-08-15.
16095         (gdb-ann3): New command gud-go.
16096         (menu): Accomodate gdb-mi.el.
16097         (gdb-assembler-custom): Make buffer of selected window current
16098         so that set-window-point works.
16100         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
16101         buttons and include new ones.
16103 2005-11-16  Kim F. Storm  <storm@cua.dk>
16105         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
16106         (gud-menu-map): Use it.
16108 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
16110         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
16111         that works correctly for Custom and that does not override a user
16112         who disables it.
16114         * help-mode.el (help-make-xrefs, help-xref-on-pp)
16115         (help-xref-interned, help-follow): Make hyperlinks for variables
16116         that are unbound, but have a non-nil variable-documentation property.
16118         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
16119         mode hook.  (It conflicted with defcustoms for some mode hooks.)
16120         Use the `variable-documentation' property to give the mode hook a
16121         docstring and expand that docstring.
16123 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
16125         * savehist.el (savehist-mode): Don't bother with
16126         `custom-set-minor-mode'.
16127         (savehist-coding-system): Check XEmacs version.
16128         (history-length): Declare also at run time.
16129         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
16130         Don't set the customize state.
16131         (savehist-minibuffer-hook): Special case for when
16132         minibuffer-history-variable is equal to t.
16134 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16136         * files.el (write-file): Refresh VC status.
16138         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
16139         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
16140         than fundamental-mode to see if the mode was set.
16142 2005-11-14  Romain Francoise  <romain@orebokech.com>
16144         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
16145         dummy function in `eval-when-compile' to avoid compiler warning.
16146         Require `man' at compile time.
16148 2005-11-14  Jay Belanger  <belanger@truman.edu>
16150         * calc-alg.el (calcFunc-write-out-power): Rename it to
16151         calcFunc-powerexpand.
16152         (math-write-out-power): Rename it to math-powerexpand; have it
16153         handle negative exponents.
16154         (calc-writeoutpower): Rename it to calc-powerexpand.
16156         * calc-ext.el: Change calcFunc-writeoutpower and
16157         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
16158         autoloads.
16159         Add calcFunc-ldiv to autoloads.
16161         * calc-arith.el (calcFunc-ldiv): New function.
16163         * calc.el (calc-left-divide): New function.
16165 2005-11-14  Juri Linkov  <juri@jurta.org>
16167         * cus-edit.el (custom-variable-prompt): Set the default value arg
16168         of completing-read.
16170         * cus-dep.el (custom-make-dependencies): Reverse the list of
16171         found dependencies.
16173 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
16175         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
16176         Highlighting" entry, it is on by default now.
16177         (menu-bar-options-save): Do not save global-font-lock-mode.
16179 2005-11-13  Richard M. Stallman  <rms@gnu.org>
16181         * textmodes/flyspell.el (flyspell-large-region):
16182         Call flyspell-accept-buffer-local-defs.
16184 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
16186         * textmodes/flyspell.el (flyspell-notify-misspell):
16187         Fix misspelling of "Misspelling".
16188         (flyspell-process-localwords): New function.
16189         (flyspell-large-region): Call flyspell-process-localwords and
16190         flyspell-delete-region-overlays.
16191         (flyspell-delete-region-overlays): New function.
16192         (flyspell-delete-all-overlays): Call that.
16194 2005-11-13  Richard M. Stallman  <rms@gnu.org>
16196         * help.el (help-for-help-internal): Improve doc of C-h a.
16197         (describe-key): Improve prompt; doc fix.
16199 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16201         * vc-svn.el (vc-svn-registered): Catch all errors.
16203         * cus-dep.el (custom-make-dependencies): Typo.
16205 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
16207         * net/tramp-util.el (top): Fix compilation warning.
16209 2005-11-13  Kim F. Storm  <storm@cua.dk>
16211         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
16213 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
16215         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
16216         (gud-speedbar-buttons): Match on "const char *" too.
16218         * progmodes/gdb-ui.el (gdb-var-create-handler)
16219         (gdb-var-list-children-handler): Match on "const char *" too.
16220         (gdb-var-evaluate-expression-handler): Match on empty string.
16221         (gdb-var-update-handler): Only call
16222         gdb-var-evaluate-expression-handler when required.
16224 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
16226         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
16227         selected window.  This still doesn't work for speedbar.
16228         (gud-speedbar-buttons): Handle string expressions properly.
16230         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16231         (gdb-var-create-handler): Handle string expressions properly.
16232         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
16233         Handle string expressions properly.  Move "type" field into regexp.
16235 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
16237         * bookmark.el (bookmark-maybe-message): New function to reduce
16238         code duplication: invokes `message' iff baud-rate is high enough.
16239         (bookmark-write-file): Use above instead of an inline conditional.
16240         (bookmark-load): Same.
16242 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
16244         * bookmark.el (bookmark-write-file): Don't visit the destination
16245         file, just write the data to it using write-region.  This is
16246         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
16247         change to avoid visiting the file in the first place.
16249 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
16251         * hi-lock.el (hi-lock-mode): Set the default value of
16252         font-lock-defaults.
16254 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
16256         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
16257         arg to `file-attributes'.
16258         (find-lisp-format): The UID and GID can now be strings.
16260 2005-11-12  Kim F. Storm  <storm@cua.dk>
16262         * help.el (help-map): Bind C-h d to apropos-documentation.
16264         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
16265         when point is at end-of-buffer.
16267         * apropos.el (apropos-match-face): Doc fix.
16268         (apropos-sort-by-scores): Add new choice `verbose'.
16269         (apropos-documentation-sort-by-scores): New defcustom.
16270         (apropos-pattern): Now contains the pattern entered by the user.
16271         (apropos-pattern-quoted): New defvar.
16272         (apropos-regexp): New defvar, containing the regexp corresponding
16273         to apropos-pattern.
16274         (apropos-all-words-regexp): Rename from apropos-all-regexp.
16275         (apropos-read-pattern): New defun.  Use it to read pattern arg in
16276         interactive calls; returns list of words for a word list, and
16277         string for a regexp.
16278         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
16279         parses a list of words or regexp as returned by apropos-read-pattern.
16280         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
16281         (apropos-score-doc): Return a very high score if the string
16282         entered by the user matches literally.
16283         (apropos-variable): Doc fix.  Use apropos-read-pattern.
16284         (apropos-command): Doc fix.  Use apropos-read-pattern and
16285         apropos-parse-pattern.  Call apropos-print with nosubst=t.
16286         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
16287         apropos-parse-pattern.
16288         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
16289         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
16290         apropos-documentation-sort-by-scores.  Call apropos-print with
16291         nosubst=t.
16292         (apropos-documentation-internal): Pass doc string through
16293         substitute-key-definition before adding text properties.
16294         Highlight substring matching literal user input if possible.
16295         (apropos-documentation-check-doc-file): Remove locals beg and end.
16296         Fix calculation of score (as added twice).  Pass doc string through
16297         substitute-key-definition before adding text properties.
16298         (apropos-documentation-check-elc-file): Pass doc string through
16299         substitute-key-definition before adding text properties.
16300         Highlight substring matching literal user input if possible.
16301         (apropos-print): Add new arg NOSUBST; if set, command and variable
16302         doc strings have already been passed through substitute-key-definition.
16303         Add code to handle apropos-accumulator items without score element
16304         for backwards compatibility (e.g. with woman package).
16305         Only show scores if apropos-sort-by-scores is `verbose'.
16307 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16309         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
16310         Add jka-compr-load-suffixes to load-suffixes.
16312         * jka-compr.el: Require jka-cmpr-hook.
16313         (jka-compr-info-compress-message, jka-compr-info-compress-program)
16314         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
16315         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
16316         (jka-compr-info-can-append, jka-compr-info-strip-extension)
16317         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
16318         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
16319         (jka-compr-uninstall): Remove entries from
16320         jka-compr-added-to-file-coding-system-alist after they are used.
16321         (jka-compr-error): Remove unused var `curbuf'.
16322         (jka-compr-file-local-copy): Remove unused var `notfound'.
16324 2005-11-10  Romain Francoise  <romain@orebokech.com>
16326         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
16328 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
16330         * progmodes/gud.el (gud-menu-map): Move parentheses.
16331         (gdb): New command gud-pv.
16333 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16335         * tar-mode.el: Remove spurious or unnecessary leading stars
16336         in docstrings.
16337         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
16338         (tar-parse-octal-integer-safe): Use mapc.
16339         (tar-header-block-summarize): Remove unused var `ck'.
16340         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
16341         cleared before.  Obey default-enable-multibyte-characters.
16342         Use mapconcat.  Simplify setting of tar-header-offset.
16343         (tar-mode-map): Move initialization inside delcaration.
16344         (tar-flag-deleted): Use `abs'.
16345         (tar-expunge-internal): Remove unused var `line'.
16346         (tar-expunge-internal): Don't hardcode point-min==1.
16347         (tar-expunge): Widen while doing set-buffer-multibyte.
16348         (tar-rename-entry): Use file-name-coding-system.
16349         (tar-alter-one-field): Don't hardcode point-min==1.
16350         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
16351         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
16353 2005-11-10  Masatake YAMATO  <jet@gyve.org>
16355         * add-log.el (add-log-current-defun): Handle class::method
16356         notation of c++.  Fix incorrect comment.
16358 2005-11-10  Alan Mackenzie  <acm@muc.de>
16360         * help-fns.el (describe-variable): Make C-h v work when a variable
16361         has variable documentation yet is unbound.
16363 2005-11-10  Masatake YAMATO  <jet@gyve.org>
16365         * man.el (Man-highlight-references): Set an empty
16366         string to `Man-arguments' if it is nil.
16367         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
16369 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16371         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
16372         commenting conventions.
16374         * cus-dep.el (custom-make-dependencies): Simplify.
16375         Better follow the commenting conventions.
16377 2005-11-09  Richard M. Stallman  <rms@gnu.org>
16379         * apropos.el (apropos-pattern): Rename from apropos-regexp.
16380         (apropos-orig-pattern): Rename from apropos-orig-regexp.
16381         All uses changed.
16382         (apropos-rewrite-regexp): Doc fix.
16383         (apropos-variable, apropos-command, apropos, apropos-value):
16384         Change prompt; carry through the argument renaming.
16386 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
16388         * find-lisp.el: Require dired.
16389         (find-lisp-find-dired-internal): Do not call
16390         `abbreviate-file-name' on DIR.
16392 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
16394         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
16396 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
16398         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
16399         when using the speedbar.
16400         (gdb): New command gud-pp.
16401         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
16403 2005-11-09  Juri Linkov  <juri@jurta.org>
16405         * replace.el (occur-excluded-properties): New defcustom.
16406         (occur-1, occur-engine, occur-accumulate-lines): Use it.
16408 2005-11-08  Jay Belanger  <belanger@truman.edu>
16410         * calc/calc-units.el (math-convert-units): Replace any composite
16411         unit by its definition.
16413 2005-11-08  Lars Hansen  <larsh@soem.dk>
16415         * emacs-lisp/autoload.el (update-directory-autoloads):
16416         Add obsolete function alias.
16418 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16420         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16421         comment-indent-function.
16422         (lisp-comment-indent): Replace by an alias for comment-indent-default.
16424         * reveal.el (reveal-post-command): Rework the handling of
16425         reveal-open-spots, so as to be more reliable.  There were several
16426         tricky corner cases where an open spot might be lost, or where
16427         a closed spot might end up on the list of open spots.
16428         Only reveal text that's ellipsised.
16430 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
16432         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
16434 2005-11-07  John Paul Wallington  <jpw@gnu.org>
16436         * ibuffer.el (ibuffer): Search iconified frames too when
16437         getting Ibuffer buffer's window.
16439 2005-11-06  Richard M. Stallman  <rms@gnu.org>
16441         * progmodes/compile.el (compilation-internal-error-properties):
16442         save-excursion around the computation of MARKER.
16444 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
16446         * textmodes/flyspell.el (flyspell-external-point-words):
16447         flyspell-get-word returns a list, not just a string.
16449 2005-11-06  John Paul Wallington  <jpw@pobox.com>
16451         * ibuffer.el (ibuffer): Search all visible frames when getting
16452         Ibuffer buffer's window.
16454 2005-11-07  Masatake YAMATO  <jet@gyve.org>
16456         * man.el (Man-reference-regexp): Accept spaces between
16457         `Man-name-regexp' and `Man-section-regexp'.
16458         (Man-apropos-regexp): New variable.
16459         (Man-abstract-xref-man-page): Use value for `Man-target-string'
16460         if available.
16461         (Man-highlight-references, Man-highlight-references0):
16462         Handle the case when `Man-arguments' includes "-k".
16463         (Man-highlight-references0): Rename the argument `TARGET-POS' to
16464         `TARGET'. `TARGET' can be a number, function or nil.
16466 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
16468         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
16469         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
16470         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
16471         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
16472         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
16473         (gdb-send-item): Use buffer-local-value and simplify.
16475 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
16477         * startup.el (command-line): Use `custom-reevaluate-setting' for
16478         `global-font-lock-mode'.
16480         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
16481         by default, except in batch mode or when the -D option is given.
16483         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
16484         specified keyword args on to `define-minor-mode'.  Update docstring.
16486 2005-11-05  Romain Francoise  <romain@orebokech.com>
16488         * replace.el (occur-engine): Add marker at end of line, too.
16490 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
16492         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16493         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16494         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16495         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16496         argument to all these routines, so the passphrase can be managed
16497         externally and passed in to the system.
16498         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16499         pgg-add-passphrase-to-cache function.
16501         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16502         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
16503         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
16504         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
16505         argument to all these routines, so the passphrase can be managed
16506         externally and passed in to the system.
16507         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
16508         function.
16510 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
16512         * font-lock.el: Don't deal with font-lock-face-attributes here,
16513         move the code ...
16515         * startup.el (command-line): ... here.  Use face-spec-set instead
16516         of custom-declare-face.
16518         * faces.el (face-spec-set): Reset the face if spec is not nil.
16520 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16522         * newcomment.el (comment-region-internal): Box more tightly in the
16523         common case where there's no TAB in the boxed text.
16525 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16527         * info.el (info-tool-bar-map): Use images prev-node, next-node and
16528         up-node.
16530 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
16532         * newsticker.el: Commentary updated.  Code formatting changed.
16533         (newsticker-version): Change to "1.9".
16534         (newsticker, newsticker-feed): Doc fix.
16535         (newsticker-url-list): Doc fix.  Add option "Weekly".
16536         (newsticker-retrieval-interval): Add option "Weekly".
16537         (newsticker-headline-processing): Doc fix.
16538         (newsticker-auto-mark-filter): Remove.
16539         (newsticker-auto-mark-filter-list): New.
16540         (newsticker-layout, newsticker-sort-method): Doc fix.
16541         (newsticker-hide-old-items-in-newsticker-buffer)
16542         (newsticker-heading-format, newsticker-item-format)
16543         (newsticker-desc-format): Doc fix.
16544         (newsticker-show-all-rss-elements): Remove.
16545         (newsticker-show-all-news-elements): New.
16546         (newsticker-faces, newsticker-ticker): Doc fix.
16547         (remove-from-invisibility-spec): Code formatting.
16548         (newsticker--process-ids): New.
16549         (newsticker-mode): Doc fix.
16550         (newsticker-mode): Change mode-line-format.
16551         (newsticker-start): Remove debug output.
16552         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
16553         (newsticker-w3m-show-inline-images): Code formatting.
16554         (newsticker-next-item): Call `force-mode-line-update'.
16555         (newsticker-previous-item): Call `force-mode-line-update'.
16556         (newsticker-next-feed): Call `force-mode-line-update'.
16557         (newsticker-previous-feed): Call `force-mode-line-update'.
16558         (newsticker-mark-all-items-at-point-as-read): Code formatting.
16559         (newsticker-show-old-items): Do not show descs.
16560         (newsticker-hide-entry): Hide too much.
16561         (newsticker-hide-entry, newsticker-show-entry)
16562         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
16563         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
16564         (newsticker-toggle-auto-narrow-to-item): Code formatting.
16565         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
16566         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
16567         (newsticker-get-news): Call `force-mode-line-update'.
16568         Collect process ids.
16569         (newsticker--sentinel): Change coding system handling.
16570         Move image retrieval to new functions newsticker--get-logo-url-*.
16571         Move feed parsing to new functions newsticker--parse-*.
16572         Update list of process ids.
16573         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
16574         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
16575         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
16576         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
16577         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16578         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
16579         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
16580         (newsticker--decode-coding-string): Remove.
16581         (newsticker--decode-numeric-entities): Check input.  Format code.
16582         (newsticker--remove-whitespace): Check input.
16583         (newsticker--do-forget-preformatted): Doc fix.
16584         (newsticker--decode-rfc822-date): Allow for missing time.
16585         (newsticker--update-process-ids): New.
16586         (newsticker--image-sentinel): Change comment.
16587         (newsticker--image-read): Change error message.
16588         (newsticker--imenu-goto): Doc fix.  Show headline title.
16589         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
16590         (newsticker--buffer-do-insert-text): Clean whitespace in
16591         html-rendered headline title.  Code formatting.
16592         Call `newsticker--buffer-print-extra-elements'.
16593         (newsticker--buffer-print-extra-element): Remove.
16594         (newsticker--buffer-print-extra-elements): New.
16595         (newsticker--buffer-do-print-extra-element): New.
16596         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
16597         large sizes.
16598         (newsticker--run-auto-mark-filter)
16599         (newsticker--do-run-auto-mark-filter):
16600         Use `newsticker-auto-mark-filter-list'.
16602 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
16604         * net/rcirc.el: Use split-string OMIT-NULLS argument.
16605         (rcirc-print): Force redisplay before running hooks.  Do long
16606         buffer truncation after making new text read-only.  Deal with nil
16607         text when decoding strings.  If TARGET is nil, use either the
16608         currently selected buffer, if it is an rcirc buffer and of the
16609         same process or the process buffer.
16610         (rcirc-mode): Remove header-line.  Recompute short buffer names.
16611         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
16612         (rcirc-short-buffer-name): Add variable.
16613         (rcirc-kill-buffer-hook): Recompute short buffer names.
16614         Remove nick from private channel.
16615         (rcirc-send-input): Send command text to current-buffer.
16616         Don't clear overlay arrow here.
16617         (rcirc-short-buffer-name): Return a short buffer name.
16618         (rcirc-update-short-buffer-names, rcirc-abbreviate)
16619         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
16620         buffer-name abbreviations.
16621         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
16622         Do not touch nick-table when killing a parted channel.
16623         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
16624         Clear arrow from current buffer if it is now hidden.
16625         (rcirc-current-buffer): Add variable.
16626         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
16627         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
16628         Remove -face from names.
16629         (rcirc-update-activity-string): Print "DND" when globally ignoring
16630         activity.
16631         (rcirc-ignore-buffer-activity-flag): Rename from
16632         rcirc-ignore-channel-activity.
16633         (rcirc-ignore-all-activity-flag): Doc fix.
16634         (rcirc-channels): Remove variable.
16635         (rcirc-kill-buffer-hook):
16636         (rcirc-get-buffer-create): Add nick to private channel.
16637         (rcirc-multiline-edit-submit): Remove tabs.
16638         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
16639         folded.
16640         (rcirc-remove-nick-channel): Bug fix.
16641         (rcirc-toggle-ignore-buffer-activity): Rename from
16642         rcirc-toggle-ignore-channel-activity.
16643         (rcirc-record-activity): Add buffers to the front of the list.
16644         (rcirc-update-activity): Remove killed buffers from list.
16645         (rcirc-process-server-response-1): Remove last argument if it is
16646         null before calling handler.
16647         (rcirc): Add "rcirc" defcustom prefix.
16648         (rcirc-prompt): Simplify default prompt.
16649         Use custom-initialize-default.
16650         (rcirc-private-chats): Remove variable.
16651         (rcirc-prompt): Change initialization.
16652         (rcirc-version): Remove function.
16653         (rcirc-id-string): Add constant.
16654         (rcirc-last-buffer): Remove variable.
16655         (rcirc-buffer-alist): Add variable.
16656         (rcirc-connect): Update variable setup.
16657         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
16658         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
16659         default.
16660         (rcirc-handler-generic): Trigger activity.
16661         (rcirc-send-message): Create the buffor of the target.
16662         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
16663         (rcirc-get-buffer): Just return nil if there is no matching buffer.
16664         (rcirc-multiline-edit-cancel): Remove function.
16665         (rcirc-set-last-buffer): Remove function.
16666         (rcirc-get-any-buffer): Add function.
16667         (rcirc-join-channels): Don't print /join text.
16668         (rcirc-toggle-ignore-channel-activity): Add and update echo area
16669         messages.
16670         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
16671         (rcirc-handler-NOTICE): Recognize CTCP responses.
16672         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
16673         constructing TOPIC string for buffers we are not JOINed.
16674         (rcirc-handler-CTCP-response): Add handler.
16675         (rcirc-multiline-edit-submit): Restore the window-configuration
16676         before adjusting point.
16677         (rcirc): Add customization group.
16678         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
16679         (rcirc-user-full-name, rcirc-startup-channels-alist)
16680         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
16681         (rcirc-ignore-all-activity-flag, rcirc-time-format)
16682         (rcirc-input-ring-size, rcirc-read-only-flag)
16683         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
16684         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
16685         Change defvar to defcustom.
16686         (rcirc-update-prompt): Add optional ALL arg, which will update
16687         prompts in all rcirc buffers.  Regexp quote replacement text.
16688         (rcirc-fill-column): Accept frame-width as a value.
16689         (rcirc-set-changed): Add function.
16690         (rcirc-next-active-buffer): Write more meaningful messages.
16691         (rcirc-faces): Add customization group.
16692         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
16693         (rcirc-nick-in-message-face, rcirc-prompt-face)
16694         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
16695         (with-rcirc-process-buffer): Move before first usage.
16696         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
16697         (rcirc-debug-flag): Rename from `rcirc-log-p'.
16698         (rcirc-debug): Rename from `rcirc-log'.
16699         (rcirc-format-response-string): Do not print `-' chars for a
16700         NOTICE with no sender.  Simplify output of server responses.
16702 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
16704         (rcirc-browse-url-map, rcirc-browse-url-at-point)
16705         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
16706         Make urls mouse and RET clickable.
16708 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
16710         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
16712 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
16714         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16715         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16716         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16717         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16718         argument to all these routines, so the passphrase can be managed
16719         externally and passed in to the system.
16720         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16721         pgg-add-passphrase-to-cache function.
16723         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16724         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
16725         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
16726         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
16727         argument to all these routines, so the passphrase can be managed
16728         externally and passed in to the system.
16729         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
16730         function.
16732 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
16734         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
16735         from goto-address-url-regexp.
16737 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
16739         * textmodes/org.el (org-read-date, org-goto-calendar)
16740         (org-recenter-calendar, org-agenda-goto-calendar):
16741         Temporarily clear `calendar-move-hook'.
16743 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
16745         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
16746         merging.
16748         * ediff-util.el (ediff-previous-difference): Don't skip regions that
16749         have merge clashes.
16751 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16753         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16754         Undo previous change.
16756         * startup.el (command-line): Use `custom-reevaluate-setting' for
16757         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
16758         tty-register-default-colors on Mac.
16760 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
16762         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
16763         (gdb-buffer-type): Make it automatically buffer local...
16764         (gdb-get-create-buffer): ...and set it accordingly.
16765         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
16766         actually work.
16768 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
16770         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
16771         not red.
16773 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
16775         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
16776         case GUD buffer is not visible.
16777         (gdb-goto-breakpoint): Try to force display in source buffer.
16778         (gdb-frame-gdb-buffer): Copy other similar functions.
16779         (gdb-restore-windows): Don't display source if not asked for.
16780         (gdb-assembler-buffer-name): Don't capitalise.
16782 2005-11-03  Richard M. Stallman  <rms@gnu.org>
16784         * wid-edit.el (key-sequence): New widget type.
16786         * simple.el (set-mark-command-repeat-pop): New variable.
16787         (set-mark-command): Only interpret plan C-@ after a pop as a pop
16788         if set-mark-command-repeat-pop is true.
16790         * info.el (Info-fontify-node): Don't display extra "see" if there
16791         already is one here.
16793         * mouse.el: Fix special handling of DEL after dragging a region:
16794         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
16795         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
16797         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
16799         * textmodes/ispell.el (ispell-command-loop): Change `i' description
16800         not to assume it pertains to an affix.
16802         * textmodes/flyspell.el (flyspell-post-command-hook):
16803         Bind deactivate-mark to prevent deactivation.
16805 2005-11-03  Lars Hansen  <larsh@soem.dk>
16807         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
16808         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
16809         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
16811 2005-11-03  Romain Francoise  <romain@orebokech.com>
16813         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
16814         Update copyright years.
16816 2005-11-03  Sam Steingold  <sds@gnu.org>
16818         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16819         Use system-type instead of window-system because window-system is not
16820         correctly defined during loadup.
16822 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
16824         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
16825         (xml-parse-tag): Join strings separated by a comment properly.
16827 2005-11-02  Andreas Schwab  <schwab@suse.de>
16829         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
16831 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16833         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
16834         (byte-optimize-pure-func): Quote the eval'd value.
16836         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
16837         Rename from perl-font-lock-syntactic-face-function.
16838         Change the calling convention so it can be used as a font-lock MATCHER.
16839         Do the parse-partial-sexp loop outselves.
16840         (perl-font-lock-syntactic-keywords): Use it.
16841         (perl-mode): Don't set font-lock-syntactic-face-function any more.
16843 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
16845         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
16846         disassembly buffer too.
16847         (gdb-exited): Remove overlay arrows when execution has finished.
16848         (gdb-info-frames-custom, gdb-info-threads-custom)
16849         (gdb-info-registers-custom): Don't add inappropriate text
16850         properties if inferior is not active.
16852 2005-11-02  Glenn Morris  <rgm@gnu.org>
16854         * progmodes/fortran.el (fortran-blink-match):
16855         Use `blink-matching-delay'.
16857 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
16859         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
16861 2005-11-02  Lars Hansen  <larsh@soem.dk>
16863         * net/tramp.el (tramp-action-out-of-band): Handle scp message
16864         "Permission denied".
16866 2005-11-01  Richard M. Stallman  <rms@gnu.org>
16868         * textmodes/flyspell.el (flyspell-external-point-words):
16869         Pass nil to flyspell-get-word.
16871 2005-11-02  Kim F. Storm  <storm@cua.dk>
16873         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
16874         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
16876 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16878         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
16879         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
16880         (calendar-mouse-print-dates): Add optional `event' argument.
16881         Update interactive-spec.
16882         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
16883         Use `calendar-event-to-date' instead of `event'.
16885 2005-11-02  Masatake YAMATO  <jet@gyve.org>
16887         * progmodes/ld-script.el (ld-script-builtins):
16888         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
16889         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
16890         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
16892 2005-11-01  Romain Francoise  <romain@orebokech.com>
16894         * vc-sccs.el: Update copyright year.
16895         * ezimage.el: Likewise.
16897 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
16899         * info.el (Info-fontify-node): Use `string-width' for fontifying
16900         underlined titles.
16902 2005-11-01  Juri Linkov  <juri@jurta.org>
16904         * info.el (Info-fontify-node): Downcase node header keywords Node,
16905         Prev, Next, Up before comparison.
16906         (Info-history): Insert absolute directory name, and put invisible
16907         property on it.
16909 2005-11-01  Juri Linkov  <juri@jurta.org>
16911         * info.el (Info-file-supports-index-cookies): New variable.
16912         (Info-find-node-2): Check makeinfo version for index cookie support.
16913         (Info-index-nodes): Search for nodes with index cookies only when
16914         Info-file-supports-index-cookies is t.  Otherwise, search nodes
16915         with "Index" in the node name.
16916         (Info-index-node): Search index cookie in the current node only when
16917         Info-file-supports-index-cookies is t.  Otherwise, check the word
16918         "Index" in the node name.
16919         (Info-find-emacs-command-nodes): Remove code that searches nodes
16920         with "Index" node name in the top menu.
16922 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16924         * progmodes/scheme.el (scheme-mode-variables): Use the default
16925         comment-indent-function.
16927         * faces.el (face-attribute): Handle the case where a face inherits from
16928         a non-existent face.
16930         * simple.el (eval-expression-print-format): Use lisp-readable syntax
16931         for octal and hexa output, and merge the char into the paren.
16932         (kill-new): Use push.
16933         (copy-to-buffer): Use with-current-buffer.
16934         (completion-setup-function): Move code in loop to remove redundancy.
16935         (minibuffer-local-must-match-map): Don't add bindings that duplicate
16936         those inherited from minibuffer-local-completion-map.
16938         * savehist.el (savehist-mode) <defcustom>:
16939         Use custom-set-minor-mode if available.
16940         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
16941         and emit a message if applicable.
16943 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
16945         * savehist.el: Sync up to version 19.
16946         (savehist-mode): New minor mode.
16947         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
16948         (savehist-length): Remove (use history-length instead).
16949         (savehist-file-modes): Rename from savehist-modes.
16950         (savehist-save-hook, savehist-loaded): New vars.
16951         (savehist-load): Use savehist-mode.  Try to smooth up transition from
16952         old format to new format.
16953         (savehist-install): Allow savehist-autosave-interval to be nil.
16954         (savehist-save): Run the new hook.  Be more careful to only trim the
16955         history variables.
16956         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
16957         (savehist-printable): Print into a buffer rather than char-by-char.
16959 2005-11-01  John Wiegley  <johnw@newartisans.com>
16961         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
16962         toggle-ignore keybinding (C-a).  The author said it had been
16963         disabled much earlier due to a possible incompatibility, but after
16964         many months of usage I have encountered no problems (and it is a
16965         rather useful option, especially for switching to " *temp*").
16967         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
16968         support for OS/X's AddressBook, by calling out to the open source
16969         program "contacts" (installable through Fink).
16971         * net/eudc.el (eudc-expand-inline): If the
16972         `eudc-multiple-match-handling-method' is set to `all', delete the
16973         query string before inserting the query result.
16975         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
16976         flag, to prevent Eshell from using the system ls when
16977         `eshell-ls-insert-directory' is in used.
16978         (eshell-ls-insert-directory): Disable font-lock in directory
16979         buffer so that Eshell's own fontification is seen.  This broke
16980         recently due to changes in font-lock, so this goes back to version
16981         21 behavior.
16983 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
16985         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
16986         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
16987         (gdb-many-windows): Doc fix.
16989 2005-10-31  Romain Francoise  <romain@orebokech.com>
16991         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
16993 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
16995         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
16996         that global-font-lock-mode can be enabled by default.
16998         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
16999         (font-lock-add-keywords, font-lock-remove-keywords)
17000         (font-lock-fontify-buffer): Remove autoload cookies.
17002         * jit-lock.el (jit-lock-register): Likewise.
17004         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
17006 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
17008         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
17009         intact if there is no gud-comint-buffer.
17011 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
17013         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
17014         old prompt comint-prompt-read-only is t and GDB commands are
17015         issued from tool bar etc.
17017 2005-10-31  Masatake YAMATO  <jet@gyve.org>
17019         * vc.el (vc-directory-exclusion-list): Add "{arch}".
17021 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17023         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
17024         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
17026 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
17028         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
17029         starting at beginning of line.  Fontification is messed up when
17030         `open-paren-in-column-0-is-defun-start' set to t.
17031         Reported by John Paul Wallington <jpw@pobox.com>.
17033 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
17035         * comint.el (comint-send-input): Call `comint-update-fence' when
17036         `comint-process-echoes' and `comint-prompt-read-only' are both
17037         non-nil, to avoid leftover read-only newline.
17039 2005-10-30  Richard M. Stallman  <rms@gnu.org>
17041         * textmodes/flyspell.el (flyspell-external-point-words):
17042         Detect when WORD can't be checked properly because
17043         flyspell-get-word finds just part of it, and move on.
17045         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
17046         boundarychar for Polish.
17047         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
17048         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
17050 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
17052         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
17053         (gdb-registers-font-lock-keywords): Delete.
17054         (gdb-registers-mode): Don't fontify.
17055         (gdb-info-registers-custom): Use text properties instead as, in
17056         future, changed register values will use font-lock-warning-face.
17057         (gdb-local-font-lock-keywords): Rename to...
17058         (gdb-locals-font-lock-keywords): ...for consistency.
17060 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
17062         * vc.el (vc-switch-backend): Better error message if the buffer is
17063         not visiting a file under version control.
17065         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
17067 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
17069         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
17070         ~/.emacs.d/.emacs.
17072 2005-10-29  Richard M. Stallman  <rms@gnu.org>
17074         * replace.el (occur-mode-mouse-goto): Always go to other window.
17075         (occur-mode-goto-occurrence): Always switch in same window.
17077         * simple.el (undo): Display message at end, not at start.
17079         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
17080         New arg REUSE-CELL.
17081         (cancel-timer-internal): New function.
17082         (timer-event-handler): Use cancel-timer-internal,
17083         and pass the cell it returns to timer-activate...
17085         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
17086         (jit-lock-deferred-fontify, jit-lock-context-fontify)
17087         (jit-lock-after-change): Test memory-full.
17089 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
17091         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17092         part of the decoded armor to find the key-identifier.
17093         (pgg-gpg-lookup-key-owner): New function to return the
17094         human-readable identifier of a key owner.
17095         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
17096         key itself.
17097         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17098         the key value) if we have a key and can match it against a secret
17099         key.  Also, added a note pointing out fact that the prompt only
17100         indicates the first matching key.
17102         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
17103         pgg-decrypt-region.
17104         (pgg-pending-timers): A new hash for tracking the passphrase cache
17105         timers, so that new ones supercede old ones.
17106         (pgg-add-passphrase-to-cache): Rename from
17107         `pgg-add-passphrase-cache' to reduce confusion (all callers
17108         changed).  Modified to cancel old timers when new ones are added.
17109         (pgg-remove-passphrase-from-cache): Rename from
17110         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17111         changed).  Modified to cancel old timers when their keys are
17112         removed from the cache.
17113         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
17114         XEmacs, an indirection to delete-itimer.
17115         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
17116         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
17117         users can only check cache without risk of prompting.  Correct bug in
17118         notruncate behavior.
17119         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
17120         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
17121         Add informative docstrings.
17122         (pgg-decrypt): Convey provided passphrase in subordinate call to
17123         pgg-decrypt-region.
17125         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17126         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17127         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17128         `passphrase' argument, so the passphrase can be managed externally
17129         and then passed in to the system.
17131         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17132         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
17133         so the passphrase cache can be used reliably with identifiers
17134         besides a pgp packet's key id.
17136         * pgg-gpg.el (pgg-pgp-encrypt-region)
17137         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17138         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17139         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17140         argument to all these routines, so the passphrase can be managed
17141         externally and passed in to the system.
17143         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17144         `notruncate' argument, so the passphrase cache can be used
17145         reliably with identifiers besides a pgp packet's key id.
17147 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
17149         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17150         symmetric encryption.
17151         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17152         encrypted session key.
17153         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17154         message ask for the passphrase in a proper way.
17156         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17157         New user commands for symmetric encryption.
17159 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
17161         * textmodes/conf-mode.el (conf-assignment-sign)
17162         (conf-assignment-regexp): Fix docstrings.
17163         (conf-mode-initialize): New function.
17164         (conf-mode): Remove optional args.  Use delay-mode-hooks to
17165         recognize recursive calls.
17166         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
17167         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
17168         (conf-xdefaults-mode): Use define-derived-mode and
17169         conf-mode-initialize.
17171 2005-10-29  Romain Francoise  <romain@orebokech.com>
17173         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
17175 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
17177         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17178         part of the decoded armor to find the key-identifier.
17179         (pgg-gpg-lookup-key-owner): New function to return the
17180         human-readable identifier of a key owner.
17181         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
17182         key itself.
17183         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17184         the key value) if we have a key and can match it against a secret
17185         key.  Also, added a note pointing out fact that the prompt only
17186         indicates the first matching key.
17188         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
17189         pgg-decrypt-region.
17190         (pgg-pending-timers): A new hash for tracking the passphrase cache
17191         timers, so that new ones supercede old ones.
17192         (pgg-add-passphrase-to-cache): Rename from
17193         `pgg-add-passphrase-cache' to reduce confusion (all callers
17194         changed).  Modified to cancel old timers when new ones are added.
17195         (pgg-remove-passphrase-from-cache): Rename from
17196         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17197         changed).  Modified to cancel old timers when their keys are
17198         removed from the cache.
17199         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
17200         XEmacs, an indirection to delete-itimer.
17201         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
17202         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
17203         users can only check cache without risk of prompting.  Correct bug in
17204         notruncate behavior.
17205         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
17206         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
17207         Add informative docstrings.
17208         (pgg-decrypt): Convey provided passphrase in subordinate call to
17209         pgg-decrypt-region.
17211 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17213         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17214         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17215         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17216         `passphrase' argument, so the passphrase can be managed externally
17217         and then passed in to the system.
17219         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17220         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
17221         so the passphrase cache can be used reliably with identifiers
17222         besides a pgp packet's key id.
17224         * pgg-gpg.el (pgg-pgp-encrypt-region)
17225         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17226         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17227         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17228         argument to all these routines, so the passphrase can be managed
17229         externally and passed in to the system.
17231         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17232         `notruncate' argument, so the passphrase cache can be used
17233         reliably with identifiers besides a pgp packet's key id.
17235 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
17237         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17238         symmetric encryption.
17239         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17240         encrypted session key.
17241         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17242         message ask for the passphrase in a proper way.
17244         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17245         New user commands for symmetric encryption.
17247 2005-10-28  Bill Wohler  <wohler@newt.com>
17249         * help-mode.el (help-url): New button type.  Calls browse-url.
17250         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
17251         Similar to Info nodes: URL `url'.
17252         (help-make-xrefs): Create help-url buttons for
17253         help-xref-url-regexp matches.
17255 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
17257         * tool-bar.el (tool-bar-add-item-from-menu)
17258         (tool-bar-local-item-from-menu): Fix doc strings.
17260 2005-10-28  Romain Francoise  <romain@orebokech.com>
17262         * ldefs-boot.el: Update.
17264         * subr.el (locate-library): Move from help-fns.el.
17265         * help-fns.el (locate-library): Move to subr.el.
17267 2005-10-28  Richard M. Stallman  <rms@gnu.org>
17269         * net/tramp.el (tramp-completion-mode): defvar moved up.
17271         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
17273         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
17275         * files.el (find-file-noselect): Use %d to format large file size.
17277         * bindings.el (mode-line-format): Add %e.
17279         * loadup.el ("facemenu"): Load unconditionally.
17280         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
17281         ("x-dnd"): Load, when appropriate.
17283         * startup.el (command-line): Call before-init-hook earlier.
17284         Warn about some bad characters in -u user name.
17286         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
17287         (flyspell-external-point-words): Error if misspelled word is not found.
17288         Set flyspell-large-region-beg at end of word.
17290 2005-10-28  Andreas Schwab  <schwab@suse.de>
17292         * view.el (View-revert-buffer-scroll-page-forward):
17293         Use view-page-size-default.
17295 2005-10-28  Juri Linkov  <juri@jurta.org>
17297         * international/quail.el (quail-get-current-str): Translate last
17298         raw character for deterministic input methods.
17300 2005-10-27  Jay Belanger  <belanger@truman.edu>
17302         * calc/calc-ext.el: Add functions to autoloads.
17303         (math-identity-matrix-p, math-ident-row-p): New functions.
17305         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
17306         multiplication by an identity matrix; don't turn multiplication by
17307         an inverse matrix into division.
17308         (math-div-symbol-fancy): Replace division by matrices with
17309         multiplication by inverse.
17311         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
17313         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
17314         (calc-writeoutpower): New functions.
17316 2005-10-27  Romain Francoise  <romain@orebokech.com>
17318         * replace.el (occur-engine): Include colon in mouse-face highlight.
17320         * dired-x.el: Change Maintainer field.
17322 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
17324         * longlines.el (longlines-mode): Bind after-change-functions to
17325         nil during initial decoding and final encoding.
17327 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
17329         * term.el (term-emulate-terminal, term-handle-colors-array)
17330         (term-handle-ansi-escape): Specify the terminfo capabilities
17331         implemented.
17333 2005-10-26  Richard M. Stallman  <rms@gnu.org>
17335         * info.el (Info-fontify-node): Fix detection of sentence-break
17336         before *Note.
17338 2005-10-26  Romain Francoise  <romain@orebokech.com>
17340         * smerge-mode.el: Add `tools' to file keywords.
17342 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
17344         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
17345         when the fringe is not available.
17347         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
17348         (def-gdb-auto-update-trigger): Simplify construction.
17349         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
17350         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
17351         defined explicitly.
17352         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
17353         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
17354         defined explicitly.
17355         (gdb-info-locals-custom): Remove as it's a no-op.
17357 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
17359         * longlines.el (longlines-mode): Remove narrowing before
17360         performing the initial decoding or final encoding.
17362 2005-10-25  Romain Francoise  <romain@orebokech.com>
17364         * emacs-lisp/find-func.el (find-library-name): Also strip
17365         extension if library name ends in .el, to take advantage of
17366         `find-library-suffixes'.
17368 2005-10-25  Richard M. Stallman  <rms@gnu.org>
17370         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
17372 2005-10-25  Juri Linkov  <juri@jurta.org>
17374         * textmodes/texinfo.el (texinfo-mode): Change charset of one
17375         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
17377 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17379         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
17380         (blackbox-redefine-key): Add argument `map'.
17382         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
17383         regions when moving the jit-lock-context-unfontify-pos boundary.
17385 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17387         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
17389 2005-10-25  Masatake YAMATO  <jet@gyve.org>
17391         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
17393 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
17395         * play/blackbox.el (blackbox-redefine-key): New function.
17396         (blackbox-mode-map): Use it to remap existing bindings for cursor
17397         motion instead of binding literal keys.
17399 2005-10-25  Glenn Morris  <rgm@gnu.org>
17401         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
17402         diary does not end in a newline.  Do not assume a blank line at
17403         the start of the diary file.
17405 2005-10-25  Kenichi Handa  <handa@m17n.org>
17407         * international/quail.el (quail-translate-key): If the input
17408         method is deterministic and failed to handle the last key, restart
17409         the key handling loop from an appropriate key.
17411 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
17413         * vc.el (vc-dired-mode): Extend comment for binding of
17414         `directory-listing-before-filename-regexp'.
17416 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17418         * textmodes/texinfo.el (texinfo-mode):
17419         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
17420         not to unnecessarily expose emacs-mule's internal char codes.
17422 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
17424         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
17425         Display hand pointer and help-echo on disabled icon too.
17426         (gdb-mouse-until): New function.
17427         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
17429 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
17431         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
17432         with 2005-10-23 change to doctor.el.
17434         * finder.el (finder-mode-map): Add follow-link binding.
17436 2005-10-25  Kim F. Storm  <storm@cua.dk>
17438         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
17439         to gdb-mouse-toggle-breakpoint-fringe.
17440         (gdb-mouse-toggle-breakpoint-margin): Rename from
17441         gdb-mouse-toggle-breakpoint.  Fix doc.
17442         (gdb-mouse-toggle-breakpoint-fringe): New defun.
17443         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
17444         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
17445         string properties also for fringe breakpoint bitmaps.
17447 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
17449         * textmodes/org.el (org-start-icalendar-file): Fix format form.
17451 2005-10-25  Masatake YAMATO  <jet@gyve.org>
17453         * simple.el (completion-common-substring):
17454         Use `completion-common-substring' prior to `completion-base-size'.
17456 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
17458         * savehist.el: Require CL while compiling.
17459         (savehist-history-variables): Remove.
17460         (savehist-save-minibuffer-history, savehist-additional-variables)
17461         (savehist-minibuffer-history-variables): New vars.
17462         (savehist-save): Use them.
17463         (savehist-uninstall, savehist-minibuffer-hook): New funs.
17464         (savehist-install): New fun, extracted from savehist-load.
17465         (savehist-load): Use them.
17467 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17469         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
17470         a dummy doc-string-elt property.
17471         (defalias, defvaralias, define-category): Add a docstring property.
17473         * image.el (defimage):
17474         * widget.el (define-widget):
17475         * custom.el (defface, defcustom): Add `doc-string' declaration.
17477         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
17478         (defadvice): Add `doc-string' declaration.
17480         * emacs-lisp/byte-run.el (macro-declaration-function):
17481         Handle `doc-string' declarations.
17482         (define-obsolete-function-alias, define-obsolete-variable-alias):
17483         Add `doc-string' declaration.
17485 2005-10-24  Kenichi Handa  <handa@m17n.org>
17487         * international/utf-7.el (utf-7): Add autoload cookie.
17489         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
17491 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
17493         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
17494         list of directories passed to batch-update-autoloads.  Add "." to
17495         the list of the echoed directories.
17497         * pgg-def.el:
17498         * pgg-gpg.el:
17499         * pgg-parse.el:
17500         * pgg-pgp.el:
17501         * pgg-pgp5.el:
17502         * pgg.el: Moved here from the gnus subdirectory.
17504 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
17506         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
17507         in case comint-prompt-read-only is set to t.
17509         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
17510         in case comint-prompt-read-only is set to t.
17512 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
17514         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
17515         Now a string.
17516         (icalendar-import-format): Handle CLASS, STATUS, URL.
17517         Rename `subject' to `summary'.
17518         (icalendar-import-format-summary): Rename from
17519         `icalendar-import-format-subject'.
17520         (icalendar-import-format-url, icalendar-import-format-status)
17521         (icalendar-import-format-class): New variables.
17522         (icalendar--rris): Take variable argument list.
17523         (icalendar--datestring-to-isodate): Remove unnecessary
17524         calendar-style check when converting dates with explicit month names.
17525         (icalendar-export-region): Change return type of conversion
17526         subroutines.  Bury current buffer unless error occurred.
17527         (icalendar--convert-to-ical)
17528         (icalendar--parse-summary-and-rest): New functions.
17529         (icalendar--convert-ordinary-to-ical)
17530         (icalendar--convert-weekly-to-ical)
17531         (icalendar--convert-yearly-to-ical)
17532         (icalendar--convert-block-to-ical)
17533         (icalendar--convert-cyclic-to-ical)
17534         (icalendar--convert-anniversary-to-ical): Change return type.
17535         Strip trailing blanks from subject.
17536         (icalendar--convert-sexp-to-ical): Change return type.
17537         Strip trailing blanks from subject.  Handle simple sexp
17538         entries as generated by icalendar.el.
17539         (icalendar--convert-float-to-ical)
17540         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
17541         (icalendar-import-file): Doc fix.
17542         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
17543         Correct call to icalendar--rris.
17544         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
17545         `summary'.
17546         (icalendar--add-diary-entry): Rename `subject' to `summary'.
17548 2005-10-24  Romain Francoise  <romain@orebokech.com>
17550         * server.el (server-sentinel): Set query-on-exit flag to nil on
17551         new client processes (it isn't inherited from the server process).
17553         * replace.el (occur-engine): Rearrange text properties.
17555 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17557         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
17558         case-fold-search is nil.
17559         (debug-help-follow): Use help-xref-interned directly.
17561 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17563         * thumbs.el (thumbs-image-type): Add .pbm.
17565 2005-10-23  Richard M. Stallman  <rms@gnu.org>
17567         * faces.el (inhibit-face-set-after-frame-default): New variable.
17568         (set-face-attribute): Bind it.
17569         (face-set-after-frame-default): Test it.
17571         * help-fns.el (describe-simplify-lib-file-name): New function.
17572         (describe-function-1, describe-variable): Use it.
17574         * faces.el (describe-face): Use describe-simplify-lib-file-name.
17576         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
17577         Eliminate nil as possible value.
17578         (tooltip-hide-delay): Reduce internal-border-width.
17580         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
17581         (menu-bar-file-menu) <new-file>: Likewise.
17583         * simple.el (line-move-finish): Ignore fields computing LINE-END.
17585         * international/mule.el (load-with-code-conversion):
17586         Pass full file name to `eval-buffer' unless preloading.
17588         * textmodes/flyspell.el (flyspell-large-region):
17589         Call ispell-check-version.
17591         * textmodes/ispell.el (ispell-local-dictionary-overridden):
17592         Fix the make-variable-buffer-local call that was supposed
17593         to be for this variable.
17594         (ispell-aspell-supports-utf8): Doc fix.
17595         (ispell-find-aspell-dictionaries): Preserve elements of
17596         ispell-dictionary-alist for dictionaries that aspell doesn't report.
17597         (ispell-aspell-find-dictionary): Return nil on error.
17599         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
17600         (doctor-symptoms): Likewise.
17602         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
17604 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17606         * cus-edit.el (custom-button, custom-button-pressed): New vars.
17607         (custom-raised-buttons): Add :set spec.
17608         (custom-button-unraised, custom-button-pressed-unraised):
17609         New faces, so that custom-raised-buttons actually does something.
17610         (custom-mode): Use custom-button and custom-button-pressed.
17612         * wid-edit.el (widget-specify-button): Don't ignore
17613         widget-mouse-face on graphic terminals.
17614         (widget-move-and-invoke): Cleanup.
17616 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
17618         * whitespace.el (whitespace-cleanup): Doc fix.
17620 2005-10-23  Romain Francoise  <romain@orebokech.com>
17622         * emulation/viper.el (viper-set-hooks): Quote forms passed to
17623         `eval-after-load' to avoid evaluating their result.
17625 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
17627         * files.el (directory-listing-before-filename-regexp):
17628         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
17630         * dired.el (dired-move-to-filename-regexp): Remove.
17631         All occurences replaced by `directory-listing-before-filename-regexp'.
17633         * dired-x.el, locate.el, vc.el:
17634         Replace `dired-move-to-filename-regexp' by
17635         `directory-listing-before-filename-regexp'.  In vc.el it is
17636         overwritten locally; maybe this can be handled in files.el too.
17638         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
17639         replaced by `directory-listing-before-filename-regexp'.
17641 2005-10-23  Andreas Schwab  <schwab@suse.de>
17643         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
17644         and eval-next-after-load.
17646 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
17648         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
17649         exist, create it.
17651 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
17653         * allout.el: Remove autoloads for mailcrypt and crypt++.
17654         Require pgg, pgg-gpg during compilation.
17655         (allout-version): Increment version number to 2.1, and use a literal
17656         rather than RCS Id.
17657         (allout-default-encryption-scheme): Remove.
17658         (allout-passphrase-verifier-handling)
17659         (allout-passphrase-verifier-string)
17660         (allout-file-passphrase-verifier-string)
17661         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
17662         (allout-passphrase-hint-handling): Rename and simplify.
17663         (allout-init): Use `find-file-hook' if available, otherwise
17664         `find-file-hooks'.
17665         (allout-mode): Use `write-file-functions' if available, otherwise
17666         `local-write-file-hooks' and, instead of making auto-save-hook
17667         buffer local, make the write-file-hook activity contingent to
17668         allout-mode.
17669         (allout-mode): Use key-binding substitution in the docstring.
17670         (allout-kill-line): Spell-out kill ring data structure mutation
17671         instead of using byte-compiler-complaint-provoking `pop'.
17672         (allout-insert-listified): Use `insert' rather than `insert-string'
17673         (allout-toggle-current-subtree-encryption): Update docstring, adjust
17674         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
17675         (allout-encrypt-string): Totally revamped vis new underlying
17676         encryption facilities.
17677         (allout-mc-activate-passwd): Remove.
17678         (allout-obtain-passphrase): New, more or less replaces
17679         allout-mc-activate-passwd.
17680         (allout-encrypted-key-info): More or less replaces
17681         allout-encrypted-text-type.
17682         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
17683         (my-mark-marker): Use `(featurep 'xemacs)'.
17685 2005-10-23  Lars Hansen  <larsh@soem.dk>
17687         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
17688         (byte-compile-file-form-defmumble, byte-compile-defun)
17689         (byte-compile-defmacro): Use it.
17690         (byte-compile-form): Don't call byte-compile-set-symbol-position
17691         when a byte-compile handler is called.
17693 2005-10-22  Romain Francoise  <romain@orebokech.com>
17695         * savehist.el (savehist-history-variables): Add `grep-find-history'.
17697         * subr.el (eval-after-load): Convert library name to an absolute
17698         file name using locate-library, since load-history no longer has
17699         library names in it.
17701 2005-10-22  Richard M. Stallman  <rms@gnu.org>
17703         * files.el (make-temp-file): Move from subr.el.
17704         * subr.el (make-temp-file): Move to files.el.
17706         * window.el (get-buffer-window-list): Move from subr.el.
17707         * subr.el (get-buffer-window-list): Move to window.el.
17709         * image.el (image-load-path): Use eval-at-startup to initialize.
17711         * subr.el (eval-at-startup): New macro.
17713         * subr.el: Much rearrangement of functions and division
17714         into pages.  No code changes.
17716 2005-10-22  Kenichi Handa  <handa@m17n.org>
17718         * tar-mode.el (tar-extract): Be sure to call
17719         find-operation-coding-system if set-auto-coding doesn't find a
17720         coding system.
17722 2005-10-22  Kim F. Storm  <storm@cua.dk>
17724         * image.el (image-type-header-regexps): Rename from image-type-regexps.
17725         Change users.
17726         (image-type-file-name-regexps): New defconst.
17727         (image-type-from-data): Simplify loop.
17728         (image-type-from-buffer): New defun.
17729         (image-type-from-file-header): Use it instead of image-type-from-data.
17730         Use image-search-load-path instead of only looking in data-directory.
17731         (image-type-from-file-name): New defun.
17732         (image-search-load-path): Change `pathname' to `filename'.
17733         Make PATH arg optional, default to image-load-path.
17735 2005-10-21  Richard M. Stallman  <rms@gnu.org>
17737         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
17739         * textmodes/paragraphs.el (sentence-end-base): New variable.
17740         (sentence-end): Use sentence-end-base.
17742 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17744         * font-lock.el (font-lock-default-fontify-region): Check the multiline
17745         property independently from the font-lock-multiline variable.
17747 2005-10-21  Richard M. Stallman  <rms@gnu.org>
17749         * emacs-lisp/find-func.el (find-library-name): Doc fix.
17751         * startup.el (command-line): Convert library names
17752         in `load-history' to absolute file names.
17754         * subr.el (symbol-file): Doc fix.
17756         * loadhist.el (file-loadhist-lookup): Call locate-library
17757         instead of find-library-name.  Don't try converting
17758         abs file names to library names, since load-history no longer
17759         has library names in it.
17760         (file-dependents, file-provides, file-requires): Doc fixes.
17762 2005-10-21  Juri Linkov  <juri@jurta.org>
17764         * progmodes/etags.el (tags-table-mode): New function.
17765         (tags-verify-table): Replace initialize-new-tags-table with
17766         tags-table-mode.
17768         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
17769         default value.
17770         (desktop-modes-not-to-save): Add tags-table-mode to the
17771         default value.
17773         * info.el (Info-index-next): Add total number of index
17774         alternatives to the message.
17776         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
17777         backward only space (instead of space and period) before looking
17778         at sentence end.
17780         * simple.el (set-variable): Use user-variable-p instead of symbolp.
17781         Add the old variable value as 4th default-value arg of read-string.
17783 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17785         * cus-face.el (custom-declare-face): Make face from X resources
17786         also on Mac.
17788         * disp-table.el (standard-display-g1, standard-display-graphic):
17789         Refuse to use string glyphs also on Mac.
17790         (standard-display-european): Don't set terminal coding system also
17791         on Mac.
17793         * frame.el (display-screens): Use x-display-screens also on Mac.
17795 2005-10-21  Romain Francoise  <romain@orebokech.com>
17797         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
17799 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17801         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
17802         and $? into sexps.
17804         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
17805         warning face on open-paren-in-column-0.
17807         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
17808         boundary case.  Fix typo.
17809         Suggested by Martin Rudalics <rudalics@gmx.at>.
17811 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
17813         * textmodes/org.el (org-combined-agenda-icalendar-file)
17814         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
17815         (org-export-icalendar-this-file)
17816         (org-export-icalendar-all-agenda-files)
17817         (org-export-icalendar-combine-agenda-files): New commands.
17818         (org-export-icalendar, org-print-icalendar-entries)
17819         (org-start-icalendar-file, org-finish-icalendar-file)
17820         (org-ical-ts-to-string): New functions.
17821         (org-read-date, org-goto-calendar)
17822         (org-agenda-goto-calendar): Inhibit displaying diary entries by
17823         call to `calendar'.
17824         (orgtbl-setup): Remove the :keys arguments from the menu description.
17825         (org-after-save-iCalendar-file-hook): New variable.
17827 2005-10-21  Kenichi Handa  <handa@m17n.org>
17829         * language/vietnamese.el (tcvn-5712): Make it an alias of
17830         vietnamese-tcvn coding-system.
17832 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
17834         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
17835         group id is given.
17837 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17839         * progmodes/sh-script.el (sh-escaped-line-re): New var.
17840         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
17841         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
17842         whose line is either continued or ends with a comment.
17844 2005-10-20  Romain Francoise  <romain@orebokech.com>
17846         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
17848         * replace.el (occur-engine): Add follow-link property.
17850         * font-core.el (font-lock-mode): Doc fix.
17852 2005-10-20  Richard M. Stallman  <rms@gnu.org>
17854         * net/rcirc.el: New file.
17856 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
17858         * term.el (term-term-name): Initialize to "eterm-color".
17860 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
17862         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
17863         for encryption functionality.
17864         Move allout customization subgroup from `editing' to `outlines' group.
17865         Fix commentary keywords to legitimate ones.
17866         Update author info (using my current email address, obscurified).
17867         (allout-encrypt-string, allout-encryption-produce-work-buffer)
17868         (allout-encrypted-topic-p, allout-encrypted-text-type)
17869         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
17870         (allout-situate-encryption-key-verifier)
17871         (allout-get-encryption-key-verifier, allout-verify-key)
17872         (allout-next-topic-pending-encryption)
17873         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
17874         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
17875         (outline-key-verifier-handling, outline-key-hint-handling)
17876         (outline-encrypt-unencrypted-on-saves): New defcustoms.
17877         (allout-file-key-verifier-string, allout-encryption-scheme)
17878         (allout-key-verifier-string, allout-key-hint-string)
17879         (allout-after-save-decrypt): New variables.
17880         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
17881         (allout-after-saves-handler): New hook functions.
17882         (allout-post-command-business): Do allout-after-save-decrypt.
17883         (allout-enable-file-variable-adjustment): Custom var to enable
17884         mechanism for adding and adjusting settings of Emacs file variables.
17885         (allout-adjust-file-variable, allout-file-vars-section-data):
17886         New functions, implement the mechanism.
17887         (outlineify-sticky): Use the file vars mechanism.
17888         (allout-inhibit-protection, allout-during-write-cue)
17889         (allout-override-protect, allout-before-change-protect): Remove.
17890         (allout-flag-region, allout-open-topic): Adjust read-only text.
17891         (allout-open-line-not-read-only): Add to facilitate read-only
17892         text based protection.
17893         (allout-kill-line): Revise to adjust read-only text, clue the
17894         user about the inhibition.
17895         (allout-unprotected): Use unwind-protect.
17896         (allout-shift-in, allout-shift-out): Disallow manually shifting a
17897         topic deeper than the offspring depth of the previous topic -
17898         avoiding confusing "containment discontinuities".
17899         (allout-reindent-bodies): Fix retention of body relative hanging
17900         indent during promotion of collapsed bodies.
17901         (allout-open-topic): Make it easy to open new topic with same
17902         bullet as current topic - topic creation functions provided with
17903         any universal argument provokes now prompt for bullet, defaulting
17904         to the bullet of the previous topic.
17905         (allout-plain-bullets-string, allout-distinctive-bullets-string):
17906         Plain bullet alternates `.' period and `,' comma only.  All other
17907         bullets are relegated to special status (but customizable).
17908         (allout-end-of-entry): Rename from allout-end-of-current-entry
17909         since it actually operates w.r.t. most immediately containing
17910         entry, visible or not.
17911         (allout-hide-current-entry, allout-show-current-entry): Use the
17912         revised version.
17913         (allout-old-expose-topic): Solidify deprecation.
17914         (allout-end-of-subtree): Add so we can span concealed as well
17915         as visible topics.
17916         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
17917         (allout-end-of-current-heading): Tweak to just respect the first line.
17918         (allout-get-body-text): Add.
17919         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
17920         when invoked interactively.
17921         (allout-up-current-level): Use `interactive-p'.
17922         (allout-mode, allout-init): Miscellaneous docstring and
17923         operational refinements, as well as hookups of new encryption stuff.
17924         (allout-beginning-of-current-entry): Now works as advertised.
17925         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
17926         (allout-isearch-rectification): Refine condition for isearching.
17927         (allout-isearch-abort, allout-enwrap-isearch)
17928         (allout-flag-region, my-region-active-p): Relocate some macros.
17929         (allout-title): Fallback title is (buffer-name), not
17930         non-existing (current-buffer-name).
17931         (subst-char-in-string): Define if absent (for some XEmacs versions).
17933 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
17935         * mail/sendmail.el (mail-setup-hook, mail-aliases)
17936         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
17937         (mail-citation-prefix-regexp, mail-signature-file)
17938         (mail-default-headers, mail-bury-selects-summary)
17939         (mail-send-nonascii): Add autoload cookies.
17941 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
17943         * frame.el (blink-cursor-mode): Add `mac' to the list of
17944         window-system's that support blinking cursor.
17946 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17948         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
17950 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
17952         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
17953         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
17954         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
17956 2005-10-20  Kim F. Storm  <storm@cua.dk>
17958         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
17959         (ido-set-current-directory): Don't add / after final @.
17960         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
17961         Explicitly handle ange-ftp completion oddities.
17962         (ido-make-file-list): Don't rotate list at tramp root to avoid
17963         triggering tramp file handler for expand-file-name via get-file-buffer.
17965 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17967         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
17969 2005-10-19  Jay Belanger  <belanger@truman.edu>
17971         * calc/calc-units.el (math-standard-units): Add units, adjust
17972         symbols and update values.
17973         (math-unit-prefixes): Add more prefixes.
17975 2005-10-19  Romain Francoise  <romain@orebokech.com>
17977         * bookmark.el (bookmark-menu-heading): New face.
17978         (bookmark-bmenu-list): Use it.
17979         Don't fiddle with `baud-rate' at top-level.
17981 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
17983         * image.el (create-image, find-image): Mention max-image-size in
17984         docstring.
17986 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17988         * savehist.el (savehist-load): Revert to checking XEmacs.
17990         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
17991         Various docstring and line-width fixups.
17992         (conf-mode): Use cond.
17993         Set font-lock-defaults.  Don't set comment-use-syntax.
17995 2005-10-18  David Ponce  <david@dponce.com>
17997         * tree-widget.el (tree-widget-button-click): New function.
17998         (tree-widget-button-keymap): Use it.
18000 2005-10-18  Romain Francoise  <romain@orebokech.com>
18002         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18003         (bookmark-bmenu-hide-filenames): Add follow-link property.
18004         Improve help-echo text.
18006         * ffap.el (find-file-at-point): Doc fix.
18008 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18010         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
18012 2005-10-18  Masatake YAMATO  <jet@gyve.org>
18014         Install to the CVS repository what I forgot to install in my
18015         2005-10-16 changes.
18017         * progmodes/python.el (python-complete-symbol): Pass the common
18018         prefix substring of completion to `display-completion-list'.
18020         * textmodes/org.el (org-complete): Ditto.
18022 2005-10-18  Masatake YAMATO  <jet@gyve.org>
18024         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
18026         * woman.el (WoMan-xref-man-page): New button type derived
18027         from `Man-abstract-xref-man-page'.
18028         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
18030         * man.el (Man-abstract-xref-man-page): New button type.
18031         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
18032         (Man-highlight-references): Add new optional argument `xref-man-type'.
18034 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
18036         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
18038 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18040         * cus-edit.el (Custom-move-and-invoke): Delete.
18041         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
18043         * wid-edit.el (widget-move-and-invoke): New function, from
18044         Custom-move-and-invoke.
18046 2005-10-17  Bill Wohler  <wohler@newt.com>
18048         Move all remaining images from lisp/toolbar to etc/images, move
18049         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
18050         the low resolution images in their own directory (low-color).
18052         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
18053         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
18054         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
18055         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
18056         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
18057         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
18058         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
18060         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
18061         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
18062         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
18063         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
18064         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
18065         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
18066         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
18067         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
18068         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
18069         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
18070         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
18071         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
18072         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
18073         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
18074         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
18076         To conform with convention, replace the underscore (_) in the
18077         following image names with dash (-) or (/) as appropriate.
18079         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
18080         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
18081         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
18082         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
18083         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
18084         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
18085         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
18086         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
18087         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
18088         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
18089         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
18090         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
18091         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
18092         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
18093         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
18095         * info.el (info-tool-bar-map): Replace underscores in image names
18096         with dashes.
18098         * makefile.w32-in (WINS): Remove toolbar.
18100         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
18102         * tool-bar.el: Move to lisp from toolbar.  Now that
18103         toolbar is empty, it should be deleted when folks run "cvs up -P".
18105 2005-10-18  Jay Belanger  <belanger@truman.edu>
18107         * calc/calc-store.el (calc-store-into): Get the proper variable name
18108         to display in message.
18110 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
18112         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
18113         expressions display in speedbar for all buffers when debugging.
18114         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
18116         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
18117         (speedbar-insert-button, speedbar-make-button):
18118         Use add-text-properties.
18119         (speedbar-update-localized-contents)
18120         (speedbar-update-directory-contents)
18121         (speedbar-update-special-contents): Use dolist.
18122         (speedbar-buffer-easymenu-definition): Add a menu separator.
18124 2005-10-17  Jason Rumney  <jasonr@gnu.org>
18126         * makefile.w32-in: Use $(lisp) consistently.
18127         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
18128         for shell specific generation of mh-autoloads.
18130 2005-10-17  Richard M. Stallman  <rms@gnu.org>
18132         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
18134 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18136         * jit-lock.el (jit-lock-fontify-now):
18137         Move jit-lock-context-unfontify-pos to avoid wasted work.
18139 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
18141         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
18142         `tramp-completion-mode' for checking if we are in completion mode.
18143         (tramp-completion-handle-file-name-all-completions): Reorder code
18144         in order to complete for file names only in case there are no
18145         method/user/host completions.  This is necessary for cooperation
18146         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
18148 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
18150         * longlines.el (longlines-search-forward)
18151         (longlines-search-backward): Match any number of spaces.
18153 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
18155         * diff-mode.el (diff-mode): Doc fix.
18157 2005-10-16  David Reitter  <david.reitter@gmail.com>
18159         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
18160         as default on darwin and windows systems.
18162 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
18164         * arc-mode.el (archive-zip-extract): Doc fix.
18166 2005-10-16  Romain Francoise  <romain@orebokech.com>
18168         * mouse.el (mouse-1-click-follows-link): Doc fix.
18170 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18172         * savehist.el: Don't require CL at runtime.
18173         (savehist-xemacs): Remove.
18174         (savehist-coding-system): Use utf-8 if present, regardless of religion.
18175         (savehist-no-conversion): Use (featurep 'xemacs).
18176         (savehist-load): Check existence of start-itimer rather than XEmacs.
18177         Use an idle timer.
18178         (savehist-process-for-saving): Replace use of CL funs `subseq' and
18179         `delete-if-not'.
18181 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
18183         * savehist.el: Newer version.
18184         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
18185         (savehist-last-checksum, savehist-no-conversion): New vars.
18186         (savehist-autosave, savehist-process-for-saving, savehist-printable):
18187         New functions.
18188         (savehist-load, savehist-save): Use them.
18189         (savehist-delimit): Remove.
18191 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18193         * progmodes/compile.el (compilation-goto-locus): Display the
18194         compilation buffer first and the source buffer second, in case they're
18195         in overlapping frames.  Don't raise the compilation frame if it was the
18196         selected window upon entry.  Pass the `other-window' arg to
18197         pop-to-buffer.
18199         * info.el (Info-fontify-node): Use dolist.
18200         Change add-text-properties to put-text-property.
18202 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18204         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
18205         bound of search.
18207 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18209         * dabbrev.el (dabbrev-completion): Pass the common
18210         prefix substring of completion to `display-completion-list'.
18212         * filecache.el (file-cache-minibuffer-complete)
18213         (file-cache-complete): Ditto.
18215         * tempo.el (tempo-display-completions): Ditto.
18217         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
18219         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
18221         * eshell/em-hist.el (eshell-list-history): Ditto.
18223         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
18225         * mail/mailalias.el (mail-complete): Ditto.
18227         * progmodes/etags.el (complete-tag): Ditto.
18229         * progmodes/make-mode.el (makefile-complete): Ditto.
18231         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
18233         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
18235         * progmodes/pascal.el (pascal-complete-word)
18236         (pascal-show-completions): Ditto.
18238         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
18240         * simple.el (completion-common-substring): New variable.
18241         (completion-setup-function): Use `completion-common-substring'
18242         to put faces.
18244 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18246         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
18247         (x-get-selection, mac-select-convert-to-string): Convert from/to
18248         UTF-16 clipboard data as in native byte order, no BOM.
18250 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
18252         * progmodes/gud.el (gud-tool-bar-map): Rename the images
18253         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
18254         (gud-sentinel): Use speedbar-frame to check for speedbar.
18256 2005-10-15  Richard M. Stallman  <rms@gnu.org>
18258         * savehist.el: New file.
18260 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
18262         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
18263         Fix bug in \bf fontification.
18265 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18267         * pcvs.el (cvs-edit-log-files): New var.
18268         (cvs-mode-edit-log): New arg `file'.
18269         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
18270         Instead force the use of the original file and nothing else.
18271         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
18272         the cvs-minor-wrap-function is set.
18273         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
18275 2005-10-14  Bill Wohler  <wohler@newt.com>
18277         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
18278         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
18279         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
18280         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
18281         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
18282         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
18283         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
18284         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
18285         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
18286         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
18287         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
18288         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
18289         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
18290         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
18291         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
18293         * progmodes/gud.el (gud-tool-bar-map): Rename the images
18294         appropriately (for example, gud-break to gud/break).
18296 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
18298         * longlines.el (longlinges-search-function)
18299         (longlines-search-forward, longlines-search-backward): New functions.
18300         (longlines-mode): Set isearch-search-fun-function to
18301         longlinges-search-function.
18303         * mouse.el (mouse-drag-region-1): Handle the case where a
18304         double-click event is bound to an arbitrary function.
18306 2005-10-14  David Ponce  <david@dponce.com>
18308         * recentf.el (recentf-track-opened-file)
18309         (recentf-track-closed-file, recentf-update-menu)
18310         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
18311         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
18312         mouse-1-click-follows-link.
18314 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18316         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
18317         Gnome file-manager.png.  Suggested by
18318         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
18320         * toolbar/README: Add diropen.xpm.
18322 2005-10-13  Bill Wohler  <wohler@newt.com>
18324         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
18325         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
18327 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18329         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
18330         Don't waste the byte-compiler's time on constant data.
18332 2005-10-13  Kenichi Handa  <handa@m17n.org>
18334         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
18335         byte with `escape-glyph' face.
18337         * international/fontset.el (ccl-encode-unicode-font):
18338         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
18339         Handle the case that ucs-mule-to-mule-unicode translates a character to
18340         ASCII (usually for IPA characters).
18342 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18344         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
18345         Don't hide the underline of titles if font-lock-mode is disabled.
18347 2005-10-12  Bill Wohler  <wohler@newt.com>
18349         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
18350         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
18351         files in MH-E-SRC have been updated.
18352         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
18354 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18356         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
18357         (mixal-mode-syntax-table): Add \n as end-comment.
18358         (mixal-operation-codes-alist): Immediately initialize to full value.
18359         (mixal-add-operation-code): Remove.
18360         (mixal-describe-operation-code): Make the arg non-optional.
18361         Use the interactive spec instead.
18362         Use mixal-operation-codes-alist rather than mixal-operation-codes.
18363         (mixal-font-lock-keywords): Don't highlight comments here any more.
18364         (mixal-font-lock-syntactic-keywords): New var.
18365         (mixal-mode): Use it.  Fix comment-start-skip.
18367 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18369         * startup.el (command-line-x-option-alist): -nb => -nbi
18371 2005-10-12  Kim F. Storm  <storm@cua.dk>
18373         * startup.el (fancy-splash-default-action): Discard mouse click in
18374         the splash screen window, as it has no sensible meaning in the
18375         next window to be selected.  Fixes error reported by Jan D.
18377 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18379         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
18381 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18383         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
18384         Try to fix up minor layout issues like indentation, line break, etc...
18385         (mixal-mode-syntax-table): Don't try to specify comment syntax,
18386         because it doesn't work.
18387         (mixal-operation-codes): Add some more codes.
18388         (mixal-font-lock-keywords): Process comments here.
18389         (mixal-mode): mixasm no longer needs -g option.
18391 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
18393         * progmodes/sh-script.el (sh-tmp-file):
18394         Use mktemp -t.  Finish support for es and rc shells.
18396 2005-10-11  Jay Belanger  <belanger@truman.edu>
18398         * calc/calcalg2.el (calc-integral): With an argument, compute the
18399         definite integral.
18401 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
18403         * mouse.el (mouse-drag-region-1): Don't try to catch a
18404         double-click when doing follow-link (it's overridden anyway).
18406 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
18408         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
18409         (autoload-print-form-outbuf): Add docstring.
18411 2005-10-11  Juri Linkov  <juri@jurta.org>
18413         * info.el (Info-mode-menu): Delete menu item "Edit".
18414         (Info-mode): Delete description of Info-edit from docstring,
18415         and rearrange descriptions of Info commands in the order
18416         they are documented in the Info manual.
18418 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18420         * calendar/appt.el (appt-check): Use diary-selective-display var.
18422 2005-10-10  Richard M. Stallman  <rms@gnu.org>
18424         * net/newsticker.el (newsticker-start, newsticker-show-news):
18425         Add autoload cookies.
18427 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
18429         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
18431 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
18433         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
18435 2005-10-10  Jay Belanger  <belanger@truman.edu>
18437         * calc/calc-arith.el (math-check-known-scalarp)
18438         (math-check-known-matrixp): Check the values of arguments that are
18439         variables.
18440         (math-check-known-square-matrixp): New function.
18441         (math-known-square-matrixp): Use math-check-known-square-matrixp.
18442         (math-super-types): Add sqmatrix type.
18444         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
18445         mode name `square' to `sqmatrix'.
18447         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
18448         mode name `square' to `sqmatrix'.
18450 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18452         * progmodes/etags.el (select-tags-table-mode): Don't use
18453         selective-display.
18454         (tags-select-tags-table): Pass `button' to the action function.
18455         (select-tags-table): Place the side-info on button properties rather
18456         than in hidden text.  Abbreviate file names.
18457         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
18458         (select-tags-table-select): Add `button' argument.
18459         Get side-info from the button property rather than from hidden text.
18461 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
18463         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
18464         (gud-speedbar-buttons): Preserve point if possible.
18465         (gud-sentinel): Restore previous speedbar display type.
18467         * progmodes/gdb-ui.el (gdba): Improve diagram.
18468         (def-gdb-auto-update-handler, gdb-info-locals-handler)
18469         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
18470         Call get-buffer-window once.
18472 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18474         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
18475         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
18476         (pascal-indent-command): Remove unused var `ind'.
18477         (pascal-indent-case): Remove unused var `oldpos'.
18478         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
18479         since it's now used as a proper minor mode map.
18480         (pascal-outline): Rename to pascal-outline-mode.
18481         (pascal-outline-mode): Use define-minor-mode.
18482         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
18483         selective-display.
18485 2005-10-10  Andreas Schwab  <schwab@suse.de>
18487         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
18488         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
18490         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
18491         outside source directory.
18493 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
18495         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
18496         C-x' as a prefix.
18497         (orgtbl-mode-map): Full keymap instead of sparse, because all
18498         `self-insert-command' keys are redefined in this map.
18499         (org-export-as-html): Specify charset for HTML file, by taking it
18500         from the coding system.
18502 2005-10-10  Kenichi Handa  <handa@m17n.org>
18504         * textmodes/flyspell.el (flyspell-check-word-p):
18505         If unread-command-events is non-empty, don't call sit-for.
18507 2005-10-09  Richard M. Stallman  <rms@gnu.org>
18509         * font-lock.el (font-lock-syntactic-keywords)
18510         (font-lock-keywords): Doc fixes.
18512         * textmodes/flyspell.el (flyspell-external-point-words):
18513         Simplify logic, and don't try to check for consecutive appearances
18514         of one incorrect word.
18516 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
18518         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
18519         separator.
18521         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
18522         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
18523         (gud-expansion-speedbar-buttons): New function.
18524         (gud-speedbar-buttons): Check for gud-comint-buffer.
18526 2005-10-09  Bill Wohler  <wohler@newt.com>
18528         * Makefile.in (updates): Add mh-loaddefs dependency.
18530 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
18532         * speedbar.el (speedbar-file-key-map): Fix typo.
18534 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18536         * cus-start.el (line-spacing): Add custom spec.
18538 2005-10-09  Romain Francoise  <romain@orebokech.com>
18540         * textmodes/ispell.el (ispell-check-version): Fix last change.
18542 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18544         * term/x-win.el: Remove -i, --icon-type from comment.
18546         * startup.el (command-line-x-option-alist): Remove options -i,
18547         -itype, --icon-type, added -nb, --no-bitmap-icon
18549 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
18551         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
18552         instead of :active.
18554 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
18556         * textmodes/ispell.el (ispell-check-version):
18557         Ignore hyphen, and all that follows, in aspell's version text.
18559 2005-10-08  Jay Belanger  <belanger@truman.edu>
18561         * calc/calc-arith.el (math-known-square-matrixp): New function.
18562         (math-pow-fancy): Check for matrices before distributing exponent
18563         across products.
18565         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
18566         fullscreen keypad.  Suggested by Luc Teirlinck.
18567         (calc-keypad-show-input): Add space for formatting.
18569         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
18570         Add square matrix option.
18572         * calc/calc-poly.el (math-expand-term): Check for matrices instead
18573         of checking calc-matrix-mode when deciding how to expand.
18575         * calc/calc.el (calc-set-mode-line): Add square matrix option.
18577 2005-10-08  Lars Hansen  <larsh@soem.dk>
18579         * net/tramp.el (tramp-perl-directory-files-and-attributes):
18580         Add error handling.
18581         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
18583 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
18585         Sync with Tramp 2.0.51.
18587         * net/tramp.el (tramp-handle-set-visited-file-modtime)
18588         (tramp-handle-insert-file-contents, tramp-handle-write-region):
18589         Insert special handling for `last-coding-system-used', again
18590         it still seems to be necessary (unlike stated before).
18591         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
18592         (tramp-password-prompt-regexp): There might be other words before
18593         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
18594         (tramp-chunksize): Improve docstring.
18595         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
18596         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
18597         Christian Joergensen <bugs@razor.dk>.
18599 2005-10-07  Glenn Morris  <rgm@gnu.org>
18601         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
18602         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
18603         precision'.
18605 2005-10-07  Romain Francoise  <romain@orebokech.com>
18607         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
18608         (ibuffer-do-shell-command-pipe-replace)
18609         (ibuffer-do-shell-command-file, ibuffer-do-eval)
18610         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
18611         (ibuffer-do-revert, ibuffer-do-replace-regexp)
18612         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
18613         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
18614         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
18615         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
18616         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
18617         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
18618         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
18619         Autoload file sans suffix.
18621         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
18623 2005-10-07  David Ponce  <david@dponce.com>
18625         * recentf.el (recentf-menu-open-all-flag): New option.
18626         (recentf-digit-shortcut-command-name): New function.
18627         (recentf--shortcuts-keymap): New variable.
18628         (recentf-menu-shortcuts): New variable.
18629         (recentf-make-menu-items): Initialize it.  Replace the "More..."
18630         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
18631         (recentf-menu-value-shortcut): New function.
18632         (recentf-make-menu-item): Use it.  No more in-lined.
18633         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
18634         (recentf-open-most-recent-file): Rename from
18635         `recentf-open-file-with-key'.  Don't depend on key binding.
18636         (recentf-mode-map): New variable.
18637         (recentf-mode): Use it.
18639 2005-10-06  Bill Wohler  <wohler@newt.com>
18641         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
18643         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
18644         (MH-E-SRC): New.  Used by mh-autoloads.
18645         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
18646         files in MH-E-SRC have been updated.
18647         (compile, recompile, bootstrap): Depend on mh-autoloads.
18649 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
18651         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
18652         gud-break and gud-remove icons when the fringe is not available.
18654         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
18655         Typo.
18657 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
18659         * play/zone.el (zone): Wrap body with save-window-excursion.
18661 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18663         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
18664         Use the new `list-only' arg to diary-list-entries.
18666         * calendar/diary-lib.el: Use overlays rather than selective-display.
18667         (diary-selective-display): New var.
18668         (diary-header-line-format): Use it.
18669         (diary-list-entries): Add argument `list-only'.
18670         Put the buffer in diary-mode.  Don't add \^M at beg and end.
18671         Replace \^M by invisible overlays.
18672         (diary-unhide-everything): Replace \^M by invisible overlays.
18673         (print-diary-entries): Look for overlays rather than \^M.
18674         Add a space to the temp buffer name.
18675         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
18676         Put the buffer in diary-mode.
18677         (list-sexp-diary-entries): Replace \^M by invisible overlays.
18678         (diary-anniversary): Make the year arg optional.
18679         (diary-time-regexp): New const.
18680         (diary-font-lock-keywords): Use it to accept a few more time formats.
18682         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
18684 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
18686         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
18687         Fix bug introduced 2005-07-03: Use (car (last ...))
18688         to faithfully reproduce replaced artist-last.
18689         (artist-set-arrow-points-for-poly): Likewise.
18690         Suggested by Johan Bockg\e,Ae\e(Brd.
18692 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
18694         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
18695         * wid-edit.el (widget):
18696         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
18697         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
18699 2005-10-06  Kenichi Handa  <handa@m17n.org>
18701         * international/mule-cmds.el (set-language-environment):
18702         Fix setting up of case-table for unibyte mode.
18704         * simple.el (what-cursor-position): If the character is displayed
18705         by some `display' text property, show that.  Don't use
18706         single-key-description for eight-bit characters in multibyte mode.
18708 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
18710         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
18711         (gdb-ann3): Set it.
18712         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
18713         (gdb-info-frames-custom): Use inverse-video for first five
18714         characters of selected frame only.
18715         (gdb-get-frame-number): Select frame even when point is on frame
18716         number.
18718 2005-10-06  Masatake YAMATO  <jet@gyve.org>
18720         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
18721         Put `font-lock-function-name-face'.
18722         (gdb-info-frames-custom): Put `font-lock-function-name-face'
18723         and `font-lock-variable-name-face'
18724         (gdb-registers-font-lock-keywords): New font lock keywords definition.
18725         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
18726         (gdb-memory-font-lock-keywords): New font lock keywords definition.
18727         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
18728         (gdb-local-font-lock-keywords): New font lock keywords definition.
18729         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
18730         (gdb-threads-font-lock-keywords): New font lock keywords definition.
18731         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
18733 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
18735         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
18736         (ediff-merge-region-is-non-clash-to-skip): Previously called
18737         ediff-merge-region-is-non-clash.
18739         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
18740         Use insert-buffer-substring.
18742         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
18743         selecting files to patch.  Also bug fixes.
18745         * ediff-util.el (ediff-setup): Bug fix.
18746         (ediff-next-difference): Never skip clashes that differ in white
18747         space only.
18749         * ediff-wind.el (ediff-setup-control-frame)
18750         (ediff-destroy-control-frame): Check the menubar feature.
18752         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
18753         (viper-refresh-mode-line): Use make-local-variable to localize
18754         some vars instead of make-variable-buffer-local.  Suggested by
18755         Stefan Monnier.
18757         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
18758         (viper-restore-cursor-type, viper-set-insert-cursor-type):
18759         Use make-local-variable instead of make-variable-buffer-local.
18760         Suggested by Stefan Monnier.
18762         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
18763         (viper-comint-mode-hook): Use make-local-variable on
18764         require-final-newline.
18765         (viper-non-hook-settings): Don't use make-variable-buffer-local.
18767 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18769         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
18770         also the second char of a comment-start sequence.
18771         (scheme-sexp-comment-syntax-table): New var.
18772         (lambda, define): Set their scheme-doc-string-elt property.
18773         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
18774         Use lisp-font-lock-syntactic-face-function now that it properly
18775         handles |...| symbols.
18776         (scheme-mode-variables): Set lisp-doc-string-elt-property,
18777         parse-sexp-lookup-properties and font-lock-extra-managed-props.
18779         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
18780         bit from # to |.
18781         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
18783         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
18784         (lisp-doc-string-elt-property): New var.
18785         (lisp-font-lock-syntactic-face-function): Use it.
18786         Rewrite to recognize docstrings even for forms not at toplevel.
18788         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
18789         annotation on the | part of #| rather than on the # part.
18790         (scheme-font-lock-syntactic-face-function): New function, to
18791         distinguish strings from |...| symbols.
18792         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
18793         syntax-table so that #|...|# is properly highlighted.
18795         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
18796         Don't mark as docstring the 3rd elem of an unknown toplevel form.
18798 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18800         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
18801         and C-e.
18803         * emacs-lisp/eldoc.el: Move comments into docstrings.
18804         (eldoc-message-commands): Initialize in its declaration.
18805         Add move-beginning-of-line and move-end-of-line.
18806         (eldoc-add-command, eldoc-add-command-completions)
18807         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
18809         * outline.el (outline-mark-subtree): Activate the mark.
18811         * calendar/appt.el (appt-time-regexp): New var.
18812         (appt-add, appt-make-list): Use it.
18813         (appt-convert-time): Clean up.
18815         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
18816         Don't set any syntax-table property here.
18817         (tex-font-lock-verb): New function.  Do it here.
18818         (tex-font-lock-syntactic-keywords): Use it.
18820 2005-10-04  Richard M. Stallman  <rms@gnu.org>
18822         * wid-edit.el (widget-file-complete): Get the widget start point
18823         the right way.  Default directory to `/' if file has none.
18825         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
18827         * textmodes/flyspell.el (flyspell-mode-on):
18828         Call ispell-maybe-find-aspell-dictionaries.
18830         * textmodes/ispell.el (ispell-word, ispell-region):
18831         Call ispell-maybe-find-aspell-dictionaries.
18832         (ispell-accept-buffer-local-defs):
18833         Don't call ispell-maybe-find-aspell-dictionaries
18835 2005-10-04  Richard M. Stallman  <rms@gnu.org>
18837         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
18839 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
18841         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
18842         instead of `fboundp' in order to allow for anonymous functions.
18844 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
18846         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
18847         case the user clicks on the link while another window is selected.
18848         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
18850         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
18851         functionality.
18852         (dframe-help-echo): Save point in case mouse tracking is off.
18854 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
18856         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
18858 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18860         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
18861         not change the global value of those vars.
18863         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
18864         make-local-variable which we do not need any more.
18866 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
18868         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
18869         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
18870         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
18871         (speedbar-path-line): Define obsolete aliases.
18872         (speedbar-line-directory): Doc fix.
18874         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
18875         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
18876         instead of speedbar-line-path.
18878 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18880         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
18881         to nil if dropping on a window.  Handle dropping on a minibuffer window
18882         like dropping on a non-window part of Emacs.
18884 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18886         * net/ange-ftp.el: Use with-current-buffer.
18887         (ange-ftp-insert-directory): Do not follow symlinks any more.
18889         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18890         Remove interactive spec.
18892 2005-10-03  Kim F. Storm  <storm@cua.dk>
18894         * ido.el (ido-mode): Use custom-initialize-set.
18896 2005-10-02  Richard M. Stallman  <rms@gnu.org>
18898         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
18899         Use insert-buffer-substring.
18901         * net/tramp.el: Pacify byte compiler warnings in pacification code.
18902         (tramp-handle-file-local-copy): Use insert-buffer-substring.
18904 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18906         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
18907         in last change.
18908         (ange-ftp-insert-directory): Fix up the search for the case where
18909         `file' is absolute.
18911 2005-10-02  Romain Francoise  <romain@orebokech.com>
18913         * progmodes/compile.el (compile-goto-error): Delete extra paren.
18915 2005-10-02  Andreas Schwab  <schwab@suse.de>
18917         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
18918         directory component in the session info.
18920 2005-10-01  Richard M. Stallman  <rms@gnu.org>
18922         * comint.el (comint-redirect-subvert-readonly): Doc fix.
18924         * simple.el (next-error-internal): New function.
18926         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
18927         (compilation-start): Pass new arg to compilation-buffer-name.
18928         (compile-goto-error): Use next-error-internal.
18930 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
18932         * speedbar.el: Remove RCS tag.
18933         (speedbar-check-read-only): Handle non-existent files.
18935         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
18937         * info.el (Info-speedbar-hierarchy-buttons)
18938         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
18940 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18942         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
18943         Do not match newline.
18944         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
18945         (bibtex-summary): Remove unnecessary save-excursion.
18946         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
18948 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18950         * term/mac-win.el: Add charset info for "iso10646-1".
18951         Modify default fontset to use ATSUI-compatible fonts for some charsets
18952         if available.
18954 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
18956         * speedbar.el: Re-apply arch tag.
18957         (speedbar-version): Rename to version 1.0.  Suggested by Eric
18958         M. Ludlam.
18959         Reapply two changes from Emacs CVS' version of speedbar lost
18960         during the merge:
18961         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
18962         (speedbar-frame-parameters): Improve customize type.
18964 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18966         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
18967         (ange-ftp-file-directory-p): Fix the symlink case.
18968         (ange-ftp-insert-directory): When listing a single file, get a list of
18969         the parent buffer and extract the relevant line.  Inspired from a patch
18970         by Katsumi Yamaoka <yamaoka@jpl.org>.
18971         (ange-ftp-file-name-sans-versions): Simplify.
18973 2005-09-30  Bill Wohler  <wohler@newt.com>
18975         Move MH-E image files from toolbar and mail directories into
18976         etc/images.
18978         * mail/reply2.*: Move to etc/images/mail/reply*.
18980         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
18981         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
18982         etc/images.
18984         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
18985         * toolbar/reply*: Move to etc/images/mail.
18987         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
18989 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
18991         * speedbar.el: New version 1.0pre3.
18993         Frame management code (including timer, and mouse click specifics)
18994         moved to dframe.el:
18995         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
18996         (speedbar-timer): Removed.  Use dframe-timer.
18997         (speedbar-close-frame): Removed.  Use dframe-close-frame.
18998         (speedbar-activity-change-focus-flag): Removed.  Use
18999         dframe-activity-change-focus-flag.
19000         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
19001         dframe-update-speed.
19003         (speedbar-current-frame): New macro.  Use this instead of the
19004         variable speedbar-frame.
19006         (speedbar-use-images, speedbar-expand-image-button-alist)
19007         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
19009         (speedbar-find-image-on-load-path): Removed.  Replaced by
19010         defezimage in ezimage.el.
19011         (speedbar-expand-image-button-alist): Removed.  Replaced by
19012         ezimage-expand-image-button-alist in ezimage.el.
19014         (speedbar-ignored-directory-regexp)
19015         (speedbar-add-ignored-directory-regexp)
19016         (speedbar-ignored-directory-expressions)
19017         (speedbar-line-directory, speedbar-buffers-line-directory)
19018         (speedbar-directory-line, speedbar-buffers-line-directory):
19019         Renamed, replacing `path' with `directory'.
19021         (speedbar-create-directory, speedbar-expand-line-descendants)
19022         (speedbar-toggle-line-expansion)
19023         (speedbar-contract-line-descendants): New commands.
19025         (speedbar-query-confirmation-method, speedbar-select-frame-method)
19026         (speedbar-use-tool-tips-flag): New options.
19028         (speedbar-check-read-only, speedbar-require-version)
19029         (speedbar-insert-separator, speedbar-buffers-tail-notes)
19030         (speedbar-handle-delete-frame, speedbar-try-completion)
19031         (speedbar-update-localized-contents): New functions.
19033         (speedbar-incompatible-version, speedbar-ro-to-do-point)
19034         (speedbar-object-read-only-indicator): New variables.
19036         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
19037         New hooks.
19039         (speedbar-separator-face): New face.
19041         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
19042         (speedbar-ignored-modes): Add fundamental-mode.
19043         (speedbar-directory-unshown-regexp): Add . directories.
19045         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
19046         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
19047         `]' for full expand/close.
19048         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
19050         (speedbar-check-vc): Support hidden files.
19051         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
19052         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
19053         state is nil, it is not checked out.
19055         (speedbar-line-text, speedbar-line-token): Support expand buttons
19056         with no text.
19057         (speedbar-refresh): Universal argument acts as power-click.
19058         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
19059         that buffer to get variable values.
19061         And many other bugfixes.
19063         * dframe.el, ezimage.el, sb-image.el: New files.
19065         * sb-*.xpm: Remove files.  New image files installed into
19066         etc/images/ezimage.
19068 2005-09-30  Kenichi Handa  <handa@m17n.org>
19070         * ps-mule.el (ps-mule-show-warning): If a character is in
19071         ps-print-translation-table, don't treat it as non-printable.
19073 2005-09-30  David Ponce  <david@dponce.com>
19075         * tree-widget.el (tree-widget-themes-load-path): New variable.
19076         (tree-widget-themes-directory): Doc fix.
19077         (tree-widget-image-formats) [Emacs]: Doc fix.
19078         (tree-widget--locate-sub-directory): New function.
19079         (tree-widget-themes-directory): Use it.
19081         * recentf.el (recentf-filename-handlers): Rename from
19082         `recentf-filename-handler'.  Allow a list of functions.
19083         (recentf-menu-items-for-commands): Fix :help strings.
19084         (recentf-apply-filename-handlers): New function.
19085         (recentf-expand-file-name): Use it.
19086         (recentf-cleanup): Remove duplicates too.
19088 2005-09-29  Juri Linkov  <juri@jurta.org>
19090         * faces.el: Rearrange face definitions to be in the same order as
19091         their face descriptions in "(emacs)Standard Faces".
19093         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
19095         * tooltip.el (tooltip): Add group `basic-faces'.
19097         * buff-menu.el (Buffer-menu-buffer): Remove group
19098         `font-lock-highlighting-faces'.
19100         * progmodes/compile.el (compilation-error, compilation-warning)
19101         (compilation-info, compilation-line-number, compilation-column-number):
19102         Change group from `font-lock-highlighting-faces' to `compilation'.
19104         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19105         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
19106         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
19107         (vhdl-font-lock-reserved-words-face)
19108         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
19109         `font-lock-highlighting-faces'.
19111         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
19113 2005-09-28  Kim F. Storm  <storm@cua.dk>
19115         * emulation/cua-base.el: Set CUA move property on additional commands:
19116         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
19117         forward-sexp, backward-sexp, forward-list, backward-list.
19119 2005-09-28  Romain Francoise  <romain@orebokech.com>
19121         * comint.el (comint-show-output): Really set point at the
19122         beginning of the output when not using `comint-use-prompt-regexp'.
19124 2005-09-27  Jay Belanger  <belanger@truman.edu>
19126         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
19127         in TeX mode.
19129 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
19131         * textmodes/org.el (org-table-sum): Fix format string.
19133         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
19134         Quote face names.
19136 2005-09-26  Romain Francoise  <romain@orebokech.com>
19138         * isearch.el (isearch-forward-regexp): Close doc string.
19140 2005-09-25  Richard M. Stallman  <rms@gnu.org>
19142         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
19144         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
19146         * progmodes/compile.el (compilation-error-properties):
19147         When getting the file from the previous error message,
19148         correctly decode the new data format.
19150         * progmodes/cc-cmds.el (c-electric-paren):
19151         Call old-blink-paren only for close-paren.
19153 2005-09-24  Andreas Schwab  <schwab@suse.de>
19155         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
19156         condition.
19158 2005-09-25  Romain Francoise  <romain@orebokech.com>
19160         * dired-aux.el (dired-copy-file-recursive):
19161         * dired.el (dired-delete-file):
19162         * ediff-mult.el (ediff-dir-diff-copy-file):
19163         * ediff-util.el (ediff-test-save-region):
19164         * forms.el (forms-mode):
19165         * ido.el (ido-file-internal, ido-delete-file-at-head):
19166         * log-edit.el (log-edit-done):
19167         * ses.el (ses-yank-resize):
19168         * play/gomoku.el (gomoku-human-plays, gomoku)
19169         (gomoku-human-resigns, gomoku-prompt-for-other-game)
19170         (gomoku-offer-a-draw):
19171         * play/landmark.el (lm-human-resigns, lm):
19172         * net/eudcb-ldap.el (eudc-ldap-check-base):
19173         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
19174         * progmodes/ebrowse.el (ebrowse-find-pattern):
19175         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
19176         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
19177         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
19179         * vc.el (vc-delete-file):
19180         * play/gomoku.el (gomoku-terminate-game, gomoku)
19181         (gomoku-prompt-for-move, gomoku-human-takes-back):
19182         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
19183         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
19185 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
19187         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
19188         color rxvt terminals by using the code xterm.el used to use before
19189         2005-04-09 in order to match the colors used by rxvt.
19191 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
19193         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
19194         colors rxvt-unicode terminals by using the same code as xterm.el.
19196 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19198         * textmodes/tex-mode.el (tex-font-lock-append-prop)
19199         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
19200         new symbol used for the tex-verbatim face.
19202 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19204         * woman.el (woman-file-name):
19205         * wid-edit.el (widget-file-prompt-value)
19206         (widget-coding-system-prompt-value):
19207         * w32-fns.el (set-w32-system-coding-system):
19208         * vc.el (vc-version-diff, vc-annotate):
19209         * textmodes/reftex-auc.el (reftex-arg-cite)
19210         (reftex-arg-index-tag):
19211         * textmodes/refer.el (refer-get-bib-files):
19212         * textmodes/artist.el (artist-figlet-choose-font):
19213         * terminal.el (terminal-emulator):
19214         * replace.el (occur-read-primary-args):
19215         * rect.el (string-rectangle, string-insert-rectangle):
19216         * ps-print.el (ps-print-preprint):
19217         * progmodes/pascal.el (pascal-goto-defun):
19218         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
19219         * progmodes/compile.el (compilation-find-file):
19220         * printing.el (pr-interactive-n-up):
19221         * play/animate.el (animate-birthday-present):
19222         * net/rcompile.el (remote-compile):
19223         * man.el (man, Man-goto-section, Man-follow-manual-reference):
19224         * mail/rmailsum.el (rmail-summary-search-backward)
19225         (rmail-summary-search):
19226         * mail/rmailout.el (rmail-output-read-rmail-file-name)
19227         (rmail-output-read-file-name):
19228         * mail/rmail.el (rmail-search, rmail-search-backwards):
19229         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
19230         * locate.el (locate):
19231         * international/quail.el (quail-show-keyboard-layout):
19232         * international/mule.el (set-buffer-file-coding-system)
19233         (revert-buffer-with-coding-system, set-file-name-coding-system)
19234         (set-terminal-coding-system, set-keyboard-coding-system)
19235         (set-next-selection-coding-system):
19236         * international/mule-diag.el (describe-coding-system)
19237         (describe-font, describe-fontset):
19238         * international/mule-cmds.el (universal-coding-system-argument)
19239         (search-unencodable-char, describe-input-method)
19240         (set-language-environment, describe-language-environment):
19241         * international/codepage.el (codepage-setup):
19242         * international/code-pages.el (codepage-setup):
19243         * info.el (Info-search, Info-follow-reference)
19244         (Info-search-backward):
19245         * emacs-lisp/advice.el (ad-read-advised-function)
19246         (ad-read-advice-class, ad-clear-cache, ad-activate)
19247         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
19248         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
19249         (ad-read-regexp):
19250         * ediff-util.el (ediff-toggle-regexp-match):
19251         * ediff-ptch.el (ediff-prompt-for-patch-file):
19252         * dired-aux.el (dired-diff):
19253         * diff.el (diff):
19254         * cus-edit.el (custom-variable-prompt):
19255         * calendar/timeclock.el (timeclock-ask-for-project):
19256         * calc/calcalg3.el (calc-get-fit-variables):
19257         * calc/calc-store.el (calc-edit-variable)
19258         (calc-permanent-variable):
19259         * vc-mcvs.el (vc-mcvs-register):
19260         * shadowfile.el (shadow-define-literal-group):
19261         * woman.el (woman-file-name):
19262         * vc.el (vc-version-diff, vc-merge):
19263         * textmodes/reftex-index.el (reftex-index-complete-tag):
19264         * format.el (format-decode-buffer, format-decode-region):
19265         * emulation/viper-cmd.el (viper-read-string-with-history):
19266         * emacs-lisp/debug.el (cancel-debug-on-entry):
19267         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
19268         * ediff.el (ediff-merge-revisions)
19269         (ediff-merge-revisions-with-ancestor, ediff-revision):
19270         * completion.el (interactive-completion-string-reader):
19271         * calc/calc-prog.el (calc-user-define-formula):
19272         Follow convention for reading with the minibuffer.
19274 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
19276         * progmodes/python.el (python-describe-symbol): Add globals() and
19277         locals() to the arguments of emacs.ehelp.
19279 2005-09-24  Magnus Henoch  <mange@freemail.hu>
19281         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
19282         New function, code extracted from ispell-valid-dictionary-list.
19283         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
19284         Call it.
19286 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
19288         * subr.el (version-regexp-alist): Extend valid syntax for version
19289         strings: allow any of the characters -,_,+ to separate the
19290         alpha/beta/rc part from the version part.  Doc fix.
19291         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
19293 2005-09-23  David Reitter  <david.reitter@gmail.com>
19295         * mail/mailclient.el: New file.
19297 2005-09-23  Richard M. Stallman  <rms@gnu.org>
19299         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
19300         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
19301         Doc fixes.
19303         * progmodes/cc-mode.el (c-font-lock-init):
19304         Specify font-lock-lines-before.
19306 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19308         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
19309         whole conflict.
19311 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
19313         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
19314         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
19315         of `remap' feature when available.  Additional key bindings for
19316         better tty support.
19317         (org-mode-restart, org-force-self-insert): New commands.
19318         (org-time-stamp-inactive): New command.
19319         (org-remap): New function.
19320         (org-table-auto-blank-field, org-level-color-stars-only): New options.
19321         (org-enable-fixed-width-editor): Move to `org-structure'
19322         customization group.
19323         (org-self-insert-command, orgtbl-self-insert-command): Modify to
19324         blank field after field motion commands.
19326 2005-09-23  Kenichi Handa  <handa@m17n.org>
19328         * international/mule-cmds.el (set-language-environment):
19329         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
19330         have to call utf-translate-cjk-load-tables.
19332 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19334         * mouse.el (mouse-move-drag-overlay): Fix last change.
19336 2005-09-22  David Ponce  <david@dponce.com>
19338         * tree-widget.el (tree-widget-value-create): Fix previous change.
19340 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
19342         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
19344 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19346         * mouse.el (mouse-move-drag-overlay): New function.
19347         (mouse-drag-region-1): Use it.
19348         Try to simplify a bit the state handling.  Handle clicks on links
19349         inside intangible areas.
19350         (mouse-save-then-kill): Minor simplification.
19351         (mouse-secondary-overlay): Make it always non-nil instead of
19352         recreating it each time.
19353         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
19354         (mouse-kill-secondary, mouse-secondary-save-then-kill):
19355         Simplify accordingly.
19357 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
19359         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
19361 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
19363         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
19364         (ediff-file-name-sans-prefix): Treat nil as an empty string.
19365         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
19366         to patch.
19368         * ediff-util.el: Use insert-buffer-substring.
19370         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
19372         * emulation/viper-cmd.el (viper-change-state): Don't move over the
19373         field boundaries in the minibuffer.
19374         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
19375         (viper-minibuffer-post-command-hook): New hook.
19376         (viper-line): Don't move cursor at bolp.
19378         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
19380         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
19381         avoid compiler warnings.
19383         * emulation/viper-macs.el (ex-map): Better messages.
19385         * emulation/viper-utils.el (viper-beginning-of-field): New function.
19387         * emulation/viper.el: Replace make-variable-buffer-local with
19388         viper-make-variable-buffer-local everywhere, to avoid warnings.
19390 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19392         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
19393         Delete unused var `old-selected-window'.
19394         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
19395         (mouse-drag-secondary): Delete unused var `start-frame'.
19397 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
19399         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
19401 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19403         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
19404         Re-indent within 80 columns.  Use inhibit-read-only.
19406 2005-09-19  Romain Francoise  <romain@orebokech.com>
19408         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
19410 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19412         * font-lock.el (font-lock-default-fontify-region): Don't add a line
19413         unconditionally, since the after-change-function already did it.
19415 2005-09-19  Miles Bader  <miles@gnu.org>
19417         * net/newsticker.el: Get rid of CVS keyword.
19419 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
19421         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
19422         The prompt is formatted later.
19424 2005-09-19  David Ponce  <david@dponce.com>
19426         * tree-widget.el (tree-widget-value-create): Save the converted
19427         tree :node widget.
19429 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
19431         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
19432         variable `message'.
19434 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
19436         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
19437         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
19438         <slawomir.nowaczyk.847@student.lu.se>.
19440 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
19442         * image.el (image-load-path): Use symbol `data-directory' instead
19443         of its value, for backward compatibility with packages that bind
19444         it during `find-image'.  Suggested by Katsumi Yamaoka.
19445         (image-search-load-path): Handle symbols whose values are strings.
19447 2005-09-18  Romain Francoise  <romain@orebokech.com>
19449         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
19450         with-current-buffer form in save-excursion.
19452 2005-09-18  Deepak Goel  <deego@gnufans.org>
19454         * apropos.el (apropos-command): Fix `message' call: first arg
19455         should be a format spec.  In this and all other cases that appear
19456         below and elsewhere in the source code, I made a change only when
19457         two conditions were satisfied: [1] I can think of a possibility
19458         that the arguments would cause an error, for example, the code in
19459         question relies on external variables such as filenames.  [2] I
19460         was sure that the arg to `message' could not have been nil in the code.
19462         * textmodes/tildify.el (tildify-region): Ditto.
19464         * textmodes/reftex-index.el (reftex-index-change-entry)
19465         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
19466         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
19467         * textmodes/org.el (org-complete, org-deadline, org-schedule)
19468         (org-priority, org-table-sum):
19469         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
19470         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
19471         (flyspell-word, flyspell-display-next-corrections):
19472         * textmodes/bibtex.el (bibtex-print-help-message):
19473         * textmodes/artist.el (artist-key-set-point-poly):
19474         * term/mac-win.el (mac-services-insert-text):
19475         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
19476         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
19477         (vhdl-port-paste-testbench, vhdl-compose-new-component)
19478         (vhdl-compose-configuration):
19479         * progmodes/sh-script.el (sh-blink, sh-show-indent)
19480         (sh-set-indent, sh-learn-line-indent):
19481         * progmodes/ps-mode.el (ps-mode-target-column):
19482         * progmodes/idlwave.el (idlwave-make-tags)
19483         (idlwave-scan-library-catalogs):
19484         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
19485         * progmodes/gud.el (gud-jdb-analyze-source):
19486         * progmodes/flymake.el (flymake-log):
19487         * progmodes/ebnf2ps.el (ebnf-generate-region):
19488         * progmodes/cmacexp.el (c-macro-expansion):
19489         * progmodes/ada-xref.el (ada-treat-cmd-string):
19490         * progmodes/ada-mode.el (ada-create-case-exception-substring)
19491         (ada-justified-indent-current, ada-batch-reformat):
19492         * play/zone.el (zone):
19493         * play/landmark.el (lm-move):
19494         * play/decipher.el (decipher-show-alphabet):
19495         * net/newsticker.el (newsticker--display-jump)
19496         (newsticker--display-scroll):
19497         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
19498         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
19499         * mail/feedmail.el (feedmail-dump-message-to-queue):
19500         * eshell/esh-proc.el (eshell-remove-process-entry):
19501         * emulation/ws-mode.el (ws-last-error):
19502         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
19503         (viper-record-kbd-macro):
19504         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
19505         * emacs-lisp/lisp-mnt.el (lm-report-bug):
19506         * emacs-lisp/find-func.el (find-function-noselect):
19507         * calendar/timeclock.el (timeclock-status-string)
19508         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
19509         (timeclock-when-to-leave-string):
19510         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
19511         * calc/calc-units.el (calc-enter-units-table):
19512         * calc/calc-mode.el (calc-mode-record-mode):
19513         * woman.el (woman-mini-help):
19514         * wdired.el (wdired-change-to-wdired-mode):
19515         * vc.el (vc-retrieve-snapshot):
19516         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
19517         * startup.el (display-startup-echo-area-message):
19518         * simple.el (set-goal-column):
19519         * ses.el (ses-command-hook, ses-recalculate-cell):
19520         * server.el (server-process-filter):
19521         * printing.el (pr-interface-txt-print, pr-interface-printify)
19522         (pr-interface-ps):
19523         * pcvs.el (cvs-help):
19524         * log-edit.el (log-edit, log-edit-mode-help):
19525         * iswitchb.el (iswitchb-possible-new-buffer):
19526         * isearch.el (isearch-edit-string):
19527         * image-mode.el (image-mode, image-minor-mode):
19528         * ibuf-macs.el (define-ibuffer-filter):
19529         * hi-lock.el (hi-lock-find-patterns):
19530         * files.el (toggle-read-only):
19531         * ediff-util.el (ediff-copy-diff)
19532         (ediff-write-merge-buffer-and-maybe-kill):
19533         * echistory.el (Electric-history-undefined):
19534         * dnd.el (dnd-insert-text):
19535         * dired-aux.el (dired-query):
19536         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
19537         * bookmark.el (bookmark-bmenu-locate):
19538         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
19539         Fix `message' calls to ensure first arg is a format string.
19540         The change was made only when these two conditions were satisfied:
19541         [1] when there is a possibility that the arguments would cause an error
19542         for example, if the code in question relies on external variables
19543         such as filenames, and
19544         [2] if the arg to `message' could not have been nil in the code.
19546         * pcomplete.el (pcomplete--help): Fix `message' format spec.
19547         Not having a %s would be weird, though not technically wrong.
19549 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19551         * term/mac-win.el (mac-add-charset-info): Doc fix.
19553 2005-09-17  Romain Francoise  <romain@orebokech.com>
19555         * shell.el (shell-resync-dirs): Handle echoing processes more
19556         reliably.  Don't insert resync command if `comint-process-echoes'
19557         is non-nil.
19559 2005-09-17  Magnus Henoch  <mange@freemail.hu>
19561         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
19562         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
19563         aspell versions >= 0.60.
19564         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
19565         only if ispell-aspell-supports-utf8 is non-nil.
19567 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
19569         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
19570         buffer-local value to lisp-indent-function.
19572 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
19574         * progmodes/glasses.el (glasses-make-readable): If
19575         glasses-separator differs from underscore, put appropriate
19576         overlays over underscore characters.
19577         (glasses-convert-to-unreadable): If glasses-separator differs from
19578         underscore, try to convert glasses-separator characters to
19579         underscores.
19581 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19583         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
19584         Use with-syntax-table and dolist.
19586 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
19588         * textmodes/reftex-auc.el:
19589         * textmodes/reftex-cite.el:
19590         * textmodes/reftex-dcr.el:
19591         * textmodes/reftex-global.el:
19592         * textmodes/reftex-parse.el:
19593         * textmodes/reftex-ref.el:
19594         * textmodes/reftex-sel.el:
19595         * textmodes/reftex-toc.el:
19596         * textmodes/reftex-vars.el:
19597         * textmodes/reftex.el: Small changes to remove compiler warnings.
19599         * textmodes/reftex-index.el: Likewise.
19600         (reftex-query-index-phrase): More efficient use of markers.
19602 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
19604         * image.el (image-load-path): New variable.
19605         (image-search-load-path): New function.
19606         (find-image): Search for images in `image-load-path'.
19608 2005-09-15  Richard M. Stallman  <rms@gnu.org>
19610         * follow.el: Change Maintainer field.
19612 2005-09-15  David Ponce  <david@dponce.com>
19614         * recentf.el (recentf-save-file-modes): New option.
19615         (recentf-save-list): Use it.
19617 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
19619         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
19620         (mode-line-mule-info, mode-line-modified): Move bindings from
19621         mouse-3 to mouse-1.
19623 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
19625         * simple.el (sendmail-user-agent-compose): Revert last change.
19627 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19629         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
19630         Use with-current-buffer.
19631         (ange-ftp-gwp-start): Remove unused var `gw-user'.
19632         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
19633         (ange-ftp-insert-directory): Remove unused var `short'.
19634         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
19636         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
19637         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
19639         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
19640         (check-calendar-holidays, diary-list-entries): Autoload.
19641         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
19642         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
19644         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
19645         which mistakenly removed a call to display-buffer.
19647 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
19649         * obsolete/iso-insert.el: Move to obsolete/ from international/.
19651 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
19653         * progmodes/hideshow.el
19654         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
19655         (hs-allow-nesting): New user var.
19656         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
19657         (hs-hide-block-at-point): When nesting allowed,
19658         if there is already an overlay in place, delete it.
19659         (hs-safety-is-job-n): Delete func; remove call sites.
19660         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
19661         (hs-overlay-at): New func.
19662         (hs-already-hidden-p, hs-show-block): Use it.
19663         (hs-hide-all): Don't pre-clean if nesting allowed.
19664         (hs-show-all): Temporarily disallow
19665         nesting around call to `hs-discard-overlays'.
19667 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
19669         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
19670         Delete unused local var.
19672 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
19674         * help-fns.el (describe-categories): "?\ " -> "?\s".
19675         (help-do-arg-highlight): Recognize also ARG-n, as in
19676         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
19678         * international/codepage.el (dos-unsupported-char-glyph):
19679         * net/newsticker.el (tool-bar-map, w3-mode-map)
19680         (w3m-minor-mode-map):
19681         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
19682         (ent-alist):
19683         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
19685 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
19687         * custom.el (custom-push-theme): Handle the case where a symbol is
19688         bound but face properties have not yet been assigned.
19690         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
19691         Fix behavior if noerase is `t' and there is no mail buffer.
19693         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
19694         if `continue' is nil, rather than signal an error.
19696 2005-09-12  Richard M. Stallman  <rms@gnu.org>
19698         * font-lock.el (font-lock-keywords): Add autoload.
19700         * help-fns.el (describe-variable): Rearrange to put source link
19701         in a predictable place.
19703         * net/newsticker.el: New file.
19705 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19707         * calendar/calendar.el (calendar-for-loop): Add edebug info.
19708         (calendar-basic-setup): Use the new nil arg.
19709         (number-of-diary-entries): Move to diary-lib.el.
19711         * calendar/diary-lib.el: Use with-current-buffer, match-string.
19712         (diary-list-entries): Use with-syntax-table and dolist.
19713         Rename from list-diary-entries.
19714         Use number-of-diary-entries if `number' is nil.
19715         (diary, diary-view-entries): Use this new name and new nil arg value.
19716         (number-of-diary-entries): Move from calendar.el.
19717         (diary-unhide-everything): New function.
19718         (include-other-diary-files, fancy-diary-display)
19719         (diary-show-all-entries, make-diary-entry): Use it.
19720         (diary-mail-entries): Use buffer-string.
19721         (mark-diary-entries): Fix long standing paren typo.
19722         (diary-sexp-entry): Use count-lines.
19723         (make-diary-entry): Avoid `previous-line'.
19724         (diary-mode-map): New var.
19725         (diary-mode): Redraw cal after saving.  Setup header-line.
19726         (fancy-diary-display-mode): Use local-set-key.
19728         * startup.el (command-line): Try calling various terminal-init-foo-bar
19729         functions by stripping hyphenated suffixes from $TERM.
19731         * files.el (normal-mode): Check boundness of font-lock-keywords.
19733 2005-09-12  Richard M. Stallman  <rms@gnu.org>
19735         * progmodes/compile.el: Don't decide a file's directory
19736         until the user actually tries to go there.
19737         (compilation-next-error-function):
19738         Pass compilation-find-file the directory from the file-struct.
19739         (compilation-internal-error-properties): Separate local FILE-STRUCT
19740         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
19741         (compilation-find-file): Arg DIR renamed to DIRECTORY.
19742         Expand it, and if nil, use default-directory.
19743         (compilation-get-file-structure): Don't mix specified directory
19744         with default directory.  Put specified directory into
19745         file-struct.  Don't make the file name absolute.
19747         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19748         (compile-command): Add autoload.
19749         (compilation-disable-input): Add autoload.
19751 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
19753         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
19754         strings of the variables it can override.
19755         (time-stamp): New (as yet undocumented) time-stamp-format escapes
19756         %Q and %q, for fully-qualified domain name and unqualified host name.
19758 2005-09-11  Kim F. Storm  <storm@cua.dk>
19760         * emacs-lisp/authors.el (authors-aliases): Update list.
19761         (authors-fixed-entries): Update mldrag.el entry.
19763 2005-09-10  Alan Mackenzie  <acm@muc.de>
19765         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
19766         from the region narrowed to.
19768 2005-09-10  Magnus Henoch  <mange@freemail.hu>
19770         * textmodes/ispell.el (ispell-check-version): Signal an error if
19771         aspell version is less than 0.60.
19773 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
19775         * progmodes/octave-inf.el (inferior-octave-startup):
19776         Resync current dir at the end.
19778 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
19780         * woman.el (woman-topic-at-point-default):
19781         Rename to woman-use-topic-at-point-default.
19782         (woman-topic-at-point): Rename to woman-use-topic-at-point.
19783         (woman-file-name): Reflect renames above.  Automatically use the
19784         word at point as topic if woman-use-topic-at-point is non-nil.
19785         Otherwise offer it as default but don't insert it in the
19786         minibuffer.  Also use `test-completion' instead of `assoc' as
19787         suggested by Stefan Monnier.
19789 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
19791         * vc.el (vc-directory, vc-update-change-log): Throw an error on
19792         the attempt to do it over Tramp.  This is not yet supported.
19794 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
19796         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
19797         (menu-bar-non-minibuffer-window-p): New functions.
19798         ("Split Window", "Save As..."): Use them.
19799         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
19800         ("Print Buffer", "Truncate Long Lines in this Buffer"):
19801         Use menu-bar-menu-frame-live-and-visible-p.
19802         ("Save Buffer", "Insert File", "Open Directory...")
19803         ("Open File...", "Visit New File..."):
19804         Use menu-bar-non-minibuffer-window-p.
19805         (kill-this-buffer-enabled-p, dired <menu-enable>):
19806         Use menu-bar-non-minibuffer-window-p.
19808 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
19810         * cus-start.el (all): Don't complain about fringe-related
19811         built-ins if fringes are not supported.  Ditto about
19812         selection-related built-ins.  Fix the test for GTK-related built-ins.
19814         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
19815         ("Postscript Print Buffer", "Print Region", "Save As...")
19816         ("Save", "Insert File...", "Open Directory...")
19817         ("Open File...", "Visit New File..."")
19818         ("Truncate Long Lines in this Buffer"): Don't look at
19819         menu-updating-frame if this display does not support multiple frames.
19821 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19823         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
19825 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
19827         * woman.el: Format- and whitespace-related changes.
19829 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
19831         * woman.el: Fix my email address.
19833 2005-09-08  Richard M. Stallman  <rms@gnu.org>
19835         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
19836         (sh-mode): Locally set skeleton-pair-default-alist.
19838         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
19840         * progmodes/flymake.el: Require `compile' unconditionally.
19842         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
19844         * woman.el (woman-file-name): Provide a default, not initial input.
19846         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
19848         * font-lock.el (font-lock-support-mode): Doc fix.
19850         * descr-text.el (describe-property-list): Handle non-symbol prop names.
19852 2005-09-08  Richard M. Stallman  <rms@gnu.org>
19854         * simple.el (blink-matching-open): Get rid of text props from
19855         the string shown in echo area.  Don't permanently set point.
19856         Some rearrangements.
19858 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19860         * recentf.el (recentf-filename-handler): Add custom choice
19861         `abbreviate-file-name'.
19863         * msb.el (msb--very-many-menus): Fix typo.
19865         * disp-table.el (standard-display-european): Don't set
19866         enable-multibyte-characters to nil.
19868 2005-09-08  David Ponce  <david@dponce.com>
19870         * recentf.el (recentf-show-file-shortcuts-flag): New option.
19871         (recentf-expand-file-name): Doc fix.
19872         (recentf-dialog-mode-map): Define digit shortcuts.
19873         (recentf--files-with-key): New variable.
19874         (recentf-show-digit-shortcut-filter): New function.
19875         (recentf-open-files-items): New function.
19876         (recentf-open-files): Use it.
19877         (recentf-open-file-with-key): New command.
19879 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
19881         * buff-menu.el (Buffer-menu-sort-by-column): New function.
19882         Suggested by Kim F. Storm.
19883         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
19884         (Buffer-menu-make-sort-button): Use global keymap.
19886 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
19888         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
19889         (Man-getpage-in-background-advice): Remove defadvice; it isn't
19890         necessary any longer with the remapped command.
19891         (Man-bgproc-sentinel-advice): Remove defadvice which counts
19892         formatting time only.
19894         * net/tramp.el (tramp-action-password)
19895         (tramp-multi-action-password): Compile the password prompt from
19896         `method', `user' and `host'.  Sometimes it isn't obvious which
19897         password to enter, for example with remote files offered by
19898         recentf.el, or with multiple steps.  Suggested by Robert Marshall
19899         <robert@chezmarshall.freeserve.co.uk>.
19901 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19903         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
19904         Fix regexp for when "s///" is at the beginning of line.
19906 2005-09-07  Jay Belanger  <belanger@truman.edu>
19908         * calc/calc-poly.el (math-expand-term): Multiply out any powers
19909         when in matrix mode.
19911 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19913         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
19914         non-anonymous functions.
19916 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
19918         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
19919         when using a header line.  Otherwise, use mouse-1-click-follows-link.
19921         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
19922         can't be moved; don't signal an error.
19924 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
19926         * cus-theme.el (custom-theme-write-faces): Save the current face
19927         spec, not the defface spec.
19929         * custom.el (custom-known-themes): Clarify meaning of "standard".
19930         (custom-push-theme): Save old values in the standard theme.
19931         (disable-theme): Correct typo.
19932         (custom-face-theme-value) Deleted unused function.
19933         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
19935 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19937         * progmodes/compile.el (compilation-goto-locus): Take into account
19938         iconified frames when determining whether the buffer is
19939         already visible.
19940         Don't reset window height if the window already existed.
19942 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
19944         * custom.el (load-theme): Rename from require-theme.
19945         Add interactive spec.
19946         (enable-theme): Rename from custom-enable-theme.
19947         Add interactive spec.
19948         (disable-theme): Rename from custom-disable-theme.
19949         Add interactive spec.
19950         (custom-make-theme-feature): Doc fix.
19951         (custom-theme-directory): Doc fix.
19952         (provide-theme): Call enable-theme.
19954 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19956         * obsolete/lazy-lock.el (lazy-lock-mode):
19957         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
19958         font-lock-mode if it's off.  Print a warning instead.
19960         * progmodes/compile.el (compilation-start): Ignore errors if the
19961         process died before we get to send-eof.
19963         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
19964         Undo last change.  Enclosing the result in quotes broke things on Unix
19965         since tex-send-command passes it through shell-quote-argument.
19966         (tex-send-command): Pass `file' through convert-standard-filename
19967         when possible.
19968         (tex-uptodate-p): Handle the case where TeX hasn't put additional
19969         info in a transcript.
19971 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
19973         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
19974         fix compilation warning.  Reorder the key definitions to group
19975         together keys emitted by the current version of xterm.
19977         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
19978         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
19979         Reorder predicates to correct min-color usage.
19981 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
19983         * longlines.el (longlines-mode): Inhibit read-only when encoding.
19984         Kill local variables when longlines-mode is turned off.
19986 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19988         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
19990         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
19992         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
19994         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
19995         (font-lock-lines-before): Change default to being inactive.
19996         (font-lock-default-fontify-region): Obey font-lock-lines-before.
19997         (font-lock-after-change-function): Don't handle f-l-lines-before here.
19999 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
20001         * net/tramp.el (tramp-handle-make-auto-save-file-name):
20002         Deactivate temporarily advice if active (not needed for Emacs 22,
20003         but for backwards compatibility).
20004         (tramp-exists-file-name-handler): Rewrite.  First implementation
20005         was too simple.
20006         (tramp-advice-make-auto-save-file-name):
20007         Call `tramp-handle-make-auto-save-file-name' (again, just for
20008         backwards compatibility).
20010 2005-08-31  Reto Zimmermann  <reto@gnu.org>
20012         * progmodes/vhdl-mode.el
20013         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
20014         (vhdl-end-p): Fix indentation bug "else" after "-- when".
20015         (vhdl-set-default-project): New function (easier setting of default).
20016         (vhdl-port-copy): Handle extended identifiers for generics.
20017         (vhdl-compiler-alist): Better description for error message regexp.
20018         (vhdl-make): Query for target, use previous as default.
20019         (vhdl-port-copy): Fix port copy for port names starting with "signal".
20020         (vhdl-font-lock-keywords-2): Fix fontification for record
20021         el. assign.
20022         (vhdl-speedbar-make-subpack-line): Add package body link.
20023         (vhdl-generate-makefile-1): Not include itself as dependency.
20024         (vhdl-font-lock-init): Highlight c-preprocessor directives.
20025         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
20026         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
20027         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
20028         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
20029         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
20030         (vhdl-import-project): Add string argument for `error'.
20031         (vhdl-compose-configuration)
20032         (vhdl-compose-configuration-architecture): Add configuration
20033         declaration generation.
20034         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
20035         (vhdl-trailer-re): Add "record" keyword (better indentation).
20036         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
20037         "[^ \t-\"]+".
20038         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
20039         (vhdl-testbench-entity-file-name)
20040         (vhdl-testbench-architecture-file-name): Allow separate
20041         customization of testbench file names.
20042         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
20043         (vhdl-get-visible-signals): Allow newline within alias declaration.
20044         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
20045         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
20046         (member-ignore-case): Alias for missing function in XEmacs.
20047         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
20048         (vhdl-update-sensitivity-list): Ignore case on read signals.
20049         (vhdl-replace-string): Adjust case only for file names.
20050         (vhdl-update-sensitivity-list): Fix search for read signals.
20051         (vhdl-update-sensitivity-list): Exclude formal parameters.
20052         (vhdl-get-visible-signals): Include aliases of signals.
20053         (vhdl-get-visible-signals): Fix signal name searching.
20054         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
20055         (vhdl-fixup-whitespace-region): Fix for character
20056         literals (e.g. `:').
20058 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20060         * ansi-color.el (comint-last-output-start):
20061         * bs.el (font-lock-verbose):
20062         * diff-mode.el (add-log-buffer-file-name-function):
20063         * dired-x.el (vm-folder-directory):
20064         * faces.el (help-xref-stack-item):
20065         * files.el (font-lock-keywords):
20066         * find-lisp.el (dired-buffers, dired-subdir-alist):
20067         * ido.el (cua-inhibit-cua-keys):
20068         * log-view.el (cvs-minor-wrap-function):
20069         * outline.el (font-lock-warning-face):
20070         * simple.el (compilation-current-error):
20071         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
20072         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
20073         * tooltip.el (comint-prompt-regexp):
20074         * w32-fns.el (explicit-shell-file-name):
20075         * term/mac-win.el (mac-charset-info-alist)
20076         (mac-services-selection, mac-system-script-code):
20077         * term/tty-colors.el (msdos-color-values):
20078         * term/w32-win.el (xlfd-regexp-registry-subnum):
20079         * term/x-win.el (x-keysym-table, x-selection-timeout)
20080         (x-session-id, x-session-previous-id):
20081         * textmodes/ispell.el (mail-yank-prefix):
20082         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
20083         * textmodes/org.el (calc-embedded-close-formula)
20084         (calc-embedded-open-formula)
20085         (font-lock-unfontify-region-function):
20086         * textmodes/reftex-global.el (isearch-next-buffer-function)
20087         (TeX-master):
20088         * textmodes/reftex.el (font-lock-keywords):
20089         * textmodes/tex-mode.el (font-lock-comment-face)
20090         (font-lock-doc-face):
20091         * textmodes/texinfo.el (outline-heading-alist):
20092         Add defvars.
20094         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
20095         (artist-spray-chars, artist-mode-init, artist-replace-string)
20096         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
20097         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
20098         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
20100         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
20101         (conf-align-assignments): "?\ " -> "?\s".
20103         * textmodes/reftex-index.el (TeX-master): Add defvar.
20104         (reftex-index-phrases-marker): Move up defvar.
20106         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
20107         (reftex-toc-include-labels-indicator)
20108         (reftex-toc-include-index-indicator)
20109         (reftex-toc-max-level-indicator): Move up declarations.
20111         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
20112         of args to `tramp-run-real-handler', even if it's empty in this case.
20114 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20116         * dired.el (dired-move-to-filename-regexp): Add date format for
20117         Mac OS X 10.3 in East Asian locales.
20119 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
20121         * files.el (make-auto-save-file-name): Add file name handler call
20122         if applicable.
20124         * net/tramp.el (tramp-file-name-handler-alist)
20125         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
20126         (tramp-handle-make-auto-save-file-name): Rename from
20127         `tramp-make-auto-save-file-name'.
20128         (tramp-exists-file-name-handler): New defun.
20129         (tramp-advice-make-auto-save-file-name): Make defadvice only when
20130         `make-auto-save-file-name' is not a magic file name operation.
20132 2005-08-30  Richard M. Stallman  <rms@gnu.org>
20134         * files.el (risky-local-variable-p):
20135         Match `-predicates' and `-commands.
20137         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
20138         (custom-save-all): Visit the file if necessary;
20139         kill the buffer if we created it.
20140         (custom-save-delete): Don't visit file or kill buffer here.
20142 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
20144         * textmodes/org.el (org-special-keyword): New face.
20145         (org-table-copy-down, org-table-eval-formula)
20146         (org-table-recalculate, org-init-section-numbers):
20147         Use `string-to-number' instead of `string-to-int'.
20148         (org-get-location): Use `insert-buffer-substring' instead of
20149         `insert-buffer'.
20150         (org-modify-diary-entry-string): New function.
20151         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
20152         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
20153         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
20154         active region.
20155         (org-export-as-html): Handle QUOTE keyword.
20156         (org-quote-string): New option.
20157         (org-bookmark-jump-unhide): New function, used for
20158         `bookmark-after-jump-hook'.
20159         (org-diary-default-entry): Apply only when not called through
20160         `org-agenda'.
20162 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
20164         * net/eudc.el (mode-popup-menu):
20165         * play/handwrite.el (ps-printer-name, ps-lpr-command):
20166         * progmodes/ada-mode.el (compile-auto-highlight)
20167         (skeleton-further-elements):
20168         * progmodes/autoconf.el (font-lock-syntactic-keywords):
20169         * progmodes/cmacexp.el (msdos-shells):
20170         * progmodes/compile.el (font-lock-extra-managed-props)
20171         (font-lock-keywords, font-lock-maximum-size)
20172         (font-lock-support-mode):
20173         * progmodes/grep.el (font-lock-lines-before):
20174         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
20175         * progmodes/mixal-mode.el (compile-command):
20176         * progmodes/perl-mode.el (font-lock-comment-face)
20177         (font-lock-doc-face, font-lock-string-face):
20178         * progmodes/prolog.el (comint-prompt-regexp):
20179         * progmodes/sh-script.el (font-lock-comment-face)
20180         (font-lock-set-defaults, font-lock-string-face):
20181         * progmodes/sql.el (font-lock-keyword-face)
20182         (font-lock-set-defaults, font-lock-string-face):
20183         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
20184         (itimer-version, lazy-lock-defer-contextually)
20185         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
20186         Add defvars.
20188         * progmodes/cperl-mode.el (cperl-electric-lbrace)
20189         (cperl-electric-keyword, cperl-electric-pod)
20190         (cperl-electric-backspace, cperl-forward-re)
20191         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
20192         (vc-rcs-header, vc-sccs-header): Add defvars.
20194         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
20195         (font-lock-syntactic-keywords, gud-find-expr-function):
20196         Add defvars.
20198         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
20199         (gdb-frame-parameters): Declare before use.
20201         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
20202         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
20203         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
20204         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
20206         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
20207         (idlwave-help-with-source): Use `insert-buffer-substring', not
20208         `insert-buffer'.
20210 2005-08-29  Juri Linkov  <juri@jurta.org>
20212         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
20213         Put outline-back-to-heading function call inside save-excursion.
20215 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
20217         * man.el (Man-init-defvars, Man-translate-references)
20218         (Man-support-local-filenames, Man-highlight-references):
20219         * progmodes/sql.el (sql-interactive-mode):
20220         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
20222         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
20223         (compilation-mode-font-lock-keywords): Add defvars.
20224         (checkdoc-interactive-loop): "?\ " -> "?\s".
20226         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
20227         (font-lock-doc-face, font-lock-string-face)
20228         (font-lock-keywords-case-fold-search): Add defvars.
20229         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
20231         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
20232         Don't pass X and Y (they are ignored anyway).
20233         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
20234         (mouse-delete-window): Make arguments optional.
20236         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
20237         (caesar-translate-table, minor-modes, news-buffer-save)
20238         (news-group-name, news-minor-modes): Add defvars.
20240         * emacs-lisp/lselect.el (mouse-highlight-priority)
20241         (x-lost-selection-functions, zmacs-regions):
20242         * emacs-lisp/pp.el (font-lock-verbose):
20243         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
20244         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
20245         (ses-mode-map):
20246         * emacs-lisp/tcover-unsafep.el (safe-functions):
20247         * international/mule-cmds.el (mac-system-coding-system)
20248         (mac-system-locale):
20249         * language/ethio-util.el (rmail-current-message)
20250         (rmail-message-vector):
20251         * language/thai-util.el (thai-auto-composition-mode):
20252         * mail/metamail.el (rmail-current-message, rmail-message-vector):
20253         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
20254         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
20255         (vm-primary-inbox, vm-spool-files):
20256         * mail/rmail.el (deleted-head, font-lock-fontified)
20257         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
20258         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
20259         (total-messages):
20260         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
20261         (rmail-summary-mode-map):
20262         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
20263         (rmail-last-label, rmail-last-multi-labels)
20264         (rmail-summary-vector, rmail-total-messages):
20265         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
20266         * mail/rmailsum.el (msgnum):
20267         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
20268         (rmail-current-message):
20269         * obsolete/fast-lock.el (font-lock-face-list):
20270         * obsolete/rnewspost.el (mail-reply-buffer):
20271         * obsolete/scribe.el (compile-command):
20272         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
20274 2005-08-28  John Paul Wallington  <jpw@gnu.org>
20276         * ibuf-ext.el (ibuffer-auto-update-changed):
20277         Use `frame-or-buffer-changed-p' to check whether we need to update.
20278         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
20279         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
20280         as a `frame-or-buffer-changed-p' state vector instead.
20282 2005-08-27  Romain Francoise  <romain@orebokech.com>
20284         * textmodes/makeinfo.el (makeinfo-compile):
20285         Use `compilation-start'.  Set `next-error-function' according to
20286         `disable-errors'.
20287         (makeinfo-next-error): New function.
20288         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
20289         (makeinfo-buffer): Likewise.
20291         * progmodes/compile.el (compilation-start): Add autoload cookie.
20293         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
20294         * textmodes/sgml-mode.el: Likewise.
20295         * progmodes/python.el: Likewise.
20297 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
20299         * simple.el (blink-matching-paren-distance): Document the meaning
20300         of nil value, and allow to customize to nil.
20302         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
20303         command.com, not command.exe.
20305 2005-08-26  John Wiegley  <johnw@newartisans.com>
20307         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
20308         code around a bit so that an extraneous nil argument is not added
20309         to a command when no args are given.
20311         * eshell/esh-arg.el (eshell-parse-double-quote): If a
20312         double-quoted argument resolves to nil, return it as an empty
20313         string rather than as nil.  This made it impossible to pass "" to
20314         a shell script as a null string argument.
20316 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20318         * outline.el (outline-invent-heading): New fun.
20319         (outline-promote, outline-demote): Use it.
20320         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
20321         (outline-end-of-subtree): Remove unused var `opoint'.
20323 2005-08-26  David Reitter  <david.reitter@gmail.com>
20325         * menu-bar.el (truncate-lines, write-file, print-buffer)
20326         (ps-print-buffer-faces, ps-print-buffer, split-window):
20327         Disable menu items when the frame they refer to is invisible, or when
20328         they refer to a buffer and the minibuffer is selected.
20330 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
20332         * progmodes/flymake.el (flymake-highlight-err-lines):
20333         Use save-excursion around flymake-highlight-line to preserve point.
20335 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
20337         * progmodes/octave-mod.el: Change Author and Maintainer address.
20338         (octave-maintainer-address): Change Kurt's email address.
20339         * progmodes/octave-inf.el: Change Author and Maintainer address.
20340         * progmodes/octave-hlp.el: Change Author and Maintainer address.
20342 2005-08-26  Kim F. Storm  <storm@cua.dk>
20344         * subr.el (version-list-<, version-list-<=, version-list-=):
20345         Rename from integer-list-*.
20346         (version-list-not-zero): Likewise.  Fix while loop.
20347         (version=): Use version-list-= instead of string-equal.
20349 2005-08-26  Richard M. Stallman  <rms@gnu.org>
20351         * outline.el (outline-promote): Try shortening the heading.
20352         As last resort, read the heading to use.
20353         (outline-demote): As last resort, read the heading to use.
20355 2005-08-26  Romain Francoise  <romain@orebokech.com>
20357         * progmodes/compile.el (compilation-start): Doc fix.
20359         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
20360         (antlr-font-lock-additional-keywords): Fix reference to
20361         `antlr-font-lock-literal-regexp' erroneously changed during the
20362         mass face rename.
20363         (antlr-run-tool): Use `compilation-start'.
20365         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
20366         instead of the obsolete `compile-internal'.
20368 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
20370         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
20371         (number, original-date):
20372         * calendar/cal-china.el (date):
20373         * calendar/cal-coptic.el (date):
20374         * calendar/cal-french.el (date):
20375         * calendar/cal-hebrew.el (date, entry, number, original-date):
20376         * calendar/cal-islam.el (date, number, original-date):
20377         * calendar/cal-iso.el (date):
20378         * calendar/cal-julian.el (date):
20379         * calendar/cal-mayan.el (date):
20380         * calendar/cal-menu.el (date, event):
20381         * calendar/cal-persia.el (date):
20382         * calendar/lunar.el (date):
20383         * calendar/solar.el (date): Add defvars.
20385         * emerge.el:
20386         * ibuffer.el:
20387         * info-xref.el:
20388         * obsolete/bg-mouse.el:
20389         * obsolete/sun-curs.el:
20390         * obsolete/swedish.el: Move the `defvar's to the top level.
20392         * smerge-mode.el (smerge-refined-change): Add :group.
20394 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20396         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
20397         (smerge-keep-n): Remove props.
20398         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
20399         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
20400         now that it's done in smerge-keep-n.
20401         (smerge-refined-change): New face.
20402         (smerge-refine-chopup-region, smerge-refine-highlight-change)
20403         (smerge-refine): New funs.
20404         (smerge-basic-map): Bind smerge-refine.
20406 2005-08-25  Juri Linkov  <juri@jurta.org>
20408         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
20409         compilation-process-setup-function and compilation-disable-input
20410         in grep-mode instead of let-bindings in grep.
20412         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
20413         Delete "Automatic File De/compression" (auto-compression-mode).
20415 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
20417         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
20418         Silence warning about non-existent variable.
20420 2005-08-25  Richard M. Stallman  <rms@gnu.org>
20422         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
20423         Rename "Describe Key" to "Describe Key or Mouse Operation".
20425         * mail/mailalias.el (build-mail-aliases): Delete comments
20426         from the contents before processing them.
20428         * isearch.el (isearch-edit-string): Erase the Search prompt
20429         if user enters an empty string and there is no default.
20431         * comint.el (comint-file-name-prefix): Add autoload.
20433 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
20435         * subr.el (play-sound): Rearrange to avoid warning.
20437 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
20439         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
20440         New hook.
20441         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
20443 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20445         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
20447         * custom.el (custom-theme-set-variables): Sort minor modes last.
20449 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20451         * subr.el (version-separator, version-regexp-alist): New vars used by
20452         version comparison funs.
20453         (integer-list-<, integer-list-=, integer-list-<=)
20454         (integer-list-not-zero): New funs for integer list comparison.
20455         (version-to-list, version=, version<, version<=): New funs for version
20456         comparison.
20458 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
20460         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
20461         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
20462         time to silence the byte-compiler.
20464         * ibuffer.el (ibuffer-compile-make-eliding-form)
20465         (ibuffer-check-formats): Use `with-no-warnings' to hide references
20466         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
20467         so it's silly to get warnings for it).
20468         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
20469         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
20470         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
20471         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
20472         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
20473         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
20474         Defvar at compile time.
20475         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
20476         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
20477         Declare them before use.
20479         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
20480         (info-xref-good, info-xref-bad): Defvar at compile time.
20482         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
20483         Use `let*' instead of `let'.
20485         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
20486         (*mouse-y*, menu, char): Defvar at compile time.
20487         (sc::menu): Declare it before use.
20488         (sc::pack-one-line): Use `let', not `let*'.
20490         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
20491         (mail-send-hook): Defvar at compile time.
20493         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
20494         Defvar at compile time.
20496         * term/sun-mouse.el (current-global-mousemap)
20497         (current-local-mousemap): Declare them before use.
20499 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
20501         * bookmark.el (bookmark-after-jump-hook): New hook.
20502         (bookmark-jump): Run `bookmark-after-jump-hook'.
20504 2005-08-23  Juri Linkov  <juri@jurta.org>
20506         * faces.el (minibuffer-prompt): Doc fix.
20508 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
20510         * progmodes/xscheme.el: Trivial changes to silence warnings.
20511         (xscheme-previous-mode, xscheme-previous-process-state):
20512         Add defvars.
20513         (xscheme-last-input-end, xscheme-process-command-line)
20514         (xscheme-process-name, xscheme-buffer-name)
20515         (xscheme-expressions-ring-max, xscheme-expressions-ring)
20516         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
20517         (xscheme-control-g-synchronization-p)
20518         (xscheme-control-g-disabled-p, xscheme-string-receiver)
20519         (default-xscheme-runlight, xscheme-runlight)
20520         (xscheme-runlight-string, xscheme-process-filter-state)
20521         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
20522         Move to beginning of file.
20523         (scheme-interaction-mode-commands-alist)
20524         (scheme-interaction-mode-map, scheme-debugger-mode-map):
20525         Declare them before use.  Note: the initialization code for the
20526         variables has not been moved because it uses functions that reference
20527         the variables.
20528         (xscheme-control-g-message-string, xscheme-process-filter-alist)
20529         (xscheme-prompt-for-expression-map): Declare them before use.
20530         (scheme-debugger-mode-commands): "?\ " -> "?\s".
20532 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
20534         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
20536 2005-08-22  Juri Linkov  <juri@jurta.org>
20538         * faces.el (set-face-underline): Delete this duplicate function
20539         and make an obsolete alias to set-face-underline-p.
20540         (set-face-underline-p): Use docstring of set-face-underline.
20541         (describe-face): Create hyperlink to parent face.
20543         * info.el (Info-insert-dir): Use save-excursion around
20544         insert-buffer-substring.
20545         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
20546         (Info-escape-percent): Delete function.
20547         (Info-fontify-node): Replace Info-escape-percent by
20548         replace-regexp-in-string with REP arg set to lambda that
20549         duplicates `%' and preserves text properties.
20551         * progmodes/compile.el (compilation-disable-input): Doc fix.
20552         (define-compilation-mode): Doc fix and refill.
20553         (kill-compilation): Use `mode-name' in the error message.
20554         (compilation-find-file): Use `compilation-error' in the
20555         read-file-name's prompt.
20557 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20559         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
20560         (smerge-auto-leave): Make undo re-enable the mode.
20561         (debug-ignored-errors): Add the user-error of impossible resolution.
20562         (smerge-resolve): Move things around a bit, in preparation for later.
20563         (smerge-diff): Don't fail if the buffer has no associated file.
20564         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
20565         (smerge-conflict-overlay): New function.
20566         (smerge-match-conflict): Don't add text properties here.
20567         (smerge-find-conflict): Instead, add an overlay here.
20568         Also check for the case where we're inside a conflict already, so as to
20569         obviate the need for font-lock-multiline, which is unbearably slow with
20570         large conflicts and ciomplex font-lock patterns.
20571         (smerge-remove-props): Remove overlay rather than text-properties.
20572         (smerge-mode): Don't set font-lock-multiline.
20573         Remove overlays when turned off.
20575 2005-08-21  Kim F. Storm  <storm@cua.dk>
20577         * ido.el (ido-ignore-item-p): Use save-match-data.
20578         Bind case-fold-search to ido-case-fold locally.
20580 2005-08-20  Richard M. Stallman  <rms@gnu.org>
20582         * files.el (normal-mode): If font lock is on, turn it off and on.
20584         * subr.el (replace-regexp-in-string): Doc fix.
20586         * startup.el (command-line-1): Don't suppress startup screen
20587         due to existing processes.
20589         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
20591         * progmodes/compile.el (compilation-disable-input): Default to nil.
20593 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
20595         * progmodes/compile.el (compilation-disable-input): New defcustom.
20596         (compilation-start): If compilation-disable-input is non-nil, send
20597         EOF to the compilation process.
20599 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
20601         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
20602         Run the argument of tex-shell-cd-command through
20603         convert-standard-filename, to get the correct style of slashes on
20604         Windows, and enclose the result in quotes, in case the file name
20605         includes whitespace or other special characters.
20607 2005-08-19  Andreas Schwab  <schwab@suse.de>
20609         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
20610         process.
20612 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
20614         * cus-start.el (minibuffer-prompt-properties): Correct typo.
20616 2005-08-18  Kim F. Storm  <storm@cua.dk>
20618         * scroll-lock.el: Fix errors due to incorrect line wrapping.
20620 2005-08-18  Richard M. Stallman  <rms@gnu.org>
20622         * scroll-lock.el: New file.
20624 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
20626         * dired.el (dired-move-to-end-of-filename):
20627         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
20629 2005-08-18  Kim F. Storm  <storm@cua.dk>
20631         * ido.el (ido-everywhere): Fix defcustom :set function to disable
20632         rather than toggle mode when custom value is nil.
20633         (ido-everywhere): Fix defun doc string.
20635 2005-08-17  Richard M. Stallman  <rms@gnu.org>
20637         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
20638         as tag instead of "Inviolable".
20640 2005-08-17  Kim F. Storm  <storm@cua.dk>
20642         * windmove.el (windmove-coordinates-of-position): Remove.
20643         (windmove-coordinates-of-window-position): Remove.
20644         (windmove-reference-loc): Use posn-at-point instead.
20646         * subr.el (insert-for-yank-1): Doc fix.
20648         * ido.el (ido-enter-matching-directory): Rename from
20649         ido-enter-single-matching-directory.  Change `slash' choice to
20650         `only'.  Add `first' choice.
20651         (ido-exhibit): Adapt to above changes.
20653 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
20655         * Makefile.in: Expand comment about building loaddefs.el.
20657 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
20659         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
20660         Comment use of defadvice.
20662         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
20664 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
20666         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
20667         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
20668         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
20669         * progmodes/idlw-shell.el, progmodes/ld-script.el,
20670         * progmodes/which-func.el, ruler-mode.el, strokes.el,
20671         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
20672         for backward compatibility for faces that did not appear in the
20673         previous Emacs release.
20675         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
20677 2005-08-15  Kim F. Storm  <storm@cua.dk>
20679         * emulation/cua-base.el (cua-delete-region): Return t if
20680         deleted region was non-empty.
20681         (cua-replace-region): Inhibit overwrite-mode for
20682         self-insert-command if replaced region was non-empty.
20683         (cua--explicit-region-start, cua--status-string): Make them
20684         buffer-local at top-level...
20685         (cua-mode): ...rather than when mode is enabled.
20687 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
20689         * progmodes/vhdl-mode.el (vhdl-emacs-21):
20690         Set t for Emacs 21, 22, and so on.
20692 2005-08-15  David Ponce  <david@dponce.com>
20694         * tree-widget.el: Update Commentary header.
20695         (tree-widget-theme): Doc fix.
20696         (tree-widget-space-width): New option.
20697         (tree-widget-image-properties): Look up in the default theme too.
20698         (tree-widget--cursors): Only for images with arrow pointer shape.
20699         (tree-widget-lookup-image): Pointer shape is hand by default.
20700         (tree-widget-icon): Rename generic icon widget from
20701         `tree-widget-control'.
20702         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
20703         derive from `tree-widget-icon'.
20704         (tree-widget-handle): Improve default look and feel of the text
20705         representation.
20706         (tree-widget): Rename :*-control properties to :*-icon properties.
20707         Add :action and :help-echo properties.
20708         (tree-widget-after-toggle-functions): Move.
20709         (tree-widget-close-node, tree-widget-open-node): Remove.
20710         (tree-widget-before-create-icon-functions): New hook.
20711         (tree-widget-value-create): Update to allow customization of icons
20712         and nodes at run-time via that new hook.
20713         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
20714         (tree-widget-icon-action, tree-widget-icon-help-echo)
20715         (tree-widget-action, tree-widget-help-echo): New functions.
20717 2005-08-15  Kim F. Storm  <storm@cua.dk>
20719         * ido.el (ido-buffer-internal): Use with-no-warnings.
20720         (ido-make-merged-file-list): Use while-no-input.
20722 2005-08-15  Richard M. Stallman  <rms@gnu.org>
20724         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
20725         (flyspell-large-region): Fix doc and custom type.
20727 2005-08-14  Richard M. Stallman  <rms@gnu.org>
20729         * files.el (interpreter-mode-alist): Doc fix.
20731         * mail/rmail.el (rmail-nonignored-headers): New variable.
20732         (rmail-clear-headers): Use it.
20733         (rmail-reply): Better handling of mail-followup-to header.
20735         * progmodes/sh-script.el (sh-font-lock-keywords-var):
20736         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
20737         don't try to refer to executable-font-lock-keywords.
20738         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
20739         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
20740         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
20741         (sh-mode): Set comment-start-skip, local-abbrev-table,
20742         imenu-case-fold-search.
20743         (sh-set-shell): Don't set them here.
20744         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
20745         Don't cache the results in the original alist; don't ever modify
20746         that alist.
20748         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
20750         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
20751         empty.
20753 2005-08-15  Andreas Schwab  <schwab@suse.de>
20755         * desktop.el: Put autoload cookie at risky-local-variable declarations.
20757         * dired.el, info.el, mail/rmail.el: Revert last change.
20759 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
20761         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
20762         modification in `eval-after-load' form.
20763         * info.el: Likewise.
20764         * mail/rmail.el: Likewise.
20766 2005-08-14  Juri Linkov  <juri@jurta.org>
20768         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20769         Remove highlighting of "Compilation started".  Highlight only
20770         the word "finished" in "Compilation finished".  Add highlighting
20771         of "interrupt", "killed", "terminated" and the exit code.
20772         (compilation-start): Add newline after header.  Use exactly the
20773         same time stamp format as the finishing message.
20774         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
20776         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
20777         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
20778         Add highlighting of "interrupt", "killed", "terminated".
20780         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
20781         enabled and the current command is self-insert-command, call it
20782         explicitly with overwrite-mode bound to nil, to not allow it
20783         to delete the character after the selected region.
20785 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
20787         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
20788         move-end-of-line, end-of-line, and beginning-of-line to the list
20789         of commands after which the echo area is updated.
20791 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
20793         * cus-edit.el (custom-save-all, custom-save-delete):
20794         Bind recentf-exclude to exclude custom-file.
20796 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
20798         * mail/rmailsum.el (rmail-summary-end-of-message): New command
20799         to go to the bottom of the mail message.  Added to
20800         `rmail-summary-mode-map' with key "/".
20801         (rmail-summary-show-message): New (internal) function for use by
20802         both `rmail-summary-beginning/end-of-message'.
20803         (rmail-summary-beginning-of-message): Change to use
20804         rmail-summary-show-message.
20806         * mail/rmail.el (rmail-end-of-message): New command to go to the
20807         end of the current message.  Added to `rmail-mode-map' with key "/".
20808         (rmail-beginning-of-message): Fix to work as documented.
20809         (rmail-mode): Change documentation.
20811         * progmodes/compile.el (compilation-start): Add the line
20812         "Compilation started" with compilation start time.
20813         (compilation-mode-font-lock-keywords): Add `started' to keywords.
20815 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
20817         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
20818         of menu items.
20820 2005-08-11  Richard M. Stallman  <rms@gnu.org>
20822         * simple.el (pop-global-mark): Reverse test of widen-automatically.
20824         * battery.el (battery-status-function): Don't use ignore-errors.
20826 2005-08-11  Lute Kamstra  <lute@gnu.org>
20828         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
20829         define-obsolete-variable-alias.
20831 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20833         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
20834         (ange-ftp-send-cmd): Revert last change, and expand
20835         the comment explaining the problem.
20837 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
20839         * ldefs-boot.el: Update.
20841         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
20842         item to "Time, Load and Mail".  Change help echo text.
20844         * time.el (display-time-use-mail-icon, display-time-format)
20845         (display-time-string-forms): Shorten first line of docstrings.
20847 2005-08-10  Lars Hansen  <larsh@soem.dk>
20849         * desktop.el (desktop-buffer-mode-handlers):
20850         Make non-customizable.  Add autoload cookie.  Change initial value to
20851         nil; add elements in respective modules instead.  Fix doc string.
20852         (desktop-load-file): New function.
20853         (desktop-minor-mode-handlers): New autoloaded variable.
20854         (desktop-create-buffer): Call minor mode handlers.
20855         Use desktop-load-file to load major and minor mode modules prior to
20856         checking for a handler.
20857         (desktop-save): Don't add nil to desktop-minor-modes for minor
20858         modes with nil function in desktop-minor-mode-table.  Don't delete
20859         desktop file before rewriting it.
20860         (desktop-locals-to-save): Add autoload cookie.  Don't make
20861         automatically buffer-local.  Add variables column-number-mode,
20862         size-indication-mode, indent-tabs-mode,
20863         indicate-buffer-boundaries, indicate-empty-lines and
20864         show-trailing-whitespace.
20865         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
20866         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
20867         (desktop-clear-preserve-buffers-regexp): Delete.
20868         (desktop-clear-preserve-buffers): Update initial value and docstring.
20869         (desktop-save-buffer): Fix doc string.
20871         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
20872         (hilit-chg-desktop-restore): New function.
20873         (highlight-changes-mode): Add highlight-changes-mode to
20874         desktop-locals-to-save.
20876         * dired.el: Add handler to desktop-buffer-mode-handlers.
20877         (dired-restore-desktop-buffer): Remove autoload cookie.
20878         (dired-mode): Add autoload cookie.
20880         * info.el: Add handler to desktop-buffer-mode-handlers.
20881         (Info-restore-desktop-buffer): Remove autoload cookie.
20882         (Info-mode): Add autoload cookie.
20884         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
20885         (mh-restore-desktop-buffer): Remove autoload cookie.
20886         (mh-folder-mode): Add autoload cookie.
20888         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
20889         (rmail-restore-desktop-buffer): Remove autoload cookie.
20891 2005-08-11  Masatake YAMATO  <jet@gyve.org>
20893         * hexl.el (hexl-address-region):
20894         (hexl-ascii-region, hexl-font-lock-keywords):
20895         (hexl-highlight-line-range): Use the term "region"
20896         instead of "area" for consistency with the other symbols
20897         defined in hexl.el.
20899 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
20901         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
20902         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
20903         out by Juri Linkov).  Add `display-battery-mode'.
20905 2005-08-09  Juri Linkov  <juri@jurta.org>
20907         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20908         Remove `-text' from face variable names.
20909         (compilation-error-file-name, compilation-warning-file-name)
20910         (compilation-info-file-name): Delete faces.
20911         (compilation-line-number, compilation-column-number):
20912         Remove face underlining.
20913         (compilation-message-face): Set to `underline' value by default.
20914         (compilation-error-face, compilation-warning-face)
20915         (compilation-info-face): Remove `-file-name' from face names.
20916         (compilation-error-text-face, compilation-warning-text-face)
20917         (compilation-info-text-face): Delete face variables.
20918         (compilation-text-face): Delete function.
20920         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
20921         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
20922         (grep-error-face): Set to `compilation-error' instead of
20923         `compilation-error-face' (which is redefined to `grep-hit-face' in
20924         grep buffers).
20925         (grep-mode-font-lock-keywords): Remove `-text' from face variable
20926         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
20928         * dired-aux.el (dired-do-query-replace-regexp):
20929         Use `query-replace-read-args'.
20931         * replace.el (query-replace-read-from, query-replace-read-to)
20932         (query-replace-read-args): Rename arg `string' to `prompt'.
20934         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
20936 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
20938         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
20939         uploading files.
20940         (ange-ftp-canonize-filename): Handle file names beginning with ~
20941         correctly.
20943 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
20945         * textmodes/fill.el (canonically-space-region)
20946         (fill-context-prefix, fill-french-nobreak-p)
20947         (fill-delete-newlines, fill-comment-paragraph)
20948         (justify-current-line): "?\ " -> "?\s".
20950 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
20952         * textmodes/fill.el (fill-nonuniform-paragraphs):
20953         Improve argument/docstring consistency.
20955 2005-08-09  Richard M. Stallman  <rms@gnu.org>
20957         * textmodes/ispell.el (ispell-word): More fboundp checks.
20959         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
20960         (find-file-noselect-1): Call it here, only if RAWFILE.
20961         (normal-mode): Always set some major mode.
20962         (save-some-buffers-action-alist): Change some explanation strings.
20963         (file-name-non-special): In the `quote' method, use unwind-protect.
20965 2005-08-09  Magnus Henoch  <mange@freemail.hu>
20967         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
20968         (ispell-have-aspell-dictionaries): New variable.
20969         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
20970         (ispell-get-aspell-config-value): New function.
20971         (ispell-aspell-find-dictionary): New function.
20972         (ispell-aspell-add-aliases): New function.
20973         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
20974         appropriate.  Don't look for ispell dictionaries if we use aspell.
20975         (ispell-menu-map): Don't build a submenu of dictionaries.
20977 2005-08-09  Richard M. Stallman  <rms@gnu.org>
20979         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
20980         (sql-read-passwd): Use read-passwd.
20982         * progmodes/idlw-toolbar.el (idlwave-toolbar)
20983         (idlwave-toolbar-is-possible): Add defvars.
20985         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
20986         Avoid warnings.
20988         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
20989         (idlwave-system-class-info, idlwave-executive-commands-alist):
20990         Use defvar.
20992         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
20994         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
20995         Avoid warnings.
20997         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
20998         and content-type: headers.
21000         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
21002         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
21003         and rename some of them to be more self-explanatory.
21005         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
21007         * startup.el (command-line-1): Implement -scriptload.
21009         * replace.el (occur-engine): Initial *Occur* output not undoable.
21011         * menu-bar.el (menu-bar-file-menu): Rename some menu items
21012         and improve help strings.
21014         * isearch.el (isearch-repeat): When changing direction,
21015         mark search successful.
21017         * ediff-init.el: Use (featurep 'xemacs).
21019         * comint.el (send-invisible): Identify buffer, if not selected.
21021         * align.el: Delete autoload for c-guess-basic-syntax.
21023 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
21025         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
21026         Improve argument/docstring consistency.  Doc fixes.
21027         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
21028         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
21029         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
21030         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
21031         (r2bv-organization, r2bv-pages, r2bv-primary-author)
21032         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
21033         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
21034         Defvar at compile time.
21036 2005-08-09  Juri Linkov  <juri@jurta.org>
21038         * info.el: Replace `info' with upper-case `Info' where appropriate.
21039         (info-title-1, info-title-2, info-title-3, info-title-4)
21040         (info-menu-header): Move up face definitions.
21041         (info-menu-star): Rename from `info-menu-5'.
21042         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
21043         (Info-fontify-visited-nodes): Fix docstring.
21044         (Info-hide-note-references): Fix docstring.
21045         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
21046         menu items in the same way as on cross-references.
21047         (info-apropos): Fix sorting order and formatting to be like in the
21048         stand-alone Info browser.  Display error messages for 1 sec.
21049         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
21050         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
21051         from the menu bar.
21052         (Info-insert-dir): Restore point after calling
21053         `insert-buffer-substring'.
21055 2005-08-08  Richard M. Stallman  <rms@gnu.org>
21057         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
21058         (recompute-lucid-menubar): Add defvars.
21060         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
21062         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
21064         * net/net-utils.el (run-dig): Rename from `dig'.
21066         * play/gametree.el (gametree-mode): Use make-local-variable,
21067         not make-variable-buffer-local.
21069         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
21071         * ansi-color.el (ansi-color-make-extent)
21072         (ansi-color-set-extent-face): Use fboundp, not functionp.
21074         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
21075         not make-variable-buffer-local.
21077         * bookmark.el (Info-current-file): Add defvar.
21078         (bookmark-jump-noselect): Use with-no-warnings.
21080         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
21082         * ebuff-menu.el (Helper-return-blurb): Add defvar.
21084         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
21086         * find-file.el (ada-procedure-start-regexp)
21087         (ada-package-start-regexp): Add defvars.
21089         * info.el (Info-insert-dir): Use insert-buffer-substring.
21091         * xml.el (xml-att-def-re): Add defvar.
21093         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
21094         calling convention.
21096         * subr.el (while-no-input): Return t if there is input.
21098 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
21100         * cus-start.el (all): Add `overflow-newline-into-fringe'.
21102 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
21104         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
21105         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
21107 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
21109         * cmuscheme.el (scheme-start-file): Replace reference to
21110         `user-emacs-directory' by "~/.emacs.d/".
21112 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
21114         * info.el (Info-dir-remove-duplicates): Avoid case folding
21115         in loop; instead, keep downcased strings for comparison.
21116         Suggested by Helmut Eller.
21118 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
21120         Sync with Tramp 2.0.50.
21122         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
21123         XEmacs case; not necessary anymore.
21124         (tramp-user-regexp): Allow "@" as part of user name.
21125         (tramp-handle-set-visited-file-modtime)
21126         (tramp-handle-insert-file-contents)
21127         (tramp-handle-write-region): No special handling for
21128         `last-coding-system-used, because this is done in
21129         `tramp-accept-process-output' now.
21130         (tramp-accept-process-output): New defun.
21131         (tramp-process-one-action, tramp-process-one-multi-action)
21132         (tramp-wait-for-regexp, tramp-wait-for-output)
21133         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
21134         Howells <dhowells@redhat.com>.
21135         (clear-visited-file-modtime): Defadvice removed.  The check for
21136         unset buffer's modtime does not need to be based on
21137         `tramp-buffer-file-attributes'.  Suggested by RMS.
21138         (tramp-message): Insert "\n" if not being at beginning of line.
21139         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
21140         sequence with same logic.
21141         (tramp-completion-handle-expand-file-name): Discard call of
21142         `tramp-drop-volume-letter'.  It is not necessary, and there have
21143         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
21144         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21145         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
21146         should always be visible.
21147         (tramp-handle-insert-directory, tramp-setup-complete)
21148         (tramp-set-process-query-on-exit-flag)
21149         (tramp-append-tramp-buffers): Pacify byte-compiler.
21150         (tramp-bug): Delete non-existing variables from list.
21151         Apply `tramp-load-report-modules' as pre-hook.
21152         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
21153         `shell-prompt-pattern' because of non-7bit characters.
21154         Reported by Sebastian Luque <sluque@mun.ca>.
21155         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
21156         (tramp-match-string-list): Remove function.
21157         (tramp-wait-for-regexp): Remove call of that function.
21158         Suggested by Kim F. Storm <storm@cua.dk>.
21159         (tramp-set-auto-save-file-modes): Use octal integer code #o600
21160         instead of octal character code ?\600.  The latter resulted in a
21161         syntax error with XEmacs.
21163         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
21164         XEmacs case; not necessary anymore.
21165         (tramp-smb-handle-write-region): No special handling for
21166         `last-coding-system-used, because this is done in
21167         `tramp-accept-process-output' now.
21168         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
21170 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
21172         * wid-edit.el (widget-choice-value-create):
21173         Unconditionally respect user choice.  Set :explicit-choice back to nil
21174         when no longer needed.
21175         (widget-choice-action): Unconditionally respect user choice.
21176         Eliminate :explicit-choice-value.
21178         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
21180         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
21181         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
21182         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
21183         running new function `toggle-indicate-empty-lines'.
21184         Rename "Customize" item to "Customize fringe".
21185         Rename "Indicators" item to "Buffer boundaries" and change help echo.
21186         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
21187         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
21188         Delete "Empty lines only" item.
21189         (menu-bar-showhide-fringe-ind-customize): New function.
21190         (menu-bar-showhide-fringe-ind-mixed)
21191         (menu-bar-showhide-fringe-ind-box)
21192         (menu-bar-showhide-fringe-ind-right)
21193         (menu-bar-showhide-fringe-ind-left)
21194         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
21195         instead of `fringe-indicators'.
21197 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
21199         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
21200         Change the date of last update.
21202 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
21204         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
21205         (viper-exec-yank, viper-put-back): Don't display modification msg
21206         if in the minibuffer.
21208         * viper-init.el (viper-replace-overlay-cursor-color)
21209         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
21210         Make variables frame local.
21212         * viper-util.el (viper-append-filter-alist): Use append instead of
21213         nconc.
21215         * viper.el (viper-vi-state-mode-list)
21216         (viper-emacs-state-mode-list): Move help-mode and
21217         completion-list-mode from the first list to the second.
21218         (viper-mode): Docstring.
21219         (viper-go-away, viper-non-hook-settings): Don't localize
21220         minor-mode-alist in newer Emacsen.  Add advice to
21221         set-cursor-color.  Don't bind "\C-c\\".
21223 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
21225         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
21226         (scheme-macro-expand-command): New user options.
21227         (scheme-trace-procedure, scheme-expand-current-form): New commands.
21228         (scheme-form-at-point, scheme-start-file)
21229         (scheme-interactively-start-process): New functions.
21230         (scheme-get-process): New function, extracted from `scheme-proc'.
21231         (run-scheme): Call `scheme-start-file' to get start file, and pass
21232         it to `make-comint'.
21233         (switch-to-scheme, scheme-proc):
21234         Call `scheme-interactively-start-process' if no Scheme buffer/process
21235         is available.
21237 2005-08-06  Juri Linkov  <juri@jurta.org>
21239         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21240         Use `compilation-text-face', `compilation-info-text-face' and
21241         `compilation-error-text-face' instead of `font-lock-keyword-face'.
21242         (compilation-error): New face.
21243         (compilation-error-file-name): Inherit from
21244         `compilation-error' instead of `font-lock-warning-face'.
21245         (compilation-warning-file-name): Inherit from
21246         `compilation-warning' instead of `font-lock-warning-face'.
21247         (compilation-info, compilation-error-file-name)
21248         (compilation-warning-file-name, compilation-info-file-name)
21249         (compilation-line-number, compilation-column-number): Doc fix.
21250         (compilation-error-text-face, compilation-warning-text-face)
21251         (compilation-info-text-face): New face variables.
21252         (compilation-line-face, compilation-column-face)
21253         (compilation-enter-directory-face)
21254         (compilation-leave-directory-face): Doc fix.
21255         (compilation-text-face): New function.
21257         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
21258         instead of 1 to display binary file names as info file links.
21259         (grep-error-face): Use `compilation-error-face' instead of
21260         `font-lock-keyword-face'.
21261         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
21262         and `compilation-warning-text-face' instead of
21263         `font-lock-keyword-face'.  Use `compilation-error-text-face'
21264         instead of `grep-error-face'.
21266 2005-08-05  Kenichi Handa  <handa@m17n.org>
21268         * international/code-pages.el: Add autoload cookies for all coding
21269         systems.
21271 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
21273         * cus-start.el (all): Put undo.c where it alphabetically belongs.
21275 2005-08-04  Juri Linkov  <juri@jurta.org>
21277         * progmodes/compile.el (compilation-mode-map):
21278         * progmodes/grep.el (grep-mode-map):
21279         Bind TAB to `compilation-next-error' and [backtab] to
21280         `compilation-previous-error'.
21282         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
21283         matching line numbers, column numbers and their ranges with regexp
21284         matching only line numbers.
21285         (grep-context-face): New face variable.
21286         (grep-mode-font-lock-keywords): Use it.
21288         * faces.el (read-face-name): Delete duplicate faces.
21290 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
21292         * thumbs.el (thumbs-find-image): Don't make variables
21293         automatically buffer local.
21294         (thumbs-current-tmp-filename, thumbs-current-image-filename)
21295         (thumbs-image-num): Make automatically buffer local.
21296         (thumbs-show-thumbs-list): Use `make-local-variable', not
21297         `make-variable-buffer-local'.
21298         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
21300         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
21301         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
21302         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
21303         (bother, bye, canyou, chatlst, continue, deathlst, describe)
21304         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
21305         (feelings-about, foullst, found, hello, history, howareyoulst)
21306         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
21307         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
21308         (neglst, obj, object, owner, please, problems, qlist)
21309         (random-adjective, relation, remlst, repetitive-shortness)
21310         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
21311         (shortlst, something, sportslst, stallmanlst, states, subj)
21312         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
21313         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
21314         Defvar at compile time.
21316         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
21317         not `make-variable-buffer-local'.
21319 2005-08-02  Kim F. Storm  <storm@cua.dk>
21321         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
21322         rectangle overlay in selected window.
21324 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
21326         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
21327         instead of display group.  Make `indicate-buffer-boundaries'
21328         customizable through Custom.
21330 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
21332         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
21333         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
21334         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
21335         (gdb-put-string): Fix typos in docstrings.
21337 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
21339         Update copyright notices of files in progmodes directory for
21340         release of Emacs 22.1.
21342         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
21344         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
21345         Don't barf if the GUD buffer has been killed.
21347 2005-08-01  Kim F. Storm  <storm@cua.dk>
21349         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
21351 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21353         * simple.el (next-error-follow-minor-mode):
21354         make-variable-buffer-local -> make-local-variable.
21356         * emacs-lisp/cl-extra.el: Require CL also when compiling.
21358         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
21359         (byte-compile-form-make-variable-buffer-local): New functions to warn
21360         about misuses of make-variable-buffer-local where make-local-variable
21361         was meant.
21363 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
21365         * bs.el (bs-attributes-list): Doc fix.
21366         (bs): Update url-link.
21368         * desktop.el (desktop-save-buffer): Fix typos in docstring.
21369         (desktop-load-default): Simplify.
21371         * ibuffer.el (ibuffer-columnize-and-insert-list)
21372         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
21373         (ibuffer-unmark-all, ibuffer-toggle-marks)
21374         (ibuffer-unmark-forward, ibuffer-unmark-backward)
21375         (ibuffer-compile-make-format-form, ibuffer-format-column)
21376         (ibuffer-current-buffers-with-marks)
21377         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
21378         (ibuffer): Doc fix.
21379         (ibuffer-mode): Fix typo in docstring.
21380         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
21381         with `define-obsolete-variable-alias'.
21382         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
21384 2005-07-29  Kenichi Handa  <handa@m17n.org>
21386         * international/mule-cmds.el (select-message-coding-system):
21387         Be sure to use LF for end-of-line.  If no coding system is decided,
21388         return iso-8859-1-unix.
21390 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21392         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
21393         (ange-ftp-pending-error-line): New vars.
21394         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
21395         to handle the non-fatal no-route-to-host messages.
21396         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
21398 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
21400         * isearch.el (isearch-mode-map, isearch-other-meta-char)
21401         (isearch-quote-char, isearch-printing-char)
21402         (isearch-text-char-description): "?\ " -> "?\s".
21403         (isearch-lazy-highlight-cleanup)
21404         (isearch-lazy-highlight-initial-delay)
21405         (isearch-lazy-highlight-interval)
21406         (isearch-lazy-highlight-max-at-a-time)
21407         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
21408         Declare with define-obsolete-*-alias macros.
21409         (isearch-forward): Fix typo in docstring.
21410         (search-invisible, search-ring-yank-pointer)
21411         (regexp-search-ring-yank-pointer): Doc fixes.
21413         * recentf.el (recentf-menu-append-commands-p): Declare with
21414         `define-obsolete-variable-alias'.
21415         (recentf-max-saved-items, recentf-menu-filter)
21416         (recentf-arrange-by-rule-subfilter): Doc fixes.
21417         (recentf-menu-append-commands-flag)
21418         (recentf-initialize-file-name-history, recentf-expand-file-name)
21419         (recentf-clear-data): Fix typos in docstrings.
21421 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
21423         * progmodes/gdb-ui.el: Smarten comments.
21424         (gdb-info-breakpoints-custom): Use nowarn when finding file.
21426 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
21428         * term/apollo.el (terminal-init-apollo): New function containing
21429         all former top level forms in the file.
21430         * term/bobcat.el (terminal-init-bobcat):
21431         * term/cygwin.el (terminal-init-cygwin):
21432         * term/iris-ansi.el (terminal-init-iris-ansi):
21433         * term/linux.el (terminal-init-linux):
21434         * term/news.el (terminal-init-news):
21435         * term/rxvt.el (terminal-init-rxvt):
21436         * term/sun.el (terminal-init-sun):
21437         * term/tvi970.el (terminal-init-tvi970):
21438         * term/vt100.el (terminal-init-vt100):
21439         * term/vt102.el (terminal-init-vt102):
21440         * term/vt125.el (terminal-init-vt125):
21441         * term/vt200.el (terminal-init-vt200):
21442         * term/vt201.el (terminal-init-vt201):
21443         * term/vt220.el (terminal-init-vt220):
21444         * term/vt240.el (terminal-init-vt240):
21445         * term/vt300.el (terminal-init-vt300):
21446         * term/vt320.el (terminal-init-vt320):
21447         * term/vt400.el (terminal-init-vt400):
21448         * term/vt420.el (terminal-init-vt420):
21449         * term/wyse50.el (terminal-init-wyse50):
21450         * term/xterm.el (terminal-init-xterm): Likewise.
21452         * term/README: Describe the terminal-init-* functionality.
21454         * startup.el (command-line): After loading the terminal initialization
21455         file call the corresponding terminal initialization function.
21457 2005-07-27  Kenichi Handa  <handa@m17n.org>
21459         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
21460         negative.
21462         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
21463         (ps-mule-composition-prologue): Fix for the case that
21464         RelativeCompose is false.
21466 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21468         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
21470         * descr-text.el (describe-char): Handle the case where the list of
21471         chars is displayed in a separate frame.
21472         Be a bit more discriminating when looking for the char.
21474 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
21476         * bookmark.el (bookmark-automatically-show-annotations)
21477         (bookmark-read-annotation-text-func): Doc fixes.
21478         (bookmark-save): Improve argument/docstring consistency.
21479         (bookmark-get-bookmark, bookmark-get-bookmark-record)
21480         (bookmark-alist-from-buffer)
21481         (bookmark-upgrade-file-format-from-0)
21482         (bookmark-grok-file-format-version)
21483         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
21484         (bookmark-read-annotation-mode)
21485         (bookmark-insert-current-bookmark, bookmark-jump)
21486         (bookmark-exit-hook): Fix typos in docstrings.
21487         (bookmark-exit-hooks): Define as obsolete alias.
21488         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
21489         not `bookmark-exit-hooks'.  Fix docstring.
21490         (bookmark-bmenu-select): "?\ " -> "?\s".
21492 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
21494         * startup.el (command-line): Fix typo.
21496 2005-07-24  Richard M. Stallman  <rms@gnu.org>
21498         * tooltip.el (tooltip-mode): Test emacs-basic-display,
21499         not emacs-quick-startup.
21501 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
21503         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
21504         (reb-next-match, reb-show-subexp): Use `with-selected-window'
21505         instead of `reb-with-current-window'.
21506         (reb-prev-match): Likewise.  Also, don't move left if the search
21507         was unsuccessful.
21508         (reb-initialize-buffer): New function.
21509         (re-builder, reb-change-syntax): Use it.
21511         * man.el (Man-goto-page): Make second argument NOERROR optional.
21513 2005-07-23  Richard M. Stallman  <rms@gnu.org>
21515         * man.el (Man-bgproc-sentinel): Check here for failure to find
21516         any man page in the output, and report the error here.
21517         (Man-arguments): Make it permanent local.
21518         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
21519         (Man-mode): Pass t for NOERROR.
21521         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
21522         (grep-mode-font-lock-keywords):
21523         Don't use compilation-...-face for messages that are not file names.
21525         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21526         Don't use compilation-...-face for messages that are not file names.
21528 2005-07-22  Juri Linkov  <juri@jurta.org>
21530         * startup.el (normal-splash-screen): Update menu name.
21532         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
21534 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
21536         * term/xterm.el: Load term/rxvt if the terminal is actually an
21537         rxvt terminal.
21538         (xterm-rxvt-set-background-mode): Remove, not used anymore.
21540         * term/rxvt.el (function-key-map): Use substitute-key-definition
21541         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
21543         * term/cygwin.el: New file.
21545 2005-07-22  Kim F. Storm  <storm@cua.dk>
21547         * image-file.el (insert-image-file, image-file-yank-handler):
21548         Fix last change to maintain a (unique) yank-handler on yanked images.
21550 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
21552         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
21553         of the file size (as in "177B" for 177 bytes).  This happens with
21554         "ls -lh" on FreeBSD.
21556 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
21558         * hilit-chg.el (highlight-changes-global-initial-state)
21559         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
21560         (hilit-chg-fixup, highlight-changes-mode):
21561         Fix typos in docstrings.
21562         (highlight-changes-global-modes, highlight-changes-rotate-faces):
21563         Doc fixes.
21565 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
21567         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
21568         mode function using `eval-after-load'.
21570 2005-07-21  Kim F. Storm  <storm@cua.dk>
21572         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
21573         included when reporting an Emacs crash, and tell about the DEBUG file.
21575         * image-file.el (insert-image-file): Add yank-handler.
21576         (image-file-yank-handler): Yank handler to make unique copies of
21577         images when they are yanked into a buffer next to each other.
21579 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
21581         * comint.el (comint-use-prompt-regexp, comint-send-input)
21582         (comint-source-default, comint-extract-string)
21583         (comint-get-source, comint-word, comint-completion)
21584         (comint-source, comint-prompt-read-only, comint-update-fence):
21585         Fix typos in docstrings.
21586         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
21587         Declare with define-obsolete-*-alias macros.
21588         (comint-previous-matching-input-from-input)
21589         (comint-next-matching-input-from-input)
21590         (comint-previous-matching-input, comint-next-matching-input)
21591         (comint-forward-matching-input):
21592         Improve argument/docstring consistency.
21594         * desktop.el (desktop-clear-preserve-buffers-regexp):
21595         Also preserve the *server* buffer.
21597         * simple.el (clone-indirect-buffer): Doc fix.
21598         (fixup-whitespace, just-one-space)
21599         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
21600         (next-error, next-error-highlight)
21601         (next-error-highlight-no-select, next-error-last-buffer)
21602         (next-error-buffer-p, next-error-find-buffer, next-error)
21603         (previous-error, next-error-no-select, previous-error-no-select)
21604         (open-line, split-line, minibuffer-prompt-width, kill-new)
21605         (binary-overwrite-mode): Fix typos in docstrings.
21606         (set-fill-column): Fix typo in message.
21608         * skeleton.el (skeleton-proxy-new): Doc fix.
21610         * strokes.el (strokes-load-hook): Doc fix.
21611         (strokes-grid-resolution, strokes-get-grid-position)
21612         (strokes-renormalize-to-grid, strokes-read-stroke)
21613         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
21614         (strokes-global-map): Fix typos in docstrings.
21615         (strokes-help): Doc fix.  Fix help message and pass it through
21616         `substitute-command-keys'.
21618         * tempo.el (tempo-insert-prompt, tempo-interactive)
21619         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
21620         (tempo-insert-string-functions, tempo-local-tags)
21621         (tempo-define-template, tempo-insert-template)
21622         (tempo-insert-prompt-compat, tempo-is-user-element)
21623         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
21624         Fix typos in docstrings.
21626         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
21627         (vcursor-key-bindings, vcursor-use-vcursor-map)
21628         (vcursor-find-window, vcursor-scroll-down)
21629         (vcursor-disable, vcursor-beginning-of-buffer)
21630         (vcursor-end-of-buffer): Fix typos in docstrings.
21631         (vcursor-relative-move, vcursor-get-char-count):
21632         Improve argument/docstring consistency.
21634         * version.el: "?\ " -> "?\s".
21636         * wid-edit.el (widget-default-create, widget-after-change)
21637         (widget-default-format-handler, widget-checklist-add-item)
21638         (widget-radio-add-item, widget-choose, widget-specify-secret)
21639         (widget-field-value-create, widget-field-value-get)
21640         (widget-editable-list-format-handler)
21641         (widget-editable-list-entry-create, widget-group-value-create)
21642         (widget-documentation-link-add)
21643         (widget-documentation-string-value-create): "?\ " -> "?\s".
21644         (widget-convert-text): Doc fix.
21645         (widget-narrow-to-field, widget-field-find)
21646         (widget-url-link-action, widget-emacs-library-link-action)
21647         (widget-color-notify): Fix typos in docstrings.
21649         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
21650         (x-select-text, set-w32-system-coding-system)
21651         (w32-add-charset-info): Fix typos in docstrings.
21653         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
21654         (cua-enable-cua-keys, cua-use-hyper-key)
21655         (cua-virtual-rectangle-edges): Fix typos in docstrings.
21656         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
21658         * net/tramp.el (tramp-handle-load): Fix typo in error message.
21660         * emacs-lisp/re-builder.el (regexp-builder): Declare with
21661         `defalias' instead of faking it.
21663         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
21664         (eshell-ls-missing, eshell-ls-dired-initial-args)
21665         (eshell-ls-use-in-dired): Fix typos in docstrings.
21667 2005-07-20  Kim F. Storm  <storm@cua.dk>
21669         * emulation/cua-base.el (cua-mode): Improve doc string.
21671 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
21673         * abbrev.el (expand-region-abbrevs): Doc fix.
21674         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
21675         Improve argument/docstring consistency.
21677         * arc-mode.el (archive-get-descr, archive-alternate-display):
21678         Doc fixes.
21679         (archive-l-e): Improve argument/docstring consistency.
21680         (archive-tmpdir, archive-unixdate, archive-unixtime)
21681         (archive-chmod-entry): Fix typos in docstrings.
21682         (archive-unflag, archive-unflag-backwards)
21683         (archive-unmark-all-files): "?\ " -> "?\s".
21685         * buff-menu.el (Buffer-menu-unmark): Doc fix.
21686         (Buffer-menu-not-modified, Buffer-menu-execute)
21687         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
21688         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
21690         * composite.el (compose-string, encode-composition-rule)
21691         (compose-last-chars): Fix typos in docstrings.
21693         * desktop.el (desktop-enable, desktop-basefilename):
21694         Declare with `define-obsolete-variable-alias'.
21695         (desktop-internal-v2s): Don't quote keywords.
21696         (desktop-clear): "?\ " -> "?\s".
21698         * dired.el (dired-align-file, dired-flag-backup-files)
21699         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
21700         (dired-listing-switches, dired-ls-F-marks-symlinks)
21701         (dired-dwim-target, dired-load-hook, dired-mode-hook)
21702         (dired-directory, dired-faces, dired, dired-revert)
21703         (dired-mode, dired-summary, dired-view-file)
21704         (dired-copy-filename-as-kill, dired-delete-file)
21705         (dired-no-confirm, dired-unmark-all-marks)
21706         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
21707         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
21708         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
21709         Fix typos in message strings.
21711         * dired-x.el (virtual-dired): Declare with `defalias'.
21712         (dired-mark-unmarked-files, dired-local-variables-file)
21713         (dired-omit-here-always): Doc fix.
21714         (dired-omit-mode, dired-find-subdir)
21715         (dired-enable-local-variables, dired-clean-up-buffers-too)
21716         (dired-extra-startup, dired-mark-extension, dired-jump)
21717         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
21718         (dired-smart-shell-command, dired-guess-shell-alist-user)
21719         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
21720         (dired-x-bind-find-file, dired-x-submit-report):
21721         Fix typos in docstrings.
21722         (dired-mark-unmarked-files): "?\ " -> "?\s".
21724         * dirtrack.el (dirtrack-list): Fix typos in docstring.
21726         * faces.el (describe-face): "?\ " -> "?\s".
21727         (read-all-face-attributes, read-face-font, modify-face)
21728         (face-attr-construct, italic): Fix typos in docstrings.
21729         (frame-update-face-colors): Declare with
21730         `define-obsolete-function-alias'.
21732         * files.el (find-file-noselect, recode-file-name): Doc fixes.
21733         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
21734         (magic-mode-alist, buffer-file-numbers-unique)
21735         (write-file-functions, get-free-disk-space):
21736         Fix typos in docstrings.
21737         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
21738         (write-contents-hooks, write-file-hooks):
21739         Declare with `define-obsolete-variable-alias'.
21741         * forms-d2.el (arch-rj): Fix typo in docstrings.
21742         (arch-tocol): Likewise.  "?\ " -> "?\s".
21744         * frame.el (set-frame-font, cursor-in-non-selected-windows):
21745         Fix typo in docstring.
21746         (set-screen-width, set-screen-height): Delete redundant info in
21747         doctrings.
21748         (new-frame, screen-height, screen-width): Declare with
21749         `define-obsolete-function-alias'.
21750         (delete-frame-hook, blink-cursor): Declare with
21751         `define-obsolete-variable-alias'.
21753         * paths.el (prune-directory-list): Fix typos in docstring.
21755         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
21756         (cvs-prefix-get): Fix typos in docstrings.
21758         * ps-print.el (ps-extend-face-list, ps-extend-face)
21759         (ps-print-background-image): Fix typos in docstrings.
21760         (ps-default-fg, ps-default-bg): Doc fixes.
21762         * s-region.el (s-region-bind): Doc fix.
21763         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
21765         * textmodes/org.el (org-table-formula-substitute-names)
21766         (org-table-get-vertical-vector): Doc fixes.
21767         (org-table-recalculate): Remove unused argument to `message'.
21769 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
21771         * textmodes/org.el (org-table-column-names)
21772         (org-table-column-name-regexp)
21773         (org-table-named-field-locations): New variables.
21774         (org-archive-subtree): Protect `this-command' when calling
21775         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
21776         the kill buffer.
21777         (org-complete): Remove fixed-formula completion.
21778         (org-edit-formulas-map): New variable.
21779         (org-table-edit-formulas): New command.
21780         (org-finish-edit-formulas, org-abort-edit-formulas)
21781         (org-show-variable, org-table-get-vertical-vector): New functions.
21782         (org-table-maybe-eval-formula): Handle `:=' fields.
21783         (org-table-get-stored-formulas, org-table-store-formulas)
21784         (org-table-get-formula, org-table-modify-formulas)
21785         (org-table-replace-in-formulas): Handle named field formulas.
21786         (org-table-get-specials): Store locations of named fields.
21788 2005-07-19  Juri Linkov  <juri@jurta.org>
21790         * progmodes/grep.el (grep-regexp-alist)
21791         (grep-mode-font-lock-keywords, grep-process-setup):
21792         Use default GNU grep match color "01;31m" instead of "01;41m".
21793         (grep-regexp-alist, grep-mode-font-lock-keywords):
21794         Use `\\[[0-9]*m' instead of `\\[00m'.
21795         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
21796         sgr_start where its handling is more important.  Use the real
21797         length of sgr_start instead of constant 8.
21798         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
21799         specially.  Delete all remaining escape sequences.
21800         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
21801         (grep-regexp-alist): Make hyperlink only for binary file name
21802         instead of the whole line.
21803         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
21804         (grep-mode): Add autoload.
21806         * emacs-lisp/find-func.el (find-function-regexp):
21807         Add `define-compilation-mode'.
21809 2005-07-19  Juri Linkov  <juri@jurta.org>
21811         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
21812         (compare-windows-sync-string-size, compare-windows-recenter)
21813         (compare-windows-highlight, compare-windows): Add version 22.1.
21814         (compare-windows) <defface>: Inherit from lazy-highlight instead
21815         of duplicating its default value.
21817         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
21818         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
21820         * descr-text.el (describe-char): Create link buttons for `charset'
21821         and `code point'.  Add the current input method name with a link
21822         button to `to input' field.  Print face names of display table
21823         characters in `The display table entry is displayed by' section
21824         instead of printing face-id in the `display' field.
21825         Guess hardcoded faces and create a link button for them.
21826         Skip empty fields when calculating max-width.
21827         Treat `widget-create' specially while inserting strings from the
21828         collected field list.
21829         (describe-char-after): Made obsolete in version 22.1, not 21.5.
21831         * diff-mode.el (diff-file-header): Change foreground color from
21832         yellow to green on light backgrounds.
21833         (diff-context): Inherit from `shadow' only for color/grayscale
21834         with more than 88 colors.
21835         (diff-indicator-removed, diff-indicator-added)
21836         (diff-indicator-changed): New faces.
21837         (diff-font-lock-keywords): Use new faces.  Regroup rules.
21838         Add "^---$" for `normal' diff format.  Fontify `#' lines with
21839         font-lock-comment-delimiter-face and font-lock-comment-face.
21840         Add `#' to ^[^...] in the rule for `diff-context-face'.
21842         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
21843         a button-like box.  Inherit from `highlight' on low colors.
21844         (shadow): Use shades of gray only for color/grayscale with
21845         more than 88 colors.  Use green for light backgrounds with
21846         8 colors, and yellow for dark backgrounds with 8 colors.
21848         * font-lock.el (font-lock-regexp-grouping-backslash):
21849         Don't inherit from escape-glyph (use bold for all cases).
21851         * info.el (info-xref-visited): Use light foreground color `violet'
21852         for dark backgrounds instead of dark color `magenta3'.
21853         (info-title-1): Use `yellow' color for dark backgrounds.
21855         * isearch.el (isearch): Use not-too-dark magenta3 instead of
21856         too-light magenta2.
21858         * replace.el (match): Use slightly more light RoyalBlue3 instead
21859         of dark RoyalBlue4.
21861         * wid-edit.el (widget-inactive): Inherit from `shadow'.
21863 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
21865         * novice.el (disabled-command-hook): Declare it with
21866         `define-obsolete-variable-alias'.
21868         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
21869         (desktop-buffer-misc-functions, desktop-buffer-handlers)
21870         (desktop-load-default): Add release to obsolescence info.
21871         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
21872         (desktop-append-buffer-args, desktop-read):
21873         Fix typos in docstrings.
21874         (desktop-kill): Fix typo in message.
21875         (desktop-save): Doc fix.
21877 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21879         * viper-cmd.el (viper-escape-to-state): Bug fix.
21880         (viper-envelop-ESC-key): Change the definition of fast
21881         keysequence so it'll work with keyboard macros.
21883         * ediff.el (ediff-patch-buffer): Change the docstring.
21885 2005-07-19  Kenichi Handa  <handa@m17n.org>
21887         * international/mule-cmds.el (select-safe-coding-system): Try to
21888         use an auto-coding (if any) before anything else.  If the found
21889         auto-coding is invalid, show a warning message.
21891         * international/mule.el (find-auto-coding): New function created
21892         by modifying the body of set-auto-coding.
21893         (set-auto-coding): Use find-auto-coding to find a coding.
21895 2005-07-18  Richard M. Stallman  <rms@gnu.org>
21897         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
21898         not isearch-mode-end-hook-error.
21899         (allout-before-change-protect): Fix error message.
21901 2005-07-18  Juri Linkov  <juri@jurta.org>
21903         * allout.el (allout-mode):
21904         * calculator.el (calculator-copy):
21905         * custom.el (custom-known-themes):
21906         * dired.el (dired-desktop-buffer-misc-data)
21907         (dired-restore-desktop-buffer):
21908         * dired-x.el (dired-omit-marker-char):
21909         * files.el (basic-save-buffer):
21910         * font-core.el (font-lock-mode):
21911         * calendar/calendar.el (calendar-goto-hebrew-date)
21912         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
21913         (calendar-goto-persian-date):
21914         * language/ethio-util.el (ethio-sera-to-fidel-region):
21915         * textmodes/picture.el (picture-mode):
21916         Delete duplicate duplicate words.
21918 2005-07-18  Juri Linkov  <juri@jurta.org>
21920         * isearch.el (isearch-mode-map): Remove key bindings for regexp
21921         chars * ? } |.
21922         (isearch-fallback): Don't call `isearch-process-search-char'.
21923         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
21924         (isearch-process-search-char): Call `isearch-fallback' for regexp
21925         chars * ? } |.
21926         (isearch-return-char): Make obsolete with `make-obsolete' instead
21927         of simply documenting it as obsolete in the docstring.
21928         (isearch-fallback): Refill docstring.
21930         * international/isearch-x.el
21931         (isearch-process-search-multibyte-characters): Remove unneeded
21932         `concat'.  Add intermediate values to `junk-hist' instead of
21933         `minibuffer-history'.  Test the length of `str'.
21935 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
21937         * allout.el (allout-resolve-xref): Fix typos in error strings.
21938         (allout-before-change-protect): Remove unneeded `concat'.
21940         * array.el (array-mode, array-reconfigure-rows)
21941         (untabify-backward): Fix typos in docstrings.
21942         (array-reconfigure-rows): Use `insert-buffer-substring', not
21943         `insert-buffer'.
21945         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
21946         * progmodes/ada-mode.el (ada-make-body):
21947         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
21949         * dired.el (dired-log):
21950         * tar-mode.el (tar-subfile-save-buffer):
21951         * play/zone.el (zone-pgm-stress-destress):
21952         Use `insert-buffer-substring', not `insert-buffer'.
21954 2005-07-17  Simon Josefsson  <jas@extundo.com>
21956         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
21958 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
21960         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
21961         Add plain auth method.
21962         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
21964 2005-07-17  Kim F. Storm  <storm@cua.dk>
21966         * ido.el (dired-other-window): Add ido property.
21968 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
21970         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
21971         Fix typo in docstring.
21972         (byte-compile-interactive-only-functions): Add `insert-buffer' and
21973         `insert-file-literally'.
21975         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
21976         info and delete redundant message.  Doc fix.
21977         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
21978         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
21980 2005-07-16  Richard M. Stallman  <rms@gnu.org>
21982         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
21983         (byte-compile-and): Use byte-compile-and-recursion.
21984         (byte-compile-or-recursion): New function.
21985         (byte-compile-or): Use that.
21986         (byte-compile-if): Guard the else-clause too.
21987         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
21989         * isearch.el (isearch-mode-end-hook-quit): New variable.
21990         (isearch-done): Bind it.
21991         (isearch-mode-end-hook): Doc fix.
21993         * allout.el (allout-isearch-did-quit): Variable deleted.
21994         (allout-real-isearch-abort): Function name no longer used.
21995         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
21996         (allout-isearch-rectification): isearch-mode always exists.
21997         Don't set allout-isearch-did-quit.
21998         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
21999         allout-isearch-did-quit.
22000         (allout-enwrap-isearch): Just add the hook.
22001         (allout-isearch-abort): Function deleted.
22002         (allout-pre-command-business): Avoid warning.
22004         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
22005         Correctly avoid warnings.
22006         (pascal-outline): Likewise.
22008         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
22010         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
22012         * play/tetris.el (tetris-mode): Avoid warning.
22014         * play/snake.el (snake-mode): Avoid warning.
22016         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
22017         (gamegrid-set-display-table): Avoid warning.
22018         (gamegrid-set-timer): Likewise.
22019         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
22020         (gamegrid-add-score-with-update-game-score-1): Take FILE
22021         as argument.
22022         (gamegrid-add-score-with-update-game-score): Pass that argument.
22023         Rename have-shared-game-dir to gamegrid-shared-game-dir.
22025         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
22027         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
22028         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
22030         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
22031         and insert-file.
22033         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
22034         (sc-ask): Avoid warnings.
22036         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
22037         (eshell-hist-initialize): Use that var the natural way.
22039         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
22041         * emacs-lisp/re-builder.el (reb-cook-regexp):
22042         Avoid warning calling lre-compile-string.
22043         (reb-color-display-p): Avoid warning.
22045         * calculator.el (calculator-last-input): Guard uses
22046         of event-key and key-press-event-p.
22047         (event-key, key-press-event-p): Delete definitions.
22049         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
22050         (find-gc-source-directory, find-gc-subrs-callers)
22051         (find-gc-noreturn-list, find-gc-source-files)
22052         (find-gc-subrs-called): Vars renamed and defvar'd.
22054         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
22055         (checkdoc-overlay-put, checkdoc-delete-overlay)
22056         (checkdoc-overlay-start, checkdoc-overlay-end)
22057         (checkdoc-mode-line-update, checkdoc-char=):
22058         Define such that compiler knows they are defined.
22059         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
22060         (checkdoc-read-event): Delete.  Use read-event directly.
22062         * whitespace.el (whitespace-make-overlay)
22063         (whitespace-overlay-put, whitespace-delete-overlay)
22064         (whitespace-overlay-start, whitespace-overlay-end):
22065         Define such that compiler knows they are defined.
22066         (whitespace): Move conditional inside.
22068         * tempo.el (tempo-insert-template): Suppress warning.
22070         * ediff-diff.el (longlines-mode): Add defvar.
22072 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
22074         * server.el: Bind "C-x #" in a way that works even if C-x is
22075         redefined to a command key, not a prefix key.
22077 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
22079         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
22080         cl-make-type-test till execution time.
22082 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
22084         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
22085         arg ARG and use it.
22087 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
22089         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
22091 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
22093         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
22094         a defcustom with two :set or :type keywords.
22096 2005-07-15  Richard M. Stallman  <rms@gnu.org>
22098         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22099         Don't give ^M comment-end syntax.
22101 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
22103         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
22104         Don't consider gdbmi (gdb-mi.el has its own update functions).
22105         (gdb-var-delete): Make it work for gdbmi as well.
22106         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
22108         * progmodes/gud.el (etags, sdb): Only require etags when needed.
22109         (gud-speedbar-menu-items): Correct logic for enabling items.
22111 2005-07-15  Kim F. Storm  <storm@cua.dk>
22113         * ido.el: Fix commentary.
22114         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
22115         Use with-no-warnings around ffap-guesser.
22116         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
22117         Let bind minibuffer-completing-file-name to t.
22119 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
22121         * startup.el (site-run-file, keyboard-type): Doc fixes.
22122         (command-line): Check for "--basic-display" argument; also for
22123         "--quick", not "--bare-bones" (which was renamed).
22124         (fancy-splash-text): Add missing item "Getting New Versions".
22125         (normal-splash-screen): Fix typos and improve consistency with
22126         `fancy-splash-text'.  Update copyright year.
22128         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
22129         valid binding for `help-char'.
22131         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
22133 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
22135         * term.el (term-mode): Disable cua-mode for term buffers.
22137 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
22139         * add-log.el (add-log-mailing-address, change-log-merge):
22140         Doc fixes.
22141         (change-log-get-method-definition): Fix typo in docstring.
22143 2005-07-14  Kim F. Storm  <storm@cua.dk>
22145         * emulation/cua-base.el:
22146         (cua--pre-command-handler-1, cua--pre-command-handler)
22147         (cua--post-command-handler-1, cua--post-command-handler):
22148         Split in two.  Check (buffer local) value of cua-mode.
22149         (cua-selection-mode): New command.
22151 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
22153         * custom.el (custom-initialize-safe-set)
22154         (custom-initialize-safe-default): Doc fixes.
22156         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
22157         and simplify :init-value again.
22159         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
22160         and simplify :init-value again.  Delete autoload.
22162         * startup.el (command-line): Use `custom-reevaluate-setting' again
22163         for tooltip-mode.
22165         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
22166         a defcustom with two :initialize keywords.
22168 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
22170         * allout.el (my-mark-marker, allout-isearch-prior-pos)
22171         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
22172         (allout-post-command-business, allout-flag-region)
22173         (isearch-reenable-font-lock, allout-yank)
22174         (allout-insert-latex-header, allout-insert-latex-trailer)
22175         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
22176         (allout-latex-verb-quote): Fix typos in docstrings.
22177         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
22178         (allout-unprotected, allout-prefix-data):
22179         Improve argument/docstring consistency.
22180         (allout-chart-subtree): Fix argument spec.
22181         (allout-open-topic): Rename `use_sib_bullet' argument to
22182         `use-sib-bullet'.  Doc fix.
22184         * whitespace.el (whitespace-check-buffer-leading)
22185         (whitespace-check-buffer-trailing)
22186         (whitespace-check-buffer-indent)
22187         (whitespace-check-buffer-spacetab)
22188         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
22189         (whitespace-check-leading-whitespace)
22190         (whitespace-check-trailing-whitespace)
22191         (whitespace-check-spacetab-whitespace)
22192         (whitespace-check-indent-whitespace)
22193         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
22194         (whitespace-modes): Fix typos in docstrings.
22195         (defgroup, defcustom): Doc fixes.
22197         * winner.el (winner-mode, winner-boring-buffers)
22198         (winner-pending-undo-ring): Doc fixes.
22199         (winner-ring): Remove unneeded `progn'.
22200         (winner-equal): `defsubst' it.
22201         (winner-redo): Fix message.
22203 2005-07-13  Kim F. Storm  <storm@cua.dk>
22205         * simple.el (line-move-1): Always use vertical-motion to
22206         do the last (or only) line move to ensure some movement.
22207         Undo 2005-06-23 change--don't check for overlays.
22209 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22211         * term/mac-win.el (ccl-encode-mac-roman-font)
22212         (ccl-encode-mac-centraleurroman-font)
22213         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
22214         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
22215         Change charset-id boundary of dimension to ?\xef.
22216         (mac-char-fontspec-list): New constant.
22217         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
22218         argument.  Nil uses itself as family in font-spec.  Previous
22219         behavior for nil is now provided by non-nil non-string argument.
22220         All callers changed.  Add font-specs for Mac fonts to
22221         "fontset-default" unless iso8859-1 fonts are installed.
22223 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22225         * progmodes/sh-script.el (sh-get-indent-info): Only indent
22226         a continuation line if the \ is preceded by SPC or TAB.
22227         (sh-get-indent-info): Simplify.
22228         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
22229         Use with-current-buffer.
22231         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
22232         when the matched text is empty.
22234 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
22236         * startup.el (command-line): Revert to previous handling of
22237         tooltip-mode.  Explain in comment why the complexity is needed.
22239         * tooltip.el (tooltip-mode): Revert to previous implementation of
22240         its defcustom.
22242         * frame.el (blink-cursor-mode): Revert to previous implementation
22243         of its defcustom.  Update comment.
22245 2005-07-12  Lars Hansen  <larsh@soem.dk>
22247         * desktop.el: Update e-mail address.
22249 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22251         * term/mac-win.el (mac-services-mail-selection)
22252         (mac-services-mail-to): New functions.
22253         (mac-application-menu-map): Bind them.
22255 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
22257         * progmodes/gdb-ui.el: Add note about buffering with Windows.
22259 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
22261         * custom.el (custom-reevaluate-setting): Doc fix.
22263 2005-07-11  Jay Belanger  <belanger@truman.edu>
22265         * calc/calc.el (calc-embedded-announce-formula-alist)
22266         (calc-embedded-open-close-plain-alist)
22267         (calc-embedded-open-close-mode-alist): Add checks for additional
22268         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
22270 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
22272         * custom.el (custom-enable-theme): Don't add theme to
22273         `custom-enabled-themes' with `push' because there is no
22274         setf-method for `delq'.
22276 2005-07-11  Richard M. Stallman  <rms@gnu.org>
22278         * custom.el (custom-declare-variable): Doc fix.
22280         * dired-aux.el (dired-compare-directories): Remove "." and ".."
22281         from the alists.
22283         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
22284         Do nothing if edebug-active.
22286         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
22287         (edebug-display): Do it here instead.
22289 2005-07-10  Richard M. Stallman  <rms@gnu.org>
22291         * cus-face.el (custom-theme-set-faces): Make it work.
22292         (custom-reset-faces): Doc fix.
22293         (custom-theme-reset-internal-face, custom-theme-face-value):
22294         Functions deleted.
22296         * custom.el (custom-push-theme): Maintain list of the settings
22297         of a given theme in its theme-settings property.
22298         Maintain position of old settings in the theme-value
22299         or theme-face property.
22300         (custom-enabled-themes): New variable.
22301         (custom-theme-enabled-p): New function.
22302         (provide-theme): Update custom-enabled-themes.
22303         Disable and reenable the `user' theme.
22304         (require-theme): Doc fix.
22305         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
22306         (custom-theme-value, custom-theme-variable-value): Likewise.
22307         (custom-theme-reset-internal): Likewise.
22308         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
22309         (custom-enable-theme, custom-disable-theme): New functions.
22310         (custom-variable-theme-value, custom-face-theme-value): Likewise.
22311         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
22312         (custom-theme-reset-variables): Simplify.
22313         (deftheme, custom-declare-theme, custom-make-theme-feature):
22314         Definitions moved.
22316 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
22318         * longlines.el (longlines-show-region)
22319         (longlines-unshow-hard-newlines): Recognize hard newlines by
22320         non-nil hard property, instead of t.
22322 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
22324         * viper-cmd.el (viper--key-maps): New variable.
22325         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
22326         emulation-mode-map-alists.
22327         (viper-envelop-ESC-key): Use viper-subseq.
22328         (viper-search-forward/backward/next): Disable debug-on-error.
22330         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
22331         (viper-ESC-key): New defcustoms.
22333         * viper-macs.el (ex-map-read-args): Use viper-subseq.
22335         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
22336         (viper-subseq): Copy of subseq from cl.el.
22338         * viper.el (viper-go-away, viper-set-hooks): Use
22339         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
22341         * viper-mous.el (viper-current-frame-saved): Use defvar.
22343         * viper-init.el: Get rid of -face in face names.
22345         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
22346         Make it work with longlines mode
22348         * ediff-mult.el (ediff-meta-mode-hook): New variable.
22350         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
22352         * ediff-init.el: Get rid of -face in face names.
22354 2005-07-10  Richard M. Stallman  <rms@gnu.org>
22356         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
22357         and with-timeout-unsuspend.
22359         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
22360         and with-timeout-unsuspend.
22362         * emacs-lisp/timer.el (with-timeout-timers): New variable.
22363         (with-timeout): Bind that variable to record timers.
22364         (with-timeout-suspend, with-timeout-unsuspend): New functions.
22366         * emacs-lisp/debug.el (debug-help-follow): New function.
22367         (debugger-mode-map): Use that instead of help-follow.
22368         (debugger-setup-buffer): Use eval-buffer-list
22369         to handle eval-buffer frames.
22371 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
22373         * timezone.el (timezone-parse-date): Change first regexp
22374         so it will not mistakenly match dates with no time zone.
22376 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
22378         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
22380 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
22382         * custom.el (custom-initialize-safe-set)
22383         (custom-initialize-safe-default): New functions.
22385         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
22386         and simplify :init-value.
22388         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
22389         and simplify :init-value.  Delete obsolete comment.
22391         * startup.el (command-line): Use `custom-reevaluate-setting' to
22392         handle `tooltip-mode'.  Delete obsolete comment.
22394         * files.el (set-visited-file-name): Avoid calling
22395         `file-name-nondirectory' with a nil argument.
22397 2005-07-09  Richard M. Stallman  <rms@gnu.org>
22399         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
22400         was called with nil for the buffer, handle the read position right.
22401         Handle read position for eval-region, too.
22403 2005-07-09  Juri Linkov  <juri@jurta.org>
22405         * fringe.el (fringe-mode): Add period in docstring.
22406         (fringe-query-style): Build prompt depending on `all-frames' arg.
22408         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
22409         to not create links to unrelated functions in the Help buffer.
22411         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
22412         Doc fix.
22414         * simple.el (next-error-hook): New variable.
22415         (next-error): Use it.  Doc fix.
22417         * textmodes/ispell.el (ispell-command-loop): Add current
22418         dictionary name and program name to mode-line-format.
22419         (ispell-region, ispell-process-line): Add current dictionary name
22420         and program name to messages.
22422 2005-07-08  Jay Belanger  <belanger@truman.edu>
22424         * calc/calc.el (calc-embedded-announce-formula-alist)
22425         (calc-embedded-open-close-formula-alist)
22426         (calc-embedded-open-close-word-alist)
22427         (calc-embedded-open-close-plain-alist)
22428         (calc-embedded-open-close-new-formula-alist)
22429         (calc-embedded-open-close-mode-alist)
22430         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
22431         (calc-embedded-mode-hook): New variables.
22433         * calc/calc-embed.el (calc-embedded-firsttime)
22434         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
22435         New variables.
22436         (calc-do-embedded): Use calc-embedded-firsttime,
22437         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
22438         determine whether or not to run hooks.
22439         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
22440         calc-embedded-firsttime-formula appropriately.
22441         Set calc-embedded delimiter variables according to mode.
22443 2005-07-08  Richard M. Stallman  <rms@gnu.org>
22445         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
22446         Check for "emacs", etc., as entire symbol, not just as word.
22447         (checkdoc-file-comments-engine): Use regexp-quote on FN.
22449         * files.el (set-visited-file-name): Report the error
22450         for "empty filename" earlier.
22451         (kill-some-buffers): Ignore buffers already dead.
22453         * fringe.el (fringe-mode): Doc fix.
22455         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
22456         Check for (featurep 'xemacs) and turn off warnings in what it guards.
22457         Use unwind-protect to ensure byte-compile-unresolved-functions
22458         is updated.
22460         * whitespace.el (whitespace-buffer-leading-cleanup):
22461         Simplify w/ skip-chars-forward.
22462         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
22464         * mail/rmail.el (rmail-only-expunge): Fix paren error.
22465         Unconditionally try to leave point at the same old place.
22467 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
22469         * comint.el (comint-postoutput-scroll-to-bottom)
22470         (comint-show-maximum-output): Take scroll-margin into consideration.
22472 2005-07-08  Kim F. Storm  <storm@cua.dk>
22474         * ido.el (ido-use-filename-at-point): New choice `guess'.
22475         (ido-file-internal): Try ffap-guesser if selected.
22477         * ido.el (ido-before-fallback-functions): New hook.
22478         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
22479         (ido-read-file-name): Run it.
22481 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22483         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
22484         strings rather than a list of symbols to the completion function.
22486 2005-07-07  Jay Belanger  <belanger@truman.edu>
22488         * calc/calc-units.el (math-apply-units): Change the places in
22489         which units are simplified.
22491 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
22493         * cus-edit.el (customize-option, customize-option-other-window):
22494         Make them handle aliases.
22496         * custom.el (custom-variable-p): Make it recursively follow
22497         aliases.  Mention that in the docstring.
22499 2005-07-07  Richard M. Stallman  <rms@gnu.org>
22501         * cus-start.el (exec-path): Use `directory' instead of `file'.
22502         Fix tag for nil.
22504 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
22506         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
22507         when called non-interactively.  Doc fix.
22509 2005-07-07  Lute Kamstra  <lute@gnu.org>
22511         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
22512         new address as well.
22514 2005-07-07  Kenichi Handa  <handa@m17n.org>
22516         * international/mule.el (make-coding-system):
22517         Describe `ascii-incompatible' property in the docstring.
22518         (set-file-name-coding-system): Signal an error if coding-system is
22519         ascii-incompatible.
22520         (set-keyboard-coding-system): Likewise.
22522         * international/mule-cmds.el (set-default-coding-systems):
22523         Don't set default-file-name-coding-system and
22524         default-keyboard-coding-system if coding-system is ASCII-incompatible.
22526         * international/utf-16.el: Declare that all UTF-16-based coding
22527         systems are ASCII-incompatible.
22529 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
22531         * progmodes/gud.el: Require font-lock for displaying errors.
22532         Used by gdb-ui.el.
22534 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
22536         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
22537         values for the pattern lists which are `read'able but not
22538         `append'able (like symbols).
22540 2005-07-06  Richard M. Stallman  <rms@gnu.org>
22542         * progmodes/flymake.el (flymake-float-time): Instead of
22543         with-no-warnings, test for XEmacs.
22544         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
22545         to avoid warning.
22547 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
22549         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
22551 2005-07-05  Lute Kamstra  <lute@gnu.org>
22553         * battery.el: Add support for Darwin (with much debugging help
22554         from Samuel Lauber <sam124@operamail.com>).
22555         (battery-status-function, battery-echo-area-format)
22556         (battery-mode-line-format): Add support for pmset on Darwin.
22557         (battery-load-low, battery-load-critical): New user options.
22558         (battery-pmset): New function.
22560 2005-07-05  Lute Kamstra  <lute@gnu.org>
22562         Update FSF's address in GPL notices.
22564         * textmodes/page-ext.el: Update FSF's address.
22566 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22568         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
22569         filling from using prefix when filling a single-line docstring.
22571         * progmodes/flymake.el: Remove useless eval-when-compile.
22573         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
22575 2005-07-04  Richard M. Stallman  <rms@gnu.org>
22577         * textmodes/org.el (org-file-apps-defaults-gnu):
22578         Rename from org-file-apps-defaults-linux.
22579         (org-default-apps): Don't test system-type for `linux'.
22580         (org-file-apps): Doc fix.
22582 2005-07-04  David Ponce  <david@dponce.com>
22584         * tree-widget.el: Improve header Commentary section.
22585         (tree-widget) [defgroup]
22586         (tree-widget-image-enable, tree-widget-themes-directory)
22587         (tree-widget-theme, tree-widget-image-properties-emacs)
22588         (tree-widget-image-properties-xemacs, tree-widget-create-image)
22589         (tree-widget-image-formats, tree-widget-control)
22590         (tree-widget-empty-control, tree-widget-leaf-control
22591         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
22592         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
22593         (tree-widget-keep, tree-widget-after-toggle-functions)
22594         (tree-widget-open-node, tree-widget-close-node): Doc fix.
22595         (tree-widget-open-control, tree-widget-close-control): Fix doc and
22596         :help-echo message.
22597         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
22598         (tree-widget-image-properties): Doc fix.  Clearer implementation.
22599         (tree-widget--cursors): New constant.
22600         (tree-widget-lookup-image): New function split from
22601         `tree-widget-find-image'.  Clearer implementation.
22602         (tree-widget-find-image): Use it.
22603         (tree-widget-button-keymap): Use `set-keymap-parent'.
22604         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
22605         Define the sub-widgets here.
22606         (tree-widget-node): Check that :node is not a tree-widget.
22607         (tree-widget-get-super, tree-widget-open-control)
22608         (tree-widget-close-control, tree-widget-empty-control)
22609         (tree-widget-leaf-control, tree-widget-guide)
22610         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
22611         (tree-widget-no-handle, tree-widget-value-delete)
22612         (tree-widget-map): Remove.
22613         (tree-widget-children-value-save): Doc fix.  Simplified.
22614         (tree-widget-value-create): Update according to previous changes.
22616 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
22618         * textmodes/org.el: Leading space replaced by TABS.
22619         (org-recalc-marks, org-table-rotate-recalc-marks)
22620         (org-table-get-specials): Treat "^" and "_" marks.
22621         (org-table-justify-field-maybe): Optional argument NEW.
22622         (org-table-eval-formula): Parsing of the format simplified.
22623         New modes C,I.  Honor the %= parameter in the current table.
22624         Avoid unnecessary re-align by using the NEW argument to
22625         `org-table-justify-field-maybe'.
22626         (org-calc-default-modes): Default for date-format mimicks org-mode.
22627         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
22629 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
22631         * cus-face.el (custom-theme-set-faces): Make it handle face
22632         aliases whose alias declarations are pre- or autoloaded.
22634 2005-07-04  Juri Linkov  <juri@jurta.org>
22636         * faces.el (read-face-name): Put the code for getting a face name
22637         from the buffer before adding the faces from the `face' property.
22638         Use `completing-read-multiple' instead of `completing-read'.
22639         Require `crm'.  Add default value and post-process the returned
22640         list of faces.
22642         * emacs-lisp/crm.el (crm-find-current-element)
22643         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
22645         * emacs-lisp/lisp-mode.el (eval-defun-1):
22646         * emacs-lisp/edebug.el (edebug-eval-defun):
22647         Remove unnecessary quotes.
22649 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22651         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
22652         (prolog-indent-level): Fix typo in docstring.
22654         * info.el (Info-history, Info-history-forward)
22655         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
22657         * add-log.el (add-change-log-entry):
22658         * comint.el (comint-dynamic-list-input-ring)
22659         (comint-dynamic-list-completions):
22660         * dabbrev.el (dabbrev-expand):
22661         * delim-col.el (delimit-columns-rectangle-line):
22662         * diff-mode.el (diff-context->unified, diff-reverse-direction)
22663         (diff-unified->context):
22664         * ediff-init.el (ediff-abbrev-jobname):
22665         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
22666         (ediff-replace-session-activity-marker-in-meta-buffer):
22667         * info.el (Info-summary):
22668         * lpr.el (printify-region):
22669         * printing.el (pr-create-interface):
22670         * ps-print.el (ps-print-quote):
22671         * ses.el (ses-column-widths, ses-print-cell)
22672         (ses-adjust-print-width, ses-center):
22673         * shell.el (shell-file-name-quote-list):
22674         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
22675         (strokes-fill-current-buffer-with-whitespace)
22676         (strokes-xpm-for-stroke, strokes-list-strokes)
22677         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
22678         * term.el (term-dynamic-list-input-ring)
22679         (term-dynamic-list-completions):
22680         * calc/calc.el (math-format-stack-value):
22681         * emacs-lisp/edebug.el (edebug-display-freq-count):
22682         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
22683         (delphi-new-comment-line):
22684         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
22685         * progmodes/executable.el (executable-set-magic):
22686         * progmodes/python.el (inferior-python-mode):
22687         * progmodes/scheme.el (scheme-mode-syntax-table):
22688         * progmodes/sh-script.el (sh-maybe-here-document):
22689         * progmodes/sql.el (sql-copy-column):
22690         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
22691         * textmodes/bibtex.el (bibtex-mode):
22692         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
22693         (sgml-auto-attributes):
22694         * textmodes/table.el (table-insert, table-shorten-cell)
22695         (table--generate-source-scan-lines, table-delete-row)
22696         (*table--cell-delete-char, table--spacify-frame)
22697         (table--horizontally-shift-above-and-below)
22698         (table--cell-insert-char, table--cell-blank-str)
22699         (table--fill-region-strictly):
22700         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
22701         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
22703         * add-log.el (change-log):
22704         * apropos.el (apropos):
22705         * comint.el (comint-completion, comint-source):
22706         * dabbrev.el (dabbrev):
22707         * delim-col.el (columns):
22708         * diff-mode.el (diff-mode):
22709         * ediff.el (ediff):
22710         * ediff-diff.el (ediff-diff):
22711         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
22712         * ediff-mult.el (ediff-mult):
22713         * ediff-ptch.el (ediff-ptch):
22714         * ediff-wind.el (ediff-window):
22715         * facemenu.el (facemenu):
22716         * indent.el (indent):
22717         * info.el (info):
22718         * jka-cmpr-hook.el (compression, jka-compr):
22719         * lpr.el (lpr):
22720         * outline.el (outlines):
22721         * pcmpl-cvs.el (pcmpl-cvs):
22722         * pcmpl-rpm.el (pcmpl-rpm):
22723         * printing.el (printing):
22724         * ps-print.el (postscript, ps-print, ps-print-horizontal)
22725         (ps-print-vertical, ps-print-headers, ps-print-font)
22726         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
22727         (ps-print-background, ps-print-printer, ps-print-page)
22728         (ps-print-miscellany):
22729         * ses.el (ses):
22730         * shell.el (shell, shell-directories, shell-faces):
22731         * startup.el (initialization):
22732         * strokes.el (strokes):
22733         * term.el (term):
22734         * uniquify.el (uniquify):
22735         * w32-vars.el (w32):
22736         * calc/calc.el (calc):
22737         * emacs-lisp/bytecomp.el (bytecomp):
22738         * emacs-lisp/cl-indent.el (lisp-indent):
22739         * emacs-lisp/edebug.el (edebug):
22740         * emacs-lisp/elp.el (elp):
22741         * emacs-lisp/testcover.el (testcover):
22742         * emacs-lisp/trace.el (trace):
22743         * emulation/viper-ex.el (viper-ex):
22744         * emulation/viper-mous.el (viper-mouse):
22745         * mail/mailalias.el (mailalias):
22746         * mail/supercite.el (supercite, supercite-frames)
22747         (supercite-attr, supercite-cite, supercite-hooks):
22748         * net/rcompile.el (remote-compile):
22749         * net/rlogin.el (rlogin):
22750         * obsolete/ooutline.el (outlines):
22751         * progmodes/delphi.el (delphi):
22752         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
22753         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
22754         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
22755         (ebnf-optimization):
22756         * progmodes/etags.el (etags):
22757         * progmodes/executable.el (executable):
22758         * progmodes/idlwave.el (idlwave):
22759         * progmodes/pascal.el (pascal):
22760         * progmodes/prolog.el (prolog):
22761         * progmodes/python.el (python):
22762         * progmodes/scheme.el (scheme):
22763         * progmodes/sh-script.el (sh, sh-script):
22764         * progmodes/sql.el (SQL):
22765         * progmodes/tcl.el (tcl):
22766         * textmodes/bibtex.el (bibtex, bibtex-autokey):
22767         * textmodes/enriched.el (enriched):
22768         * textmodes/makeinfo.el (makeinfo):
22769         * textmodes/sgml-mode.el (sgml):
22770         * textmodes/table.el (table-hooks):
22771         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
22772         * textmodes/texinfo.el (texinfo):
22773         * textmodes/two-column.el (two-column):
22774         Finish `defgroup' description with period.
22776         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
22777         * eshell/esh-var.el (eshell-var):
22778         * progmodes/vhdl-mode.el (vhdl-testbench):
22779         * textmodes/org.el (org): Fix typos in docstrings.
22781         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
22782         consistency.
22784         * progmodes/flymake.el (flymake-find-file): Remove.
22785         (flymake-float-time): Use `with-no-warnings'.
22786         (flymake-check-start-time, flymake-check-was-interrupted)
22787         (flymake-err-info, flymake-is-running, flymake-last-change-time)
22788         (flymake-new-err-info): `defvar' at compile time.
22790 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
22792         * replace.el (occur-hook): Doc fix.
22793         (occur-1): Don't call `occur-hook' if there are no matches.
22795 2005-07-03  Richard M. Stallman  <rms@gnu.org>
22797         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
22798         global-map, save the same map.
22799         (global-map): Don't alter it at top level.
22800         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
22801         Then alter it here instead.
22802         (tpu-edt-off): Set global-map to the saved one.
22804         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
22805         All references simplified.
22806         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
22807         (zmacs-regions): Add defvar.
22808         (repeat-complex-command-map): Everything about that deleted.
22810         * textmodes/artist.el (artist-key-is-drawing)
22811         (artist-key-endpoint1, artist-key-poly-point-list)
22812         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
22813         (artist-key-compl-table, artist-rb-save-data)
22814         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
22815         Don't put them in eval-when-compile.
22816         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
22818         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
22819         Use with-no-warnings.
22821         * net/browse-url.el (dos-windows-version): Add defvar.
22823         * mail/supercite.el (filladapt-prefix-table): Add defvar.
22825         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
22826         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
22827         (rmail-new-summary-line-count): Rename from new-summary-line-count.
22828         Add defvar.
22829         (rmail-summary-beginning-of-message): Use with-no-warnings.
22830         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
22832         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
22833         Use with-no-warnings.
22835         * emulation/vi.el (vi-mark-region): Use c-mark-function.
22836         (c-mark-function): Add point-moving-unit property.
22837         (vi-goto-line): Use with-no-warnings.
22839         * emulation/edt.el (edt-last-copied-word): Add defvar.
22840         (zmacs-region-stays): Likewise.
22841         (edt-mark-section-wisely): Use c-mark-function for C.
22842         Use makr-defun for Fortran.
22843         (time-string): defvar deleted.
22844         (edt-display-the-time): Don't set time-string.
22846         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
22848         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
22849         Don't warn when name is not constant
22850         or for defining the group `emacs'.
22852         * tooltip.el (gud-tooltip-mode): Add defvar.
22854         * startup.el (default-frame-background-mode): Add defvar.
22856         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
22858         * info.el (tool-bar-map): Add defvar.
22860         * dired.el (dnd-protocol-alist): Add defvar.
22862         * dired-aux.el (dired-query): Display question with answer, when
22863         the user answers.
22865         * custom.el (custom-add-option): Doc fix.
22867         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
22869 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
22871         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
22872         bogus name from the last change.
22874 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
22876         * custom.el (custom-declare-variable): Fix typos in comment.
22877         (custom-known-themes): Doc fix.
22878         (custom-theme-directory): New defcustom.
22879         (require-theme): Make it check `custom-theme-directory'.
22881         * cus-theme.el (custom-new-theme-mode): New function.
22882         (custom-theme-name, custom-theme-variables, custom-theme-faces)
22883         (custom-theme-description): Add compiler defvars.
22884         (customize-create-theme): Add doc to the "*New Custom Theme*"
22885         buffer.  Use `custom-new-theme-mode'.
22886         (custom-theme-write): Put the created buffer in emacs-lisp-mode
22887         and save it to the `custom-theme-directory'.  Make this the
22888         default directory of the buffer.
22890 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
22892         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
22893         Fix unbalanced parentheses.
22895 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22897         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
22898         into flymake-mode and delegate to flymake-mode.
22900         * find-file.el (ff-which-function-are-we-in): Clean up.
22902 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
22904         * replace.el (occur-rename-buffer): Fix docstring.
22906         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
22907         (edt-last-copied-word, edt-learn-macro-count)
22908         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
22909         (edt-rect-start-point, edt-user-global-map, rect-start-point)
22910         (time-string, zmacs-region-stays):
22911         * emulation/edt-mapper.el (edt-save-function-key-map)
22912         (EDT-key-name): `defvar' to silence the byte-compiler.
22914 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
22916         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
22917         font-lock-regexp-backslash.  Doc fix.
22918         (font-lock-regexp-backslash-grouping-construct): Rename from
22919         font-lock-regexp-backslash-construct.  Doc fix.
22920         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
22921         grouping constructs.
22923 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
22925         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
22926         updating all the prerequisites.
22928 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
22930         * textmodes/org.el (org-agenda-start-on-weekday)
22931         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
22932         (org-agenda-use-time-grid, org-archive-location)
22933         (org-allow-space-in-links, org-usenet-links-prefer-google)
22934         (org-enable-table-editor, org-export-default-language)
22935         (org-export-html-show-new-buffer, org-fill-paragraph)
22936         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
22937         (org-goto-quit, org-occur, org-eval-in-calendar)
22938         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
22939         (org-agenda-diary-entry, org-remember-help)
22940         (org-table-convert-region, org-at-table-p)
22941         (org-table-move-row-down, org-table-move-row-up)
22942         (org-table-copy-region, org-table-toggle-vline-visibility)
22943         (org-table-get-stored-formulas, org-table-get-specials)
22944         (org-recalc-commands, org-table-eval-formula)
22945         (org-table-formula-substitute-names, orgtbl-make-binding)
22946         (org-format-org-table-html, org-format-table-table-html)
22947         (org-format-table-table-html-using-table-generate-source)
22948         (org-customize): Fix typos in docstrings.
22949         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
22950         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
22951         (org-back-to-heading): Doc fixes.
22952         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
22953         (org-agenda-change-all-lines, org-get-header):
22954         Improve argument/docstring consistency.
22955         (orgtbl-error): Fix error message.
22957         * progmodes/flymake.el (flymake-find-possible-master-files)
22958         (flymake-master-file-compare, flymake-get-line-err-count)
22959         (flymake-highlight-line, flymake-gui-warnings-enabled):
22960         Fix typos in docstrings.
22961         (flymake-parse-line, flymake-get-project-include-dirs-function)
22962         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
22963         Doc fixes.
22964         (flymake-get-project-include-dirs-function)
22965         (flymake-make-err-menu-data):
22966         Improve argument/docstring consistency.
22968 2005-07-01  Lute Kamstra  <lute@gnu.org>
22970         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
22971         Catch errors with ignore-errors.  Use temporary buffer.
22972         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
22974         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
22975         background color faces.
22976         (facemenu-set-foreground, facemenu-set-background):
22977         Use facemenu-set-face-from-menu.
22978         (facemenu-set-face-from-menu): Treat face names that start with
22979         "fg:" or "bg:" as special.
22980         (facemenu-add-new-color): Don't create faces.  Simplify.
22982 2005-06-30  Richard M. Stallman  <rms@gnu.org>
22984         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
22985         (crm-find-current-element): Likewise.
22987 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
22989         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
22991 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22993         * arc-mode.el (archive-extract): Make it work as a mouse binding.
22994         (archive-mouse-extract): Make it an obsolete alias.
22995         (archive-mode-map): Don't use archive-mouse-extract any more.
22996         (archive-mode, archive-extract): write-contents-hooks ->
22997         write-contents-functions.
22998         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
22999         first arg.
23000         (archive-rename-entry): Update the call.
23001         (archive-zip-summarize): Remove unused var `method'.
23002         (archive-lzh-summarize): Remove unused var `creator'.
23004         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
23005         dedicated frame upon exit.
23007         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
23008         (archive-zip-extract, archive-zip-expunge)
23009         (archive-zip-update, archive-zip-update-case): Use executable-find.
23010         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
23011         Use restore-buffer-modified-p.
23012         (archive-extract, archive-add-new-member, archive-write-file-member):
23013         Use with-current-buffer.
23014         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
23016 2005-06-30  Andreas Schwab  <schwab@suse.de>
23018         * progmodes/gud.el (gud-filter): Remove unneeded progn.
23020 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
23022         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
23024 2005-06-30  Juri Linkov  <juri@jurta.org>
23026         * faces.el (vertical-border): Inherit from mode-line-inactive
23027         only on tty.
23029 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
23031         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
23032         example, -NLINES in the `occur' docstring).
23034         * replace.el (occur-1): When no matches are found, do not set the
23035         `buffer-read-only' and modified flags for the occur buffer,
23036         because it is deleted.
23038         * emulation/cua-base.el (cua-check-pending-input)
23039         (cua-repeat-replace-region, cua-mode, cua-debug)
23040         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
23041         Fix typos in docstrings.
23043         * emulation/cua-gmrk.el (cua-toggle-global-mark)
23044         (cua-cut-region-to-global-mark)
23045         (cua--cut-rectangle-to-global-mark):
23046         Remove period from end of messages.
23048         * emulation/cua-rect.el (cua-do-rectangle-padding):
23049         Remove period from end of messages.
23050         (cua--rectangle-seq-format): Fix typo in docstring.
23051         (cua-sequence-rectangle, cua-fill-char-rectangle):
23052         Improve argument/docstring consistency.
23054 2005-06-29  Juri Linkov  <juri@jurta.org>
23056         * faces.el (default-frame-background-mode): New internal variable.
23057         (frame-set-background-mode): Use it.
23059         * startup.el (normal-top-level): Set default-frame-background-mode
23060         instead of frame-background-mode.  Before setting it, test for its
23061         nil value.  Remove tests for frame-background-mode and frame
23062         parameter `reverse'.  Add test for "unspecified-fg".
23064         * term/xterm.el (xterm-rxvt-set-background-mode):
23065         * term/rxvt.el (rxvt-set-background-mode):
23066         Set default-frame-background-mode instead of frame-background-mode.
23068 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
23070         * simple.el (set-variable): Warn about obsolete user variables.
23072         * imenu.el (imenu--completion-buffer):
23073         * mouse.el (mouse-buffer-menu-alist):
23074         * msb.el (msb-invisible-buffer-p):
23075         * calendar/diary-lib.el (diary-header-line-format):
23076         * emacs-lisp/pp.el (pp-buffer):
23077         * progmodes/cperl-mode.el (cperl-do-auto-fill):
23078         * textmodes/picture.el (picture-replace-match):
23079         Change space constants followed by a sexp to "?\s ".
23081         * play/decipher.el (decipher-loop-with-breaks):
23082         * textmodes/texinfo.el (texinfo-insert-@item): Change space
23083         constants "protected" from end of line by a comment to "?\s".
23085 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23087         * font-lock.el (save-buffer-state): Use `declare'.
23089         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
23090         reset the syntax-table to cperl-mode-syntax-table.
23091         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
23092         "foo_print_bar" is not matched as a reserved keyword.
23094 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
23096         * textmodes/org.el (orgtbl-setup): New function, for delayed
23097         setup for the orgtbl commands.
23098         (org-calc-default-modes): New option.
23099         (orgtbl-make-binding): Use `defun' to get better help display.
23100         (org-diary): Call `org-compile-prefix-format'.
23101         (org-table-formula-substitute-names): New function.
23102         (org-agenda-day-view, org-agenda-week-view): New commands.
23103         (org-agenda-toggle-week-view): Command removed.
23104         (org-tbl-menu): Split off from org-org-menu.
23105         (org-mode): Move removal of outline-mode menus to here.
23106         (org-table-formula-debug): New option.
23107         (org-table-insert-row): Keep first field if just "#" or "*".
23108         (org-mode): Paragraph regexps fixed.
23109         (org-table-recalculate-regexp): New constant.
23110         (org-table-justify-field-maybe): Avoid replace if not necessary.
23111         (org-copy-special, org-cut-special): Use `call-interactively'.
23112         (org-table-copy-region): Take region from `interactive' call.
23113         (org-trim): Return string even if no match.
23114         (org-formula): New face.
23115         (org-set-font-lock-defaults): No longer highlight "FIXME".
23116         But highlight formula-related fields in table.
23117         (org-table-p): Use regexp, not fontification.
23118         (org-table-align): Handle white space at end of line.
23119         (org-table-formula-evaluate-inline): New option.
23120         (org-mode): Auto-wrapping in comment lines turned off.
23121         (org-table-copy-down): Evaluate only in copied field, not in
23122         destination.
23123         (org-table-current-formula): Variable removed.
23124         (org-table-store-formulas, org-table-get-stored-formulas)
23125         (org-table-modify-formulas, org-table-replace-in-formulas)
23126         (org-table-maybe-eval-formula): New functions.
23127         (org-table-get-formula): Modify to use stored formulas.
23128         (org-table-insert-column, org-table-delete-column)
23129         (org-table-move-column): Call `org-table-modify-formulas'.
23130         (org-complete): Add completion for keyword formulas.
23131         (orgtbl-mode): Pull orgtbl-mode-map to start of
23132         minor-mode-map-alist.
23134 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23136         * progmodes/python.el (python-check): Require `compile' before
23137         modifying its variables.
23139         * newcomment.el (comment-indent-default): Don't get fooled by an early
23140         end of buffer.
23142 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23144         * ps-print.el (ps-print-version): Fix version number.
23146 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
23148         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
23150 2005-06-28  Richard M. Stallman  <rms@gnu.org>
23152         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
23153         (flyspell-local-mouse-map): Declaration deleted.
23154         (flyspell-mouse-map): Bind only mouse-2.
23155         (flyspell-mode-map): Don't test flyspell-use-local-map.
23156         (flyspell-overlay-keymap-property-name): Var deleted.
23157         (flyspell-mode-on): Don't make local bindings for
23158         flyspell-mouse-map and flyspell-mode-map.
23159         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
23161         * textmodes/ispell.el (ispell-word): Do not ignore short words.
23163         * progmodes/compile.el (compilation-next-error-function):
23164         Don't switch buffers; operate on the current buffer.
23166         * progmodes/compile.el (compilation-error-file-name)
23167         (compilation-warning-file-name, compilation-info-file-name)
23168         (compilation-line-number, compilation-column-number): New faces.
23169         (compilation-error-face, compilation-warning-face)
23170         (compilation-info-face, compilation-line-face)
23171         (compilation-column-face): Use them.
23173         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
23175         * comint.el (comint-password-prompt-regexp): Accept ", try again".
23177         * bindings.el (global-map): Bind insertchar and its variants.
23179 2005-06-27  Richard M. Stallman  <rms@gnu.org>
23181         * textmodes/artist.el (artist-text-overwrite)
23182         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
23184 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23186         * ps-print.el: It was not working the page selection for printing.
23187         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
23188         (ps-print-version): New version 6.6.7.
23189         (ps-end-sheet): New fun.
23190         (ps-header-sheet, ps-end-job): Call it.
23192 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
23194         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
23196 2005-06-27  Lute Kamstra  <lute@gnu.org>
23198         * facemenu.el (facemenu-unlisted-faces): Add foreground and
23199         background color faces.
23200         (facemenu-get-face): Delete function.
23201         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
23202         (facemenu-add-new-color): Make second argument mandatory.
23203         Create the appropriate face and return it.  Simplify.
23204         (facemenu-set-foreground, facemenu-set-background): Don't check if
23205         color is defined.  Use return value of facemenu-add-new-color.
23207 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
23209         * progmodes/gud.el (gud-filter): Add missing argument to
23210         with-selected-window.
23212 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23214         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
23215         a :require to the defcustom.
23217         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
23218         defcustoms corresponding to minor modes.
23220 2005-06-26  David Ponce  <david@dponce.com>
23222         * recentf.el: Require tree-widget instead of wid-edit.
23223         (recentf-filename-handler): Fix widget :type.
23224         (recentf-cancel-dialog, recentf-open-more-files)
23225         (recentf-open-files-action): Doc fix.
23226         (recentf-dialog-goto-first): New function.
23227         (recentf-dialog-mode-map): Set parent keymap first.
23228         (recentf-dialog-mode): Define with define-derived-mode.
23229         Don't display continuation lines in dialogs.
23230         (recentf-edit-list): Rename from recentf-edit-selected-items.
23231         (recentf-edit-list-select): Rename from recentf-edit-list-action.
23232         Simplify.
23233         (recentf-edit-list-validate): New function.
23234         (recentf-edit-list): Update accordingly.
23235         (recentf-open-files-item-shift): Remove.
23236         (recentf-open-files-item): Convert menu elements into tree and
23237         link widgets.  Don't create the widgets.
23238         (recentf-open-files): Update accordingly.
23239         (recentf-save-list): Untabify.
23241 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
23243         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
23244         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
23245         partially contained in the active region.  Do not take active
23246         region into account when called from Lisp, unless INTERACTIVE arg
23247         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
23248         avoid trouble with fields.  Make marker point nowhere when no
23249         longer used.  Always return nil.  Doc fix.
23250         (flush-lines): Add INTERACTIVE arg.  Do not take active region
23251         into account when called from Lisp, unless INTERACTIVE arg is
23252         non-nil.  Use `forward-line' instead of `beginning-of-line' to
23253         avoid trouble with fields.  Make marker point nowhere when no
23254         longer used.  Always return nil.  Doc fix.
23255         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
23256         interchangeable.  Do not take active region into account when
23257         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
23258         message in echo area when called from Lisp, unless INTERACTIVE arg
23259         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
23260         Return the number of matches.  Doc fix.
23261         (occur): Doc fix.
23262         (perform-replace): Make comment follow double space convention for
23263         the sake of `outline-minor-mode'.
23265         * faces.el (facep): Doc fix.
23267 2005-06-25  Richard M. Stallman  <rms@gnu.org>
23269         * facemenu.el (facemenu-enable-faces-p): New function.
23270         (facemenu-background-menu, facemenu-foreground-menu)
23271         (facemenu-face-menu): Add menu-enable property.
23273         * jka-compr.el (jka-compr-insert-file-contents):
23274         Special handling if cannot find the uncompression program.
23276         * cus-face.el (custom-face-attributes): Add autoload.
23278         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23279         Bind comment-indent-function locally.
23281         * window.el (save-selected-window): Use save-current-buffer.
23283         * subr.el (with-selected-window): Use save-current-buffer.
23285         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
23286         and with-current-buffer.
23288 2005-06-24  Richard M. Stallman  <rms@gnu.org>
23290         * simple.el (line-move-1): Fix previous change.
23292 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23294         * replace.el (occur-1): Set `buffer-read-only' and the
23295         buffer-modified flag before running `occur-hook' to protect
23296         against unintentional buffer switches that can lead to data loss.
23298 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
23300         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
23301         (gud-gdb-marker-filter): Use font-lock-warning-face for any
23302         initial error.
23304         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
23305         after fresh input.
23306         (gdb-var-create-handler): Put name of expression in quotes.
23308 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
23310         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
23311         elements of RING in order, and without bogus nil elements.
23313 2005-06-23  Richard M. Stallman  <rms@gnu.org>
23315         * simple.el (set-variable): Args renamed; doc fix.
23316         (line-move-1): When there are overlays around, use vertical-motion.
23318         * faces.el (escape-glyph): Use brown against light background.
23319         (nobreak-space): Rename from no-break-space.
23320         Fix previous change.
23322         * dired-aux.el (dired-do-copy): Fix arg prompt.
23324         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
23326 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
23328         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
23329         rather than "Distributor".
23331 2005-06-23  Lute Kamstra  <lute@gnu.org>
23333         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
23334         (debug-on-entry): Use it.  New interactive declaration that uses
23335         function-called-at-point.
23337 2005-06-23  Kim F. Storm  <storm@cua.dk>
23339         * subr.el (save-match-data): Add comment about using evaporate arg
23340         to set-match-data.
23342 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
23344         * cus-edit.el (customize-face)
23345         (customize-face-other-window): Handle face aliases.
23347         * faces.el (face-documentation, set-face-attribute)
23348         (face-spec-set): Handle face aliases.
23350 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
23352         * help-mode.el (help-make-xrefs): If a symbol representing a face
23353         name is not followed by the word "face", it could still be a
23354         function or variable name, so don't bypass other checks.
23356 2005-06-22  Juri Linkov  <juri@jurta.org>
23358         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
23359         Replace aliased functions with calls where second arg `inherit' is t.
23361 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
23363         * progmodes/gdb-ui.el (gdb-error): New variable.
23364         (gdb-error): New function.
23365         (gdb-annotation-rules): Act on error-begin and error annotations.
23366         (gdb-concat-output): Use font-lock-warning-face for errors.
23368 2005-06-22  Miles Bader  <miles@gnu.org>
23370         * bindings.el (propertized-buffer-identification): Use renamed
23371         `Buffer-menu-buffer' face.
23373         * faces.el (vertical-border): Rename from `vertical-divider'.
23374         (escape-glyph): Change dark-background color back to `cyan'.
23376 2005-06-21  Juri Linkov  <juri@jurta.org>
23378         * faces.el (face-user-default-spec): Try getting `customized-face'
23379         prior to `saved-face'.
23380         (frame-background-mode): Refill docstring.
23382         * emacs-lisp/lisp-mode.el (eval-defun-1):
23383         * emacs-lisp/edebug.el (edebug-eval-defun):
23384         Set `saved-face' temporarily to nil before calling form.
23385         Set `customized-face' to the new spec after that.
23387 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23389         * subr.el (1value, lambda, key-substitution-in-progress):
23390         Doc fixes.
23392         * autoinsert.el (auto-insert-alist):
23393         * ses.el (ses-call-printer):
23394         * subr.el (noreturn):
23395         * emacs-lisp/lisp.el (check-parens):
23396         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
23397         * net/browse-url.el (browse-url-mosaic):
23398         * progmodes/cc-defs.el (c-safe-scan-lists):
23399         * progmodes/ebnf-abn.el (ebnf-abn-lex):
23400         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
23401         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
23402         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
23403         * progmodes/ebnf-iso.el (ebnf-iso-lex):
23404         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
23406 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
23408         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
23410 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
23412         * calendar/appt.el (appt-make-list): Activate the package, if
23413         not already active (for backwards compatibility).
23415 2005-06-20  Kim F. Storm  <storm@cua.dk>
23417         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
23419 2005-06-20  Miles Bader  <miles@gnu.org>
23421         * faces.el (vertical-divider): New face.
23423 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
23425         * simple.el (kill-whole-line): Doc fix.
23426         (next-error-buffer-p, next-error-find-buffer)
23427         (clone-indirect-buffer): Fix typos in docstrings.
23428         (comment-line-break-function): Doc fix: don't say variable
23429         is automatically buffer-local (it isn't).
23431 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
23433         * net/tramp-ftp.el (top):
23434         * net/tramp-smb.el (top):
23435         * net/tramp-util.el (top):
23436         * net/tramp-uu.el (top):
23437         * net/tramp-vc.el (top):
23438         * net/tramp.el (top): Revert copyright years back to original
23439         ones.  Tramp has a life outside GNU Emacs.
23441 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
23443         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
23445 2005-06-18  Juri Linkov  <juri@jurta.org>
23447         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
23448         end of first regexp to limit the match to the position between
23449         line number and source line with same separator character as used
23450         between file name and line number.  In the second regexp limit
23451         mouse-face area to file name and line number by adding new group
23452         for them and referring it in HYPERLINK arg.
23453         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
23454         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
23455         previous line where grep markers may be already removed.
23457 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
23459         * progmodes/ps-mode.el: Update version and maintainer's email address.
23461 2005-06-18  Steve Youngs  <steve@xemacs.org>
23463         * net/browse-url.el (browse-url-browser-function)
23464         (browse-url-default-browser): Add firefox.
23465         (browse-url-firefox-program, browse-url-firefox-arguments)
23466         (browse-url-firefox-startup-arguments)
23467         (browse-url-firefox-new-window-is-tab): New defcustoms.
23468         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
23470 2005-06-17  Richard M. Stallman  <rms@gnu.org>
23472         * startup.el (command-line): Warn if specified user name has
23473         no home directory.
23475         * term.el (term-get-old-input, term-input-filter, term-input-sender)
23476         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
23478         * longlines.el (longlines-mode, longlines-show-hard-newlines):
23479         Doc fixes.
23481         * faces.el (underline): Try bold if terminal doesn't support underline.
23483         * mail/sendmail.el (mail-setup-with-from): New variable.
23484         (mail-insert-from-field): New function.
23485         (sendmail-send-it): Call it.
23486         (mail-setup): Optionally call it here.
23488         * term/linux.el: Call tty-no-underline.
23490 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
23492         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
23494 2005-06-17  Miles Bader  <miles@gnu.org>
23496         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
23497         (ediff-current-diff-C, ediff-current-diff-Ancestor)
23498         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
23499         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
23500         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
23501         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
23502         Remove "-face" suffix from face names.
23503         (ediff-current-diff-face-A, ediff-current-diff-face-B)
23504         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
23505         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
23506         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
23507         (ediff-even-diff-face-A, ediff-even-diff-face-B)
23508         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
23509         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
23510         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
23511         New backward-compatibility aliases for renamed faces.
23512         (ediff-current-diff-face-A, ediff-current-diff-face-B)
23513         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
23514         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
23515         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
23516         (ediff-even-diff-face-A, ediff-even-diff-face-B)
23517         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
23518         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
23519         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
23520         Use renamed ediff faces.
23522         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
23523         Remove "-face" suffix from face names.
23524         (eshell-test-ok-face, eshell-test-failed-face):
23525         New backward-compatibility aliases for renamed faces.
23526         (eshell-run-test): Use renamed eshell-test faces.
23528         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
23529         face name.
23530         (eshell-prompt-face): New backward-compatibility alias for renamed
23531         face.
23532         (eshell-emit-prompt): Use renamed eshell-prompt face.
23534         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
23535         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
23536         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
23537         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
23538         Remove "-face" suffix from face names.
23539         (eshell-ls-directory-face, eshell-ls-symlink-face)
23540         (eshell-ls-executable-face, eshell-ls-readonly-face)
23541         (eshell-ls-unreadable-face, eshell-ls-special-face)
23542         (eshell-ls-missing-face, eshell-ls-archive-face)
23543         (eshell-ls-backup-face, eshell-ls-product-face)
23544         (eshell-ls-clutter-face):
23545         New backward-compatibility aliases for renamed faces.
23546         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
23548         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
23549         Remove "-face" suffix from face name.
23550         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
23551         instead of literal face.
23553 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
23555         * emacs-lisp/warnings.el (display-warning, lwarn)
23556         (warning-minimum-log-level): Doc fixes.
23557         (warning-minimum-level, warning-minimum-log-level):
23558         Add :debug to :type choices.
23560         * progmodes/ada-mode.el (ada-format-paramlist)
23561         (ada-get-indent-case, ada-check-matching-start)
23562         (ada-check-defun-name, ada-goto-matching-decl-start)
23563         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
23564         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
23565         (ada-make-subprogram-body): Follow error conventions.
23566         (ada-case-exception-file, ada-indent-comment-as-code)
23567         (ada-indent-handle-comment-special, ada-indent-renames)
23568         (ada-indent-return, ada-search-directories-internal)
23569         (ada-tab-policy, ada-case-exception-substring)
23570         (ada-other-file-alist, ada-matching-start-re)
23571         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
23572         (ada-imenu-generic-expression, ada-compile-goto-error)
23573         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
23574         (ada-popup-menu, ada-add-extensions, ada-mode)
23575         (ada-region-selected, ada-create-case-exception)
23576         (ada-create-case-exception-substring, ada-after-keyword-p)
23577         (ada-activate-keys-for-case, ada-adjust-case-region)
23578         (ada-adjust-case-buffer, ada-format-paramlist)
23579         (ada-scan-paramlist, ada-insert-paramlist)
23580         (ada-indent-newline-indent)
23581         (ada-indent-newline-indent-conditional)
23582         (ada-justified-indent-current, ada-goto-previous-word)
23583         (ada-indent-current, ada-get-indent-open-paren)
23584         (ada-get-indent-paramlist, ada-get-indent-end)
23585         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
23586         (ada-get-indent-block-start, ada-get-indent-subprog)
23587         (ada-get-indent-noindent, ada-get-indent-label)
23588         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
23589         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
23590         (ada-goto-stmt-end, ada-goto-next-word)
23591         (ada-check-matching-start, ada-check-defun-name)
23592         (ada-goto-matching-decl-start, ada-goto-matching-start)
23593         (ada-goto-matching-end, ada-search-ignore-string-comment)
23594         (ada-in-decl-p, ada-looking-at-semi-or)
23595         (ada-looking-at-semi-private, ada-in-paramlist-p)
23596         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
23597         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
23598         (ada-next-procedure, ada-previous-procedure, ada-next-package)
23599         (ada-previous-package, ada-create-menu)
23600         (ada-fill-comment-paragraph-justify)
23601         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
23602         (ada-other-file-name, ada-last-which-function-line)
23603         (ada-last-which-function-subprog, ada-which-function)
23604         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
23605         (ada-gen-treat-proc, ada-check-emacs-version)
23606         (ada-continuation-indent, ada-align-region-separate):
23607         Fix typos in docstrings.
23608         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
23610 2005-06-16  Lute Kamstra  <lute@gnu.org>
23612         * simple.el (fundamental-mode): Run after-change-major-mode-hook
23613         conditionally.
23615 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23617         * comint.el (comint-replace-by-expanded-filename)
23618         (comint-prompt-regexp, comint-delimiter-argument-list)
23619         (comint-preinput-scroll-to-bottom):
23620         * info.el (Info-hide-cookies-node):
23621         * ls-lisp.el (ls-lisp-classify):
23622         * find-file.el (ff-search-directories, ff-special-constructs)
23623         (ff-find-other-file):
23624         * font-lock.el (font-lock-keywords):
23625         * shell.el (shell-prompt-pattern)
23626         (shell-dynamic-complete-functions, shell-mode)
23627         (shell-delimiter-argument-list):
23628         * term.el (term-replace-by-expanded-filename)
23629         (term-prompt-regexp, term-delimiter-argument-list):
23630         * woman.el (woman-ignore, woman0-if):
23631         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
23632         * emacs-lisp/elint.el (elint-init-env):
23633         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
23634         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
23635         * language/ethio-util.el (ethio-tilde-escape)
23636         (ethio-use-three-dot-question):
23637         * net/zone-mode.el (zone-mode-load-time-setup):
23638         * progmodes/cc-align.el (c-lineup-argcont):
23639         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
23640         * progmodes/cperl-mode.el (cperl-set-style-back):
23641         * progmodes/inf-lisp.el (inferior-lisp-prompt):
23642         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
23643         Fix spellings in docstrings.
23645         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
23646         * progmodes/modula2.el (m2-for): Fix spellings.
23648         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
23650         * simple.el (undo-more): Don't use `format' on `error' arguments.
23651         Improve argument/docstring consistency.
23652         (pending-undo-list): Doc fix.
23654         * smerge-mode.el (smerge-ensure-match):
23655         * emulation/vip.el (vip-ex):
23656         * net/zone-mode.el (zone-mode-update-serial):
23657         * progmodes/idlwave.el (idlwave-complete):
23658         * progmodes/vhdl-mode.el (vhdl-visit-file)
23659         (vhdl-compose-wire-components):
23660         Don't use `format' on `error' arguments.
23662         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
23663         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
23664         (tooltip-help-tips): Fix typos in docstrings.
23666 2005-06-16  David Ponce  <david@dponce.com>
23668         * tree-widget.el (tree-widget-value-create): Simplify last change.
23670 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
23672         * ido.el (ido-incomplete-regexp): New variable.
23673         (ido-set-matches-1): Handle invalid-regexp error and set
23674         ido-incomplete-regexp.
23675         (ido-incomplete-regexp): New face.
23676         (ido-completions): Use it.
23677         (ido-complete, ido-exit-minibuffer, ido-completions):
23678         Handle incomplete regexps.
23679         (ido-completions): Add check for complete match when entering a regexp.
23681 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23683         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
23685 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23687         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
23688         by field delimiters.
23690 2005-06-15  David Ponce  <david@dponce.com>
23692         * tree-widget.el: eval-and-compile inlined functions so they will
23693         be available at run-time too.
23694         (tree-widget-super-format-handler)
23695         (tree-widget-format-handler): Remove.
23696         (tree-widget-value-create): Handle the :indent property.
23698 2005-06-15  Miles Bader  <miles@gnu.org>
23700         * progmodes/which-func.el (which-func): Only inherit
23701         `font-lock-function-name-face' when that makes sense against the
23702         default mode-line face, otherwise set the face color explicitly.
23704         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
23705         faces instead of (non-existent) variables.
23707 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23709         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
23710         (iswitchb-get-matched-buffers): Likewise.  Simplify.
23712 2005-06-14  Miles Bader  <miles@gnu.org>
23714         * progmodes/ld-script.el (ld-script-location-counter):
23715         Remove "-face" suffix from face name.
23716         (ld-script-location-counter-face):
23717         New backward-compatibility alias for renamed face.
23718         (ld-script-location-counter-face): Use renamed face.
23720         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
23721         (cperl-hash): Remove "-face" suffix from face names.
23722         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
23723         New backward-compatibility aliases for renamed faces.
23724         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
23725         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
23727         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
23728         name.
23729         (which-func-face): New backward-compatibility alias for renamed face.
23730         (which-func-format): Use renamed which-func face.
23732         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
23733         (vhdl-function, vhdl-directive, vhdl-reserved-word)
23734         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
23735         names.
23736         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
23737         (vhdl-speedbar-configuration, vhdl-speedbar-package)
23738         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
23739         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
23740         (vhdl-speedbar-architecture-selected)
23741         (vhdl-speedbar-configuration-selected)
23742         (vhdl-speedbar-package-selected)
23743         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
23744         names.
23745         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
23746         Use renamed faces.
23747         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
23748         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
23749         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
23750         Use renamed faces.
23751         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
23752         names.
23753         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
23754         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
23755         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
23756         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
23757         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
23758         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
23760         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
23761         face name.
23762         (sh-heredoc-face): New backward-compatibility alias for renamed face.
23763         (sh-heredoc-face): Use renamed sh-heredoc face.
23765         * progmodes/idlw-help.el (idlwave-help-link):
23766         Remove "-face" suffix from face name.
23767         (idlwave-help-link-face):
23768         New backward-compatibility alias for renamed face.
23769         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
23771         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
23772         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
23773         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
23774         New backward-compatibility aliases for renamed faces.
23775         (idlwave-shell-disabled-breakpoint-face)
23776         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
23778         * progmodes/flymake.el (flymake-errline, flymake-warnline):
23779         Remove "-face" suffix from face names.
23780         (flymake-errline-face, flymake-warnline-face):
23781         New backward-compatibility aliases for renamed faces.
23782         (flymake-highlight-line): Use renamed flymake faces.
23784         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
23785         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
23786         (ebrowse-member-class, ebrowse-progress):
23787         Remove "-face" suffix from face names.
23788         (ebrowse-tree-mark-face, ebrowse-root-class-face)
23789         (ebrowse-file-name-face, ebrowse-default-face)
23790         (ebrowse-member-attribute-face, ebrowse-member-class-face)
23791         (ebrowse-progress-face):
23792         New backward-compatibility aliases for renamed faces.
23793         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
23794         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
23795         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
23796         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
23798         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
23799         antlr-syntax)
23800         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
23801         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
23802         names.
23803         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
23804         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
23805         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
23806         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
23807         backward-compatibility aliases for renamed faces.
23808         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
23809         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
23810         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
23811         remove "font-lock-".  Use renamed antlr-mode faces.
23812         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
23813         literal face-names with face variable references.
23815         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
23816         face name.
23817         (Buffer-menu-buffer-face): New backward-compatibility alias for
23818         renamed face.
23819         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
23821 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
23823         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
23824         Eliminate "-face" suffix.
23825         (makefile-targets): Inherit from font-lock-function-name-face and
23826         eliminate "-face" suffix.
23827         (makefile-shell): Remove attributes and eliminate "-face" suffix.
23828         (makefile-*-font-lock-keywords): Append makefile-targets in rule
23829         actions, instead of prepending, to make it less visible.
23830         (makefile-previous-dependency, makefile-match-dependency):
23831         Don't match a target on a continuation line.
23833         * files.el (auto-mode-alist): Put Makefile in gmake mode.
23835 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
23837         * progmodes/gdb-ui.el (menu): Re-order menu items.
23838         (gdb-tooltip-print): Respect tooltip-use-echo-area.
23840         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
23841         Define in tooltip.el.
23842         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
23843         (gud-tooltip-tips): Respect tooltip-use-echo-area and
23844         gud-tooltip-echo-area.
23846         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
23847         backward compatibility and make obsolete.
23848         (tooltip-help-tips): Use tooltip-use-echo-area.
23849         (tooltip-show-help-function): Rename to...
23850         (tooltip-show-help): ...this, because it is a function.
23851         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
23853 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
23855         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
23856         (edebug-print-length, edebug-print-level, edebug-print-circle)
23857         (edebug-modify-breakpoint, edebug-eval-last-sexp)
23858         (edebug-eval-print-last-sexp): Doc fixes.
23860 2005-06-14  Kim F. Storm  <storm@cua.dk>
23862         * ido.el (ido-mode): Make a new keymap every time we enable ido,
23863         as the coverage buffer/file/both may change.
23865 2005-06-14  Lute Kamstra  <lute@gnu.org>
23867         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
23868         and run-mode-hooks.  Simplify.
23870         * mail/rmailedit.el (rmail-edit-mode):
23871         * progmodes/octave-inf.el (inferior-octave-mode):
23872         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
23874         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
23875         and run-mode-hooks.
23876         (recentf-edit-list, recentf-open-files): Don't call
23877         kill-all-local-variables directly.
23879         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
23881 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23883         * emacs-lisp/byte-run.el (make-obsolete)
23884         (define-obsolete-function-alias): Rename arguments FUNCTION and
23885         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
23886         (make-obsolete-variable, define-obsolete-variable-alias):
23887         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
23888         respectively.
23890         * isearchb.el (isearchb-activate):
23891         * pcvs.el (cvs-mode):
23892         * ses.el (ses-load):
23893         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
23894         * net/tramp.el (tramp-find-file-exists-command)
23895         (tramp-find-shell):
23896         * progmodes/ada-mode.el (ada-create-case-exception)
23897         (ada-create-case-exception-substring, ada-make-subprogram-body):
23898         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
23899         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
23900         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
23901         * textmodes/org.el (org-promote, org-evaluate-time-range)
23902         (org-agenda-next-date-line, org-agenda-previous-date-line)
23903         (org-agenda-error, org-open-at-point, org-table-move-row)
23904         (org-format-table-table-html-using-table-generate-source)
23905         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
23906         * textmodes/reftex.el (reftex-access-scan-info):
23907         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
23908         (reftex-toc-promote-prepare): Follow error conventions.
23910         * diff-mode.el (diff-mode): Fix typo in docstring.
23912         * forms.el (forms--intuit-from-file): Fix reference to
23913         `forms-number-of-fields' in error message.
23914         (forms-print): Fix quoting in error message.
23916         * forms.el (forms-mode):
23917         * emulation/vi.el (vi-goto-insert-state):
23918         * progmodes/flymake.el (flymake-new-err-info)
23919         (flymake-start-syntax-check-for-current-buffer)
23920         (flymake-simple-cleanup):
23921         * eshell/esh-var.el (eshell/export):
23922         * progmodes/gud.el (xdb):
23923         * textmodes/flyspell.el (flyspell-incorrect-hook)
23924         (flyspell-maybe-correct-transposition)
23925         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
23927 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
23929         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
23930         minibuffer prompt.
23932 2005-06-13  Kim F. Storm  <storm@cua.dk>
23934         * subr.el (add-to-ordered-list): New defun.
23936         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
23937         add cua--keymap-alist to emulation-mode-map-alists.
23939 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23941         * subr.el (complete-in-turn): New macro.
23942         (dynamic-completion-table, lazy-completion-table): Add debug info.
23944         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
23945         in preference to face aliases.
23947         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
23948         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
23949         Remove unused vars `start' and `firstline'.
23950         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
23951         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
23953 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
23955         * cus-start.el (all): Don't complain about missing GTK-related
23956         variables, unless either `gtk' is boundp or this isn't a
23957         `windows-nt' build.
23959 2005-06-13  Lute Kamstra  <lute@gnu.org>
23961         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
23962         run-mode-hooks.
23964         * ediff-mult.el (ediff-meta-mode):
23965         * ediff-util.el (ediff-mode): Use run-mode-hooks.
23967         * ledit.el (ledit-mode): Use delay-mode-hooks.
23969         * woman.el (woman-mode-line-format): Delete constant.
23970         (woman-mode-map): Initialize it properly.
23971         (woman-mode): Set mode-class property to special.
23972         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
23973         Set major-mode and mode-name.  Don't set mode-line-format directly.
23974         (Man-getpage-in-background): Don't reference woman-mode-line-format.
23976         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
23977         string argument obsolete.
23979 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
23981         * textmodes/org.el (org-CUA-compatible): New option.
23982         (org-disputed-keys): New variable.
23983         (org-key): New function.
23984         (orgtbl-make-binding): Add docstring to the created function.
23985         (org-mode): Set paragraph start/separate regexps.
23986         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
23987         (org-archive-location, org-archive-mark-done)
23988         (org-archive-stamp-time): New options.
23989         (org-archive-subtree): New command.
23990         (org-fill-paragraph): New function.
23991         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
23992         (org-fake-empty-table-line): Function removed.
23993         (org-format-org-table-html): Do not create empty table lines at
23994         separator lines.  Improved table header treatment.
23995         (org-link-format): New option.
23996         (org-make-link): New function.
23997         (org-insert-link, org-store-link): Use org-make-link.
23998         (org-open-file): Quote file name for shell command, to allow
23999         spaces in file names.
24000         (org-link-regexp): Fix bug with mailto link.
24001         (org-link-maybe-angles-regexp, org-protected-link-regexp):
24002         New constants.
24003         (org-export-as-html): Deal with the optional angles around a link.
24004         Better treatment of file: links.
24005         (org-open-at-point): Replace @{ and @} with < and >.
24006         (org-run-mode-hooks): Function removed.
24007         (org-agenda-mode): No longer use `org-run-mode-hooks'.
24009 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
24011         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
24012         MI command -data-list-register-values.
24013         (gdb-post-prompt): Indent properly.
24015 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
24017         * hilit-chg.el (highlight-changes-colors): Rename from
24018         `highlight-changes-colours'.
24019         (highlight-changes-colours): Keep as obsolete alias.
24020         (highlight-changes-face-list): Doc fix.
24021         (hilit-chg-make-list): Use `highlight-changes-colors'.
24023 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
24025         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
24026         defun-prompt-regexp.
24028 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
24030         * loadup.el: Don't say we are dumping under 2 names on windows-nt
24031         and cygwin.
24033         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
24034         Don't use an old loaddefs.el, as in Makefile.in.
24036 2005-06-12  Lute Kamstra  <lute@gnu.org>
24038         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
24040         * man.el (Man-mode-map): Initialize it properly.
24041         (Man-mode): Set mode-class property to special.
24043         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
24045 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
24047         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
24048         A newline is needed in the docstring there.
24050         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
24051         Doc fixes.
24053 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24055         * printing.el: Doc fix.  The menubar is no more changed when printing
24056         is loaded, it only changes when pr-menu-bind or pr-update-menus is
24057         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
24058         (pr-version): New version number (6.8.4).
24059         (pr-menu-bind): New command.
24060         (pr-update-menus): Docstring and code fix.
24061         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
24062         Docstring fix.
24063         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
24064         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
24066 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
24068         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
24069         "Returns" to "return", document useful return values, etc.
24071 2005-06-11  Alan Mackenzie  <acm@muc.de>
24073         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
24074         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
24075         (adaptive-file-function): Minor amendment to doc-string.
24077 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24079         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
24080         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
24081         Fix :type--it is `integer', not `string'.
24083         * faces.el (modeline-highlight): Rename from (the erroneous)
24084         `modeline-higilight'.
24086 2005-06-11  Lute Kamstra  <lute@gnu.org>
24088         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
24089         lisp-interaction-mode-map but make it the parent.
24090         (edebug-eval-mode): Use define-derived-mode.
24092 2005-06-11  Andreas Schwab  <schwab@suse.de>
24094         * bindings.el: Add binding of `ESC functionkey' for every
24095         `M-functionkey'.
24096         * hexl.el (hexl-mode-map): Likewise.
24098 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
24100         * progmodes/compile.el (compilation-error-regexp-alist-alist)
24101         [msft]: update regexp for newer msft compilers.
24103 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
24105         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
24106         ATTLIST portions of included DTDs.
24107         (xml-parse-dtd): Eliminate use of inefficient match-data.
24109 2005-06-10  Miles Bader  <miles@gnu.org>
24111         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
24112         (mpuz-text): Remove "-face" suffix from face names.
24113         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
24114         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
24115         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
24117         * play/gomoku.el (gomoku-O, gomoku-X):
24118         Remove "-face" suffix from face names.
24119         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
24120         New backward-compatibility aliases for renamed faces.
24121         (gomoku-font-lock-keywords): Use renamed gomoku faces.
24123 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
24125         * thumbs.el: Fixes for changes of 2005-06-09.
24126         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
24127         as a directory.
24128         (thumbs-thumbname): Remove directory separator from format string;
24129         `thumbs-thumbsdir' now returns a valid directory name.
24130         (thumbs-temp-dir): New defsubst.
24131         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
24132         Use it.
24134         * cus-edit.el (minibuffer):
24135         * files.el (make-backup-file-name-function):
24136         * filesets.el (filesets-external-viewers):
24137         * hilit-chg.el (highlight-changes-colours)
24138         (highlight-changes-face-list, highlight-changes-rotate-faces):
24139         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
24140         * kmacro.el (kmacro-call-macro):
24141         * log-edit.el (log-edit-changelog-full-paragraphs):
24142         * mouse.el (mouse-1-click-follows-link):
24143         * skeleton.el (skeleton-autowrap):
24144         * subr.el (insert-for-yank-1):
24145         * tempo.el (tempo-insert-region):
24146         * terminal.el (terminal-emulator):
24147         * time.el (display-time-mail-face):
24148         * vc.el (vc-annotate):
24149         * vcursor.el (vcursor-copy-line):
24150         * woman.el (woman-bold-headings, woman-ignore)
24151         (woman-default-faces, woman-monochrome-faces):
24152         * calendar/todo-mode.el (todo-insert-threshold):
24153         * emulation/pc-select.el (pc-select-selection-keys-only)
24154         (pc-selection-mode):
24155         * emulation/vip.el (vip-find-char-forward):
24156         * emulation/viper-cmd.el (viper-find-char-forward):
24157         * international/mule-cmds.el
24158         (select-safe-coding-system-accept-default-p)
24159         (input-method-exit-on-invalid-key):
24160         * international/mule-diag.el (describe-coding-system):
24161         * international/ucs-tables.el (unify-8859-on-encoding-mode):
24162         * net/browse-url.el (browse-url-xterm-program):
24163         * obsolete/lazy-lock.el (lazy-lock-mode):
24164         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
24165         (cperl-mode):
24166         * progmodes/cpp.el (cpp-face-light-name-list)
24167         (cpp-face-dark-name-list):
24168         * progmodes/delphi.el (delphi-newline-always-indents):
24169         Fix spellings in docstrings.
24171         * ido.el (ido-mode, ido-file-extensions-order)
24172         (ido-default-file-method, ido-default-buffer-method)
24173         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
24174         (ido-decorations, ido-read-file-name-as-directory-commands)
24175         (ido-read-file-name-non-ido, ido-work-directory-list)
24176         (ido-ignore-item-temp-list, ido-current-directory)
24177         (ido-magic-forward-char, ido-enter-find-file)
24178         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
24179         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
24181 2005-06-10  Lute Kamstra  <lute@gnu.org>
24183         * play/dunnet.el (dun-mode): Use define-derived-mode.
24184         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
24185         obsolete alias.
24187         * play/doctor.el (doctor-mode-map): Remove defvar.
24188         (doctor-mode): Use define-derived-mode.
24190         * mail/mspools.el (mspools-mode):
24191         * net/eudc-hotlist.el (eudc-hotlist-mode):
24192         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
24194 2005-06-10  Miles Bader  <miles@gnu.org>
24196         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
24197         Remove "-face" suffix from face names.
24198         (flyspell-incorrect-face, flyspell-duplicate-face):
24199         New backward-compatibility aliases for renamed faces.
24200         (flyspell-mode-on, make-flyspell-overlay)
24201         (flyspell-highlight-incorrect-region)
24202         (flyspell-highlight-duplicate-region)
24203         (flyspell-display-next-corrections)
24204         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
24206         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
24207         from face name.
24208         (texinfo-heading-face): New backward-compatibility alias for
24209         renamed face.
24210         (texinfo-heading-face): Use renamed texinfo-heading face.
24212         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
24213         suffix from face names.
24214         (tex-math-face, tex-verbatim-face):
24215         New backward-compatibility aliases for renamed faces.
24216         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
24217         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
24218         literal face name.
24220         * textmodes/table.el (table-cell): Remove "-face" suffix from face
24221         name.
24222         (table-cell-face): New backward-compatibility alias for renamed face.
24223         (table--put-cell-face-property, table--update-cell-face):
24224         Use renamed table-cell face.
24226         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
24227         from face name.
24228         (sgml-namespace-face): New backward-compatibility alias for
24229         renamed face.
24230         (sgml-namespace-face): Use renamed sgml-namespace face.
24232         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
24233         (org-level-4, org-level-5, org-level-6, org-level-7)
24234         (org-level-8, org-warning, org-headline-done)
24235         (org-deadline-announce, org-scheduled-today)
24236         (org-scheduled-previously, org-link, org-done, org-table)
24237         (org-time-grid): Remove "-face" suffix from face names.
24238         (org-level-1-face, org-level-2-face, org-level-3-face)
24239         (org-level-4-face, org-level-5-face, org-level-6-face)
24240         (org-level-7-face, org-level-8-face, org-warning-face)
24241         (org-headline-done-face, org-deadline-announce-face)
24242         (org-scheduled-today-face, org-scheduled-previously-face)
24243         (org-link-face, org-done-face, org-table-face)
24244         (org-time-grid-face):
24245         New backward-compatibility aliases for renamed faces.
24246         (org-level-faces, org-set-font-lock-defaults, org-timeline)
24247         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
24248         (org-agenda-get-timestamps, org-agenda-get-scheduled)
24249         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
24251         * emulation/viper-init.el (viper-search, viper-replace-overlay)
24252         (viper-minibuffer-emacs, viper-minibuffer-insert)
24253         (viper-minibuffer-vi): Remove "-face" suffix from face names.
24254         (viper-search-face, viper-replace-overlay-face)
24255         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
24256         (viper-minibuffer-vi-face):
24257         New backward-compatibility aliases for renamed faces.
24258         (viper-search-face, viper-replace-overlay-face)
24259         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
24260         (viper-minibuffer-vi-face): Use renamed viper faces.
24262         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
24263         Remove "-face" suffix from face names.
24264         (testcover-nohits-face, testcover-1value-face):
24265         New backward-compatibility aliases for renamed faces.
24266         (testcover-mark): Use renamed testcover faces.
24268         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
24269         face name.
24270         (diary-button-face): New backward-compatibility alias for renamed face.
24271         (diary-entry): Use renamed diary-button face.
24273         * calendar/calendar.el (diary, calendar-today, holiday)
24274         (mark-visible-calendar-date): Remove "-face" suffix from face names.
24275         (diary-face, calendar-today-face, holiday-face):
24276         New backward-compatibility aliases for renamed faces.
24277         (eval-after-load "facemenu", diary-entry-marker)
24278         (calendar-today-marker, calendar-holiday-marker, diary-face):
24279         Use renamed calendar faces.
24281         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
24282         (compare-windows-face): New backward-compatibility alias for
24283         renamed face.
24284         (compare-windows-highlight): Use renamed compare-windows face.
24286         * strokes.el (strokes-char): Remove "-face" suffix from face name.
24287         (strokes-char-face): New backward-compatibility alias for renamed face.
24288         (strokes-encode-buffer): Use renamed strokes-char face.
24290         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
24291         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
24292         Remove "-face" suffix from face names.
24293         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
24294         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
24295         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
24296         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
24297         Use renamed pcvs faces.
24298         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
24299         * pcvs-defs.el (cvs-mode-map): Likewise.
24300         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
24302         * info.el (info-title-1, info-title-2, info-title-3)
24303         (info-title-4): Remove "-face" suffix from and downcase face names.
24304         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
24305         (Info-title-4-face):
24306         New backward-compatibility aliases for renamed faces.
24307         (Info-fontify-node): Use renamed info faces.
24309         * hilit-chg.el (highlight-changes, highlight-changes-delete):
24310         Remove "-face" suffix from face names.
24311         (highlight-changes-face, highlight-changes-delete-face):
24312         New backward-compatibility aliases for renamed faces.
24313         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
24314         (hilit-chg-make-list): Use renamed highlight-changes faces.
24316         * generic-x.el (show-tabs-tab, show-tabs-space):
24317         Remove "-face" suffix from face names.
24318         (show-tabs-tab-face, show-tabs-space-face):
24319         New backward-compatibility aliases for renamed faces.
24320         (show-tabs-generic-mode-font-lock-defaults-1)
24321         (show-tabs-generic-mode-font-lock-defaults-2):
24322         Use renamed show-tabs faces.
24324         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
24325         (smerge-markers): Remove "-face" suffix from face names.
24326         (smerge-mine-face, smerge-other-face, smerge-base-face)
24327         (smerge-markers-face):
24328         New backward-compatibility aliases for renamed faces.
24329         (smerge-mine-face, smerge-other-face, smerge-base-face)
24330         (smerge-markers-face): Use renamed smerge faces.
24332         * log-view.el (log-view-file, log-view-message): Remove "-face"
24333         suffix from face names.
24334         (log-view-file-face, log-view-message-face):
24335         New backward-compatibility aliases for renamed faces.
24336         (log-view-file-face, log-view-message-face): Use renamed log-view
24337         faces.
24339         * paren.el (show-paren-match, show-paren-mismatch):
24340         Remove "-face" suffix from face names.
24341         (show-paren-match-face, show-paren-mismatch-face):
24342         New backward-compatibility aliases for renamed faces.
24343         (show-paren-function): Use renamed show-paren faces.
24345         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
24346         (ruler-mode-margins, ruler-mode-fringes)
24347         (ruler-mode-column-number, ruler-mode-fill-column)
24348         (ruler-mode-comment-column, ruler-mode-goal-column)
24349         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
24350         suffix from face names.
24351         (ruler-mode-default-face, ruler-mode-pad-face)
24352         (ruler-mode-margins-face, ruler-mode-fringes-face)
24353         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
24354         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
24355         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
24356         New backward-compatibility aliases for renamed faces.
24357         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
24358         (ruler-mode-column-number, ruler-mode-fill-column)
24359         (ruler-mode-comment-column, ruler-mode-goal-column)
24360         (ruler-mode-tab-stop, ruler-mode-current-column)
24361         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
24362         faces.
24364         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
24365         face name.
24366         (whitespace-highlight-the-space): Use renamed face.
24367         (whitespace-highlight-face): New backward-compatibility alias for
24368         renamed face.
24370         * woman.el (woman-italic, woman-bold, woman-unknown)
24371         (woman-addition, woman-symbol-face):
24372         Remove "-face" suffix from face names.
24373         (woman-italic-face, woman-bold-face, woman-unknown-face)
24374         (woman-addition-face):
24375         New backward-compatibility aliases for renamed faces.
24376         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
24377         (woman-decode-region, woman-replace-match)
24378         (woman-display-extended-fonts, woman-special-characters)
24379         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
24380         Use renamed woman faces.
24382         * longlines.el (longlines-visible-face): Face removed.
24384         * diff-mode.el (diff-header, diff-file-header, diff-index)
24385         (diff-hunk-header, diff-removed, diff-added, diff-changed)
24386         (diff-function, diff-context, diff-nonexistent): Remove "-face"
24387         suffix from face names.
24388         (diff-header-face, diff-file-header-face, diff-index-face)
24389         (diff-hunk-header-face, diff-removed-face, diff-added-face)
24390         (diff-changed-face, diff-function-face, diff-context-face)
24391         (diff-nonexistent-face): New backward-compatibility aliases for
24392         renamed faces.
24393         (diff-header-face, diff-file-header-face)
24394         (diff-index, diff-index-face, diff-hunk-header)
24395         (diff-hunk-header-face, diff-removed, diff-removed-face)
24396         (diff-added, diff-added-face, diff-changed-face, diff-function)
24397         (diff-function-face, diff-context-face, diff-nonexistent)
24398         (diff-nonexistent-face): Use renamed diff-mode faces.
24400         * progmodes/compile.el (compilation-warning-face)
24401         (compilation-info-face): Remove "-face" suffix from face names.
24402         (compilation-warning-face, compilation-info-face):
24403         New backward-compatibility aliases for renamed faces.
24404         (compilation-warning-face, compilation-info-face):
24405         Use renamed compilation faces.
24407         * add-log.el (change-log-date, change-log-name)
24408         (change-log-email, change-log-file, change-log-list)
24409         (change-log-conditionals, change-log-function)
24410         (change-log-acknowledgement): Remove "-face" suffix from face names.
24411         (change-log-date-face, change-log-name-face)
24412         (change-log-email-face, change-log-file-face)
24413         (change-log-list-face, change-log-conditionals-face)
24414         (change-log-function-face, change-log-acknowledgement-face):
24415         New backward-compatibility aliases for renamed faces.
24416         (change-log-font-lock-keywords): Use renamed change-log faces.
24418         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
24419         (custom-set, custom-changed, custom-saved, custom-button)
24420         (custom-button-pressed, custom-documentation, custom-state)
24421         (custom-comment, custom-comment-tag, custom-variable-tag)
24422         (custom-variable-button, custom-face-tag, custom-group-tag-1)
24423         (custom-group-tag): Remove "-face" suffix from face names.
24424         (custom-magic-alist, custom-magic-value-create)
24425         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
24426         (custom-invalid-face, custom-rogue-face, custom-modified-face)
24427         (custom-set-face, custom-changed-face, custom-saved-face)
24428         (custom-button-face, custom-button-pressed-face)
24429         (custom-documentation-face, custom-state-face)
24430         (custom-comment-face, custom-comment-tag-face)
24431         (custom-variable-tag-face, custom-variable-button-face)
24432         (custom-face-tag-face, custom-group-tag-face-1)
24433         (custom-group-tag-face):
24434         New backward-compatibility aliases for renamed faces.
24436         * wid-edit.el (widget-documentation, widget-button)
24437         (widget-field, widget-single-line-field, widget-inactive)
24438         (widget-button-pressed): "-face" suffix removed from face names.
24439         (widget-documentation-face, widget-button-face)
24440         (widget-field-face, widget-single-line-field-face)
24441         (widget-inactive-face, widget-button-pressed-face):
24442         New backward-compatibility aliases for renamed faces.
24443         (widget-documentation-face, widget-button-face)
24444         (widget-button-pressed-face, widget-specify-field)
24445         (widget-specify-inactive): Use renamed widget faces.
24447 2005-06-10  Kenichi Handa  <handa@m17n.org>
24449         * term/x-win.el (x-clipboard-yank): Remove condition-case
24450         wrapping.
24452 2005-06-11  Kenichi Handa  <handa@m17n.org>
24454         * add-log.el (change-log-font-lock-keywords): Make the regexp for
24455         date lines stricter.
24457 2005-06-10  Zhang Wei  <id.brep@gmail.com>
24459         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
24460         of x-get-selection.
24462 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
24464         * comint.el (comint-mode, comint-snapshot-last-prompt):
24465         * frame.el (frame-current-scroll-bars):
24466         * term.el (term-mode, term-check-proc, term-input-sender)
24467         (term-simple-send, term-extract-string, term-word)
24468         (term-match-partial-filename):
24469         * window.el (window-current-scroll-bars):
24470         * emulation/cua-base.el (cua-normal-cursor-color)
24471         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
24472         (cua-global-mark-cursor-color):
24473         * mail/undigest.el (rmail-forward-separator-regex):
24474         Fix typos in docstrings.
24476         * comint.el (comint-check-proc, make-comint-in-buffer)
24477         (comint-source-default): Doc fixes.
24479         * term.el (term-send-string): Improve argument/docstring consistency.
24481 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
24483         * comint.el (comint-send-input): Bind `inhibit-read-only' around
24484         call to `delete-region'.
24485         (comint-mode-hook): Do not enable Font Lock by default.
24487 2005-06-09  Lute Kamstra  <lute@gnu.org>
24489         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
24490         could be void.
24492 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
24494         * emacs-lisp/debug.el (debugger-will-be-back): New var.
24495         (debug): Use it.
24496         (debugger-step-through, debugger-continue, debugger-jump)
24497         (debugger-return-value): Set it when needed.
24498         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
24499         Use inhibit-read-only.
24501 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
24503         * window.el (shrink-window-if-larger-than-buffer)
24504         (window-size-fixed): Fix typo in docstring.
24506         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
24507         thumbnails directory on loading.
24508         (thumbs-conversion-program): Use `eq' to check the system type,
24509         not `equal'.
24510         (thumbs-temp-dir): Initialize to `temporary-file-directory',
24511         not "/tmp".  Fix docstring.
24512         (thumbs-thumbsdir): New function to return the thumbnails
24513         directory, creating it if needed.
24514         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
24515         (thumbs-temp-file): Delete variable and make it into a function.
24516         (thumbs-resize-image, thumbs-modify-image): Use it.
24517         (thumbs-kill-buffer): Simplify.
24518         (thumbs-gensym): Defalias or duplicate CL `gensym'.
24519         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
24520         docstrings.
24522 2005-06-09  Kim F. Storm  <storm@cua.dk>
24524         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
24525         set-match-data to free markers in match-data.
24527         * replace.el (replace-match-data): Pass RESEAT arg `t' to
24528         match-data to unchain markers in match-data.
24530 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24532         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
24533         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
24534         unnecessary now.
24536 2005-06-08  Richard M. Stallman  <rms@gnu.org>
24538         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
24539         give the variable a doc string that doesn't say don't set it directly.
24541         * textmodes/ispell.el (ispell-check-version):
24542         Use match-string-no-properties.
24543         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
24544         (ispell-buffer-local-words): Likewise.
24546         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
24547         except on terminals with enough colors to really display it.
24548         (makefile-dependency-regex): Delete spurious `bb'.
24550         * faces.el (escape-glyph): Use blue once again in last case.
24551         (no-break-space): Redefine so that it isn't invisible on a tty.
24553 2005-06-08  Kim F. Storm  <storm@cua.dk>
24555         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
24556         also when reading directory name.
24558 2005-06-08  Lute Kamstra  <lute@gnu.org>
24560         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
24561         (flyspell-mode-line-string): Remove autoload cookie.
24562         (flyspell-mode): Remove defvar.
24564 2005-06-07  Lute Kamstra  <lute@gnu.org>
24566         * textmodes/org.el (org-run-mode-hooks): New function.
24567         (org-agenda-mode): Use it.
24569 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
24571         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
24573 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24575         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
24577 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
24579         * font-lock.el (font-lock-add-keywords): Doc fix.
24581 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24583         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
24584         (tex-compile-default): In the absence of any history, use the order in
24585         tex-compile-alist to choose the preferred command.
24586         (tex-compile-commands): Reorder a bit.
24588         * textmodes/flyspell.el (flyspell-auto-correct-binding)
24589         (flyspell-incorrect-face, flyspell-duplicate-face):
24590         Use (X)Emacs-agnostic code.
24591         (flyspell-mode-map): Don't overwrite at each load.  Remove code
24592         redundant with the subsequent add-minor-mode.  Merge Emacs and
24593         XEmacs code.
24594         (flyspell-word): Minor simplification.
24595         (flyspell-math-tex-command-p): Quieten the byte-compiler.
24596         (flyspell-external-point-words): Remove unused vars `size' and `start'.
24597         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
24598         Merge the corresponding Emacs code.
24599         (flyspell-correct-word, flyspell-xemacs-popup):
24600         Use flyspell-do-correct.
24602         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
24603         a dedicated window.
24605         * international/latexenc.el (latexenc-find-file-coding-system):
24606         Undo part of last patch, to turn off a compiler warning.
24608 2005-06-06  Juri Linkov  <juri@jurta.org>
24610         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
24611         Rename `tmm-inactive-face' to `tmm-inactive'.
24613 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
24615         * iswitchb.el: Rename faces.
24617 2005-06-06  Kim F. Storm  <storm@cua.dk>
24619         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
24620         (cua-global-mark): Remove -face suffix from face names.
24622         * emulation/cua-gmrk.el (cua--init-global-mark):
24623         Remove cua-global-mark face setup.
24625 2005-06-06  Richard M. Stallman  <rms@gnu.org>
24627         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
24628         just like other allowed characters.
24629         (makefile-match-dependency): Exclude leading and training whitespace
24630         from the range of regexp subexp 1.
24631         (makefile-macroassign-regex): Don't try to match the body,
24632         just the name of the macro being defined.
24634         * info.el (Info-read-node-name-2): New function.
24635         (Info-read-node-name-1): Use that.
24636         Add a completion-base-size-function property.
24638         * simple.el (completion-setup-function): Look for
24639         completion-base-size-function property of minibuffer-completion-table.
24641         * files.el (locate-file-completion): Doc fix.
24643         * printing.el: Don't call pr-update-menus; user must do that.
24645         * emacs-lisp/debug.el (debugger-window): New variable.
24646         (debug): Use debugger-window if it is set and still alive.
24647         Record debugger-window for next entry.
24649         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
24651 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
24653         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
24654         (hack-one-local-variable, hack-local-variables)
24655         (hack-local-variables-prop-line): Pass that arg.
24657 2005-06-06  Kim F. Storm  <storm@cua.dk>
24659         * ido.el (ido-first-match, ido-only-match, ido-subdir)
24660         (ido-indicator): Remove -face suffix from face names.
24662 2005-06-06  Juri Linkov  <juri@jurta.org>
24664         * font-lock.el (font-lock-regexp-backslash)
24665         (font-lock-regexp-backslash-construct): New faces.
24666         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
24667         after `('.  Add `while-no-input' to control structures.
24669         * faces.el (no-break-space, shadow): New faces.
24670         (escape-glyph): Use less loud colors pink2 and red4.
24672         * diff-mode.el (diff-context-face)
24673         * dired.el (dired-ignored)
24674         * rfn-eshadow.el (file-name-shadow)
24675         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
24677         * info.el (Info-title-1-face): Use green instead of yellow because
24678         bold yellow is not readable on light backgrounds.
24680         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
24681         before selecting the desired mode to not spend time fontifying
24682         old contents.
24684 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
24686         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
24687         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
24689         * ps-print.el (ps-default-fg, ps-default-bg):
24690         Fix typos in docstrings.
24692         * isearchb.el (isearchb): Don't pass a spurious second argument to
24693         `iswitchb-completions'.
24695 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
24697         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
24698         to preserve point.
24699         (gdb-find-file-hook): Add doc string.
24701         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
24702         C dereferenced pointer expression.
24703         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
24705         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
24707         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
24708         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
24709         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
24710         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
24711         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
24712         Make background transparent.
24714 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
24716         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
24717         (font-lock-remove-keywords): Doc fix.
24718         (font-lock-mode-major-mode): Compiler defvar.
24719         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
24721         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
24722         (font-lock-mode): Update `font-lock-mode-major-mode'.
24723         (font-lock-set-defaults): Compiler defvar.
24724         (font-lock-default-function): Take `font-lock-mode-major-mode'
24725         into account.
24727         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
24728         keep track of which major mode it enabled the minor mode for.
24729         Use find-file-hook again.  Update docstring.
24731         * simple.el (eval-expression-print-level)
24732         (eval-expression-print-length, eval-expression-debug-on-error):
24733         Doc fixes.
24735 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
24737         * iswitchb.el (iswitchb-single-match-face)
24738         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
24739         (iswitchb-invalid-regexp-face): New faces.
24740         (iswitchb-completions): Use them.
24741         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
24742         now marked as an obsolete alias.
24743         (iswitchb-read-buffer): Remove check for bound font variables.
24744         (iswitchb-invalid-regexp): New free variable.
24745         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
24746         set iswitchb-invalid-regexp.
24747         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
24748         invalid regexps.
24749         (iswitchb-completions): Add check for complete match when entering
24750         a regexp.
24751         (iswitchb-completions): Remove require-match argument.
24752         (iswitchb-exhibit): Fix caller.
24753         (iswitchb-common-match-inserted): New variable.
24754         (iswitchb-complete, iswitchb-completion-help): Use it.
24756 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
24758         * url-http.el (url-http-chunked-encoding-after-change-function):
24759         Use `url-http-debug' instead of `message'.
24761 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
24763         * url-http.el (url-http-parse-headers): Pass redirected URL as a
24764         callback argument.
24766 2005-06-04  Kim F. Storm  <storm@cua.dk>
24768         * simple.el (line-move): Only call sit-for when moving backwards.
24770         * ido.el (ido-make-merged-file-list-1): New defun split from
24771         ido-make-merged-file-list.
24772         (ido-make-merged-file-list): Bind throw-on-input around call to
24773         ido-make-merged-file-list-1.  Return input-pending-p if
24774         interrupted by more input available.
24775         (ido-read-internal): Handle input-pending-p return value from
24776         ido-make-merged-file-list.
24778 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24780         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
24781         compatibility code.
24783         * international/latexenc.el (latexenc-find-file-coding-system):
24784         Don't inherit the EOL part of the coding-system from the
24785         tex-main buffer.  Fit within 80 columns.
24787 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
24789         * tmm.el (tmm-inactive-face): New face.
24790         (tmm-remove-inactive-mouse-face): New function.
24791         (tmm-prompt, tmm-add-one-shortcut)
24792         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
24793         but not selectable.
24795 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
24797         * faces.el (face-equal): Improve argument/docstring consistency.
24799 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
24801         * progmodes/make-mode.el (makefile-targets-face)
24802         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
24803         (makefile-bsdmake-dependency-regex)
24804         (makefile-makepp-rule-action-regex)
24805         (makefile-bsdmake-rule-action-regex): New constants.
24806         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
24808         * progmodes/compile.el (compilation-error-regexp-alist-alist):
24809         Allow (...) within `...' for makepp messages.
24811 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
24813         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
24815         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
24816         "." files are deleted from all file lists before comparison.
24818         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24819         (viper-ESC-key): Made them customizable.
24821         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
24823 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
24825         * autorevert.el (auto-revert-buffers): Use save-match-data.
24827 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24829         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
24830         menu items with a nil command binding.
24832 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
24834         * emacs-lisp/cl-macs.el (defsetf):
24835         Improve argument/docstring consistency.
24837         * faces.el (list-faces-display): Improve the formatting by
24838         computing the maximum length required for any face-name (reworked
24839         patch of 1999-01-11, accidentally deleted on 1999-07-21).
24840         (internal-find-face): Remove redundant info in docstring.
24842 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
24844         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
24845         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
24846         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
24847         (gdb-assembler-custom): Improve regexps.
24848         (def-gdb-auto-update-handler): Use window point to preserve point.
24850 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24852         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
24854 2005-05-31  Jay Belanger  <belanger@truman.edu>
24856         * calc/calc-embed.el (calc-embedded-word): Change argument passed
24857         to calc-embedded.
24858         (calc-embedded-make-info): Have plain prefix argument select
24859         entire line.
24861 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
24863         * faces.el (list-faces-display): Signal error if passed a regexp
24864         that matches no face name.
24866         * simple.el (filter-buffer-substring): Fix typo in docstring.
24868 2005-05-31  Richard M. Stallman  <rms@gnu.org>
24870         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
24871         (vhdl-emacs-21): Doc fix.
24872         (vhdl-mode): Unconditionally set comment-padding.
24873         (vhdl-fixup-whitespace-region): Insert spaces only where
24874         there are none.
24875         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
24877 2005-05-30  John Wiegley  <johnw@newartisans.com>
24879         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
24880         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
24881         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
24882         `directory-sep-char' to ?/, and all uses of `string-to-int' to
24883         `string-to-number'.
24885 2005-05-30  Jay Belanger  <belanger@truman.edu>
24887         * calc/calc.el (calc-bug-address): Fix docstring.
24888         (calc-window-hook, calc-trail-window-hook): New variables.
24889         (calc-trail-display): Restore use of calc-trail-window-hook.
24890         (calc): Restore use of calc-window-hook.
24892 2005-05-31  Masatake YAMATO  <jet@gyve.org>
24894         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
24896         * help-fns.el (help-C-file-name): Add autoload mark for
24897         `find-function-noselect'.
24899 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24901         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
24902         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
24904 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
24906         * calendar/diary-lib.el (mark-included-diary-files): Only kill
24907         included diary buffer if it was not already being visited.
24908         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
24910         * calendar/icalendar.el (top-level): Do not require appt.
24912         * mail/supercite.el (sc-select-attribution): Only use a list
24913         element from sc-attrib-selection-list if it returns a string.
24914         Reported by Davide G. M. Salvetti <salve@debian.org>.
24916 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
24918         * thumbs.el (thumbs-thumbname): The resulting thumbname now
24919         includes a hash value to improve its uniqueness, and has a ".jpg"
24920         extension.  Also, it is now a valid filename on all systems.
24921         (thumbs-make-thumb): Use `let', not `let*'.
24922         (thumbs-show-thumbs-list): Check for JPEG availability.
24924 2005-05-30  Richard M. Stallman  <rms@gnu.org>
24926         * filesets.el (filesets-menu-ensure-use-cached):
24927         Prevent warning when emacs-version>= is undefined.
24929         * printing.el (pr-interactive-n-up): Use string-to-number.
24931         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
24933         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24934         Warn only when name to be defined is quoted.
24936 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
24938         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
24939         Make regexp more robust.
24940         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
24941         Force regeneration of disassembly.
24943 2005-05-29  Jay Belanger  <belanger@truman.edu>
24945         * calc/calc.el (calc-user-invocation): Check if
24946         calc-invocation-macro is non-nil.
24948 2005-05-29  Juri Linkov  <juri@jurta.org>
24950         * add-log.el (change-log-font-lock-keywords):
24951         Add `+' to e-mail regexp to accept mail address with keywords.
24953         * man.el (Man-name-regexp): Add `:' to accept qualified names.
24955 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
24957         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
24959         * ielm.el (inferior-emacs-lisp-mode): Ditto.
24961 2005-05-29  Richard M. Stallman  <rms@gnu.org>
24963         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
24964         Undo the change that moves to end of the current word.
24966 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
24968         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
24969         Throw error when count <= 0 to ensure input is a number.
24970         (gdb-read-memory-custom): Pick up address from buffer.
24971         (gdb-memory-mode): Allow user to increment and decrement
24972         memory address from header line.
24974 2005-05-29  Richard M. Stallman  <rms@gnu.org>
24976         * flyspell.el (flyspell-version): Function deleted.
24977         (flyspell-auto-correct-previous-hook): Doc fix.
24979         * jit-lock.el (jit-lock-function, jit-lock-after-change):
24980         Do nothing if memory is full.
24982         * font-lock.el (font-lock-fontify-syntactically-region):
24983         Pass t for GREEDY to looking-back.
24985         * saveplace.el (save-place-alist-to-file): Write the file
24986         using write-region.
24988         * subr.el (looking-back): New argument GREEDY.
24990         * progmodes/compile.el (compilation-start): Set the mode
24991         before inserting the initial text.
24993         * progmodes/which-func.el (which-func-update-1): Turn the mode
24994         off in case of error by setting which-func-mode.
24996 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
24998         * flyspell.el (flyspell-auto-correct-previous-word):
24999         Narrow down to what's on the screen, and recenter overlays
25000         at the end of the next word.
25002 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
25004         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
25005         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
25006         (flyspell-abbrev-p): Default to nil.
25007         (flyspell-use-global-abbrev-table-p): Doc fix.
25008         (flyspell-large-region): Allow nil as value.
25009         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
25011         (mail-mode-flyspell-verify): More robust handling
25012         of `mail-header-separator'.  More efficient signature detection.
25013         Allow for regexp metacharacters in message-header-separator.
25014         Adding `To' not to be checked in mail-mode-flyspell-verify.
25016         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
25017         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
25018         Bind flyspell-auto-correct-binding.
25019         Bind C-. and C-, .
25020         (flyspell-mode-map): Likewise.
25021         (flyspell-mode): Doc fix.
25022         (flyspell-accept-buffer-local-defs): Preserve current buffer.
25023         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
25024         (flyspell-word-cache-result): New var, always local.
25025         (flyspell-check-pre-word-p): Doc fix.
25026         (flyspell-check-changed-word-p): Handle spc like newline.
25027         (flyspell-post-command-hook): Set flyspell-word-cache-result.
25028         (flyspell-word-search-backward, flyspell-word-search-forward):
25029         New functions.
25030         (flyspell-word): Return t if nothing to check.
25031         When parsing TeX code, check for after } or \.
25032         Use flyspell-word-search-backward to find previous word.
25033         Return nil if duplicated word.
25034         For word already checked, return same value as last time.
25035         Set flyspell-word-cache-result after checking.
25036         Don't clobber the return value.
25037         (flyspell-get-word): Major rewrite.
25038         (flyspell-external-point-words): New locals pword, pcount.
25039         Fix size used in progress message.
25040         Find the proper corresponding word in flyspell-large-region-buffer.
25041         (flyspell-region): Check for flyspell-large-region = nil.
25042         (flyspell-highlight-incorrect-region): Clean up overlays in region.
25043         (flyspell-auto-correct-word): Check that WORD is a cons.
25044         (flyspell-correct-word): Likewise.
25046 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
25048         * progmodes/make-mode.el (makefile-rule-action-regex)
25049         (makefile-macroassign-regex, makefile-makepp-mode)
25050         (makefile-bsdmake-mode): Continuation lines may be empty.
25051         Reported by Joshua Varner.
25052         (makefile-makepp-font-lock-keywords): Add $(stem).
25054 2005-05-28  Karl Berry  <karl@gnu.org>
25056         * textmodes/tex-mode.el: Now that tex-send-command calls
25057         shell-quote-argument (2005-03-31 change), remove all calls to
25058         shell-quote-argument; they all end up invoking tex-send-command.
25059         The double quoting loses on filenames with non-safe characters,
25060         such as "@".  Reported by Frederik Fouvry.
25062 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
25064         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
25065         about preserving point.
25067 2005-05-27  Jay Belanger  <belanger@truman.edu>
25069         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
25070         Info-goto-node.
25072         * calc/calc-embed.el (calc-embed-arg): New variable.
25073         (calc-do-embedded-activate, calc-embedded-activate-formula)
25074         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
25075         variable by new variable.
25076         (calc-embedded-make-info): Replace undeclared variable by new
25077         variable.  When selecting region with positive prefix
25078         argument, use end of previous line instead of beginning of line.
25080         * calc/calc-aent.el (calc-arg-values): Declare it.
25082         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
25083         Declare them.
25085         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
25087         * calc/calc.el (calc-alg-map): Declare it.
25089         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
25091 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
25093         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
25094         (gdb-registers-buffer, toggle-gdb-all-registers):
25095         Toggle display of floating point registers.
25096         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
25098         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
25099         (toggle-gud-tooltip-dereference):
25100         Rename from gud-toggle-tooltip-dereference.
25102 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25104         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
25106 2005-05-27  Jay Belanger  <belanger@truman.edu>
25108         * calc/calc-prog.el (calc-kbd-report): Remove.
25109         (calc-kbd-query): Rewrite.
25111 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
25113         * image.el (image-library-alist): Move to image.c.
25114         (image-type-available-p): Doc fix.
25116 2005-05-27  Lute Kamstra  <lute@gnu.org>
25118         * calc/calc.el (calc):
25119         * outline.el (outline-1, outline-2, outline-3, outline-4)
25120         (outline-5, outline-6, outline-7, outline-8):
25121         * textmodes/dns-mode.el (dns-mode):
25122         * textmodes/sgml-mode.el (sgml-namespace-face):
25123         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
25124         (tex-verbatim-face, tex-use-reftex):
25125         * textmodes/texinfo.el (texinfo-heading-face):
25126         Specify customization group.
25128         * longlines.el: Don't require easy-mmode.
25129         (longlines-visible-face): Specify customization group.
25131 2005-05-27  Kenichi Handa  <handa@m17n.org>
25133         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
25134         encoding table of windows-1251.
25136         * international/ucs-tables.el (ucs-set-table-for-input):
25137         If translation-table-for-input of a coding system is a symbol, get
25138         its translation-table property.
25140         * international/code-pages.el: Don't register a coding system into
25141         non-iso-charset-alist more than once.
25142         (cp-make-coding-system): Likewise.
25144 2005-05-26  John Wiegley  <johnw@newartisans.com>
25146         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
25147         `eshell-resume-eval' is wrapped in a list, it indicates that the
25148         command was run asynchronously.  In that case, unwrap the value
25149         before checking the delimiter value.
25151         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
25152         character before a space at the end of a line is \, assume the space
25153         is part of the last argument rather than a final argument separator.
25155         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
25156         is in use, and the target is `t' or `nil' (which are the most common
25157         values), don't assume that the symbol target is a buffer.
25159 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
25161         * calendar/calendar.el (calendar-mode-line-format):
25162         Use mode-line-highlight as mouse-face.
25164         * time.el (display-time-string-forms, display-time-update):
25165         Use mode-line-highlight as mouse-face.
25167 2005-05-26  Jay Belanger  <belanger@truman.edu>
25169         * calc/calc.el (calc-language-alist): Remove extra defvar.
25171 2005-05-26  Lute Kamstra  <lute@gnu.org>
25173         * arc-mode.el (archive-mode):
25174         * bookmark.el (bookmark-read-annotation-mode)
25175         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
25176         * bs.el (bs-mode):
25177         * calc/calc-yank.el (calc-edit-mode):
25178         * calc/calc.el (calc-mode, calc-trail-mode):
25179         * calculator.el (calculator-mode):
25180         * chistory.el (command-history-mode):
25181         * comint.el:
25182         * cus-edit.el (custom-mode):
25183         * descr-text.el (describe-text-mode):
25184         * ebuff-menu.el (Electric-buffer-menu-mode):
25185         * ediff-util.el (ediff-mode):
25186         * emacs-lisp/re-builder.el (reb-mode):
25187         * emulation/vi.el (vi-mode-setup):
25188         * emulation/ws-mode.el (wordstar-mode):
25189         * eshell/esh-mode.el (eshell-mode):
25190         * forms.el (forms-mode):
25191         * help-mode.el (help-mode):
25192         * hexl.el (hexl-mode):
25193         * ibuffer.el (ibuffer-mode):
25194         * ielm.el (inferior-emacs-lisp-mode):
25195         * info.el (Info-mode, Info-edit-mode):
25196         * international/swedish.el:
25197         * ledit.el (ledit-from-lisp-mode):
25198         * locate.el (locate-mode):
25199         * mail/rmail.el (rmail-mode):
25200         * mail/rmailedit.el (rmail-edit-mode):
25201         * mail/rmailsum.el (rmail-summary-mode):
25202         * mail/supercite.el (sc-electric-mode):
25203         * net/eudc.el (eudc-mode):
25204         * net/quickurl.el (quickurl-list-mode):
25205         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
25206         * obsolete/ooutline.el (outline-mode):
25207         * obsolete/options.el (Edit-options-mode):
25208         * obsolete/rnews.el (news-mode):
25209         * obsolete/rnewspost.el (news-reply-mode):
25210         * play/5x5.el (5x5-mode):
25211         * play/decipher.el (decipher-mode, decipher-stats-mode):
25212         * play/gomoku.el (gomoku-mode):
25213         * play/snake.el (snake-mode):
25214         * play/solitaire.el (solitaire-mode):
25215         * play/tetris.el (tetris-mode):
25216         * progmodes/ada-mode.el (ada-mode):
25217         * progmodes/antlr-mode.el (antlr-mode):
25218         * progmodes/autoconf.el (autoconf-mode):
25219         * progmodes/dcl-mode.el (dcl-mode):
25220         * progmodes/delphi.el (delphi-mode):
25221         * progmodes/ebrowse.el (ebrowse-tree-mode)
25222         (ebrowse-electric-list-mode, ebrowse-member-mode)
25223         (ebrowse-electric-position-mode):
25224         * progmodes/f90.el (f90-mode):
25225         * progmodes/fortran.el (fortran-mode):
25226         * progmodes/icon.el (icon-mode):
25227         * progmodes/idlw-help.el (idlwave-help-mode):
25228         * progmodes/idlw-shell.el (idlwave-shell-mode):
25229         * progmodes/idlwave.el (idlwave-mode):
25230         * progmodes/inf-lisp.el (inferior-lisp-mode):
25231         * progmodes/m4-mode.el (m4-mode):
25232         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
25233         * progmodes/modula2.el (modula-2-mode):
25234         * progmodes/octave-inf.el (inferior-octave-mode):
25235         * progmodes/octave-mod.el (octave-mode):
25236         * progmodes/pascal.el (pascal-mode):
25237         * progmodes/sh-script.el (sh-mode):
25238         * progmodes/sql.el (sql-mode, sql-interactive-mode):
25239         * progmodes/vhdl-mode.el (vhdl-mode):
25240         * progmodes/xscheme.el (scheme-interaction-mode):
25241         * replace.el (occur-mode):
25242         * ses.el (ses-mode):
25243         * simple.el (completion-list-mode):
25244         * skeleton.el:
25245         * speedbar.el (speedbar-mode):
25246         * term.el (term-mode):
25247         * terminal.el (terminal-edit-mode):
25248         * textmodes/reftex-index.el (reftex-index-mode)
25249         (reftex-index-phrases-mode):
25250         * textmodes/reftex-sel.el (reftex-select-label-mode)
25251         (reftex-select-bib-mode):
25252         * textmodes/reftex-toc.el (reftex-toc-mode):
25253         * wdired.el (wdired-change-to-wdired-mode):
25254         * wid-browse.el (widget-browse-mode):
25255         Use run-mode-hooks.
25257         * array.el (array-mode):
25258         * calendar/todo-mode.el (todo-mode):
25259         * man.el (Man-mode):
25260         * play/landmark.el (lm-mode):
25261         * play/mpuz.el (mpuz-mode):
25262         Use kill-all-local-variables and run-mode-hooks.
25264         * subr.el (delay-mode-hooks): Specify indentation.
25266 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
25268         * xml.el (xml-substitute-special): Don't die for undefined xml
25269         entities.
25271 2005-05-26  Jay Belanger  <belanger@truman.edu>
25273         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
25274         of nil.
25276 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
25278         * progmodes/gdb-ui.el (gdb-frame-address):
25279         Rename from gdb-current-address.
25280         (gdb-previous-frame-address): Rename from gdb-previous-address.
25281         (gdb-selected-frame): Rename from gdb-current-frame.
25282         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
25283         (gdb-frame-number): Rename from gdb-current-stack-level.
25284         (gdb-ann3): Match new mode-name for disassembly buffer.
25285         Extend initialization of variables.
25286         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
25287         (gdb-memory-mode): Use mouse-face in header line.
25288         (gdb-assembler-buffer-name): Call it disassembly and give frame
25289         in mode line.
25290         (gdb-source-spec-regexp, gdb-assembler-custom)
25291         (gdb-invalidate-assembler, gdb-frame-handler):
25292         Make robust to leading zeroes in address format.
25294 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
25296         * textmodes/org.el (org-mode): Use `define-derived-mode' to
25297         define `org-mode'.
25298         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
25300 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25302         * log-edit.el (log-edit-changelog-entries): Distinguish between
25303         filenames like xfns.c and fns.c.
25305 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
25307         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
25308         point after reverting.
25309         (Buffer-menu-make-sort-button): Handle the case where
25310         `Buffer-menu-use-header-line' is nil.
25312 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
25314         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
25315         New funcs.  In minibuffer-local-completion-map bind `]', `/'
25316         and `:' to them.
25318 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25320         * startup.el (normal-top-level): Allow modification of load-path while
25321         we're iterating over it.
25323 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
25325         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
25326         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
25327         (thumbs-resize-interactive, thumbs-insert-image)
25328         (thumbs-insert-thumb, thumbs-dired-show-marked)
25329         (thumbs-find-image-at-point, thumbs-delete-images)
25330         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
25331         (thumbs-increment-image-size, thumbs-decrement-image-size):
25332         Fix typos in docstrings.
25334 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
25336         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
25337         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
25338         (cperl-mode): Use them.
25340 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
25342         * window.el (quit-window, shrink-window-if-larger-than-buffer):
25343         Doc fixes.
25345 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
25347         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
25348         Bind C-d to gdb-inferior-io-eof.
25350         * dired.el (dired-dnd-popup-notice): Use message-box.
25352 2005-05-23  Masatake YAMATO  <jet@gyve.org>
25354         * bindings.el (mode-line-major-mode-keymap):
25355         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
25357         * faces.el (mode-line-highlight): New face.
25359         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
25360         as mouse-face.
25362         * bindings.el (top-level, help-echo, mode-line-modified)
25363         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
25364         as mouse-face.
25366 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
25368         * progmodes/cc-engine.el (c-guess-basic-syntax):
25369         Remove spurious call to `zerop'.
25371         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
25373 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
25375         CC Mode update to 5.30.10:
25377         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
25378         could go past the limit in decoration level 2, thereby causing
25379         errors during interactive fontification.
25381         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
25382         the file is evaluated interactively.
25384         * cc-engine.el (c-guess-basic-syntax): Handle operator
25385         declarations somewhat better in C++.
25387         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
25388         make use of `run-mode-hooks' which has been added in Emacs 21.1.
25389         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
25390         (awk-mode): Use it.
25391         (make-local-hook): Suppress warning about obsoleteness.
25393         * cc-engine.el, cc-align.el, cc-cmds.el
25394         (c-append-backslashes-forward, c-delete-backslashes-forward)
25395         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
25396         Compensate for return value from `forward-line' when it has moved
25397         but not to a different line due to eob.
25399         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
25400         `objc-method-intro' and `objc-method-args-cont'.
25402 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
25404         CC Mode update to 5.30.10:
25406         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
25407         in the copyright statement.  Incidentally, change "along with GNU
25408         Emacs" to "along with this program" where it occurs.
25410         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
25411         so that it is interactive, hence can be found by M-x awk-mode
25412         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
25413         <gmorris+emacs@ast.cam.ac.uk>.
25415         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
25416         Mode's regexps.
25418 2005-05-23  Kevin Ryde  <user42@zip.com.au>
25420         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
25421         c-parse-state, to avoid a lisp error (on bad code).
25423 2005-05-23  Lute Kamstra  <lute@gnu.org>
25425         * subr.el (font-lock-defaults): Remove defvar as it's already
25426         defined in font-core.el.
25428         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
25430 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
25432         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
25433         more general and work when GDB variable "print pretty" is on,
25434         as with Emacs, for example.
25436 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
25438         * font-core.el: Update comment.
25440         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
25441         Use `after-change-major-mode-hook' instead of `find-file-hook'.
25443         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
25445 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
25447         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
25448         and `yank-handler' in the doc strings.
25450 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25452         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
25454 2005-05-22  Richard M. Stallman  <rms@gnu.org>
25456         * help.el (describe-key): Move print-help-return-message call
25457         out of conditional.
25459         * progmodes/etags.el (list-tags): Use with-no-warnings.
25461         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
25462         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
25463         (starttls-extra-args, starttls-extra-arguments): Add defvars.
25465         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
25467         * language/viet-util.el (viet-viscii-nonascii-translation-table):
25468         Add defvar.
25470         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
25471         Use defvar, not defconst.
25473         * hexl.el (hexl-follow-line): Use with-no-warnings.
25475         * emulation/tpu-extras.el: Use write-file-functions instead of
25476         write-file-hooks.
25478         * dired.el (dired-font-lock-keywords): Fontify files with junk
25479         extensions even if marked by -F.
25481 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
25483         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
25484         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
25485         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
25486         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
25487         (concatenate, list-length, get*, getf, cl-remprop):
25488         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
25489         (etypecase, progv, lexical-let, lexical-let*)
25490         (multiple-value-bind, multiple-value-setq, shiftf):
25491         Improve argument/docstring consistency.
25493         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
25495 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
25497         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
25498         doesn't exist.
25500         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
25501         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
25503 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
25505         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
25506         already deleted variables: auto-fill-hook, blink-paren-hook,
25507         lisp-indent-hook, inhibit-local-variables, unread-command-event,
25508         suspend-hooks, comment-indent-hook, meta-flag,
25509         before-change-function, after-change-function,
25510         font-lock-doc-string-face.
25512 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
25514         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
25516 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
25518         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
25519         rmail-dont-reply-to.
25521 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
25523         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
25524         literal blank when splitting new-header-values.
25526 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
25528         * calendar/cal-menu.el (cal-menu-update): Add separator as a
25529         string so that tmm doesn't create a completion entry for it.
25531         * textmodes/table.el (table-disable-menu): Ditto.
25533 2005-05-21  Richard M. Stallman  <rms@gnu.org>
25535         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
25537         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
25539         * net/rcompile.el (remote-compile): Use compilation-start.
25541         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
25543 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
25545         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
25546         Default to makefile-bsdmake-mode on BSD systems.
25548         * imenu.el (imenu-generic-expression, imenu--generic-function'):
25549         REGEXP may also be a search function now.  The part of doc-string
25550         for describing the structure was 95% identical to that of
25551         `imenu--generic-function'.  Unify it there.
25553         * progmodes/make-mode.el (makefile-imenu-generic-expression):
25554         Use function to find dependencies, because regexp alone is so complex,
25555         it easily goes into an endless loop.
25556         (makefile-makepp-mode): Also add submenu for Perl functions
25557         defined in the makefile.
25558         (makefile-bsdmake-mode): Special imenu-generic-expression no
25559         longer needed, due to function call.
25560         (makefile-match-dependency): Take BOUND into account when checking
25561         if we're through.
25563 2005-05-20  Jay Belanger  <belanger@truman.edu>
25565         * calc/calc-units.el (calc-invalidate-units-table):
25566         Use inhibit-read-only.
25567         (math-build-units-table-buffer): Use view-mode.
25569 2005-05-20  David Kastrup  <dak@gnu.org>
25571         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
25572         easy-menu-add is not a nop on Emacs; and clarify when to call it.
25574 2005-05-20  Lute Kamstra  <lute@gnu.org>
25576         * diff-mode.el (diff-header-face, diff-file-header-face)
25577         (diff-index-face, diff-hunk-header-face, diff-removed-face)
25578         (diff-added-face, diff-changed-face, diff-function-face)
25579         (diff-context-face, diff-nonexistent-face): Put them in the
25580         diff-mode customization group.
25582 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25584         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
25586         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
25588         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
25589         Minor regexp-optimization.
25591 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
25593         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
25594         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
25595         (org-agenda-add-time-grid-maybe): New function.
25596         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
25597         (org-table-create): `dotimes' instead of `mapcar'.
25598         (org-xor): Simplify implementation.
25599         (org-agenda): `inhibit-redisplay' turned on.
25600         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
25601         a consistent line after a state change.
25602         (org-agenda-remove-times-when-in-prefix): New option.
25603         (org-prefix-has-time): New variable.
25604         (org-parse-time-string): Optional argument NODEFAULT.
25605         (org-format-agenda-item): Parse items for time-of-day
25606         specifications and move these into the prefix if possible.
25607         (org-agenda-priority): Get current heading, not previous heading
25608         during agenda remote editing.
25610 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
25612         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
25613         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
25614         (remove-duplicates, delete-duplicates, substitute)
25615         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
25616         (nsubstitute-if-not, find, find-if, find-if-not, position)
25617         (position-if, position-if-not, count, count-if, count-if-not)
25618         (mismatch, search, sort*, stable-sort, merge, member*)
25619         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
25620         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
25621         (intersection, nintersection, set-difference, nset-difference)
25622         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
25623         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
25624         (nsublis, tree-equal): Improve argument/docstring consistency.
25626         * subr.el (send-string, send-region): Remove obsolescence declaration.
25627         (window-dot, set-window-dot, read-input, show-buffer)
25628         (eval-current-buffer, string-to-int):
25629         Add release number to obsolescence declarations.
25631 2005-05-19  Kim F. Storm  <storm@cua.dk>
25633         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
25634         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
25636 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
25638         * faces.el (list-faces-display): Make back button respect optional
25639         regexp arg.
25641 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
25643         * calculator.el (calculator-radix-grouping-mode)
25644         (calculator-radix-grouping-digits, calculator-displayer)
25645         (calculator-radix-grouping-separator, calculator-copy-displayer):
25646         * dabbrev.el (dabbrev-search-these-buffers-only):
25647         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
25648         (diff-advance-after-apply-hunk, diff-mode-hook)
25649         (diff-minor-mode-prefix):
25650         * imenu.el (imenu-use-popup-menu):
25651         * jit-lock.el (jit-lock-context-time):
25652         * newcomment.el (comment-fill-column, comment-column)
25653         (comment-style, comment-padding, comment-multi-line)
25654         (comment-empty-lines, comment-auto-fill-only-comments):
25655         * reveal.el (reveal-around-mark):
25656         * uniquify.el (uniquify-buffer-name-style)
25657         (uniquify-after-kill-buffer-p)
25658         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
25659         (uniquify-min-dir-content, uniquify-separator)
25660         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
25661         * w32-vars.el (w32-fixed-font-alist):
25662         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
25663         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
25664         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
25665         * progmodes/perl-mode.el (perl-indent-level)
25666         (perl-continued-statement-offset, perl-continued-brace-offset)
25667         (perl-brace-offset, perl-brace-imaginary-offset)
25668         (perl-label-offset, perl-indent-continued-arguments)
25669         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
25670         * progmodes/tcl.el (tcl-indent-level)
25671         (tcl-continued-indent-level, tcl-auto-newline)
25672         (tcl-tab-always-indent, tcl-electric-hash-style)
25673         (tcl-help-directory-list, tcl-use-smart-word-finder)
25674         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
25675         (inferior-tcl-source-command):
25676         * textmodes/fill.el (enable-kinsoku):
25677         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
25678         * textmodes/table.el (table-yank-handler):
25679         Specify missing group (and type, if simple) in defcustom.
25681 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
25683         * progmodes/compile.el (compilation-finish-function): Fix defvar.
25685 2005-05-19  Richard M. Stallman  <rms@gnu.org>
25687         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
25689         * subr.el (event-basic-type): Don't get an error.
25690         (left-fringe-p): Function deleted.
25692         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
25693         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
25695         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
25696         in recursive copy.
25698         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
25700         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
25702         * emacs-lisp/bytecomp.el
25703         (byte-compile-file-form-custom-declare-variable):
25704         Call byte-compile-nogroup-warn if appropriate.
25706         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
25707         (compilation-set-window): Don't call left-fringe-p; do it directly.
25709 2005-05-19  Jay Belanger  <belanger@truman.edu>
25711         * calc/calc-graph.el (calc-graph-format-data): Make sure
25712         var-PlotRejects is bound before trying to check its value.
25714 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
25716         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
25717         definition of this variable from reftex-global.el to reftex.el,
25718         because it is needed in the menu.
25720 2005-05-19  Lute Kamstra  <lute@gnu.org>
25722         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
25723         years are fixed.  Don't insert a space after a dash.
25725 2005-05-19  Kim F. Storm  <storm@cua.dk>
25727         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
25729 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
25731         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
25732         strings, because (eq ... ?\\) is fairly frequent.
25734         * progmodes/make-mode.el (makefile-add-this-line-targets):
25735         Simplify and integrate into `makefile-pickup-targets'.
25736         (makefile-add-this-line-macro): Simplify and integrate into
25737         `makefile-pickup-macros.
25738         (makefile-pickup-filenames-as-targets): Simplify.
25739         (makefile-previous-dependency, makefile-match-dependency):
25740         Don't stumble over `::'.
25742 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
25744         * subr.el (post-command-idle-hook, post-command-idle-delay):
25745         Remove obsoletion of post-command-idle-hook and
25746         post-command-idle-delay.
25748         * faces.el (list-faces-display): Provide button when describe-face
25749         is called to take user back to the list of faces.
25751         * help-fns.el (describe-variable): Remove hyperlinks in a
25752         variable's value as these are quite frequently inappropriate.
25754         * follow.el (follow-submit-feedback, follow-mode):
25755         Remove references to post-command-idle-hook.
25757 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
25759         * progmodes/make-mode.el (makefile-previous-dependency)
25760         (makefile-match-dependency): Check for := (and in bsd mode also
25761         !=) to give a better result, even when font-lock is not on.
25763 2005-05-18  Jay Belanger  <belanger@truman.edu>
25765         * calc/calc-help.el (calc-s-prefix-help):
25766         Add `calc-copy-special-constant' to help string.
25768 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
25770         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
25772 2005-05-18  Jay Belanger  <belanger@truman.edu>
25774         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
25775         in linear factors are in proper order.
25777 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
25779         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25780         Support for jurabib.
25782         * textmodes/reftex.el (featurep): Define aliases for overlay
25783         commands, for XEmacs compatibility, and use these aliases in
25784         overlay initializations.
25785         (reftex-highlight): Use `reftex-move-overlay'.
25786         (reftex-unhighlight): Use `reftex-delete-overlay'.
25787         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
25788         (reftex-access-search-path): Use `reftex-uniquify' instead of
25789         `reftex-uniq'
25791         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
25792         `before-string' property modification enables for Emacs as well.
25793         (reftex-select-item): Use `reftex-delete-overlay'.
25794         (reftex-select-mark): Use `reftex-make-overlay' and
25795         `reftex-overlay-put'.
25796         (reftex-select-unmark): Use `reftex-delete-overlay' and
25797         `reftex-overlay-put'.
25799 2005-05-18  Lute Kamstra  <lute@gnu.org>
25801         * emacs-lisp/lisp.el (check-parens): Fix docstring.
25803 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
25805         * add-log.el (add-change-log-entry):
25806         * array.el (array-make-template, array-reconfigure-rows)
25807         (array-init-max-row, array-init-max-column)
25808         (array-init-columns-per-line, array-init-field-width):
25809         * replace.el (replace-match-maybe-edit, perform-replace):
25810         * textmodes/spell.el (spell-region):
25811         Replace `read-input' by `read-string'.
25813         * forms.el (forms-mode):
25814         * finder.el (finder-compile-keywords):
25815         * shadowfile.el (shadow-read-files):
25816         Replace `eval-current-buffer' by `eval-buffer'.
25818         * terminal.el (te-pass-through):
25819         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
25820         (ange-ftp-raw-send-cmd):
25821         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
25822         (send-process-next-char, telnet-initial-filter, telnet):
25823         Replace `send-string' by `process-send-string'.
25825         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
25826         (prolog-consult-region): Replace `send-string' by
25827         `process-send-string'; replace `send-region' by `process-send-region'.
25829         * progmodes/delphi.el (delphi-log-msg):
25830         Replace `set-window-dot' by `set-window-point'.
25832         * subr.el (window-dot, set-window-dot, read-input, send-string)
25833         (send-region, show-buffer, eval-current-buffer):
25834         Make really obsolete, as the comment says.
25836 2005-05-17  Kim F. Storm  <storm@cua.dk>
25838         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
25839         (cua--init-keymaps): Bind C-return instead of S-return to set
25840         rectangle mark.
25842         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
25843         instead of S-return to toggle/clear rectangle mark.
25845 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
25847         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
25848         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
25849         Also fontify plain strings assigned to variables, mostly so that a
25850         colon has a face and is thus not taken as a dependency separator.
25851         (makefile-previous-dependency): Inline the new matcher, because it
25852         is too complex to work in both directions.
25853         (makefile-match-dependency): Eliminate `backward' arg (see above).
25854         Completely reimplemented so as to not sometimes go into an endless
25855         loop.  It should also be more efficient, because first it only
25856         searches for `:', instead of applying the very complex regexp.
25857         (makefile-mode): Cancel `font-lock-support-mode', because blocks
25858         to be fontified in one piece can be too long for JIT.
25859         Makefiles are never *that* big.
25861 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
25863         * dired.el (dired-mode): Simplify.
25865 2005-05-17  Lute Kamstra  <lute@gnu.org>
25867         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
25868         defcustom for the mode hook variable.
25870         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
25871         Emacs Lisp Reference Manual.
25873 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
25875         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
25876         (evenp, list*):
25877         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
25878         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
25880         * net/tramp-smb.el (tramp-smb-open-connection):
25881         Pass `tramp-chunksize' as fifth (required) argument.
25883 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
25885         * font-lock.el (lisp-font-lock-keywords-1):
25886         Set `font-lock-negation-char-face' for [^...] char group.
25887         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
25889         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
25890         a var, and refine it to mask one more level of nested vars.
25891         (makefile-rule-action-regex): Turn it into a var, and refine it so
25892         it recognizes backslashed continuation lines as belonging to the
25893         same command.
25894         (makefile-macroassign-regex): Refine it so it recognizes
25895         backslashed continuation lines as belonging to the same command.
25896         (makefile-var-use-regex): Don't look at the next char, because it
25897         might be the same one to be skipped by the initial [^$], leading
25898         to an overlooked variable use.
25899         (makefile-make-font-lock-keywords): Remove two parameters, which
25900         are now variables that some of the modes set locally.
25901         Handle dependency and rule action matching through functions, because
25902         regexps alone match too often.  Dependency matching now comes
25903         last, so it can check, whether a colon already matched something else.
25904         (makefile-mode): Inform that font-lock improves makefile parsing
25905         capabilities.
25906         (makefile-match-dependency, makefile-match-action): New functions.
25908 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
25910         * emacs-lisp/cl-extra.el (equalp): Doc fix.
25912         * align.el (align-regexp):
25913         * ansi-color.el (ansi-color-get-face):
25914         * array.el (array-reconfigure-rows, array-init-max-row)
25915         (array-init-max-column, array-init-columns-per-line)
25916         (array-init-field-width):
25917         * dired-aux.el (dired-trample-file-versions):
25918         * dired-x.el (dired-mark-sexp):
25919         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
25920         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
25921         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
25922         * faces.el (face-read-integer):
25923         * files.el (backup-extract-version, insert-directory):
25924         * hexl.el (hexl-insert-decimal-char):
25925         * server.el (server-process-filter):
25926         * shell.el (shell-extract-num):
25927         * startup.el (command-line-1):
25928         * term.el (term-command-hook):
25929         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
25930         (time-stamp-do-number):
25931         * time.el (display-time-update):
25932         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
25933         (timezone-fix-time):
25934         * vms-patch.el (vms-suspend-resume-hook):
25935         * calendar/appt.el (appt-convert-time):
25936         * calendar/cal-bahai.el (mark-bahai-diary-entries):
25937         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
25938         * calendar/cal-islam.el (mark-islamic-diary-entries):
25939         * calendar/calendar.el (calendar-cursor-to-date)
25940         (calendar-star-date):
25941         * calendar/diary-lib.el (diary-attrtype-convert)
25942         (mark-diary-entries, diary-entry-time):
25943         * calendar/solar.el (solar-get-number):
25944         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
25945         * emacs-lisp/re-builder.el (reb-display-subexp):
25946         * emulation/edt.el (edt-set-scroll-margins):
25947         * emulation/tpu-extras.el (tpu-set-scroll-margins):
25948         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
25949         (vip-get-ex-count):
25950         * emulation/viper-ex.el (viper-get-ex-token)
25951         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
25952         * international/fontset.el (fontset-plain-name):
25953         * mail/feedmail.el (feedmail-look-at-queue-directory):
25954         * mail/mailalias.el (mail-get-names):
25955         * mail/rmail.el (rmail-convert-to-babyl-format):
25956         * mail/rmailsum.el (rmail-make-basic-summary-line)
25957         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
25958         (rmail-summary-goto-msg):
25959         * mail/smtpmail.el (smtpmail-read-response):
25960         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
25961         (ange-ftp-vms-add-file-entry):
25962         * play/gametree.el (gametree-looking-at-ply)
25963         (gametree-current-branch-score):
25964         * progmodes/ada-xref.el (ada-prj-find-prj-file)
25965         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
25966         * progmodes/cperl-mode.el (condition-case):
25967         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
25968         (ebrowse-set-member-buffer-column-width)
25969         (ebrowse-select-1st-to-9nth):
25970         * progmodes/etags.el (etags-snarf-tag):
25971         * progmodes/flymake.el (flymake-parse-line):
25972         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
25973         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
25974         (idlwave-shell-menu-def):
25975         * progmodes/ps-mode.el (ps-run-goto-error):
25976         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
25977         (vhdl-speedbar-contract-level):
25978         * term/mac-win.el (x-handle-numeric-switch):
25979         * term/sun-mouse.el (sun-get-frame-data):
25980         * term/w32-win.el (x-handle-numeric-switch):
25981         * term/x-win.el (x-handle-numeric-switch):
25982         * textmodes/ispell.el (ispell-parse-output):
25983         * textmodes/nroff-mode.el (nroff-outline-level):
25984         * textmodes/reftex-cite.el (reftex-bib-sort-year)
25985         (reftex-bib-sort-year-reverse, reftex-format-citation):
25986         * textmodes/reftex-parse.el (reftex-init-section-numbers)
25987         (reftex-section-number):
25988         * textmodes/texinfmt.el (texinfo-paragraphindent):
25989         Replace `string-to-int' by `string-to-number'.
25991         * international/latexenc.el: Add page marker to force the "Local
25992         Variables:" string out of the last page.
25994 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
25996         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
25997         tooltip-change-major-mode.
25998         (gud-tooltip-print-command): Remove case where gud-minor-mode
25999         is gdb ("--fullname").
26000         (gud-tooltip-tips): Turn GUD tooltips off for this case and
26001         explain to user.
26003 2005-05-16  Jay Belanger  <belanger@truman.edu>
26005         * calc/calc-store.el (calc-copy-special-constant): New function.
26007         * calc/calc-ext.el (calc-init-extensions): Add binding for
26008         `calc-copy-special-constant'.
26010         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
26011         for the `calc-copy-special-constant' command.
26013 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
26015         * subr.el (left-fringe-p): New function.
26017         * progmodes/compile.el (compilation-setup): Set local value of
26018         overlay-arrow-string to "" always.
26019         (compilation-set-window): Left fringe then don't scroll.
26020         No left fringe then no arrow and scroll message to top.
26021         (compilation-context-lines): Adjust doc string accordingly.
26023 2005-05-16  Kim F. Storm  <storm@cua.dk>
26025         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
26026         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
26027         (ido-wide-find-dir-or-delete-dir): New command for M-d.
26028         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
26029         (ido-read-file-name): Handle commands with ido property value
26030         equal to find-file as reading a file name, to allow C-d to enter dired.
26031         (ibuffer-find-file): Add ido property with value find-file.
26033 2005-05-15  Kim F. Storm  <storm@cua.dk>
26035         * subr.el (open-network-stream-nowait): Remove.
26036         (open-network-stream-server): Remove.
26038 2005-05-15  Richard M. Stallman  <rms@gnu.org>
26040         * faces.el (describe-face): Output a definition link button.
26042         * help-mode.el (help-face-def): New button type.
26044         * emacs-lisp/copyright.el (copyright-fix-years):
26045         Match properly if the first year is 2-digit.
26046         Don't mess up the whitespace after the years by filling.
26048         * dired-aux.el (dired-mark-confirm):
26049         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
26051         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
26052         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
26053         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
26055         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26056         Set font-lock-comment-start-skip.
26058         * font-lock.el (font-lock-comment-start-skip): New variable.
26059         (font-lock-comment-end-skip): New variable.
26060         (font-lock-fontify-syntactically-region): Use them if non-nil.
26062 2005-05-15  Jay Belanger  <belanger@truman.edu>
26064         * calc/calc-store.el (calc-store-value): Return a string rather
26065         than display it as a message.
26066         Use calc-var-name for variable name.
26067         (calc-store-into): Add the result of calc-store-value to message.
26068         (calc-copy-variable): Add a message.
26069         (calc-store-exchange): Improve error messages.
26070         (calc-store-binary, calc-store-map): Don't reset the values of
26071         special constants.
26073 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
26075         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
26076         manual to docstring.
26078         * files.el (hack-local-variables-confirm): Add STRING argument.
26079         Make the function handle non file visiting buffers correctly.
26080         (hack-local-variables-prop-line, hack-local-variables)
26081         (hack-one-local-variable): Use STRING arg of
26082         `hack-local-variables-confirm'.
26084 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
26086         Sync with Tramp 2.0.49.
26088         * net/tramp.el (tramp-handle-dired-call-process)
26089         (tramp-handle-insert-directory):`insert-buffer' cannot be used
26090         because the contents of the Tramp buffer is changed before
26091         insertion (`expand-file' and alike).
26092         (tramp-handle-insert-directory): If `localname' has an empty
26093         nondirectory name, it must not be quoted.
26094         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
26095         variable `tramp-chunksize'.  Change callees.
26096         (tramp-open-connection-setup-interactive-shell): Check remote host
26097         for buggy `send-process-string' implementation.
26098         Set `tramp-chunksize' if found.  Reported by Michael Kifer
26099         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
26100         (tramp-handle-shell-command): `insert-buffer' cannot be used
26101         because the contents of the Tramp buffer is changed before
26102         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
26103         <frederic.bothamy@free.fr>.
26104         (tramp-set-auto-save): Actions should be done for Tramp file name
26105         handler only.  Ange-FTP has its own auto-save mechanism.
26106         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26107         (tramp-set-auto-save-file-modes): Set file modes of
26108         `buffer-auto-save-file-name' to ?\600 as fallback solution.
26109         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
26110         (tramp-bug): Remove obsolete variable.
26111         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
26112         for presence of `mml-mode'.  Make it running for older Emacsen as well.
26114 2005-05-14  John Paul Wallington  <jpw@pobox.com>
26116         * ibuf-ext.el (define-ibuffer-filter filename):
26117         If `dired-directory' is a list, use its car.
26119 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
26121         * ibuffer.el (define-ibuffer-column filename):
26122         If `dired-directory' is a list, use its car.
26124 2005-05-14  Richard M. Stallman  <rms@gnu.org>
26126         * subr.el (symbol-file): Doc fix.
26128         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
26129         (byte-compile-form): Call byte-compile-nogroup-warn.
26130         (byte-compile-warning-types): Doc fix.
26132         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
26134         * progmodes/cc-engine.el (c-literal-faces):
26135         Add font-lock-comment-delimiter-face.
26137         * net/net-utils.el (dig): Use with-no-warnings.
26139         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
26140         (sc-recite-frame-alist, sc-default-cite-frame)
26141         (sc-default-uncite-frame, sc-default-recite-frame)
26142         (sc-attrib-selection-list, sc-rewrite-header-list):
26143         Mark as risky-local-variable.
26145         * international/ogonek.el (ogonek-jak, ogonek-how):
26146         Don't use beginning-of-buffer.
26148         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
26150         * calendar/solar.el (solar-data-list): Move definition up.
26152         * dnd.el (dnd-protocol-alist): Add autoload.
26154         * progmodes/sh-script.el: Many doc usage fixes.
26155         (sh-indent-after-do): Change default to match common styles.
26157 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
26159         * files.el (interpreter-mode-alist)
26160         (auto-mode-interpreter-regexp): Doc fixes.
26162 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
26164         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
26166         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
26168 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
26170         * dired.el (dired-mode): make-variable-buffer-local =>
26171         make-local-variable.
26173 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26175         * term/mac-win.el (mac-select-convert-to-string): Try coding
26176         systems in mac-script-code-coding-systems if specified one cannot
26177         encode string for `com.apple.traditional-mac-plain-text'.
26179 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
26181         * progmodes/make-mode.el (makefile-targets-face)
26182         (makefile-shell-face, makefile-makepp-perl-face): New faces.
26183         (makefile-dependency-regex): Fix it to not make the colon in
26184         $(var:a=b) special.
26185         (makefile-rule-action-regex): New regexp for highlighting embedded
26186         Shell strings.
26187         (makefile-macroassign-regex): Handle != for highlighting as
26188         embedded Shell strings.
26189         (makefile-var-use-regex): New const.
26190         (makefile-statements, makefile-automake-statements)
26191         (makefile-gmake-statements, makefile-makepp-statements)
26192         (makefile-bsdmake-statements): New consts.
26193         (makefile-make-font-lock-keywords): New function.
26194         (makefile-automake-font-lock-keywords)
26195         (makefile-gmake-font-lock-keywords)
26196         (makefile-makepp-font-lock-keywords)
26197         (makefile-bsdmake-font-lock-keywords): New consts.
26198         (makefile-mode-map): Add switchers between the various submodes.
26199         (makefile-mode): Document the availability of the variants.
26200         (makefile-automake-mode, makefile-gmake-mode)
26201         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
26203         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
26204         new variants of makefile-mode.
26206 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26208         * font-lock.el (font-lock-comment-delimiter-face): Fix up
26209         the inheritance.
26211 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
26213         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
26214         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
26216         * files.el (normal-mode): Extend the scope of the
26217         `enable-local-variables' binding to include the `set-auto-mode' call.
26218         (magic-mode-alist): Doc fix.
26220 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26222         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
26223         font-lock-comment-face rather than copying its setting.
26225 2005-05-12  Andreas Schwab  <schwab@suse.de>
26227         * eshell/esh-mode.el (eshell-send-input): Doc fix.
26229 2005-05-12  Lute Kamstra  <lute@gnu.org>
26231         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
26232         defcustom for the mode hook variable.  Delete the last argument.
26233         * generic-x.el: Fix callers of define-generic-mode.
26234         (generic-x-modes): Delete group.
26235         (show-tabs-tab-face, show-tabs-space-face): Put them in the
26236         generic-x customization group.
26238 2005-05-12  Kim F. Storm  <storm@cua.dk>
26240         * font-lock.el (font-lock-negation-char-face): Default to "off".
26242         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
26243         font-lock-negation-char-face to ! in !=.
26245 2005-05-12  Masatake YAMATO  <jet@gyve.org>
26247         * add-log.el (find-change-log): Fix typos in the docstring
26248         of function.
26250 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
26252         * international/latexenc.el (latexenc-find-file-coding-system):
26253         Avoid `re-search-forward' when looking for input encoding because
26254         of speed and safety.  Better regular expressions for recognizing
26255         input encoding.  Limit a search for TeX-master/tex-main-file to
26256         the local variable section.
26258 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
26260         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
26261         syntax of $ to "'" (quote).
26263 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
26265         * dnd.el (dnd-protocol-alist): Improve custom type.
26267         * dired.el (dired-dnd-protocol-alist): New variable.
26268         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
26269         `dired-mode-hook' to the end.
26271 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
26273         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
26274         comment-end if comment-start-skip is not set.
26275         Obey the font-lock-comment-delimiter-face variables.
26277 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
26279         * files.el (executable-find): Move from executable.el.  Use
26280         locate-file.
26281         * progmodes/executable.el (executable-find): Move to files.el.
26283         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
26284         when trying to ensure forward progress.
26286 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
26288         * mouse-sel.el (mouse-sel-follow-link-p): New function.
26289         (mouse-select, mouse-select-internal, mouse-extend-internal):
26290         Use it to implement mouse-1-click-follows-link functionality.
26292 2005-05-11  Richard M. Stallman  <rms@gnu.org>
26294         * font-lock.el (font-lock-fontify-syntactically-region):
26295         Use font-lock-comment-delimiter-face for comment delimiters.
26297 2005-05-10  Jay Belanger  <belanger@truman.edu>
26299         * calc/calc-help.el (calc-m-prefix-help): Add mention of
26300         preserving embedded modes.
26302 2005-05-10  Richard M. Stallman  <rms@gnu.org>
26304         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
26306         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
26307         Move from ada-stmt.el.
26308         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
26310         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
26311         Move to ada-mode.el.
26312         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
26314         * cus-edit.el (custom-file): Call file-chase-links.
26316         * files.el (read-directory-name): Fix previous change.
26317         (hack-local-variables-confirm): New function.
26318         (hack-local-variables-prop-line, hack-local-variables)
26319         (hack-one-local-variable): Use it.
26321 2005-05-10  Lute Kamstra  <lute@gnu.org>
26323         * font-lock.el (font-lock-keywords-alist)
26324         (font-lock-removed-keywords-alist): Clarify docstrings.
26326 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
26328         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
26329         (gdb-source-info): Check for preprocessor info.
26330         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
26331         a macro for a function.
26332         (gdb-info-breakpoints-custom): Try to find file again if not already
26333         found (user might have used GDB dir command).
26334         (gdb-get-location): Update gdb-location-alist correctly for change
26335         to gdb-info-breakpoints-custom.
26337         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
26338         (gud-tooltip-print-command): Add gdbmi case.
26339         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
26340         preprocessor info.
26342 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
26344         * startup.el (fancy-splash-insert): Fix typo in doc string.
26346 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
26348         * obsolete/float.el (string-to-float):
26349         * obsolete/hilit19.el (hilit-add-pattern):
26350         * obsolete/rnews.el (news-parse-range, news-select-message)
26351         (news-get-pruned-list-of-files): Replace `string-to-int' by
26352         `string-to-number'.
26354         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
26355         `find-file-not-found-hooks'; use `add-hook'.
26356         (uncompress-while-visiting): Set `write-file-functions', not
26357         `write-file-hooks'; use `add-hook'.
26359 2005-05-09  Kim F. Storm  <storm@cua.dk>
26361         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
26362         (cua-paste): Handle clipboard action.
26363         (cua--init-keymaps): Remap clipboard-kill-region and
26364         clipboard-kill-ring-save.
26366 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
26368         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
26369         Improve commentary.
26371         * simple.el (next-error-overlay-arrow-position): Revert the change
26372         made on 2005-04-30.
26374 2005-05-07  Jay Belanger  <belanger@truman.edu>
26376         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
26377         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
26378         `calc-sel-reselect'.
26380         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
26381         Calc is in embedded mode.
26383 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
26385         * progmodes/compile.el (compilation-setup):
26386         Set overlay-arrow-string to an empty string on text terminals.
26388         * textmodes/ispell.el (ispell-program-name): Try looking for
26389         "aspell" along exec-path, and if found, use it as the default
26390         speller program.
26392 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
26394         * international/mule.el (sgml-xml-auto-coding-function):
26395         Recognize encoding='FOO' in single quotes as well as in double quotes.
26397 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
26399         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
26400         as well as `interactive', so that defmacro* would recognize
26401         `declare' forms.
26403 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
26405         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
26406         Explain more about the LIGHTER arg's usage in the doc string.
26407         Add commentary to clarify what the code does.  Fix the regexp that
26408         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
26409         since it could have characters special to regular expressions.
26411 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
26413         * replace.el (occur-1): Bind inhibit-read-only so that
26414         erase-buffer doesn't barf on read-only text properties (likewise
26415         for add-text-properties in occur-engine).  Mark buffer as unmodified.
26416         (occur-engine): Don't set buffer-read-only here.
26418 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26420         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
26421         list-buffers-directory.  This caused the *cvs-commit* buffer to be
26422         sometimes mistakenly reused as a *cvs* buffer.
26424 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
26426         * tooltip.el: Move code for GUD tooltips into gud.el.
26427         (require): CL no longer needed to compile case.
26428         (tooltip-mode): Do not toggle functions for GUD tooltips.
26429         (tooltip-gud-tips-p): Remove.  Replace with minor mode
26430         gud-tooltip-mode in gud.el.
26431         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
26432         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
26433         tooltip-gud prefix with gud-tooltip and obsolete.
26434         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
26435         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
26436         (tooltip-mouse-motion): Mouse movement functions/variable.
26437         Rename in gud.el by adding gud prefix.
26438         (tooltip-gud-original-filter, tooltip-gud-dereference)
26439         (tooltip-gud-event, tooltip-toggle-gud-tips)
26440         (tooltip-gud-process-output, tooltip-gud-print-command)
26441         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
26442         gud.el by replacing tooltip-gud prefix with gud-tooltip.
26443         (gdb-tooltip-print): Move to gdb-ui.el.
26445         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
26446         (require): CL needed to compile case.
26447         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
26448         tooltip-gud-tips-p.  Make it a minor-mode.
26449         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
26450         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
26451         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
26452         (gud-tooltip-change-major-mode)
26453         (gud-tooltip-activate-mouse-motions-if-enabled)
26454         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
26455         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
26456         (gud-tooltip-original-filter, gud-tooltip-dereference)
26457         (gud-tooltip-event, tooltip-toggle-gud-tips)
26458         (gud-tooltip-process-output, gud-tooltip-print-command)
26459         (gud-tooltip-tips): Move from tooltip.el.
26461         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
26462         (gdb-cpp-define-alist-flags): Doc fix.
26463         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
26464         gud-tooltip-mode is t.
26466 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26468         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
26469         evaporate if their text is deleted.
26470         (goto-address-at-point): Make it work as a mouse binding as well.
26471         (goto-address-at-mouse): Obsolete it.  Update users.
26473 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
26475         * calendar/appt.el (top-level): No longer activate on load.
26477 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
26479         * calendar/cal-bahai.el (mark-bahai-diary-entries):
26480         * net/webjump.el (webjump):
26481         * progmodes/idlw-help.el (idlwave-do-context-help1)
26482         (idlwave-highlight-linked-completions):
26483         * textmodes/po.el (po-find-file-coding-system-guts):
26484         Replace `assoc-ignore-case' by `assoc-string'.
26486 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
26488         * files.el (locate-file): Doc fix.
26490         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
26491         Remove the redundant test for ms-dos.
26493         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
26494         look for the preprocessor with exec-suffixes.  If not found in
26495         standard places, look in exec-path.  Remove most of the tests that
26496         used system-type.
26498         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
26500         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
26502         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
26503         file-name clash with jka-compr.el on 8+3 filesystems.
26505 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26507         * term/mac-win.el: Don't define or bind scroll bar functions if
26508         x-toolkit-scroll-bars is t.
26509         (x-select-text, x-get-selection-value): Clear
26510         x-last-selected-text-clipboard if x-select-enable-clipboard is
26511         nil.
26512         (PRIMARY): Put mac-scrap-name property.
26513         (mac-select-convert-to-file-url): New function.
26514         (public.file-url): New selection target type.  Add to
26515         selection-converter-alist.
26516         (x-get-selection, x-selection-value): Handle it.
26517         (x-cut-buffer-or-selection-value): New alias.
26519 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
26521         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
26522         entry to avoid calling bibtex-find-entry with arg global
26523         being t.  Remove arg key.
26524         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
26525         (bibtex-copy-summary-as-kill): Change accordingly.
26527 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26529         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
26530         (org-agenda-date-later): Use with-current-buffer.
26532 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
26534         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
26535         (define-obsolete-variable-alias): Doc Fixes.
26537 2005-05-06  Kim F. Storm  <storm@cua.dk>
26539         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
26540         vertical-motion when selective-display is active.
26542         * ido.el (ido-setup-hook): New hook.
26543         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
26544         (ido-input-stack): New var.
26545         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
26546         ido-next-work-file binding to M-O.
26547         Bind M-f to ido-wide-find-file-or-pop-dir.
26548         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
26549         (ido-read-internal): Run ido-setup-hook.
26550         Catch quit in read-file-name and read-string to cancel edit.
26551         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
26552         Automatically pop-all when completing a directory name (RET).
26553         (ido-file-internal): Add with-no-warnings around ffap and dired code.
26554         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
26555         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
26556         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
26557         New functions for M-b/M-f to move among the directory components.
26558         (ido-make-merged-file-list): Catch quit to cancel merge.
26559         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
26560         (ido-completion-help): No warnings for ido-completion-buffer-full.
26562 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
26564         * font-lock.el (font-lock-negation-char-face): New face and variable.
26565         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
26566         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
26567         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
26568         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
26570 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
26572         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
26573         Fix typo in docstring.
26575         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
26576         (ebrowse-print-statistics-line)
26577         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
26579         * term/w32-win.el (image-library-alist): Add additional name for
26580         Xpm library.
26582 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
26584         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
26585         use gcc instead of cpp.
26587         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
26588         (gdb-create-define-alist): Use it.
26589         (gdb-cpp-define-alist-program): Update for MS-DOS.
26591 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
26593         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
26595 2005-05-04  Richard M. Stallman  <rms@gnu.org>
26597         * help.el (describe-key): No error when UNTRANSLATED is nil.
26599         * simple.el (line-move-1): Fix previous change to signal errors
26600         appropriately.
26602 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
26604         * calendar/icalendar.el (icalendar-version): Now at 0.12.
26605         (icalendar-duration-correction): Remove.
26606         (icalendar--get-event-properties): Split result at commas.
26607         (icalendar--decode-isoduration): New optional argument
26608         DURATION-CORRECTION.
26609         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
26610         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
26611         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
26612         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
26613         (icalendar--convert-anniversary-to-ical): New functions, extracted
26614         from icalendar-export-region, with bug fixes.
26615         (icalendar-export-region): Use the above functions.
26616         (icalendar-import-buffer): Check before saving diary file.
26617         (icalendar--convert-recurring-to-diary)
26618         (icalendar--convert-non-recurring-all-day-to-diary)
26619         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
26620         extracted from icalendar--convert-ical-to-diary, with bug fixes.
26621         (icalendar--convert-ical-to-diary): Use the above functions.
26623 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
26625         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
26626         Remove these recent additions.
26627         (c-mode): Restore to before 2005-04-28.
26629         * progmodes/cc-vars.el (cc-define-list-program): Remove this
26630         recent addition.
26632         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
26633         (gdb-define-alist): New variables.
26634         (gdb-create-define-alist): New function.
26635         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
26636         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
26637         with string-to-number.
26638         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
26640         * progmodes/gud.el: Replace string-to-int with string-to-number.
26641         (gud-find-file): Handle gdb-define-alist.
26643         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
26645 2005-05-02  Jay Belanger  <belanger@truman.edu>
26647         * calc/calc-aent.el (math-read-token):
26648         * calc/calc-bin.el (calc-word-size):
26649         * calc/calc-ext.el (calc-read-number-fancy):
26650         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
26651         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
26652         * calc/calc-frac.el (calc-over-notation):
26653         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
26654         (calc-graph-num-points, calc-graph-init):
26655         * calc/calc-prog.el (calc-read-parse-table-part)
26656         (calc-edit-macro-repeats):
26657         * calc/calc-yank.el (calc-do-grab-rectangle):
26658         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
26659         Replace `string-to-int' by `string-to-number'.
26661 2005-05-02  Kim F. Storm  <storm@cua.dk>
26663         * kmacro.el: Use executing-kbd-macro-index variable.
26665 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
26667         * net/rlogin.el (rlogin-parse-words): Delete func.
26668         (rlogin): Use split-string, not rlogin-parse-words.
26669         Also, if there are option-like elements in the parsed args,
26670         take the host to be the first arg immediately following them.
26671         Suggested by Michael Mauger.
26673 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
26675         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
26677 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
26679         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
26680         (cc-mode-cpp-program): Rename to cc-define-list-program and
26681         move to cc-vars.el.
26683         * progmodes/cc-vars.el (cc-define-list-program):
26684         Change to "gcc -E -dM -".  Make customizable.
26686 2005-05-02  Kim F. Storm  <storm@cua.dk>
26688         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
26690 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
26692         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
26694         * international/mule-util.el (truncate-string): Remove alias and
26695         obsolete declaration.
26697         * international/mule-cmds.el (update-iso-coding-systems):
26698         Remove alias and obsolete declaration.
26700         * international/mule.el (coding-system-parent): Remove alias and
26701         obsolete declaration.
26703         * subr.el (define-function, sref): Remove aliases and obsolete
26704         declarations.
26705         (chars-in-region): Remove obsolete declaration.
26707 2005-05-01  Richard M. Stallman  <rms@gnu.org>
26709         * info.el (Info-mode): Set widen-automatically to nil, locally.
26711         * simple.el (widen-automatically): New variable.
26712         (pop-global-mark): Obey widen-automatically.
26714 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
26716         * term/xterm.el (function-key-map): Call substitute-key-definition
26717         before the keymap size is increased by a lot of define-key calls.
26719 2005-05-01  Richard M. Stallman  <rms@gnu.org>
26721         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
26722         Rename ARG to ELEMENT.  Doc fix.
26724 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
26726         * allout.el (allout-exposure): Remove macro and obsolete declaration.
26727         Remove references to allout-exposure/change to allout-new-exposure.
26729         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
26730         bytecode symbols.
26732         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
26733         (compiled-function-p, focus-frame, unfocus-frame):
26734         Remove aliases and obsolete declarations.
26735         Back out inadvertent changes from previous commit.
26737 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
26739         * files.el (require-final-newline): Make Custom tags consistent
26740         with mode-require-final-newline.
26741         (mode-require-final-newline): Doc fix.
26743 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26745         * international/latexenc.el (latexenc-find-file-coding-system):
26746         Fix regular expressions.
26748 2005-05-01  David Kastrup  <dak@gnu.org>
26750         * international/latexenc.el (latexenc-find-file-coding-system):
26751         Fix regular expressions.
26753 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
26755         * subr.el (string-to-int): Make obsolete.
26757 2005-04-30  Richard M. Stallman  <rms@gnu.org>
26759         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
26761         * loadup.el: load jka-comp-hook.
26763         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
26764         (jka-compr-handler): Add autoload.  `put' calls moved
26765         to jka-comp-hook.el.
26766         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
26767         (jka-compr-inhibit): Autoload.
26769         * jka-comp-hook.el: New file.
26770         Enable the mode by default.
26772         * files.el (backup-buffer-copy): Use copy-file instead
26773         of write-region, and put back the 'excl.
26775 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
26777         * progmodes/flymake.el (flymake-split-string)
26778         (flymake-split-string, flymake-log, flymake-pid-to-names)
26779         (flymake-reg-names, flymake-get-source-buffer-name)
26780         (flymake-unreg-names, flymake-add-line-err-info)
26781         (flymake-add-err-info): Clarify docstrings.
26782         (flymake-popup-menu, flymake-make-emacs-menu)
26783         (flymake-make-xemacs-menu): Add docstrings.
26784         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
26785         Set variables directly throughout.
26787 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
26789         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
26790         exists.  Initialize cc-define-alist.
26791         (c-mode): Add cc-create-define-alist locally to after-save-hook.
26792         If there is no file (Macroexpansion) don't create an alist.
26794 2005-04-29  Sam Steingold  <sds@gnu.org>
26796         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
26797         (cc-create-define-alist): Use it instead of the hard-coded string.
26799 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26801         * international/mule-conf.el (file-coding-system-alist): Fix regexp
26802         for latexenc.
26804 2005-04-29  Lute Kamstra  <lute@gnu.org>
26806         * emacs-lisp/generic.el: Improve commentary section.
26807         (define-generic-mode): Improve docstring.
26809 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
26811         * textmodes/org.el (many places): Change to quiet the byte compiler.
26812         (org-prefix-format-compiled): New variable.
26813         (org-compile-prefix-format): New function.
26814         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
26815         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
26816         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
26817         (org-get-entries-from-diary): Use `org-get-time-of-day' for
26818         consistency with entries from `org-mode' files.
26819         (org-get-time-of-day): Fix bug with partial matches early in a line.
26820         (org-non-link-chars): New constant.
26821         (org-link-regexp): Respect `org-non-link-chars'.
26822         (org-agenda-day-view): Remove command.
26823         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
26824         (org-follow-bbdb-link, org-store-link): Search also company field.
26825         (org-highlight-overlay): New variable.
26826         (org-highlight, org-unhighlight): New functions.
26827         (org-agenda-mode): Add pre-command-hook to remove highlight.
26828         (org-evaluate-time-range): Behavior depends upon whether time stamp
26829         contains a time or not.
26830         (org-show-subtree, org-show-entry): New functions.
26831         (org-agenda-cleanup-fancy-diary): Remove empty lines.
26833 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
26835         * comint.el (comint-output-filter-functions): Add autoload cookie.
26837 2005-04-28  Kim F. Storm  <storm@cua.dk>
26839         * ido.el (ido-everywhere): Fix last change.
26841 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
26843         * international/latexenc.el: New file.
26844         * international/mule-conf.el (file-coding-system-alist): For .tex,
26845         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
26847 2005-04-28  Lute Kamstra  <lute@gnu.org>
26849         * font-lock.el (font-lock-add-keywords)
26850         (font-lock-remove-keywords): Clarify docstring.
26851         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
26852         Don't start docstrings with a `*'.
26853         (font-lock-update-removed-keyword-alist): Give it a docstring.
26855         * generic-x.el: Update commentary section.
26856         Only require font-lock when compiling.
26857         Define all modes conditionally.
26858         Place all generic modes in the generic-x-modes customization group.
26859         (generic-x-modes): New customization group.
26860         (generic-default-modes, generic-mswindows-modes)
26861         (generic-unix-modes, generic-other-modes): New constants.
26862         (generic-define-mswindows-modes, generic-define-unix-modes):
26863         Update docstrings.  Make them obsolete.
26864         (generic-extras-enable-list): New default value.  Update docstring.
26865         Improve :type.  Change :set function.
26866         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
26867         Fix docstring.
26869         * emacs-lisp/generic.el (generic-mode-internal):
26870         Simplify font-lock-defaults.
26871         (define-generic-mode): Fix docstring.
26873 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26875         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
26876         font-lock-face property to highlight matches.
26878 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
26880         * progmodes/cc-mode.el (cc-create-define-alist): New function.
26881         (cc-define-alist): New variable.
26882         (c-mode): Make it local and initialize it.
26884         * progmodes/gdb-ui.el (gdb-active-process): New variable.
26885         (gdb-exited): New function.
26886         (gdb-annotation-rules): Use it.
26887         (gdb-starting): Set gdb-active-process to t.
26888         (gdb-stopping): Amend doc string.
26889         (gdb-reset): Set gdb-active-process to nil.
26891         * tooltip.el (tooltip-gud-tips): Show the associated #define
26892         directives when a C program under GDB is not executing.
26894 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
26896         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
26897         font-lock-fontify-syntactic-keywords.
26899         * font-lock.el (font-lock-default-fontify-region): Don't force
26900         parse-sexp-lookup-properties to nil.
26902 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
26904         * man.el (man-mode-syntax-table): Set up `:' to have
26905         word-constituent syntax.
26907 2005-04-27  Lute Kamstra  <lute@gnu.org>
26909         * novice.el (disable-command): Don't add spurious newlines to the
26910         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
26912 2005-04-26  Jay Belanger  <belanger@truman.edu>
26914         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
26915         than one window before deleting window.
26917 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
26919         * shell.el (shell-prompt-pattern): Doc fix.
26920         (shell-mode): Set paragraph-separate buffer locally to "\\'".
26922         * comint.el (comint-prompt-regexp, comint-get-old-input)
26923         (comint-use-prompt-regexp)
26924         (comint-use-prompt-regexp-instead-of-fields)
26925         (comint-replace-by-expanded-history, comint-send-input)
26926         (comint-output-filter, comint-get-old-input-default)
26927         (comint-line-beginning-position, comint-bol, comint-show-output)
26928         (comint-backward-matching-input, comint-forward-matching-input)
26929         (comint-next-prompt, comint-previous-prompt):
26930         Rename `comint-use-prompt-regexp-instead-of-fields' to
26931         `comint-use-prompt-regexp'.  Keep old name as alias and declare
26932         obsolete.
26933         (comint-use-prompt-regexp): Shorten first line of doc string.
26935         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
26936         Set paragraph-separate buffer locally to "\\'".
26938         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
26939         Adapt to above name change.
26941         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
26942         (smbclient-prompt-regexp): Ditto.
26944         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
26946 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
26948         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
26949         gdb-location-list.
26950         Break lines that are over 80 characters wide.
26952 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26954         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
26955         New fun and var, to preserve compatibility.
26957         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
26959 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
26961         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
26962         name to file-newer-than-file-p.
26964 2005-04-26  Richard M. Stallman  <rms@gnu.org>
26966         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
26968         * progmodes/python.el (python-mode):
26969         Use new name eldoc-documentation-function.
26971         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
26973         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
26974         (eldoc-documentation-function):
26975         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
26977 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
26979         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
26981 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
26983         * term/xterm.el (function-key-map): Fix strings for
26984         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
26985         {C,S,A,C-S}-{f1-f12}.
26987 2005-04-26  Kenichi Handa  <handa@m17n.org>
26989         * international/mule-cmds.el (select-safe-coding-system):
26990         Fix previous change.
26992 2005-04-26  Lute Kamstra  <lute@gnu.org>
26994         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
26996         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
26997         (font-lock-comment-delimiter-face): Ditto.
26999         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
27001 2005-04-25  Jay Belanger  <belanger@truman.edu>
27003         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
27004         to t while inserting information; use help-mode.
27006 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
27008         * term.el (ansi-term-color-vector): Use the xterm colors.
27009         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
27011 2005-04-25  Lute Kamstra  <lute@gnu.org>
27013         * font-core.el (font-lock-defaults): Fix docstring.
27015         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
27017 2005-04-25  Kenichi Handa  <handa@m17n.org>
27019         * international/mule-cmds.el (select-safe-coding-system):
27020         Don't check consistency with coding: spec, etc if raw-text or
27021         no-conversion was found to be safe.
27023 2005-04-24  Richard M. Stallman  <rms@gnu.org>
27025         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
27026         citation markers at start of each line.
27028         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
27029         citation markers at start of each line.
27031         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
27033         * files.el (mode-require-final-newline): Fix previous change.
27034         (require-final-newline): Fix type label.
27036 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
27038         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
27039         statement in buffer (broken by 2004-11-24 change).
27041 2005-04-24  Kim F. Storm  <storm@cua.dk>
27043         * ido.el (ido-everywhere): Save and restore old read-buffer-function
27044         and read-file-name-function values.  Don't overwrite existing
27045         non-nil values if ido-mode is enabled without ido-everywhere.
27047 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
27049         * files.el (mode-require-final-newline): Minor doc fix.
27051 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
27053         * subr.el (syntax-after): Doc fix.
27054         (syntax-class): If argument is nil, return nil.  Mask off upper 16
27055         bits, not 8 bits.
27057         * files.el (mode-require-final-newline): Doc fix.
27058         (backup-buffer-copy): Fix last change.
27060 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27062         * term/mac-win.el: Require select.  Set selection-coding-system to
27063         mac-system-coding-system.  Call menu-bar-enable-clipboard.
27064         (x-last-selected-text-clipboard, x-last-selected-text-primary)
27065         (x-select-enable-clipboard): New variables.
27066         (x-select-text, x-get-selection, x-selection-value)
27067         (x-get-selection-value, mac-select-convert-to-string)
27068         (mac-services-open-file, mac-services-open-selection)
27069         (mac-services-insert-text): New functions.
27070         (CLIPBOARD, FIND): Put mac-scrap-name property.
27071         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
27072         (public.tiff): Put mac-ostype property.
27073         (selection-converter-alist): Add entries for them.
27074         (mac-application-menu-map): New keymap.
27075         (interprogram-cut-function, interprogram-paste-function): Set to
27076         x-select-text and x-get-selection-value, respectively.
27077         (split-window-keep-point): Set to t.
27079 2005-04-23  Richard M. Stallman  <rms@gnu.org>
27081         * files.el (read-directory-name): Always pass non-nil
27082         DEFAULT-FILENAME arg to read-file-name.
27083         (backup-buffer-copy, basic-save-buffer-2): Take care against
27084         writing thru an unexpected existing symlink.
27085         (revert-buffer): In indirect buffer, revert the base buffer.
27086         (magic-mode-alist): Doc fix.
27087         (buffer-stale-function): Doc fix.
27088         (minibuffer-with-setup-hook): Avoid warning.
27089         (mode-require-final-newline): Doc and custom fix.
27091         * follow.el (follow-end-of-buffer): Use with-no-warnings.
27093         * font-lock.el (font-lock-comment-face): On terminals with few colors,
27094         use the default appearance.
27095         (font-lock-comment-delimiter-face): New face, new variable.
27097         * imenu.el (imenu--generic-function): The official position of a
27098         definition is the start of the line that BEG is in.
27100         * midnight.el (midnight-timer): Move defvar up.
27102         * mouse.el (mouse-drag-region-1): Delete some debugging code.
27104         * saveplace.el (save-place-to-alist): Use with-no-warnings.
27106         * startup.el (command-line): Use with-no-warnings.
27108         * window.el (window-size-fixed): New defvar.
27110         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
27112         * mail/rmail.el (rmail-font-lock-keywords):
27113         Use font-lock-comment-delimiter-face.
27115         * mail/sendmail.el (mail-font-lock-keywords):
27116         Use font-lock-comment-delimiter-face.
27118         * progmodes/compile.el (next-error-highlight-timer): New defvar.
27120 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
27122         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27123         Specify t for LAXMATCH when matching directories.
27124         Save match data around compilation-compat-error-properties form.
27126 2005-04-23  David Kastrup  <dak@gnu.org>
27128         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
27129         Mention that the autoloaded aliases should be kept for AUCTeX.
27131 2005-04-23  Andreas Schwab  <schwab@suse.de>
27133         * isearch.el (isearch-forward): Doc fix.
27135 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
27137         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
27138         (jit-lock-stealth-nice): Change default value to 0.5.
27140 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
27142         * abbrev.el (write-abbrev-file): Write table entries in
27143         alphabetical order by table name.
27145 2005-04-22  Kim F. Storm  <storm@cua.dk>
27147         * ido.el (ido-read-internal): Fix `list' completion.
27149 2005-04-22  Kenichi Handa  <handa@m17n.org>
27151         * recentf.el (recentf-save-file-coding-system): New variable.
27152         (recentf-save-list): Encode the file by
27153         recentf-save-file-coding-system and add coding: tag.
27155 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
27157         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
27159 2005-04-21  Lute Kamstra  <lute@gnu.org>
27161         * loadhist.el (unload-feature): Don't remove a function from hooks
27162         if it is about to be restored to an autoload .  Remove functions
27163         that will become unbound from auto-mode-alist.  Simplify the code.
27165         * subr.el (assq-delete-all): New implementation that is linear,
27166         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
27167         (rassq-delete-all): New function.
27169         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
27170         Add size-indication-mode.
27172 2005-04-21  Kenichi Handa  <handa@m17n.org>
27174         * international/mule-cmds.el: Add autoload for widget-value in
27175         eval-when-compile.
27177 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
27179         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
27180         Add tooltip-mode.
27182         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
27184 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
27186         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
27187         (inferior-lisp-filter-regexp, inferior-lisp-program)
27188         (inferior-lisp-load-command, inferior-lisp-prompt)
27189         (inferior-lisp-mode-hook, lisp-source-modes)
27190         (inferior-lisp-load-hook): defvar->defcustom.
27191         (inferior-lisp-program, inferior-lisp-prompt)
27192         (inferior-lisp-load-hook): Doc fixes.
27193         (inferior-lisp-install-letter-bindings): Small change in
27194         introductory comment.
27196 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
27198         * vc.el (vc-annotate-color-map): Change some colors so that text
27199         using them as foreground is readable on both white and black
27200         backgrounds.
27202 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
27204         * international/mule-conf.el (translation-table-for-input):
27205         Remove redundant declaration.
27207 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
27209         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
27211         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
27212         (tooltip-toggle-gud-tips): New function.
27214 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27216         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
27217         right angle brackets.
27219 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
27221         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
27223 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
27225         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
27226         Remove.  Update callers to use expand-file-name instead.
27228         * subr.el (syntax-class): New function.
27230         * simple.el (blink-matching-open): Use it.
27232         * paren.el (show-paren-function): Use it to recognize parens that are
27233         also used in 2-char comment markers.
27235 2005-04-19  Lute Kamstra  <lute@gnu.org>
27237         * loadhist.el (unload-feature): Update for new format of
27238         load-history.  Simplify the code.
27240 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27242         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
27243         (mac-add-charset-info): New function.  Initialize variable
27244         mac-charset-info-alist using it.
27245         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
27246         for translation.
27247         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
27248         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
27249         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
27250         New CCL programs.
27252 2005-04-19  Kim F. Storm  <storm@cua.dk>
27254         * simple.el (next-buffer, prev-buffer, next-error)
27255         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
27256         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
27258         * bindings.el (next-buffer, prev-buffer, next-error)
27259         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
27260         (clone-indirect-buffer-other-window): Move bindings from simple.el.
27261         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
27262         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
27264 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
27266         * isearch.el (isearch-edit-string): Make the search-ring available for
27267         minibuffer history commands.
27268         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
27269         the default history commands now work just as well.
27270         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
27272 2005-04-18  Kim F. Storm  <storm@cua.dk>
27274         * emulation/cua-base.el (cua--pre-command-handler): Add more
27275         elaborate check for shift modifier on non-window systems.
27277 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
27279         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
27281 2005-04-18  Kim F. Storm  <storm@cua.dk>
27283         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
27284         and make it optional.  Don't test tooltip-gud-echo-area here.
27285         (tooltip-gud-process-output, gdb-tooltip-print):
27286         Pass tooltip-gud-echo-area to tooltip-show.
27287         (tooltip-help-tips): Remove second optional arg to tooltip-show.
27289 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27291         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
27292         `display-graphic-p' may not be bound yet.
27294 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
27296         * startup.el (command-line): No longer enable Xterm Mouse mode by
27297         default in terminals compatible with xterm.
27299         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
27301 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
27303         * tooltip.el (tooltip-gud-echo-area): Rename from
27304         tooltip-use-echo-area.
27305         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
27306         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
27307         area independently of where help tooltips are displayed.
27309 2005-04-17  David Kastrup  <dak@gnu.org>
27311         * cus-theme.el (custom-theme-write-variables): Quote variables
27312         where necessary.
27314 2005-04-17  Richard M. Stallman  <rms@gnu.org>
27316         * simple.el (yank-excluded-properties): Add follow-link to value.
27318         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
27320         * startup.el (fancy-splash-max-time): Just 30 seconds.
27321         (fancy-splash-delay): Just 7.
27322         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
27324         * loadhist.el (unload-feature): Update for new format of load-history.
27325         Simplify the code.
27327         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
27328         (rmail-font-lock-keywords): Don't fontify the text of a citation.
27330         * mail/sendmail.el (mail-font-lock-keywords):
27331         Don't fontify subject text.
27332         Don't fontify the text of a citation.
27334 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
27336         * comint.el (comint-output-filter): Run comint-output-filter-functions
27337         with point where the user had it.
27339 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
27341         * international/ucs-tables.el (ucs-set-table-for-input):
27342         Disable when using unify-on-decoding.
27344 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
27346         * emulation/cua-base.el (cua-global-mark-face): Add special case
27347         for displays supporting a high number of colors.
27349 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
27351         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
27353 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
27355         * filesets.el (filesets-add-buffer): If user supplies a name of a
27356         non-existing fileset, create a new fileset.
27358 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
27360         * textmodes/org.el (org-up-heading-all): Fix bug with
27361         `outline-up-heading-all'.
27363 2005-04-16  Andreas Schwab  <schwab@suse.de>
27365         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
27366         /etc/permissions.d/* and /etc/aliases.d/*.
27368 2005-04-16  Kenichi Handa  <handa@m17n.org>
27370         * international/code-pages.el (cp-make-coding-system):
27371         Set `translation-table-for-input' property value to the symbol
27372         ucs-mule-to-mule-unicode, not to that value.
27373         (pt154): Escape guillemet by `\'.
27375 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
27377         * loadup.el: Load tooltip if x-show-tip is fboundp.
27379         * startup.el (command-line): Add comment.
27381         * tooltip.el (tooltip-mode): Specify correct standard value for
27382         Custom in init-value.
27384 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
27386         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
27387         possible.
27389 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
27391         * textmodes/org.el (org-agenda-date-prompt): Rename from
27392         `org-agenda-date-today'.
27393         (org-evaluate-time-range): Insert at point instead of directly
27394         after time range.
27395         (org-first-headline-recenter, org-subtree-end-visible-p)
27396         (org-optimize-window-after-visibility-change): New functions
27397         (org-agenda-post-command-hook): Don't allow point at end of line,
27398         to make sure it always hits the text properties.
27399         (org-agenda-next-date-line, org-agenda-previous-date-line):
27400         New commands.
27401         (org-set-regexps-and-options): Category may contain white space.
27402         (org-agenda-get-deadlines, org-agenda-get-scheduled):
27403         Improve marker positions.
27404         (org-agenda-new-marker): Argument POS made optional.
27405         (org-agenda-get-timestamps): Deadlines which are done are listed
27406         in org-done-face now.
27407         (org-agenda-get-todos, org-agenda-get-timestamps)
27408         (org-agenda-get-deadlines, org-agenda-get-scheduled):
27409         Set `undone-face' and `done-face' properties.
27410         (org-last-todo-state-is-todo): New variable.
27411         (org-todo): Set `org-last-todo-state-is-todo'.
27412         (org-agenda-todo): Change face according to
27413         `org-last-todo-state-is-todo'.  And change other lines referring to
27414         the same entry.
27415         (org-calendar-goto-agenda): New command.
27416         (org-calendar-to-agenda-key): New option.
27417         (org-startup-folded): New allowed value `content'.
27418         (org-set-regexps-and-options): Accept new value `content' for
27419         `org-startup-folded'.
27420         (org-get-current-options): Handle new value `content' for
27421         `org-startup-folded'.
27422         (org-insert-todo-heading): New command.
27423         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
27424         interactively in empty file and option
27425         `org-insert-mode-line-in-empty-file' has been set.
27426         (org-agenda-todo, org-agenda-priority): Modify to use
27427         `org-agenda-change-all-lines'.
27428         (org-warning-face): Change color on dark background
27430 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27432         * international/mule-cmds.el (set-locale-environment): On Mac OS,
27433         use preferences AppleLocale and AppleLanguages, and variable
27434         mac-system-locale for default locale.  On Mac OS Classic, use
27435         mac-system-coding-system for default coding systems.
27437         * term/mac-win.el: Don't set file-name-coding-system.
27438         Decode variables system-name, emacs-build-system, user-login-name, and
27439         user-full-name by mac-system-coding-system on Mac OS Classic.
27440         (mac-system-coding-system): New variable.
27442 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
27444         * startup.el (command-line): Handle `xterm-mouse-mode' before
27445         reading init file.
27447         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
27449 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
27451         * progmodes/sh-script.el (sh-here-document-word): Make it a
27452         defcustom.  Doc fix.
27453         (sh-add): Bash uses $(( )) for arithmetic.
27454         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
27455         (sh-maybe-here-document): Remove quotes and leading whitespace
27456         from heredoc word when closing.  Indent heredoc with tabs if word
27457         starts with "-".
27459 2005-04-13  Richard M. Stallman  <rms@gnu.org>
27461         * simple.el (undo): Fix previous change.
27463         * custom.el (defface): Doc fix.
27465 2005-04-13  Lute Kamstra  <lute@gnu.org>
27467         * Makefile.in (DONTCOMPILE): Remove list.
27468         (compile, compile-always): Don't use DONTCOMPILE.
27469         (update-authors): Load the library in which batch-update-authors
27470         is defined.
27471         * makefile.w32-in (DONTCOMPILE): Remove list.
27472         (compile, compile-always): Fix comments.
27473         (update-authors): Load the library in which batch-update-authors
27474         is defined.
27476         * generic-x.el (generic-mode-ini-file-find-file-hook):
27477         Rename to ini-generic-mode-find-file-hook.
27478         Keep generic-mode-ini-file-find-file-hook as an alias.
27479         (ini-generic-mode-find-file-hook): Rename from
27480         generic-mode-ini-file-find-file-hook.  Fix docstring.
27481         (ini-generic-mode): Docstring change.
27482         (bat-generic-mode-run-as-comint): Silence the byte compiler.
27484         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
27485         called from lisp.
27487         * generic.el: Move to the emacs-lisp subdir.
27489 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
27491         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
27492         and C-S- function and cursor motion keys.
27494 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
27496         * startup.el (command-line): Enable Xterm Mouse mode by default.
27497         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
27498         for Custom.  No longer show "Mouse" in mode line when enabled.
27499         Doc fix.
27501 2005-04-12  Kim F. Storm  <storm@cua.dk>
27503         * emulation/cua-base.el (cua-rectangle-face)
27504         (cua-rectangle-noselect-face): Define face attributes here.
27506         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
27508 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
27510         * startup.el (command-line): Turn off blinking cursor if
27511         cursorBlink in resources is off or false.
27513 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27515         * term/mac-win.el (dnd): Require dnd.
27516         (mac-drag-n-drop): Call dnd-handle-one-url.
27517         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
27518         (kTextEncodingISOLatin2): Remove constants.
27519         (mac-script-code-coding-systems): New constant.
27520         (mac-handle-language-change): New function.
27521         (special-event-map): Bind it to `language-change' event.
27522         (mac-centraleurroman, mac-cyrillic): New coding systems.
27523         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
27524         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
27525         and mac-cyrillic-encoder to encode-mac-centraleurroman and
27526         encode-mac-cyrillic, respectively.
27528 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
27530         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
27531         Don't set overlay-arrow-string to "=>" as this is done
27532         globally in C now.
27534 2005-04-12  Lute Kamstra  <lute@gnu.org>
27536         * generic-x.el (rc-generic-mode, rul-generic-mode):
27537         Fix auto-mode-alist entries.
27538         (etc-fstab-generic-mode): Tweak fontification.
27540         * generic.el (generic-make-keywords-list): Fix docstring.
27541         (generic-mode-internal): Simplify generic-font-lock-keywords.
27543 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
27545         * whitespace.el (whitespace-buffer-leading)
27546         (whitespace-buffer-trailing): Revert the incorrect test inversion.
27547         However, fix the highlight area for the leading and
27548         trailing whitespaces to show space.
27550 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
27552         * whitespace.el (whitespace-version): Bump to 3.5
27554         (whitespace-buffer-leading, whitespace-buffer-trailing):
27555         Invert sense of the test to highlight the whitespace.
27557 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
27559         * progmodes/gud.el (gud-display-line): GUD uses its own
27560         overlay arrow now so don't set overlay-arrow-string.
27561         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
27563 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
27565         * term.el (term-ansi-current-bold, term-ansi-current-underline)
27566         (term-ansi-current-reverse, term-ansi-current-invisible)
27567         (term-ansi-face-already-done): Change to boolean.
27568         (term-reset-terminal, term-handle-colors-array): Handle the above
27569         vars accordingly.
27570         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
27571         (term-emulate-terminal): Use the new name.
27573         * faces.el (secondary-selection): Use yellow1, not yellow.
27574         (trailing-whitespace): Use red1, not red.
27576 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
27578         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
27579         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
27580         (dired-dnd-handle-file): Call dnd-get-local-file-uri
27582         * cus-edit.el (dnd): New group.
27584         * term/w32-win.el (dnd): Require dnd
27585         (w32-drag-n-drop): Call dnd-handle-one-url.
27587         * x-dnd.el: Require dnd.
27588         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
27589         Call dnd-handle-one-url.
27590         (x-dnd-types-alist, x-dnd-insert-utf8-text)
27591         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
27592         to dnd-insert-text.
27593         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
27594         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
27595         (x-dnd-get-local-file-name, x-dnd-open-local-file)
27596         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
27598         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
27600 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
27602         * wdired.el: Doc fixes.
27603         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
27604         (wdired-use-dired-vertical-movement): Rename from
27605         wdired-always-move-to-filename-beginning.
27606         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
27607         (wdired-change-to-wdired-mode): Change mode name.
27608         (wdired-newline): Delete.
27610 2005-04-11  Richard M. Stallman  <rms@gnu.org>
27612         * whitespace.el (whitespace-highlight-the-space):
27613         Don't call whitespace-unhighlight-the-space here.
27615         * simple.el (undo): Record t in undo-equiv-table
27616         for the redo record made by an undo-in-region.
27618 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
27620         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
27621         (gdb-frame-inferior-io-buffer): New Functions to control
27622         display of separate IO buffer.
27623         (menu): Add them to menu-bar.
27624         (gdb-display-buffer): Check for buffer another frame.
27625         Protect GUD buffer.
27626         (gdb-setup-windows): Create IO buffer if not already there.
27627         (gdb-memory-mode): Remove purecopy noops.
27629 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
27631         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
27632         and pass to self-insert-command.
27634 2005-04-11  Lute Kamstra  <lute@gnu.org>
27636         * generic.el: Commentary section cleanup.
27637         (generic): Delete.
27638         (generic-use-find-file-hook, generic-lines-to-scan)
27639         (generic-find-file-regexp, generic-ignore-files-regexp)
27640         (default-generic-mode, generic-mode-find-file-hook)
27641         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
27642         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
27643         (generic-use-find-file-hook, generic-lines-to-scan)
27644         (generic-find-file-regexp, generic-ignore-files-regexp)
27645         (default-generic-mode, generic-mode-find-file-hook)
27646         (generic-mode-ini-file-find-file-hook): Move from generic.el.
27648 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
27650         * bookmark.el (bookmark-write-file): Catch errors writing file.
27651         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
27653 2005-04-10  Richard M. Stallman  <rms@gnu.org>
27655         * startup.el (fancy-splash-tail): Update copyright year.
27656         (command-line): Split part of -Q into -D.
27657         (emacs-basic-display): New defvar.
27658         (fancy-splash-text): Correct name of menu item.
27660         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
27662         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
27663         lines in one node.
27665         * comint.el (comint-send-input): New arg ARTIFICIAL.
27666         Callers in this file changed.
27668         * abbrev.el (define-abbrevs): Read system abbrevs properly.
27670         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
27672 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
27674         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
27675         `ldap-search-internal'.
27677 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
27679         * files.el (set-auto-mode-1): Use line-end-position.
27681         * international/latin-1.el:
27682         * international/latin-2.el:
27683         * international/latin-3.el:
27684         * international/latin-4.el:
27685         * international/latin-5.el:
27686         * international/latin-8.el:
27687         * international/latin-9.el: Give punctuation syntax to NBSP.
27689         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
27690         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
27691         Use char-classes to accept non-ascii letters, accepted in some recent
27692         bibtex implementations.
27694 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
27696         * custom.el (custom-set-minor-mode): Any non-nil value for the
27697         variable should enable the mode when set through Custom.
27699 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
27701         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
27702         TAB binding so tab-always-indent is obeyed.
27703         (vhdl-minibuffer-local-map): Move initialization into declaration.
27704         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
27705         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
27706         (vhdl-hooked-abbrev): Avoid test for XEmacs.
27707         (vhdl-current-line): Use line-beginning-position.
27708         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
27709         with-output-to-temp-buffer, so the current position can be recorded.
27711 2005-04-10  Masatake YAMATO  <jet@gyve.org>
27713         * progmodes/compile.el (compilation-error-regexp-alist-alist):
27714         Add regexp for gcov.
27716 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27718         * calendar/time-date.el (time-to-seconds, seconds-to-time)
27719         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
27720         syntax which Emacs 20 doesn't support.
27722 2005-04-09  Richard M. Stallman  <rms@gnu.org>
27724         * help.el (describe-key-briefly, describe-key):
27725         Replace strings as event types with "(any string)".
27727 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
27729         * arc-mode.el (archive-mode-map): Move initialization into
27730         the declaration.  Override *all* bindings of `undo'.
27731         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
27733 2005-04-09  Jay Belanger  <belanger@truman.edu>
27735         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
27737 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
27739         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
27740         (xterm-register-default-colors): Update color values computation
27741         to match xterm-200.
27743 2005-04-09  Kenichi Handa  <handa@m17n.org>
27745         * international/code-pages.el (iso-latin-7): Fix the map.
27747 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
27749         * emacs-lisp/lisp.el (defun-prompt-regexp)
27750         (parens-require-spaces, buffer-end, end-of-defun)
27751         (insert-parentheses): Doc fixes.
27753 2005-04-08  Kim F. Storm  <storm@cua.dk>
27755         * comint.el (comint-highlight-prompt): Fix face spec.
27756         * hi-lock.el (hi-green): Likewise.
27758 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
27760         * cus-edit.el (custom-modified-face):
27761         * comint.el (comint-highlight-input): Fix previous changes.
27762         * term.el (term-handle-ansi-escape): Add a comment.
27764 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
27766         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
27767         in the buffer and in whitespace-highlighted-space.
27768         (whitespace-unhighlight-the-space): Simplify.
27769         (whitespace-buffer): Simplify.
27771 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
27773         * textmodes/table.el (table-cell-face): Add special case for
27774         displays supporting a high number of colors.
27775         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
27776         (vhdl-font-lock-reserved-words-face)
27777         (vhdl-speedbar-architecture-face)
27778         (vhdl-speedbar-instantiation-face)
27779         (vhdl-speedbar-architecture-selected-face)
27780         (vhdl-speedbar-instantiation-selected-face): Likewise.
27781         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
27782         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
27783         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
27784         (ebrowse-root-class-face, ebrowse-member-attribute-face)
27785         (ebrowse-progress-face): Likewise.
27786         * progmodes/compile.el (compilation-info-face): Likewise.
27787         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
27788         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
27789         * calendar/calendar.el (diary-face): Likewise.
27790         * woman.el (woman-italic-face, woman-bold-face)
27791         (woman-unknown-face): Likewise.
27792         * wid-edit.el (widget-button-pressed-face): Likewise.
27793         * whitespace.el (whitespace-highlight-face): Likewise.
27794         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
27795         * pcvs-info.el (cvs-marked-face): Likewise.
27796         * info.el (info-xref): Likewise.
27797         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
27798         * hilit-chg.el (highlight-changes-face)
27799         (highlight-changes-delete-face): Likewise.
27800         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
27801         (hi-red-b): Likewise.
27802         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
27803         * font-lock.el (font-lock-keyword-face)
27804         (font-lock-function-name-face, font-lock-warning-face): Likewise.
27805         * cus-edit.el (custom-invalid-face, custom-modified-face)
27806         (custom-set-face, custom-changed-face, custom-variable-tag-face)
27807         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
27808         * comint.el (comint-highlight-prompt): Likewise.
27810 2005-04-08  Lute Kamstra  <lute@gnu.org>
27812         * font-lock.el (font-lock-keywords): Docstring fixes.
27814 2005-04-08  Kenichi Handa  <handa@m17n.org>
27816         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
27817         chars are more than a limit, print " and more..." at the tail.
27819 2005-04-08  Kim F. Storm  <storm@cua.dk>
27821         * emacs-lisp/authors.el (authors-aliases): Update list.
27822         (authors-ignored-files): New list.
27823         (authors-fixed-entries): Fix typo.
27824         (authors-renamed-files-alist): Update list.
27825         (authors-add): Check authors-ignored-files.
27827 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
27829         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
27830         optional, to ensure backward compatibility.
27832 2005-04-08  Stephen Eglen  <stephen@gnu.org>
27834         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
27836 2005-04-08  Kim F. Storm  <storm@cua.dk>
27838         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
27840         * mouse.el (mouse-on-link-p): Doc fix.
27842 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
27844         * ielm.el (ielm-prompt-read-only): Doc fix.
27846         * comint.el (comint-prompt-read-only): Doc fix.
27848 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
27850         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
27851         ensure dired always handles wildcards passed to ffap.
27852         (find-file-at-point): Use it.
27853         (ffap-dired-wildcards): Doc fix.
27855 2005-04-07  Juri Linkov  <juri@jurta.org>
27857         * simple.el (next-error-overlay-arrow-position): New defvar.
27858         Put "=>" on its property `overlay-arrow-string'.  Add it to
27859         `overlay-arrow-variable-list'.
27861         * progmodes/compile.el (compilation-setup):
27862         Set `next-error-overlay-arrow-position' to nil.  Also set it to
27863         nil in the local hook `kill-buffer-hook'.  Make local variable
27864         `overlay-arrow-string' and set it to "=>".
27865         (compilation-goto-locus): Set BOL position to
27866         `next-error-overlay-arrow-position' instead of
27867         `overlay-arrow-position'.
27869         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
27870         locally instead of adding it to the global hook.
27871         (Info-kill-buffer): Move up.
27873 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
27875         * term/xterm.el (xterm-standard-colors): Update color values from
27876         xterm-200.
27878 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27880         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
27882         * fast-lock.el:
27883         * lazy-lock.el: Move them to the obsolete subdir.
27885 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
27887         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
27888         (wdired-add-replace-advice): Remove.
27889         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
27891 2005-04-06  Kim F. Storm  <storm@cua.dk>
27893         * startup.el (command-line): Add --bare-bones alias for -Q.
27895 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27897         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
27898         create the startup fontset if a font specification ends with
27899         `mac-roman'.
27901 2005-04-06  Lute Kamstra  <lute@gnu.org>
27903         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
27904         change.
27906         * emacs-lisp/copyright.el (copyright-update-year): Replace the
27907         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
27909 2005-04-05  Lute Kamstra  <lute@gnu.org>
27911         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
27912         (define-generic-mode): Ditto.  Fix debug declaration.
27914         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
27915         Put them in the generic-x group.
27917         * calendar/timeclock.el (timeclock): Doc fix.
27919         * generic.el (define-generic-mode): Don't use custom-current-group.
27920         Document default :group value.
27921         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
27922         (define-global-minor-mode): Don't use custom-current-group.
27924 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
27926         * startup.el (command-line-1): Display startup-echo-area-message
27927         when fancy splash screen is in use.
27929         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
27930         (sh-escaped-newline): New face.
27931         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
27932         newline, and use sh-escaped-newline face.
27934         * progmodes/tcl.el (tcl-escaped-newline): New face.
27935         (tcl-builtin-list): New variable.
27936         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
27937         newlines.  Fix keywords subexpression number.
27939 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
27941         * textmodes/org.el (org-diary-default-entry): Fix call to
27942         `add-to-diary-entry'.
27944 2005-04-05  Kim F. Storm  <storm@cua.dk>
27946         * ediff-init.el: Use (featurep 'xemacs).
27948 2005-04-05  David Ponce  <david@dponce.com>
27950         * cus-edit.el (face): Derive from symbol widget.  Display sample
27951         of the current face on the fly.
27952         (widget-face-sample-face-get, widget-face-notify): New functions.
27953         (widget-face-value-create): Remove.
27955         * wid-edit.el (widget-field-end): Temporarily remove field
27956         narrowing before to call `get-char-property'.
27958 2005-04-04  Jay Belanger  <belanger@truman.edu>
27960         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
27961         (math-read-subscripts): New variable.
27962         (math-read-preprocess-string): Process subscripts.
27964 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
27966         * comint.el (comint-prompt-read-only): Doc fix.
27968         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
27969         `-1'.  Doc fix.
27971 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
27973         * textmodes/org.el (org-insert-mode-line-in-empty-file):
27974         Change default value to nil.
27976 2005-04-04  Lute Kamstra  <lute@gnu.org>
27978         * autorevert.el (auto-revert-mode): Specify :group.
27979         * battery.el (display-battery-mode): Specify :group.
27980         * diff-mode.el (diff-minor-mode): Specify :group.
27981         * font-core.el (font-lock-mode): Specify :group.
27982         * hl-line.el (hl-line-mode): Specify :group.
27983         * iimage.el (iimage): New customization group.
27984         (iimage-mode): Specify :group.
27985         * longlines.el (longlines-mode): Specify :group.
27986         * master.el: Don't require easy-mmode.
27987         (master): New customization group.
27988         (master-mode): Specify :group.
27989         * msb.el (msb-mode): Specify :group.
27990         * reveal.el (reveal-mode): Specify :group.
27991         * simple.el (next-error-follow-minor-mode): Specify :group.
27992         * smerge-mode.el (smerge-mode): Specify :group.
27993         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
27994         * emulation/cua-base.el (cua-mode): Specify :group.
27995         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
27996         * language/thai-util.el (thai-auto-composition-mode)
27997         (thai-word-mode): Specify :group.
27998         * mail/supercite.el (sc-minor-mode): Specify :group.
27999         * progmodes/cwarn.el (cwarn-mode): Specify :group.
28000         * progmodes/flymake.el (flymake-mode): Specify :group.
28001         * progmodes/glasses.el (glasses-mode): Specify :group.
28002         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
28003         * textmodes/enriched.el (enriched-mode): Specify :group.
28004         * textmodes/refill.el (refill-mode): Specify :group.
28006         * add-log.el (change-log-font-lock-keywords): Names in
28007         parenthesized lists can contain spaces.
28009 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
28011         * startup.el (fancy-splash-text): Shorten default text of
28012         "Emacs Tutorial" line.  Also, if the current language env
28013         indicates an available tutorial file other than TUTORIAL,
28014         extract its title and append it to the line in parentheses.
28015         (fancy-splash-insert): If arg is a thunk, funcall it.
28017 2005-04-04  Jay Belanger  <belanger@truman.edu>
28019         * calc.el (calc-language-alist): Add tags to customization type.
28021 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
28023         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
28024         Doc fix.
28026 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
28028         * add-log.el (change-log-font-lock-keywords): The manual
28029         describing a Change Log entry, says: (...) "Aside from these
28030         header lines, every line in the change log starts with a space or
28031         a tab.".  The font-lock was not highlighting lines started with
28032         spaces, added support for it.
28034 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28036         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
28037         (bibtex-generate-url-list): Update docstring accordingly.  Put the
28038         complex example in the docstring.
28039         (bibtex-font-lock-url): Use pop.
28041 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28043         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
28045         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
28047 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
28049         * filesets.el (filesets-set-default): Doc fix.
28051 2005-04-03  Lute Kamstra  <lute@gnu.org>
28053         * generic.el (define-generic-mode): Add argument to specify
28054         keywords for defcustom.
28055         (default-generic-mode): Specify :group.
28057         * generic-x.el: Specify :group for all generic modes.
28059         * desktop.el (desktop-no-desktop-file-hook)
28060         (desktop-after-read-hook): Doc fix.
28062 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
28064         * simple.el (visible-mode): Use explicit :group keyword.
28065         This changes the group of `visible-mode-hook' from paren-blinking
28066         to editing-basics.
28068 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
28070         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
28071         mailbox specifications as well as URLs.
28072         (rmail-insert-inbox-text): Remove unused conditional branches.
28074 2005-04-01  Jay Belanger  <belanger@truman.edu>
28076         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
28077         (calc-gnuplot-print-command): Move definitions to calc.el.
28079         * calc/calc-embed.el (calc-embedded-announce-formula)
28080         (calc-embedded-open-formula, calc-embedded-close-formula)
28081         (calc-embedded-open-word, calc-embedded-close-word)
28082         (calc-embedded-open-plain, calc-embedded-close-plain)
28083         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
28084         (calc-embedded-open-mode, calc-embedded-close-mode):
28085         Move definitions to calc.el.
28087         * calc/calc.el (calc-settings-file, calc-language-alist):
28088         Make customizable.
28089         (calc-embedded-announce-formula, calc-embedded-open-formula)
28090         (calc-embedded-close-formula, calc-embedded-open-word)
28091         (calc-embedded-close-word, calc-embedded-open-plain)
28092         (calc-embedded-close-plain, calc-embedded-open-new-formula)
28093         (calc-embedded-close-new-formula, calc-embedded-open-mode)
28094         (calc-embedded-close-mode, calc-gnuplot-name)
28095         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
28096         from other files and make customizable.
28098 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28100         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
28101         Use buffer-live-p.
28102         (cvs-mode-run): Don't call cvs-update-header here.
28103         (cvs-run-process): Call cvs-update-header.
28104         Use process properties for cvs-postprocess and cvs-buffer so that
28105         the sentinel can behave better if the temp buffer is killed.
28106         Use a pipe rather than a tty, to better handle unexpected prompts.
28107         (cvs-sentinel): Rewrite.  Call cvs-update-header.
28109 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
28111         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
28112         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
28114 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
28116         * generic.el (define-generic-mode): Add indentation rule.
28118 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
28120         * files.el (mode-require-final-newline): Make Custom correctly
28121         report a nil value and allow to set it to nil via Custom.
28122         Doc fix.
28124 2005-04-01  Kenichi Handa  <handa@m17n.org>
28126         * international/characters.el: Enable the correct case setting for
28127         dotless-i and dotted-I.
28129 2005-04-01  Kim F. Storm  <storm@cua.dk>
28131         * ido.el (ido-file-internal): Fall back to non-ido command if
28132         initial directory is on slow ftp (or tramp) host.
28134 2005-03-31  Richard M. Stallman  <rms@gnu.org>
28136         * emacs-lisp/autoload.el (make-autoload):
28137         Handle define-global-minor-mode.
28139         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
28140         Rename from easy-mmode-define-global-mode.
28141         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
28143         * progmodes/scheme.el (scheme-mode-syntax-table):
28144         Update syntax of | and # for two-character comment syntax.
28146 2005-03-31  Lute Kamstra  <lute@gnu.org>
28148         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
28149         (define-minor-mode): Call custom-current-group at load-time.
28151         * generic.el (define-generic-mode): Add debug declaration.
28152         Add defcustom for the mode hook.
28153         (generic-mode-internal): Use run-mode-hooks.
28155 2005-03-31  Kim F. Storm  <storm@cua.dk>
28157         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
28158         (mouse-fixup-help-message): New defun called by show_help_echo
28159         to fixup mouse-2 prefix in help messages when applicable.
28161         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
28163 2005-03-31  Kenichi Handa  <handa@m17n.org>
28165         * language/thai-word.el (thai-find-word-ends): Pay attention to
28166         the case that we reach the end of buffer.
28168         * textmodes/fill.el (fill-text-properties-at): New function.
28169         (fill-newline): Use fill-text-properties-at instead of
28170         text-properties-at.
28172 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
28174         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
28175         not comint-quote-filename.
28177 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
28179         * help-fns.el (help-with-tutorial): Revert last change.
28181 2005-03-31  Kim F. Storm  <storm@cua.dk>
28183         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
28185 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
28187         * calendar/cal-china.el: Update reference to "Calendrical
28188         Calculations" book; there's a new edition.
28189         * calendar/cal-coptic.el: Likewise.
28190         * calendar/cal-french.el: Likewise.
28191         * calendar/cal-hebrew.el: Likewise.
28192         * calendar/cal-islam.el: Likewise.
28193         * calendar/cal-iso.el: Likewise.
28194         * calendar/cal-julian.el: Likewise.
28195         * calendar/cal-mayan.el: Likewise.
28196         * calendar/cal-persia.el: Likewise.
28197         * calendar/calendar.el: Likewise.
28198         * calendar/holidays.el: Likewise.
28199         * calendar/lunar.el: Likewise.
28200         * calendar/solar.el: Likewise.
28202         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
28203         white space from doc string.
28205 2005-03-30  Jay Belanger  <belanger@truman.edu>
28207         * calc/calc-help.el (calc-full-help): Remove email address.
28209 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
28211         * help-fns.el (help-with-tutorial): Delete title line.
28213 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
28215         * calendar/cal-x.el (calendar-one-frame-setup)
28216         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
28217         rather than `symbol' for set-window-dedicated-p.
28219         * calendar/appt.el (appt-buffer-name): Make it a constant.
28220         (appt-add): Doc fix.
28222         * filesets.el (filesets-menu-path, filesets-menu-before)
28223         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
28224         (filesets-menu-cache-file): Use directory ~/.emacs.d.
28225         (filesets-add-submenu): Delete and use add-submenu instead.
28227 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
28229         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
28230         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
28231         (org-diary-default-entry): New function.
28232         (org-get-entries-from-diary): Better parsing of diary entries.
28233         (org-agenda-check-no-diary): New function.
28234         ("diary-lib"): Advice to function `add-to-diary-list', to allow
28235         linking to diary entries.
28236         (org-agenda-execute-calendar-command): New function.
28237         (org-agenda): Improve visible section in window.
28238         Use `org-fit-agenda-window'.
28239         (org-fit-agenda-window): New option.
28240         (org-move-subtree-down): Better handling of empty lines
28241         at end of subtree.
28242         (org-cycle): Numeric prefix is interpreted now as show-subtree N
28243         levels up.
28244         (org-fontify-done-headline): New option.
28245         (org-headline-done-face): New face.
28246         (org-set-font-lock-defaults): Use `org-headline-done-face'.
28247         (org-table-copy-down): Rename from `org-table-copy-from-above'.
28248         When current field is non-empty, it is copied to next row.
28249         (org-table-copy-from-above): Fix bug which made it
28250         impossible to copy fields containing only a single non-white character.
28252 2005-03-30  Kim F. Storm  <storm@cua.dk>
28254         * kmacro.el (kmacro-end-macro): Isearch may store this command
28255         into the macro -- so ignore it when executing keyboard macro.
28257 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
28259         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
28261 2005-03-29  Kenichi Handa  <handa@m17n.org>
28263         * language/thai.el ("Thai"): Set setup-function and exit-function
28264         for Thai language environment.
28266         * language/thai-util.el: Require thai-word.
28267         (thai-word-mode-map): New variable.
28268         (thai-word-mode): New minor mode.
28269         (setup-thai-language-environment-internal): New function.
28270         (exit-thai-language-environment-internal): New function.
28272         * language/thai-word.el (thai-word-table): Declare it by defvar,
28273         use dolist to initialize it.
28274         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
28275         (thai-fill-find-break-point): New functions.
28277 2005-03-29  Richard M. Stallman  <rms@gnu.org>
28279         * simple.el (idle-update-delay): Move definition up.
28280         (set-mark): Doc fix.
28282 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
28284         * longlines.el: New file.
28286         * simple.el (buffer-substring-filters): New variable.
28287         (filter-buffer-substring): New function.
28288         (kill-region, copy-region-as-kill): Use it.
28290         * register.el (copy-to-register, append-to-register)
28291         (prepend-to-register): Use filter-buffer-substring.
28293 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
28295         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
28296         (gud-filter-pending-text): Move in front of gdb.
28297         (gud-overlay-arrow-position): New variable.
28298         (gud-sentinel, gud-display-line): Use it in place of
28299         overlay-arrow-position.
28301 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
28303         * progmodes/fortran.el (fortran-if-indent): Doc fix.
28304         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
28305         (fortran-font-lock-keywords-4): New variable.
28306         (fortran-blocks-re, fortran-end-block-re)
28307         (fortran-start-block-re): New constants, for hideshow.
28308         (hs-special-modes-alist): Add a Fortran entry.
28309         (fortran-mode-map): Bind fortran-end-of-block,
28310         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
28311         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
28312         (fortran-looking-at-if-then, fortran-end-of-block)
28313         (fortran-beginning-of-block): New functions, for hideshow.
28315         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
28316         Doc fix.  Tweak regexp.
28317         (f90-beginning-of-block): Push mark first.
28319 2005-03-29  Jay Belanger  <belanger@truman.edu>
28321         * calc/calc.el: Update copyright date.
28322         (calc-version): Increase to 2.1.
28323         (calc-version-date): Remove.
28325         * calc/calc-help.el: Update copyright date.
28326         (calc-full-help): Remove reference to calc-version-date.
28327         Update copyright date.
28329 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28331         * vc.el (vc-do-command): Use a pipe for async processes, so password
28332         prompts don't show up at places where the user can't reply.
28334 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
28336         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
28337         on the file name we pass to the inferior shell.
28339 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
28341         * progmodes/which-func.el (which-function): Be robust in the face of an
28342         imenu--make-index-alist failure.
28344 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28346         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
28348         * progmodes/python.el (python-preoutput-filter): Fix last change.
28350 2005-03-29  Lute Kamstra  <lute@gnu.org>
28352         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
28353         functions and compiled macros.
28354         (debug-convert-byte-code): Handle macros too.
28355         (debug-on-entry-1): Don't signal an error when trying to clear a
28356         function that is not set to debug on entry.
28358 2005-03-29  Jay Belanger  <belanger@truman.edu>
28360         * calc/calc-lang.el: Add functions to math-function-table
28361         properties of tex and math.
28363 2005-03-29  Kenichi Handa  <handa@m17n.org>
28365         * ps-mule.el (ps-mule-plot-string): Translate characters by
28366         ps-print-translation-table.
28367         (ps-mule-begin-job): Call find-charset-region/string with
28368         ps-print-translation-table.
28369         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
28371         * ps-print.el (ps-print-translation-table): New variable.
28372         (ps-plot-region): Translate characters by ps-print-translation-table.
28374 2005-03-29  Juri Linkov  <juri@jurta.org>
28376         * simple.el (next-error-highlight-timer): New variable.
28378         * progmodes/compile.el (compilation-goto-locus):
28379         Use `next-error-highlight-timer' instead of `sit-for'.
28381 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28383         * mail/supercite.el (sc-mail-field): Use assoc-string.
28384         (sc-get-address): Simplify regexps.
28386         * files.el (minibuffer-with-setup-hook): New macro.
28387         (find-file-read-args): Use it to avoid let-binding
28388         minibuffer-with-setup-hook (which breaks turning on/off
28389         file-name-shadow-mode while in the prompt).
28391         * complete.el (PC-read-include-file-name-internal):
28392         Use test-completion.
28394 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
28396         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
28398 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28400         * window.el (window-buffer-height): Use count-screen-lines.
28402         * progmodes/python.el (python-preoutput-leftover): New var.
28403         (python-preoutput-filter): Use it.
28404         (python-send-receive): Loop until all the result has been received.
28406 2005-03-28  Juri Linkov  <juri@jurta.org>
28408         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
28410         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
28411         "Recover Crashed Session".
28412         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
28413         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
28414         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
28415         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
28416         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
28417         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
28418         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
28419         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
28421         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
28422         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
28423         Ediff Sessions", "Toggle use of separate control buffer frame",
28424         "Use separate frame for Ediff control buffer".
28426         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
28427         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
28428         "Rename Bookmark", "Delete Bookmark".
28430         * info.el (Info-mode-menu): Remove ellipsis from "Index".
28431         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
28432         Add `:active Info-index-alternatives' to "Next Matching Item".
28434         * wdired.el (wdired-change-to-wdired-mode):
28435         Mention `wdired-abort-changes' key in the initial message.
28437         * international/mule.el (auto-coding-alist): Associate non-ascii
28438         image filename extensions with `no-conversion'.
28440 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28442         * international/iso-acc.el:
28443         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
28445 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
28447         * textmodes/sgml-mode.el (html-mode): Doc update.
28449         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
28451 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
28453         * term.el (term-move-columns): Fix face after extending a line.
28454         (term-insert-spaces): Likewise.
28455         (term-reset-terminal): Fix off by one error.
28457 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
28459         * international/mule.el (auto-coding-alist): Add .xpi files.
28461         * files.el (auto-mode-alist): Add .xpi files.
28463 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
28465         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
28467 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
28469         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
28471 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
28473         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
28474         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
28476         * calendar/cal-move.el (calendar-beginning-of-year): Move the
28477         cursor to Jan 1 when needed.
28478         (calendar-end-of-year): Fix -/+ typo.
28479         Reported by Chong Yidong <cyd@stupidchicken.com>.
28481 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28483         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
28485         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
28486         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
28488 2005-03-25  Richard M. Stallman  <rms@gnu.org>
28490         * filesets.el (filesets-init): Add autoload.
28492         * mail/mailalias.el (mail-directory): Doc fix.
28494 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
28496         * mail/mailalias.el (mail-directory-process): Do nothing if
28497         mail-directory-process is an atom.
28498         (mail-get-names): Ignore mail-directory-names if it is an atom.
28499         (mail-directory-process defvar): Doc fix.
28500         (mail-names): Doc fix.
28502 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
28504         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
28506 2005-03-26  Kenichi Handa  <handa@m17n.org>
28508         * international/mule-util.el (detect-coding-with-priority):
28509         Call update-coding-systems-internal before detect-coding-region.
28511 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
28513         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
28514         (gdb-frames-mode-map): Add follow-link property.
28516 2005-03-25  Jay Belanger  <belanger@truman.edu>
28518         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
28519         for variables.
28521 2005-03-25  Juri Linkov  <juri@jurta.org>
28523         * image-mode.el: Optimize image filename extension regexps in
28524         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
28525         in `auto-mode-alist'.
28526         (image-mode): Add `image-toggle-display-text' to local hook
28527         `change-major-mode-hook'.  Display the image as an image by
28528         default.  Set `cursor-type' and `truncate-lines' if the image
28529         is already displayed.  Take into account the current mode (image
28530         or text) in message.
28531         (image-minor-mode): New minor mode.
28532         (image-mode-maybe, image-toggle-display-text): New functions.
28533         (image-toggle-display): Use called-interactively-p.
28534         Let-bind `inhibit-read-only' to t.
28536         * image-mode.el (image-minor-mode): Set `cursor-type' and
28537         `truncate-lines' if the image is already displayed.  Add turning
28538         image-minor-mode off to `change-major-mode-hook'.  Add message.
28539         Call `image-toggle-display-text' after turning image-minor-mode off.
28541 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
28543         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
28544         Terminal.app, use utf-8.
28545         (set-display-table-and-terminal-coding-system): Add coding-system arg.
28546         (set-locale-environment): Use it.
28548         * term/xterm.el: Undo last change, better done in mule-cmds.el.
28550         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
28552         * progmodes/python.el (python-close-block-statement-p)
28553         (python-outdent-p, python-current-defun): Use symbol-end.
28555 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
28557         * files.el (save-some-buffers): Doc fix.
28559 2005-03-25  Werner Lemberg  <wl@gnu.org>
28561         * complete.el, thumbs.el: Replace `legal' with `valid'.
28562         * calendar/calendar.el: Replace `legal' with `valid'.
28563         * emacs-lisp/advice.el: Replace `legal' with `valid'.
28564         * mail/supercite.el: Replace `legal' with `valid'.
28565         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
28566         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
28567         Replace `legal' with `valid'.
28568         * textmodes/reftex-vars.el, textmodes/reftex.el:
28569         Replace `legal' with `valid'.
28571 2005-03-25  Werner Lemberg  <wl@gnu.org>
28573         * calc/calc-forms.el, calc/calc-sel.el
28574         * midnight.el, vc-cvs.el
28575         * emacs-lisp/cl-macs.el
28576         * emulation/vip.el
28577         * eshell/esh-io.el, eshell/esh-var.el
28578         * mail/supercite.el
28579         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
28580         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
28581         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
28582         * progmodes/sh-script.el, progmodes/xscheme.el
28583         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
28584         * textmodes/reftex-index.el, textmodes/reftex-parse.el
28585         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
28586         * textmodes/reftex.el, textmodes/org.el:
28587         Replace `illegal' with `invalid'.
28589 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
28591         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
28592         (flymake-find-buildfile, flymake-find-possible-master-files)
28593         (flymake-check-include, flymake-parse-line): Replace loops over the
28594         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
28596         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
28597         Substitute file-name-as-directory in the rest of the file.
28598         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
28599         (flymake-replace-region): Remove unused arg `buffer'.
28600         (flymake-check-patch-master-file-buffer): Update calls to it.
28601         (flymake-add-err-info): Remove unused var `count'.
28602         (flymake-mode): Use define-minor-mode.
28604         * progmodes/flymake.el: Use with-current-buffer.
28605         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
28606         flymake-replace-regexp-in-string, flymake-line-beginning-position)
28607         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
28608         Avoid testing for `xemacs'.
28609         (flymake-nop): Move.
28610         (flymake-region-has-flymake-overlays): Return the computed value.
28611         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
28612         Remove unused var `endline'.
28613         (flymake-get-line-count): Remove unused function.
28614         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
28616         * emulation/vi.el:
28617         * generic.el:
28618         * hilit-chg.el (global-highlight-changes):
28619         * hi-lock.el (hi-lock-mode):
28620         * follow.el: find-file-hooks -> find-file-hook.
28622         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
28624 2005-03-24  Juri Linkov  <juri@jurta.org>
28626         * dired.el (dired-mode-map): Add menu item "Compare directories"
28627         for dired-compare-directories.
28629         * dired-aux.el (dired-compare-directories): Add autoload cookie.
28630         Doc fix.  Replace `read-file-name' with `read-directory-name'.
28632 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
28634         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
28636 2005-03-24  Jay Belanger  <belanger@truman.edu>
28638         * calc/calc-embed.el (calc-embedded-mode-change): Save all
28639         relevant mode settings in calc-embedded-original-modes when modes
28640         are permanently changed.
28642 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
28644         * autoinsert.el: find-file-hooks -> find-file-hook.
28646 2005-03-24  Lute Kamstra  <lute@gnu.org>
28648         * generic.el (generic-font-lock-defaults): Make it obsolete.
28649         (generic-font-lock-keywords): New variable to replace
28650         generic-font-lock-defaults.
28651         (generic-mode-set-font-lock): Delete it.
28652         (generic-mode-internal): Don't call generic-mode-set-font-lock.
28653         (generic-bracket-support): Add docstring.
28655         * generic-x.el: Rename generic-font-lock-defaults to
28656         generic-font-lock-keywords throughout.
28657         (mailagent-rules-setup-function): Delete it.
28658         (mailagent-rules-generic-mode): Use anonymous function instead.
28659         (show-tabs-generic-mode-font-lock-defaults-1)
28660         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
28661         Quote faces.
28662         (show-tabs-tab-face, show-tabs-space-face): Specify background,
28663         not foreground.
28665         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
28666         Recognize define-generic-mode.
28668 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
28670         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
28671         if there's no completion table.
28673 2005-03-23  Miles Bader  <miles@gnu.org>
28675         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28676         Remove tty-specific variants, as they're no longer needed.
28678 2005-03-23  Lute Kamstra  <lute@gnu.org>
28680         * generic-x.el: Code cleanup: make args constant whenever possible.
28681         (installshield-statement-keyword-list)
28682         (installshield-system-functions-list)
28683         (installshield-system-variables-list, installshield-types-list)
28684         (installshield-funarg-constants-list): Make them constants.
28686         * generic.el (generic-make-keywords-list): Add autoload cookie.
28688         * calendar/time-date.el: Add comment on time value formats.
28689         Don't require parse-time.
28690         (with-decoded-time-value): New macro.
28691         (encode-time-value): New function.
28692         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
28693         (days-to-time): Return a valid time value when arg is huge.
28694         (time-since): Use time-subtract.
28695         (time-to-number-of-days): Use time-to-seconds.
28697 2005-03-23  David Ponce  <david@dponce.com>
28699         * recentf.el (recentf-keep): New option.
28700         (recentf-menu-action): Default to `find-file'.
28701         (recentf-keep-non-readable-files-flag)
28702         (recentf-keep-non-readable-files-p)
28703         (recentf-file-readable-p, recentf-find-file)
28704         (recentf-cleanup-remote): Remove.
28705         (recentf-include-p): More robust.
28706         (recentf-keep-p): New function.
28707         (recentf-remove-if-non-kept): Rename from
28708         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
28709         All callers updated.
28710         (recentf-menu-items-for-commands): Fix help string.
28711         (recentf-track-closed-file): Update.  Doc fix.
28712         (recentf-cleanup): Update.  Count removed files.  Doc fix.
28714 2005-03-23  Kim F. Storm  <storm@cua.dk>
28716         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28717         Don't inherit from fringe face (now happens automatically).
28719 2005-03-22  Kim F. Storm  <storm@cua.dk>
28721         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
28722         position values.
28724 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
28726         * menu-bar.el (showhide-date-time): Remove.
28727         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
28728         (menu-bar-make-mm-toggle): Simplify.
28730 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28732         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
28733         Accept qualified variable and function names.
28735 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
28737         * bindings.el (completion-ignored-extensions):
28738         Remove ".lis" for `vax-vms'.
28740 2005-03-22  Andreas Schwab  <schwab@suse.de>
28742         * generic-x.el: Revert last change.
28743         * ldefs-boot.el: Update.
28745 2005-03-22  Jay Belanger  <belanger@truman.edu>
28747         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
28748         (calc-embedded-save-original-modes)
28749         (calc-embedded-restore-original-modes): New functions.
28750         (calc-do-embedded): Save original modes when entering embedded mode
28751         and restore when leaving embedded mode.
28752         (calc-embedded-modes-change): Change the value of
28753         calc-embedded-original-modes to reflect permanent changes.
28755 2005-03-22  Lute Kamstra  <lute@gnu.org>
28757         * generic-x.el: Require generic again.
28759 2005-03-22  Miles Bader  <miles@gnu.org>
28761         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28762         Tweak details to look good on both ttys and bitmap displays, light
28763         or dark background, etc.
28765 2005-03-21  Kim F. Storm  <storm@cua.dk>
28767         * tooltip.el (tooltip-show-help-function): Check car and cdr of
28768         mouse position.
28770 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
28772         * icomplete.el: Don't forcibly turn on the mode upon load.
28773         (icomplete-mode): Use define-minor-mode.
28774         (icomplete-eoinput): Default to nil.
28775         (icomplete-minibuffer-setup): Remove autoload.
28776         (icomplete-tidy): Simplify.
28777         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
28778         in the initial state or if the user has modified the field.
28779         Fix handling of icomplete-max-delay-chars.
28780         Remove code that handles the oddball case where
28781         minibuffer-completion-table is an integer.
28782         Wrap icomplete-completions in while-no-input in case building
28783         completions takes more time than expected.
28784         (icomplete-completions): Simplify.
28786 2005-03-21  Richard M. Stallman  <rms@gnu.org>
28788         * jka-compr.el (jka-compr-really-do-compress):
28789         Make variable buffer-local.
28791         * image-mode.el: Handle .xpm files too.
28792         (image-toggle-display): Preserve modification flag.
28794         * help.el (where-is): Don't mention aliases with no key bindings.
28796 2005-03-21  Lute Kamstra  <lute@gnu.org>
28798         * generic.el: Fix commentary section.  Don't require cl for
28799         compilation.
28800         (generic-mode-list): Add autoload cookie.
28801         (generic-use-find-file-hook, generic-lines-to-scan)
28802         (generic-find-file-regexp, generic-ignore-files-regexp)
28803         (generic-mode, generic-mode-find-file-hook)
28804         (generic-mode-ini-file-find-file-hook): Fix docstrings.
28805         (define-generic-mode): Make it a defmacro.  Fix docstring.
28806         (generic-mode-internal): Code cleanup.  Add autoload cookie.
28807         (generic-mode-set-comments): Code cleanup.
28808         * generic-x.el: Don't prevent compilation.  Don't require generic.
28809         Follow coding conventions.  Minor code cleanup.
28810         (etc-fstab-generic-mode): Add some keywords.
28811         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
28812         define-generic-mode like a function declaration.
28814 2005-03-21  Jay Belanger  <belanger@truman.edu>
28816         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
28817         changing modes.
28819 2005-03-21  Sam Steingold  <sds@gnu.org>
28821         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
28823 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
28825         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
28826         Add underscore to "f$ lexicals" regexp.
28828 2005-03-20  Juri Linkov  <juri@jurta.org>
28830         * subr.el (progress-reporter-do-update): When `min-value' is equal
28831         to `max-value', set `percentage' to 0 and prevent division by zero.
28833 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
28835         Sync with Tramp 2.0.48.
28837         * net/tramp.el (all): Change all addresses to .gnu.org.
28838         (tramp-append-tramp-buffers): New defun.
28839         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
28840         Catch `dont-send' signal.
28841         (tramp-set-auto-save-file-modes): Set always permissions, because
28842         there might be an old auto-saved file belonging to another
28843         original file.  This could be a security threat.  Reported by
28844         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
28845         Check for Emacs 21.3.50 removed.
28847         * net/tramp-smb.el (all): Remove debug construct for
28848         `with-parsed-tramp-file-name'.
28849         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
28850         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
28851         No error message if DIRECTORY or FILENAME doesn't exist.
28852         (tramp-smb-open-connection): Check existence of
28853         `tramp-smb-program'.
28855 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
28857         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
28858         Properly handle the case where the `m' or `s' command's argument is not
28859         yet terminated.
28860         (perl-indent-new-calculate): New function.
28861         (perl-indent-line): Use it.
28863 2005-03-20  Miles Bader  <miles@gnu.org>
28865         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
28866         in text-mode too.  Change to new face names.
28867         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
28868         Add `:weight bold' attribute.
28869         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
28871 2005-03-19  Juri Linkov  <juri@jurta.org>
28873         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
28875         * international/mule.el (auto-coding-alist): Sync with
28876         `auto-mode-alist' by adding upper case archive file extensions
28877         and adding ear/war to jar extension.
28879 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
28881         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
28882         running, restart it.
28884 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
28886         * finder.el (finder-current-item): Throw an error on an empty line.
28888         * man.el (Man-follow-manual-reference): If current-word returns
28889         nil, use "".
28891 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
28893         * simple.el (goto-line): Doc fix.
28895 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
28897         * files.el (save-buffer): Doc fix.
28899 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
28901         * recentf.el (recentf-cleanup-remote): New variable.
28902         (recentf-cleanup): Use it to conditionally check availability of
28903         remote files.
28905 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
28907         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
28908         function names.
28910 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
28912         * language/thai-word.el: New file.
28914 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28916         * files.el (backup-buffer): If the file's directory is not
28917         writable, use copy instead of move to backup the file.
28919 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
28921         * obsolete/keyswap.el: Moved to obsolete/ from term/.
28923 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28925         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
28926         Use functionp instead of symbolp and fboundp.  Reported by Drkm
28927         <darkman_spam@yahoo.fr>.
28928         (ps-print-version): New version 6.6.6.
28930 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
28932         * textmodes/table.el (table--line-column-position): New idiom.
28933         (table--row-column-insertion-point-p): New function to test
28934         validity of row and column insertion operation at a location.
28935         (table-global-menu, table-cell-menu): Use above functions for
28936         deterministic test operation.
28937         (table--editable-cell-p): Behave in deterministic fashion.
28939 2005-03-18  Juri Linkov  <juri@jurta.org>
28941         * isearch.el (isearch-lazy-highlight-new-loop):
28942         Make arguments beg and end optional.
28943         (isearch-update): Remove optional arguments nil from
28944         isearch-lazy-highlight-new-loop.
28945         (isearch-lazy-highlight-search): Let-bind case-fold-search to
28946         isearch-lazy-highlight-case-fold-search instead of
28947         isearch-case-fold-search, and let-bind isearch-regexp to
28948         isearch-lazy-highlight-regexp.
28949         Use isearch-lazy-highlight-last-string instead of isearch-string.
28951         * replace.el (perform-replace): Remove bindings of global
28952         variables isearch-string, isearch-regexp, isearch-case-fold-search.
28953         Add three new arguments to `replace-highlight'.
28954         (replace-highlight): Add arguments string, regexp, case-fold.
28955         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
28956         to allow isearch-lazy-highlight-new-loop to use these values
28957         to set corresponding isearch-lazy-highlight-* internal
28958         variables whose values lazy highlighting will use regardless of
28959         changes to global variables isearch-string, isearch-regexp,
28960         isearch-case-fold-search during lazy highlighting loop.
28961         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
28962         to `lazy-highlight-cleanup'.
28964         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
28965         (ispell-highlight-face): Set default face to `isearch' when
28966         lazy highlighting is enabled.
28967         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
28968         priority to 1.  Add lazy highlighting.
28969         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
28970         from `isearch-dehighlight'.
28972 2005-03-18  David Ponce  <david@dponce.com>
28974         * files.el (hack-local-variables): Do a case-insensitive search
28975         for End.
28977 2005-03-18  Juri Linkov  <juri@jurta.org>
28979         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
28980         `isearch-lazy-highlight-cleanup', add alias to old name and
28981         declare obsolete.  Add release numbers to other obsolete vars.
28982         (isearch-done, isearch-lazy-highlight-new-loop):
28983         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
28984         (lazy-highlight-cleanup) <variable>: Doc fix.
28985         (isearch-lazy-highlight-update): Rename obsolete
28986         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
28988 2005-03-18  Kenichi Handa  <handa@m17n.org>
28990         * language/thai-util.el: Fix categorization of Thai characters in
28991         thai-category-table.
28992         (thai-composition-pattern): Adjust it for the above change.
28993         (thai-self-insert-command, thai-compose-syllable): New functions.
28994         (thai-compose-region): Use thai-compose-syllable.
28995         (thai-compose-string): Likewise.
28996         (thai-composition-function): Likewise.
28997         (thai-auto-composition): New function.
28998         (thai-auto-composition-mode): New minor mode.
29000         * language/thai.el: Fix patterns to be registered in
29001         composition-function-table.
29003         * international/quail.el (quail-input-method): Locally bind
29004         inhibit-modification-hooks to t.
29006 2005-03-17  Richard M. Stallman  <rms@gnu.org>
29008         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
29009         (perl-mode): Use run-mode-hooks.
29011         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
29012         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
29013         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
29015         * mail/sendmail.el (sendmail-send-it): Reenable the code
29016         to compute resend-to-address and use it.
29018         * tar-mode.el (tar-mode): Turn off undo unconditionally.
29020         * image-mode.el: New file.
29022         * image.el (insert-sliced-image): Add autoload cookie.
29024         * font-lock.el (font-lock-lines-before): New user option.
29025         (font-lock-after-change-function): Obey it.
29027         * bindings.el (esc-map): Make M-g a prefix.
29028         Bind M-g g and M-g M-g to goto-line.
29030         * faces.el (face-id): Doc fix.
29032 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29034         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
29035         (rmail-show-message): Use rmail-unknown-mail-followup-to.
29036         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
29038         * mail/sendmail.el (mail-yank-ignored-headers)
29039         (mail-font-lock-keywords, mail-mode-fill-paragraph):
29040         Add Mail-Followup-To and Mail-Reply-To headers.
29041         (mail-citation-hook): Add autoload cookie.
29042         (mail-mode): Doc fix.
29043         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
29044         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
29045         (mail-mode-fill-paragraph): Handle those headers.
29046         (mail-mailing-lists): New variable.
29047         (mail-mail-reply-to, mail-mail-followup-to): New functions.
29049 2005-03-17  Juri Linkov  <juri@jurta.org>
29051         * isearch.el (isearch-fallback): Check for `(car previous)'
29052         before calling `isearch-other-end-state'.
29054 2005-03-17  Kim F. Storm  <storm@cua.dk>
29056         * simple.el (move-beginning-of-line): Move to beginning of buffer
29057         line, as well as beginning of screen line.
29059 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
29061         * calendar/diary-lib.el (mark-diary-entries): Use new optional
29062         argument REDRAW rather than calendar-redrawing variable.
29063         * calendar/calendar.el (calendar-redrawing): Delete.
29064         (redraw-calendar): Do not bind calendar-redrawing.
29066 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
29068         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
29069         diary-file buffer.
29071 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
29073         * help.el (describe-mode): Allow a :minor-mode-function property to
29074         specify a different minor mode toggle function than the variable.
29075         * simple.el (auto-fill-function):
29076         * subr.el (add-minor-mode): Use it.
29078 2005-03-16  Kenichi Handa  <handa@m17n.org>
29080         * language/ethio-util.el (sera-being-called-by-w3): New variable.
29081         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
29082         (ethio-fidel-to-sera-buffer): Likewise.
29084 2005-03-16  Juri Linkov  <juri@jurta.org>
29086         * emacs-lisp/find-func.el (find-function-regexp):
29087         Add defun-emitting macro `menu-bar-make-toggle'.
29089         * isearch.el: Put `isearch-scroll' property to
29090         `split-window-horizontally'.
29092         * info.el: Update error messages for `debug-ignored-errors'.
29093         (Info-isearch-search): Doc fix.
29094         (Info-find-node): Move up code to go into info buffer before
29095         recording the node to the history.
29096         (Info-fontify-node): Fontify titles only if the next line
29097         has two or more `*', `=', `-', `.'.
29098         Display "go to this node" for empty (match-string 3).
29100 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29102         * term/mac-win.el: Add mouse pointer shape constants.
29104 2005-03-15  Kim F. Storm  <storm@cua.dk>
29106         * simple.el (move-beginning-of-line): Use vertical-motion.
29108 2005-03-15  Juri Linkov  <juri@jurta.org>
29110         * isearch.el (isearch-error): New variable.
29111         (isearch-invalid-regexp, isearch-within-brackets): Remove.
29112         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
29113         (isearch-within-brackets-state): Remove.
29114         (isearch-case-fold-search-state, isearch-pop-fun-state):
29115         Decrease frame index.
29116         (isearch-mode, isearch-top-state, isearch-push-state)
29117         (isearch-edit-string, isearch-abort, isearch-search-and-update)
29118         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
29119         (isearch-search, isearch-lazy-highlight-new-loop):
29120         Replace `isearch-invalid-regexp' with `isearch-error'.
29121         Remove `isearch-within-brackets'.
29122         (isearch-search): Add `search-failed' handler to `condition-case'.
29123         (isearch-lazy-highlight-search): Add `condition-case' to catch
29124         errors and allow `isearch-lazy-highlight-update' to try
29125         highlighting from the beginning of the window.
29126         (isearch-repeat): Move up code to set isearch-wrapped to t
29127         before calling isearch-wrap-function.
29129         * info.el (Info-isearch-initial-node): New internal variable.
29130         (Info-search): Signal an error in isearch mode when search leaves
29131         the initial node.  Signal an error when `bound' is non-nil and
29132         nothing was found in the current subfile.
29133         (Info-isearch-search): Remove `condition-case'.
29134         (Info-isearch-wrap): Don't wrap when search failed during leaving
29135         the initial node.  If `Info-isearch-search' is nil, wrap around
29136         the current node.
29137         (Info-isearch-start): New fun.
29138         (Info-mode): Add buffer-local hook `Info-isearch-start' to
29139         `isearch-mode-hook'.
29141 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29143         * simple.el (normal-erase-is-backspace): Set default to t if
29144         running on Mac.
29146         * term/mac-win.el (function-key-map): Sync with x-win.el.
29148 2005-03-15  Kenichi Handa  <handa@m17n.org>
29150         * international/mule-cmds.el (locale-language-names): Modify the
29151         format of elements and add more entries.
29152         (locale-preferred-coding-systems): Add more entries.
29153         (set-locale-environment): Adjust for the change of
29154         locale-language-names.
29156 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
29158         * pcvs.el (smerge-ediff): Remove bogus autoload.
29160 2005-03-14  Lute Kamstra  <lute@gnu.org>
29162         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
29163         Ignore a `*' at the beginning of a line.
29165         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
29166         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
29167         subr.el.
29168         (dont-compile, eval-when-compile, eval-and-compile): Use declare
29169         to specify indentation.
29171         * generic.el (define-generic-mode): Let generic-mode-list be a
29172         list of strings; test membership with equal.
29174 2005-03-14  Kim F. Storm  <storm@cua.dk>
29176         * simple.el (next-line, previous-line): Add optional try-vscroll
29177         arg to recognize interactive use.  Pass it on to line-move.
29178         (line-move): Don't perform auto-window-vscroll when defining or
29179         executing keyboard macro to ensure consistent behavior.
29181 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
29183         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
29185 2005-03-13  Lute Kamstra  <lute@gnu.org>
29187         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
29188         debugger-setup-buffer so that backtrace marks the frames set to
29189         debug-on-exit and we don't have to do it manually.  Set an extra
29190         debug-on-exit for macro's.
29191         (debugger-setup-buffer): Don't mark the top frame manually.
29193 2005-03-12  Lute Kamstra  <lute@gnu.org>
29195         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
29196         lisp-indent-function throughout.
29197         (with-no-warnings): Set lisp-indent-function property.
29199 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
29201         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
29202         Add entry for backslash.
29204 2005-03-12  Juri Linkov  <juri@jurta.org>
29206         * info.el (Info-search): Four fixes for backward search.
29208 2005-03-11  Jay Belanger  <belanger@truman.edu>
29210         * calc/calc.el (calc-language-alist): New variable.
29211         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
29212         (calc-embedded-find-modes): Use calc-language-alist instead of
29213         calc-embedded-language-alist.
29215 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
29217         * calendar/calendar.el (calendar-redrawing): New internal
29218         variable.
29219         (redraw-calendar): Remove bogus save-excursion from previous
29220         change.  Bind calendar-redrawing to t for mark-diary-entries.
29221         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
29222         calendar if that is why we were called.
29224 2005-03-11  Kenichi Handa  <handa@m17n.org>
29226         * international/mule.el (make-coding-system): Set property
29227         coding-system-define-form to nil.
29228         (define-coding-system-alias): Likewise.
29230 2005-03-11  Kenichi Handa  <handa@m17n.org>
29232         These changes are suggested by Dave Love <fx@gnu.org>.
29234         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
29235         coding: tag.
29236         (adaptive-fill-regexp): Add more bullets.
29237         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
29238         regexps.
29240 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29242         * help.el (describe-mode): Properly handle non-trivial lighters.
29243         Don't ignore minor modes that are not listed in minor-mode-list.
29245         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
29246         feature ON when the user requests to turn it OFF.
29248 2005-03-10  Lute Kamstra  <lute@gnu.org>
29250         * emacs-lisp/debug.el (debug-entry-code): Delete it.
29251         (implement-debug-on-entry): New function to replace debug-entry-code.
29252         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
29253         second argument as the 2005-03-07 change makes it obsolete.
29254         (debug-on-entry, cancel-debug-on-entry): Update call to
29255         debug-on-entry-1.
29256         (debug, debugger-setup-buffer): Comment update.
29257         (debugger-frame-number): Update to work with implement-debug-on-entry.
29259 2005-03-10  Jay Belanger  <belanger@truman.edu>
29261         * calc/calc-embed.el (math-ms-args): Declare it.
29262         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
29263         math-ms-args.
29264         (calc-embedded-subst): Use math-multi-subst-rec to substitute
29265         variables.
29267 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
29269         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
29270         Use message-box.
29272         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
29273         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
29274         (tooltip-gud-tips): Simplify.
29275         (tooltip-gud-tips-p): Remove superfluous :set.
29276         (tooltip-gud-modes): Add fortran-mode.
29277         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
29279         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
29281 2005-03-09  Kim F. Storm  <storm@cua.dk>
29283         * play/animate.el (animate-place-char): Use forward-line instead
29284         of next-line to improve performance.
29286 2005-03-09  Simon Josefsson  <jas@extundo.com>
29288         * net/browse-url.el (browse-url-default-browser): Doc fix.
29290 2005-03-09  Miles Bader  <miles@gnu.org>
29292         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
29293         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
29295 2005-03-09  Kenichi Handa  <handa@m17n.org>
29297         * international/latin-1.el: Set case and syntax for 255 only if
29298         set-case-syntax-set-multibyte is nil.
29300         * textmodes/ispell.el (ispell-insert-word): New function.
29301         (ispell-word): Use ispell-insert-word to insert a new word.
29302         (ispell-process-line): Likewise.
29303         (ispell-complete-word): Likewise.
29305 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
29307         * calendar/calendar.el (redraw-calendar): Preserve point.
29308         Reported by Matt Hodges <MPHodges@member.fsf.org>.
29309         (calendar-week-start-day): Move after definition of
29310         redraw-calendar.  Delete buffer test, since redraw-calendar has
29311         that now.
29313         * calendar/diary-lib.el (mark-diary-entries): Only call
29314         redraw-calendar in the first of any recursive calls.
29315         Reported by Alan Shutko <ats@acm.org>.
29317 2005-03-08  Juri Linkov  <juri@jurta.org>
29319         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
29320         (html-horizontal-rule, html-line, html-image, html-checkboxes)
29321         (html-radio-buttons): Add a space before the trailing `/>' where
29322         sgml-xml-mode is non-nil.
29323         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
29324         the subsequent tag of the empty XML tag.
29325         (html-href-anchor): Don't set initial input to "http:".
29326         (html-image): Ask for the image URL and set point inside alt="".
29327         (html-name-anchor): Duplicate the name in the `id' attribute when
29328         sgml-xml-mode is non-nil.
29329         (html-paragraph): Remove \n before <p>.
29330         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
29331         instead of `checked' when sgml-xml-mode is non-nil.
29333         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
29334         Remove 1 space before #RRGGBB to not truncate it on terminal
29335         windows w/o fringes.  Remove 1 space between bg and fg examples
29336         to get more space.
29337         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
29338         avoid byte-compile warnings.
29340         * image-file.el (image-file-handler): Put `safe-magic' property to
29341         `image-file-handler'.
29343         * info.el (Info-isearch-search): Emulate word search in
29344         isearching through multiple Info nodes with Info-search.
29345         (Info-isearch-wrap): Allow isearch-word.
29347 2005-03-08  Lute Kamstra  <lute@gnu.org>
29349         * emacs-lisp/debug.el (debugger-step-through): Make sure that
29350         stepping into the debugger's code is not possible.
29351         (debugger-jumping-flag): Docstring update.
29353 2005-03-08  Jay Belanger  <belanger@truman.edu>
29355         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
29356         embedded mode begins.
29357         (calc-embedded-language-alist): New variable.
29358         (calc-embedded-find-modes): Use calc-embedded-language-alist to
29359         set default language mode.
29361 2005-03-08  Kenichi Handa  <handa@m17n.org>
29363         * international/ccl.el (define-ccl-program): Fix docstring about
29364         extra 256 bytes assured for the output buffer.
29366         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
29367         Fix BUFFER_MAGNIFICATION to 2.
29368         (ccl-encode-mule-utf-16be-with-signature): Likewise.
29370 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
29372         * align.el (align-rules-list): Added an alignment rule for CSS
29373         declarations (applies to css-mode and html-mode buffers).
29375 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
29377         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
29379 2005-03-07  Kim F. Storm  <storm@cua.dk>
29381         * simple.el (move-beginning-of-line): New command.
29383         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
29385         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
29387         * emulation/cua-base.el: Put CUA move property on move-end-of-line
29388         and move-beginning-of-line.
29390         * apropos.el (apropos-print): Omit command from M-x ... RET.
29392 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
29394         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
29395         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
29397 2005-03-06  Richard M. Stallman  <rms@gnu.org>
29399         * bindings.el (esc-map): Bind M-g to goto-line.
29401         * facemenu.el (global-map): Bind M-o, not M-g.
29403 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29405         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
29406         "Open Directory" as for "Open File".
29408 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
29410         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
29411         (push-mark-command): Run activate-mark-hook.
29413 2005-03-06  Richard M. Stallman  <rms@gnu.org>
29415         * help-mode.el (help-mode-finish): Don't alter the element
29416         in view-return-to-alist if there already is one.
29418         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
29419         make sure the current buffer is the expected one.
29421         * novice.el (disabled-command-function): Output in *Disabled Command*.
29422         Explicitly ignore non-keyboard events, and explicitly handle C-g.
29424         * textmodes/flyspell.el (flyspell-large-region):
29425         Pass args differently for aspell.
29427         * files.el (mode-require-final-newline): Doc fix.
29429 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
29431         * progmodes/which-func.el (which-function):
29432         Specify NOERROR when calling imenu--make-index-alist.
29434 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
29436         * simple.el (normal-erase-is-backspace): Define default value.
29438         * custom.el (custom-theme-set-variables): Remove unused var
29439         `immediate'.
29440         (custom-reevaluate-setting): Simple function to handle variables
29441         that are defined before their default value can really be
29442         computed.
29444         * startup.el (command-line): Use it for temporary-file-directory,
29445         small-emporary-file-directory, auto-save-file-name-transforms,
29446         blink-cursor-mode, and normal-erase-is-backspace.
29448         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
29449         progress, even with buggy anchored keywords.
29451 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
29453         * simple.el (goto-line): Remove unbalanced final parenthesis.
29455 2005-03-05  Richard M. Stallman  <rms@gnu.org>
29457         * simple.el (goto-line): Use a number at point as the default.
29458         With C-u as arg, switch buffers.
29460 2005-03-05  Juri Linkov  <juri@jurta.org>
29462         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
29463         with `no-blinking-cursor'.
29465         * startup.el (no-blinking-cursor): New defvar.
29466         (command-line): Add `--no-blinking-cursor' to longopts.
29467         Set `no-blinking-cursor' to t for command line arguments
29468         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
29469         with `no-blinking-cursor' in the condition for calling
29470         `blink-cursor-mode'.
29472 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
29474         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
29475         (menu-bar-options-save): Add blink-cursor-mode.
29476         (menu-bar-options-menu): Add blink-cursor-mode.
29478 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
29480         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
29481         (icalendar-export-file, icalendar-export-region)
29482         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
29483         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
29485 2005-03-04  Lute Kamstra  <lute@gnu.org>
29487         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
29488         (debug-function-list): Ditto.
29490 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
29492         * textmodes/texinfmt.el (texinfo-append-refill):
29493         Redefine the types of line to which @refill
29494         is not appended by replacing a search for `@refill\\|@bye' with
29495         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
29496         itemize@refill' bug and the unfilled long lines bug.
29497         (texinfmt-version): Update number and date.
29499 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
29501         * international/code-pages.el (windows-1250, windows-125[2-8])
29502         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
29504 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29506         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
29507         bound yet.
29509 2005-03-02  Romain Francoise  <romain@orebokech.com>
29511         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
29512         buffer after removing limits.
29513         (ibuffer-pop-filter): Ditto.
29514         Update copyright.
29516 2005-03-02  Miles Bader  <miles@gnu.org>
29518         * button.el (make-text-button): If the user doesn't specify a
29519         type, use the default.  Rewrite to use `add-text-properties' and
29520         plist functions.
29522 2005-03-01  Lute Kamstra  <lute@gnu.org>
29524         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
29525         (debugger-jumping-flag): New var.
29526         (debug-entry-code): Use it.
29527         (debugger-jump): Use debugger-jumping-flag and add
29528         debugger-reenable to post-command-hook.
29529         (debugger-reenable): Use debugger-jumping-flag and remove itself
29530         from post-command-hook.
29531         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
29532         debugger-reenable.
29534 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
29536         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
29537         inclusion of "itemize\\|", which may be unnecessary, is certainly
29538         inelegant, and stops refilling in itemize lists when formatting
29539         Japanese Texinfo files to Info.
29540         Update copyright to 2005.
29542 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
29544         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
29545         of an error if GDB can't find the source file.
29547 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
29549         * calendar/calendar.el (redraw-calendar): Work from any buffer,
29550         not just the calendar.
29552         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
29553         first.
29554         (diary-redraw-calendar): New function.
29555         (make-diary-entry): Add diary-redraw-calendar to local
29556         write-contents-functions.  Turn off selective display before
29557         inserting in diary.
29559 2005-03-01  Kim F. Storm  <storm@cua.dk>
29561         * emacs-lisp/copyright.el (copyright-fix-years): New command.
29563 2005-03-01  Lute Kamstra  <lute@gnu.org>
29565         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
29566         that debug-entry-code can be safely removed from a function while
29567         this code is being evaluated.  Revert the 2005-02-27 change as the
29568         new implementation no longer requires it.  Make sure that a
29569         function body containing just a string is not mistaken for a docstring.
29570         (debug): Skip one more frame in case of debug on entry.
29571         (debugger-setup-buffer): Delete one more frame line in case of
29572         debug on entry.
29573         (debugger-frame-number): Update to use the new text introduced by
29574         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
29576 2005-02-28  Kim F. Storm  <storm@cua.dk>
29578         * double.el (double-translate-key): Call force-window-update after
29579         read-event to avoid crash in redisplay.
29581 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29583         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
29584         (debug): Use it.  Move the inhibit-trace earlier.
29585         (debug-entry-code): New const.
29586         (debug-on-entry-1): Use it.
29588 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
29590         * international/utf-16.el (ccl-encode-mule-utf-16le):
29591         Fix BUFFER_MAGNIFICATION to 2.
29592         (ccl-encode-mule-utf-16be): Likewise.
29594 2005-02-28  Kenichi Handa  <handa@m17n.org>
29596         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
29597         Fix BUFFER_MAGNIFICATION to 4.
29598         (ccl-encode-mule-utf-16be-with-signature): Likewise.
29600 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
29602         * speedbar.el (speedbar-update-flag): Doc fix.
29603         (speedbar-show-info-under-mouse): Give set-mouse-position the right
29604         argument.
29606 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29608         * reveal.el (reveal-post-command): Don't try to reveal overlays which
29609         have a non-nil `invisible' property but are actually visible.
29611         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
29612         for perldoc sections.
29613         (perl-outline-regexp, perl-outline-level): New var and function.
29614         (perl-mode): Use them.
29616 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
29618         * calendar/diary-lib.el (diary-remind): Discard any mark portion
29619         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
29621 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
29623         * cus-edit.el: Comment change.
29624         (custom-buffer-create-internal): Slightly reword text at top of
29625         Custom buffers.  Mention there that saving an option edits the
29626         init file.  Add link to Emacs manual node on `custom-file'.
29627         (custom-magic-alist): Rewrite individual State messages to use
29628         capitalized keywords.  Doc fix.
29630 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
29632         * calendar/calendar.el (calendar-buffer): Move above
29633         calendar-week-start-day.
29634         (calendar-week-start-day): Doc fix.  Add :set function.
29635         (calendar-minimum-window-height): New variable.
29636         (generate-calendar-window): Only resize window if selected-window
29637         is displaying the calendar buffer.  Use new variable
29638         calendar-minimum-window-height.
29639         (generate-calendar): Reword error message.
29640         (calendar-mode-map): Bind DEL to scroll-other-window-down.
29642 2005-02-27  Andreas Schwab  <schwab@suse.de>
29644         * vc.el (vc-do-command): Don't run command asynchronously when
29645         operating in a remote directory.
29647         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
29648         change from sync with Tramp 2.0.47.
29650 2005-02-27  Richard M. Stallman  <rms@gnu.org>
29652         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
29654         * textmodes/flyspell.el (flyspell-mode-on):
29655         Call ispell-change-dictionary only if necessary.
29657         * emacs-lisp/re-builder.el (regexp-builder): New function.
29659         * register.el (describe-register-1): Explicitly handle
29660         yank-excluded-properties = t.
29662         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
29663         (custom-magic-alist): Change the status descriptions again.
29664         (face widget-type): Total rewrite based on `restricted-sexp'
29665         to eliminate the confusing double hiding levels.
29667         * emacs-lisp/debug.el (debug-on-entry-1):
29668         If function body is empty, add nil as body form.
29670 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29672         * emacs-lisp/trace.el (inhibit-trace): New var.
29673         (trace-make-advice): Use it.
29675         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
29677 2005-02-26  Kim F. Storm  <storm@cua.dk>
29679         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
29680         (mouse-on-link-p, mouse-drag-region-1): Use it.
29682 2005-02-25  Lute Kamstra  <lute@gnu.org>
29684         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
29686 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
29688         * frame.el (blink-cursor-mode): Add :group keyword.
29690 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
29692         * calendar/icalendar.el (icalendar--decode-isodatetime):
29693         New optional argument DAY-SHIFT.
29694         (icalendar-export-region): Fix coding-system-for-write.
29695         (icalendar--convert-ical-to-diary): Shift end-day of all-day
29696         events by one.
29698 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29700         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
29702 2005-02-24  Kim F. Storm  <storm@cua.dk>
29704         * international/iso-acc.el (iso-accents-compose): Fix crash
29705         during redisplay.  Call force-window-update after read-event
29706         and delete-region to signal that window is not accurate.
29708 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
29710         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
29711         Remove unused and inexistent var `inhibit-trace'.
29712         (debugger-mode): Use run-mode-hooks.
29713         (debugger-list-functions): Add buttons; setup xref stack.
29715 2005-02-23  Richard M. Stallman  <rms@gnu.org>
29717         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
29718         appointment says it was explicitly made.
29719         (appt-add): Set the 3rd element.
29720         (appt-make-list): Preserve explicit appointments.
29722         * subr.el (find-tag-default): Catch errors in forward-sexp.
29724 2005-02-23  Juri Linkov  <juri@jurta.org>
29726         * info.el (Info-isearch-search): New defcustom.
29727         (Info-isearch-search): Call the default isearch function
29728         when Info-isearch-search is nil.
29729         (Info-isearch-wrap): Use variable Info-isearch-search.
29731 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
29733         * cus-edit.el: Comment change.
29735 2005-02-22  Kim F. Storm  <storm@cua.dk>
29737         * progmodes/hideif.el (hide-ifdef-use-define-alist):
29738         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
29740 2005-02-22  Simon Josefsson  <jas@extundo.com>
29742         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
29743         New variable.
29744         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
29745         Oskarsson" <myrkraverk@users.sourceforget.net>.
29747 2005-02-22  Kim F. Storm  <storm@cua.dk>
29749         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
29750         check that window of that event is the selected window.
29751         (mouse-drag-region-1): Compare mouse event window to selected
29752         window before setting point.
29754         * tooltip.el (tooltip-show-help-function): Pass event to
29755         mouse-on-link-p so it can check selected window.
29757 2005-02-22  Kenichi Handa  <handa@m17n.org>
29759         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
29760         (ps-mule-show-warning): New function.
29761         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
29762         characters are found.
29764         * ps-print.el (ps-header-footer-string): Return a list of header
29765         and footer strings.
29767 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
29769         * pcvs.el (cvs-retrieve-revision): Fix thinko.
29771 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
29773         * frame.el (blink-cursor-mode): Use define-minor-mode.
29775         * term/mac-win.el (function-key-map): Use char-names more consistently.
29776         (file-name-coding-system): Only set it for MacOS-9.  The other case is
29777         already handled in mule-cmds.el (where it also works when mac-win.el
29778         is not used).
29780 2005-02-21  Kenichi Handa  <handa@m17n.org>
29782         * international/mule.el (ctext-pre-write-conversion): Always use
29783         " *code-converting-work*" buffer for work.
29785         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
29787 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
29789         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
29791 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
29793         * ses.el (undo-more): Restore defadvice, but only the part that
29794         allows changes outside the restricted area of the buffer.
29796 2005-02-20  Kim F. Storm  <storm@cua.dk>
29798         * simple.el (line-move): Add fourth optional arg try-vscroll which
29799         must be set to perform auto-window-vscroll.
29800         When moving backwards and doing auto-window-vscroll, automatically
29801         vscroll to the last part of lines which are taller than the window.
29802         (next-line, previous-line): Set try-vscroll arg on line-move.
29804 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
29806         * replace.el (query-replace, query-replace-regexp)
29807         (replace-string, replace-regexp): When operating on region, make
29808         the minibuffer prompt say so.
29810         * isearch.el (isearch-forward): Document isearch-query-replace and
29811         isearch-query-replace-regexp keybindings.
29813 2005-02-19  Jay Belanger  <belanger@truman.edu>
29815         * calc/calc-aent.el (math-read-token): Add local variable.
29817         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
29818         (calc-edit-top): Move declaration to earlier in file.
29819         (calc-edit-macro-repeats): Add local variables.
29821         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
29822         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
29823         calcFunc-tanh.
29824         Adjust integration rule for calcFunc-tan.
29826 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
29828         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
29829         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
29830         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
29831         (viper-skip-separators): Bug fix.
29832         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
29833         particular major mode.
29834         (viper-del-backward-char-in-replace): Don't put deleted char on the
29835         kill ring.
29837         * viper-ex.el (viper-color-display-p): New function.
29838         (viper-has-face-support-p): Use viper-color-display-p.
29840         * viper-keym.el (viper-gnus-modifier-map): New keymap.
29842         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
29844         * viper-util.el (viper-glob-unix-files): Fix shell status check.
29845         (viper-file-remote-p): Make equivalent to file-remote-p.
29847         * viper.el (viper-major-mode-modifier-list):
29848         Use viper-gnus-modifier-map.
29850 2005-02-19  David Kastrup  <dak@gnu.org>
29852         * subr.el (subregexp-context-p): Fix garbled doc string by adding
29853         quoting.
29855 2005-02-19  Jay Belanger  <belanger@truman.edu>
29857         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
29858         Remove extra definitions.
29859         (calc-coth): New function.
29860         (calcFunc-cot): Fix `let'.
29862 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
29864         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
29865         the reasons we use "type pc" in these faces.
29867         * button.el (button): Ditto.
29869 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
29871         * replace.el (query-replace-read-from): Set the value of
29872         query-replace-from-history-variable to handle the case of an empty
29873         string entered to accept the suggested default.
29875         * net/tramp.el (tramp-file-name-for-operation):
29876         Use dired-call-process instead of dired-call-process-command.
29878 2005-02-19  Jay Belanger  <belanger@truman.edu>
29880         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
29881         (math-div-non-trig): New variables.
29882         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
29883         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
29884         (math-combine-prod, math-div-symb-fancy): Add simplifications for
29885         trig expressions.
29887 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
29889         * progmodes/gdb-ui.el (gdb-var-update-handler)
29890         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
29891         for watch expressions,
29892         (gdb-var-create-handler): Don't set speedbar-update-flag.
29893         (gdb-post-prompt): Simplify test for speedbar.
29895 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
29897         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
29898         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
29899         we use the syntax table of the correct buffer.
29900         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
29901         Felix Gatzemeier.
29903         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
29904         (ediff-file-remote-p): Make synonymous with file-remote-p.
29905         In all deffaces ediff-*-face-*, use min-colors.
29907         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
29908         ediff-recurse-to-subdirectories.
29909         (ediff-mark-if-equal): Check that the arguments are strings, use
29910         ediff-same-contents (after to Felix Gatzemeier).
29912         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
29913         nil.
29915 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
29917         * log-view.el (log-view-message-re): Fix up Subversion regexp.
29919 2005-02-18  David Kastrup  <dak@gnu.org>
29921         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
29922         use `mark-active' when defined.
29924 2005-02-18  Kenichi Handa  <handa@m17n.org>
29926         * ps-print.el (ps-font-info-database): New entry
29927         ZapfChancery-MediumItalic with correct font name.  Fix font name
29928         of the entry Zapf-Chancery-MediumItalic.
29930 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
29932         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
29934 2005-02-16  Kim F. Storm  <storm@cua.dk>
29936         * ido.el (ido-fallback-command): Pass user input to fallback command.
29938 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
29940         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
29941         (gdb-find-file-hook): Add server prefix.
29943 2005-02-16  Richard M. Stallman  <rms@gnu.org>
29945         * replace.el (perform-replace): Pass new args to replace-highlight.
29946         (replace-highlight): Take region args,
29947         and pass them to isearch-lazy-highlight-new-loop.
29949         * novice.el (disabled-command-hook): Autoload the defalias
29950         and the make-obsolete-variable call.
29952         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
29954         * isearch.el (isearch-lazy-highlight-start-limit)
29955         (isearch-lazy-highlight-end-limit): New variables limit
29956         the region for highlighting.
29957         (isearch-lazy-highlight-new-loop): New args BEG and END.
29958         (isearch-lazy-highlight-search): Use the new vars.
29959         (isearch-lazy-highlight-update): Likewise.
29961         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
29963         * cus-start.el (all): Use default-boundp.
29965 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
29967         * menu-bar.el (menu-bar-select-frame): Handle current frame.
29969 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
29971         * autorevert.el (auto-revert-stop-on-user-input)
29972         (auto-revert-verbose): Doc fixes.
29974 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
29976         * international/mule-cmds.el (set-locale-environment): Remove call
29977         to set-selection-coding-system on Windows.
29979 2005-02-15  Jay Belanger  <belanger@truman.edu>
29981         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
29982         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
29983         calcFunc-coth.
29984         (math-simplify-sqrt): Add simplifications.
29986         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
29987         to list.
29989         * calc/calc-ext.el: Add functions to autoloads.
29991         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
29992         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
29993         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
29994         (math-csc-raw, math-cot-raw): New functions.
29996         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
29998         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
29999         the variable name in a message.
30001         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
30002         calcFunc-csc, calcFunc-cot.
30004         * calc/calcalg2.el: Add derivative and integration rules for
30005         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
30006         calcFunc-csch, calcFunc-coth.
30007         (math-do-integral-methods): Add to checks for when to use
30008         substitutions.
30010         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
30012 2005-02-15  Lute Kamstra  <lute@gnu.org>
30014         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30015         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
30016         <monnier@iro.umontreal.ca>.
30017         (lisp-outline-level): Improve efficiency.  Suggested by David
30018         Kastrup <dak@gnu.org>.
30020 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
30022         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
30023         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
30024         (gdb-set-gud-minor-mode-existing-buffers): New functions.
30025         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
30026         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
30028 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
30030         * cus-start.el (all): Comment change.
30032 2005-02-14  Lute Kamstra  <lute@gnu.org>
30034         * cus-start.el (all): Check if symbol is void.
30036 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
30038         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
30039         optional argument to \cite.
30041 2005-02-14  Richard M. Stallman  <rms@gnu.org>
30043         * cus-edit.el (custom-buffer-create-internal): Update help message.
30044         (custom-magic-alist): Update help messages.
30046         * cus-start.el (all): Allow a var to specify a standard value.
30048 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
30050         * custom.el (custom-theme-set-variables): Handle variable aliases.
30052         * frame.el (blink-cursor-timer): Doc fix.
30053         (blink-cursor): Make it an alias for `blink-cursor-mode' and
30054         declare obsolete.
30055         (blink-cursor-mode): Define with defcustom and use correct
30056         standard expression in that defcustom.
30057         * startup.el (command-line): Adapt to above changes in frame.el.
30059 2005-02-11  Lute Kamstra  <lute@gnu.org>
30061         * apropos.el (apropos-score-doc): Prevent division by zero.
30063 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
30065         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
30066         (icalendar--get-event-property-attributes)
30067         (icalendar--get-event-properties)
30068         (icalendar--datetime-to-diary-date): New functions.
30069         (icalendar--split-value): Doc fix.
30070         (icalendar--datetime-to-noneuropean-date)
30071         (icalendar--datetime-to-european-date): New optional argument
30072         SEPARATOR.  Return result as a string instead of a list.
30073         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
30074         (icalendar--convert-string-for-export): Rename arg S to STRING.
30075         (icalendar-export-region): Doc fix.  Change name of error buffer.
30076         Save output buffer.
30077         (icalendar-import-file): Add blank at end of prompt.
30078         (icalendar-import-buffer): Doc fix.  Do not switch to error
30079         buffer.  Indicate status in return value.
30080         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
30081         buffer.  Save output buffer.  Handle exception from recurrence
30082         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
30083         events.  Fix problems with weekly all-day events.
30085 2005-02-10  Richard M. Stallman  <rms@gnu.org>
30087         * simple.el (eval-expression-print-format):
30088         Avoid warning about edebug-active.
30090         * help.el (help-for-help-internal): Rename from help-for-help.
30091         (help-for-help): Define with defalias.
30093         * font-core.el (font-lock-default-function): Use with-no-warnings.
30095         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
30097         * custom.el (defface): Doc fix.
30099 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
30101         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
30102         width 0" to prevent word wrapping problems.
30104 2005-02-09  Kim F. Storm  <storm@cua.dk>
30106         * ido.el (ido-file-extensions-order): New defcustom.
30107         (ido-file-extension-lessp, ido-file-extension-aux)
30108         (ido-file-extension-order): New advanced file ordering.
30109         (ido-file-lessp): New simple file ordering.
30110         (ido-sort-list): Remove.
30111         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
30112         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
30114 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
30116         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
30117         that some versions of grep produce.
30118         (grep-mode-font-lock-keywords): Likewise.
30120 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
30122         * progmodes/gdb-ui.el (gdb-location-list): New variable.
30123         (gdb-cdir): Delete.
30124         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
30125         (gdb-source-info): Treat case when source file is in another
30126         directory properly.
30127         (gdb-get-location): New function.
30129 2005-02-07  Jay Belanger  <belanger@truman.edu>
30131         * calc/calc-prog.el (calc-write-parse-table-part)
30132         (calc-fix-token-name): Fix a check for language type.
30134         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
30136 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
30138         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
30139         as directory not writable.
30141 2005-02-07  Kim F. Storm  <storm@cua.dk>
30143         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
30144         (cua--standard-movement-commands): Remove list.
30145         Instead, set CUA property value to move for movement commands.
30146         (cua-movement-commands): Remove.  Users must set CUA prop instead.
30147         (cua--pre-command-handler): Check CUA property.
30148         (cua--init-keymaps): Don't remap undo commands.
30149         (cua-mode): Don't call cua--rectangle-on-off.
30151         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
30152         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
30153         (cua--rect-undo-set-point): New var.
30154         (cua--rectangle-undo-boundary): Setup undo apply entry.
30155         (cua--rect-undo-handler): New function for rectangle undo.
30156         (cua--rect-start-position, cua--rect-end-position): Add.
30157         (cua--rectangle-post-command): Call cua--rectangle-set-corners
30158         for restored rectangle.  Set point if cua--rect-undo-set-point.
30160 2005-02-06  Jay Belanger  <belanger@truman.edu>
30162         * calc/calc-lang.el (calc-tex-language): Display more information
30163         in messages.
30165         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
30166         in TeX mode.
30168 2005-02-06  Richard M. Stallman  <rms@gnu.org>
30170         * emacs-lisp/lisp.el (buffer-end): Doc fix.
30172 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
30174         * net/ldap.el (ldap-search-internal): Support attributes with
30175         optional descriptions separated by a semi-colon, as in
30176         "userCertificate;binary".
30178 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30180         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
30181         isn't a cons (i.e. the version is 0).
30183 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
30185         * help.el (help-for-help): Doc fix.
30187 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
30189         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
30190         GDB-Windows on the menu-bar as this works better.
30192 2005-02-04  Jay Belanger  <belanger@truman.edu>
30194         * calc/calc-embed.el (calc-embedded-update): Don't put in
30195         unnecessary newlines.  Adjust the end of formula marker.
30197         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
30198         (math-latex-parse-two-args): New function.
30200 2005-02-03  Lute Kamstra  <lute@gnu.org>
30202         * help-fns.el (help-with-tutorial): Make sure that users cannot
30203         remove the entire text of the tutorial by means of `undo'.
30205 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30207         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
30208         in recent changes, where the ispell process was repeatedly
30209         killed & restarted.
30211         * international/mule-cmds.el (set-locale-environment): Set file-name
30212         coding system to utf-8 on Darwin systems.
30213         (set-default-coding-systems): Don't set default-file-name-coding-system
30214         on Darwin systems.
30216 2005-02-03  Richard M. Stallman  <rms@gnu.org>
30218         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
30220 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
30222         * faces.el (list-faces-display): Add optional argument.
30224 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
30226         * font-core.el (font-lock-default-function): Handle the rare case where
30227         only font-lock-keywords is set.
30229 2005-02-02  Kenichi Handa  <handa@m17n.org>
30231         * international/characters.el: Cancel previous change for
30232         I-WITH-DOT-ABOVE and DOTLESS-i.
30234         * international/latin-5.el: Cancel previous change.
30236 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
30238         * progmodes/gud.el: Correction to syntax in gud-menu-map.
30240 2005-02-02  Kenichi Handa  <handa@m17n.org>
30242         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
30243         DOTLESS-i.
30245         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
30246         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
30248         * case-table.el (get-upcase-table): New function.
30249         (copy-case-table): Copy upcaes table too if non-nil.
30250         (set-case-syntax-delims): Maintain upcase table too.
30251         (set-case-syntax-pair): Likewise.
30252         (set-upcase-syntax, set-downcase-syntax): New functions.
30253         (set-case-syntax): Maintain upcase table too.
30255 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
30257         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
30259         * progmodes/gud.el (gud-goto-info): New function.
30260         (gud-tool-bar-map): Use correct icon.
30262 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
30264         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
30265         When delegating, order args in the funcall correctly.
30267 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
30269         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
30271 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
30273         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
30274         buffer not visiting a file.
30276 2005-01-31  Jay Belanger  <belanger@truman.edu>
30278         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
30279         bound on the line with the formula.
30281 2005-01-31  Kim F. Storm  <storm@cua.dk>
30283         * ses.el (ses-create-cell-variable-range)
30284         (ses-destroy-cell-variable-range, ses-reset-header-string)
30285         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
30286         (ses-insert-row): Fix format of apply undo entries.
30288 2005-01-31  Jay Belanger  <belanger@truman.edu>
30290         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
30291         parts.
30293         * calc/calc-embed.el (calc-embedded-open-formula)
30294         (calc-embedded-close-formula): Ignore matrix environments.
30296         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
30297         TeX mode.
30299         * calc/calc-lang.el (math-function-table, math-oper-table)
30300         (math-variable-table): Adjust the LaTeX portions.
30302         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
30303         (math-latex-ignore-words): New constant.
30305 2005-01-31  Richard M. Stallman  <rms@gnu.org>
30307         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
30308         (ispell-local-dictionary): Doc fix.
30309         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
30310         Don't reinitialize at run time.  Don't defcustom.
30311         All uses changed to append ispell-local-dictionary-alist,
30312         or check it first.
30313         (ispell-current-dictionary): New variable for dictionary in use.
30314         (ispell-dictionary): Now used only for global default.
30315         (ispell-start-process): Set ispell-current-dictionary,
30316         not ispell-dictionary.
30317         (ispell-change-dictionary): Use this only for setting
30318         user preferences.
30319         (ispell-internal-change-dictionary): New function
30320         to change the current dictionary in use.
30321         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
30322         Use ispell-current-dictionary.
30323         Handle ispell-local-dictionary-overridden.
30324         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
30326 2005-01-31  Jay Belanger  <belanger@truman.edu>
30328         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
30330         * calc/calc-ext.el: Add calc-latex-language to autoloads.
30331         (calc-mode-map): Add calc-latex-language.
30333         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
30334         (math-latex-print-frac): New functions.
30335         (math-oper-table, math-function-table, math-variable-table)
30336         (math-complex-format, math-input-filter): Add latex properties.
30337         (calc-set-language): Set math-expr-special-function-mapping.
30339         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
30340         (calc-write-parse-table-part): Add LaTeX support.
30342         * calc/calc.el (calc-language): Adjust docstring.
30343         (calc-set-mode-line): Add LaTeX support.
30344         (math-expr-special-function-mapping): New variable.
30345         (math-tex-ignore-words): Add to list.
30347         * calc/calccomp.el (math-compose-expr, math-compose-rows):
30348         Add LaTeX support.
30349         (math-compose-expr): Add support for special functions.
30351         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
30353 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
30355         * progmodes/gdb-ui.el (gdb-memory-address)
30356         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
30357         (gdb-memory-mode-map, gdb-memory-format-keymap)
30358         (gdb-memory-format-menu, gdb-memory-unit-keymap)
30359         (gdb-memory-unit-menu): New variables for a buffer
30360         that lets the user examine program memory.
30361         (gdb-memory-set-address, gdb-memory-set-repeat-count)
30362         (gdb-memory-format-binary, gdb-memory-format-octal)
30363         (gdb-memory-format-unsigned, gdb-memory-format-signed)
30364         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
30365         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
30366         (gdb-memory-unit-word, gdb-memory-unit-halfword)
30367         (gdb-memory-unit-byte, gdb-memory-unit-menu)
30368         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
30369         (gdb-memory-mode, gdb-memory-buffer-name)
30370         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
30371         New functions for above buffer.
30373 2005-01-30  Richard M. Stallman  <rms@gnu.org>
30375         * cus-edit.el (custom-bury-buffer): Function deleted.
30376         (custom-buffer-done-function): Option deleted.
30377         (custom-buffer-done-kill): New replacement option.
30378         (Custom-buffer-done): Call quit-window.
30379         (custom-buffer-create-internal): Update for above changes.
30381 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
30383         * simple.el (undo-ask-before-discard): New var.
30384         (undo-outer-limit-truncate): Implement it.
30385         (undo-extra-outer-limit): Doc update.
30387 2005-01-29  Richard M. Stallman  <rms@gnu.org>
30389         * ses.el (undo-more): Delete defadvice.
30390         (ses-begin-change): Doc fix.
30392         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
30393         instead of rebinding C-x u and C-_.
30395         * files.el (normal-backup-enable-predicate): Return nil for files
30396         in /tmp, regardless of temporary-file-directory.
30398         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
30400         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
30401         (open-rectangle, delete-whitespace-rectangle-line)
30402         (clear-rectangle-line): If FILL, pass t instead of FILL
30403         for move-to-column's 2nd arg.
30405         * simple.el (undo): Fix the test for continuing a series of undos.
30406         (undo-more): Set pending-undo-list to t when we reach end.
30407         (pending-undo-list): Move up defvar.
30409         * wid-edit.el (widget-button-click):
30410         Shorten the range of the track-mouse binding.
30412         * comint.el (comint-insert-input): Undo previous changes;
30413         use last-input-event in interactive spec.
30415 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
30417         * progmodes/compile.el (compilation-start): Bind buffer-read-only
30418         to nil before invoking call-process.  Reset buffer's modified flag
30419         after fontifying it in the no-async branch.
30421         * wid-edit.el (widget-specify-button): If mouse pointer shape
30422         cannot be changed, use mouse face instead.
30424 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
30426         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
30427         (gdb-goto-breakpoint): Make breakpoint handling work on template
30428         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
30429         (gdb-assembler-custom): Update to recognize breakpoint information
30430         added on 2005-01-19.
30432 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30434         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
30435         (dsssl-mode): Use define-derived-mode.
30436         (scheme-mode-initialize): Remove.
30437         (scheme-mode): Use run-mode-hooks.
30439         * cus-edit.el (customize-group-other-window)
30440         (custom-buffer-create-other-window): Don't override special-display-*.
30441         (custom-mode-map): Make it dense.
30443         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
30444         sets the default value.
30446 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
30448         * descr-text.el: Add more keywords.
30450 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30452         * speedbar.el: Avoid unnecessary use of locate-library.
30454         * international/mule-cmds.el (standard-display-european-internal):
30455         Don't fiddle with latin-1 non-break space any more since it's now
30456         special cased in the C code.
30457         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
30459 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
30461         * cus-start.el (all): Add `undo-outer-limit'.
30463 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30465         * textmodes/bibtex.el (bibtex-format-entry):
30466         Use `bibtex-empty-field-re' only on the text of fields, not on entire
30467         field lines.
30468         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
30469         not on part of a buffer.
30471 2005-01-25  Lute Kamstra  <lute@gnu.org>
30473         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
30474         nonempty field text strings like "{letters\\macro{}more letters}".
30475         Clarify docstring.
30476         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
30477         (bibtex-entry-offset, bibtex-parse-association)
30478         (bibtex-parse-field-name): Fix typos in docstrings.
30479         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
30481 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
30483         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
30484         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
30485         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
30486         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
30488         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
30489         isearch minor mode.
30491 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
30493         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
30495 2005-01-24  Lute Kamstra  <lute@gnu.org>
30497         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
30498         CASECHARS and NOT-CASECHARS regular expressions of the
30499         "nederlands" and "nederlands8" dictionaries to prevent a "Range
30500         striding over charsets" error.
30502 2005-01-24  Jay Belanger  <belanger@truman.edu>
30504         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
30505         display variable name.
30507 2005-01-24  Kenichi Handa  <handa@m17n.org>
30509         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
30510         Fix setting of the element of encoded-kbd-iso2022-invocations.
30512 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
30514         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
30515         (gdb-threads-select): Change to also accept mouse events.
30516         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
30517         (gdb-threads-mouse-select): Delete.
30519 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
30521         * files.el (insert-directory): Take care of empty directory,
30522         listed without -a switch.
30524 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
30526         * textmodes/refill.el (refill-post-command-function):
30527         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
30528         to the list of functions that we should be careful not to undo.
30529         (refill-late-fill-paragraph-function): Remove.
30530         (refill-saved-state): New var.
30531         (refill-mode): Use it to save fill-paragraph-function.
30532         Save also the value of auto-fill-function.
30534         * term/w32-win.el: Simplify code.
30536 2005-01-23  Kim F. Storm  <storm@cua.dk>
30538         * simple.el (line-move): Adapt to new return value from
30539         pos-visible-in-window-p.
30541         * simple.el (line-move): Fix last change.  Check partial
30542         visibility at point rather than at window-start.
30544 2005-01-22  Jason Rumney  <jasonr@gnu.org>
30546         * term/w32-win.el (xw-defined-colors): Remove debug-message.
30548 2005-01-22  David Kastrup  <dak@gnu.org>
30550         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
30552 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
30554         * type-break.el (type-break-mode): Add a test for
30555         type-break-file-name being non-nil.
30557 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
30559         * net/eudc.el (top level): Call (message "") via progn, so that
30560         eudc-options-file is loaded.
30562 2005-01-22  Kim F. Storm  <storm@cua.dk>
30564         * simple.el (line-move-1): Rename from line-move.
30565         (line-move): New function that adjusts vscroll for partially
30566         visible rows, and calls line-move-1 otherwise.
30568 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
30570         * pcomplete.el: Define pcomplete-read-event instead of read-event,
30571         since it's not a complete read-event implementation
30573 2005-01-20  Jay Belanger  <belanger@truman.edu>
30575         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
30576         for called function.
30578 2005-01-20  Steven Tamm  <steventamm@mac.com>
30580         * term/mac-win.el (process-connection-type): Remove.
30581         Controlled now by s/darwin.h:PTY_ITERATION.
30583 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30585         * window.el (handle-select-window): Don't switch window when we're
30586         in the minibuffer.
30588 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
30590         * subr.el (dotimes-with-progress-reporter): New macro.
30592         * ses.el (ses-dotimes-msg): Remove macro.
30593         Use `dotimes-with-progress-reporter' instead.
30595 2005-01-19  Steven Tamm  <steventamm@mac.com>
30597         * term/mac-win.el (process-connection-type): Use new
30598         operating-system-release variable to use ptys on Darwin 7 (OS X
30599         10.3) when using carbon build.
30601 2005-01-19  Jay Belanger  <belanger@truman.edu>
30603         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
30604         flags if the last command was a tab or M-tab.
30606         * calc/calc-prog.el (calc-user-define-edit): Put original formula
30607         in formula editing buffer.
30609 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
30611         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
30612         breakpoint image symbol in margin.
30614 2005-01-19  Jay Belanger  <belanger@truman.edu>
30616         * calc/calc-prog.el (calc-execute-kbd-macro):
30617         Ignore calc-keep-arg-flag.
30619 2005-01-19  Kenichi Handa  <handa@m17n.org>
30621         * textmodes/ispell.el (ispell-looking-at): New function.
30622         (ispell-process-line): Use ispell-looking-at to compare the ispell
30623         output and the buffer contents.
30625 2005-01-18  Jay Belanger  <belanger@truman.edu>
30627         * calc/calc.el (calc-display-raw): Fix docstring.
30629 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
30631         * simple.el (blink-matching-open): Strip extra info from syntax.
30633         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
30634         funny chars in the end-of-here-doc marker.
30636 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
30638         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
30639         that enable/disabled state of breakpoints is shown correctly in
30640         fringe and on ttys.
30641         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
30642         Add breakpoint information as text properties.
30643         (gdb-mouse-toggle-breakpoint):
30644         Rename to gdb-mouse-set-clear-breakpoint.
30645         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
30646         breakpoints in the margin.
30647         (gdb-remove-strings): Simplify.
30649 2005-01-17  Jay Belanger  <belanger@truman.edu>
30651         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
30652         erasing buffer.
30654 2005-01-17  Richard M. Stallman  <rms@gnu.org>
30656         * progmodes/grep.el (grep-find): Copy from `grep' the condition
30657         for calling grep-compute-defaults.
30659         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
30660         if buffer is empty.
30662         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
30664 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
30666         * hilit-chg.el (highlight-changes-mode): Don't autoload.
30668         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
30669         non-preloaded variables.
30671 2005-01-17  Steven Tamm  <steventamm@mac.com>
30673         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
30674         tex-shell cause to force interactivity when using pipes.
30676 2005-01-17  Kim F. Storm  <storm@cua.dk>
30678         * simple.el (just-one-space): Make arg optional.
30680 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
30682         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30683         posn-at-x-y to t to access left-margin.
30685 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
30687         Sync with Tramp 2.0.47.
30689         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
30690         catching keep-date problems in cp/scp operations.
30691         (tramp-handle-copy-file): Don't call `set-file-modes'
30692         unconditionally.  Specialized functions should know better what is
30693         necessary.  This improves performance a little bit, and the
30694         functions could catch errors with `cp -p' and `scp -p'.
30695         (tramp-do-copy-or-rename-file-via-buffer)
30696         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
30697         when appropriate.
30698         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
30699         Call `set-file-modes' when appropriate.
30700         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
30701         Johnsson <isak@hypergene.com>.
30702         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
30703         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
30704         <joakim@verona.se>.
30705         (tramp-file-name-for-operation): Mark `shell-command' as magic for
30706         Emacs only.
30708         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
30709         `find-file-hooks' and `dired-mode-hook'.
30710         (tramp-minor-mode-map): Respective map.  Add remapping for
30711         `compile' and `recompile'.
30712         (tramp-remap-command, tramp-recompile): New defuns.
30713         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
30714         in buffer "*Compilation*".  Call the commands asynchronously.
30716         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
30717         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
30718         `shell-command', because it isn't magic in XEmacs.  Reported by
30719         Adrian Aichner <adrian@xemacs.org>.
30721         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
30722         `substitute-in-file-name.
30723         (tramp-smb-handle-substitute-in-file-name): New defun.
30724         (tramp-smb-advice-PC-do-completion): Delete advice.
30726 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
30728         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
30729         Fix error in deleting region.
30731 2005-01-15  Richard M. Stallman  <rms@gnu.org>
30733         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
30734         In non-temp buffer, switch syntax table temporarily.
30736         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
30738         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
30740         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
30742         * imenu.el (imenu--split-menu): Copy menulist before sorting.
30743         (imenu--generic-function): Use START, not BEG, as pos of definition.
30745         * simple.el (just-one-space): Argument specifies number of spaces.
30747         * simple.el (eval-expression-print-format): Avoid warning
30748         about edebug-active.
30750 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
30752         * progmodes/sh-script.el: Code copied from make-mode.el
30753         with small changes,
30754         (sh-mode-map): Bind C-c C-\.
30755         (sh-backslash-column, sh-backslash-align): New variables.
30756         (sh-backslash-region, sh-append-backslash): New functions.
30758 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30760         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
30761         (rmail-pop-password, rmail-pop-password-required): Move to
30762         rmail-obsolete group.
30763         (rmail-set-pop-password): Rename to rmail-set-remote-password.
30764         All callers updated.
30765         (rmail-get-pop-password): Rename to rmail-get-remote-password.
30766         Take an argument specifying whether it is POP or IMAP mailbox we
30767         are using.  All callers updated.
30768         (rmail-pop-password-error): Rename to
30769         rmail-remote-password-error.  Added mailutils-specific error message.
30770         (rmail-movemail-search-path)
30771         (rmail-movemail-variant-in-use): New variables.
30772         (rmail-remote-password, rmail-remote-password-required):
30773         New customization variables.
30774         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
30775         (rmail-parse-url): New function.
30776         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
30777         with GNU mailutils movemail.
30779 2005-01-15  Kevin Ryde  <user42@zip.com.au>
30781         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
30782         suffix to space, $ or '$, to correctly position point when going
30783         to @table style constants like DBL_MAX.
30785 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
30787         * type-break.el (type-break-mode, type-break-file-time)
30788         (type-break-file-keystroke-count, type-break-choose-file):
30789         Don't store data in or load data from the file if type-break-file-name
30790         is nil.
30791         (type-break-file-name): Doc update as per the above.
30793 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
30795         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
30796         lookup-key might return nil; handle that.
30798 2005-01-15  Alan Mackenzie  <acm@muc.de>
30800         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
30801         rather than the element found, thus enabling the tree to be setcar'd.
30803 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
30805         * textmodes/org.el (org-show-following-heading): New option.
30806         (org-show-hierarchy-above): Use `org-show-following-heading'.
30807         (org-cycle): Documentation fix.
30809         * textmodes/org.el (orgtbl-optimized): New option
30810         (orgtbl-mode): New command, a minor mode.
30811         (orgtbl-mode-map): New variable.
30812         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
30813         (orgtbl-error, orgtbl-self-insert-command)
30814         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
30816         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
30817         a local variable in each org-mode buffer.
30819         * textmodes/org.el (org-set-regexps-and-options): Rename from
30820         `org-set-regexps'.  Added checking for STARTUP keyword.
30821         (org-get-current-options): Add STARTUP options.
30822         (org-table-insert-row): Make mode intelligent about when
30823         realignment is needed.
30824         (org-self-insert-command, org-delete-backward-char, org-delete-char):
30825         New commands.
30826         (org-enable-table-editor): New default value `optimized'.
30827         (org-table-blank-field): Support blanking regions if active.
30829 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
30831         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
30832         if the year is not given.
30834         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
30835         Add new escapes %m and %M, fixed bug with %F by adding
30836         save-match-data.
30837         (reftex-reference): Remove ?. from list of spaces.
30838         (reftex-label-info): Add automatic label prefix recognition.
30840         * textmodes/reftex-index.el (reftex-index-next-phrase):
30841         Add slave parameter to call of `reftex-index-this-phrase'.
30842         (reftex-index-this-phrase): New optional argument.
30843         (reftex-index-region-phrases): Add slave parameter to call of
30844         `reftex-index-this-phrase'.
30845         (reftex-display-index): New argument redo.
30846         (reftex-index-rescan): Add `redo' to arguments of
30847         `reftex-display-index'.
30848         (reftex-index-Rescan, reftex-index-revert)
30849         (reftex-index-switch-index-tag): Add `redo' to arguments of
30850         `reftex-display-index'.
30851         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
30852         indexing.  Fix bug with matching is there is a quote before or
30853         after the word.
30855         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
30856         Fix bug when collecting citation keys in lines with comments.
30857         (reftex-citation): Prefix argument no longer rescans the document,
30858         but forces prompting for optional arguments of cite macros.
30859         (reftex-do-citation): Prompting for optional arguments implemented.
30861         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30862         Add optional arguments to most cite commands.
30863         (reftex-cite-cleanup-optional-args): New option
30864         (reftex-cite-prompt-optional-args): New option.
30865         (reftex-trust-label-prefix): New option.
30867         * textmodes/reftex-toc.el (reftex-toc-find-section):
30868         Add push-mark before changing the position in the buffer.
30870         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
30871         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
30873 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
30875         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
30876         more carefully.
30878 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
30880         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
30881         (sgml-mode): Use it.
30882         (sgml-get-context): Better keep track of implicitly closed tags.
30884 2005-01-13  Kenichi Handa  <handa@m17n.org>
30886         * textmodes/ispell.el: These changes are to fix misalignment error
30887         caused by equivalent characters of different Emacs charsets.
30888         (ispell-unified-chars-table): New variable.
30889         (ispell-get-decoded-string): New function.
30890         (ispell-get-casechars, ispell-get-not-casechars)
30891         (ispell-get-otherchars): Call ispell-get-decoded-string.
30893 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
30895         * custom.el (custom-declare-variable): Just put symbol instead
30896         of (defvar . symbol) in `current-load-list'.
30898 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
30900         * emacs-lisp/elint.el: Fixed typo in Commentary section.
30902 2005-01-12  Jay Belanger  <belanger@truman.edu>
30904         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
30905         to create a Calc summary.
30907 2005-01-12  Kim F. Storm  <storm@cua.dk>
30909         * mouse.el (mouse-on-link-p): Change functionality and doc
30910         string to comply with latest description in lisp ref.
30912 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
30914         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
30915         Enable mouse clicks on mode-line, header-line and margin.
30916         (event-type): Give mouse event symbols an `event-kind' property
30917         with value `mouse-click'.
30919 2005-01-12  Juri Linkov  <juri@jurta.org>
30921         * facemenu.el (list-colors-display): Add new arg buffer-name.
30922         Use it.  Fix docstring.  Replace code for identifying duplicate
30923         colors by the name with call to `list-colors-duplicates' which
30924         identifies duplicate colors by the value unless the color
30925         is one of special Windows colors.  Set truncate-lines to t.
30926         Print sorted duplicate color names on each line.  Indent to 22
30927         \(the longest color name in rgb.txt) instead of 20.  Optimize.
30928         (list-colors-duplicates): New function.
30929         (facemenu-color-name-equal): Delete function.
30931         * facemenu.el (list-colors-print): New function created from code
30932         in list-colors-display.  Print #RRGGBB at the window right edge.
30933         (list-colors-display): When temp-buffer-show-function is not
30934         defined, call list-colors-print from temp-buffer-show-hook
30935         to get the right value of window-width in list-colors-print
30936         after the buffer is displayed.
30938         * simple.el (pop-mark): Move deactivate-mark out of conditional
30939         part to deactivate the active mark regardless of the state of the
30940         mark ring.
30942         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
30943         variables line in desktop files.
30945 2005-01-12  Juri Linkov  <juri@jurta.org>
30947         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
30948         Bring together isearch highlight related options.
30949         (lazy-highlight): Replace group `replace' by `matching'.
30950         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
30951         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
30952         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
30953         and declare them obsolete.
30954         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
30955         (isearch-faces): Remove defgroup.
30956         (isearch-overlay, isearch-highlight, isearch-dehighlight):
30957         Move isearch highlighting code closer to lazy highlighting code.
30959         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
30960         (query-replace-highlight, query-replace-lazy-highlight)
30961         (query-replace): Move definitions to the beginning of the file.
30963 2005-01-11  Juri Linkov  <juri@jurta.org>
30965         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
30966         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
30967         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
30969         * info.el (Info-history-forward): New variable.
30970         (Info-select-node): Reset Info-history-forward to nil.
30971         (Info-last): Turn into defalias.
30972         (Info-history-back): Rename from Info-last.
30973         Add current node to Info-history-forward.
30974         (Info-history-forward): New fun.
30975         (Info-mode-map): Replace Info-last by Info-history-back.
30976         Bind Info-history-forward to "r".
30977         (Info-mode-menu): Replace Info-last by Info-history-back.
30978         Fix menu item text.  Add menu item for Info-history-forward.
30979         (info-tool-bar-map): Replace Info-last by Info-history-back.
30980         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
30981         for Info-history-forward.
30982         (Info-mode): Replace Info-last by Info-history-back in docstring.
30983         Add local variable Info-history-forward.
30984         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
30986 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
30988         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
30989         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
30990         Ignore select-window events rather than fiddle with
30991         mouse-autoselect-window.
30993 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
30995         * type-break.el (type-break-mode): Fix previous change.
30997 2005-01-10  Jay Belanger  <belanger@truman.edu>
30999         * calc/calc-ext.el (calc-reset): Reset when inside embedded
31000         calculator; only reset when point is inside a calculator.
31001         Don't adjust the window height if the window takes up the whole height
31002         of the frame.
31004 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
31006         * ebuff-menu.el (Electric-buffer-menu-mode):
31007         Preserve value of buffer-local var header-line-format.
31009 2005-01-09  Jay Belanger  <belanger@truman.edu>
31011         * calc/calc.el (calc-mode-var-list-restore-saved-values):
31012         Make sure settings file exists before accessing it.
31014         * calc/calc-embed.el (calc-embedded-subst):
31015         Replace math-multi-subst-rec, which is only supposed to be called
31016         by math-multi-subst, by math-multi-subst.
31018 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
31020         * vc.el (vc-allow-async-revert): New user option.
31021         (vc-disable-async-diff): New internal variable.
31022         (vc-revert-buffer): Use them to disable asynchronous diff.
31024         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
31025         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
31026         asynchronously if vc-disable-async-diff is t.
31028 2005-01-09  Jay Belanger  <belanger@truman.edu>
31030         * calc/calc.el (defcalcmodevar): New macro.
31031         (calc-mode-var-list-restore-default-values)
31032         (calc-mode-var-list-restore-saved-values): New functions.
31033         (calc-mode-var-list): Use defcalcmodevar to define it.
31034         (calc-always-load-extensions, calc-line-numbering)
31035         (calc-line-breaking, calc-display-just, calc-display-origin)
31036         (calc-number-radix, calc-leading-zeros, calc-group-digits)
31037         (calc-group-char, calc-point-char, calc-frac-format)
31038         (calc-prefer-frac, calc-hms-format, calc-date-format)
31039         (calc-float-format, calc-full-float-format, calc-complex-format)
31040         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
31041         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
31042         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
31043         (calc-matrix-brackets, calc-language, calc-language-option)
31044         (calc-left-label, calc-right-label, calc-word-size)
31045         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
31046         (calc-display-raw, calc-internal-prec, calc-angle-mode)
31047         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
31048         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
31049         (calc-window-height, calc-display-trail, calc-show-selections)
31050         (calc-use-selections, calc-assoc-selections)
31051         (calc-display-working-message, calc-auto-why, calc-timing)
31052         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
31053         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
31054         (calc-gnuplot-default-device, calc-gnuplot-default-output)
31055         (calc-gnuplot-print-device, calc-gnuplot-print-output)
31056         (calc-gnuplot-geometry, calc-graph-default-resolution)
31057         (calc-graph-default-resolution-3d, calc-invocation-macro)
31058         (calc-show-banner): Use defcalcmodevar to declare them and set
31059         their default values.
31061         * calc/calc-ext.el (calc-reset): Restore saved values of variables
31062         instead of default values (but restore default values if there is
31063         an argument of 0).
31065 2005-01-09  David Kastrup  <dak@gnu.org>
31067         * desktop.el (desktop-restore-eager): Fix typo in type.
31069 2005-01-08  Richard M. Stallman  <rms@gnu.org>
31071         * cus-edit.el (customize): Delete :link.
31073 2005-01-08  Jay Belanger  <belanger@truman.edu>
31075         * calc/calc.el (calc-mode): Remove the extension from the
31076         `calc-settings-file' file name when loading it.
31078 2005-01-08  Kim F. Storm  <storm@cua.dk>
31080         * info.el (Info-mode-map, Info-next-link-keymap)
31081         (Info-prev-link-keymap, Info-up-link-keymap):
31082         Map follow-link to mouse-face.
31083         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
31085 2005-01-08  Jay Belanger  <belanger@truman.edu>
31087         * calc/calc.el (calc-settings-file): Change default value.
31088         Suggested by cgw in a comment in calc-mode.el.
31090         * calc/calc-mode.el (calc-settings-file-name):
31091         Compare calc-settings-file to user-init-file instead of ~/.emacs.
31092         Replace ~/.emacs in a prompt by calc-settings-file.
31094 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
31096         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
31097         (desktop-lazy-idle-delay): New customizable variables.
31098         (desktop-buffer-args-list): New variable.
31099         (desktop-append-buffer-args): New function.
31100         (desktop-save): Call desktop-append-buffer-args for some buffers.
31101         (desktop-lazy-create-buffer): New function.
31102         (desktop-idle-create-buffers): New function.
31103         (desktop-read): Add message about buffers to restore lazily.
31104         (desktop-lazy-abort): New command.
31105         (desktop-clear): Call desktop-lazy-abort.
31106         (desktop-lazy-complete): New command.
31108 2005-01-06  Richard M. Stallman  <rms@gnu.org>
31110         * emacs-lisp/find-func.el (find-face-definition):
31111         Rename from find-face.
31113 2005-01-06  Kim F. Storm  <storm@cua.dk>
31115         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
31117         * man.el (Man-xref-man-page, Man-xref-header-file)
31118         (Man-xref-normal-file): Add follow-link property.
31120 2005-01-06  Jay Belanger  <belanger@truman.edu>
31122         * calc/calc-units.el: Make sure the proper macro definitions are
31123         available when compiling.
31125 2005-01-06  Juri Linkov  <juri@jurta.org>
31127         * isearch.el (isearch-lazy-highlight-update):
31128         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
31130 2005-01-06  Miles Bader  <miles@gnu.org>
31132         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
31133         (isearch-lazy-highlight-face): Use new name.
31135 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
31137         * uniquify.el (uniquify-rationalize-file-buffer-names):
31138         Re-add an interactive spec.
31139         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
31140         to the same name.
31142         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
31143         (isearch-update, isearch-done): Adjust calls accordingly.
31145 2005-01-05  Richard M. Stallman  <rms@gnu.org>
31147         * custom.el (custom-set-variables, custom-theme-set-variables):
31148         Clarify documentation.
31150         * emacs-lisp/find-func.el (find-variable)
31151         (find-variable-other-window, find-variable-other-frame):
31152         Fix the TYPE args to find-function-read and find-function-do-it.
31153         (find-function): Doc fix.
31154         (find-function-at-point): Replace function-at-point alias.
31156 2005-01-04  Richard M. Stallman  <rms@gnu.org>
31158         * cus-face.el (custom-declare-face):
31159         Record defface in current-load-list.
31161         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
31163         * emacs-lisp/find-func.el: Doc fixes.
31164         (find-face-regexp): New variable.
31165         (find-function-regexp-alist): New variable.
31166         (find-function-C-source): Third arg is now TYPE.
31167         (find-function-search-for-symbol): Handle general TYPE.
31168         (find-function-read, find-function-do-it): Handle general TYPE.
31169         (find-definition-noselect, find-face): New functions.
31170         (function-at-point): Alias deleted.
31172 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
31174         * battery.el (display-battery-mode): Rename from display-battery.
31175         Handle the case where it gets turned off.
31177 2005-01-04  Richard M. Stallman  <rms@gnu.org>
31179         * cus-edit.el (customize): Make :link point to user doc.
31181         * man.el (Man-fontify-manpage): Turn off undo generation.
31183         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
31185 2005-01-04  Andreas Schwab  <schwab@suse.de>
31187         * files.el (insert-directory): Only look for error lines in
31188         inserted text.  Don't move too far after processing --dired markers.
31190 2005-01-04  Richard M. Stallman  <rms@gnu.org>
31192         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
31193         Don't expand if the character is @, period, dash, etc.
31194         (define-mail-abbrev): Quote names that contain problem characters.
31196 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
31198         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
31200 2005-01-03  Richard M. Stallman  <rms@gnu.org>
31202         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
31203         (query-replace-highlight, query-replace-lazy-highlight)
31204         (query-replace): Definitions moved up.  Doc fix.
31206 2005-01-03  Richard M. Stallman  <rms@gnu.org>
31208         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
31209         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
31210         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
31211         (lazy-highlight-face): Rename from isearch-lazy-...
31212         Change all references to them.
31214 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
31216         * cus-edit.el (custom-file): Doc fix for defcustom.
31217         (custom-file): The function no longer sets the variable
31218         `custom-file' to its return value.
31220         * startup.el (command-line): No longer load `custom-file'.
31222 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31224         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
31226         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
31227         Don't confuse module-prefixed identifiers for labels.
31228         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
31230 2005-01-02  Richard M. Stallman  <rms@gnu.org>
31232         * files.el (basic-save-buffer-1): Fix previous change.
31234         * loadhist.el (file-loadhist-lookup): New function.
31235         (file-provides, file-requires): Use it.
31237         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
31238         instead of calculating the right size.
31240 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
31242         * vc-svn.el (vc-svn-diff): Stay local if possible.
31244 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
31246         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
31248         * files.el (hack-local-variables): Fix last change.
31250 2005-01-02  Jay Belanger  <belanger@truman.edu>
31252         * calc/calc-yank.el (calc-edit-top): New variable.
31253         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
31254         object.  Change header properties.
31255         (calc-edit-finish, calc-edit-finish-stack-object)
31256         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
31257         edited object.
31258         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
31259         for the beginning of the edited object.
31260         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
31261         for the beginning of the edited object.
31262         * calc/calc-prog.el (calc-edit-macro-finish-edit)
31263         (calc-finish-formula-edit, calc-macro-repeats)
31264         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
31265         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
31266         beginning of the edited object.
31267         (calc-user-define-edit): Change the header for editing macros.
31268         Remove unnecessary variable.
31270 2005-01-01  Jay Belanger  <belanger@truman.edu>
31272         * calc/calc-yank.el (calc-edit-mode): Change default header.
31273         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
31274         * calc/calc-store.el (calc-edit-variable): Change title to match new
31275         header.
31276         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
31277         mode to match new header.
31278         (calc-user-define-edit): Change titles to include names of commands.
31279         (calc-finish-formula-edit): Adjust to handle new header.
31280         (calc-finish-macro-edit): Remove.
31281         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
31282         (calc-edit-macro-command, calc-edit-macro-command-type)
31283         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
31284         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
31285         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
31286         (calc-edit-macro-finish-edit): New functions.
31287         (calc-user-define-edit): Use new functions to edit named calc macros.
31289 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31291         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
31293         * ses.el (copy-region-as-kill): Deactivate mark.
31295 2005-01-01  Richard M. Stallman  <rms@gnu.org>
31297         * replace.el (occur-1): If the output buffer is also an input,
31298         don't kill it, rename it.
31300         * faces.el (set-face-background, set-face-foreground): Doc fix.
31302         * cus-face.el (custom-face-attributes): Fix :help-echo strings
31303         for :foreground and :background.
31305         * dired.el (dired-view-command-alist): Variable deleted.
31306         (dired-view-file, dired-mouse-find-file-other-window):
31307         Delete the code to use it.
31309 2005-01-01  Kim F. Storm  <storm@cua.dk>
31311         * image.el (insert-sliced-image): Use t for line-height property.
31313 See ChangeLog.11 for earlier changes.
31315 ;; Local Variables:
31316 ;; coding: iso-2022-7bit
31317 ;; add-log-time-zone-rule: t
31318 ;; End:
31320     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
31321   Copying and distribution of this file, with or without modification,
31322   are permitted provided the copyright notice and this notice are preserved.
31324 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1