*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobf473cdbb038376d8c1842075f2c08150912f796a
1 2007-02-04  Alan Mackenzie  <acm@muc.de>
3         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4         containing it is re-indented.
6 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
8         * net/newsticker.el (newsticker--insert-image): Update docstring,
9         and insert the image directly.
10         (newsticker--buffer-redraw): Update docstring.
12         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Rename
13         from define-global-minor-mode.
15         * progmodes/cwarn.el (global-cwarn-mode): 
16         * emacs-lisp/autoload.el (make-autoload): 
17         * hi-lock.el (global-hi-lock-mode): 
18         * font-core.el (global-font-lock-mode): All callers changed.
20 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
22         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
23         Don't copy @ignore lines into menu descriptions.
24         (texinfo-multi-file-update): Goto the @node line before attempting
25         to pluck the node name.
26         (texinfo-multiple-files-update): Reverse the optional arguments'
27         order, as per the doc string and the `interactive' form.
29 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
31         * image-mode.el: Use autoload to avoid overriding disabled setting
32         applied in .emacs.
34 2007-02-03  acm  <acm@localhost.localdomain>
36         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
37         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
38         adjacent paren groups).
40 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
42         * progmodes/ebnf2ps.el: Doc fixes.
43         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
45 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
47         * dired-x.el (dired-do-relsymlink): Add reference to
48         dired-do-symlink.  Add an autoload cookie.
50         * dired-aux.el (dired-do-symlink): Add reference to
51         dired-do-relsymlink.
53 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
55         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
56         <left-fringe mouse-3>: New bindings.
58 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
60         * newsticker.el (newsticker-version): Changed to "1.10".
61         (newsticker--set-customvar): Doc string.
62         (newsticker-new-item-face): Doc string.
63         (newsticker-mode): Initialize `invisibility-spec' with t.
64         (newsticker-mode-map): Added
65         `newsticker-mark-all-items-at-point-as-read'.
66         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
67         (newsticker-w3m-show-inline-images): Do not call
68         `w3m-remove-image'.
69         (newsticker--buffer-after-w3m-insert-image): New advice for
70         w3m-insert-image to cache images.
71         (newsticker-next-item-same-feed): New.
72         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
73         (newsticker-mark-all-items-of-feed-as-read): New.
74         (newsticker-mark-all-items-at-point-as-read): Use new functions.
75         (newsticker-mark-item-at-point-as-read): Doc string.
76         (newsticker-mark-item-at-point-as-read): Use new functions.
77         (newsticker--do-mark-item-at-point-as-read): New, extracted from
78         `newsticker-mark-item-at-point-as-read'.
79         (newsticker-hide-entry): Use (t) instead of t for invisibility.
80         (newsticker--sentinel): Yet another xml-parser workaround.
81         (newsticker--decode-iso8601-date): Bugfix for datestrings without
82         days.
83         (newsticker--buffer-do-insert-text): Fix.
84         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
85         (newsticker--buffer-make-item-completely-visible):
86         `switch-to-buffer' not necessary.
88 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
90         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
91         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
92         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
93         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
94         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
96 2007-02-02  Kenichi Handa  <handa@m17n.org>
98         * international/quail.el (quail-show-key): Fix an error message.
100 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
102         * faces.el (set-face-underline-p, modify-face): Rename arg
103         UNDERLINE-P to UNDERLINE (it is not a flag).
105 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
107         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
108         when adding gdb-speedbar-update to gdb-input-queue.
110 2007-02-01  Kenichi Handa  <handa@m17n.org>
112         * international/quail.el (quail-show-key): Signal an error if the
113         current input method is not using Quail.
115 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
117         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
118         Trim leading whitespace in sysvar names.
120 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
122         * faces.el (internal-find-face, internal-get-face): Doc fixes.
124 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
126         * ido.el (ido-set-common-completion): Use `let', not `let*'.
128 2007-01-31  Romain Francoise  <romain@orebokech.com>
130         * comint.el: Delete extra copy of `comint-copy-old-input' added in
131         previous change to this file.
133 2007-01-31  Jason Rumney  <jasonr@gnu.org>
135         * files.el (magic-mode-alist): Use image-mode-maybe rather than
136         image-mode.
138         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
139         interfering with attempt to set major mode from modified
140         auto-mode-alist.
142 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
144         * faces.el (color-values): Doc fix.
145         (face-differs-from-default-p): Don't check :foreground twice.
147 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
149         * comint.el (comint-mode): Prevent non-keyword fontification by default.
151 2007-01-31  Kenichi Handa  <handa@m17n.org>
153         * international/quail.el (quail-store-decode-map-key): Store a
154         translated character too.
155         (quail-char-equal-p): New function.
156         (quail-find-key1): Check character equality by quail-char-equal-p.
157         (quail-decode-map-generated): New variable.
158         (quail-find-key): Check quail-decode-map-generated and re-generate
159         a decode map if necessary.
161 2007-01-30  Richard Stallman  <rms@gnu.org>
163         * tutorial.el (tutorial--detailed-help): Make the list of
164         changed keys look nicer.
166 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
168         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
169         (gdb-var-delete): Use it.
170         (gdb-var-update-handler-1): Handle value "invalid" for MI field
171         `in_scope'.
173 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
175         * files.el (get-free-disk-space): Return nil for remote directories.
177         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
178         instead of "dir".
180 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
182         * type-break.el (type-break-catch-up-event): New function.
183         (type-break-demo-hanoi, type-break-demo-life)
184         (type-break-demo-boring): Use it.
186         * image-mode.el (image-mode): Don't automatically view as image.
187         (image-toggle-display): Add `disabled' property.
189 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
191         * isearchb.el (isearchb-iswitchb):
192         * ps-print.el (ps-build-face-reference):
193         * emacs-lisp/shadow.el (list-load-path-shadows):
194         * eshell/esh-cmd.el (eshell-rewrite-for-command):
195         * international/mule.el (find-auto-coding):
196         * mail/supercite.el (sc-attrib-selection-list):
197         * progmodes/cc-defs.el (c-emacs-features):
198         * progmodes/cc-vars.el (c-offsets-alist):
199         * progmodes/flymake.el
200         (flymake-init-create-temp-source-and-master-buffer-copy):
201         Fix typos in docstrings (some suggested by Chris Moore).
203         * progmodes/vhdl-mode.el (vhdl-components-package-name)
204         (vhdl-get-library-unit, vhdl-corresponding-begin)
205         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
206         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
207         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
208         (vhdl-font-lock-match-item): Fix typos in docstrings.
209         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
210         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
211         (vhdl-speedbar-insert-project-hierarchy):
212         Improve argument/docstring consistency.
214 2007-01-29  Kenichi Handa  <handa@m17n.org>
216         * international/titdic-cnv.el (py-converter): Fix previous change.
218 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
220         * jka-compr.el (jka-compr-partial-uncompress)
221         (jka-compr-call-process): Rebind default-directory if it is
222         invalid.  Suggested by Chris Moore.
224         * comint.el (comint-insert-input): Handle situation where the
225         selected buffer is not the clicked buffer.
227 2007-01-29  Kenichi Handa  <handa@m17n.org>
229         * international/ja-dic-cnv.el (skkdic-convert):
230         Add byte-compile-disable-print-circle:t at the head.
232         * international/titdic-cnv.el (tit-process-header):
233         Add byte-compile-disable-print-circle:t at the head.
234         (miscdic-convert): Likewise.
235         (py-converter): Skip the header comments.
237         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
238         New variable.
239         (byte-compile-output-file-form): Bing print-circle to nil if
240         byte-compile-output-file-form is not nil.
241         (byte-compile-output-docform): Likewise.
243 2007-01-28  Kim F. Storm  <storm@cua.dk>
245         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
246         Declare earlier to avoid byte compiler warnings.
248 2007-01-28  Markus Triska  <markus.triska@gmx.at>
250         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
252 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
254         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
255         (gamegrid-add-score-with-update-game-score-1): Allow local quits
256         when calling update-game-score program.  Remove unnecessary
257         save-excursion.
259         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
261 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
263         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
264         avoid compiler warning.
265         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
266         might have values other than "true" or "false".
268 2007-01-28  Richard Stallman  <rms@gnu.org>
270         * textmodes/fill.el (fill-paragraph-function): Doc fix.
271         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
273         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
275         * image.el (image-type-header-regexps): Make GIF regex more specific.
277         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
278         Don't check `backspace'.
279         (tutorial--find-changed-keys): Look up bindings in a temp buffer
280         in Fundamental mode.
282         * startup.el (fancy-splash-text, normal-splash-screen):
283         Mention C-g.
285         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
286         when inserting in buffer.
288         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
289         inside the if.
291 2007-01-27  Richard Stallman  <rms@gnu.org>
293         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
295 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
297         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
298         enum/union/struct/class definition.
299         Revert change to call `forward-sexp' multiple times.
301 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
303         * files.el (hack-local-variables-confirm): Don't keep trying to
304         read an event from an empty kbd macro.
306 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
308         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
310 2007-01-27  Ben North  <ben@redfrontdoor.org>
312         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
313         the arg CHILDREN -> WHICH.
315 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
317         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
318         default-directory to a sane value when calling start-process.
320 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
322         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
323         (ls-lisp-format-time-list): Doc fix.  Mention
324         ls-lisp-use-localized-time-format.
325         (ls-lisp-format-time): Use ls-lisp-format-time-list if
326         ls-lisp-use-localized-time-format is non-nil, even if a valid
327         locale is defined.
329 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
331         * jka-compr.el (jka-compr-shell): Doc fix.
333         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
335 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
337         * ps-print.ps: Fix background height.
338         (ps-print-version): New version 6.7.2.
340 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
342         * makefile.w32-in (finder-data, custom-deps): Depend on
343         $(lisp)/loaddefs.el.
345 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
347         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
349 2007-01-24  Miles Bader  <miles@gnu.org>
351         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
352         (byte-compile-output-docform): Bind `print-circle' to t.
354 2007-01-24  Kenichi Handa  <handa@m17n.org>
356         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
357         file name of the original SKK dictionary file.
359 2007-01-24  Kim F. Storm  <storm@cua.dk>
361         * ido.el (ido-initial-position): New variable.
362         (ido-read-internal): Set it if default item is specified.
363         (ido-minibuffer-setup): Position cursor accordingly if set.
364         (ido-edit-input): C-e moves to end of input if not already there.
365         (ido-magic-backward-char): C-b does like M-b if prev char is /.
366         Don't switch to buffer mode if repeating C-b at start of input.
367         (ido-toggle-ignore): C-a only toggles ignore at start or end of
368         input; else it moves to start of input.
369         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
370         not at end of input, delete rest of input, rather than normal op.
372 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
374         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
376         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
377         of message.  Activate mark.
378         (ediff-activate-mark): Set transient-mark-mode to t.
380         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
382 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
384         * help-fns.el (describe-variable): Don't suppress display of
385         buffer local value when the value is "large".
387 2007-01-22  Kim F. Storm  <storm@cua.dk>
389         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
390         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
391         (ido-tidy): Use ido-active.
393 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
395         * hexl.el (hexl-mode-exit): Add missing quote.
397 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
399         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
400         (mac-ae-keyboard-modifiers): New function.
401         (mac-handle-toolbar-switch-mode): Use it.
402         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
403         if keyboard modifiers on drop contain option key.
404         (mac-dnd-drop-data): Add optional argument `action'.
405         (special-event-map): Remove binding for M-drag-n-drop.
407 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
409         * add-log.el (add-log-current-defun): Use CC Mode functions to
410         find the beginning and end of a defun.
412 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
414         * progmodes/gdb-ui.el (gdb-var-create-regexp)
415         (gdb-var-create-handler): Handle value field in GDB output of
416         -var-create.
417         (gdb-max-frames): New variable.
418         (gdb-stack-buffer, gdb-frames-select): Use it.
419         (gdb-info-stack-custom): Help user customize gdb-max-frames,
420         if necessary.
421         (gdb-get-frame-number): Simplify.
423 2007-01-21  Glenn Morris  <rgm@gnu.org>
425         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
426         Update copyrights.
428 2007-01-21  Alan Mackenzie  <acm@muc.de>
430         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
431         handling of K&R stuff.
433 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
435         * textmodes/bibtex.el (bibtex-files): Fix customization type.
437 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
439         * ps-print.el: Handle frame parameters (background and/or foreground
440         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
441         (ps-print-version): New version 6.7.1.
442         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
443         (ps-frame-parameter): New fun.
444         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
445         Fix doc and customization.
446         (ps-begin-job): Get frame parameters (background and/or foreground
447         colors).
448         (ps-do-despool): Ensure ps-printer-name has a valid value.
450 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
452         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
453         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
454         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
455         mean unlimited.
457 2007-01-20  Alan Mackenzie  <acm@muc.de>
459         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
460         much more rigorous analysis of putative K&R regions.
462 2007-01-20  Alan Mackenzie  <acm@muc.de>
464         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
465         New functions.
467 2007-01-20  Alan Mackenzie  <acm@muc.de>
469         * progmodes/cc-align.el, progmodes/cc-cmds.el,
470         * progmodes/cc-defs.el, progmodes/cc-engine.el,
471         * progmodes/cc-langs.el, progmodes/cc-styles.el,
472         * progmodes/cc-vars.el: Add my name.
474 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
476         * files.el (find-alternate-file): Revert query message to Emacs 21
477         version.
479 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
481         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
482         the doc string how to use personal abbrevs without electric
483         keywords.
485 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
487         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
488         Fixed cursor position when toggle abbreviated display.
490 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
492         * t-mouse.el: Update copyright following assignment by
493         Alessandro Rubini.
495 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
497         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
498         (type-break-demo-boring): Call read-event instead of read-char.
500 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (small change)
502         * progmodes/compile.el: Add handling for makepplog.
504 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
506         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
507         aspell dictionaries are initialized when called non-interactively.
509 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
511         * progmodes/compile.el (compilation-loop): New arg limit.
512         Handle case where the first error is at point-min.
513         (compilation-next-error): New arg to compilation-loop call.
515 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
517         * info.el (Info-default-dirs): Change default info dir to
518         share/info.
520         * paths.el (Info-default-directory-list): Ditto.
522 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
524         * hexl.el (hexl-before-revert-hook): New function.
525         (hexl-mode): Use it.
526         (hexl-after-revert-hook): Just call hexl-mode.
527         (hexl-mode-exit): Remove before-revert-hook.
529 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
531         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
533 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
535         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
536         by "-" in francais7 otherchars entry.
537         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
538         otherchars entry.
540 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
542         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
543         path.  Rewrite function in `cond' style for readability.
545         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
546         (The path shortening, that is, not the rearrarangement.)
548 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
550         * term/mac-win.el (mac-ae-quit-application): New function.
551         (mac-apple-event-map): Bind "quit application" Apple event to it.
553 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
555         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
556         than the program's output.
558 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
560         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
561         (kmacro-start-macro-or-insert-counter)
562         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
563         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
565         * longlines.el (longlines-show-hard-newlines):
566         * ruler-mode.el (ruler-mode-ruler):
567         * emulation/keypad.el (keypad-setup):
568         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
569         Fix typo in docstring.
571 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
573         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
574         Remove redirect character ">".
576 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
578         * replace.el (perform-replace): Remove leftover code.
580 2007-01-12  Richard Stallman  <rms@gnu.org>
582         * replace.el (perform-replace): Don't clear NODENT when computing
583         the replacement string.
585 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
587         * net/tramp.el (tramp-handle-file-local-copy):
588         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
589         <christopher.ian.moore@gmail.com>.
591 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
593         * diff-mode.el (diff-sanity-check-context-hunk-half)
594         (diff-sanity-check-hunk): New functions.
595         (diff-find-source-location): Use'em to check the hunks are well-formed.
597         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
598         activate undo when undo is not active.
599         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
601 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
603         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
604         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
605         (ffap-url-at-point): Use char-classes rather than "a-z".
607 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
609         * ediff-init.el (ediff-autostore-merges):
610         * textmodes/fill.el (fill-region): Doc fix.
612 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
614         * server.el (server-ensure-safe-dir): UIDs may be floats.
616 2007-01-10  Richard Stallman  <rms@gnu.org>
618         * battery.el (battery-linux-proc-acpi): Use ignore-errors
619         around calls to directory-files.
621         * subr.el (momentary-string-display): Use save-excursion.
623         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
624         argument, but read it as `X' does.
626 2007-01-09  Juri Linkov  <juri@jurta.org>
628         * info.el (Info-fontify-node): Don't hide node names of index entries.
630         * faces.el (momentary): Change :group to basic-faces where all
631         basic faces belong to.  Add :version.
633 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
635         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
636         keybinding is found.
637         (tutorial--find-changed-keys): Never treat null keybinding as a
638         remapping.
640 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
642         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
644 2007-01-09  Kenichi Handa  <handa@m17n.org>
646         * international/mule-cmds.el
647         (select-safe-coding-system-interactively): Fix message.
649 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
651         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
652         (tramp-process-actions): Add optional parameter TIMEOUT.
653         (tramp-open-connection-telnet, tramp-open-connection-rsh)
654         (tramp-open-connection-su): Add timeout of 60".
656 2007-01-09  Richard Stallman  <rms@gnu.org>
658         * progmodes/compile.el (compile): Doc fix.
660 2007-01-09  Markus Triska  <markus.triska@gmx.at>
662         * tumme.el (tumme-display-thumb): Doc fix.
664 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
666         * battery.el (battery-search-for-one-match-in-files):
667         * bindings.el (mode-line-minor-mode-help):
668         * x-dnd.el (x-dnd-types-alist):
669         * calendar/icalendar.el (icalendar-import-buffer):
670         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
672         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
674 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
676         * replace.el (replace-regexp): Fix typo in docstring.
678 2007-01-07  Alan Mackenzie  <acm@muc.de>
680         * progmodes/cc-langs.el (c-operators, c-filter-ops):
681         Amend doc-string and comments.
683 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
685         * files.el (abbreviate-file-name): Doc fix.
687 2007-01-06  Markus Triska  <triska@gmx.at>
689         * subr.el (split-string): Remove spurious ")" from doc string.
691 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
693         * textmodes/table.el (table--warn-incompatibility):
694         Use display-warning instead of momentary-string-display.
696 2007-01-05  Richard Stallman  <rms@gnu.org>
698         * image.el (image-type-header-regexps): Recognize xbm more strictly.
700         * simple.el (backward-kill-word): Doc fix.
702 2007-01-05  Romain Francoise  <romain@orebokech.com>
704         * international/mule.el (sgml-html-meta-auto-coding-function):
705         Ensure that the buffer contains a HTML document.
707 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
709         * faces.el (momentary): Move here ...
710         * subr.el (momentary): ... from here.
712 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
714         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
715         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
716         large structures/arrays.
718 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
720         * files.el (find-file-noselect-1, set-visited-file-name):
721         Allow backup-enable-predicate to be nil.
723 2007-01-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
725         * subr.el (momentary): New face.
726         (momentary-string-display): Display the string via a temporary
727         overlay using the new face, instead of inserting it in the buffer.
729 2007-01-04  Andreas Schwab  <schwab@suse.de>
731         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
732         last change.
734 2007-01-03  Richard Stallman  <rms@gnu.org>
736         * woman.el (woman-decode-buffer): Clarify error message.
738 2007-01-03  Alan Mackenzie  <acm@muc.de>
740         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy
741         patch.
743 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
745         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
747 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
749         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
751 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
753         * emulation/viper.el (viper-custom-file-name, viper-mode):
754         Fix typos in docstrings.
756         * subr.el (momentary-string-display): After moving point, set POS
757         variable to it to avoid later errors once the buffer is modified.
758         Doc fix.
760 2007-01-02  Alan Mackenzie  <acm@muc.de>
762         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
763         check that the "*/" is present before trying to manipulate it.
765 2007-01-02  Richard Stallman  <rms@gnu.org>
767         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
769         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
770         Fix format of value.
772         * cus-edit.el (customize-unsaved): Rename from customize-customized.
773         Change messages accordingly.
774         (customize-customized): Now alias.
776 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
778         * files.el (version-control): Doc fix.
780 2007-01-01  Alan Mackenzie  <acm@muc.de>
782         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
783         Check the format of c-state-cache is valid for an optimisation before
784         using it.
786         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
787         are at a statement within a macro".  Other changes so that only
788         the first continuation line in a macro gets the symbol
789         `cpp-define-intro', the others getting `statement', or whatever.
791         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
792         a string, preserve whitespace.  Add a backslash only when also in
793         a macro.
795         * progmodes/cc-defs.el: Correct typos.
797         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
798         new line after an escaped EOL in a string.
800         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
801         label when it directly follows "else", "do", ....
803         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
804         angle brackets (as seen in "explicit specialisations" of C++
805         templates).
807         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
808         in the doc-string.
810         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
811         when the comment ender looks like "=========*/" and is alone on
812         its line.
814         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
815         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
816         for the old name.
818         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
819         c-\(beginning\|end\)-of-defun by default.
821         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
822         New line-up function, for the DEFUN macro in the Emacs C sources.
823         Only used in "gnu" style.
825         * progmodes/cc-styles.el (c-style-alist): Use this new function in
826         the "gnu" style.
828         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
829         clean-up comment-close-slash also to work when there's a comment
830         terminator on the line.
831         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
832         these for large arg - only take account of top level {..}, except
833         for initial and final adjustments.  M-- C-M-[ae] now go to the
834         right defuns when the starting point is between defuns.  They use
835         the four new functions:
836         (c-in-function-trailer-p, c-where-wrt-brace-construct)
837         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
838         support c-\(beginning\|end\)-of-defun.
840         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
841         expressions more rigorously, to exclude bit-field specifiers from
842         being classed as labels.
843         (c-forward-label): When analyzing a ":" within a macro, be careful
844         about using c-forward-syntactic-ws at the macro beginning.
845         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
846         stmt boundary, check for "operator=", etc.
848         * progmodes/cc-mode.el (c-postprocess-file-styles):
849         Bind inhibit-read-only to t, around the call to
850         c-remove-any-local-eval-or-mode-variables, so that it works on a
851         RO file.
853         * progmodes/cc-defs.el (c-version): Update the version number to
854         "5.31.4".
856 2007-01-01  Richard Stallman  <rms@gnu.org>
858         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
859         only if we restored isearch-window-configuration.
861 2006-12-31  Romain Francoise  <romain@orebokech.com>
863         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
865 2006-12-31  Kim F. Storm  <storm@cua.dk>
867         * files.el (auto-mode-case-fold): New defcustom.
868         (set-auto-mode): If non-nil, perform second case-sensitive pass
869         through auto-mode-alist if first pass failed.
871 2006-12-30  Richard Stallman  <rms@gnu.org>
873         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
875 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
877         * allout.el (allout-encrypt-string): Handle symmetric-key
878         passphrase caching but leave keypair caching to pgg.
880 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
882         Sync with Tramp 2.0.55.
884         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
885         `integerp'.  `char-equal' could fail else in case of negative
886         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
887         (top): Check for `font-lock-add-keywords' before calling; it
888         doesn't exist under XEmacs.
889         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
890         (tramp-completion-mode): Remove clause (not
891         tramp-unified-filenames), because the function is called in other
892         context too, where this check results in wrong results in the
893         XEmacs case on Windows.
894         (tramp-touch): UTC handling is not possible for XEmacs.
896 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
898         * scroll-bar.el (previous-scroll-bar-mode): New variable
899         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
900         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
902         * term/x-win.el: Set scroll bar mode to right if set by X resources.
904 2006-12-30  Richard Stallman  <rms@gnu.org>
906         * files.el (make-backup-file-name-1): Precompute abs name
907         but don't lose the relative name.
909         * international/mule-cmds.el (select-safe-coding-system-interactively):
910         Fix message.
912 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
914         * files.el (backup-buffer): Show entire backup file name in msg.
916 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
918         * image.el (image-type-header-regexps, image-type-from-data)
919         (image-type-from-buffer, image-type-from-file-header):
920         Revert changes from 2006-12-26.
921         (image-type-auto-detectable): New variable.
922         (image-type-auto-detected-p): New function.
924         * files.el (magic-mode-alist): Detect image files with
925         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
927 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
929         * dired.el (dired-sort-other): Move test for dired-mode...
930         (dired-sort-set-modeline): ...to here.
932 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
934         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
935         change.  Suggested by Stefan Monnier.
937 2006-12-29  Kim F. Storm  <storm@cua.dk>
939         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
940         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
942 2006-12-27  Kim F. Storm  <storm@cua.dk>
944         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
945         so it doesn't accidentally match an fsf.org mail address.
946         (authors-renamed-files-alist): Add tcover-*.el.
948 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
950         * vc-arch.el (vc-arch-find-version): New function.
952         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
953         composed of arbitrary characters (even /) in some systems.
955 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
957         * international/mule-cmds.el (select-safe-coding-system-interactively):
958         Improve the message in the *Warning* buffer.
960 2006-12-27  Kim F. Storm  <storm@cua.dk>
962         * ido.el (ido-set-matches-1): Fix last change.  If default item is
963         current buffer, it is ok to be first.
965 2006-12-27  Kenichi Handa  <handa@m17n.org>
967         * international/mule-cmds.el (select-safe-coding-system-interactively):
968         Use face `link' for problematic chars.
970 2006-12-27  Kenichi Handa  <handa@m17n.org>
972         * international/mule-cmds.el (select-safe-coding-system-interactively):
973         Improve the message in *Warning* buffer.
975 2006-12-27  Kim F. Storm  <storm@cua.dk>
977         * ido.el (ido-set-matches-1): Never put current buffer first if
978         there are other matches.
980 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
982         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
983         expressions.
984         (gdb-var-delete): Handle duplicate names.  Print message for non
985         root expressions.
986         (gdb-partial-output-name): Start buffer name with a space.
987         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
988         buffer name.
990 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
992         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
993         last footnote when `footnote-spaced-footnotes' is nil.
995 2006-12-26  Richard Stallman  <rms@gnu.org>
997         * cus-edit.el (custom-browse-sort-alphabetically)
998         (custom-buffer-sort-alphabetically)
999         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
1001         * image.el (image-type-header-regexps): Change element format
1002         to include third item NOT-ALWAYS.
1003         (image-type-from-data): Handle new format.
1004         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
1005         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
1007 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
1009         * add-log.el (add-log-current-defun): Call `forward-sexp'
1010         multiple times to pick a member function name defined as
1011         part of nested classes/namespaces.
1013 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1015         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
1016         which keymap should be used to change menu.  It does not affect any
1017         existent code.
1019 2006-12-26  Richard Stallman  <rms@gnu.org>
1021         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
1022         rather than for being in a minibuffer window.
1024 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
1026         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
1027         locale-coding-system.
1028         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
1029         LF.
1031 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
1033         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
1034         (sql-mode-syntax-table): Disable double quoted strings.
1035         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
1037 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1039         * startup.el (fancy-splash-last-input-event): New variable.
1040         (fancy-splash-special-event-action): New function.
1041         (fancy-splash-screens): Temporarily bind special events to it.
1042         Execute command for saved special event before exiting from
1043         recursive editing.
1045         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
1046         New functions.
1047         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
1048         Use mac-unread-string.
1050 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1052         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
1053         an optimized comment regexp if `comment-start-skip' uses a ^.
1054         * bs.el (bs--up): Remove interactive spec.
1056 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
1058         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
1059         Suggested by James Cloos.
1061 2006-12-24  Kevin Ryde  <user42@zip.com.au>
1063         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
1064         in March.
1065         (calendar-dst-ends): Default to first Sunday in November.
1067 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
1069         * allout.el (allout-encrypt-string): Inhibit use of agent within
1070         body of let form where encryption happens.  Acknowledge non-use of
1071         gpg-agent in docstring.
1072         (allout-toggle-subtree-encryption): Acknowledge non-use of
1073         gpg-agent in docstring.
1075 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
1077         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
1079 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1081         * ediff-diff.el (ediff-diff-options): Clarify docstring.
1082         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
1084         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
1085         in hooks.
1086         (viper-add-newline-at-eob-if-necessary): Add newline only if we
1087         actually modify buffer; ignore errors if occur.
1089 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
1091         * calendar/calendar.el (calendar-mode-map): Switch < and >.
1092         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
1093         formatting.
1095 2006-12-23  Richard Stallman  <rms@gnu.org>
1097         * simple.el (delete-horizontal-space): Doc fix.
1099 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
1101         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
1102         explicitly in a recursive Make, not implicitly through prerequisites,
1103         since the latter is wrong under parallel builds.
1105 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
1107         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
1109 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
1111         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
1112         message string.
1114 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
1116         * outline.el (outline-next-visible-heading): Fix the case with a
1117         header at end-of-file with no final newline.
1119 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
1121         * indent.el (tab-always-indent): Doc fix.
1123 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
1125         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
1126         (Info-fontify-node): Do fontify indices.
1128         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
1129         to the Emacs Lisp reference manual.
1130         (tutorial--tab-map): Remove.  All callers changed.
1131         (tutorial--find-changed-keys): New elt QUIET, used to...
1132         (tutorial--display-changes): ...ensure that warning messages are
1133         only issued once per changed key.
1134         (tutorial--remove-remarks): Delete unused code-path.
1135         (lang-strings): Remove extraneous formatting.
1136         (tutorial--save-tutorial): Prompt before saving tutorial state.
1138 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
1140         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
1141         Replace '?\ ' by '?\s' throughout.
1142         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
1143         `help' custom group.
1144         (tutorial--key-description): New function.
1145         (tutorial--display-changes): Remove redundant arg.  Scan for all
1146         key sequences to avoid false matches.  Cleanup.
1147         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
1148         reduce homedir pollution.
1149         (help-with-tutorial): Call tutorial--display-changes with no arg.
1151 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
1153         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
1155 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
1157         * net/tramp.el (tramp-default-method): We still need to check for
1158         `executable-find', because it is not bound under Emacs 20.
1159         (tramp-handle-file-name-completion)
1160         (tramp-completion-handle-file-name-completion): Handle optional
1161         parameter PREDICATE.
1162         (tramp-find-default-method): Add code for default values.
1164 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
1166         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
1167         make gud-go send "continue".
1169 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
1171         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
1172         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
1174 2006-12-19  Kim F. Storm  <storm@cua.dk>
1176         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
1177         instead of global-map.
1179         * files.el (magic-mode-alist): Allow matching file type by
1180         calling a function at bob.  Check for image types by calling
1181         image-type-from-buffer.  Suggested by Juanma Barranquero.
1182         (set-auto-mode): Do it.
1184 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
1186         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
1187         Remove "ControlMaster" option from the other `scp*' methods.
1188         (tramp-default-method): Check for ssh-agent before setting to `scp'.
1190 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
1192         * textmodes/org.el (org-mode): Show context after isearch.
1193         (org-show-siblings): New function.
1194         (org-show-context): Use `org-show-siblings'.
1196 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1198         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
1199         Use syntax-ppss-toplevel-pos.
1201 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
1203         * textmodes/org.el (org-current-line): Make sure that lines are
1204         counted from beginning of buffer.
1205         (org-table-copy-region, org-table-paste-rectangle): Make sure that
1206         lines are counted from beginning of buffer.
1208 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1210         * info.el (Info-build-node-completions): Signal error if tag-table
1211         marker is not found.
1213         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1215 2006-12-17  Alan Mackenzie  <acm@muc.de>
1217         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
1218         speed) the case when open-paren-in-column-0-is-defun-start is nil.
1219         Based on code by Martin Rudalics.
1221         * progmodes/cc-mode.el (c-basic-common-init): Don't set
1222         open-paren-in-column-0-is-defun-start to nil any more.
1224 2006-12-17  Richard Stallman  <rms@gnu.org>
1226         * simple.el (delete-horizontal-space): Use prefix arg.
1228         * help-fns.el (describe-variable): Improve blank separator lines.
1230         * files.el (magic-mode-alist): Mark as risky.
1232         * files.el (make-backup-file-name-1):
1233         Expand backup-directory explicitly.
1235 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
1237         * net/tramp.el (tramp-default-method): Before setting to "pscp",
1238         check whether package password.el is loaded, or Pageant is running.
1240 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
1242         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
1243         (icalendar--rris): First try Emacs, then XEmacs.
1244         (icalendar--convert-ical-to-diary): Doc fix.
1245         Insert newline at end of target file.
1247 2006-12-17  Kim F. Storm  <storm@cua.dk>
1249         * outline.el (outline-isearch-open-invisible-function): New defvar.
1250         (outline-flag-region): Use it if non-nil for isearch-open-invisible
1251         overlay property instead of outline-isearch-open-invisible.
1253 2006-12-16  Kim F. Storm  <storm@cua.dk>
1255         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
1256         if ido-directory-too-big is set on entry.
1257         (ido-toggle-ignore, ido-completion-help): Print message while
1258         reading big directory.
1260 2006-12-15  Richard Stallman  <rms@gnu.org>
1262         * shell.el (shell): Doc fix.
1264 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
1266         * emulation/edt.el (edt-xserver):
1267         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
1268         to fix a problem on Cygwin.
1270         * emulation/edt.el
1271         * emulation/edt-mapper.el
1272         * emulation/edt-lk201.el
1273         * emulation/edt-pc.el
1274         * emulation/edt-vt100.el: Update maintainer's email address.
1276 2006-12-15  Simon Marshall  <simon@gnu.org>
1278         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
1280 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1282         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
1283         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
1284         instead of mac-atsu-font-table.
1285         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
1287 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
1289         * align.el (align-match-tex-pattern): Fix a rare bug which
1290         hanged Emacs.
1292 2006-12-14  Richard Stallman  <rms@gnu.org>
1294         * startup.el (use-fancy-splash-screens-p): Use frame-height
1295         instead of window-height.  Pass frame to image-size.
1297 2006-12-13  Kenichi Handa  <handa@m17n.org>
1299         * international/mule-cmds.el (set-locale-environment):
1300         Set default-sendmail-coding-system too.
1302 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
1304         * progmodes/idlw-help.el: Fix copyright notice.
1306 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1308         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
1310 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
1312         * subr.el (unread-command-char): Reformat obsolescence info.
1314 2006-12-11  Richard Stallman  <rms@gnu.org>
1316         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
1317         about calls to cl-struct-setf-expander.
1319 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
1321         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
1322         (ediff-combination-pattern): Fix typo in docstring.
1324         * textmodes/refer.el (refer-find-entry): Doc fix.
1325         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
1326         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
1327         Fix tipos in docstrings.
1329         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
1331 2006-12-10  Kim F. Storm  <storm@cua.dk>
1333         * ido.el (ido-init-completion-maps): Remap backward-kill-word
1334         instead of binding M-backspace.
1336 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
1338         * replace.el (replace-match-data, replace-match-maybe-edit):
1339         * calc/calc-aent.el (calc-eval-error):
1340         * emulation/vi.el (vi-char-argument):
1341         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
1342         (c-vsemi-status-unknown-p-fn): Doc fixes.
1344 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
1346         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
1347         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
1349 2006-12-10  Masatake YAMATO  <jet@gyve.org>
1351         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
1353 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
1355         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
1357         * man.el (Man-xref-button-action): New function.  If the
1358         `Man-target-string' button property is a function, assume it
1359         accepts a position argument.
1360         (Man-abstract-xref-man-page): Use it.
1361         (Man-default-man-entry): New optional arg POS.
1363         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
1364         symlink arrows read-only and non-rear-sticky.
1366 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
1368         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
1369         (wdired-search-and-rename): Simplify code.
1370         (wdired-preprocess-files, wdired-preprocess-perms): Make
1371         read-only property of preceding character rear-nonsticky to
1372         avoid that it can be modified.  Put old-name and old-link
1373         properties on character preceding name and replace
1374         put-text-property by add-text-properties.
1375         (wdired-get-filename, wdired-get-previous-link): Get old-name
1376         and old-link properties from character preceding name and
1377         simplify code.
1378         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
1379         (wdired-perms-to-number): Make local-map property
1380         rear-nonsticky to avoid that text following permissions may be
1381         modified.  Use add-text-properties instead of put-text-property
1382         when changing a permission bit.
1383         (wdired-change-to-dired-mode): Remove stickiness properties.
1385 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
1387         * international/mule-cmds.el (register-input-method): Doc fix.
1389 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
1391         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
1393 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1395         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
1396         Force buffer local defs evaluation on local variables loading.
1397         (flyspell-mode-on, flyspell-mode-off): Use it in
1398         `hack-local-variables-hook'.
1400 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
1402         * emacs-lisp/find-func.el (find-variable): Doc fix.
1404         * help-fns.el (variable-at-point): Doc fix.
1406         * w32-fns.el (w32-append-code-lines): New function.
1408 2006-12-09  Romain Francoise  <romain@orebokech.com>
1410         * comint.el (comint-insert-input): Delete obsolete comment.
1412 2006-12-08  Kevin Rodgers  <ihs_4664@yahoo.com>
1414         * files.el (insert-file-1): Compare file size to
1415         large-file-warning-threshold and request confirmation when
1416         warranted.
1418 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1420         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
1421         current frame, in case we're connected to several displays.
1423 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
1425         * frame.el (other-frame): Doc fix.
1426         (set-frame-parameter): Fix typo in docstring.
1428 2006-12-07  Kim F. Storm  <storm@cua.dk>
1430         * info.el (Info-index): Strip leading colon from topic.
1432 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
1434         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
1435         to pointers.
1437 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
1439         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
1440         Trim out spurious class inheritance "None" entries.
1442 2006-12-05  Kim F. Storm  <storm@cua.dk>
1444         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
1445         (cua-paste-pop): Rework last change for
1446         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
1447         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
1448         text inserted by the last M-y command.
1450 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1452         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
1453         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
1455         * shell.el (shell): Search the start file in ~/.emacs.d as
1456         `init_SHELLNAME.sh' instead.
1458 2006-12-05  Glenn Morris  <rgm@gnu.org>
1460         * progmodes/cperl-mode.el (cperl-mode)
1461         * progmodes/f90.el (f90-mode-abbrev-table)
1462         * progmodes/fortran.el (fortran-mode-abbrev-table)
1463         * progmodes/octave-mod.el (octave-abbrev-table)
1464         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
1465         if abbrev-table is non-nil (saved user abbrevs may have been restored).
1467         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
1468         clear abbrev table, else saved abbrevs will not be restored.
1470 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
1472         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
1473         the call to `make-obsolete-variable', not in the docstring.
1475 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
1477         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
1479 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1481         * progmodes/ebnf-abn.el:
1482         * progmodes/ebnf-bnf.el:
1483         * progmodes/ebnf-dtd.el:
1484         * progmodes/ebnf-ebx.el:
1485         * progmodes/ebnf-iso.el:
1486         * progmodes/ebnf-otz.el:
1487         * progmodes/ebnf-yac.el:
1488         * progmodes/ebnf2ps.el:
1489         * delim-col.el:
1490         * printing.el:
1491         * ps-bdf.el:
1492         * ps-mule.el:
1493         * ps-print.el: Remove 'Time-stamp' comment mark.
1495         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
1496         'easy-menu-add-item' when called in Emacs 21 or higher.
1498 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
1500         * progmodes/ada-xref.el (ada-check-current): Doc fix.
1501         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
1503 2006-12-04  Kim F. Storm  <storm@cua.dk>
1505         * bindings.el (global-map): Bind [signal t] to ignore, to have
1506         user signals ignored by default.
1508 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
1510         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
1511         Unicode data file pointed to by `describe-char-unicodedata-file'.
1513 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1515         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
1516         O(n^2) regexp-search by anchoring the search.
1518 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
1520         * whitespace.el (whitespace-cleanup-internal): Use current
1521         argument for recursive call.
1523 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
1525         * net/tramp.el (tramp-methods): Add "ControlPath" and
1526         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
1527         Andreas Schwab <schwab@suse.de>.
1528         (tramp-do-copy-or-rename-file-out-of-band)
1529         (tramp-open-connection-rsh): Compute format spec for ?t.
1530         (tramp-process-actions): Trace command parameters.
1532 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
1534         * simple.el (toggle-truncate-lines): Clarify doc string.
1536         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
1537         (gdb-speedbar-expand-node): Use it.
1539 2006-12-04  Richard Stallman  <rms@gnu.org>
1541         * progmodes/python.el (python-indent): Add safe-local-variable prop.
1543         * dired.el (dired-revert): Turn off dired-after-readin-hook
1544         around call to dired-readin.
1546         * menu-bar.el (menu-bar-make-toggle): Add "globally"
1547         to echo area messages.
1548         <indicate-empty-lines, case-fold-search>:
1549         Add "globally" to Help string.
1550         <case-fold-search>: MESSAGE arg need not say "globally".
1551         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
1553 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
1555         * outline.el (outline-end-of-subtree): Don't leave an empty
1556         line hidden as we would a real next heading.
1558 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
1560         * allout.el (allout-ascend): Add an optional argument to preserve
1561         original position of point when unsuccessful.  Also, fix a
1562         docstring error.
1563         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
1564         work again, using allout-ascend's new option.
1565         (allout-setup-mode-map): Extract from allout-mode to initialize
1566         allout-mode-map.  Call it on file load, so the mode docstring
1567         substitutions work even if allout mode has not yet been invoked.
1568         (allout-mode): Use new allout-setup-mode-map to track any keybinding
1569         customizations since the map was last processed.  Also, refine the
1570         docstring so it's ship-shape for release.
1571         (allout-default-layout, allout-beginning-of-line-cycles)
1572         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
1573         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
1574         (allout-version, allout-layout, allout-infer-body-reindent)
1575         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
1576         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
1577         (allout-previous-heading, allout-goto-prefix-doublechecked)
1578         (allout-current-bullet-pos, allout-next-sibling-leap)
1579         (allout-pre-command-business, allout-encrypted-type-prefix)
1580         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
1581         (allout-rebullet-topic, allout-rebullet-topic-grunt)
1582         (allout-flag-region, allout-expose-topic, allout-expose-topic)
1583         (allout-old-expose-topic, allout-listify-exposed)
1584         (allout-process-exposed, allout-latex-verb-quote)
1585         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
1586         (allout-toggle-current-subtree-encryption)
1587         (allout-toggle-subtree-encryption, allout-bullet-isearch):
1588         Remove extraneous open-paren and close paren string escapes.
1590 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
1592         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
1593         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
1594         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
1595         Fix typos in docstrings.
1597 2006-12-03  Glenn Morris  <rgm@gnu.org>
1599         * progmodes/cc-align.el
1600         * progmodes/cc-awk.el
1601         * progmodes/cc-cmds.el
1602         * progmodes/cc-compat.el
1603         * progmodes/cc-defs.el
1604         * progmodes/cc-engine.el
1605         * progmodes/cc-langs.el
1606         * progmodes/cc-menus.el
1607         * progmodes/cc-mode.el
1608         * progmodes/cc-styles.el
1609         * progmodes/cc-vars.el
1610         * progmodes/vhdl-mode.el: Fix Copyright format.
1612 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
1614         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
1615         initial down event.
1617 2006-12-02  Kim F. Storm  <storm@cua.dk>
1619         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
1620         (cua-repeat-replace-region): Make M-v more robust.
1621         (cua-paste-pop-rotate-temporarily): New defcustom.
1622         (cua-paste-pop): Use it.
1623         (cua-auto-mark-last-change): New defcustom.
1624         (cua-pop-to-last-change): New helper function.
1625         (cua-set-mark): Use them.
1627 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
1629         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
1630         mini-buffer message.
1632 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
1634         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
1636 2006-12-01  Ben North  <ben@redfrontdoor.org>
1638         * paren.el: Fix the highlight overlay extension when the user types a
1639         sequence of char very fast just before the open parenthesis.
1641 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1643         * ps-mule.el: Eliminate Emacs 20 compatibility.
1645         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
1646         (ps-print-version): New version 6.7.
1647         (ps-print-quote): Replace '?\ ' by '?\s'.
1649 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
1651         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
1652         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
1653         (hexl-end-of-1k-page): Doc fixes.
1654         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
1655         Fix typos in docstrings.
1657 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1659         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
1660         locally, i.e. without using file name handlers.
1661         (ido-read-internal): Allow mono letter host names, avoiding the
1662         `c:' problem by testing if the file exists locally.
1663         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
1665 2006-11-30  Masatake YAMATO  <jet@gyve.org>
1667         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
1668         to avoid bytecomp warnings.
1669         (hexl-mode-old-ruler-function): New variable.
1670         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
1671         and `hl-line-range-function' after `require' hl-line.
1672         Then bind `hl-line-range-function' and `hl-line-face'.
1673         Don't require frame.  Don't use `with-no-warnings'.
1674         (hexl-activate-ruler): Store the original value of
1675         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
1676         (hexl-mode-exit): Restore the original value of
1677         `ruler-mode-ruler-function'.
1679 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1681         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
1682         (hexl-mode-old-hl-line-face): New variable.
1683         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
1684         line when exit from the hexl-mode.
1686 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
1688         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
1689         Doc fixes.
1691         * international/fontset.el (create-fontset-from-ascii-font)
1692         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
1693         (fontset-name-p): Fix typo in docstring.
1695         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
1697 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1699         * ps-bdf.el: Fix maintainer email.
1701         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
1702         compatibility.
1704         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
1705         21 compatibility.
1706         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
1707         Emacs 20 & 21.
1709 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
1711         * progmodes/idlwave.el (idlwave-auto-fill):
1712         Remove paragraph-start let to prevent auto-fill giving up.
1714 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
1716         * vt100-led.el (led-state): Fix typo in previous change.
1718 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1720         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1721         Fix interactive spec of the functions getting defined to make them
1722         work as documented.
1724 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
1726         * startup.el (fancy-splash-screens): Hide initial splash buffer.
1728 2006-11-28  Kim F. Storm  <storm@cua.dk>
1730         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
1731         icomplete-mode is enabled.
1733 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
1735         * textmodes/org.el (require): Require gnus-sum during compilation
1736         to avoid problem with a macro call.
1738 2006-11-28  Glenn Morris  <rgm@gnu.org>
1740         * emacs-lisp/authors.el (authors-aliases): Add new alias.
1742         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
1743         (fortran-window-create-momentarily): Do not need string-to-char.
1745 2006-11-28  Richard Stallman  <rms@gnu.org>
1747         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
1748         Replace incorrect use of assoc-default with a loop.
1750         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
1752         * simple.el (next-error-find-buffer): Improve messages.
1754         * files.el (revert-buffer): Special error message if file
1755         is now not readable.
1757         * facemenu.el (facemenu-add-new-face): Improve doc strings of
1758         constructed commands.
1760         * comint.el (comint-exec-1): Provide Emacs version and `comint'
1761         in INSIDE_EMACS.
1763 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1765         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
1767         * server.el: Remove spurious * in docstrings.
1768         (server-process-filter): Exit from recursive editing before processing
1769         a new request.
1771 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
1773         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
1774         line so hidden blocks will be correctly identified.
1776 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
1778         * ledit.el (ledit-save-defun, ledit-mode):
1779         * resume.el (resume-emacs-args-buffer):
1780         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
1781         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
1782         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
1783         (command-send-input, command-kill-line):
1784         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
1786         * autoarg.el (autoarg-kp-mode): Doc fix.
1788         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
1789         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
1790         (check-emacs-lock): Doc fix.  Simplify.
1792         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
1793         (iimage-mode-buffer): Fix typos in docstring.
1795         * misc.el (zap-up-to-char): Doc fix.
1797         * time-stamp.el: Fix comment and obsolescence string for old
1798         functions.  Use `dolist' instead of `while'.
1800         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
1802         * disp-table.el (standard-display-8bit, standard-display-default):
1803         * ebuff-menu.el (electric-buffer-list):
1804         * ehelp.el (electric-help-command-loop):
1805         * font-core.el (font-lock-mode):
1806         * help-macro.el (make-help-screen):
1807         * help.el (describe-minor-mode-completion-table-for-indicator)
1808         (lookup-minor-mode-from-indicator):
1809         * indent.el (tab-to-tab-stop, move-to-tab-stop):
1810         * info-look.el (info-lookup-guess-custom-symbol):
1811         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
1812         * longlines.el (longlines-wrap-line):
1813         * macros.el (insert-kbd-macro):
1814         * menu-bar.el (menu-bar-update-buffers):
1815         * misc.el (copy-from-above-command):
1816         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
1817         * newcomment.el (comment-indent):
1818         * novice.el (disabled-command-function):
1819         * sort.el (sort-fields-syntax-table):
1820         * subr.el (momentary-string-display):
1821         * tar-mode.el (tar-header-block-summarize)
1822         (tar-clear-modification-flags):
1823         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
1824         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
1825         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
1826         (te-delete-char, te-down-vertically-or-scroll):
1827         * time-stamp.el (time-stamp-string-preprocess):
1828         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
1830 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
1832         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
1833         in GUD mode.
1835         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
1836         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
1838 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1840         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
1842 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
1844         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
1845         (ada-compile-goto-error): Adapt to new argument profile of
1846         compilation-goto-locus in Emacs 22.  Don't check if the various
1847         compile functions are defined; we already do "(require 'compile)".
1849 2006-11-26  Kim F. Storm  <storm@cua.dk>
1851         * kmacro.el: Fix commentary.
1853 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
1855         * progmodes/gud.el (gdb): Explain how to run in text command mode
1856         more clearly.  Say in error message that multiple debugging
1857         requires restarting GDB.
1859 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
1861         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
1863 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
1865         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
1866         (flymake-popup-menu): Use it instead of posn-at-point.
1868 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1870         * progmodes/cc-vars.el (c-backslash-column):
1871         Mention c-backslash-max-column in documentation for c-backslash-column.
1873 2006-11-24  Lars Hansen  <larsh@soem.dk>
1875         * net/tramp.el (tramp-default-method): Under Windows, change from
1876         plink to pscp.
1877         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
1878         (tramp-actions-copy-out-of-band):
1879         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
1880         (tramp-action-out-of-band): Move "Permission denied" handling to
1881         tramp-action-copy-failed.
1882         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
1883         process buffer.
1885 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1887         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1888         strings to a single string.  Quote `errors-file-name'.
1889         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1890         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1891         Adjust calls.  Use `shell-quote-argument'.
1893         * international/mule.el (load-with-code-conversion)
1894         (with-category-table): Use with-current-buffer.
1895         (after-insert-file-set-coding): Use restore-buffer-modified-p.
1897 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
1899         * mail/smtpmail.el (smtpmail-send-it):
1900         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
1901         MIME header for the message encoding.
1902         Bind coding-system-for-write around the call to mail-do-fcc.
1903         Use smtpmail-code-conv-from to encode queued mail messages.
1905 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1907         * tabify.el (tabify-regexp): Doc fix.
1909         * net/rcirc.el (rcirc-buffer-maximum-lines):
1910         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
1912         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
1913         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
1914         Fix typos in output messages.
1915         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
1917 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1919         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
1920         the horse's mouth.
1921         (hexlify-buffer): Don't re-encode an arg that's already encoded.
1923 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1925         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
1926         Remove condition-case.
1928 2006-11-23  Glenn Morris  <rgm@gnu.org>
1930         * progmodes/f90.el (f90-comment-indent): Do not move point in
1931         default case.
1933 2006-11-21  Romain Francoise  <romain@orebokech.com>
1935         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
1936         from library name (reverts change of 2005-10-25).
1938 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1940         * tutorial.el (tutorial--default-keys): Add newline and
1941         delete-backward-char bindings.
1942         (tutorial--detailed-help): Save excursion when finding keys.
1943         Correct warning string for M-x FOO case.
1944         (tutorial--display-changes): Print special keys in tutorial style.
1945         Tweak search regexp for changed keys.
1947 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1949         * thingatpt.el (thing-at-point-url-at-point): Don't add a
1950         redundant scheme.
1952 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
1954         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
1955         are new to the list at IANA.  Also added irc, mms, mmsh.
1957 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
1959         * progmodes/idlw-help.el (idlwave-html-help-location):
1960         Fail gracefully for missing help packages.
1961         (idlwave-help-assistant-open-link): Open full links.
1962         (idlwave-help-assistant-help-with-topic): Direct help link.
1964         * progmodes/idlwave.el (idlwave-mode):
1965         Set add-log-current-defun-function.
1966         (idlwave-current-routine-fullname): Add, to support add-log.
1967         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
1968         to reflect improvements to xml-parse-file.
1969         (idlwave-mode-menu-def): New binding for help-with-topic.
1971         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
1972         Handle extra newlines and spaces.
1973         (idlwave-shell-mode-map): Add help-with-topic.
1975 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
1977         * tutorial.el (tutorial-warning-face): New face.
1978         (tutorial--detailed-help, tutorial--display-changes): Use it.
1979         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
1980         Improve search pattern for occurrences of changed keys.
1982 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1984         * term/x-win.el (x-last-cut-buffer-coding): New variable.
1985         (x-select-text): Set it.
1986         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
1987         when checking for newness.
1989 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
1991         * subr.el (posn-image):
1992         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
1994         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
1996 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1998         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
1999         Exceptions to the rule "add a space between an identifier and an
2000         opening parenthesis".  Defaulted to the `#define' problem of cpp.
2001         (glasses-parenthesis-exception-p): New.  Check if the region is an
2002         exception regarding to that.
2003         (glasses-make-readable): Use it.
2004         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
2005         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
2007 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
2009         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
2011 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
2013         * progmodes/ada-mode.el (ada-make-body): Fix typo.
2015         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
2016         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
2018 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
2020         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
2021         conditions for function or variable bindings.
2023         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
2025         * progmodes/compile.el (compilation-start): Ditto.
2027 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
2029         * net/tramp.el (top): cl and custom are always required.
2031 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2033         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
2034         cut-buffers with next-selection-coding-system if not nil.
2036 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
2038         * textmodes/org.el (org-fix-decoded-time): New function.
2039         (org-display-custom-time): Use `org-fix-decoded-time'.
2041 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
2043         * menu-bar.el (menu-bar-games-menu): Remove yow.
2045 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
2047         * textmodes/org.el (org-scan-tags): Re-align code fixed.
2048         (org-detach-overlay): Rename from `org-detatch-overlay'.
2049         (org-table-convert-region): Insert space after column separator.
2050         (org-agenda-kill): New command.
2051         (org-metaleft): Call `org-outdent-item' on bullets.
2052         (org-metaright): Call `org-indent-item' on bullets.
2053         (org-timestamp-change): Set `org-last-changed-timestamp'.
2054         (org-current-line): Make sure (bolp) returns correct result.
2055         (org-agenda-change-all-lines): Make sure TODO are highlighted.
2057 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2059         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
2061 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
2063         * mouse.el (global-map): Change 2006-08-16 fix to call
2064         mouse-yank-at-click explicitly, since mouse events are not carried
2065         over into keyboard macros.
2067 2006-11-16  Kim F. Storm  <storm@cua.dk>
2069         * ido.el (ido-file-internal): Use current buffer's file name as default
2070         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
2072 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
2074         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
2075         (allout-inhibit-aberrance-doublecheck): Rename from
2076         allout-during-yank-processing.  All callers changed.
2077         (allout-ascend): Provide for unusual case where some topic after
2078         the first in file is at lower depth than the first.
2079         (allout-shift-in): Ensure the offspring of the new containing
2080         topic are exposed.
2081         (allout-encrypt-string): Preserve the coding-system of the text,
2082         according to that of the containing buffer.
2083         (allout-toggle-subtree-encryption): When the text being encrypted
2084         requires a different coding system, offer to preserve the coding
2085         system using a file local var.
2087 2006-11-15  Simon Marshall  <simon@gnu.org>
2089         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
2090         to recognise "T t()" as a function declaration, rather than a
2091         variable instantiation, iff at the top-level or inside a class
2092         declaration.  Suggested by Feng Li <fengli@gmail.com>.
2094 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
2096         * progmodes/ada-xref.el (ada-parse-prj-file):
2097         Don't delete project buffer; user may want to edit it.
2098         (ada-xref-set-project-field, ada-xref-current-project-file)
2099         (ada-xref-current-project, ada-show-current-project)
2100         (ada-set-main-compile-application): New functions.
2101         (ada-xref-get-project-field, ada-require-project-file):
2102         Normalize use of ada-prj-default-project-file.
2103         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
2104         Normalize use of ada-require-project-file.
2105         (ada-prj-find-prj-file): Improve doc string, comments.
2107         * progmodes/ada-mode.el (ada-mode-version): Bump version.
2108         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
2109         (ada-create-menu): Add ada-set-main-compile-application,
2110         ada-show-current-main, ada-show-current-project.
2112 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2114         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
2115         (inferior-python-mode): Use it.
2117 2006-11-14  Andreas Schwab  <schwab@suse.de>
2119         * term/xterm.el (terminal-init-xterm): Add more key bindings.
2121 2006-11-13  Kim F. Storm  <storm@cua.dk>
2123         * ido.el (ido-copy-current-word): C-o copies region if active.
2125 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
2127         * textmodes/org.el (org-emph-face): Fix typo in variable name.
2129 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
2131         * ediff.el (ediff-revision):
2132         * files.el (set-visited-file-name):
2133         * mail/rmailout.el (rmail-output-body-to-file):
2134         Use `format', not `message', in `y-or-n-p' call.
2136 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
2138         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
2139         (org-metaright): Call `org-indent-item' on bullets.
2140         (org-timestamp-change): Set `org-last-changed-timestamp'.
2141         (org-current-line): Make sure (bolp) returns correct result.
2142         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
2144 2006-11-12  Richard Stallman  <rms@gnu.org>
2146         * language/european.el (turkish-case-conversion-enable)
2147         (turkish-case-conversion-disable): New functions.
2148         ("Turkish" lang env): Use them.
2150         * international/characters.el (case table):
2151         Do nothing special for i and I.
2153         * subr.el (remove-overlays): Fix last change.
2155         * cus-edit.el (custom-save-all): Use find-file-visit-truename
2156         for visiting the custom file.
2158 2006-11-12  Markus Triska  <triska@gmx.at>
2160         * play/handwrite.el (handwrite): Also process lines not ending
2161         with newline.  Replace some position-fiddling with different
2162         logic.  Improve performance.
2164 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
2166         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
2167         replacing deleted variable `ada-check-switch'.
2168         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
2169         (ada-xref-project-files): Improve doc string.
2170         (ada-find-executable): New function.
2171         (ada-initialize-runtime-library): Use `ada-find-executable'.
2172         (ada-xref-set-default-prj-values): In compile commands, don't need
2173         `ada-cd-command'; `compile' does that more portably.
2174         Use ada-prj-default-check-cmd.
2175         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
2176         properties if not specified in project file.
2177         (ada-goto-declaration): Display useful message for new error
2178         'error-file-not-found.
2179         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
2180         'error-file-not-found.
2181         (ada-get-all-references): Match latest ali syntax.  Signal new
2182         error 'error-file-not-found.
2183         (ada-find-in-ali): Match latest ali syntax.
2184         (ada-make-filename-from-adaname): Handle different semantics of
2185         gnatkr in GNAT 3.15p vs later.
2187         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
2188         ada-procedure-start-regexp.
2189         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
2191         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
2192         with defvar.
2193         (ada-language-version): Rename ada05 -> ada2005.
2194         (ada-align-region-separate): Add `eval-when-compile'.
2195         (ada-name-regexp): Remove unneeded escapes in regexp character
2196         alternative.
2197         (ada-compile-goto-error-file-linenr-re): New constant.
2198         (ada-matching-start-re): Handle additional cases `declare',
2199         `procedure', `function'.
2200         (ada-compile-goto-error): Handle "... at line nn".
2201         (ada-mode): Clearer syntax, comments for ff-special-constructs.
2202         Delete support for old versions of `align'.
2203         (ada-search-prev-end-stmt): Handle additional keyword `private'.
2204         (ada-check-defun-name): Simplify handling of `declare'.
2205         (ada-goto-matching-start): Handle nested `begin ... end'.
2206         Handle `declare', `protected', `procedure', `function'.
2207         (ada-create-menu): Presence of arm95 is not conditional on using
2208         GNAT compiler.
2210 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
2212         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
2213         nil in the *RE-Builder* buffer (it causes spurious error messages).
2215         * server.el (server-visit-files): If `minibuffer-auto-raise' has
2216         been set to t, respect it.
2218 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
2220         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
2221         Delete commented out code for old Emacs versions.  Autoloading of
2222         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
2223         (ada-mode-version): Bump version number.
2224         (ada-95-string-keywords, ada-2005-string-keywords)
2225         (ada-2005-keywords, ada-name-regexp): New constant.
2226         (ada-language-version, ada-procedure-start-regexp, ada-mode)
2227         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
2228         (ada-package-start-regexp): Support private packages, include package
2229         name (for ada-set-point-accordingly).
2230         (ada-next-procedure, ada-previous-procedure)
2231         (ada-which-function-are-we-in): Match changes to
2232         ada-procedure-start-regexp.
2233         (ada-make-body): Make non-interactive; not a user function.
2234         (ada-make-subprogram-body): Improve doc string.
2236 2006-11-11  Romain Francoise  <romain@orebokech.com>
2238         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
2239         `compilation-error-regexp-alist' buffer-local, since we changed
2240         `compilation-error-regexp-alist-alist' locally.
2242 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
2244         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
2245         to the value of `server-raise-frame'.
2247 2006-11-11  Glenn Morris  <rgm@gnu.org>
2249         * ido.el (ido-enable-prefix)
2250         * ses.el (ses-call-printer-return)
2251         * net/tramp.el (tramp-unified-filenames)
2252         * progmodes/cc-align.el (c-lineup-string-cont)
2253         * progmodes/compile.el (compilation-directory-matcher)
2254         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
2255         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
2256         (vhdl-clock-rising-edge)
2257         * textmodes/org.el (org-export-with-timestamps)
2258         (org-export-remove-timestamps-from-toc)
2259         (org-export-with-tags): Improve previous doc fixes.
2261 2006-11-11  Richard Stallman  <rms@gnu.org>
2263         * textmodes/flyspell.el (flyspell-mode-map):
2264         Bind C-c $ instead of M-RET.
2266 2006-11-10  Simon Marshall  <simon@gnu.org>
2268         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
2269         fontification for "case" and "default" keywords.
2271 2006-11-10  Andreas Schwab  <schwab@suse.de>
2273         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
2274         Avoid starting sentence with "nil".
2276 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
2278         * server.el (server-raise-frame): New option.
2279         (server-switch-buffer): Use it.
2281 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
2283         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
2284         with a capital.
2286 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
2288         * textmodes/org.el (org-show-hierarchy-above)
2289         (org-show-following-heading): Fix typo in default value.
2290         (org-scan-tags): Make the search case-sensitive.
2291         (org-tags-sparse-tree): Don't overrule
2292         `org-show-following-heading' and `org-show-hierarchy-above'.
2293         (org-reveal): New command.
2294         (org-show-context): Rename from `org-show-hierarchy-above'.
2295         (org-fast-tag-selection-single-key): New option.
2296         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
2297         (org-tags-overlay): New variable.
2298         (org-agenda-todo-ignore-deadlines): New option.
2299         ("session"): Add circular data structure `org-mark-ring' to
2300         exceptions list in session.el.
2301         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
2302         New options.
2303         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
2304         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
2305         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
2306         (org-finalize-agenda): Activate bracket links in agenda.
2307         (org-at-timestamp-p, org-at-date-range-p): Additional argument
2308         INACTIVE-OK.
2309         (org-show-hierarchy-above, org-show-following-heading):
2310         List values allowed for fine-tuned configuration.
2311         (org-show-hierarchy-above): New argument CONTEXT, use the
2312         fine-tuned settings in `org-show-hierarchy-above' and
2313         `org-show-following-heading'.
2314         (org-display-custom-time): New function.
2315         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
2316         (org-display-custom-times, org-time-stamp-custom-formats):
2317         (org-maybe-intangible): New macro.
2318         (org-activate-bracket-links, org-hide-wide-columns):
2319         Use `org-maybe-intangible'.
2320         (org-open-file): Use `shell-quote-argument'.
2321         (org-display-internal-link-with-indirect-buffer): New option.
2322         (org-file-remote-p): Get regexp from list.
2323         (org-link-expand-abbrev): New function.
2324         (org-link-abbrev-alist): New option.
2325         (org-open-at-point, org-cleaned-string-for-export):
2326         Call `org-link-expand-abbrev'.
2327         (org-timeline, org-agenda-list, org-todo-list)
2328         (org-tags-view): Remove the KEEP-MODES argument.
2329         (org-finalize-agenda-hook): New hook.
2330         (org-get-alist-option): New function.
2331         (org-follow-timestamp-link): New function.
2332         (org-open-at-point): Call `org-follow-timestamp-link'.
2333         (org-log-note-marker, org-log-note-purpose)
2334         (org-log-note-window-configuration): New variables.
2335         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
2336         (org-log-note-headings): New option.
2337         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
2338         (org-store-link): Support for dired-mode.
2339         (org-open-file): Substitute environment variables into filename.
2340         (org-last): New defsubst.
2341         (org-agenda-re-align-tags): New function.
2342         (org-agenda-align-tags-to-column): New option.
2343         (org-agenda-timeline): Group removed.
2344         (org-prepare-agenda, org-prepare-agenda-buffers)
2345         (org-run-agenda-series, org-timeline, org-agenda-list)
2346         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
2347         the text property inticating the agenda type.
2348         (org-agenda-post-command-hook): Get agenda type from text property
2349         at point.
2350         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
2351         and obey `org-agenda-overriding-arguments'.
2352         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
2353         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2354         (org-agenda-week-view, org-agenda-day-view):
2355         Use `org-agenda-overriding-arguments' to make updating work with
2356         multi-block agendas.
2357         (org-agenda-prefix-format): Allow different formats for the
2358         different agenda entry types.
2359         (org-timeline-prefix-format): Option removed, use
2360         `org-agenda-prefix-format' instead.
2361         (org-prepare-agenda): New function.
2362         (org-select-timeline-window): Option removed, use
2363         `org-select-agenda-window' instead.
2364         (org-respect-restriction): Variable removed.
2365         (org-cmp-tag): New function.
2366         (org-agenda-sorting-strategy, org-entries-lessp):
2367         Implement sorting by last tag.
2368         (org-complete): Better completion in in-buffer option lines.
2369         (org-in-item-p): New function.
2370         (org-org-menu): Add entries for checkboxes.
2371         (org-cycle): Extra brouping in outline-regexp, because it is used
2372         in a search with "^" prepended.
2373         (org-provide-checkbox-statistics): New option.
2374         (org-set-font-lock-defaults): Highlight checkbox statistics.
2375         (org-update-checkbox-count-maybe)
2376         (org-get-checkbox-statistics-face): New functions.
2377         (org-update-checkbox-count): New command.
2378         (org-insert-item, org-toggle-checkbox):
2379         Call `org-update-checkbox-count-maybe'.
2380         (org-export-as-html): XEmacs compatibility for coding system.
2381         (org-force-cycle-archived): New command.
2382         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
2383         overrules cycling.
2384         (org-fix-position-after-promote): If the line contains only a todo
2385         keyword, add a final space.
2386         (org-promote-subtree, org-demote-subtree):
2387         Call `org-fix-position-after-promote'.
2389 2006-11-10  Glenn Morris  <rgm@gnu.org>
2391         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
2392         date in every year.
2393         (calendar-dst-check-each-year-flag): New customizable variable.
2394         (calendar-dst-find-data): New function, extracted from
2395         calendar-current-time-zone.
2396         (calendar-current-time-zone): Use calendar-dst-find-data.
2397         (calendar-dst-transition-cache): New variable.
2398         (calendar-dst-find-startend, calendar-dst-starts)
2399         (calendar-dst-ends): New functions.
2400         (calendar-daylight-savings-starts)
2401         (calendar-daylight-savings-ends): Change value to use
2402         calendar-dst-starts, calendar-dst-ends; respectively.
2404         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
2406         * ido.el (ido-enable-prefix)
2407         * ses.el (ses-call-printer-return)
2408         * net/tramp.el (tramp-unified-filenames)
2409         * progmodes/cc-align.el (c-lineup-string-cont)
2410         * progmodes/compile.el (compilation-directory-matcher)
2411         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
2412         * progmodes/gdb-ui.el (gdb-many-windows)
2413         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
2414         (vhdl-clock-rising-edge)
2415         * textmodes/org.el (org-export-with-timestamps)
2416         (org-export-remove-timestamps-from-toc, org-export-with-tags)
2417         (org-read-date): Doc fix (Nil -> nil).
2419 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2421         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
2422         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
2424 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
2426         * bs.el (bs--window-for-buffer): Remove.
2427         (bs--show-with-configuration): Use `get-window-with-predicate'
2428         instead of `bs--window-for-buffer'.
2430 2006-11-10  Kenichi Handa  <handa@m17n.org>
2432         * files.el (revert-buffer): Fix previous change.
2434 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
2436         * bs.el (bs--redisplay): Fix typo in docstring.
2437         (bs--window-config-coming-from): Make frame-local.
2438         (bs--restore-window-config): New function.
2439         (bs-kill, bs-select, bs-select-other-window)
2440         (bs-select-other-frame): Use it.
2441         (bs--window-for-buffer): Return as soon as a matching buffer is found.
2442         (bs--show-with-configuration): Save the window configuration as a
2443         frame local var, and only if *buffer-selection* is not already
2444         visible on this frame.
2446 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
2448         * vc-svn.el (vc-svn-admin-directory): New var.
2449         (vc-svn-registered, vc-svn-responsible-p)
2450         (vc-svn-repository-hostname): Use it.
2451         Suggested by arit93@yahoo.com.
2453 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
2455         * ldefs-boot.el: Regenerate.
2457 2006-11-08  Alan Mackenzie  <acm@muc.de>
2459         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
2460         case (eq open-paren-in-column-0-is-defun-start nil) by searching
2461         for least nested open-paren.
2463 2006-11-08  Romain Francoise  <romain@orebokech.com>
2465         * subr.el (remove-overlays): Fix typo in last change.
2467 2006-11-08  Richard Stallman  <rms@gnu.org>
2469         * subr.el (remove-overlays): Call overlay-recenter.
2471 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2473         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
2474         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
2475         behaviour.
2476         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
2477         directly.
2479 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
2481         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
2482         (ido-max-dir-file-cache, ido-decorations)
2483         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
2484         (ido-magic-backward-char, ido-enter-dired)
2485         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
2486         (ido-list-directory, ido-first-match, ido-only-match)
2487         (ido-subdir, ido-indicator): Fix typos in docstrings.
2488         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
2489         (ido-read-internal): Fix typo in error message.
2491 2006-11-08  Kenichi Handa  <handa@m17n.org>
2493         * international/mule-cmds.el (set-default-coding-systems):
2494         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
2496 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
2498         * makefile.w32-in (setwins): Remove.
2499         (WINS_ALMOST): New macro.
2500         (WINS): Use it.
2501         (autoloads): Don't extract autoloads from files in obsolete/.
2503 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
2505         * whitespace.el (whitespace-buffer): Call remove-overlays after
2506         overlay-recenter for performance.  Suggested by Martin Rudalics.
2508 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
2510         * net/tramp.el (tramp-default-method): scp is the default method.
2512 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
2514         * server.el (server-start): Save also the Emacs pid in the server file.
2516 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
2518         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
2519         point when displaying a bibtex cross reference in the echo area.
2521 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
2523         * international/mule.el (make-char): Fix typo in docstring.
2524         (load-with-code-conversion, charsetp): Doc fixes.
2526         * international/ja-dic-cnv.el (skkdic-convert):
2527         * cus-edit.el (hook): Fix typo in docstring.
2529 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
2531         * cus-edit.el (custom-mode-map): Move defvar above code using it.
2532         (custom-mode-link-map): New variable.
2533         (custom-group-link, custom-manual): Use follow-link.
2535 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2537         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
2538         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
2540 2006-11-06  Richard Stallman  <rms@gnu.org>
2542         * textmodes/flyspell.el (flyspell-correct-word-before-point):
2543         New function broken out of flyspell-correct-word.
2544         (flyspell-mode-map): Bind it to M-RET.
2545         (flyspell-correct-word): Call it.
2547         * textmodes/fill.el (fill-minibuffer-function): New function.
2548         (fill-paragraph): Bind fill-paragraph-function to
2549         fill-minibuffer-function.
2551         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
2552         so that they aren't undefined.
2554         * dired.el (dired-readin): Locally bind file-name-coding-system.
2556         * bindings.el: Shorten and clarify usual mode line mouse help string.
2558         * Makefile.in (autoloads): Don't include `obsolete'.
2560 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
2562         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
2563         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
2564         Printing menu if it's not initialized.
2565         (pr-menu-bind): Act on menu-bar-file-menu directly.
2567 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
2569         * help.el (view-emacs-news): Fix typo in error message.
2571         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
2573         * shadowfile.el (shadow-define-regexp-group)
2574         (shadow-literal-groups, shadow-insert-var): Doc fixes.
2575         (shadow-read-files): Fix typo in message.
2576         (shadow-inhibit-overload, shadow-find, shadow-suffix)
2577         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
2578         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
2579         (shadow-file-match): Fix typos in docstrings.
2581         * terminal.el (terminal-emulator): Fix typo in message.
2583         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
2585         * emacs-lisp/lselect.el (x-kill-primary-selection)
2586         (x-delete-primary-selection, x-copy-primary-selection):
2587         Fix typos in error messages.
2589         * emulation/edt-mapper.el: Fix typo in interactive message.
2591         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
2593         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
2594         (ispell-help): Fix typos in docstrings.
2595         (ispell-help): Fix typo in output message.
2597         * allout.el (allout-adjust-file-variable)
2598         (allout-passphrase-verifier-string)
2599         (allout-passphrase-hint-string)
2600         (allout-toggle-current-subtree-encryption):
2601         * apropos.el (apropos-synonyms):
2602         * cus-edit.el (hook):
2603         * emacs-lock.el (emacs-lock-from-exiting):
2604         * follow.el (follow-avoid-tail-recenter-p):
2605         * hexl.el (hexl-mode):
2606         * mouse-copy.el (mouse-copy-work-around-drag-bug):
2607         * mouse.el (mouse-set-font):
2608         * resume.el (resume-emacs-args-file):
2609         * rfn-eshadow.el (file-name-shadow-tty-properties):
2610         * t-mouse.el (t-mouse-process, t-mouse-mode):
2611         * emacs-lisp/cust-print.el (custom-print-install)
2612         (custom-print-uninstall, custom-format):
2613         * emacs-lisp/shadow.el (list-load-path-shadows):
2614         * emulation/tpu-edt.el (tpu-help-text)
2615         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
2616         (tpu-reset-control-keys):
2617         * emulation/vip.el (vip-emacs-local-map)
2618         (vip-change-mode-to-emacs):
2619         * emulation/viper.el (viper-mode, viper-set-hooks)
2620         (viper-major-mode-modifier-list):
2621         * emulation/viper-init.el (viper-emacs-state-cursor-color):
2622         * emulation/viper-keym.el (viper-emacs-kbd-map)
2623         (viper-toggle-key):
2624         * mail/feedmail.el (feedmail-queue-reminder)
2625         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
2626         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
2627         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
2628         (feedmail-sender-line, feedmail-force-binary-write)
2629         (feedmail-from-line, feedmail-deduce-envelope-from)
2630         (feedmail-x-mailer-line, feedmail-message-id-generator)
2631         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
2632         (feedmail-enable-spray, feedmail-spray-this-address)
2633         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
2634         (feedmail-queue-runner-confirm-global)
2635         (feedmail-ask-before-queue-prompt)
2636         (feedmail-ask-before-queue-reprompt)
2637         (feedmail-prompt-before-queue-standard-alist)
2638         (feedmail-prompt-before-queue-user-alist)
2639         (feedmail-prompt-before-queue-help-supplement)
2640         (feedmail-queue-use-send-time-for-message-id)
2641         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
2642         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
2643         (feedmail-mail-send-hook-queued)
2644         (feedmail-confirm-addresses-hook-example)
2645         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
2646         (feedmail-queue-runner-mode-setter)
2647         (feedmail-queue-alternative-mail-header-separator)
2648         (feedmail-queue-runner-message-sender)
2649         (feedmail-buffer-eating-function, feedmail-binmail-template)
2650         (feedmail-run-the-queue-no-prompts)
2651         (feedmail-run-the-queue-global-prompt)
2652         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
2653         (feedmail-envelope-deducer, feedmail-fiddle-date)
2654         (feedmail-default-message-id-generator)
2655         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
2656         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
2657         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
2658         (vms-pmail-setup):
2659         * play/dunnet.el (dun-help):
2660         * play/handwrite.el (handwrite):
2661         * play/hanoi.el (hanoi-unix-64):
2662         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
2663         * textmodes/enriched.el (fixed):
2664         * textmodes/org.el (org-file-apps)
2665         (org-emphasis-regexp-components, org-emphasis-alist):
2666         * textmodes/texinfmt.el (batch-texinfo-format):
2667         Fix typos in docstrings.
2669 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
2671         * loadhist.el (read-feature): Don't complete features not loaded
2672         from a file (which make `unload-feature' to fail).
2674 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2676         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
2678 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
2680         * startup.el (command-line-1): Kill emacs if the last frame is
2681         deleted while evaluating the command-line arguments.
2683 2006-11-05  Richard Stallman  <rms@gnu.org>
2685         * startup.el (init-file-had-error): Add doc string.
2686         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
2687         Use fixed-width font for keyboard key descriptions.
2689         * cus-edit.el (custom-save-all): Error if saving in .emacs
2690         and it had an error when loaded.
2692         * dired-aux.el (dired-copy-file-recursive): Catch errors
2693         from recursive copies in the loop, around the recursive call.
2695 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2697         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
2698         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
2699         `/proc/acpi/thermal_zone/*'.
2700         (battery-search-for-one-match-in-files): New.  Search a regexp in
2701         the content of some files.
2703 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
2705         * window.el (mouse-autoselect-window-now): Remove variable.
2706         (mouse-autoselect-window-state): New variable.
2707         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
2708         (mouse-autoselect-window-select, handle-select-window):
2709         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
2710         Suspend delayed autoselection during menu or popup dialog.
2712         * info-look.el (info-lookup-guess-custom-symbol): New function
2713         for retrieving symbol at point in custom buffers.
2714         (top level) <info-lookup-maybe-add-help>: Add backquote and
2715         comma to ignored characters in regexps of help specifications
2716         for emacs-lisp-mode and lisp-interaction-mode.  This permits
2717         looking up symbols in `...' and after a comma.  Add help
2718         specifications for custom-mode and help-mode.
2720 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
2722         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
2723         Don't encode body if RAW is non-nil, or if the old encoding is
2724         identical to the new encoding, or if the body contains only
2725         eight-bit-* characters.
2727 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
2729         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
2730         (faces-sample-overlay): Remove variable.
2731         (describe-face): Insert sample text in the face being described.
2733 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
2735         * whitespace.el (whitespace-indent-regexp): Make this match any
2736         multiples of eight spaces near the beginning of a line.
2737         (whitespace-buffer): Use `remove-overlays' instead of
2738         `whitespace-unhighlight-the-space' and `overlay-recenter' to
2739         speed up overlay handling.
2740         (whitespace-buffer-leading, whitespace-buffer-trailing):
2741         Make these functions highlight the text removed by
2742         `whitespace-buffer-leading-cleanup' and
2743         `whitespace-buffer-trailing-cleanup' respectively.
2744         (whitespace-buffer-search): Use `with-local-quit'.
2745         Move `format' out of loop to speed up scanning larger buffers.
2746         (whitespace-unhighlight-the-space): Remove `remove-hook' since
2747         that function is never added to a hook.
2748         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
2749         (whitespace-buffer-leading-cleanup)
2750         (whitespace-refresh-rescan-list): Fix docstrings.
2752 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
2754         * allout.el (allout-during-yank-processing): Cue for inhibiting
2755         aberrance processing during yanks.
2756         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
2757         the amount of yanked topics that can be aberrant.
2758         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
2759         a function, and supplement with inihibition of doublechecking
2760         during yanks.
2761         (allout-beginning-of-line, allout-next-heading)
2762         (allout-previous-heading, allout-goto-prefix-doublechecked)
2763         (allout-back-to-current-heading, allout-next-visible-heading)
2764         (allout-next-sibling): Use new allout-do-doublecheck function.
2765         (allout-next-sibling): Ensure we made progress when returning
2766         other than nil.
2767         (allout-rebullet-heading): Preserve text property annotations
2768         indicating the text was hidden, if it was.
2769         (allout-kill-line): Remove any added was-hidden annotations.
2770         (allout-kill-topic): Remove any added was-hidden annotations.
2771         (allout-annotate-hidden): Inhibit adding was-hidden text
2772         properties to the undo list.
2773         (allout-deannotate-hidden): New function to remove was-hidden
2774         annotation.
2775         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
2776         (allout-remove-exposure-annotation): Replace by
2777         allout-deannotate-hidden.
2778         (allout-yank-processing): Signal that yank processing is happening
2779         with allout-during-yank-processing.  Also, wrap
2780         allout-unprotected's closer to the text changes, for easier
2781         debugging.  We need to inhibit-field-text-motion explicitly, in
2782         lieu of the encompassing allout-unprotected.
2783         (outlineify-sticky): Adjust criteria for triggering new outline
2784         decorations to presence or absence of any topics, not just a topic
2785         at the beginning of the buffer.
2787 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
2789         * bs.el (bs--show-all, bs--redisplay):
2790         * cus-edit.el (custom-unlispify-menu-entries)
2791         (custom-unlispify-tag-names, custom-prompt-variable):
2792         * expand.el (expand-pos):
2793         * speedbar.el (speedbar-generic-list-tag-p):
2794         * wid-edit.el (widget-image-enable):
2795         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
2796         * emacs-lisp/find-func.el (find-function-noselect)
2797         (find-function, find-variable-noselect, find-variable)
2798         (find-definition-noselect, find-face-definition):
2799         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
2800         * net/eudc-vars.el (eudc-expansion-overwrites-query):
2801         * progmodes/ada-xref.el (ada-find-in-ali):
2802         * textmodes/flyspell.el (flyspell-check-tex-math-command):
2803         * textmodes/org.el (org-copy-subtree):
2804         * textmodes/table.el (table--row-column-insertion-point-p):
2805         Use "non-nil" in docstrings.
2807 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
2809         * sort.el (sort-columns): Set the field separator to tab; on
2810         NetBSD, sort complains if "\n" is used as field separator.
2812 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
2814         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
2816 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2818         * server.el (server-auth-key): Remove.  Replace by a process-property.
2819         (server-start): Don't remove the file of the previous process, but
2820         instead clear out the place for the new file.
2821         (server-start): Set the :auth-key property.
2822         (server-process-filter): Use the :auth-key property.
2824 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
2826         * textmodes/org.el (org-mode-map): No longer copy
2827         `outline-mode-map' explicitly - this is already done by
2828         `define-derived-mode'.
2830 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
2832         * server.el (server-visit-files): Use `when'.
2833         (server-process-filter): When authentication fails, send error
2834         message to client.  Wrap `process-send-region' in `ignore-errors'
2835         instead of `condition-case', and remove misleading comment.
2837 2006-11-01  Juri Linkov  <juri@jurta.org>
2839         * simple.el (yank): Doc fix.
2841 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2843         * server.el: Try and fit within 80 columns.
2844         (server-start): Make the auth file unreadable by other users.
2846 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2848         * battery.el (battery-linux-proc-acpi): Prevent range error when
2849         `full-capacity' is 0.
2851 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
2853         * faces.el (faces-sample-overlay): New defvar.
2854         (faces-sample-overlay): New function to show face sample text.
2855         (describe-face): Use it.
2857 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
2859         * progmodes/ada-stmt.el: Change maintainer, apply
2860         whitespace-cleanup, checkdoc.
2861         (ada-func-or-proc-name): Add doc string.
2863         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
2864         whitespace-cleanup, checkdoc.  Minor improvements to many doc
2865         strings and comments.
2866         (ada-prj-display-page): Change buffer name to more accurately
2867         reflect function.
2869         * progmodes/ada-xref.el: Change maintainer, apply
2870         whitespace-cleanup, checkdoc.  Minor improvements to many doc
2871         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
2872         (ada-compile-current): Don't add newlines to commands.
2874 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
2876         * server.el: Add support for TCP sockets.
2877         (server-use-tcp, server-host, server-auth-dir): New options.
2878         (server-auth-key): New variable.
2879         (server-ensure-safe-dir): Create nonexistent parent dirs.
2880         Ignore Unix-style file modes on Windows.
2881         (server-start): Crete a TCP or Unix socket according to the value
2882         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
2883         `server-auth-dir' directory.
2884         (server-process-filter): Delete process if authentication
2885         fails (which never happens for Unix sockets).
2887 2006-10-30  David Kastrup  <dak@gnu.org>
2889         * subr.el (add-to-list): Don't continue checking if a match has
2890         been found.
2892 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
2894         * tutorial.el: Move defvars to avoid bytecomp warnings.
2895         (tutorial--find-changed-keys): Check if viper-current-state is
2896         bound before using it.
2897         (help-with-tutorial): Check if viper-tutorial is defined before
2898         using it.
2900 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2902         * help-fns.el (help-with-tutorial): Move to tutorial.el.
2904         * tutorial.el: New file.
2905         (help-with-tutorial): Move here from help-fns.el. Added help for
2906         rebound keys.  Fixed resume of tutorial.
2907         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
2908         (tutorial--find-changed-keys, tutorial--display-changes)
2909         (tutorial--saved-dir, tutorial--saved-file)
2910         (tutorial--save-tutorial): New functions to support the changes in
2911         help-with-tutorial.
2913 2006-10-30  Kenichi Handa  <handa@m17n.org>
2915         * files.el (revert-buffer): If a unibyte buffer is being reverted
2916         with a coding system for multibyte, set buffer multibyte before
2917         calling insert-file-contents.
2919 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2921         * server.el (server-select-display): Use a dummy buffer to detect when
2922         the frame is later used.
2923         (server-select-display): New function.
2924         (server-process-filter): Use it to detect unused temp frames.
2926 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
2928         * progmodes/ada-mode.el: Change maintainer, apply
2929         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
2930         (ada-mode-version): New function.
2931         (ada-create-menu): Menu operations are available for all supported
2932         compilers.
2934 2006-10-29  Lars Hansen  <larsh@soem.dk>
2936         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
2937         Highlight as keyword.
2938         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
2939         Don't call tramp-method-out-of-band-p for local files.
2940         (tramp-touch): Quote file name.
2942 2006-10-28  Glenn Morris  <rgm@gnu.org>
2944         * calendar/calendar.el (cal-html-cursor-month)
2945         (cal-html-cursor-year): Add autoloads for this new package.
2946         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
2948 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
2950         * calendar/cal-html.el: New file.
2952 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
2954         * emacs-lisp/authors.el (authors-aliases): Update.
2956 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
2958         * version.el (emacs-version): Bump version number to 22.0.90.
2960 2006-10-26  John W. Eaton  <jwe@octave.org>
2962         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
2963         New defvar.
2964         (inferior-octave-resync-dirs): Check to see whether Octave has
2965         built-in variables and set inferior-octave-has-built-in-variables.
2966         Check inferior-octave-has-built-in-variables to decide whether to
2967         send commands that set built-in variables or call functions to
2968         change Octave's behavior.
2969         Send "disp (pwd ())" to Octave instead of just "pwd".
2970         (inferior-octave-startup): Send "more off" to Octave instead of
2971         "page_screen_output = 0".
2973 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
2975         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
2976         pattern normally.
2978 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
2980         * bindings.el (mode-line-mode-menu): Remove bindings for global
2981         minor modes (line/column number) as they are on the menubar.
2983 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
2985         * term/w32-win.el (x-handle-name-switch): Doc fix.
2986         (w32-standard-fontset-spec): Fix typo in docstring.
2988         * midnight.el (midnight-buffer-display-time): Doc fix.
2989         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
2991 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2993         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
2995         * viper-ex.el (ex-read): Quote file argument.
2997         * ediff-diff.el (ediff-same-file-contents): Expand file names.
2999         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
3001 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
3003         * textmodes/flyspell.el (flyspell-check-region-doublons):
3004         Fix last fix.
3006 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
3008         * bindings.el (mode-line-mode-menu): List global minor modes
3009         before local ones.
3011 2006-10-23  Kim F. Storm  <storm@cua.dk>
3013         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
3014         (sit-for): If last command was a prefix arg, add the read-ahead
3015         event to unread-command-events as (t . EVENT) so it will be added
3016         to this-command-keys by read-key-sequence.
3018 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
3020         * textmodes/flyspell.el (flyspell-word): Skip past all previous
3021         whitespace when checking doublons.
3022         (flyspell-check-region-doublons): Fix doublon regexp.
3023         (flyspell-highlight-incorrect-region): Highlight doublons using
3024         flyspell-duplicate face.
3026         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
3028 2006-10-22  John Wiegley  <johnw@newartisans.com>
3030         * progmodes/python.el (python-use-skeletons): python-mode was
3031         auto-inserting templates (for those with abbrev-mode on), not only
3032         by default -- *but without a configuration variable to disable
3033         it*.  This rendered python-mode completely useless for me, so I
3034         have added `python-use-skeletons', which is now off by default.
3036 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
3038         * progmodes/cperl-mode.el (cperl-mode): Don't assume
3039         font-lock-multiline is auto-local (it's not).
3040         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
3041         initialized before calling cperl-init-faces.
3043 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
3045         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
3046         gdb-stack-position a value when there is no fringe.
3048         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
3049         indicator if not visiting a file.
3051 2006-10-20  David Kastrup  <dak@gnu.org>
3053         * window.el (kill-buffer-and-window): Fix a bug where an aborted
3054         operation would still cause some window to collapse later.
3056 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3058         * vc.el (vc-switch-backend): Try to be more careful with unwanted
3059         side-effect due to mixing various backends's file properties.
3061         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
3062         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
3063         Return `filename's status if applicable.  Update callers.
3065 2006-10-19  Kenichi Handa  <handa@m17n.org>
3067         * international/kkc.el (kkc-region): When a key sequence is not
3068         defined, append (this-single-command-raw-keys) to
3069         unread-input-method-events.
3071 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
3073         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
3075 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3077         * version.el (emacs-version): Use mac-carbon-version-string.
3079         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
3081 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3083         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
3084         Kenichi Handa).
3085         (xselect-convert-to-string): Decline requests for UTF8_STRING if
3086         the selection is not UTF-8.
3088 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
3090         * progmodes/ada-mode.el (ada-83-string-keywords)
3091         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
3092         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
3093         (ada-looking-at-semi-private, ada-get-body-name):
3094         Fix typos in docstrings.
3095         (ada-create-case-exception, ada-create-case-exception-substring):
3096         Fix typos in error messages.
3097         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
3099 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3101         * term/x-win.el (res-geometry): Don't set geometry from Xresources
3102         to default-frame-alist if default-frame-alist already contains
3103         width/height.
3105 2006-10-18  Richard Stallman  <rms@gnu.org>
3107         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
3108         Non-interactive arg is the value, not the expression.
3110         * simple.el (read-expression-map): Just set it, no defvar.
3112         * subr.el (insert-for-yank-1): If last inserted char has
3113         properties, mark them as rear-nonsticky.
3115         * recentf.el (recentf-mode): Doc fix.
3117         * facemenu.el (facemenu-add-new-face): Defend against symbol
3118         that isn't a face name.
3120         * dired-aux.el (dired-do-copy): Doc fix.
3122 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
3124         * simple.el (line-move-1): Ignore fields when moving to the
3125         beginning of line to avoid getting point stuck.
3127 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
3129         * textmodes/flyspell.el (flyspell-word-search-backward):
3130         Set inhibit-point-motion-hooks to avoid looping due to intangibile
3131         text.
3133 2006-10-16  Richard Stallman  <rms@gnu.org>
3135         * help-fns.el (describe-function-1): Special case optimization
3136         for self-insert-command.
3138 2006-10-16  Kim F. Storm  <storm@cua.dk>
3140         * ido.el (ido-reread-directory): Work in `dir' mode too.
3142 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
3144         * textmodes/table.el: Require 'regexp-opt.
3146 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3148         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
3149         Use shell-quote-argument.
3151         * shell.el (explicit-bash-args): Likewise.
3153         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
3154         Use grep -E rather than egrep.
3156 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3158         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
3160 2006-10-15  Kim F. Storm  <storm@cua.dk>
3162         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
3164 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3166         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
3167         to protect whitespace and metacharacters from the shell.
3169 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
3171         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
3173 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
3175         * subr.el (start-process-shell-command): Doc fix.
3177 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
3179         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
3180         the regexp for Maxima symbols.
3182 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3184         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
3185         (vc-find-root): Don't walk higher up than ~.
3187 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
3189         * international/utf-8.el (utf-translate-cjk-load-tables):
3190         Avoid clobbering last-coding-system-used during load.
3192 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
3194         * textmodes/reftex-global.el (reftex-create-tags-file):
3195         Quote file arguments.
3197 2006-10-12  Richard Stallman  <rms@gnu.org>
3199         * files.el (file-name-history): Add defvar.
3200         (save-some-buffers-action-alist): Improve description strings.
3202 2006-10-12  Andreas Schwab  <schwab@suse.de>
3204         * files.el (auto-mode-alist): Match change log file name also with
3205         a dash before a numeric extension.
3207 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
3209         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
3210         After 5.0:
3211         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
3213         After 5.1: Major edit.  Summary of most visible changes:
3215         - Multiple <<HERE per line allowed.
3216         - Handles multiline subroutine declaration headers (with comments).
3217           (The exception is `cperl-etags' - but it is not used in the rest
3218           of the mode.)
3219         - Fontifies multiline my/our declarations (even with comments,
3220           and with legacy `font-lock').
3221         - Major speedup of syntaxification, both immediate and postponed
3222           (3.5x to 15x [for different CPUs and versions of Emacs] on the
3223           huge real-life document I tested).
3224         - New bindings, edits to imenu.
3225         - "_" is made into word-char during fontification/syntaxification;
3226           some attempts to recognize non-word "_" during other operations too.
3227         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
3228         - autoload some more perldoc-related stuff
3229         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
3230         - Attempt to incorporate XEmacs edits which reached me.
3232         Fine-grained changelog:
3233         (cperl-hook-after-change): New configuration variable.
3234         (cperl-vc-sccs-header): Likewise.
3235         (cperl-vc-sccs-header): Likewise.
3236         (cperl-vc-header-alist): Default via two preceding variables.
3237         (cperl-invalid-face): Remove double quoting under XEmacs
3238                 (still needed under 21.2).
3239         (cperl-tips): Update URLs for resources.
3240         (cperl-problems): Likewise.
3241         (cperl-praise): Mention new features.
3242         New C-c key bindings: for `cperl-find-bad-style',
3243         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
3244         `cperl-perdoc', and `cperl-perldoc-at-point'.
3245         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
3246         moved, new submenu of Tools with Ispell entries and narrowing.
3247         (cperl-after-sub-regexp): New defsubst.
3248         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
3249                 Allows heads up to head4.
3250                 Allow "package;".
3251         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
3252         (paren-backwards-message): ??? Something for XEmacs???
3253         (cperl-mode): Never auto-switch abbrev-mode off.
3254                 Try to allow '_' be non-word char.
3255                 Do not use `font-lock-unfontify-region-function' on XEmacs.
3256                 Reset syntax cache on mode start.
3257                 Support multiline facification (even on legacy `font-lock').
3258         (cperl-facemenu-add-face-function): ??? Some contributed code ???
3259         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
3260                 refuse to inform us whether the fontification is due to lazy
3261                 calling or due to edit to a buffer, install our own hook
3262                 (controlled by `cperl-hook-after-change').
3263         (cperl-electric-pod): =cut may have been recognized as start.
3264         (cperl-block-p): Move, updatedfor attributes.
3265         (cperl-calculate-indent): Try to allow '_' be non-word char
3266                 Support subs with attributes.
3267         (cperl-where-am-i): Queit (?) a warning.
3268         (cperl-cached-syntax-table)     New function.
3269         (cperl-forward-re): Use `cperl-cached-syntax-table'.
3270         (cperl-unwind-to-safe): Recognize `syntax-type' property
3271                 changing in a middle of line.
3272         (cperl-find-sub-attrs): New function.
3273         (cperl-find-pods-heres): Allow many <<EOP per line.
3274                 Allow subs with attributes.
3275                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
3276                 Recognize "extproc " (OS/2) case-folded and only at start.
3277                 /x on s///x with empty replacement was not recognized.
3278                 Better comments.
3279         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
3280                 Allow subs with attributes, labels.
3281                 Do not confuse "else::foo" with "else".
3282                 Minor optimizations...
3283         (cperl-after-expr-p): Try to allow '_' be non-word char.
3284         (cperl-fill-paragraph): Try to detect a major bug in Emacs
3285                 with `looking-at' inside `narrow' and bulk out if found.
3286         (cperl-imenu--create-perl-index): Updates for new
3287                 `cperl-imenu--function-name-regexp-perl'.
3288         (cperl-outline-level): Likewise.
3289         (cperl-init-faces): Allow multiline subroutine headers
3290                 and my/our declarations, and ones with comments.
3291                 Allow subroutine attributes.
3292         (cperl-imenu-on-info): Better docstring.
3293         (cperl-etags): Rudimentary support for attributes.
3294                 Support for packages and "package;".
3295         (cperl-add-tags-recurse-noxs): Better (?) docstring.
3296         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
3297         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
3298         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
3299         (cperl-perldoc): Add autoload.
3300         (cperl-perldoc-at-point): Likewise.
3301         (cperl-here-doc-spell): New function.
3302         (cperl-pod-spell): Likewise.
3303         (cperl-map-pods-heres): Likewise.
3304         (cperl-get-here-doc-region): Likewise.
3305         (cperl-font-lock-fontify-region-function): Likewise (backward
3306                 compatibility for legacy `font-lock').
3307         (cperl-font-lock-unfontify-region-function): Fix style.
3308         (cperl-fontify-syntaxically): Recognize and optimize away deferred
3309                 calls with no-change.  Governed by `cperl-hook-after-change'.
3310         (cperl-fontify-update): Recognize that syntaxification region
3311                 can be larger than fontification one.
3312                 XXXX we leave `cperl-postpone' property, so this is quadratic...
3313         (cperl-fontify-update-bad): Temporary placeholder until
3314                 it is clear how to implement `cperl-fontify-update'.
3315         (cperl-time-fontification): New function.
3316         (attrib-group): New text attribute.
3317         (multiline): New value: `syntax-type' text attribute.
3319         After 5.2:
3320         (cperl-emulate-lazy-lock): New function.
3321         (cperl-fontify-syntaxically): Would skip large regions.
3322         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
3323         Some globals were declared, but uninitialized.
3325         After 5.3, 5.4:
3326         (cperl-facemenu-add-face-function): Add docs, fix U<>.
3327         Copyright message updated.
3328         (cperl-init-faces): Work around a bug in `font-lock'. May slow
3329                         facification down a bit.
3330                 Misprint for my|our|local for old `font-lock'
3331                         "our" was not fontified same as "my|local".
3332                 Highlight variables after "my" etc even in
3333                         a middle of an expression.
3334                 Do not facify multiple variables after my etc
3335                         unless parentheses are present.
3337         After 5.5, 5.6
3338         (cperl-fontify-syntaxically): after-change hook could reset.
3339         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
3341         After 5.7:
3342         (cperl-init-faces): Allow highlighting of local ($/).
3343         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
3344         (cperl-problems): Remove fixed problems.
3345         (cperl-find-pods-heres): Recognize #-comments in m##x too.
3346                 Recognize charclasses (unless delimiter is \).
3347         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
3348         (cperl-regexp-scan): Update docs.
3349         (cperl-beautify-regexp-piece): Use information got from regexp scan.
3351         After 5.8:
3352         Major user visible changes:
3353         Recognition and fontification of character classes in RExen.
3354         Variable indentation of RExen according to groups.
3356         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
3357                 Fontify REx charclasses in variable-name face.
3358                 Fontify POSIX charclasses in "type" face.
3359                 Fontify unmatched "]" in function-name face.
3360                 Mark first-char of HERE-doc as `front-sticky'.
3361                 Reset `front-sticky' property when needed.
3362         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
3363         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
3364         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
3365                 constructs.  Support `narrow'ed buffers.
3366         (cperl-praise): Remove a reservation.
3367         (cperl-make-indent): New function.
3368         (cperl-indent-for-comment): Use `cperl-make-indent'.
3369         (cperl-indent-line): Likewise.
3370         (cperl-lineup): Likewise.
3371         (cperl-beautify-regexp-piece): Likewise.
3372         (cperl-contract-level): Likewise.
3373         (cperl-toggle-set-debug-unwind): New function.
3374                 New menu entry for this.
3375         (fill-paragraph-function): Use when `boundp'.
3376         (cperl-calculate-indent): Take into account groups when indenting RExen.
3377         (cperl-to-comment-or-eol): Recognize # which end a string.
3378         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
3379         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
3380         (cperl-fontify-syntaxically): More clear debugging message.
3381         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
3382         (cperl-init-faces): More complicated highlight even on XEmacs (new).
3383         Merge cosmetic changes from XEmacs.
3385         After 5.9:
3386         (cperl-1+): Move to before the first use.
3387         (cperl-1-): Likewise.
3389         After 5.10:
3391         This code may lock Emacs hard!!!  Use at your own risk!
3393         (cperl-font-locking): New internal variable.
3394         (cperl-beginning-of-property): New function.
3395         (cperl-calculate-indent): Use `cperl-beginning-of-property'
3396         instead of `previous-single-property-change'.
3397         (cperl-unwind-to-safe): Likewise.
3398         (cperl-after-expr-p): Likewise.
3399         (cperl-get-here-doc-region): Likewise.
3400         (cperl-font-lock-fontify-region-function): Likewise.
3401         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
3402                         recursively.
3403                 Bound `next-single-property-change' via `point-max'.
3404         (cperl-unwind-to-safe): Bound likewise
3405         (cperl-font-lock-fontify-region-function): Likewise.
3406         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
3407                 Initialization of `cperl-font-lock-multiline-start' could be
3408                 missed if the "main" fontification did not run due to the
3409                 keyword being already fontified.
3410         (cperl-pod-spell): Return t from do-one-chunk function.
3411         (cperl-map-pods-heres): Stop when the worker returns nil.
3412                 Call `cperl-update-syntaxification'.
3413         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
3414         (cperl-get-here-doc-delim): Remove unused function.
3416         After 5.11:
3418         The possible lockup of Emacs (introduced in 5.10) fixed.
3420         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
3421         (cperl-syntaxify-for-menu): New customization variable.
3422         (cperl-select-this-pod-or-here-doc): New function.
3423         (cperl-get-here-doc-region): Extra argument.
3424                 Do not adjust pos by 1.
3426         New menu entries
3427                 (Perl/Tools): Selection of current POD or HERE-DOC section.
3428                 (Debugging CPerl:) backtrace on fontification.
3430         After 5.12:
3431         (cperl-cached-syntax-table): Use `car-safe'.
3432         (cperl-forward-re): Remove spurious argument SET-ST.
3433                 Add documentation.
3434         (cperl-forward-group-in-re): New function.
3435         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
3436         (XXXX Temporary (?) hack is to syntax-mark them as comment).
3438         After 5.13:
3439         (cperl-string-syntax-table): Make { and } not-grouping
3440           (Sometimes they ARE grouping in RExen, but matching them would only
3441            confuse in many situations when they are not)
3442         (beginning-of-buffer): Replace two occurences with goto-char...
3443         (cperl-calculate-indent): `char-after' could be nil...
3444         (cperl-find-pods-heres): REx can start after "[" too.
3445                 Hightlight (??{}) in RExen too.
3446         (cperl-maybe-white-and-comment-rex): New constant
3447         (cperl-white-and-comment-rex): Likewise.
3448                 XXXX Not very efficient, but hard to make
3449                 better while keeping 1 group.
3451         After 5.13:
3452         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
3453                 Likewise for 1 << identifier.
3455         After 5.14:
3456         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
3457                 Error-less condition-case could fail.
3458         (cperl-font-lock-fontify-region-function): Likewise.
3459         (cperl-init-faces): Likewise.
3461         After 5.15:
3462         (cperl-find-pods-heres): Support property REx-part2.
3463         (cperl-calculate-indent): Likewise.
3464                 Don't special-case REx with non-empty 1st line.
3465         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
3466                 Invert highlighting of charclasses:
3467                         now the envelop is highlighted.
3468                 Highlight many others 0-length builtins.
3469         (cperl-praise): Mention indenting and highlight in RExen.
3471         After 5.15:
3472         (cperl-find-pods-heres): Highlight capturing parens in REx.
3474         After 5.16:
3475         (cperl-find-pods-heres): Highlight '|' for alternation
3476         Initialize `font-lock-warning-face' if not present.
3477         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
3478                          `font-lock-function-name-face'.
3479         (cperl-look-at-leading-count): Likewise.
3480         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
3481                         `font-lock-keyword-face' (needed for
3482                         batch processing), etc...
3483                 Use `font-lock-builtin-face' for builtin in REx
3484                         Now `font-lock-variable-name-face'
3485                         is used for interpolated variables
3486                 Use "talking aliases" for faces inside REx
3487                 Highlight parts of REx (except in charclasses)
3488                         according to the syntax and/or semantic
3489                 Syntax-mark a {}-part of (?{}) as "comment"
3490                         (it was the ()-part)
3491                 Better logic to distinguish what is what in REx
3492         (cperl-tips-faces): Document REx highlighting
3493         (cperl-praise): Mention REx syntax highlight etc.
3495         After 5.17:
3496         (cperl-find-sub-attrs): Would not always manage to print error message.
3497         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
3499         After 5.18:
3500         (cperl-find-pods-heres): Misprint in REx for parsing REx.
3501                 Very minor optimization.
3502                 `my-cperl-REx-modifiers-face' got quoted.
3503                 Recognize "print $foo <<END" as HERE-doc.
3504                 Put `REx-interpolated' text attribute if needed.
3505         (cperl-invert-if-unless-modifiers): New function.
3506         (cperl-backward-to-start-of-expr): Likewise.
3507         (cperl-forward-to-end-of-expr): Likewise.
3508         (cperl-invert-if-unless): Works in "the opposite way" too.
3509                 Cursor position on return is on the switch-word.
3510                 Indents comments better.
3511         (REx-interpolated): New text attribute.
3512         (cperl-next-interpolated-REx): New function.
3513         (cperl-next-interpolated-REx-0): Likewise.
3514         (cperl-next-interpolated-REx-1): Likewise.
3515         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
3516         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
3517         (cperl-praise): Mention finded interpolated RExen.
3519         After 5.19:
3520         (cperl-init-faces): Highlight %$foo, @$foo too.
3521         (cperl-short-docs): Better docs for system, exec.
3522         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
3523                 Would not find HERE-doc ended by EOF without NL.
3524         (cperl-short-docs): Correct not-doubled \-escapes.
3525         start block: Put some `defvar' for stuff gone from XEmacs.
3527         After 5.20:
3528         initial comment: Extend copyright, fix email address.
3529         (cperl-indent-comment-at-column-0): New customization variable.
3530         (cperl-comment-indent): Indentation after $#a would increasy by 1.
3531         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
3532         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
3533         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
3534         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
3535                         highlight $ in $foo too (UNTESTED).
3536         (cperl-set-style): Docstring missed some available styles.
3537         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
3538                 Change "Current" to "Memorize Current".
3539         (cperl-indent-wrt-brace): New customization variable; the default is
3540                 as for pre-5.2 version.
3541         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
3542         (cperl-style-alist): Likewise.
3543         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
3544                 and `cperl-extra-newline-before-brace' etc
3545                 being t
3546         (cperl-indent-exp): Plans B and C to find continuation blocks even
3547                 if `cperl-extra-newline-before-brace' is t.
3549         After 5.21:
3550         Improve some docstrings concerning indentation.
3551         (cperl-indent-rules-alist): New variable.
3552         (cperl-sniff-for-indent): New function name
3553                 (separated from `cperl-calculate-indent').
3554         (cperl-calculate-indent): Separate the sniffer and the indenter;
3555                 uses `cperl-sniff-for-indent' now.
3556         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
3557                 was inverted;
3558                 Support `comment-column' = 0.
3560 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
3562         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
3563         * help-at-pt.el (scan-buf-move-to-region): Likewise.
3564         * longlines.el (longlines-window-change-function): Likewise.
3565         * simple.el (undo-ask-before-discard): Likewise.
3566         * wid-edit.el (widget-field-prompt-internal)
3567         (widget-documentation-link-p): Likewise.
3569 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3571         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
3572         for a keyword.
3574 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3576         * newcomment.el (comment-valid-prefix-p): Make the check
3577         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
3578         (comment-indent-new-line): Adjust call.
3580 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
3582         * allout.el (allout-back-to-current-heading): Base on lower-level
3583         routines to get proper disqualification of aberrant topics.
3585 2006-10-09  Richard Stallman  <rms@gnu.org>
3587         * textmodes/two-column.el (2C-two-columns): Doc fix.
3589 2006-10-09  Kim F. Storm  <storm@cua.dk>
3591         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
3592         about implicit use.
3594 2006-10-08  Richard Stallman  <rms@gnu.org>
3596         * textmodes/two-column.el (2C-two-columns): Doc fix.
3598 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3600         * files.el: Mark `buffer-read-only' as safe-local-variable.
3602 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
3604         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
3605         Burp if GUD buffer has been killed.
3607 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3609         * completion.el (add-completions-from-c-buffer):
3610         Don't presume an error's second element is a string.
3611         Use looking-at rather than buffer-substring + member.
3613 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
3615         * mail/rmail.el (rmail-redecode-body): If the old encoding is
3616         `undecided', call find-coding-systems-region to find a proper
3617         non-trivial encoding.
3618         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
3619         and "text/plain".
3621 2006-10-07  Kevin Ryde  <user42@zip.com.au>
3623         * textmodes/reftex-vars.el (defgroup reftex): Update home page
3624         url-link.
3626         * strokes.el (defgroup strokes): Remove invalid url-link.
3628 2006-10-07  Magnus Henoch  <mange@freemail.hu>
3630         * autoinsert.el (auto-insert-alist): Doc fix.
3632 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3634         * mouse-sel.el (mouse-insert-selection-internal):
3635         Use insert-for-yank, so that yank handlers are run.
3637 2006-10-07  Kim F. Storm  <storm@cua.dk>
3639         * ido.el (ido-file-extension-aux): Fix comparison.
3641 2006-10-06  Kim F. Storm  <storm@cua.dk>
3643         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
3645 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
3647         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
3648         (ad-make-mapped-call): Use `let', not `let*'.
3650 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
3652         * international/mule-cmds.el (coding-system-change-eol-conversion):
3653         Ensure the coding system is initialized before calling
3654         coding-system-eol-type.
3656 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
3658         * textmodes/org.el (org-rm-props, org-activate-plain-links)
3659         (org-activate-angle-links, org-activate-dates)
3660         (org-activate-target-links, org-activate-camels)
3661         (org-activate-tags): Add `rear-nonsticky' text property to avoid
3662         textproperty keymaps from being active beyond the end of a line.
3663         (org-unfontify-region): Also remove `rear-nonsticky' property.
3665 2006-10-04  Kenichi Handa  <handa@m17n.org>
3667         * international/code-pages.el (next): Table fixed.
3669 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3671         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
3672         that it's been made unnecessary by removing narrowing.
3674 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3676         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
3677         control flow a bit, simplify another bit, and add comments.
3679 2006-10-03  David Kastrup  <dak@gnu.org>
3681         * help.el (describe-mode): For clicks on mode-line, use "@"
3682         interactive argument to get the major mode of the click instead of
3683         the current buffer.
3685         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
3686         in order to better redirect mouse-2 clicks.  Also allow default
3687         bindings to apply.
3689 2006-10-03  Kim F. Storm  <storm@cua.dk>
3691         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
3692         (pushnew): Fix last change.
3694 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
3696         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
3697         Use the interactive spec of `eval-expression'.
3699 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3701         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
3703 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
3705         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
3706         2006-09-28 commit.
3708 2006-10-02  Kenichi Handa  <handa@m17n.org>
3710         * international/code-pages.el (iso-8859-6): Table fixed.
3712 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
3714         * dired.el (dired-build-subdir-alist): Fix previous change.
3716 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>
3718         * simple.el (undo-elt-crosses-region): Fix the inequalities.
3720 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3722         * emacs-lisp/find-func.el (find-function-regexp): Don't match
3723         "define-button-type".
3725         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
3726         they don't keep accumulating.
3728 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3730         * ffap.el (ffap-rfc-path): Change the address of the RFC
3731         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
3733 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
3735         * allout.el (allout-expose-topic): Rectify implementation of "+"
3736         spec, so that bodies are not exposed with headlines.
3738 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
3740         * allout.el (allout-current-depth): Do aberrent check only at or
3741         below doublecheck depth.
3742         (allout-chart-subtree): Make it explicit that LEVELS being nil
3743         means unlimited depth.  Drop undocumented support for LEVELS value
3744         t meaning unlimited depth.  (This is consistent with
3745         allout-chart-to-reveal, but contrary to allout-show-children,
3746         which needs to use nil to default to depth of 1.)
3747         (allout-goto-prefix-doublechecked): Wrap long docstring line.
3748         (allout-chart-to-reveal): Be explicit in docstring about meaning
3749         of nil LEVELS, and drop support for LEVELS value t.
3750         (allout-show-children): Translate the level spec used by this
3751         routine to that used by allout-chart-subtree and
3752         allout-chart-to-reveal.
3753         (allout-show-to-offshoot): Retry once when stuck, after opening
3754         subtree - improvements in discontinuity handling likely will
3755         enable progress.
3757 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
3759         * wid-edit.el (widget-button-click-moves-point): New variable.
3760         (widget-button-click): If widget-button-click-moves-point is
3761         non-nil, set point after performing the button action
3763         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
3765 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
3767         * files.el (find-file-existing): Modify to not allow wildcards.
3769 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3771         * simple.el (undo-more): When undo information for the region is
3772         exhausted, say "No further undo information FOR REGION".
3774 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3776         * progmodes/sh-script.el (sh-prev-thing):
3777         Take `sh-leading-keywords' into account.
3779 2006-09-29  Glenn Morris  <rgm@gnu.org>
3781         * custom.el (defcustom): Doc fix.
3783         * calendar/calendar.el (european-calendar-style):
3784         Call european-calendar or american-calendar as needed when set.
3785         (diary-view-entries, list-calendar-holidays): Move autoloads
3786         before use.
3788 2006-09-29  Juri Linkov  <juri@jurta.org>
3790         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
3791         to nil if there is no previous property change.
3793 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3795         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
3796         saving anything to be sure that `forward-sexp' behaves correctly.
3798 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
3800         * simple.el (line-move-finish): Ignore field boundaries if the
3801         initial and final points have the same `field' property.
3803 2006-09-29  Kim F. Storm  <storm@cua.dk>
3805         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
3806         to t while calling ido-read-internal.
3808 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
3810         * textmodes/org.el (org-file-remote-p): Get regexp from list.
3811         (org-archive-subtree): Remove erraneous `]' from character list.
3813 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
3815         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
3816         (ses-reconstruct-all): Make undo of "insert row" work by keeping
3817         markers for data-area and parameters-area.
3819 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3821         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
3823         * font-lock.el (font-lock-after-change-function): Refontify next line
3824         as well if end is at BOL.
3825         (font-lock-extend-jit-lock-region-after-change): Be more careful to
3826         only extend the region as much as needed.
3828 2006-09-28  Richard Stallman  <rms@gnu.org>
3830         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
3832         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
3834         * international/mule.el (after-insert-file-set-coding):
3835         If VISIT, don't let set-buffer-multibyte make undo info.
3837 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
3839         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
3840         lines in base64-encoded authentication response.
3842 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3844         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
3845         (ebnf-version): New version 4.3.
3846         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
3847         (ebnf-prologue): Adjust PostScript programming.
3848         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
3849         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
3851 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3853         * jit-lock.el (jit-lock-force-redisplay): Rename from
3854         jit-lock-fontify-again, and undo the mistaken change I've just done.
3856         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
3857         (jit-lock-fontify-again): Don't refontify text that's not displayed.
3859 2006-09-26  Kenichi Handa  <handa@m17n.org>
3861         * startup.el (display-splash-screen): Allow a prefix argument.
3863 2006-09-25  Jason Rumney  <jasonr@gnu.org>
3865         * subr.el (shell-quote-argument): Use DOS logic for Windows
3866         shells with DOS semantics.
3868 2006-09-24  Richard Stallman  <rms@gnu.org>
3870         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
3871         (compilation-goto-locus): Use compilation-goto-locus-delete-o
3872         to delete the overlay.  Put it on pre-command-hook.
3874         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
3876         * startup.el (fancy-splash-screens, normal-splash-screen):
3877         Call the splash buffer *About GNU Emacs*.
3879         * simple.el (next-error-highlight, next-error-highlight-no-select):
3880         Default to 0.5.
3881         (yank-excluded-properties): Add `fontified'.
3883         * font-lock.el (font-lock-compile-keywords): Allow value of
3884         syntax-begin-function to enable paren-column-0 highlighting.
3886 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
3888         * dired.el (dired-build-subdir-alist): When file ends in colon,
3889         don't exit the loop, just disregard that file.
3891 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
3893         * simple.el (line-move-finish): Handle corner case for fields in
3894         continued lines.
3895         (line-move-1): Remove flawed test for that case.
3897 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
3899         * icomplete.el (icomplete-simple-completing-p): Use the correct
3900         name for the new variable, `icomplete-with-completion-tables'.
3901         (file local variables): Remove superfluous setting.
3903 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
3905         * calendar/appt.el (appt-check): Fix typo for appointments just
3906         after midnight.
3908 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
3910         * help.el (describe-key-briefly, describe-key): Don't expect an
3911         extra up event if a down-event is generated by a popup menu.
3913 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
3915         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
3916         local dictionary when changing the global dictionary.
3918 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
3920         * icomplete.el (icomplete-with-completion-tables): List of
3921         specialized completion tables with which icomplete should
3922         operate.  Include the new `internal-complete-buffer', so icomplete
3923         works with interactive buffer-selection.
3924         (icomplete-simple-completing-p): Add acceptance of specialized
3925         completion tables listed in icomplete-with-completion-tables.
3927 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3929         * frame.el (focus-follows-mouse): Set default to nil on Mac.
3931         * startup.el (command-line): Use `custom-reevaluate-setting' for
3932         `focus-follows-mouse'.
3934 2006-09-22  Richard Stallman  <rms@gnu.org>
3936         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
3937         explain why Save is not available.
3939 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
3941         * woman.el (woman0-so): Use `let*', not `let'.
3942         (woman-horizontal-line): Remove unbalanced parenthesis.
3944 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3946         * woman.el: Make sure all the end-of-region markers we use have
3947         a non-nil insertion-type.
3948         (woman0-so): Move things around so we can use copy-marker.
3949         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
3950         Adjust marker type.
3951         (woman2-process-escapes): Check marker type.
3952         (woman-horizontal-line): Dispense with the use of a marker.
3954 2006-09-22  Jay Belanger  <belanger@truman.edu>
3956         * calc/calc-lang.el: Add Greek letters to math-variable-table
3957         property of tex.
3959 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
3961         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
3963 2006-09-22  Masatake YAMATO  <jet@gyve.org>
3965         * add-log.el (add-log-current-defun): Use `forward-sexp'
3966         instead of `forward-word' to pick c++::symbol.
3967         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
3969 2006-09-22  Kenichi Handa  <handa@m17n.org>
3971         * bindings.el: Fix setting self-insert-command for multibyte
3972         characters in global-map.
3974 2006-09-21  David Kastrup  <dak@gnu.org>
3976         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
3977         doc string.
3979 2006-09-21  Kenichi Handa  <handa@m17n.org>
3981         * language/european.el ("Latin-1"): Add windows-1252 to
3982         coding-priority.
3983         ("German"): Likewise.
3985 2006-09-21  Kim F. Storm  <storm@cua.dk>
3987         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
3988         Suggested by Miles Bader.
3990         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
3991         instead of add-to-list in the simple case.
3993 2006-09-20  Kenichi Handa  <handa@m17n.org>
3995         * isearch.el (isearch-process-search-char): Cancel the previous change.
3996         (isearch-search-string): New function.
3997         (isearch-search): Use isearch-search-string.
3998         (isearch-lazy-highlight-search): Likewise.
4000 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4002         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
4003         string to become an option.
4005 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4007         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
4009 2006-09-20  Kim F. Storm  <storm@cua.dk>
4011         * simple.el (line-move-partial): Call pos-visible-in-window-p with
4012         position t instead of trying both window-end and window-end - 1.
4014 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
4016         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
4017         hidden trees.
4019 2006-09-20  David Kastrup  <dak@gnu.org>
4021         * mouse.el (mouse-posn-property): Improve doc string.
4022         (mouse-on-link-p): Change buffers for function calls on links.
4024         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
4025         buffer is read-only.
4027 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
4029         * allout.el (allout-unprotected): Let inhibit-read-only only when
4030         buffer-read-only isn't set.
4031         (allout-annotate-hidden): Enable topic annotation during copies even
4032         when the buffer is read-only, eg for topic copies.  Ensure that the loop
4033         advances, even when the span extends beyond the deletion region.
4034         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
4035         rather than allout-exposure-changed-hook, as a stronger assertion.
4036         (allout-keybindings-list): Add bindings for
4037         allout-copy-line-as-kill and allout-copy-topic-as-kill.
4038         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
4039         Copy wrappers for allout-kill-line and allout-kill-topic.
4040         (allout-listify-exposed): Position correctly to accumulate lines.
4042 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
4044         * simple.el (line-move-1): Escape field boundaries occurring
4045         exactly at point.  Update goal column if constrained to a field.
4046         (line-move-finish): Escape field boundaries occurring exactly at point.
4048 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4050         * mouse.el (mouse-on-link-p): Tentatively fix last change.
4051         (mouse-drag-vertical-line): Remove unused var `wconfig'.
4053 2006-09-19  Kim F. Storm  <storm@cua.dk>
4055         * help.el (describe-key-briefly, describe-key): Simplify printing
4056         of descriptions by using format and %S.  Fix "is undefined"
4057         messages to say "at that spot" for mouse events.
4059         * simple.el (line-move-partial): Optimize.  Try window-line-height
4060         before posn-at-point to get vpos of current line.
4062 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
4064         * viper.el: Bump up version/date of update to reflect the substantial
4065         changes done in August 2006.
4067         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
4068         are defined.
4070         * ediff-util.el (ediff-add-to-history): New function.
4072         * ediff.el: Use ediff-add-to-history instead of add-to-history.
4074 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4076         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
4077         Delete duplicate make-local-variable form.
4078         (conf-space-keywords): Add autoload cookie.
4079         Fix typo (`keywords', not `keyword').
4081 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4083         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
4084         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
4085         to x-gtk-use-old-file-dialog
4087 2006-09-18  Richard Stallman  <rms@gnu.org>
4089         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
4090         that might come in during mouse tracking.
4092 2006-09-18  Kim F. Storm  <storm@cua.dk>
4094         * simple.el (line-move-partial): Rework 2006-09-15 change to use
4095         new window-line-height function.  Further optimize by not calling
4096         pos-visible-in-window-p for window-end when window-line-height
4097         returns useful information.
4099 2006-09-16  Richard Stallman  <rms@gnu.org>
4101         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
4102         (conf-space-mode): Don't handle prefix arg.
4103         Delete conf-space-keywords-override code.
4104         Use add-hook.
4105         (conf-space-keywords): New command.
4106         (conf-space-mode-internal): Be careful with imenu-generic-expression.
4107         Delete conf-space-keywords-override code.
4108         (conf-space-keywords-alist): Doc fix.
4109         (conf-space-font-lock-keywords): Doc fix.
4110         (conf-space-keywords-override): Var deleted.
4112 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
4114         * startup.el (fancy-splash-screens): Don't switch to the scratch
4115         buffer; it may not be the next buffer.
4117 2006-09-16  Romain Francoise  <romain@orebokech.com>
4119         * saveplace.el (load-save-place-alist-from-file): Use expanded name
4120         in both messages.
4122 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
4124         * progmodes/python.el (python-preoutput-filter):
4125         Fix arg order to string-match.
4127 2006-09-16  Richard Stallman  <rms@gnu.org>
4129         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
4130         font-lock-compile-keywords.
4132         * font-lock.el (font-lock-compile-keywords): Rename optional arg
4133         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
4135 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4137         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
4139         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
4140         and the data doesn't look like UTF8, send STRING instead.
4142 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
4144         * textmodes/flyspell.el (flyspell-check-region-doublons):
4145         New function to detect duplicated words.
4146         (flyspell-large-region): Use it.
4148 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
4150         * simple.el (line-move-to-column): Revert 2006-08-03 change.
4152 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
4154         * help.el (describe-prefix-bindings): Use let, not let*.
4156 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
4158         * allout.el (allout-regexp, allout-line-boundary-regexp)
4159         (allout-bob-regexp): Correct grouping and boundaries to fix
4160         backwards traversal.
4161         (allout-depth-specific-regexp, allout-depth-one-regexp):
4162         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
4163         worse time in allout-ascend.
4164         (allout-doublecheck-at-and-shallower): Identify depth threshold
4165         below which topics are checked for and disqualified by containment
4166         discontinuities.
4167         (allout-hotspot-key-handler): Correctly handle multiple-key
4168         strokes.  Remove some unused variables.
4169         (allout-mode-leaders): Clarify that mode-specific comment-start
4170         will be used.
4171         (set-allout-regexp): Correctly regexp-quote allout regexps to
4172         properly accept alternative header-leads and primary bullets with
4173         regexp-specific characters (eg, C "/*", mathematica "(*").
4174         Include new regular expressions among those configured.
4175         (allout-infer-header-lead-and-primary-bullet):
4176         Rename allout-infer-header-lead.
4177         (allout-recent-depth): Manifest as a variable as well as a function.
4178         (allout-prefix-data): Simplify into an inline instead of a macro,
4179         assuming current match data rather than being explicitly passed
4180         it.  Establish allout-recent-depth value as well as
4181         allout-recent-prefix-beginning and allout-recent-prefix-end.
4182         (allout-aberrant-container-p): True when an item's immediate
4183         offspring discontinuously contained.  Useful for disqualifying
4184         unintended topic prefixes, likely at low depths.
4185         (allout-goto-prefix-doublechecked): Elaborate version of
4186         allout-goto-prefix which disqualifies aberrant pseudo-items.
4187         (allout-pre-next-prefix): Layer on top of lower-level routines, to
4188         get disqualification of aberrant containers.
4189         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
4190         containers.
4191         (allout-beginning-of-current-entry): Position at start of buffer
4192         when in container (depth 0) entry.
4193         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
4194         (allout-current-bullet): Strip text properties.
4195         (allout-get-prefix-bullet): Use right match groups.
4196         (allout-beginning-of-line, allout-next-heading):
4197         Disqualify aberrant containers.
4198         (allout-previous-heading): Disqualify aberrant containers, and
4199         change to regular (rather than inline) function, to allow
4200         self-recursion.
4201         (allout-get-invisibility-overlay): Increment so progress is made
4202         when the first overlay is not the sought one.
4203         (allout-end-of-prefix): Disqualify aberrant containers.
4204         (allout-end-of-line): Cycle something like allout-beginning-of-line.
4205         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
4206         outline.el outlines) functional again.  Change the primary bullet
4207         along with the header-lead - level 1 new-style bullets now work.
4208         Engage allout-before-change-handler in mainline Emacs, not just
4209         XEmacs, to do undo handling.
4210         (allout-before-change-handler): Expose undo changes occurring in
4211         hidden regions.  Use allout-get-invisibility-overlay instead of
4212         reimplementing it inline.
4213         (allout-chart-subtree): Use start rather than end of prefix in
4214         charts.  Use allout-recent-depth variable.
4215         (allout-chart-siblings): Disqualify aberrant topics.
4216         (allout-beginning-of-current-entry): Position correctly.
4217         (allout-ascend): Use new allout-depth-specific-regexp and
4218         allout-depth-one-regexp for linear instead of O(N^2) or worse
4219         behavior.
4220         (allout-ascend-to-depth): Depend on allout-ascend, rather than
4221         reimplementing an algorithm.
4222         (allout-up-current-level): Depend on allout-ascend, rather than
4223         reimplementing an algorithm.  Return to start-point if we fail.
4224         (allout-descend-to-depth): Use allout-recent-depth variable
4225         instead of function.
4226         (allout-next-sibling): On traversal of numerous intervening
4227         topics, resort to economical allout-next-sibling-leap.
4228         (allout-next-sibling-leap): Specialized version of
4229         allout-next-sibling that uses allout-ascend cleverly, to depend on
4230         a regexp search to leap large numbers of contained topics, rather
4231         than arbitrarily many one-by-one traversals.
4232         (allout-next-visible-heading): Disqualify aberrant topics.
4233         (allout-previous-visible-heading): Position consistently when
4234         interactive.
4235         (allout-forward-current-level): Base on allout-previous-sibling
4236         rather than (differently) reimplmenting the algorithm.  Remove some
4237         unused variables.
4238         (allout-solicit-alternate-bullet): Present default choice stripped
4239         of text properties.
4240         (allout-rebullet-heading): Use bullet stripped of text properties.
4241         Register changes using allout-exposure-change-hook.
4242         Disregard aberrant topics.
4243         (allout-shift-in): With universal-argument, make topic a peer of
4244         it's former offspring.  Simplify the code by separating out
4245         allout-shift-out functionality.
4246         (allout-shift-out): With universal-argument, make offspring peers
4247         of their former container, and its siblings.  Implement the
4248         functionality here, rather than inappropriately muddling the
4249         implementation of allout-shift-in.
4250         (allout-rebullet-topic): Respect additional argument for new
4251         parent-child separation function.
4252         (allout-yank-processing): Use allout-ascend directly.
4253         (allout-show-entry): Disqualify aberrant topics.
4254         (allout-show-children): Handle discontinuous children gracefully,
4255         extending the depth being revealed to expose them and posting a
4256         message indicating the situation.
4257         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
4258         Leave cursor in correct position.
4259         (allout-hide-current-subtree): Use allout-ascend directly.
4260         Disqualify aberrant topics.
4261         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
4262         a way that the yanks can restore it, as used to happen.
4263         (allout-yank-processing): Restore exposure layout as recorded by
4264         allout-kill-*, as used to happen.
4265         (allout-annotate-hidden, allout-hide-by-annotation): New routines
4266         for preseving and restoring exposure layout across kills.
4267         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
4268         (allout-encrypt-string): Strip text properties.
4269         Rearranged order and outline-headings for some of the
4270         miscellaneous functions.
4271         (allout-resolve-xref): No need to quote the error name in the
4272         condition-case handler section.
4273         (allout-flatten): Classic recursive (and recursively intensive,
4274         without tail-recursion) list-flattener, needed by allout-shift-out
4275         when confronted with discontinuous children.
4277 2006-09-16  Jason Rumney  <jasonr@gnu.org>
4279         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
4280         on ms-windows.
4281         (dnd-open-unc-file): Remove.
4282         (dnd-open-local-file): Mention in doc string that it also handles
4283         remote files if the system natively supports unc file-names.
4285 2006-09-15  Kim F. Storm  <storm@cua.dk>
4287         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
4288         all necessary information about the event before erasing *Help*.
4290         * simple.el (line-move-partial): Use window-line-visiblity to
4291         quickly check whether last line is partially visible, and only do
4292         the hard (and slow) part in that case.
4294 2006-09-15  Jay Belanger  <belanger@truman.edu>
4296         * COPYING: Replace "Library Public License" by "Lesser Public
4297         License" throughout.
4299 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4301         * term/x-win.el (x-menu-bar-open): New function for F10.
4303 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
4305         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4306         Disallow filenames containing " -" to avoid confusion with libtool
4307         compilation messages.  Suggested by Stefan Monnier.
4309 2006-09-15  David Kastrup  <dak@gnu.org>
4311         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
4312         instead of buffer position for `mouse-on-link-p'.
4314         * mouse.el (mouse-posn-property): New function looking up the
4315         properties at a click position in overlays and text properties in
4316         either buffer or strings.
4317         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
4318         of both `follow-link' as well as `mouse-face' properties.
4319         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
4320         buffer position.
4322         * help.el (describe-key-briefly): When reading a down-event on
4323         mode lines or scroll bar, swallow the following up event, too.
4324         Use the new mouse sensitity of `key-binding' for lookup.
4325         (describe-key): The same here.
4327 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
4329         * play/life.el (life-patterns): Add a few more interesting patterns.
4330         (life-setup): Force `show-trailing-whitespace' to nil.
4332 2006-09-14  Richard Stallman  <rms@gnu.org>
4334         * startup.el (fancy-splash-text): Change text to improve alignment.
4335         (fancy-splash-screens): Don't set non-standard tab width.
4336         Bind cursor-type temporarily, and make it easy to patch to
4337         preserve the splash buffer.
4338         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
4339         (fancy-splash-screens): Display echo-area message explicitly.
4340         Don't set fancy-splash-help-echo.
4342         * simple.el (line-number-mode): Group mode-line instead of
4343         editing-basics.
4344         (column-number-mode, size-indication-mode): Likewise.
4346         * faces.el (mode-line-faces): Group mode-line instead of modeline.
4348         * time.el (display-time): Group mode-line instead of modeline.
4350         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
4352 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
4354         * startup.el (fancy-splash-text): Move editing instructions to
4355         fancy-splash-head.
4356         (fancy-splash-head): Issue editing instructions.
4357         (fancy-splash-screens): Fixup whitespace.
4359 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4361         * bindings.el (mode-line-buffer-identification-keymap):
4362         Remove duplicate line.
4364 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4366         * ido.el (ido-ignore-item-p): Allow any kind of functions in
4367         ignore lists.
4369 2006-09-14  Kim F. Storm  <storm@cua.dk>
4371         * jit-lock.el (jit-lock-fontify-again): New function.
4372         (jit-lock-fontify-now): Use it instead of lambda form.
4374 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
4376         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
4377         (flyspell-auto-correct-word): Make ispell-filter local to these
4378         functions.  Check that ispell-filter has new stuff before calling
4379         ispell-parse-output.
4381 2006-09-13  Kim F. Storm  <storm@cua.dk>
4383         * simple.el (line-move-partial): Optimize.
4385 2006-09-13  Richard Stallman  <rms@gnu.org>
4387         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
4388         Delete spurious backquote.
4390 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
4392         * net/rcirc.el (rcirc-print): Fix last change.
4394 2006-09-12  Jay Belanger  <belanger@truman.edu>
4396         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
4398 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
4400         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
4401         rcirc-show-maximum-output.
4402         (rcirc-mode): Remove window-scroll-function hook.
4403         (rcirc-scroll-to-bottom): Remove function.
4404         (rcirc-print): Recenter so point stays at the bottom of the window
4405         if point was already there.
4407 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
4409         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
4410         not to "t".
4411         * progmodes/compile.el (compilation-start): Likewise.
4412         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4413         Don't use expand-file-name on invocation-directory, since this
4414         might mishandle special characters in invocation-directory.
4416 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4418         * pcvs-defs.el: Remove * in defcustom's docstrings.
4420 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
4422         * progmodes/compile.el (compilation-directory-properties):
4423         Doc fix for help-echo.
4425 2006-09-12  Lars Hansen  <larsh@soem.dk>
4427         * desktop.el (desktop-read): Add comment.
4429 2006-09-12  Kim F. Storm  <storm@cua.dk>
4431         * simple.el (next-error-highlight, next-error-highlight-no-select):
4432         Fix spelling error.
4434         * subr.el (sit-for): Rework to use input-pending-p and cond.
4435         Return nil input is pending on entry also for SECONDS <= 0.
4436         (while-no-input): Use input-pending-p instead of sit-for.
4438 2006-09-11  Richard Stallman  <rms@gnu.org>
4440         * simple.el (next-error-highlight, next-error-highlight-no-select):
4441         Fix custom type and doc strings.
4443 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4445         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
4446         (diff-apply-hunk): Use it to ask for confirmation.
4448 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
4450         * emacs-lisp/cl.el (pushnew): Add missing `,'.
4452 2006-09-11  David Kastrup  <dak@gnu.org>
4454         * help.el (string-key-binding, describe-key-briefly)
4455         (describe-key): Remove `string-key-binding' and its callers since
4456         `key-binding' already caters for the proper lookup now.
4458 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4460         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
4461         (cfengine-mode): Use it.  Fix \ syntax to be like /.
4463         * bindings.el (mode-line-buffer-identification-keymap):
4464         Move initialization into declaration.
4466 2006-09-10  Kim F. Storm  <storm@cua.dk>
4468         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
4469         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
4470         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
4471         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
4473 2006-09-10  Richard Stallman  <rms@gnu.org>
4475         * dired-aux.el: Handle errors in recursive copy usefully.
4476         (dired-create-files-failures): New variable.
4477         (dired-copy-file): Remove condition-case.
4478         (dired-copy-file-recursive): Check for errors on all file
4479         operations, and add them to dired-create-files-failures.
4480         Check file file-date-erorr here too.
4481         (dired-create-files): Check dired-create-files-failures
4482         and report those errors too.
4484         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
4486         * subr.el (add-to-list): New argument COMPARE-FN.
4488 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4490         * filecache.el (file-cache-add-directory)
4491         (file-cache-add-directory-list, file-cache-add-file)
4492         (file-cache-add-directory-using-find)
4493         (file-cache-add-directory-using-locate)
4494         (file-cache-add-directory-recursively): Add autoloads.
4496 2006-09-09  Richard Stallman  <rms@gnu.org>
4498         * textmodes/conf-mode.el (conf-space-mode):
4499         Use hack-local-variables-hook instead of calling hack-local-variables.
4500         (conf-space-keywords-override): New variable.
4501         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
4502         (conf-space-mode): Always make conf-space-keywords and
4503         conf-space-keywords-override local.
4504         Call conf-space-mode-internal directly as well as via hook.
4506 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
4508         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
4509         quasi-keywords.
4511 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4513         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
4514         (python-send-string): Be slightly more careful about adding \n.
4516         * startup.el (normal-splash-screen): Don't display the buffer if we'll
4517         kill it right away anyway.
4519 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
4521         * international/codepage.el (cp850-decode-table): Fix a few codes.
4522         (cp858-decode-table): New variable.
4524 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
4526         * net/ldap.el (ldap-search-internal): Doc fix.
4528 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4530         * play/life.el (life-display-generation): Test for input manually if
4531         `sleeptime' is negative or null.
4533         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
4534         (print-region-1): Substitute `%s' with the page title.
4536 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
4538         * locate.el (locate-current-search): New variable.
4539         (locate): Set buffer local value.  Use current buffer if it is
4540         in Locate mode.
4541         (locate-mode): Disable undo here.
4542         (locate-do-setup): Use locate-current-filter from buffer to be killed.
4543         (locate-update): Use locate-current-search and locate-current-filter.
4545 2006-09-08  David Kastrup  <dak@gnu.org>
4547         * desktop.el (desktop-read): When loading a desktop, disable
4548         saving it while the load progresses, and switch off a pending lazy
4549         load by calling `desktop-lazy-abort'.
4551 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
4553         * window.el (mouse-autoselect-window-timer)
4554         (mouse-autoselect-window-position)
4555         (mouse-autoselect-window-window)
4556         (mouse-autoselect-window-now): New vars.
4557         (mouse-autoselect-window-cancel)
4558         (mouse-autoselect-window-select)
4559         (mouse-autoselect-window-start): New functions.
4560         (handle-select-window): Call `mouse-autoselect-window-start' when
4561         delayed window autoselection is enabled.
4563         * cus-start.el (mouse-autoselect-window): Handle delayed window
4564         autoselection.
4566         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
4567         commands after which it is allowed to print in the echo area.
4569 2006-09-08  Richard Stallman  <rms@gnu.org>
4571         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
4573         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
4574         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
4576         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
4577         (cancel-timer-internal): Add doc string.
4578         (cancel-function-timers): Doc fix.
4579         (with-timeout-handler, timer-event-last*): Add doc strings.
4581         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
4583         * files.el (risky-local-variable-p): Match ...-bindat-spec.
4585         * dired.el (dired-log-summary): Add doc string.
4587         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
4588         (custom-group-menu-create): Not here.
4590 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
4592         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
4594 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4596         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
4597         (mac-apple-event-map): Define its handler.
4599 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
4601         * net/ldap.el (ldap-search-internal): Handle `auth' key.
4603 2006-09-07  Magnus Henoch  <mange@freemail.hu>
4605         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
4606         clause.
4608 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4610         * info.el (Info-index): Bind completion-ignore-case.
4612 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4614         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
4615         previous commit.
4616         (inferior-prolog-guess-flavor): New fun left out of previous commit.
4617         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
4618         burp in dedicated windows.
4619         (inferior-prolog-self-insert-command): New command.
4620         (inferior-prolog-mode-map): Use it.
4622 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4624         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
4626         * international/code-pages.el: Add cp858.
4628 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4630         * dnd.el: Fix bootstrapping.
4632 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4634         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
4635         (dnd-open-remote-url): New function.
4636         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
4637         not windows-nt.
4639 2006-09-07  Jason Rumney  <jasonr@gnu.org>
4641         * dnd.el (dnd-open-remote-file-function): New variable.
4642         (dnd-open-unc-file): New function.
4643         (dnd-open-file): Call dnd-open-remote-file-function if set.
4645 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4647         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
4648         pgg-passphrase-coding-system rather than locale-coding-system.
4649         * pgg-def.el (pgg-passphrase-coding-system): New user option.
4651 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4653         * progmodes/prolog.el: Remove * in docstrings.
4654         (prolog-program-name): Add SWI prolog.
4655         (prolog-mode-menu): New menu.
4656         (prolog-mode): Set comment-add.
4657         (prolog-indent-line): Simplify.  Use indent-line-to.
4658         (inferior-prolog-buffer): New var.
4659         (inferior-prolog-run, inferior-prolog-process): New funs.
4660         (run-prolog, switch-to-prolog): Rewrite, using them.
4661         (prolog-consult-region): Use inferior-prolog-buffer.
4662         (inferior-prolog-load-file): New function.
4663         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
4665         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
4666         last word, if it's not the end of the paragraph.
4668         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
4669         file name.
4671 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
4673         * frame.el (display-mm-dimensions-alist): New defcustom.
4674         (display-mm-height, display-mm-width): Use it.
4676 2006-09-06  Simon Josefsson  <jas@extundo.com>
4678         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
4680 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
4682         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
4683         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
4684         string values.
4686 2006-09-06  Kim F. Storm  <storm@cua.dk>
4688         * simple.el (line-move-partial): New function to do vscrolling for
4689         partially visible images / tall lines.  Rewrite based on code
4690         previously in line-move.  Simplify backwards vscrolling.
4691         (line-move): Use it.  Simplify.
4693 2006-09-05  Kim F. Storm  <storm@cua.dk>
4695         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
4697 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
4699         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4700         Process the `gcc-include' after the `gnu' rule.
4702 2006-09-05  Kim F. Storm  <storm@cua.dk>
4704         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
4706 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4708         * pgg.el (pgg-clear-string): Alias to clear-string for backward
4709         compatibility.
4711         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
4712         inhibit-redisplay; encode passphrase with locale-coding-system.
4714 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
4716         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
4718 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
4720         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
4721         (gdb-var-list-children-regexp): Make type field optional.
4723         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
4724         e.g public, protected in C++.
4726 2006-09-04  John Paul Wallington  <jpw@pobox.com>
4728         * simple.el (completion-show-help): New defcustom.
4729         (completion-setup-function): Heed it.
4731 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
4733         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
4735 2006-09-04  Richard Stallman  <rms@gnu.org>
4737         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
4738         (rsf-min-region-to-spam-list): Doc fix.
4739         (rsf-add-content-type-field): Doc fix.
4741         * simple.el (kill-region): Explicitly test there is a region.
4743 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4745         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
4746         sendmail in several common directories.
4748         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
4750         * paths.el (sendmail-program): Removed.
4752 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
4754         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
4755         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
4756         http://article.gmane.org/gmane.emacs.gnus.general/50457
4758 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
4760         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
4761         mark after running the menu filter.
4763 2006-09-03  Juri Linkov  <juri@jurta.org>
4765         * international/quail.el (quail-defrule-internal): Add a check
4766         if a key is a vector.
4768 2006-09-02  Juri Linkov  <juri@jurta.org>
4770         * man.el (Man-topic-history): New variable.
4771         (man): Use it.
4773         * woman.el (woman-topic-history): Change defvar to defvaralias
4774         for symbol `Man-topic-history'.
4776         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
4777         `comint-last-output-start' is a marker by using `markerp' and
4778         check if it has a position by using `marker-position', and use
4779         this position for `goto-char'.
4781         * international/quail.el (quail-defrule-internal): Add missing
4782         `error' call for null key.
4784 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
4786         * rcirc.el (rcirc-keywords): New variable.
4787         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
4788         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
4789         variables.
4790         (rcirc-responses-no-activity): New function.
4791         (rcirc-handler-generic): Check for responses in above.
4792         (rcirc-process-command): Add ?: character to arguments of raw
4793         server commands.
4794         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
4795         `rcirc-dim-nicks'.
4796         (rcirc-gray-toggle): Remove unused variable.
4797         (rcirc-print): Remove some tracking logic, which is moved into
4798         markup functions.
4799         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
4800         types.
4801         (rcirc-activity-string): Look for 'keyword in activity-types.
4802         (rcirc-window-configuration-change): Don't erase overlay-arrow
4803         unnecessarily.
4804         (rcirc-add-or-remove): New function.
4805         (rcirc-cmd-ignore): Use it.
4806         (rcirc-message-leader): Remove unused function.
4807         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
4808         (rcirc-add-face): New function.
4809         (rcirc-facify): Use rcirc-add-face.
4810         (rcirc-url-regexp): Add parens.
4811         (rcirc-map-regexp): Remove function.
4812         (rcirc-mangle-regexp): Remove function.
4813         (rcirc-markup-text-functions): New variable.
4814         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
4815         (rcirc-markup-body-text, rcirc-markup-attributes)
4816         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
4817         (rcirc-markup-bright-nicks): New markup handler functions.
4818         (rcirc-nick-in-message-full-line): New face.
4819         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
4820         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
4822 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
4824         * cus-start.el (hscroll-margin, hscroll-step)
4825         (mode-line-in-non-selected-windows, mouse-autoselect-window)
4826         (x-use-underline-position-properties): Change version to "22.1"
4827         since they will appear there for the first time.
4829 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
4831         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
4833 2006-08-31  Richard Stallman  <rms@gnu.org>
4835         * cus-edit.el (custom-save-variables): Slight cleanup.
4836         (Custom-no-edit): Renamed from custom-no-edit.
4837         (Custom-newline): Renamed from custom-newline.
4838         (custom-mode-map): Use new names.
4840         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
4841         about customization, rather than M-x customize, in the doc string
4842         made for the defcustom.
4844         * emacs-lisp/trace.el (trace-function-background): Doc fix.
4846 2006-08-31  Romain Francoise  <romain@orebokech.com>
4848         * dired-x.el (dired-guess-shell-alist-default): Update.
4850 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
4852         * custom.el (custom-theme-set-variables): Autoload packages before
4853         sorting the variables.
4855 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
4857         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
4858         chars if XEmacs.
4859         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
4861 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4863         * progmodes/python.el (python-eldoc-function): Re-enable quit while
4864         waiting for process.
4866 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4868         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
4869         results in ASCII-only string, encode original one directly.
4871 2006-08-29  Romain Francoise  <romain@orebokech.com>
4873         * startup.el (normal-splash-screen, fancy-splash-screens):
4874         Make buffer read-only and arrange to enter view mode if necessary.
4876 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
4878         * hl-line.el (hl-line): New face.
4879         (hl-line-face): Use it.
4881         * image-mode.el (image-mode): Fix last fix.
4882         Suggested by Kim F. Storm.
4884 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
4886         Sync with Tramp 2.0.54.
4888         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
4889         of `=', because `tramp-get-remote-gid' might not always return an
4890         integer when expected.
4891         (tramp-register-file-name-handlers): `partial-completion-mode' is
4892         unknown to XEmacs.
4893         (tramp-time-diff): Don't use `floor', it might fail for large
4894         differences.
4895         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
4896         `tramp-auto-save-directory' if unset in order to guarantee unique
4897         auto-save file names.
4899 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
4901         * image-mode.el (image-mode): Display image as text on a terminal.
4903 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4905         * progmodes/python.el (python-send-command): Simplify.
4906         (run-python): Don't generate a new buffer unless `new' was specified.
4907         Make sure we send `import emacs' to the proper process.
4909         * progmodes/python.el (python-send-command): Don't wait for the command
4910         to terminate.  Don't fiddle with compilation-parsing-end.
4912 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
4914         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4915         Insert commentary after first line summary.
4917         * woman.el (woman-follow): New function, based on `man-follow'.
4918         (woman-mode-map): Use it.
4920         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
4921         since ibuffer-do-sort-by-recency does not define a sorter.
4923 2006-08-28  Kim F. Storm  <storm@cua.dk>
4925         * find-dired.el (find-dired): Use shell-quote-argument to properly
4926         escape ( and ) args.  Also use it on {} and ; args in default
4927         value of find-ls-option string.
4928         (find-grep-dired): Use shell-quote-argument on {} and ; args.
4930 2006-08-27  Michael Olson  <mwolson@gnu.org>
4932         * emacs-lisp/tq.el: Small grammar fix in comments.
4933         (tq-enqueue): Check for existence of queue rather than the
4934         head queue item's question, which was a no-op.
4935         (tq-filter, tq-process-buffer): Make sure the process buffer
4936         exists before making it the current buffer.
4938 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4940         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
4941         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
4942         (special-event-map): Apply 2006-08-16 change for x-win.el.
4944 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4946         * progmodes/python.el (python-send-receive): Wait in the
4947         process's buffer so as to check the right buffer-local variables.
4949 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4951         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
4952         (defgroup checkdoc): Move to beginning.
4954         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
4955         (python-preoutput-continuation): Remove.
4956         (python-preoutput-filter): Simplify correspondingly.
4957         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
4958         Loop around to catch embedded _emacs_out output.
4959         (run-python): Send the import&print command on a single line.
4960         (python-send-command): Send command&print on a single line.
4961         (python-send-string): Only add double \n if needed.
4962         (python-send-receive): Loop until the result comes.
4963         (python-mode-running): Defvar it.
4964         (python-setup-brm): Remove unused var `menu'.
4965         Only bind py-mode-map and `features' around brm-init.
4966         (python-calculate-indentation): Remove unused var `point'.
4967         (python-beginning-of-defun): Remove unused var `def-line'.
4969 2006-08-25  Richard Stallman  <rms@gnu.org>
4971         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
4973 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
4975         * viper.el (viper-set-hooks): Use frame bindings for
4976         viper-vi-state-cursor-color.
4977         (viper-non-hook-settings): Don't set default
4978         mode-line-buffer-identification.
4980         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
4981         (viper-set-cursor-color-according-to-state)
4982         (viper-get-saved-cursor-color-in-replace-mode)
4983         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
4984         viper-emacs-state-cursor-color.
4986         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
4987         (viper-undo): Use point if undo-beg-posn is nil.
4988         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
4989         (viper-after-change-undo-hook): Don't use
4990         viper-emacs-state-cursor-color by default.
4991         (viper-undo): More sensible positioning after undo.
4993         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
4994         (viper-emacs-state-cursor-color): Default to nil, since this feature
4995         doesn't work well yet.
4997         * ediff-mult.el (ediff-intersect-directories)
4998         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
4999         always expand filenames.
5001 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5003         * tumme.el: Remove * in defcustoms's docstrings.
5005 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
5007         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
5008         Accept internal time format for SECS arg.
5009         (timer-relative-time): Doc fix.
5011         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
5012         adapted from Martin Rudalics.
5013         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
5014         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
5015         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
5016         using sit-for.
5018 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
5020         * cus-start.el (all): Add `overline-margin' and
5021         `x-underline-at-descent-line'.
5023 2006-08-24  Kim F. Storm  <storm@cua.dk>
5025         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
5026         to mean "use find -exec"; nil now unambiguously means auto-detect.
5027         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
5028         Use shell-quote-argument to build grep-find-command and
5029         grep-find-template.
5030         (rgrep): Use shell-quote-argument to properly quote arguments to find.
5031         Reported by Tom Seddon.
5033 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
5035         * startup.el (fancy-splash-head): Give instructions for dismissing
5036         the splash screen for default startup too.
5037         (display-startup-echo-area-message, fancy-splash-screens)
5038         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
5039         all splash text at once and keep the splash buffer around.
5040         (command-line-1): Give display-startup-echo-area-message a t arg.
5042 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
5044         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
5045         gnus frame is selected.
5047 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
5049         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
5051 2006-08-22  Kim F. Storm  <storm@cua.dk>
5053         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
5054         Add suffix matching for subdirs.
5056 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
5058         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
5059         mouse-yank-at-point is non-nil.
5061 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
5063         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
5064         a bit wider and remove fringes to fit initial output on line.
5066 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5068         * frame.el (blink-cursor-end): Only ignore the error we care about.
5069         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
5071 2006-08-21  Richard Stallman  <rms@gnu.org>
5073         * whitespace.el (whitespace-cleanup): Doc fix.
5075 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
5077         * net/rcirc.el (rcirc-show-maximum-output): New var.
5078         (rcirc-buffer-process): If no buffer argument is supplied, use
5079         current-buffer.
5080         (rcirc-complete-nick): Complete to the last completed nick first.
5081         (rcirc-mode): Preserve the value of `rcirc-urls' across
5082         connections.  Setup scroll function.
5083         (rcirc-scroll-to-bottom): New function.
5084         (rcirc-print): Use nick syntax around regexp work.
5085         Notice dim-nicks speaking only if they say our nick.
5086         (rcirc-update-activity-string): Do not show the modeline indicator
5087         if there are no live rcirc processes.
5088         (rcirc-cmd-ignore): Ignore case.
5089         (rcirc-browse-url-at-point): Fix off-by-one error.
5091 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5093         * progmodes/python.el: Remove * in defcustom docstrings.
5094         (run-python, python-proc, python-try-complete): Use derived-mode-p.
5095         (python-mode): Set tab-width and indent-tabs-mode.
5097 2006-08-20  Dave Love  <fx@gnu.org>
5099         * progmodes/python.el: Update to Dave Love's latest version.
5100         (python-font-lock-keywords, python-mode): Don't use
5101         font-lock-syntax-table, but match symbol elements explicitly instead.
5102         (python-mode-map): Add help, and a few more key bindings.
5103         (python-skip-comments/blanks): Move out of comments as well.
5104         (python-continuation-line-p): Behave better with unbalanced parens.
5105         (python-blank-line-p): New fun.
5106         (python-open-block-statement-p): Don't use a heuristic.
5107         (python-outdent-p): Better handle blocks-in-the-same-line.
5108         (python-calculate-indentation): Misc improvements.
5109         (python-comment-indent): Remove.
5110         (python-block-pairs): New var.
5111         (python-first-word): New fun.
5112         (python-indentation-levels): Handle more common cases.
5113         (python-indent-line-1): Add `leave' argument.
5114         (python-indent-region): New fun.
5115         (python-skip-out): New fun.
5116         (python-beginning-of-statement, python-end-of-statement): Use it.
5117         (python-next-statement): Return correct count even at eob.
5118         (python-end-of-block): Fix paren-typo.
5119         (python-imenu-create-index): Add module variables.
5120         (run-python): Add `new' arg.
5121         Check we're at a prompt before returning.
5122         (python-send-command): Move to end of buffer.
5123         Wait for prompt to return.
5124         (python-set-proc): New fun.
5125         (python-imports): New var.
5126         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
5127         (python-eldoc-function): Try to move out of arg list.
5128         (python-outline-level): Offset by 1.
5129         (python-find-imports): New fun.
5130         (python-symbol-completions): Use python-imports.
5131         (python-module-path, ffap-alist): Add support for ffap.
5132         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
5133         (python-insert-*, python-default-template, python-expand-template):
5134         Add templates/skeletons.
5135         (python-setup-brm): Support for Bicycle Repair Man.
5136         (python-abbrev-syntax-table): New var.
5137         (python-abbrev-pc-hook, python-pea-hook): New funs.
5139 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
5141         * frame.el (blink-cursor-start): Set timer first.
5142         (blink-cursor-end): Ignore timer cancelling errors.
5143         Suggested by Ken Manheimer.
5145 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
5147         * newcomment.el (comment-box): Call `comment-normalize-vars'.
5148         Add autoload cookie.
5150 2006-08-20  Richard Stallman  <rms@gnu.org>
5152         * simple.el (line-number-at-pos): Doc fix.
5154         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
5155         timer-activate-when-idle, so timer can run before Emacs becomes
5156         non-idle again.
5158 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
5160         * whitespace.el (whitespace-cleanup-internal): New optional arg
5161         REGION-ONLY.  If it's non-nil, modify the message to the user
5162         accordingly.
5163         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
5164         a non-nil argument.
5166 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
5168         * rect.el (spaces-string): Simplify and add doc string.
5170 2006-08-17  Romain Francoise  <romain@orebokech.com>
5172         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
5174 2006-08-17  Richard Stallman  <rms@gnu.org>
5176         * compare-w.el (compare-windows): lambda's take an arg and pass
5177         it to compare-windows-skip-whitespace.
5179 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
5181         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
5182         the right buffer.
5184 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5186         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
5187         removed files.
5189 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
5191         * progmodes/gdb-ui.el (gdb-locals-watch-map)
5192         (gdb-locals-watch-map-1): Suppress keymap first.
5193         (gdb-edit-locals-map-1): New variable.
5194         (gdb-edit-locals-value): New function.
5195         (gdb-stack-list-locals-handler): Use them.
5197 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5199         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
5200         cursor would normally be drawn in the fringe.
5202         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
5203         Reported by Martin Rudalics <rudalics@gmx.at>.
5205 2006-08-16  Richard Stallman  <rms@gnu.org>
5207         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
5208         (special-event-map): Process drag-n-drop events this way.
5210         * simple.el (move-beginning-of-line): Test whether fields
5211         would prevent motion back to line's first visible character.
5212         If so, stop where the fields would stop the motion.
5214         * newcomment.el (comment-indent): Fully update INDENT
5215         before checking to see if it will change the text.
5217         * cus-edit.el (custom-newline): New function.
5218         (custom-mode-map): Bind newline to custom-newline.
5220         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
5221         into ignore-whitespace.
5222         Check each buffer for its skip-function.
5223         Handle compare-windows-skip-whitespace special-case test
5224         by returning t from default skip function.
5226 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
5228         * textmodes/org.el (org-clock-special-range)
5229         (org-clock-update-time-maybe): New functions.
5230         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
5231         not only a-z.
5232         (org-agenda-get-blocks): Allow multiple blocks per headline.
5233         (org-timestamp-change): Call `org-clock-update-time-maybe'.
5234         (org-export-html-title-format)
5235         (org-export-html-toplevel-hlevel): New options.
5236         (org-export-language-setup): Add support for Czech.
5237         (org-mode, org-insert-todo-heading, org-find-visible)
5238         (org-find-invisible, org-invisible-p, org-invisible-p2)
5239         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
5240         (org-show-subtree, org-show-entry, org-make-options-regexp):
5241         Remove compatibility support for old outline-mode.
5242         (org-check-occur-regexp): Funtion removed.
5243         (org-on-heading-p, org-back-to-heading): Made defalias.
5244         (org-set-local): New defsubst.
5245         (org-set-regexps-and-options, org-mode)
5246         (org-set-font-lock-defaults, org-edit-agenda-file-list)
5247         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
5248         (org-remember-apply-template, org-table-edit-field)
5249         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
5250         (org-set-autofill-regexps): Use `org-set-local'.
5251         (org-table-eval-formula): Fix bug with parsing of display flags.
5253 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
5255         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
5256         frame with fringe arrow.  Suggested by Simon Marshall
5257         <simon.marshall@misys.com>.
5258         (gdb-stack-position): New variable.
5259         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
5260         (gdb-frames-mode): Set gdb-stack-position to nil.
5261         Add to overlay-arrow-variable-list
5262         (gdb-reset): Delete gdb-stack-position from above list.
5264 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5266         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
5267         read only.
5269 2006-08-13  Romain Francoise  <romain@orebokech.com>
5271         * cus-theme.el (customize-create-theme)
5272         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
5274         * filesets.el (filesets-add-buffer): Ditto.
5276         * pcvs.el (cvs-change-cvsroot): Ditto.
5278 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
5280         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
5281         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
5282         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
5283         expressions.
5284         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
5285         Only search till end of line.
5286         Add face to function names in case of no filename.
5287         Add face to variable names of watchpoints.
5289 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
5291         * cus-start.el <indent-tabs-mode>: Move to the `indent'
5292         customization group.
5294 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
5296         * allout.el (allout-prior-bindings, allout-added-bindings):
5297         Remove, after long deprecation.
5298         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
5299         Add customization vars controlling allout-beginning-of-line and
5300         allout-end-of-line conveniences.
5301         (allout-header-prefix, allout-use-mode-specific-leader)
5302         (allout-use-mode-specific-leader, allout-mode-leaders):
5303         Revise docstrings.
5304         (allout-infer-header-lead): Change to be an alias for
5305         allout-infer-header-lead-and-primary-bullet.
5306         (allout-infer-header-lead-and-primary-bullet): New version of
5307         allout-infer-header-lead which assigns the primary bullet to the
5308         same as the header lead, when its being changed.
5309         (allout-infer-body-reindent): Apply regexp-quote instead of
5310         unconditionally prepending "\\", so that all literal
5311         allout-header-prefix and allout-primary-bullet strings are
5312         properly handled.
5313         (allout-add-resumptions): Add optional qualifier for extending or
5314         appending to existing values, rather than replacing them.
5315         (allout-view-change-hook): Clarify docstring.
5316         (allout-exposure-change-hook): Take explicit arguments, via
5317         run-hook-with-args.
5318         (allout-structure-added-hook)
5319         (allout-structure-deleted-hook)
5320         (allout-structure-shifted-hook): New hooks analogous to
5321         allout-exposure-change-hook for other kinds of structural outline
5322         edits.
5323         (allout-encryption-plaintext-sanitization-regexps): New encryption
5324         customization variable, by which cooperating modes can provde
5325         massage of the plaintext without actually being passed it.
5326         (allout-encryption-ciphertext-rejection-regexps)
5327         (allout-encryption-ciphertext-rejection-ceiling): New encryption
5328         customization variables, by which cooperating modes can prohibit
5329         rare but possible ciphertext patterns from fouling their
5330         operation, with actually being passed the ciphertext.
5331         (allout-mode): Run activation and deactivation hooks after the
5332         minor-mode variable has been toggled, to clarify the mode
5333         disposition.  The new encryption ciphertext rejection variable is
5334         used to ensure that the ciphertext does not contain text that
5335         would be recognized as outline structural elements by allout.
5336         Substite allout-beginning-of-line and allout-end-of-line for
5337         conventionall beginning-of-line and end-of-line bindings.
5338         If allout-old-style-prefixes is non-nil, don't nullify it on mode
5339         activation!
5340         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
5341         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
5342         (allout-chart-subtree): Implement new mode, charting only the
5343         visible items in the subtree, when new 'visible' parameter is non-nil.
5344         (allout-end-of-subtree): Properly handle the last item in the buffer.
5345         (allout-pre-command-business, allout-command-counter):
5346         Increment an advertised counter so that cooperating enhancements can
5347         track revisions of items.
5348         (allout-open-topic): Run allout-structure-added-hook with suitable
5349         arguments.
5350         (allout-shift-in): Run allout-structure-shifted-hook with suitable
5351         arguments.
5352         (allout-shift-out): Fix doubling for negative args and ensure call
5353         of allout-structure-shifted-hook by solely using allout-shift-in.
5354         (allout-kill-line, allout-kill-topic):
5355         Run allout-structure-deleted-hook with suitable arguments.
5356         (allout-yank-processing): Run allout-structure-added-hook with
5357         proper arguments.
5358         (allout-yank): Enclose activity in allout-unprotected.
5359         (allout-flag-region): Run allout-exposure-change-hook with
5360         suitable arguments, instead of making the callee infer the arguments.
5361         (allout-encrypt-string):
5362         Support allout-encryption-plaintext-sanitization-regexps,
5363         allout-encryption-ciphertext-rejection-regexps, and
5364         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
5365         en/de cryption mode in symmetric encryption failure message.
5366         (allout-obtain-passphrase): Use copy-sequence to get a distinct
5367         copy of the passphrase, and don't zero it or we'll corrupt the
5368         stashed copy.
5369         (allout-create-encryption-passphrase-verifier)
5370         (allout-verify-passphrase): Respect the new signature for
5371         allout-encrypt-string.
5372         (allout-get-configvar-values): Convenience for getting a
5373         configuration variable value and handling its absence gracefully.
5375 2006-08-11  Romain Francoise  <romain@orebokech.com>
5377         * obsolete/zone-mode.el: Delete.
5379 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5381         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
5383 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
5385         * emacs-lisp/bindat.el (bindat-ip-to-string):
5386         Use `format-network-address' if possible.
5388 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5390         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
5392 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
5394         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
5395         restore unread-command-events here.
5396         (edebug-display): Do it here, to detect sit-for interruptions.
5398 2006-08-10  Romain Francoise  <romain@orebokech.com>
5400         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
5401         (dns-mode-soa-auto-increment-serial): New user option.
5402         (dns-mode-soa-maybe-increment-serial): New function.
5403         (dns-mode): Add the latter to `write-contents-functions'.
5405         * obsolete/zone-mode.el: Move to obsolete/ from net/.
5406         Delete autoload cookies.
5408 2006-08-10  John Wiegley  <johnw@newartisans.com>
5410         * eshell/em-glob.el (eshell-glob-chars-list)
5411         (eshell-glob-translate-alist): Add support for [^g] in character globs.
5413 2006-08-10  Richard Stallman  <rms@gnu.org>
5415         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
5416         (facemenu-set-face): Doc fix.
5417         (facemenu-listed-faces): Doc fix.
5419 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
5421         * avoid.el (mouse-avoidance-animating-pointer): New var.
5422         (mouse-avoidance-nudge-mouse): Use it.
5423         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
5424         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
5425         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
5426         Don't activate if currently animating.  All callers changed.
5428 2006-08-09  John Wiegley  <johnw@newartisans.com>
5430         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
5431         variable, which causes timeclock to report elapsed time worked,
5432         instead of just work remaining.
5434 2006-08-09  Kenichi Handa  <handa@m17n.org>
5436         * international/latexenc.el (latexenc-find-file-coding-system):
5437         Fix for the case that the 2nd element of arg-list is a cons.
5439 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
5441         * info.el (Info-fontify-node): Handle preceding `in' for note
5442         reference hiding rules.
5444 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5446         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
5447         mistake a closing " for an opening one.
5449 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
5451         * term/xterm.el (terminal-init-xterm): Add more key bindings.
5453 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5455         * complete.el (PC-do-completion): Filter out completions matching
5456         completion-ignored-extensions before checking whether there are
5457         multiple completions.
5458         Don't use `list' unnecessarily when building completion tables.
5460 2006-08-06  Richard Stallman  <rms@gnu.org>
5462         * help.el (describe-mode): Make minor mode list more concise.
5464 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
5466         * bindings.el: Give mode-line-format, mode-line-modes, and
5467         mode-line-position `standard-value' properties.
5469 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
5471         * buff-menu.el (list-buffers-noselect): For Info buffers, use
5472         "(file)node" instead of the file name.
5474 2006-08-05  Richard Stallman  <rms@gnu.org>
5476         * faces.el (escape-glyph): Doc fix.
5478 2006-08-04  Kenichi Handa  <handa@m17n.org>
5480         * international/mule-diag.el (describe-font): Improve docstring
5481         and error message.  Use frame-parameter (not frame-parameters).
5483 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5485         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
5486         Correctly mark the end-of-docstring char.
5488 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
5490         * simple.el (line-move-to-column): Constrain move-to-column to
5491         current field.
5493 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5495         * font-lock.el (font-lock-beg, font-lock-end)
5496         (font-lock-extend-region-functions): New vars.
5497         (font-lock-extend-region-multiline)
5498         (font-lock-extend-region-wholelines): New functions.
5499         (font-lock-default-fontify-region): Use them.
5500         (font-lock-extend-jit-lock-region-after-change): Only round up
5501         if font-lock-default-fontify-region will do it as well.
5503         * font-lock.el (font-lock-extend-after-change-region-function):
5504         Rename from font-lock-extend-region-function.
5505         (font-lock-extend-region): Remove by inlining at call sites.
5506         (font-lock-after-change-function): Don't needlessly round up to a whole
5507         number of lines.
5508         (font-lock-extend-jit-lock-region-after-change): Be more careful about
5509         the boundary conditions and the interactions between the various ways
5510         to extend the region.
5512 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5514         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
5515         modification status when forcing the second redisplay.
5517 2006-08-03  Kim F. Storm  <storm@cua.dk>
5519         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
5521 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5523         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
5524         doesn't look like a file name.
5526         * complete.el (PC-expand-many-files): Avoid signalling an error when
5527         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
5529 2006-08-02  Andreas Schwab  <schwab@suse.de>
5531         * bindings.el (mode-line-format): Simplify reference to vc-mode.
5533 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
5535         * bindings.el (map): Make mode-line-buffer-identification-keymap
5536         before defining propertized-buffer-identification.
5538 2006-08-01  Richard Stallman  <rms@gnu.org>
5540         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
5542 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
5544         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
5545         default value.
5546         (gdb-find-source-frame): New function.
5547         (menu): Add to menu bar.
5549 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5551         * font-core.el (font-lock-extend-region-function)
5552         (font-lock-extend-region): Move to font-lock.el.
5554         * font-lock.el (font-lock-extend-region-function)
5555         (font-lock-extend-region): Move from font-core.el.  Simplify.
5557         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
5558         if needed.
5559         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
5560         (jit-lock-after-change-extend-region-functions): New hook.
5561         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
5563         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
5564         (font-lock-turn-on-thing-lock): Use it.
5566         * longlines.el (longlines-show-region): Make it work on read-only
5567         buffers as well.
5569 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
5571         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
5573 2006-07-31  Richard Stallman  <rms@gnu.org>
5575         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
5576         (vhdl-speedbar-display-projects): Update old obsolete
5577         speedbar variable names.
5579 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
5581         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
5582         (gdb-stopped): Use it.
5584         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
5586 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
5588         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
5589         for load-history elements.
5591 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
5593         * files.el (convert-standard-filename): For Cygwin, replace
5594         characters not allowed in Windows file names.
5595         (make-auto-save-file-name): Add Cygwin to the list of systems
5596         where the auto-save file name needs to be run through
5597         convert-standard-filename.
5599 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5601         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
5603 2006-07-28  Richard Stallman  <rms@gnu.org>
5605         * bindings.el (mode-line-frame-identification)
5606         (propertized-buffer-identification): Centralize the code
5607         to initialize the variable.
5609         * progmodes/grep.el (grep-default-command): Catch errors from
5610         wildcard-to-regexp.
5612 2006-07-29  Kim F. Storm  <storm@cua.dk>
5614         * progmodes/grep.el (grep-tag-default): New function.
5615         (grep-default-command, grep-read-regexp): Use it.
5616         (grep-read-files): Use car of grep-files-history or grep-files-aliases
5617         as default if nothing else applies.
5619 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
5621         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
5622         Throw error if buffer is not in Dired and Wdired mode, respectively.
5624 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
5626         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
5627         self-insert-command keys don't activate buttons.
5628         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
5630 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
5632         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
5633         faces for enable character.
5635 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
5637         * Makefile.in (recompile): Update comment to reflect change
5638         on 2004-04-21.
5640 2006-07-27  Richard Stallman  <rms@gnu.org>
5642         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
5643         (customize-package-emacs-version): Change msg when pkg has no entry.
5644         (custom-no-edit): On a button, do like widget-button-press.
5646 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5648         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
5649         S-tab and C-S-tab.
5651 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
5653         * progmodes/which-func.el (which-function): Fix documentation/
5654         comment typo.
5656 2006-07-26  Richard Stallman  <rms@gnu.org>
5658         * textmodes/ispell.el (ispell-word): If we replace the word,
5659         move point to the end.  Insert before deleting.
5661 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
5663         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
5664         a timer.
5666 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
5668         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
5669         when at first image.
5670         (tumme-forward-image): Add prefix argument.  Add error when at last
5671         image.
5673 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5675         * tabify.el (tabify-regexp): Use more specific regexps.
5676         (tabify): Avoid modifying the buffer unnecessarily.
5678 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
5680         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
5681         (tumme-format-properties-string): Handle empty `buf'.
5682         (tumme-get-comment): Change variable names inside `let'.
5683         Add missing `let' variable that cause font-lock problems.
5684         (tumme-write-comments): Change variable names inside `let'.
5685         Add missing `let' variable that cause font-lock problems.
5686         (tumme-forward-image): Rename from `tumme-forward-char'.
5687         (tumme-backward-image): Rename from `tumme-backward-char'.
5689 2006-07-25  Masatake YAMATO  <jet@gyve.org>
5691         * progmodes/ld-script.el (ld-script-keywords)
5692         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
5693         and add comments.
5695 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
5697         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5698         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
5699         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
5700         for status indicator.
5702 2006-07-24  Richard Stallman  <rms@gnu.org>
5704         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
5706         * subr.el (dolist, dotimes): Use interned symbols for locals.
5707         (--dotimes-limit--, --dolist-tail--): New defvars.
5708         (looking-back): Doc fix.
5710         * replace.el (replace-match-string-symbols): Handle dotted lists.
5712 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
5714         * tumme.el (tumme-write-tags): Add.
5715         (tumme-write-comments): Add.
5716         (tumme-tag-files): Change to use `tumme-write-tags'.
5717         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
5718         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
5719         (tumme-save-information-from-widgets): Change to use
5720         `tumme-write-comments' and `tumme-write-tags'.
5721         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
5722         (tumme-write-tag): Remove.
5723         (tumme-write-comment): Remove.
5724         (tumme-display-previous-thumbnail-original): Remove empty line.
5725         (tumme-widget-list): Add punctuation.
5727 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
5729         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
5731 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5733         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5734         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
5735         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
5737 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
5739         * mouse.el (mouse-on-link-p): Doc fix.
5741 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
5743         * emacs-lisp/find-func.el (find-function-search-for-symbol):
5744         Handle "C-h f `".
5746 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5748         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
5749         column.
5751 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
5753         * textmodes/table.el: Add move-beginning-of-line and
5754         move-end-of-line to Point Motion Only Group.
5756 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5758         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
5760 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5762         * startup.el (user-mail-address): Initialize from the `EMAIL'
5763         environment variable first.  Document this.
5764         (command-line): Ditto.
5766 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
5768         * help-mode.el (help-function-def, help-variable-def)
5769         (help-face-def): Print a message in the minibuffer.
5771 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5773         * term/xterm.el (terminal-init-xterm): Fix key bindings
5774         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
5776 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5778         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
5779         where `(nth 1 command)' is a cons cell.  Doc fix.
5781         * textmodes/po.el (po-find-charset): Doc fix.
5783 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
5785         * allout.el (allout-unprotected, allout-e-o-prefix-p)
5786         (allout-beginning-of-current-line, allout-end-of-current-line)
5787         (allout-next-visible-heading, allout-open-topic)
5788         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
5789         (allout-flag-current-subtree, allout-show-to-offshoot)
5790         (allout-hide-current-entry, allout-show-current-branches)
5791         (allout-hide-region-body, allout-old-expose-topic)
5792         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
5793         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
5794         containing `beginning-of-line' and `end-of-line' with
5795         `inhibit-field-text-motion' t.
5797 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5799         * frame.el (focus-follows-mouse): Document that it doesn't have
5800         any effect on MS-Windows.
5802 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5804         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
5806 2006-07-20  Jay Belanger  <belanger@truman.edu>
5808         * calc.el (calc-previous-alg-entry): Remove variable.
5810         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
5811         New variables.
5812         (calc-alg-entry): Use `calc-alg-entry-history'.
5813         (calc-do-quick-calc): Use `calc-quick-calc-history'.
5814         Remove reference to `calc-previous-alg-entry'.
5815         (calcAlg-edit, calcAlg-enter): Remove reference to
5816         `calc-previous-alg-entry'.
5817         (calcAlg-previous): Use `previous-history-element' instead of
5818         `calc-previous-alg-entry'.
5819         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
5820         Change keybinding for `calcAlg-plus-minus', add keybindings for
5821         `previous-history-element' and `next-history-element'.
5823         * calc-rewr.el (calc-match): Remove reference to
5824         `calc-previous-alg-entry'.
5826         * calc-sel.el (calc-selection-history): New variable.
5827         (calc-enter-selection, calc-sel-mult-both-sides)
5828         (calc-sel-add-both-sides): Use `calc-selection-history'.
5830         * calc-map.el (calc-get-operator-history): New variable.
5831         (calc-get-operator): Use `calc-get-operator-history'.
5833         * calcalg3.el (calc-curve-fit-history): New variable.
5834         (calc-curve-fit): Use `calc-curve-fit-history'.
5836 2006-07-20  Kenichi Handa  <handa@m17n.org>
5838         * international/mule-cmds.el (select-safe-coding-system): Fix the
5839         way of deciding eol-type of the coding system.
5841 2006-07-20  Alan Mackenzie  <acm@muc.de>
5843         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
5844         (c-lang-setvar): New macro.
5845         (c-make-init-lang-vars-fun): Use the initialization forms in
5846         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
5847         (comment-start, comment-end, comment-start-skip): Change these from
5848         c-lang-defvar's to c-lang-setvar's.
5850         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
5851         which calls make-local-variable on the elements of
5852         c-emacs-variable-inits.
5853         (c-init-language-vars-for): Call this new macro.
5855 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5857         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5858         Try to rule out false positives due to time stamps.
5859         (compilation-mode-font-lock-keywords): Remove rules made redundant
5860         because of the above change.  Add `segmentation fault' to the known and
5861         highlighted compilation termination messages.
5863 2006-07-19  Kim F. Storm  <storm@cua.dk>
5865         * progmodes/grep.el (grep-find-ignored-directories):
5866         Add .svn and _darcs to list.
5868 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
5870         * dired.el (dired-mode-map): Add key binding `C-te' for
5871         `tumme-dired-edit-comment-and-tags'.
5873         * tumme.el (tumme-display-thumbnail-original-image): Make sure
5874         image display buffer is displayed before call to
5875         `tumme-display-image.
5876         (tumme-dired-display-image): Make sure image display buffer is
5877         displayed before call to `tumme-display-image.
5878         (tumme-mouse-display-image): Make sure image display buffer is
5879         displayed before call to `tumme-display-image.
5880         (tumme-widget-list): Add.
5881         (tumme-dired-edit-comment-and-tags): Add.
5882         (tumme-save-information-from-widgets): Add.
5884 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5886         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
5888 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5890         * progmodes/sh-script.el (sh-font-lock-keywords-1):
5891         Revert inadvertently installed patch hunk.
5893         * progmodes/compile.el (compilation-find-file): Handle the
5894         cases where the user selects a non-existent file.
5896 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5898         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
5900 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5902         * subr.el (sit-for): Just sleep-for if noninteractive.
5904 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5906         * emacs-lisp/autoload.el (make-autoload): Use new arg.
5908         * custom.el (custom-autoload): Add `noset' argument.
5909         (custom-push-theme): Don't autoload the variable, let callers do it.
5910         (custom-theme-set-variables): Autoload the variable if necessary.
5912         * cus-edit.el (custom-variable-state-set): If the variable was
5913         originally set outside custom, but to the same value as the default,
5914         consider it to be standard.
5916         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
5917         file *before* telling Emacs to add the autoloads, in case it fails.
5919         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
5920         Use `cond', push', and `dolist'.
5922 2006-07-17  Richard Stallman  <rms@gnu.org>
5924         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
5925         Add defvars to silence warnings.
5927 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5929         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5930         Don't highlight "Compiling file" messages as error.
5932         * dired-aux.el (dired-compress-file): Confirm again if gzipped
5933         file already exists.
5935 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
5937         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
5938         entry, don't assign to free var; simply return the extracted filename.
5939         (ff-treat-as-special): Incorporate common preamble from callers.
5940         (ff-other-file-name, ff-find-the-other-file):
5941         Update call to ff-treat-as-special.
5943         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
5945 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
5947         * tumme.el (tumme-get-comment): Fix bug.
5949 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5951         * files.el: Remove spurious * in docstrings.
5953 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
5955         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
5956         grammar.
5957         (allout-beginning-of-current-line): Beware beginning of buffer.
5958         Also, a comment is simplified.
5959         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
5960         when appropriate.  (This fix enables use for other than
5961         bullet-hotspot operation.)
5962         (allout-hide-current-subtree): While escalating to sibling-close,
5963         make sure to situate on a topic.
5965 2006-07-14  Kim F. Storm  <storm@cua.dk>
5967         * emulation/cua-base.el (cua-delete-selection)
5968         (cua-toggle-set-mark): New defcustoms.
5969         (cua-rectangle-modifier-key): Add `alt' modifier.
5970         (cua-replace-region): Don't delete if cua-delete-selection is nil.
5971         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
5972         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
5974         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
5976 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
5978         * allout.el: Require 'cl during byte-compilation/interactive load,
5979         for the `assert' macro.
5980         (allout-mode-deactivate-hook): New hook, run when allout mode
5981         deactivates.
5982         (allout-developer): New allout customization subgroup.
5983         (allout-run-unit-tests-on-load): New allout-developer
5984         customization variable, when true allout unit tests are run towards
5985         end of file load/eval.
5986         (allout-inhibit-auto-fill): Disable auto-fill activity even during
5987         auto-fill-mode.
5988         (allout-resumptions): Remove, to be replaced by...
5989         (allout-add-resumptions): Register variable settings to be
5990         reinstated by `allout-do-resumptions'.  The settings are made
5991         buffer-local, but the locality/globality of the suspended setting
5992         is restored on resumption.
5993         (allout-do-resumptions): Reinstate all settings suspended using
5994         `allout-add-resumptions'.
5995         (allout-test-resumptions): Unit tests (and intermediate variables)
5996         for resumptions.
5997         (allout-tests-globally-unbound, allout-tests-globally-true)
5998         (allout-tests-locally-true): Intermediate variables for
5999         resumptions unit tests.
6000         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
6001         (allout-exposure-category): Replaces 'allout-overlay-category variable.
6002         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
6003         instead of retired `allout-resumptions'.  For hook functions, use
6004         `local' parameter so hook settings are created and removed as
6005         buffer-local settings.  Revise (resumptions) setting
6006         auto-fill-function so it is set only if already active.  (The
6007         related fill-function settings are all made in either case, so
6008         that activating auto-fill-mode activity will have the custom
6009         allout-mode behaviors (hanging indent on topics, if configured for it).
6010         Remove all allout-exposure-category overlays on mode deactivation.
6011         (allout-hotspot-key-handler): New function extracted from
6012         `allout-pre-command-business', so the functionality can be used
6013         for other purposes, eg as a binding in an overlay.
6014         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
6015         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
6016         customization variable.
6017         (allout-run-unit-tests): Run the (currently quite small)
6018         repertoire of unit tests.  Called just before the provide iff user
6019         has customized `allout-run-unit-tests-on-load' non-nil.
6021 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
6023         * emacs-lisp/authors.el (authors-aliases): Update.
6025 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
6027         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
6028         gdb-source-window.  Add dedicated argument.
6029         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
6030         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
6031         (gdb-display-threads-buffer, gdb-display-memory-buffer)
6032         (gdb-display-locals-buffer): Use it.
6034         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
6035         Set gdb-source-window.
6037 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6039         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
6040         minor modes, redundant with the custom-autoload line above.
6042 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
6044         * longlines.el (longlines-post-command-function): Handle open-line too.
6046 2006-07-12  Richard Stallman  <rms@gnu.org>
6048         * progmodes/grep.el (grep-last-buffer): Doc fix.
6050         * info.el (Info-try-follow-nearest-node): Doc fix.
6052         * emacs-lisp/edebug.el (edebug-instrument-function):
6053         Err if find-function-noselect gives no position.
6055         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6056         If can't find definition, return nil for position.
6057         (find-function-do-it): Handle new return value
6058         of find-definition-noselect.
6059         (find-definition-noselect, find-variable-noselect): Doc fix.
6060         (find-function-noselect): Doc fix.
6062         * help-mode.el (help-variable-def): Handle find-variable-noselect
6063         returning no position.
6064         (help-function-def): Likewise for find-function-search-for-symbol.
6065         (help-face-def): Likewise.
6067         * help-fns.el (describe-variable): Handle find-variable-noselect
6068         returning no position.
6070         * files.el (locate-file-completion): Avoid duplicates in result.
6072         * cus-edit.el (custom-no-edit): New command.
6073         (custom-mode-map): Remap to custom-no-edit instead of
6074         using suppress-keymap.
6076 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
6078         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
6079         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
6080         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
6082         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
6084 2006-07-11  Kim F. Storm  <storm@cua.dk>
6086         * ido.el (ido-copy-current-file-name): Use buffer-name if
6087         buffer-file-name is nil.
6089 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
6091         * simple.el (undo-ask-before-discard): Set to nil.
6093         * vc.el (vc-exec-after): Don't delete process manually.
6094         (vc-print-log): Run log-view-mode in process sentinel inside
6095         inhibit-read-only.  Don't shrink window due to timing issues.
6097         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
6098         Avoid using with-output-to-temp-buffer, which clobbers local vars.
6100 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6102         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6103         Fix ambiguity introduced by last change.
6104         (compilation-find-file): Move save-excursion to where it may
6105         make sense.  Fix a left over `find-file'.
6107 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
6109         * textmodes/texinfmt.el (texinfo-format-separate-node):
6110         Insert a string before point, which fits documentation, not after.
6111         (texinfo-multitable-item): In a multitable row, insert any
6112         additional needed @tabs and spaces.
6114 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
6116         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
6117         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
6118         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
6119         instead of shell-command.
6120         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
6121         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
6122         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
6123         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
6124         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
6125         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
6127 2006-07-11  Kim F. Storm  <storm@cua.dk>
6129         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
6130         Remove special case for seconds < 0.  Use (redisplay t) instead.
6132 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
6134         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
6135         avoid compilation error.
6137         * subr.el (sit-for): New function.
6139         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
6141 2006-07-10  Richard Stallman  <rms@gnu.org>
6143         * ldefs-boot.el (edebug): Update page.
6145 2006-07-10  Kim F. Storm  <storm@cua.dk>
6147         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
6148         to FOR-RELEASE and TODO.
6150 2006-07-10  Romain Francoise  <romain@orebokech.com>
6152         * emacs-lisp/authors.el (authors-aliases): Update.
6154 2006-07-10  Alan Mackenzie  <acm@muc.de>
6156         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
6157         * cc-mode.el: Changes to eradicate eval-after-load.
6159 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
6161         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
6162         on non-char events.
6164 2006-07-09  Romain Francoise  <romain@orebokech.com>
6166         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6167         Don't highlight start/end markers as compilation messages.
6169         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
6170         to t.
6172 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6174         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
6176 2006-07-08  Richard Stallman  <rms@gnu.org>
6178         * term/x-win.el (x-handle-display): Add doc string.
6180         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6182         * subr.el (def-edebug-spec): Move here.
6183         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
6185         * imenu.el (imenu-choose-buffer-index): Doc fix.
6187 2006-07-08  Romain Francoise  <romain@orebokech.com>
6189         * term/x-win.el (x-display-name): Fix typo.
6191 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
6193         * hexl.el (hexl-find-file): Doc fix.
6195         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6197 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
6199         * term/x-win.el (x-display-name): Doc fix.
6201 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6203         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
6204         long prefixes.
6205         (fill-region-as-paragraph): Don't round up to a whole line.
6206         (fill-comment-paragraph): Don't include the code-before-the-comment
6207         when calling fill-region-as-paragraph.
6209         * international/mule.el (make-char): Remove redundancy.
6211         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
6212         property may contain an anonymous function rather than a symbol.
6214         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
6216         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
6217         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
6219         * dirtrack.el (dirtrack-default-directory-function): Remove.
6220         (dirtrack-directory-function): Use file-name-as-directory.
6221         (dirtrack-windows-directory-function): Simplify.
6222         (dirtrack-forward-slash, dirtrack-backward-slash)
6223         (dirtrack-replace-slash): Remove.
6224         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
6225         (dirtrack): Fix wrong parenthesizing; use match-string.
6227         * progmodes/octave-inf.el: Remove spurious * in docstrings.
6228         (inferior-octave-mode): Only change the buffer-local value of
6229         comint-dynamic-complete-functions.
6230         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
6231         Move the initialization to the declaration.
6232         (inferior-octave-complete): Remove unused var `filter'.
6234         * shell.el (shell-mode): Only change the buffer-local value of
6235         comint-dynamic-complete-functions.
6237 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
6239         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
6240         entry is skipped because it has been scheduled.
6241         (org-prepare-agenda-buffers): Don't mark buffers as modified when
6242         changing `:org-archived' and `:org-comment' properties.
6244 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
6246         * server.el (server-select-display): Don't make the temp frame
6247         minibuffer-only, in case it's not a temp frame.
6248         (server-process-filter): Don't delete the temp frame if it's the
6249         only one we have on that display.
6251         * files.el (find-alternate-file): Doc fix.
6253 2006-07-05  Richard Stallman  <rms@gnu.org>
6255         * files.el (abbreviate-file-name): Add save-match-data.
6257 2006-07-03  Richard Stallman  <rms@gnu.org>
6259         * faces.el (read-face-name): Doc fix.
6261 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
6263         * net/goto-addr.el (goto-address): Mark as safe for local evals.
6265 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
6267         * vc.el (vc-diff-internal): Fix prev change.
6269 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
6271         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
6272         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
6274 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6276         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
6277         fails if the symbol contains chars like ( or '.
6278         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
6279         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
6280         `short'.
6282 2006-07-04  Kenichi Handa  <handa@m17n.org>
6284         * international/mule-cmds.el (set-language-info): If LANG-ENV is
6285         the current one, don't call set-language-environment, but call one
6286         of set-language-environment-XXX to make INFO effective now.
6287         (set-language-environment): Call set-language-environment-XXX
6288         functions instead of doing the various setups directly.
6289         (set-language-environment-coding-systems): Delete argument eol-type.
6290         (set-language-environment-input-method)
6291         (set-language-environment-nonascii-translation)
6292         (set-language-environment-charset)
6293         (set-language-environment-fontset)
6294         (set-language-environment-unibyte): New functions.
6296 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6298         * locate.el (locate-update-when-revert): New option.
6299         (locate-update-path): New option (suggested by Michael Albinus).
6300         (locate-prompt-for-command): Whitespace change.
6301         (locate-update): No longer offer to update the locate database by
6302         default.  Implement the two new options.
6304 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
6306         * tooltip.el: Move comment about track-mouse...
6308         * progmodes/gud.el: ...to here.
6310 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
6312         * facemenu.el (facemenu-listed-faces): New var.
6313         (facemenu-unlisted-faces): Variable deleted.
6314         (facemenu-add-new-face): Use facemenu-listed-faces.
6316         * emulation/viper-init.el, calendar/calendar.el:
6317         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
6319 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
6321         * textmodes/org.el (org-mode): Remove no invalid settings for
6322         calc embedded mode.
6323         (org-mode-p): New defsubst.
6324         (org-save-all-org-buffers): New function.
6325         (org-first-headline-recenter): Enclose outline-regexp in group
6326         delimiters.
6327         (org-set-tags): Keep single space after stars.
6329 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6331         * window.el (set-window-text-height): Only set window-min-height to
6332         1 if that's the requested size.
6334         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
6335         (diff-unified->context, diff-context->unified)
6336         (diff-reverse-direction): Make sure the end marker stays at the end.
6337         (diff-mode): Add the keymap table at the end of docstring.
6338         Use lexical-let rather than constructing a closure manually.
6340         * files.el (find-file-noselect-1): Remove unused var assignment.
6341         (hack-local-variables-confirm): Print lists of strings as lists of
6342         strings rather than lists of symbols.
6343         (abbreviate-file-name, hack-local-variables-prop-line):
6344         Use match-string.
6345         (hack-one-local-variable): Move `make-local-variable' nearer its use.
6346         (recover-session-finish): Use line-end-position.
6348 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
6350         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
6352 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
6354         * progmodes/make-mode.el (makefile-macroassign-regex):
6355         Accept preceding keyword.
6356         (makefile-gmake-statements): Reorganize, now that makepp has
6357         "override" and also handle forgotten "override define".
6358         (makefile-makepp-statements): Add new "global", "override export"
6359         and "override global".
6361 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
6363         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
6364         (ada-compile-mouse-goto-error, ada-deactivate-properties)
6365         (ada-no-auto-case): Fix typos in docstrings.
6367 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
6369         * info.el (Info-find-node-2): Search for makeinfo version more
6370         carefully.
6372 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
6374         * textmodes/org.el (org-prepare-agenda-buffers):
6375         Use `invisible-OK' argument for `org-end-of-subtree'.
6376         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
6377         (org-beginning-of-item): Fix bug in regular expression for white line.
6378         (org-export-as-html): Enforce space after bullet in plain list items.
6379         (org-set-autofill-regexps): Require space after plain list bullet
6380         for paragraph-start.
6381         (org-ts-regexp3): New constant.
6382         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
6383         (org-timestamp-up-day, org-timestamp-down-day)
6384         (org-timestamp-change): Work with inactive timestamps.
6385         (org-ts-regexp1): Don't allow brackets in time stamps.
6387 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
6389         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
6390         for ignoring links.
6392         * faces.el (read-face-name): Use it.
6394 2006-06-28  Juri Linkov  <juri@jurta.org>
6396         * buff-menu.el (list-buffers-noselect): Compare Info file
6397         with the string "dir" to detect Info directory.
6399         * complete.el (partial-completion-mode): In lambda for
6400         `choose-completion-string-functions' use full function signature
6401         with 4 args, and move point to the end of the minibuffer only if arg
6402         `mini-p' is non-nil.
6404 2006-06-28  John Paul Wallington  <jpw@pobox.com>
6406         * ibuffer.el (ibuffer-mode): Doc fix.
6408 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
6410         * textmodes/org.el (org-context): New contexts :item-bullet,
6411         :latex-fragment, :latex-preview.
6412         (org-overlays-at, org-overlay-start, org-overlay-end):
6413         New compatibility functions.
6414         (org-inside-LaTeX-fragment-p): More accurate matching, using the
6415         exact regexp that will be used during export.
6416         (org-latex-regexps): New variable.
6417         (org-cdlatex-mode): Improve advice for `texmathp'.
6418         (turn-on-org-cdlatex): New function.
6420 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6422         * term/mac-win.el (mac-handle-font-selection): Change keys of
6423         mac-atsu-font-table from strings to numbers.
6424         (mac-ts-caret-position): Use also when cursor-type is nil.
6425         (mac-ts-update-active-input-area): Add Mac OS Classic support.
6426         Relax condition for using overlay strings.
6427         Use mac-ts-caret-position face when cursor-type is nil.
6429 2006-06-26  Kim F. Storm  <storm@cua.dk>
6431         * help.el (view-emacs-news): Declare `res' in the right let* form.
6433 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
6435         * net/rcompile.el (remote-compile): Replace ange-ftp based
6436         implementation by Tramp functions.
6437         Suggested by Marc Abramowitz <msabramo@gmail.com>.
6439         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
6441 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
6443         * international/fontset.el (setup-default-fontset): Fix a typo in
6444         the "Oriya-Akruti" registry name.
6446 2006-06-23  Lars Hansen  <larsh@soem.dk>
6448         * desktop.el (desktop-full-file-name): New function.
6449         (desktop-kill, desktop-save, desktop-remove, desktop-read)
6450         (desktop-revert): Use it.
6451         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
6452         (desktop-after-read-hook): Add option list-buffers.
6453         (desktop-locals-to-save): Add tab-width.
6454         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
6455         Fix docstring.
6457 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
6459         * textmodes/org.el (org-cdlatex-mode-map)
6460         (org-cdlatex-texmathp-advice-is-done): New variables.
6461         (org-cdlatex-mode): New minor mode.
6462         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
6463         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
6464         (org-export-with-archived-trees): New option.
6465         (org-open-file): Remove the call to `convert-standard-filename'.
6466         (org-archive-tag, org-agenda-skip-archived-trees)
6467         (org-cycle-open-archived-trees)
6468         (org-sparse-tree-open-archived-trees): New options.
6469         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
6470         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
6471         New functions.
6472         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
6473         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
6474         (org-mode-map): Add binding for `org-toggle-archive-tag'.
6475         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6476         Call `org-prepare-agenda-buffers'.
6477         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
6478         (org-file-apps, org-file-apps-defaults-gnu)
6479         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
6480         Handle remote files by forcing them to be opened in Emacs.
6482 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
6484         * vc.el (vc-diff-knows-L): New variable.
6485         (vc-diff-internal): Use it to handle "diff" programs that don't
6486         understand -L.  This works automatically, no user action is necessary.
6488 2006-06-23  Daniel Brockman  <daniel@brockman.se>
6490         * net/rcirc.el (rcirc-default-user-full-name): Default to
6491         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
6492         longer exists).
6493         (rcirc-process-list): Check `buffer-live-p' before attempting to
6494         switch to a buffer.
6496 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
6498         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
6499         based on rcirc-coding-system-alist.
6501 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
6503         * cus-edit.el (customize-apropos): A better error message.
6504         (top level) <debug-ignored-errors>: Extend and update the list of
6505         ignored error messages.
6507 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
6509         * complete.el (PC-do-completion): Retain capitalization of user
6510         input, when possible, even if completion-ignore-case is set.
6512 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
6514         * generic-x.el (bat-generic-mode): Support .cmd files.
6516         * dos-w32.el (top level): Use find-file-not-found-functions
6517         instead of the obsolete find-file-not-found-hooks.
6519 2006-06-22  Kim F. Storm  <storm@cua.dk>
6521         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
6522         to recognize mode name containing submodes, such as Grep/lw.
6524 2006-06-21  Kim F. Storm  <storm@cua.dk>
6526         * simple.el (line-move-1): Check for move-end-of-line instead of
6527         end-of-line when setting temporary-goal-column.
6529 2006-06-21  Miles Bader  <miles@gnu.org>
6531         * play/cookie1.el (cookie): Work properly when there's only one entry.
6533 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
6535         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
6536         (gdb-frame-handler): Generalize frame regexp for templates.
6538 2006-06-20  Glenn Morris  <rgm@gnu.org>
6540         * calendar/appt.el (appt-display-format): Default value must be
6541         one of the customize options.
6543 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
6545         * term/xterm.el (terminal-init-xterm): Update key availability info.
6546         Bind C-return.
6548         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
6550 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
6552         * files.el (hack-local-variables): Run `hack-local-variables-hook'
6553         whether or not a local variables list is defined.
6555         * msb.el (msb): Move `sit-for' hack here to handle both
6556         "mouse-down and drag" and "mouse-up and select" situations.
6557         (mouse-select-buffer): Move `sit-for' hack to `msb'.
6559 2006-06-20  Kenichi Handa  <handa@m17n.org>
6561         * international/characters.el (word-combining-categories):
6562         Add entries for 2-byte Han characters.
6564 2006-06-19  Richard Stallman  <rms@gnu.org>
6566         * bindings.el (mode-line-format): Save some mode line space.
6568         * files.el (find-file-noselect): Improve the question wording.
6569         (basic-save-buffer-2): Mask UMASK against 666.
6571         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
6572         (mouse-drag-vertical-line): Call it.
6574         * cus-edit.el (customize-option, customize-option-other-window):
6575         Error if SYMBOL is nil.
6577 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
6579         * textmodes/org.el: Require noutline, also on XEmacs.
6580         (org-end-of-subtree): Return point.
6581         (org-dblock-start-re, org-dblock-end-re): New constants.
6582         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
6583         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
6584         (org-update-all-dblocks, org-find-dblock): New functions.
6585         (org-collect-clock-time-entries): New function.
6586         (org-html-handle-time-stamps): Never export CLOCK timeranges.
6587         (org-fixup-indentation): Modify to deal correctly with lines
6588         starting with TAB.  Only one argument DIFF now.
6589         (org-demote, org-promote): Call `org-fixup-indentation' with just
6590         one argument, DIFF.
6591         (org-mode): Don't mark buffer as modified when aligning tables.
6592         (org-clock-sum): Don't mark buffer modified when adding time sum
6593         properties.
6594         (org-export-as-html): Add support for a link validation function.
6595         (org-archive-all-done): New function.
6596         (org-archive-subtree): New prefix argument.  When set, archive all
6597         done subtrees in this buffer.
6598         (org-remove-clock-overlays)
6599         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
6600         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
6601         (org-put-clock-overlay): Don't swallow last headline character
6602         when displaying overlay.
6603         (org-store-link): Link to `image-mode' with just the file name.
6605 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
6607         * viper-cmd.el (viper-special-read-and-insert-char):
6608         Use read-key-sequence.
6609         (viper-after-change-undo-hook): Misc enhancements.
6610         (viper-after-change-undo-hook): New hook.
6611         (viper-undo): Use viper-after-change-undo-hook.
6612         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
6613         (viper-next-line-at-bol): If point is on a widget or a button, simulate
6614         clicking on that widget/button.
6616         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
6618         * ediff-diff (ediff-test-patch-utility): Catch errors.
6619         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
6620         (ediff-set-actual-diff-options): New function.
6621         (ediff-reset-diff-options, ediff-toggle-ignore-case):
6622         Use ediff-set-actual-diff-options.
6623         (ediff-extract-diffs): Catch errors.
6624         (ediff-whitespace): Add non-breakable space.
6625         (ediff-same-file-contents): Catch errors.
6627         * ediff-mult.el (ediff-collect-custom-diffs):
6628         Save coding-system-for-read.
6630         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
6631         (ediff-vc-internal, ediff-vc-merge-internal):
6632         Use ediff-delete-version-file.
6633         (ediff-delete-version-file): New function.
6635         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
6637         * ediff.el (ediff-directories, ediff-directory-revisions)
6638         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
6639         (ediff-directories-internal, ediff-merge-directory-revisions)
6640         (ediff-merge-directory-revisions-with-ancestor)
6641         (ediff-directories3): Use read-directory-name.
6643 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
6645         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
6646         Remove superfluous part of regexp for brace matching which is handled
6647         by `scan-lists' call.
6649 2006-06-16  Richard Stallman  <rms@gnu.org>
6651         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
6653         * files.el (basic-save-buffer-2): For a new precious file,
6654         use the default modes in the return value.
6656         * facemenu.el (facemenu-color-alist): Doc fix.
6658         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
6660 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6662         * cus-start.el (all): Add mac-ts-script-language-on-focus.
6664         * term/mac-win.el (mac-text-encoding-ascii): New constant.
6665         (mac-utxt-to-string): Use it.
6666         (mac-ts-update-active-input-area): Use mac-ae-number.
6668 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6670         * term.el (term-handle-scroll, term-delete-lines)
6671         (term-insert-lines): Fix off by one errors.
6673 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
6675         * net/tramp.el (tramp-touch): Use UTC to express time.
6677 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
6679         * mail/sendmail.el (mail-send): Search explicitly for
6680         mail-header-separator when checking for corrupted header lines.
6682 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
6684         * progmodes/gdb-ui.el (gdb-same-frame): New option.
6685         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
6686         (gdb-init-1): Initialise them.
6687         (gdb-starting): Reset gdb-printing
6688         (gdb-starting): Save value of gud-overlay-arrow-position.
6689         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
6690         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
6691         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
6692         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
6694 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6696         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
6698 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
6700         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
6701         (ldap-search-internal): Keep error messages, and a regexp fix.
6703 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
6705         * files.el (hack-local-variables-confirm):
6706         Display string value using its printed representation.
6708 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
6710         * server.el (server-edit): No-op if no server buffers exist.
6712 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
6714         * textmodes/page-ext.el (pages-directory-for-addresses):
6715         Including `pages-directory-address-mode' in the function results
6716         in the message "Buffer in which pages were found is deleted".
6718 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
6720         * textmodes/org.el (org-agenda-mode-map): Add bindings for
6721         clocking functions.
6723         (org-agenda-clock-in, org-check-running-clock)
6724         (org-clock-out-if-current, org-remove-clock-overlays)
6725         (org-put-clock-overlay): New functions.
6726         (org-clock-marker, org-clock-file-total-minutes)
6727         (org-clock-overlays): New variables.
6728         (org-clock-display, org-clock-sum, org-clock-cancel)
6729         (org-clock-out, org-clock-in): New commands.
6730         (org-export): New function.
6731         (org-emph-re): New constant.
6732         (org-set-emph-re, org-do-emphasis-faces): New functions.
6733         (org-emphasis-regexp-components, org-emphasis-alist): New options.
6734         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
6735         (org-export-html-convert-emphasize): Use the configurable emphasis.
6736         (org-cleaned-string-for-export): Make multiline emphasis visible
6737         to the exporter.  New optional argument PARAMETERS.
6738         (org-export-as-html): Specify :emph-multiline parameter to
6739         `org-cleaned-string-for-export'.
6741 2006-06-10  Richard Stallman  <rms@gnu.org>
6743         * help.el (help-for-help-internal): Clean up help text.
6745 2006-06-10  Andreas Schwab  <schwab@suse.de>
6747         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
6748         in doc string.
6750         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
6752 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
6754         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
6755         spaces after the comment start.
6757 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6759         * play/pong.el (pong-init-buffer):
6760         Fill buffer with spaces instead of ^A.
6762         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
6763         launched asynchronously, delete its process instead of being cool.
6764         (ispell-async-processp): Check for `delete-process' existence
6765         instead of `kill-process' one for consistency.
6767 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
6769         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
6770         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
6771         in mode line at startup.
6773 2006-06-08  Kim F. Storm  <storm@cua.dk>
6775         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
6776         (ido-init-completion-maps): Bind them to M-SPC and M-v.
6777         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
6778         (ido-file-internal): Pass full file name to write-file.
6779         (ido-read-internal): Only pop stack elements automatically if they
6780         actually match an existing directory or file name.
6782 2006-06-07  Kenichi Handa  <handa@m17n.org>
6784         * international/mule.el (find-auto-coding): Don't handle the short
6785         name `char-trans'.
6787         * files.el (hack-local-variables-prop-line)
6788         (hack-local-variables): Cancel the previous change.
6790 2006-06-06  Jesper Harder  <harder@phys.au.dk>
6792         * ediff-diff.el (ediff-test-utility): Protect against file-error.
6794 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
6796         * diff-mode.el (diff-mode): Set buffer-read-only to t when
6797         diff-default-read-only is non-nil.
6798         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
6799         (diff-refine-hunk): Set inhibit-read-only to t.
6801         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
6802         modifying the *Diff* buffer.
6803         (diff-process-filter): New filter function for diff process that
6804         sets inhibit-read-only to t when modifying the *Diff* buffer.
6806 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
6808         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
6809         insertion point and control the number of empty lines.
6810         (org-paste-subtree): Limit the number of empty lines at the end of
6811         the inserted tree.
6812         (org-agenda): Use buffer name of current file for narrowing.
6813         (org-export-as-xml): Command removed.
6814         (org-export-xml-type): Option removed.
6815         (org-mode-map): Call `org-export-as-xoxo' directly.
6816         (org-get-indentation): New optional argument LINE.
6817         (org-fix-indentation, org-remove-tabs): New functions.
6818         (org-export-as-ascii, org-ascii-level-start): Determine and apply
6819         correct indentation for headlines that are converted it items.
6820         (org-skip-comments): Remove table lines that contain narrowing
6821         cookies but no other non-empty fields.
6822         (org-set-tags): Allow groups of mutually exclusive tags.
6823         (org-cmp-time): Sort 24:21 before items without time.
6824         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
6825         (org-open-at-point): Require double colon also for numbers.
6827 2006-06-06  Kim F. Storm  <storm@cua.dk>
6829         * ido.el (ido-default-file-method, ido-default-buffer-method):
6830         Make choice values consistent with corresponding command names.
6831         (ido-visit-buffer): Update accordingly.  Default to selected-window.
6833 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
6835         * progmodes/gud.el (gud-running): Fix doc string.
6836         (gud-menu-map): Use :visible instead fo :enable for debugger test.
6837         (gud-tooltip-modes): Add python-mode.
6838         (gud-tooltip-print-command): Add pdb.  Remove perldb.
6840 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
6842         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
6843         Quote $(EMACS).
6845 2006-06-05  Richard Stallman  <rms@gnu.org>
6847         * faces.el (defined-colors): Doc fix.
6849 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
6851         * vc.el (vc-process-filter): Inhibit undo info collection around
6852         call to insert.
6853         (vc-setup-buffer): Likewise for call to erase-buffer.
6854         (vc-do-command): Likewise for call to process-file.
6856 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
6858         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
6859         for gud-go.
6860         (gud-common-init): Other debuggers may trigger error.
6862 2006-06-05  Kenichi Handa  <handa@m17n.org>
6864         * international/mule.el (find-auto-coding):
6865         Handle enable-character-translation in file header.
6867 2006-06-04  Kim F. Storm  <storm@cua.dk>
6869         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
6870         (authors-fixed-entries): Fix spelling.
6871         (authors-canonical-file-name): Don't report error for wildcards.
6873         * help.el (view-emacs-news): Rewrite to support new NEWS,
6874         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
6875         e.g. version 10 matches 1.10, and don't be confused by version 1.1
6876         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
6878 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
6880         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
6881         exec constructs like `foo bar`.
6882         (sh-quoted-subshell): New helper function to search for a possibly
6883         nested subshell (like `` or $()) within a "" quoted string.
6884         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
6885         (sh-apply-quoted-subshell): Flag quote characters inside a
6886         subshell, which is itself already in a quoted region, as
6887         punctuation, since this is the closest to what they actually are.
6888         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
6889         sh-apply-quoted-subshell.
6890         (sh-font-lock-syntactic-face-function): Apply the new face for
6891         text inside `` instead of the old font-lock-string-face.
6893 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6895         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
6896         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
6897         (mac-bytes-to-text-range, mac-ae-text-range-array)
6898         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
6899         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
6900         (mac-ts-unicode-for-key-event): New functions.
6901         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
6902         (mac-handle-font-selection): Use mac-ae-number.
6903         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
6904         New variables.
6905         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
6906         (mac-ts-converted-text, mac-ts-selected-converted-text)
6907         (mac-ts-block-fill-text, mac-ts-outline-text)
6908         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
6909         (mac-ts-hilite-style-faces): New constant.
6910         (mac-apple-event-map): Bind text input events.
6911         (mac-dispatch-apple-event): Use command-execute instead of
6912         call-interactively.
6913         (global-map): Don't bind mac-apple-event.
6914         (special-event-map): Bind mac-apple-event.
6916 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
6918         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
6919         file name.
6920         (emacs): Enclose the value of $(EMACS) in quotes.
6922 2006-06-02  Juri Linkov  <juri@jurta.org>
6924         * international/mule.el (sgml-html-meta-auto-coding-function):
6925         Remove the condition `(search-forward "<html" size t)'.
6926         Replace `\"' with `[\"']?' in `re-search-forward'.
6928 2006-06-02  Kenichi Handa  <handa@m17n.org>
6930         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
6931         as well as `coding'.
6932         (hack-local-variables): Likewise.
6934         * international/mule.el (enable-character-translation):
6935         Put permanent-local and safe-local-variable properties.
6936         (find-auto-coding): Handle char-trans: tag.
6938 2006-06-02  Juri Linkov  <juri@jurta.org>
6940         * international/mule.el (sgml-html-meta-auto-coding-function):
6941         Limit the search by the end of the HTML header (if any).
6943 2006-06-01  Richard Stallman  <rms@gnu.org>
6945         * subr.el (with-current-buffer): Doc fix.
6947 2006-06-02  Masatake YAMATO  <jet@gyve.org>
6949         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
6950         Almost rewrite.  Underlines over all lines of gcov output are too
6951         uncomfortable to read.  Suggested by Dan Nicolaescu.
6953 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
6955         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
6957         * shell.el (shell-mode): Use shell-mode-map in docstring.
6959         * comint.el (comint-send-input): Do not add help-echo and
6960         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
6962 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6964         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
6966 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
6968         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
6969         (gdb-stopped, gdb-info-stack-custom): If there is no source info
6970         look up the stack and pop up GUD buffer if necessary.
6971         (gdb-frames-select): Remove redundant call to gud-display-frame.
6972         (gdb-info-threads-custom): Keep point at start of buffer.
6973         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
6975 2006-05-31  Juri Linkov  <juri@jurta.org>
6977         * replace.el (query-replace-read-from, query-replace-read-to):
6978         Bind `history-add-new-input' to nil.  Call `add-to-history'.
6980 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
6982         * textmodes/table.el: Convert all HTML tags to lower case for
6983         XHTML compatibility.
6985 2006-05-31  Masatake YAMATO  <jet@gyve.org>
6987         * progmodes/compile.el:
6988         (compilation-error-regexp-alist-alist::gcov-called-line):
6989         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
6991 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
6993         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
6994         Revert inadvertent changes made with last commit.
6996 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6998         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
6999         New functions.
7001         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
7003 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
7005         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
7006         only matches in the right place.
7007         (org-upcoming-deadline): New face.
7008         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
7009         (org-export-ascii-underline): Rename constant `org-ascii-underline'
7010         and make it an option.
7011         (org-export-ascii-bullets): New option.
7012         (org-export-as-html): Many changes to emit valid XHTML.
7013         (org-par-open): New variable.
7014         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
7015         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
7016         (org-timeline): Pass `org-timeline-show-empty-dates' to
7017         `org-get-all-dates'.  Interpret empty dates returned by
7018         `org-get-all-dates'.
7019         (org-get-all-dates): New argument EMPTY.  Add dates without
7020         entries to the list, mark large ranges of empty dates.
7021         (org-point-in-group, org-context): New functions.
7023 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
7025         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
7027         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
7028         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
7029         to C-mouse-3 (for 2 button mice).
7030         (gdb-send): Do the right thing for C-d.
7032         * speedbar.el (speedbar-detach): Delete.
7033         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
7034         it breaks things.
7035         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
7037 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
7039         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
7040         Makeppfile.
7042         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7043         Add makepp diagnostic.
7045 2006-05-29  Richard Stallman  <rms@gnu.org>
7047         * window.el (fit-window-to-buffer): Doc fix.
7049         * help.el (temp-buffer-max-height): Doc fix.
7051         * subr.el (with-current-buffer): Doc fix.
7053 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7055         * term/x-win.el: Bind F10 to menu-bar-start if available.
7057 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
7059         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
7060         uses with a simple test.
7061         (term-set-escape-char, term-mode, term-check-kill-echo-list)
7062         (term-send-raw-string, term-send-raw, term-mouse-paste)
7063         (term-char-mode, term-line-mode, term-exec, term-sentinel)
7064         (term-handle-exit, term-read-input-ring)
7065         (term-previous-matching-input-string)
7066         (term-previous-matching-input-string-position)
7067         (term-previous-matching-input-from-input)
7068         (term-replace-by-expanded-history, term-send-input)
7069         (term-skip-prompt, term-bol, term-send-invisible)
7070         (term-kill-input, term-delchar-or-maybe-eof)
7071         (term-backward-matching-input, term-check-source)
7072         (term-proc-query, term-emulate-terminal)
7073         (term-handle-colors-array, term-process-pager, term-pager-line)
7074         (term-pager-bob, term-unwrap-line, term-word)
7075         (term-dynamic-complete-filename)
7076         (term-dynamic-complete-as-filename)
7077         (term-dynamic-simple-complete): Replace one arm ifs with whens or
7078         unlesses.
7080 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7082         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
7083         during bootstrapping.
7085         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
7086         Basically undo the change of 2006-05-26: use extra arguments instead of
7087         dynamic scoping.
7088         (ewoc-locate): Remove unused var `footer'.
7090 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7092         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
7094         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
7095         (generate-file-autoloads): Obey it.  Return whether autoloads were
7096         added at point or not.
7097         (update-file-autoloads): Use this new return value.
7098         Remove redundant test for the presence of an autoload cookie.
7100         * emacs-lisp/autoload.el (autoload-find-file): New fun.
7101         This one calls hack-local-variables.
7102         (generate-file-autoloads, update-file-autoloads): Use it.
7104         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
7105         (bibtex-sort-entry-class): Add safe-local-variable predicate.
7106         (bibtex-sort-entry-class-alist): Don't set the global value.
7107         (bibtex-init-sort-entry-class-alist): New fun.
7108         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
7109         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
7110         of bibtex-init-sort-entry-class.
7112 2006-05-28  Richard Stallman  <rms@gnu.org>
7114         * subr.el (load-history-regexp): If FILE is relative, insist
7115         entire last name component must match it.
7116         (load-history-filename-element, load-history-regexp): Doc fixes.
7118 2006-05-29  Kim F. Storm  <storm@cua.dk>
7120         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
7121         `pos' and `raw-data' for clarity, as eval forms may access these.
7123 2006-05-28  Kim F. Storm  <storm@cua.dk>
7125         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
7127 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7129         * progmodes/make-mode.el (makefile-browser-map)
7130         (makefile-mode-syntax-table): Move initialization inside declaration.
7131         (makefile-fill-paragraph): Use the default comment-filling code.
7133 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
7135         * replace.el (query-replace-defaults): New variable.
7136         (query-replace-read-from): Use `query-replace-defaults' for
7137         default value, instead of history list.
7138         (query-replace-read-to): Update `query-replace-defaults'.
7140 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
7142         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
7143         with no X toolkit.
7145 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
7147         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
7148         (tumme-show-all-from-dir): Add autoload.
7150 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
7152         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
7153         (tumme-remove-tag): Fix bug.
7155 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
7157         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
7158         FOOTER args.  Update unique caller.
7159         (ewoc-delete): Compute last node once before looping.
7160         (ewoc--node-branch): Merge into unique caller.
7161         (ewoc--node): Don't define constructor make-ewoc--node for this
7162         structure.
7163         (ewoc): Add member `hf-pp' to this structure.
7164         (ewoc--wrap): New func.
7165         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
7166         header/footer pretty-printers.  Save header/footer pretty-printer.
7167         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
7169         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
7171 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
7173         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
7174         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
7175         Tag'.  Change "Compare directories..." to "Change Directories...".
7176         Move tumme commands to Operate, Regexp and Immediate menus.
7177         Change "Add Comment" to "Add Image Comment".  Change "Add Image
7178         Tag" to "Add Image Tags".
7180         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
7181         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
7182         `tumme-delete-tag'.
7184 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
7186         * shell.el (shell-mode): Call shell-dirtrack-mode after
7187         list-buffers-directory is made a local variable, to avoid setting
7188         the default value.
7190 2006-05-26  Kevin Ryde  <user42@zip.com.au>
7192         * info.el (Info-index-next): Use where-is-internal to report
7193         actual binding of Info-index-next, rather than hard-coded `,'.
7195 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
7197         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
7198         and "Find Command in Manual" to here.
7200         * buff-menu.el (list-buffers-noselect): For Info buffers, use
7201         Info-current-file as the file name.
7203 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
7205         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
7206         overrides will now be done a different way.
7207         (ses-set-parameter): Reapply this function for undo.
7208         (ses-set-header-row): Reconstruct header row during undo.
7209         (ses-widen): New function.
7210         (ses-goto-data, ses-reconstruct-all): Use new function.
7211         (ses-command-hook): Widen buffer during undo, before unupdating
7212         the cells.
7213         (ses-insert-row, ses-delete-row): Widen buffer during undo.
7214         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
7215         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
7216         formula hasn't been executed yet.
7218 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7220         * comint.el (comint-kill-whole-line): Rename arg to count.
7221         Fix doc string.
7223 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
7225         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
7226         to copy-file.
7228 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7230         * simple.el (toggle-truncate-lines): Make arg optional for
7231         backward compatibility.
7233 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
7235         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
7236         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
7237         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
7238         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
7239         (ewoc--adjust): Use ewoc--current-dll.
7240         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
7242 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
7244         * textmodes/org.el (org-next-item, org-previous-item): Emit more
7245         compact error message.
7246         (org-tags-view): Refresh category table in each file.
7247         (org-table-justify-field-maybe): Remove superfluous arguments to
7248         `format'.
7249         (org-export-as-html): Insert "<p>" before postamble.
7250         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
7252 2006-05-26  Kenichi Handa  <handa@m17n.org>
7254         * textmodes/po.el (po-find-charset): Pay attention to the case
7255         FILENAME is a cons (NAME . BUFFER).
7256         (po-find-file-coding-system-guts): Likewise.
7258         * arc-mode.el (archive-set-buffer-as-visiting-file):
7259         Call find-operation-coding-system with (FILENAME . BUFFER).
7261         * tar-mode.el (tar-extract): Call find-operation-coding-system
7262         with (FILENAME . BUFFER).
7264         * international/mule.el (decode-coding-inserted-region):
7265         Call find-operation-coding-system with (FILENAME . BUFFER).
7267 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
7269         * image-mode.el (image-toggle-display): Use buffer contents to
7270         generate image for a remote file.
7272 2006-05-25  Juri Linkov  <juri@jurta.org>
7274         * replace.el (query-replace-read-from, query-replace-read-to):
7275         Remove 8th arg KEEP-ALL in read-from-minibuffer.
7277 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
7279         * whitespace.el (whitespace-cleanup): Change to cleanup
7280         region if one is active.
7281         * whitespace.el (whitespace-cleanup-internal): New internal method.
7283 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
7285         * dired.el (dired-mode-map): Add help-echo strings to tumme
7286         commands.  Bind `tumme-dired-display-image' to C-t i.
7288         * tumme.el (tumme-display-image): Change documentation string slightly.
7289         (tumme-dired-display-image): Add call to `display-buffer'.
7291 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
7293         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
7294         Signal error if RAW-DATA is a multibyte string.
7296 2006-05-24  Richard Stallman  <rms@gnu.org>
7298         * subr.el (with-local-quit): When handling `quit' signal,
7299         make a chance for quit-flag to cause a quit.
7301         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
7302         (ad-disable-advice): Add autoloads.
7304         * subr.el (read-passwd): Copy PROMPT before changing its properties.
7306 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
7308         * dired.el (dired-mode-map): Change menu items for tumme as per
7309         suggestions in emacs-devel.
7311 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
7313         * dired.el (dired-mode-map): Fix breakage.
7315 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
7317         * tumme.el (tumme-display-dired-image): Rename to...
7318         (tumme-dired-display-image): ...this.
7319         (tumme-track-movement): Change default value to t.
7320         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
7321         used from `tumme-next-line-and-display' and similar commands.
7323         * dired.el (dired-mode-map): Add Thumbnail submenu under the
7324         Immediate menu.  Add some tumme commands there.
7326 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
7328         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
7330 2006-05-24  Chong Yidong  <cyd@mit.edu>
7332         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
7333         menu entries that open submenus.
7335 2006-05-24  Alan Mackenzie  <acm@muc.de>
7337         * startup.el (command-line): For names of preloaded files, don't
7338         append ".elc" (now done in Fload), and call file-truename on the
7339         lisp directory.
7341         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
7342         match ANY loaded file with the right name, not just those in
7343         load-path.  Put a regexp matching the file name into
7344         after-load-alist, rather than the name itself.
7346         * subr.el (load-history-regexp, load-history-filename-element)
7347         (do-after-load-evaluation): New functions.
7349         * international/mule.el (load-with-code-conversion): Do the
7350         eval-after-load stuff by calling do-after-load-evaluation.
7352 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
7354         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
7355         has not been killed.
7357 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7359         * term/mac-win.el: Set idle timer to clean up expired Apple events.
7360         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
7361         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
7362         Optionally set error message in reply.
7364 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
7366         * textmodes/org.el (org-open-at-point): Use renamed variable
7367         `org-confirm-shell-link-function'.
7368         (org-confirm-shell-link-function): Rename from
7369         `org-confirm-shell-links'.
7370         (org-export-directory): New function.
7371         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
7372         (org-export-icalendar): Use `org-export-directory'.
7373         (org-indent-item): Keep cursor position.
7374         (org-link-file-path-type): New option.
7375         (org-export-as-html): Fix bug with plain lists starting in
7376         column 0.
7377         (org-export-as-html): Remove deadline formatting, this happens
7378         now already in `org-html-handle-time-stamps'.
7379         (org-export-html-style): Deadline class removed.
7380         (org-insert-labeled-timestamps-at-point): New option.
7381         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
7382         of `hide-sublevels 1', in case the first headline is not level 1.
7383         (org-overview, org-content): New fuction.
7384         (org-cycle-global-status, org-cycle-subtree-status): Make these
7385         variables buffer-local.
7386         (org-global-cycle): New command.
7387         (org-shifttab): Use `org-global-cycle'.
7388         (org-insert-heading, org-insert-item): Go to end of new
7389         headline/item after creating it.
7390         (org-export-visible): Rename from `org-export-copy-visible'.
7391         Now creates a temporary org-file and applies an exporting command
7392         to it.
7393         (org-table-eval-formula): Support for lisp forms.
7394         (org-agenda-todo-ignore-scheduled): New option.
7395         (org-agenda-get-todos): Use new option
7396         `org-agenda-todo-ignore-scheduled'.
7397         (org-export-html-inline-images): New value `maybe'.
7398         (org-export-as-html): Inlining of images dependent on link description.
7399         (org-archive-subtree): Check for end-of-buffer before trying
7400         `kill-line'.
7401         (org-agenda-follow-mode): New option.
7402         (org-export-with-tags, org-export-with-timestamps): New options.
7403         (org-html-handle-time-stamps): New function.
7404         (org-keyword-time-regexp): New variable.
7405         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
7406         (org-agenda-todo-list-sublevels): New option.
7407         (org-html-level-start): When TITLE is nil, just close all levels.
7408         (org-parse-key-lines, org-parse-export-options): Remove functions,
7409         replaced by `org-infile-export-plist'.
7410         (org-combine-plists, org-infile-export-plist)
7411         (org-default-export-plist): New functions.
7412         (org-export-html-preamble, org-export-html-postamble)
7413         (org-export-html-auto-preamble, org-export-html-auto-postamble):
7414         New variables.
7415         (org-export-publishing-directory): New option.
7416         (org-export-as-html, org-export-as-ascii): Use the new property
7417         lists for settings.
7418         (org-export-copy-visible, org-export-as-xoxo):
7419         Respect `org-export-publishing-directory'.
7420         (org-link-search, org-store-link, org-file-apps): Support for
7421         links to BibTeX database entries..
7422         (org-get-current-options, org-set-regexps-and-options):
7423         Implement logging as a startup option.
7424         (org-store-link): Make sure context string is never empty
7425         (org-insert-link): Use relative path when possible.
7426         (org-at-item-checklet-p): New function.
7427         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
7428         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
7429         (org-metaright, org-metaup, org-metadown, org-shiftup)
7430         (org-shiftdown, org-shiftright, org-shiftleft)
7431         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
7432         Dispatch using `call-interactively'.
7433         (org-call-with-arg): New defsubst.
7434         (org-tag-alist, org-use-fast-tag-selection): New options.
7435         (org-complete): Use `org-tag-alist'.
7436         (org-fast-tag-insert, org-fast-tag-selection): New functions.
7437         (org-next-item, org-previous-item): New commands.
7438         (org-beginning-of-item, org-end-of-item): Add (interactive) to
7439         make command.
7440         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
7442 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
7444         * emacs-lisp/ewoc.el (ewoc-delete): New function.
7445         (ewoc-filter): Use `ewoc-delete'.
7447         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
7449 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7451         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
7452         Signal more user-friendly error messages.
7454         * complete.el (PC-do-completion): Undo the addition of implicit
7455         wildcards if they did not lead to finding any match.
7456         (read-file-name-internal): Don't add the final > if the completion is
7457         not finished.
7459 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7461         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
7462         Quote safe-local-variable predicate.
7464 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
7466         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
7468 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7470         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
7472         * progmodes/make-mode.el (makefile-special-targets-list)
7473         (makefile-macro-table, makefile-target-table): Mark as risky.
7474         (makefile-query-one-target-method): Make this the alias for the
7475         following variable.
7476         (makefile-query-one-target-method-function): Make this the real name.
7478         * textmodes/artist.el (artist-text-renderer): Make this the alias
7479         for the following variable.
7480         (artist-text-renderer-function): Make this the real name.
7482         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
7483         the alias for the following variable.
7484         (flyspell-generic-check-word-predicate): Make this the real name.
7486         * textmodes/ispell.el (ispell-format-word): Make this the alias
7487         for the following variable.
7488         (ispell-format-word-function): Make this the real name.
7489         (ispell-message-text-end): Mark as risky.
7491         * skeleton.el (skeleton-transformation, skeleton-filter)
7492         (skeleton-pair-filter): Make these the aliases for the following
7493         variables.
7494         (skeleton-transformation-function, skeleton-filter-function)
7495         (skeleton-pair-filter-function): Make these the real names.
7497         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
7498         and skeleton-pair-filter-function.
7500         * textmodes/sgml-mode.el (sgml-transformation): Make this the
7501         alias for the following variable.
7502         (sgml-transformation-function): Make this the real name.
7503         (sgml-tag-alist): Mark as risky.
7505 2006-05-21  Richard Stallman  <rms@gnu.org>
7507         * simple.el (kill-region): Interactively, pass point, then mark.
7509 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
7511         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
7513 2006-05-21  Romain Francoise  <romain@orebokech.com>
7515         * dired-x.el (dired-mode-map): Don't bind M-g.
7517 2006-05-20  Richard Stallman  <rms@gnu.org>
7519         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
7520         (dired-goto-file): Doc fix.
7522 2006-05-21  Kim F. Storm  <storm@cua.dk>
7524         * emulation/cua-base.el: Mention customizing cua-mode as alternative
7525         way to enable built-in cua-mode if user loads older CUA-mode package.
7527         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
7528         if default-filename is specified.
7530 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
7532         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
7534         * info.el (info-apropos): Make sure current-file and current-node
7535         have non-nil values.  Speed up by using add-to-list instead of
7536         manual consing.
7538 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7540         * progmodes/make-mode.el (makefile-mode): Doc fix.
7542 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
7544         * dired-aux.el (dired-do-shell-command): Doc fix.
7546 2006-05-20  Kevin Ryde  <user42@zip.com.au>
7548         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
7549         ``(custom-manual :tag "Foo" "(foo)Node")''.
7551 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
7553         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
7554         value is an integer.
7556 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
7558         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
7559         "format".
7560         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
7562 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
7564         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
7565         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
7567 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7569         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
7570         regexp for keywords.
7572 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
7574         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
7575         replace-regexp-in-string.
7577         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
7578         encode, and escape file name on conversion to URL.
7580 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7582         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
7583         Don't unescape URL.
7584         (dnd-get-local-file-name): Unescape URL on conversion to file name.
7586         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
7587         on conversion to URLs.
7589         * net/browse-url.el (browse-url-file-url): Encode file name on
7590         conversion to URL.
7592         * term/mac-win.el (mac-ae-open-documents): Escape file name on
7593         conversion to URL.
7595 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
7597         * progmodes/cc-styles.el (c-style-alist): Doc fix.
7599 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7601         * term/mac-win.el (mac-bytes-to-digits): Remove function.
7602         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
7604 2006-05-19  Glenn Morris  <rgm@gnu.org>
7606         * calendar/diary-lib.el (diary-bahai-date)
7607         (list-bahai-diary-entries, mark-bahai-diary-entries)
7608         (mark-bahai-calendar-date-pattern): Not interactive.
7609         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
7610         (diary-entries-list): Change format of 4th element in each entry.
7611         (diary-list-entries): Use add-to-diary-list.
7612         (diary-goto-entry): Handle the case where the buffer visiting the
7613         diary has been killed.
7614         (fancy-diary-display): Add 'locator to button rather than 'marker.
7615         Only generate temp-face when there are marks to apply.
7616         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
7617         (diary-fancy-date-pattern): New variable.
7618         (diary-time-regexp): Doc fix.
7619         (diary-anniversary, diary-time): New faces.
7620         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
7621         diary-time-regexp.  Add font-lock-multiline property where needed.
7622         Use new faces diary-anniversary and diary-time.
7623         (diary-fancy-font-lock-fontify-region-function): New function, to
7624         handle multiline font-lock pattern in fancy diary.
7625         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
7626         (diary-font-lock-keywords): Tweak time regexp.  Use new face
7627         diary-time.
7629 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
7631         * international/code-pages.el (mik): Table corrected.
7633 2006-05-18  Kim F. Storm  <storm@cua.dk>
7635         * progmodes/grep.el (grep-find): Don't check grep-find-command
7636         before running command (breaks non-interactive usage).
7638 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
7640         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
7641         (ewoc--insert-new-node): Don't insert trailing newline.
7642         Instead, adjust successor nodes's start markers.
7643         (ewoc--refresh-node): Delete all text from current node's start
7644         marker to the next one's; adjust successor nodes's start markers.
7645         (ewoc--create): Doc fixes.
7646         (ewoc--refresh): Don't insert newline.
7647         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
7648         * pcvs.el (cvs-make-cvs-buffer):
7649         Specify extra newline for ewoc's header and footer.
7650         (cvs-update-header): Update initial header recognition.
7651         Append newline to final header and footer values.
7652         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
7654 2006-05-17  Richard Stallman  <rms@gnu.org>
7656         * files.el (file-name-extension): Doc fix.
7658 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7660         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
7661         we can explicitly enable/disable rather than toggle.
7662         (shell-mode): Use it.
7663         (shell-cd): Don't try to reproduce what `cd' does.
7665 2006-05-17  Kim F. Storm  <storm@cua.dk>
7667         * ido.el (ido-read-internal): Use only nondirectory part of
7668         default item.
7670 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
7672         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
7673         (ewoc-nth): Doc fix.
7675         (ewoc-map, ewoc-invalidate): Compute PP before looping.
7677 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
7679         * international/mule.el (auto-coding-alist): Add .lha to files
7680         read with no-conversion.
7682         * files.el (auto-mode-alist): Add .lha files to archive file
7683         extensions.
7685         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
7686         Convert csize to integer when computing offsets within the
7687         compressed archive file.
7689 2006-05-16  Kim F. Storm  <storm@cua.dk>
7691         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
7692         with read-from-minibuffer.
7694 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7696         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
7697         (byte-compile-warnings): Fix safe-local-variable property.
7699 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
7701         * allout.el (allout-show-bodies, allout-old-style-prefixes)
7702         (allout-stylish-prefixes, allout-numbered-bullet)
7703         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
7704         predicates to qualify `safe-local-variable' property, when
7705         available, else use equivalent lambda.
7706         (allout-current-topic-collapsed-p): Do the right thing regarding
7707         trailing blank lines.
7709 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7711         * server.el (server-start): Only create a directory if needed.
7712         (server-edit, server-unload-hook): server-start => server-mode.
7713         (kill-emacs-hook): Cleanup upon exit.
7715 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7717         * hexl.el (hexlify-buffer): Encode process arguments manually.
7719 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
7721         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
7722         call to gdb-tooltip-print.
7724 2006-05-15  Romain Francoise  <romain@orebokech.com>
7726         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
7727         systems, default to "tar" since those systems probably have GNU tar.
7729 2006-05-14  Lars Hansen  <larsh@soem.dk>
7731         * desktop.el (desktop-missing-file-warning): Fix docstring.
7732         (desktop-restore-file-buffer): Correct question asked on missing file.
7734 2006-05-14  Kim F. Storm  <storm@cua.dk>
7736         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
7737         Add CUA move property.
7739 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
7741         * custom.el (custom-push-theme): Load the variable before checking
7742         its `standard-value'.
7744 2006-05-13  Lars Hansen  <larsh@soem.dk>
7746         * desktop.el (desktop-save): Use with-temp-buffer.
7748 2006-05-12  Glenn Morris  <rgm@gnu.org>
7750         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
7751         * calendar/calendar.el (calendar-mode-map):
7752         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
7753         * calendar/appt.el (appt-check, appt-make-list): Refer to
7754         diary-view-entries, diary-list-entries, diary-show-all-entries
7755         rather than obsolete aliases.
7757 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
7759         * simple.el (line-move-finish): Avoid calling point motion hooks
7760         while processing intangibility.
7762 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
7764         * term/xterm.el (terminal-init-xterm): Fix typo.
7766 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
7768         * allout.el (allout-view-change-hook): Mark as being deprecated,
7769         to be replaced by `allout-exposure-change-hook'.
7770         (allout-exposure-change-hook): New, replacing
7771         `allout-view-change-hook'.
7772         (allout-flag-region): Run new hook `allout-exposure-change-hook',
7773         in addition to `allout-view-change-hook'.
7774         (allout-show-bodies, allout-old-style-prefixes)
7775         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
7776         lambda forms to prevent their showing up in variable help
7777         presentations as inscrutable byte-compiled code.
7778         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
7779         Use string-or-null-p to qualify safe-local-variable values.
7780         (allout-reindent-bodies): Use memq to qualify matches against
7781         valid safe-local-variable values.  Also, quote the lambda as above.
7782         (allout-use-mode-specific-leader): Add missing candidate-value
7783         symbols, use memq, and quote the lambda.
7784         (allout-overlay-interior-modification-handler): Remove unused
7785         variables `msg' and 'opened'.
7786         (allout-hidden-p): Constrain invisibility consideration to allout's
7787         invisibility spec, disregarding invisibility for other reasons.
7789 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
7791         * files.el (version-control): Correct safe values.
7793 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
7795         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
7797         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
7798         (ewoc--insert-new-node): New func.
7799         Update callers of deleted funcs to use it, instead.
7801 2006-05-11  Glenn Morris  <rgm@gnu.org>
7803         * calendar/calendar.el (diary-show-all-entries): Do not refer to
7804         obsolete alias `show-all-diary-entries'.
7805         (make-diary-entry): Not interactive.
7806         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
7807         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
7808         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7809         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7810         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
7811         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
7813 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7815         * calendar/calendar.el (calendar-french-date-string)
7816         (calendar-mayan-date-string, calendar-chinese-date-string)
7817         (calendar-astro-date-string, calendar-iso-date-string)
7818         (calendar-islamic-date-string, calendar-bahai-date-string)
7819         (calendar-hebrew-date-string, calendar-coptic-date-string)
7820         (calendar-ethiopic-date-string, calendar-persian-date-string):
7821         These functions are not interactive.
7823 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
7825         * files.el: Balance parentheses.
7827 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
7829         * files.el, newcomment.el, outline.el, simple.el,
7830         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
7831         * progmodes/cc-vars.el, progmodes/compile.el:
7832         Move `safe-local-variable' declarations to the respective files.
7834         * help-fns.el (describe-variable): Don't print safe-var if it is
7835         byte-code.  Improve wording as suggested by Luc Teirlinck.
7837 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
7839         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
7840         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
7841         Use a token for pending-triggers to ensure gdb-var-update
7842         gets called once per user input again for pre-GDB 6.4.
7843         (gdb-var-delete): Match on more complex expressions.
7844         (gdb-var-list-children-handler, gdb-var-create-handler):
7845         Use a token for consistency.
7847 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
7849         * textmodes/org.el (org-read-date, org-goto-calendar)
7850         (org-agenda-goto-calendar):
7851         Bind `view-calendar-holidays-initially' to nil.
7853 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
7855         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
7856         Update all callers to do it there, instead.
7858 2006-05-10  Glenn Morris  <rgm@gnu.org>
7860         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
7861         prefix arg case, to avoid view-diary-entries-initially error.
7862         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7863         (calendar-date-is-legal-p): Handle dates with no day part.
7865 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
7867         * comint.el (comint-insert-input): Just make it when
7868         comint-use-prompt regexp is nil (default) and with the mouse.
7869         (comint-copy-old-input): Reinstate from 2004-06-23.
7870         (comint-mode-map): Bind C-c C-m to it.
7872 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
7874         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
7875         Remove spurious move to point-max (new comint behavior fixes).
7877         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
7878         compatibility function (Emacs 18/19).
7879         (idlwave-is-continuation-line): Always return point at start of
7880         previous non-blank continuation line.
7881         (keyword-parameters): Fix continued comment font-lock matcher.
7882         (idlwave-font-lock-fontify-region): Written, use as
7883         font-lock-fontify-region-function, to fix continued keyword
7884         fontification issues.
7886 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7888         * term/mac-win.el (mac-font-panel-mode): Doc fix.
7889         (mac-service-selection, mac-service-open-file)
7890         (mac-service-open-selection, mac-service-mail-selection)
7891         (mac-service-mail-to, mac-service-insert-text): Rename from
7892         mac-services-*.  All uses changed.
7893         (mac-apple-event-map): Rename event symbol `services' to `service'.
7895 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
7897         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
7898         (ewoc--node-enter-first, ewoc--node-enter-last)
7899         (ewoc--delete-node-internal): Merge funcs into unique callers.
7901 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
7903         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
7904         return value of read-from-minibuffer for empty input.
7906 2006-05-09  Miles Bader  <miles@gnu.org>
7908         * comint.el (comint-insert-input): Remove redundant calls to setq
7909         and goto-char.
7911 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
7913         * comint.el (comint-insert-input): Make it work when
7914         comint-use-prompt-regexp is t.
7916 2006-05-10  Miles Bader  <miles@gnu.org>
7918         * subr.el (field-at-pos): New function.
7920         * comint.el (comint-insert-input): Use it.
7922 2006-05-09  Juri Linkov  <juri@jurta.org>
7924         * battery.el (battery-linux-proc-acpi): Also try
7925         `/proc/acpi/thermal_zone/THR2/temperature'.
7927         * files.el <safe-local-variable>: Remove `eval' and `let' binding
7928         for now unused lambda `string-or-null'.
7930         * add-log.el (change-log-default-name): Put `string-or-null-p'
7931         instead of lambda on `safe-local-variable' property.
7933         * diff-mode.el (diff-context->unified): Use `region-beginning' and
7934         `region-end' instead of `mark' and `point'.
7935         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
7936         Operate on region in Transient Mark mode when the mark is active.
7937         Use `region-beginning' and `region-end' instead of `mark' and
7938         `point'.
7939         (diff-hunk-text, diff-goto-source): Doc fix.
7941         * startup.el (fancy-splash-screens, normal-splash-screen): Use
7942         face `mode-line-buffer-id' for mode-line buffer face instead of
7943         hard-coded `(:weight bold)'.
7945         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
7946         buffer-undo-list to t (undo-ask is reproducible by visiting
7947         nested archives).
7949 2006-05-09  Kim F. Storm  <storm@cua.dk>
7951         * progmodes/grep.el (rgrep): Set default directory of *grep*
7952         buffer if we start M-x rgrep in the *grep* buffer and choose
7953         a different base directory.
7955 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
7957         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
7958         completion also when ido is loaded.
7960 2006-05-09  Masatake YAMATO  <jet@gyve.org>
7962         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
7963         "warning" and "import".
7964         (cpp-font-lock-keywords): Added "warning".
7966 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
7968         * term/xterm.el (terminal-init-xterm): Add more key bindings.
7970 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7972         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
7973         pages at a time, if we signal the end, we should indeed reach that end.
7975 2006-05-08  David Reitter  <david.reitter@gmail.com>
7977         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
7978         output during execution of the body.
7980 2006-05-08  Kim F. Storm  <storm@cua.dk>
7982         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
7984 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
7986         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
7987         Use with-current-buffer.
7989 2006-05-07  Kim F. Storm  <storm@cua.dk>
7991         * subr.el (add-to-history): Remove keep-dups arg.
7993         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
7994         to nil around call to add-to-history.
7996 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7998         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
7999         than after a buffer modification.
8001 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
8003         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
8004         call to...
8005         (gud-watch): ...here so speedbar is raised for already watched
8006         expressions.
8007         (gdb-speedbar-refresh): Delete function.
8008         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
8009         Use speedbar-timer-fn instead of speedbar-refresh (reverting
8010         earlier change).
8011         (gdb-var-evaluate-expression-handler)
8012         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
8014         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
8015         Update localized contents for all buffers except ignored modes.
8017 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8019         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
8020         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
8021         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
8022         (mac-handle-font-panel-closed, mac-handle-font-selection):
8023         New functions.
8024         (mac-font-panel-mode): New minor mode.
8025         (mac-apple-event-map): Add bindings for toolbar toggle button and
8026         font panel.
8027         (menu-bar-showhide-menu): Add mac-font-panel-mode.
8029 2006-05-07  John Paul Wallington  <jpw@pobox.com>
8031         * ibuffer.el (ibuffer-compressed-file-name-regexp):
8032         Avoid `regexp-opt'; simplify regexp for readability.
8034 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
8036         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
8037         * files.el (buffer-stale-function):
8038         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8039         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
8040         links to the main manual, not to emacs-xtra.
8042 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8044         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
8045         MacJapanese if text is ASCII-only.
8047 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
8049         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
8050         unless so nil isn't returned.
8051         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
8053 2006-05-06  Kim F. Storm  <storm@cua.dk>
8055         * subr.el (add-to-history): New function.
8057         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
8058         (ediff-merge-files-with-ancestor):
8059         * env.el (setenv):
8060         * isearch.el (isearch-update-ring):
8061         * server.el (server-visit-files):
8062         * progmodes/grep.el (lgrep, rgrep):
8063         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
8064         * progmodes/xscheme.el (xscheme-insert-expression):
8065         Use add-to-history.
8067         * kmacro.el (kmacro-push-ring): Use add-to-history.
8068         (kmacro-ring-length): Remove unused defun.
8069         (kmacro-start-macro): Use kmacro-push-ring.
8071 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
8073         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
8074         directly instead of a lambda expression that calls it.
8076 2006-05-06  Kim F. Storm  <storm@cua.dk>
8078         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
8079         instead of compute-motion.
8081 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
8083         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
8084         change.
8086 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
8088         * startup.el (command-line-1): Refer to "Pure Storage" on
8089         pure-space-overflow.
8091 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
8093         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
8094         provided faces once they all have been used up.
8096 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
8098         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
8099         reference to the Lisp manual to the warning about pure space
8100         overflow.
8102 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8104         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
8105         argument to avoid the call to `ispell-internal-change-dictionary'
8106         when not needed.
8107         (ispell-change-dictionary): Use this argument and call
8108         `ispell-internal-change-dictionary' after the possible change
8109         to `ispell-local-dictionary'.
8110         (ispell-internal-change-dictionary): Check for a change in
8111         personal dictionary use too.
8113 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
8115         * startup.el (command-line): On MS-Windows, probe "~", not
8116         "~USER", for warning about non-existent home directory
8118         * arc-mode.el (archive-l-e): New optional argument `float' means
8119         generate a float value.
8120         (archive-arc-summarize, archive-lzh-summarize)
8121         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
8122         with 3rd argument non-nil when file's size is being computed.
8123         Format the file sizes with %8.0f instead of %8d.
8125 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8127         * cus-start.el (all): Add mac-dnd-known-types.
8129         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
8130         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
8131         (mac-TIFF-to-string): New functions.
8132         (x-get-selection, x-selection-value)
8133         (mac-select-convert-to-string): Use them.
8134         (mac-text-encoding-mac-japanese-basic-variant): New constant.
8135         (mac-dnd-types-alist): New customization variable.
8136         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
8137         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
8138         (mac-dnd-handle-drag-n-drop-event): New functions.
8139         (mac-drag-n-drop): Remove function.
8140         (global-map): Bind drag-n-drop and M-drag-n-drop to
8141         mac-dnd-handle-drag-n-drop-event.
8143 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
8145         * progmodes/perl-mode.el (perl-beginning-of-function):
8146         Skip anonymous subs.
8148 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
8150         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
8151         regexp-opt at run time.
8153         * term.el (term-handle-ansi-escape): Fix off by one error.
8155 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
8157         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
8158         (gdb-init-1, gdb-post-prompt): ...and references to it.
8159         (gdb-frame-handler): Strip directory name from filename if present.
8161         * progmodes/gud.el (gdb-force-update): Delete defvar
8162         (gud-speedbar-buttons): ...and references to it.  Use window-start
8163         to try to keep positon in watch expression.
8165 2006-05-03  Richard Stallman  <rms@gnu.org>
8167         * simple.el (next-history-element, previous-history-element): Doc fix.
8169         * isearch.el (isearch-update-ring): Doc fix.
8171 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
8173         * isearch.el (isearch-update-ring): Take history-delete-duplicates
8174         into consideration.  Replace one arm ifs with whens.
8176 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
8178         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
8179         (menu): Fix typo.
8181 2006-05-02  Miles Bader  <miles@gnu.org>
8183         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
8185 2006-05-02  Jay Belanger  <belanger@truman.edu>
8187         * calc/calc-embed.el (calc-override-minor-modes-map)
8188         (calc-override-minor-modes): New variables.
8189         (calc-do-embedded): Make sure that Calc keystrokes aren't
8190         overwritten by minor modes.
8192 2006-05-02  Chong Yidong  <cyd@mit.edu>
8194         * msb.el (msb): If EVENT is a down event, read and discard the up event.
8196 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8198         * startup.el (command-line-1): Refer to Lisp manual when
8199         pure-space-overflow occurs.
8201         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
8202         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
8203         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
8204         (version-control): Don't use `t' for safe-local-variable declarations.
8206 2006-05-01  Richard Stallman  <rms@gnu.org>
8208         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
8209         M-r, M-R, M-A, M-SPC or M-DEL.
8210         (diff-mode-map): diff-refine-hunk now on C-c C-w
8211         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
8213         * help-mode.el (help-mode): view-exit-action calls delete-window
8214         only when it is safe and possible.
8216         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
8217         in messages.
8219         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
8221         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
8222         in the default tool-bar-map.
8224 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
8226         * net/tramp.el (tramp-completion-file-name-handler-alist)
8227         (tramp-run-real-handler, tramp-completion-run-real-handler)
8228         (tramp-completion-handle-file-name-all-completions)
8229         (tramp-completion-handle-file-name-completion): Autoload them.
8230         (tramp-completion-handle-file-exists-p)
8231         (tramp-completion-handle-file-name-directory)
8232         (tramp-completion-handle-file-name-nondirectory)
8233         (tramp-completion-handle-expand-file-name): Remove them.
8234         (tramp-handle-file-name-directory): Return the real directory name.
8235         Returning "/" only doesn't need to be necessary any longer.
8236         (tramp-file-name-handler): Make special attention when in hostname
8237         completion mode.
8238         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
8239         (tramp-register-file-name-handlers):
8240         Register `tramp-completion-file-name-handler' only when
8241         `partial-completion-mode' is enabled.
8242         (tramp-completion-handle-file-name-all-completions):
8243         Delete directory part from results.
8244         (tramp-get-completion-methods, tramp-get-completion-user-host):
8245         Discard deleting "/", it doesn't work after the change of
8246         `tramp-handle-file-name-directory' above.
8248 2006-05-01  Kim F. Storm  <storm@cua.dk>
8250         * progmodes/grep.el (grep-expand-template): Use save-match-data
8251         and symbol-value.
8253 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8255         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
8256         Use select-frame-set-input-focus instead of raise-frame.
8257         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
8259 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
8261         * progmodes/gud.el (gud-def): Add %c case.
8262         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
8263         (gud-format-command): Make match case sensitive.  Match on %F.
8265 2006-04-30  Glenn Morris  <rgm@gnu.org>
8267         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
8268         (cal-tex-preamble): Use cal-tex-preamble-extra.
8269         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
8270         than alias `list-diary-entries'.
8272 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
8274         * help-fns.el (describe-variable): Add info about safe local variables.
8276 2006-04-29  Richard Stallman  <rms@gnu.org>
8278         * bindings.el (mode-line-format): help-echo doc fixes.
8280         * net/tramp.el (tramp-file-name-handler-alist): Delete
8281         expand-file-name and other operations that can cause spurious loading.
8283 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8285         * files.el (safe-local-variable-p): Remove support for the special
8286         value t.
8288         * textmodes/paragraphs.el (sentence-end-without-space):
8289         Fix safety predicate.
8290         (sentence-end-double-space, sentence-end-without-period)
8291         (paragraph-ignore-fill-prefix):
8292         * textmodes/fill.el (colon-double-space):
8293         * abbrev.el (abbrev-mode): Tighten the safety predicate.
8295         * subr.el (booleanp): New fun.
8297         * textmodes/reftex-vars.el (reftex-guess-label-type):
8298         Tighten the safety predicate.
8300 2006-04-28  Kim F. Storm  <storm@cua.dk>
8302         * progmodes/grep.el (defgroup grep): Doc fix.
8303         (grep-auto-highlight): Remove.
8304         (grep-template): New defcustom.
8305         (grep-find-template): Rename from grep-tree-template.
8306         (grep-files-aliases): Rename from grep-tree-files-aliases.
8307         Remove "all" alias, add "l" alias.
8308         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
8309         (grep-find-ignored-directories): New defcustom to replace
8310         grep-tree-ignore-CVS-directories, to facilitate ignoring
8311         subdirectories for multiple version control systems.
8312         (grep-mode-map): Add Recursive grep item to GREP menu.
8313         (grep-regexp-history, grep-files-history): New defvars.
8314         (grep-probe): New helper function.
8315         (grep-compute-defaults): Use it to simplify code.
8316         Adapt to name changes.
8317         Use `.' as base in grep-find-template rather than <D>.
8318         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
8319         Call grep-compute-defaults unconditionally.
8320         (grep-expand-keywords): New defconst.
8321         (grep-expand-template): Rename from grep-expand-command-macros.
8322         Simplify via grep-expand-keywords.  Look at case-fold-search instead
8323         of grep-tree-ignore-case to add -i option.
8324         Bind case-fold-search to nil while matching keywords.
8325         (grep-tree-last-regexp, grep-tree-last-files): Remove.
8326         (grep-read-regexp, grep-read-files): New helper functions.
8327         (rgrep): Rename from grep-tree.  Rework to use proper histories.
8328         Adapt to changes in defcustoms and functions above.
8329         (lgrep): New command, as grep, but using same interactive UI as rgrep.
8331 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
8333         * net/tramp.el (tramp-completion-file-name-handler):
8334         Disable Tramp's functionality while loading Tramp itself.
8335         (tramp-register-file-name-handlers): That's a defsubst now.
8336         Code from `tramp-repair-jka-compr' moved here.  Apply it via
8337         `after-init-hook'.
8338         (tramp-repair-jka-compr): Remove.
8340 2006-04-27  Jay Belanger  <belanger@truman.edu>
8342         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
8343         read expression when `math-read-big-expr' doesn't work.
8345 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
8347         * startup.el (command-line-1): Display warning when
8348         pure-space-overflow is non-nil.
8350 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8352         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
8353         risky.
8355 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8357         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
8358         Return the URL or nil if none can be generated.
8360 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
8362         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
8363         byte compiler warnings.
8364         (gud-basic-call, gud-find-expr): Let user select an expression
8365         for printing.  Print expression as well as value in GUD buffer.
8367 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
8369         * allout.el: Remove local autoload declaration for
8370         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
8371         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
8372         (allout-plain-bullets-string, allout-distinctive-bullets-string)
8373         (allout-use-mode-specific-leader, allout-old-style-prefixes)
8374         (allout-stylish-prefixes, allout-numbered-bullet)
8375         (allout-file-xref-bullet, allout-presentation-padding)
8376         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
8377         safe-local-variable with suitable value spec, and add autoload
8378         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
8379         (move-beginning-of-line, move-end-of-line): Repair so these compat
8380         functions now actually resituate the point, when appropriate.
8382 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8384         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
8386         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
8387         (add-log-iso8601-time-string): Fix call to format-time-string.
8389 2006-04-26  Kim F. Storm  <storm@cua.dk>
8391         * subr.el (posn-string, posn-image, posn-object): Doc fix.
8393 2006-04-26  Masatake YAMATO  <jet@gyve.org>
8395         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
8396         Add support for "//" style comments.  Remove `b' flag
8397         from ?* in `asm-mode-syntax-table'.
8399 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8401         * follow.el: Use (featurep 'xemacs) everywhere.
8402         (follow-mode): Use define-minor-mode.
8403         (follow-mode-map): Move initialization into the declaration.
8404         Use command remapping.
8405         (follow-emacs-version-xemacs-p): Remove.
8406         (follow-submit-feedback): Remove.
8408         * allout.el (allout-layout, allout-passphrase-verifier-string)
8409         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
8411         * textmodes/reftex-vars.el (reftex-vref-is-default)
8412         (reftex-fref-is-default, reftex-guess-label-type):
8413         Tighten up a bit the safety predicate.
8415         * textmodes/paragraphs.el (sentence-end-double-space)
8416         (sentence-end-without-period, sentence-end-without-space)
8417         (page-delimiter, paragraph-ignore-fill-prefix):
8418         Tighten up a bit the safety predicate.
8420         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
8422         * progmodes/python.el (python-continuation-line-p)
8423         (python-beginning-of-statement): syntax-ppss may return
8424         a negative depth.
8425         (python-mode): Don't forcefully enable font-lock.
8427         * time-stamp.el (time-stamp-start, time-stamp-end)
8428         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
8430         * add-log.el: Remove spurious * in docstrings.
8431         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
8432         (add-change-log-entry): Use it here, since it's not specific
8433         to iso8601.
8434         (add-log-iso8601-time-string): Don't use it here any more.
8435         (change-log-indent-text, change-log-indent): Rename from add-log-*.
8437         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
8439 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
8441         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
8442         (rcirc-toggle-low-priority): Doc fix.
8443         (rcirc-handler-NOTICE): Remove beginning of line anchor in
8444         ChanServ regexp.
8445         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
8446         #emacs.
8447         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
8448         (rcirc-decode-coding-system): Use utf-8 as the default.
8449         (rcirc-multiline-minor-mode): Set the fill-column.
8450         (rcirc-format-response-string): Display bright and dim nicks.
8451         (rcirc-browse-url): Update interactive spec to fill ARG.
8452         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
8453         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
8455 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
8457         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
8458         case for @Article, etc.
8460 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
8462         * net/tramp.el (tramp-register-file-name-handlers): New defun.
8463         Added with autoload cookie.
8464         (tramp-unload-file-name-handlers): Rename from
8465         `tramp-unload-file-name-handler-alist'.
8467 2006-04-23  Romain Francoise  <romain@orebokech.com>
8469         * comint.el (comint-match-partial-filename): Doc fix.
8471 2006-04-21  Glenn Morris  <rgm@gnu.org>
8473         * calendar/cal-menu.el (calendar-mode-map): Refer to
8474         `diary-view-entries' rather than alias `view-diary-entries'.
8475         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
8477 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
8479         * progmodes/antlr-mode.el (antlr-default):
8480         * cus-edit.el (custom-documentation):
8481         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
8482         in defface.
8484 2006-04-21  Kim F. Storm  <storm@cua.dk>
8486         * image.el (image-type): New defun split out of create-image.
8487         (create-image): Use it.
8489 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
8491         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
8492         (org-open-at-point): Remove the "...done" message to keep output
8493         in the echo area visible.
8494         (org-export-as-xoxo): Fix call to `indent-region'.
8496 2006-04-21  Kevin Ryde  <user42@zip.com.au>
8498         * international/mule.el (keyboard-coding-system): defcustom
8499         info-link fixes: "Specify Coding" has been split, keyboard now in
8500         "Terminal Coding", and "Single-Byte Character Support" is now
8501         "Unibyte Mode".
8503 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
8505         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
8506         Use font-lock-warning-face for any errors e.g. no stack.
8507         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
8509 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
8511         * progmodes/sh-script.el (sh-shell): Mark as safe.
8513         * newcomment.el (comment-start, comment-start-skip)
8514         (comment-end-skip, comment-end): Mark as safe.
8516 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
8518         * textmodes/org.el (org-deadline-announce): Face removed.
8519         (org-level-faces, org-n-levels): Convert to constant.
8520         (org-compatible-face): New function.
8521         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
8522         (org-level-5, org-level-6, org-level-7, org-level-8)
8523         (org-special-keyword, org-warning, org-headline-done, org-link)
8524         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
8525         (org-scheduled-today, org-scheduled-previously, org-time-grid):
8526         Face definition revised for better color tty support.
8527         (org-bold-re, org-italic-re, org-underline-re): New constants.
8528         (org-set-font-lock-defaults): Use the new constants.
8529         (org-agenda-highlight-todo): New function.
8530         (org-agenda-todo): Fix bug with point at end of line.
8531         (org-agenda-change-all-lines, org-finalize-agenda-entries):
8532         Fontify TODO keywords.
8533         (org-insert-link): Preserve relative path in ../ links.
8534         (org-export-as-html): Convert links pointing to .org files into
8535         links that will work beteen the exported HTML files.
8536         (org-todo-list): Fix bug when arg=0.
8537         (org-insert-heading): More fine-tuning.
8539 2006-04-19  Romain Francoise  <romain@orebokech.com>
8541         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
8542         from `rmail-mime-charset-pattern'.
8544 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
8546         * progmodes/python.el (python-mode): Fix typo.
8548 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
8550         * comint.el (comint-previous-input): Don't clobber input line
8551         when moving off either end of the input history ring.
8552         (comint-delete-input): New function, used by
8553         `comint-previous-input' and others.
8554         (comint-previous-matching-input):
8555         Use `coming-delete-input'.  Save the partial input if leaving the
8556         edit line.  Goto point-max before deleting input to avoid
8557         partial input fragments hanging around.
8558         (comint-restore-input): New function, used by `comint-previous-input'.
8560 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
8562         * imenu.el (imenu--index-alist): Balance parentheses.
8564 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
8566         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
8568 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
8570         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
8571         file is nil.
8573 2006-04-18  Richard Stallman  <rms@gnu.org>
8575         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
8577         * imenu.el (imenu-create-index-function, imenu--index-alist)
8578         (imenu--last-menubar-index-alist, imenu--make-index-alist)
8579         (imenu-default-create-index-function, imenu--generic-function):
8580         Doc fixes.
8582         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
8584         * help-mode.el (help-mode): Set view-exit-action to delete window.
8586         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
8587         now works by passing nil as arg.
8589         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
8591         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
8592         (read-abbrev-file): Provide default when reading filename.
8594         * files.el (enable-local-variables): Allow :all as value.
8595         (hack-local-variables): Implement that value.
8596         (safe-local-variable-values, safe-local-eval-forms)
8597         (enable-local-variables): Mark as risky.
8598         (find-file-visit-truename, kept-old-versions): Mark safe.
8600         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
8601         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
8602         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
8604 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8606         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
8607         Use forward-line so as to get to BOL even in the presence of fields.
8608         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
8609         in return.
8610         (inferior-tcl): Tell tclsh to work in interactive mode.
8612         * complete.el (partial-completion-mode):
8613         Use 'choose-completion-string-functions to make sure that
8614         choose-completion fills the minibuffer properly.
8616         * complete.el (PC-old-read-file-name-internal): Remove.
8617         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
8618         of read-file-name-internal.
8619         (partial-completion-mode): Enable/disable this advice.
8621 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
8623         * net/tramp.el (tramp-completion-file-name-handler): Revert change
8624         of 2006-04-17.
8626 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
8628         * textmodes/org.el (org-insert-heading): Insert heading before
8629         current if at beginning of line.
8630         (org-todo, org-date): New faces.
8631         (org-table-align): Make sure tooltip window contains full text.
8632         (org-no-properties): New defsubst.
8633         (org-set-font-lock-defaults): Use new faces.
8635 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
8637         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
8638         for root variables.
8640         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
8641         (gdb-frame-address): Re-use to identify frame for watch expression.
8642         (gdb-var-list, gdb-var-create-handler): Add frame address for root
8643         variables.
8644         (gdb-init-1, gdb-source, gdb-post-prompt)
8645         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
8646         (gdb-frame-handler): Get gdb-frame-address.
8648 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
8650         Sync with Tramp 2.0.53.
8652         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
8653         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
8654         (tramp-completion-file-name-handler): Add autoload cookie for
8655         adding to `file-name-handler-alist'.
8657         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
8658         the prompt.  If it returns earlier (when detecting an error
8659         message), the rest of the output will merge accidently with the
8660         output of the next command.  Reported by M Jared Finder
8661         <jared@hpalace.com>.
8663         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
8664         for `process-file', in order to let it work for older Emacsen too.
8666 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
8668         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
8669         (tex-font-lock-keywords-3): Use it.
8671 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8673         * newcomment.el (comment-add): New function.
8674         (comment-region-default, comment-dwim): Use it.
8676 2006-04-15  Michael Olson  <mwolson@gnu.org>
8678         * emacs-lisp/tq.el: Improve comments.
8679         (tq-queue-head-question): New accessor function.
8680         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
8681         Update for modified queue structure.
8682         (tq-queue-add): Accept `question' argument.
8683         (tq-queue-pop): If a question is pending, send it.
8684         (tq-enqueue): Accept new optional argument `delay-question'.
8685         If this is non-nil, and at least one other question is pending a
8686         response, queue the question rather than sending it immediately.
8688 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8690         * calendar/appt.el (appt-add): Check whether an appointment is
8691         already present in appt-time-msg-list.  Simplify code.
8693 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8695         * progmodes/cc-langs.el (c-mode-menu):
8696         Don't presume c-subword-mode is bound.
8698 2006-04-13  Bill Wohler  <wohler@newt.com>
8700         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
8701         (customize-package-emacs-version): Use cdr instead of cadr now
8702         that alists use dotted pairs.
8704         * custom.el (defcustom): Fix docstring for :package-version.
8706 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
8708         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
8709         (tramp-handle-shell-command): Display output buffer only when
8710         `tramp-display-shell-command-buffer' is true.
8711         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
8713 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
8715         * textmodes/org.el (org-set-autofill-regexps): Set only the local
8716         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
8718 2006-04-13  Romain Francoise  <romain@orebokech.com>
8720         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
8721         leaving temporary .cvsignore buffers behind.
8723 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
8725         * textmodes/org.el (org-set-regexps-and-options)
8726         (org-get-current-options): Better names for the startup folding
8727         options.
8729 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
8731         * vc.el (vc-annotate): Arrange for point to end up at the same
8732         line number as in the original, but only when using a new buffer.
8734 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
8736         * files.el (hack-one-local-variable-eval-safep):
8737         Recognize `edebug-form-spec' for `put', but only if it passes
8738         `edebug-basic-spec'.  Generalize `put' handling.
8740         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
8741         vetting file-local form specs.
8743         * allout.el (allout-layout): Autoload its `safe-local-variable'
8744         property.
8746 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
8748         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
8749         (org-agenda-mouse-1-follows-link)
8750         (org-mouse-1-follows-link): New options.
8751         (org-format-agenda-item): Fix bug if TAGS is nil.
8752         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
8754 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
8756         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
8757         GDB 6.1+ gives full filename for "info sources" so use
8758         file-name-nondirectory.
8760 2006-04-12  Romain Francoise  <romain@orebokech.com>
8762         * subr.el (read-passwd): Bind `message-log-max' to nil.
8764 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8766         * progmodes/perl-mode.el (perl-indent-new-calculate):
8767         Recompute parse-start after jumping backward by a whole sexp.
8769 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8771         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
8772         window configuration.
8773         (vc-annotate-display-select): Select the buffer so that current-buffer
8774         (and selected-window) is the output buffer at the end of vc-annotate.
8776 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
8778         * vc.el (vc-annotate-color-map): Add custom TTY color map for
8779         8-color terminals, to use all of the colors in a sensible order.
8780         256-color terminals work well with the standard map.
8781         (vc-annotate-lines): Only strip the first color character if it
8782         is "#", to allow for terminal-style named colors.
8783         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
8784         the correct buffer is scrolled.
8786 2006-04-11  Richard Stallman  <rms@gnu.org>
8788         * emacs-lisp/bytecomp.el (byte-compile-file):
8789         Bind enable-local-variables to :safe, and make normal-mode obey it.
8791         * files.el (enable-local-variables): Allow value :safe.
8792         (normal-mode): Doc fix.
8793         (hack-local-variables): Implement enable-local-variables = :safe.
8794         (hack-local-variables-confirm): Don't prevent quitting.
8796 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8798         * loadhist.el (unload-feature): A bit of sanity check of
8799         load-history entries.  Cancel timer-vars before unbinding them.
8801         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
8802         quote special chars, and make the trick work on the hex part of the
8803         buffer as well.
8804         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
8805         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
8807         * startup.el (normal-splash-screen): Fix last change so we don't wait
8808         2 minutes if we don't show the splash screen.
8810 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
8812         * textmodes/org.el (org-export-plain-list-max-depth)
8813         (org-table-spaces-around-separators)
8814         (org-radio-targets, org-activate-camels)
8815         (org-table-spaces-around-invisible-separators): Options removed.
8816         (org-time-stamp-rounding-minutes, org-remember-templates)
8817         (org-ellipsis, org-activate-links, org-descriptive-links):
8818         New options.
8819         (org-remember-apply-template, org-current-time)
8820         (org-finish-edit-table-field)
8821         (org-link-unescape, org-link-escape)
8822         (org-string-width, org-table-clean-line, org-html-do-expand)
8823         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
8824         (org-read-agenda-file-list): New functions.
8825         (org-table-edit-field)
8826         (org-table-create-or-convert-from-region): New commands
8827         (org-table-toggle-vline-visibility): Command removed.
8828         (org-table-convert-region): Made a command.
8829         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
8830         Replace with the normal org- functions.
8831         (org-self-insert-command): Don't trigger realign unnecessarily
8832         when blanking a field that is not full.
8833         (org-mode): `Set buffer-invisibility-spec' for links.
8834         (org-activate-links2): Hide link part and only show descriptive
8835         part of the link.
8836         (org-insert-link): Modify for new linking system.
8837         (org-store-link): Store description separately, for use by
8838         `org-insert-link'.
8839         (org-table-align): Use `org-string-width'.
8840         (defgroup): Completely new group structure for custom variables.
8841         (org-agenda-files): Option: Single file name allowed.  Function:
8842         Optional argument unrestrited means ignore any restricitons.
8843         (org-install-agenda-files-menu): Find a buffer in Org-mode before
8844         trying to modify the menu.  Use generalized access to
8845         `org-agenda-files.'
8846         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
8847         (org-agenda-file-to-front, org-remove-file, org-diary)
8848         (org-tags-view, org-export-icalendar-all-agenda-files)
8849         (org-export-icalendar-combine-agenda-files): Use generalized
8850         access to `org-agenda-files'.
8851         (org-remember-handler): Correctly preserve heading if present.
8852         (org-table-insert-row, org-table-insert-hline): Deal with
8853         invisible characters.
8855 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
8857         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
8858         (vc-annotate-color-map): New 18 element constant
8859         value/saturation, rotating hue colormap, from red->blue.
8860         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
8861         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
8862         (vc-annotate): To avoid killing the required local variables,
8863         set them before the end of `with-output-to-temp-buffer', and
8864         after first switching to annotate-mode.
8865         (vc-annotate-warp-version): Add buffer argument in goto-line to
8866         ensure annotation, not source, is scrolled.
8868 2006-04-10  Bill Wohler  <wohler@newt.com>
8870         * custom.el (defcustom, custom-handle-keyword):
8871         Add :package-version keyword.
8872         (custom-add-package-version): New function.  Sets value of new
8873         property 'custom-package-version from :package-version keyword.
8874         (defcustom): Create Common Keywords section in docstring.
8875         (defface, defgroup): Replace definitions of a select few keywords
8876         with a reference to the Common Keywords in defcustom.
8877         (defcustom, defface, defgroup): Replace reference to Customization
8878         chapter in manual with hyperlink.
8880         * cus-edit.el (customize-package-emacs-version-alist): New variable.
8881         (customize-changed-options): Add check for custom-package-version.
8882         (customize-package-emacs-version): New function to look up Emacs
8883         version corresponding to the given package version.
8885         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
8886         defun name, in similar fashion to find-variable-regexp.
8888 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
8890         * international/mule-cmds.el (set-locale-environment): Fix last
8891         change for when the locale's preferences don't specify any encoding.
8893 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8895         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
8896         so the defined var/fun doesn't need to be quoted.
8898 2006-04-10  Richard Stallman  <rms@gnu.org>
8900         * finder.el (finder-mode-map): Add n and p bindings.
8902 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
8904         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
8905         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
8906         (gdb-setup-windows): Put something in source window if we can't find
8907         the source file.
8908         (gdb-frame-handler): Make it work again with just assembly.
8909         (gdb-data-list-register-values-handler): Make it work when there is
8910         no stack.
8912 2006-04-09  Richard Stallman  <rms@gnu.org>
8914         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
8915         specs while looking for charset.
8917         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
8919         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
8920         Make them faces.
8921         (lm-font-lock-keywords): Update appropriately.
8923 2006-04-10  Kim F. Storm  <storm@cua.dk>
8925         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
8926         it can also replace buffer-substring-no-properties.
8928         * emulation/cua-base.el (cua-delete-region, cua-paste)
8929         (cua-repeat-replace-region): Use filter-buffer-substring.
8931         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8932         (cua-cut-region-to-global-mark): Likewise.
8934         * emulation/cua-rect.el (cua--extract-rectangle)
8935         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
8937 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8939         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
8940         entry-type.  Add field delimiters to numerical fields if they are
8941         not present.
8943 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8945         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
8946         string-const to return value.
8947         (bibtex-remove-delimiters): Use it.
8949 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8951         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
8952         cl-byte-compile-compiler-macro unless it exists.
8954 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
8956         * files.el (hack-local-variables-confirm) <offer-save>:
8957         Clarify message text.  Suggested by Ralf Angeli.
8959 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8961         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
8962         (delete-extract-rectangle-line): Use `filter-buffer-substring'
8963         instead of `buffer-substring' and `delete-region'.  (Most of the
8964         code actually copied from `kill-region'.)
8966 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
8968         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
8969         (rcirc-default-port): Rename from rcirc-port.
8970         (rcirc-default-nick): Rename from rcirc-nick.
8971         (rcirc-default-user-name): Rename from rcirc-user-name.
8972         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
8973         (rcirc-low-priority-flag): New variable.
8974         (rcirc-decode-coding-system): New defcustom.
8975         (rcirc-encode-coding-system): New defcustom.
8976         (rcirc-coding-system-alist): New defcustom.
8977         (rcirc-multiline-major-mode): New defcustom.
8978         (rcirc-nick): New internal variable.
8979         (rcirc-process): Remove variable.
8980         (rcirc-server-buffer): New variable.
8981         (rcirc): Update to use rcirc-default-* variables above.
8982         (rcirc-connect): Do not add window-configuration-hook-here.
8983         (rcirc-server): New internal variable.
8984         (rcirc-connect): Do not send keepalive pings if
8985         rcirc-keepalive-seconds is nil.
8986         (with-rcirc-server-buffer): New macro.
8987         (rcirc-send-string): Encode with rcirc-encode-coding-system.
8988         (rcirc-server-name): Rename from rcirc-server.
8989         (rcirc-buffer-process): New function.
8990         (rcirc-buffer-nick): New function.
8991         (rcirc-buffer-target): Remove function.
8992         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
8993         New commands.
8994         (rcirc-mode-map): Change binding of C-c C-l to
8995         rcirc-toggle-low-priority.
8996         (rcirc-mode): Initialize coding system based on
8997         rcirc-coding-system-alist.  New change-major-mode-hook to part the
8998         channel on a mode change.  Make kill-buffer-hook buffer-local.
8999         (rcirc-change-major-mode-hook): New function.
9000         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
9001         (rcirc-last-post-time): New variable.
9002         (rcirc-process-message): Store the last time user posted a message
9003         to this target.
9004         (rcirc-multiline-minor-mode): New mode.
9005         (rcirc-multiline-minor-mode-map): New mode map.
9006         (rcirc-edit-multiline): Put multiline-edit buffer in
9007         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
9008         (rcirc-print): Ignore any line starting with an ignored nick.
9009         (rcirc-print): Decode using rcirc-decode-coding-system.
9010         (rcirc-track-minor-mode): Update global-mode-string when disabling
9011         this mode.
9012         (minor-mode-alist): Add LowPri indicator.
9013         (rcirc-toggle-low-priority): New function.
9014         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
9015         next lowpriority buffer with activity.
9016         (rcirc-record-activity): Sort buffers in rcirc-activity by the
9017         last time the user posted a message in to the target.
9018         (rcirc-update-activity-string): New formatting for low priority
9019         buffers.
9020         (rcirc-split-activity): New function.
9021         (rcirc-handler-PART, rcirc-handler-KICK)
9022         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
9023         (rcirc-nick-away-alist): New variable.
9024         (rcirc-handler-301): New handler.  Away messages are printed once
9025         per change.
9027 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
9029         * info.el (Info-follow-nearest-node): Doc fix.
9031         * international/mule-cmds.el (set-locale-environment): Make sure
9032         the coding-system preferred by the locale's language has the same
9033         EOL conversion type as the original buffer-file-coding-system.
9034         (locale-language-names): Add a few MS Windows language codes.
9036 2006-04-07  Richard Stallman  <rms@gnu.org>
9038         * simple.el (eval-expression): Doc fix.
9040         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
9041         (eval-defun): Doc fixes.
9043 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
9045         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
9047 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
9049         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
9050         GDB list command without argument for greater generality.
9052 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9054         * subr.el (string-or-null-p): New function.
9056         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
9058         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
9060         * files.el: Update comment about safe-local-variable declarations.
9062 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
9064         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
9065         See idlwave.org.
9067         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
9068         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
9070         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
9071         See idlwave.org.
9073         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
9074         version 6.0 (minimal changes).  See idlwave.org.
9076         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
9077         6.0 (minimal changes).  See idlwave.org.
9079         * progmodes/idlw-rinfo.el: File obsoleted and removed.
9081 2006-04-06  Romain Francoise  <romain@orebokech.com>
9083         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
9084         symmetric encryption features and a new asynchronous interface to
9085         GnuPG.  This new version is version 1.4, plus whitespace changes.
9087 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9089         * files.el: Move some `safe-local-variable' declarations to the
9090         respective files.
9092         * textmodes/ispell.el (ispell-check-comments)
9093         (ispell-local-dictionary): Mark as safe.
9095         * abbrev.el (abbrev-mode): Mark as safe.
9097         * add-log.el (change-log-default-name): Mark as safe.
9099         * textmodes/reftex-vars.el (reftex-vref-is-default)
9100         (reftex-fref-is-default, reftex-level-indent)
9101         (reftex-guess-label-type): Mark as safe.
9103         * textmodes/fill.el (colon-double-space): Mark as safe.
9105         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
9106         (sentence-end-double-space, sentence-end-without-period)
9107         (sentence-end-without-space, sentence-end, sentence-end-base)
9108         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
9110 2006-04-06  Kim F. Storm  <storm@cua.dk>
9112         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
9113         the :set-after list.
9114         (ido-downcase-unc-hosts): New user option.  Default on.
9115         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
9116         when it is set, as regexps are now applied on the fly.
9117         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
9118         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
9119         on the fly, but only when ido-process-ignore-lists is set.
9120         Do case insensitive filtering if ido-downcase-unc-hosts is set.
9121         Only downcase names if ido-downcase-unc-hosts is set.
9123 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
9125         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
9127         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
9129 2006-04-05  Kim F. Storm  <storm@cua.dk>
9131         * ido.el (ido-mode): Set after ido-unc-hosts and
9132         ido-ignore-unc-host-regexps.
9133         (ido-save-history): Save ido-unc-hosts-cache.
9134         (ido-load-history): Load ido-unc-hosts-cache.
9135         (ido-reread-directory): Refresh unc hosts cache in // dir.
9137         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
9138         to nil while displaying slash screen.
9140 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9142         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
9143         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9145 2006-04-05  Kenichi Handa  <handa@m17n.org>
9147         * international/characters.el: Setup cases of Latin, Greek, and
9148         Cyrillic characters in CJK charsets.
9150 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9152         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9153         default-enable-multibyte-characters.  This reverts the change from
9154         revision 6.17 which is no longer necessary because the passphrase
9155         is sent separately now.  GnuPG messages are unreadable under
9156         multibyte locales with default-enable-multibyte-characters set to nil.
9158 2006-04-04  Andreas Schwab  <schwab@suse.de>
9160         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
9161         and `byte-compile-warnings' as `safe-local-variable'.
9163 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
9165         * man.el (Man-mode-map): Restore the \r binding.
9166         (Man-abstract-xref-man-page): If Man-target-string is a function,
9167         call it.
9168         (Man-highlight-references): Use Man-default-man-entry to get the
9169         target.  Deal with xrefs too.
9170         (Man-highlight-references0): Don't call the target function.
9172         * woman.el (WoMan-xref-man-page): Strip the section number, woman
9173         cannot deal with it.
9175 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9177         * pgg-gpg.el: Clean up process buffers every time gpg processes
9178         complete.
9180 2006-04-04  Kenichi Handa  <handa@m17n.org>
9182         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
9183         here.
9184         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
9185         Temporarily bind inhibit-field-text-motion to t.
9187 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9189         * startup.el (normal-splash-screen): Only set mode-line-format in the
9190         splash buffer, so as not to interfere when debugging the code.
9191         Ignore errors when switching buffer.
9193 2006-04-03  Romain Francoise  <romain@orebokech.com>
9195         * dired.el (dired-dnd-protocol-alist): Fix typo.
9197 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9199         * savehist.el (savehist): Add :version.
9200         (savehist-ignored-variables): New variable.
9201         (savehist-minibuffer-hook): Don't save variables listed in
9202         `savehist-ignored-variables'.
9204         * dired.el (dired-dnd-protocol-alist): Mention that change does
9205         only apply to new buffers in doc string.
9207 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
9209         * recentf.el (recentf-open-files-item): Include newline in button
9210         field, so opening a file will work, when the point is at the end
9211         of the file name.  Allow, for example, to [i]search a file by
9212         extension and just push RET to open it.
9214 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9216         * pgg-gpg.el (pgg-gpg-process-filter)
9217         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9219         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9220         lines, temporary fix.
9222 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
9224         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
9226 2006-04-02  Richard Stallman  <rms@gnu.org>
9228         * progmodes/compile.el (compilation-message-face): Make it defcustom.
9230 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
9232         * ibuf-macs.el (define-ibuffer-column): Add a new key:
9233         header-mouse-map.
9235         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
9236         (ibuffer-mode-header-map): New keymaps.
9237         (ibuffer-update-title-and-summary): Enable mouse face highlighting
9238         and keybindings for column headers.
9239         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
9240         property.
9242 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
9244         * speedbar.el (speedbar-after-create-hook): Doc fix.
9246 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
9248         * shell.el (shell-directory-tracker)
9249         (shell-dynamic-complete-command): Doc fixes.
9251 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
9253         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
9254         terminals.
9256 2006-04-01  Kim F. Storm  <storm@cua.dk>
9258         * ido.el (ido-unc-hosts-cache): New defvar.
9259         (ido-unc-hosts): If value of defcustom is a function, call it to
9260         get list of UNC hosts.  Add function-item choices to specify
9261         ido-unc-hosts-net-view or user function.
9262         (ido-ignore-unc-host-regexps): New defcustom.
9263         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
9264         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
9265         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
9267 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9269         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
9270         wwidth.
9272 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
9274         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
9275         (ido-max-work-file-list, ido-switch-buffer)
9276         (ido-read-file-name-as-directory-commands):
9277         Fix typos in docstrings.
9279 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9281         * term/mac-win.el (mac-system-coding-system): Define and use after
9282         Mac-specific coding systems are ready.
9284 2006-03-27  Romain Francoise  <romain@orebokech.com>
9286         * net/rcirc.el (rcirc-connect): Add autoload cookie.
9288         * ldefs-boot.el: Update.
9290 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9292         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9293         passphrases when it is not needed.
9294         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9295         passphrase stuff from gpg, should only be necessary when you use
9296         gpg with a smartcard.
9298 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
9300         * comint.el (comint-dynamic-list-completions): Allow user to
9301         select *Completions* buffer.
9303 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
9305         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
9307 2006-03-26  Andreas Schwab  <schwab@suse.de>
9309         * progmodes/gud.el (gdb): Only complain about multiple debugging
9310         when the gdb process is still running.
9312 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
9314         * mail/rmail.el (tool-bar-map): Defvar it.
9315         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
9316         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
9318 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9320         * help.el (print-help-return-message): Suggest to use
9321         display-buffer instead of switch-to-buffer-other-window to restore
9322         the previous window without selecting it.
9324 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9326         * frame.el (select-frame-by-name): Call x-focus-frame also when
9327         window-system is mac.
9329         * term/mac-win.el: Adjust Courier font specifications in
9330         x-fixed-font-alist.
9331         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
9332         when directly encoding to UTF-16 in native byte order, no BOM.
9334 2006-03-25  Kim F. Storm  <storm@cua.dk>
9336         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
9337         (cua--init-keymaps): Use it instead of fixed C-return.
9338         (cua-mode): Set after it.
9340         * emulation/cua-rect.el (cua--init-rectangles):
9341         Use cua-rectangle-mark-key instead of fixed C-return.
9343 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
9345         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
9346         "run" in .gdbinit.
9347         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
9349 2006-03-24  Romain Francoise  <romain@orebokech.com>
9351         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
9352         `display-buffer-other-frame'.
9354 2006-03-24  Kim F. Storm  <storm@cua.dk>
9356         * apropos.el (apropos-synonyms): Add selection => region.
9358 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
9360         * progmodes/gdb-ui.el (gdb-var-create-regexp)
9361         (gdb-var-list-children-regexp, gdb-var-update-regexp)
9362         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
9363         (gdb-data-list-register-values-regexp)
9364         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
9365         Future proof against new fields being added to MI output.
9366         (gdb-send): Don't treat backslashes for program input as
9367         continuations.
9368         (gdb-assembler-handler): Don't use window-start for this handler.
9369         (gdb-frame-handler): Don't change to hollow arrow if overlay
9370         arrow doesn't move to new frame.
9372 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
9374         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
9375         prevent compiler warnings.
9376         (gdb-stopped): Check for gud-last-last-frame (case: signal).
9377         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
9378         (gdb-assembler-custom): Use hollow-right-triangle for assembler
9379         buffer too.
9381 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
9383         * pgg-gpg.el (pgg-gpg-update-agent): Check for
9384         make-network-process, so we can use the same code in Gnus v5-10
9385         too and have this file fully synchronized with that release.
9387 2006-03-23  Romain Francoise  <romain@orebokech.com>
9389         * ibuf-ext.el (ibuffer-read-filter-group-name):
9390         Use `ibuffer-generate-filter-groups' to make completion list match
9391         the filter groups that are really displayed in the Ibuffer buffer.
9392         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
9394 2006-03-23  Kenichi Handa  <handa@m17n.org>
9396         * international/mule-cmds.el (sort-coding-systems): Describe that
9397         the argument is modified in docstring.
9399 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9401         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9402         (pgg-gpg-update-agent): New function.
9403         (pgg-gpg-use-agent-p): New function.
9404         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9405         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9406         (pgg-gpg-sign-region): Use it.
9408 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
9410         * cus-edit.el (custom-face-set): Call custom-push-theme before
9411         face-spec set so that `changed' theme is correctly saved.
9412         (custom-face-reset-standard): Reset to recalculated face rather
9413         than defface spec.
9415         * custom.el (custom-push-theme): Only save `changed' theme if the
9416         current face does not match the defface specs.
9418 2006-03-21  Simon Josefsson  <jas@extundo.com>
9420         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9421         <wilde@sha-bang.de>.
9422         (pgg-gpg-use-agent): New variable.
9423         (pgg-gpg-process-region): Use it.
9424         (pgg-gpg-encrypt-region): Likewise.
9425         (pgg-gpg-encrypt-symmetric-region): Likewise.
9426         (pgg-gpg-decrypt-region): Likewise.
9427         (pgg-gpg-sign-region): Likewise.
9428         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9430 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
9432         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
9433         bracket links.
9435 2006-03-21  Kim F. Storm  <storm@cua.dk>
9437         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
9438         fringe-indicator-alist instead of modifying global value.
9439         (gdb-frame-handler): Likewise.
9441 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
9443         * diff-mode.el (diff-function): Make it inherit from diff-header
9444         instead of diff-context.
9446         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
9447         bitmap.
9448         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
9449         change names in macro above for consistency.
9450         (gdb-frame-handler): Use hollow-right-triangle for all selected
9451         frames which except the innermost (where execution has stopped).
9452         (gdb-reset): Reset buffer-local values of overlay-arrow.
9454 2006-03-20  Richard Stallman  <rms@gnu.org>
9456         * simple.el (set-mark-command): Doc fix.
9458         * files.el (display-buffer-other-frame): New command.
9459         (ctl-x-4-map): Bind C-x 5 C-o to it.
9461 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9463         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
9464         rather than just defer-time, in case defer-time has been changed but
9465         the timer isn't running yet.
9466         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
9468 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
9470         * help-mode.el (help-follow-symbol): New function.
9471         Essentially identical to the old `help-follow', but do not let
9472         `push-button' do the work when on an xref.
9473         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
9475 2006-03-19  Richard Stallman  <rms@gnu.org>
9477         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
9478         preceded by the word `program'.
9479         (help-follow-mouse, help-follow): Throw error if not on xref.
9480         Delete no longer used args.
9482 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
9484         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
9485         annotation ensure gud-overlay-arrow-position is redisplayed.
9487 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9489         * textmodes/bibtex.el (bibtex-include-OPTkey)
9490         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
9491         (bibtex-autokey-name-case-convert)
9492         (bibtex-autokey-titleword-case-convert): Make these the aliases
9493         for the following two variables.
9494         (bibtex-autokey-name-case-convert-function)
9495         (bibtex-autokey-titleword-case-convert-function): Make these the
9496         real names.
9497         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
9498         bibtex-font-lock-crossref sublists.
9499         (bibtex-mode): Revert 2005-12-30 change (which made
9500         completion-ignore-case buffer-local).
9501         (bibtex-url): Simplify.
9503 2006-03-19  Kim F. Storm  <storm@cua.dk>
9505         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
9506         cursor property value to 2 (to align with C level change).
9508 2006-03-19  Bill Wohler  <wohler@newt.com>
9510         * image.el (image-load-path-for-library): Shorten first line in
9511         docstring.
9513 2006-03-18  Richard Stallman  <rms@gnu.org>
9515         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
9517 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
9519         * isearch.el (isearch-other-meta-char): Handle user bindings for
9520         shifted control characters.
9522 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
9524         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
9525         part that matches email addresses, file names, etc.
9527 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
9529         * term/w32-win.el (mouse-set-font):
9530         Mention w32-list-proportional-fonts in the doc string.
9532 2006-03-18  Kim F. Storm  <storm@cua.dk>
9534         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
9535         (ido-unc-hosts): New user option to explicitly define list of know
9536         UNC-style hosts for completion.
9537         (ido-cache-unc-host-shares-time): New user option.
9538         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
9539         New helper functions for UNC file-name support.
9540         (ido-may-cache-directory): Check for UNC host.  Simplify.
9541         (ido-wash-history): Clean out old UNC hosts.
9542         (ido-nonreadable-directory-p): UNC hosts are always readable.
9543         (ido-directory-too-big-p): UNC hosts are never too big.
9544         (ido-set-current-directory): Handle UNC root path.
9545         (ido-file-name-all-completions): Complete UNC host names from
9546         ido-unc-hosts list.  Cache UNC host shares.
9547         (ido-make-file-list-1): Don't filter UNC root.
9548         (ido-exhibit): Check for // in root directory, and switch to UNC
9549         mode by setting ido-current-directory to //.
9551 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
9553         * cus-edit.el (customize-changed-options): Mention explicit
9554         version number as default in prompt.
9556 2006-03-17  Bill Wohler  <wohler@newt.com>
9558         * image.el (image-load-path-for-library): Minor docstring fix.
9560 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
9562         * textmodes/org.el (org-read-date): Include subgroup 5 into
9563         replacement text.
9564         (org-popup-calendar-for-date-prompt): Fix customization type.
9566 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
9568         * progmodes/gdb-ui.el (gud-watch): Provide completion.
9569         (gdb-continuation): New variable.
9570         (gdb-send): Deal with continuation lines.
9572         * progmodes/gud.el (gud-gdb-complete-command)
9573         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
9574         expressions.
9575         (gud-tooltip-mode): Use buffer-local value.
9577 2006-03-16  Kim F. Storm  <storm@cua.dk>
9579         * ido.el (ido-edit-input): Use selected match, if any.
9581 2006-03-16  Bill Wohler  <wohler@newt.com>
9583         * image.el (image-load-path-for-library): Prefer user's images in
9584         image-load-path.
9586 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
9588         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
9589         when checking for attempt to drag leftmost or rightmost scrollbar.
9591 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
9593         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
9594         (gdb-force-mode-line-update): New function.
9595         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
9596         (gdb-exited): Use them.
9597         (gdb-signal): New function.
9598         (gdb-annotation-rules): Provide a rule for it.
9600 2006-03-16  Kenichi Handa  <handa@m17n.org>
9602         * international/mule.el (auto-coding-regexp-alist): Add entries
9603         for Unicode BOM.
9605         * sort.el (sort-build-lists): Temporarily bind
9606         inhibit-field-text-motion to t.
9608 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
9610         * locate.el (locate-command, locate-make-command-line)
9611         (locate-fcodes-file, locate-update-command)
9612         (locate-prompt-for-command, locate, locate-with-filter)
9613         (locate-get-file-positions): Doc fixes.
9614         (locate-buffer-name, locate-header-face): Remove leading `*' in
9615         defcustom.
9616         (locate-filter-output): Use `keep-lines' instead of its alias
9617         `delete-non-matching-lines'.
9618         (locate-get-filename, locate-get-dirname): Add introductory comment.
9619         (locate-find-directory-other-window): Give appropriate error
9620         message if used outside main listing.
9622 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9624         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
9625         the new extend-region feature.
9626         (font-lock-after-change-function): Update correspondingly.
9627         * jit-lock.el (jit-lock-after-change): Update correspondingly.
9628         * progmodes/grep.el (font-lock-lines-before): Don't disable.
9630 2006-03-15  Bill Wohler  <wohler@newt.com>
9632         * image.el (image-load-path-for-library): Fix example by not
9633         recommending that one binds image-load-path.  Just defvar it to
9634         placate compiler and only use it if previously defined.
9636 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
9638         * textmodes/org.el (org-insert-centered): Use `string-width' to
9639         make underlining work for wide characters.
9640         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
9641         TAB to `org-cycle', to make sure that no binding in
9642         `outline-mode-map' can supercede it.
9644 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
9646         * allout.el: Increment version to 2.2.1 in file commentary.
9648         (allout-version): Increment to 2.2.1.
9650         (allout-default-layout): New customization variable, used when the
9651         file lacks a specific allout-layout.  Uses allout-layout-type for
9652         recursively nested definition.
9654         (allout-layout-type): Widget defining allout layouts, necessary for
9655         self-recursive definition.
9657         (allout-mode): Incorporate allout-default-layout as fallback for
9658         allout-layout.
9660         (allout-layout): Mark as 'safe-local-variable', and refer mention
9661         fallback to `allout-default-layout' in absence of a specified value.
9662         (allout-passphrase-verifier-string)
9663         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
9665         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
9667         (allout-get-encryption-passphrase-verifier): Use correct name of
9668         passphrase verifier in docstring.
9670 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
9672         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
9673         elements.
9674         (gdb-find-watch-expression): Make it work for arrays too.
9675         Follow change to gdb-var-list.
9676         (gud-watch): Allow the user to enter variable name with a prexix
9677         arg.  Create keybindings.
9678         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
9679         (gdb-var-list-children-handler, gdb-var-update-handler)
9680         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
9681         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
9682         Follow change to gdb-var-list.
9683         (gdb-starting): Don't show the overlay arrows when program is running.
9685         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
9686         gdb-var-list.
9688 2006-03-14  Bill Wohler  <wohler@newt.com>
9690         * image.el (image-load-path-for-library): Pass value of path
9691         rather than symbol.  Always return list of directories.
9692         Guarantee that image directory comes first.
9694 2006-03-14  Alan Mackenzie  <acm@muc.de>
9696         * font-core.el (font-lock-extend-region\(-function\)?.):
9697         New function/variable.
9699         * font-lock.el (font-lock-after-change-function):
9700         Call font-lock-extend-region.  Obey font-lock-lines-before.
9701         (font-lock-default-fontify-region): Remove reference to
9702         font-lock-lines-before.
9704         * jit-lock.el (jit-lock-after-change):
9705         Call font-lock-extend-region.  Obey font-lock-lines-before.
9707 2006-03-14  David Ponce  <david@dponce.com>
9709         * tree-widget.el (tree-widget-themes-load-path)
9710         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
9712 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
9714         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
9715         (rcirc-print): Mark the start of text at the end of the prompt.
9716         (rcirc-track-minor-mode): Add autoload cookie.
9717         (rcirc-update-activity-string): Add space to front of mode-line
9718         indicator.
9720 2006-03-13  Miles Bader  <miles@gnu.org>
9722         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
9723         (rcirc-abbrev-nick): Remove function.
9724         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
9726 2006-03-13  David Ponce  <david@dponce.com>
9728         * tree-widget.el: Handle themes across all occurrences of the main
9729         themes sub-directory found in tree-widget-themes-load-path.
9730         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
9731         (tree-widget--locate-sub-directory): Return all occurrences.
9732         (tree-widget-themes-path): New function.
9733         Replace tree-widget-themes-directory, and return a list of directories.
9734         (tree-widget-set-parent-theme)
9735         (tree-widget-lookup-image): Use it.
9737 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
9739         * textmodes/org.el (org-link-search): Avoid self-matching of
9740         links, allow target text to be distributed over several lines.
9741         (org-search-not-link): New function.
9742         (org-set-regexps-and-options, org-get-current-options):
9743         New startup options.
9744         (org-export-as-html): Take odd-level setting from local variable.
9745         (org-fontify-emphasized-text): New option.
9746         (org-set-font-lock-defaults): Include emphasized text.
9747         (org-follow-mhe-link): Allow folder-only links, fix folder name.
9748         (org-font-lock): Customize group renamed from `org-faces'.
9750 2006-03-13  John Paul Wallington  <jpw@pobox.com>
9752         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
9753         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
9755 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
9757         * cus-start.el (all): Delete :version keyword for members of the
9758         fringe group, since the entire group is new in 22.1.
9760 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
9762         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
9763         map if value is hexadecimal (an address).
9764         (gud-watch): Only search roots for existing watch expressions.
9765         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
9766         prevent caching problems with speedbar-update-directory-contents.
9768 2006-03-12  Juri Linkov  <juri@jurta.org>
9770         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
9771         before comparing with `low' and `warn'.
9773         * info.el (Info-dir-remove-duplicates): Move point to the
9774         beginning of the current line after deleting the entries from
9775         redundant heading.  Use marker for `limit' and compare it with
9776         point before calling `re-search-forward'.
9778 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
9780         * simple.el (yank): Fix typo in docstring.
9782 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
9784         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
9785         messages, where "D" is the 6th character.
9787 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
9789         * simple.el (yank): Fix last change.
9791 2006-03-11  David Ponce  <david@dponce.com>
9793         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
9794         merging elements from the standard ispell-dictionary-alist.
9795         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
9796         alist, and return the new alist.
9798 2006-03-11  Richard Stallman  <rms@gnu.org>
9800         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
9802         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
9803         the way it is implemented is too unclean.
9805         * simple.el (kill-region, yank): Doc fix.
9807         * battery.el (battery-echo-area-format): Doc fix.
9808         (battery-mode-line-format): Likewise.
9809         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
9810         (battery-linux-proc-acpi): Ignore batteries that say "charged".
9812 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
9814         * progmodes/octave-mod.el (octave-indent-for-comment):
9815         Behave according to do string.
9817 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
9819         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
9820         Be visible only if major mode is Mail Mode.
9822         * textmodes/flyspell.el (flyspell-external-point-words)
9823         (flyspell-process-localwords): Fix last changes.
9825 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
9827         * calendar/holidays.el (list-holidays): Doc fix.
9829         * international/mule.el (auto-coding-alist): Add .odt
9830         (OpenOffice's open document) files.
9832         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
9833         document) files.  Mention in the doc string the need to sync with
9834         auto-coding-alist.
9836 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
9838         * files.el (hack-local-variables-confirm): Don't prompt for ! if
9839         enable-local-variables is set to always query, or there is no
9840         savable variable.
9842 2006-03-10  Bill Wohler  <wohler@newt.com>
9844         * image.el (image-load-path-for-library): Merge at least three
9845         functions from Gnus and MH-E into this one function that can now
9846         be shared.
9848 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
9850         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
9851         gdb-remove-mouse-face and remove help-echo too.
9852         (gdb-enqueue-input): Correct conditional clause.
9854 2006-03-10  Glenn Morris  <rgm@gnu.org>
9856         * calendar/calendar.el (calendar-holidays): Doc fix.
9857         * calendar/holidays.el (list-holidays): Doc fix.
9859 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
9861         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
9862         it gets called in gdb-prompt anyway.
9863         (gdb-use-separate-io-buffer): Only restore window arrangement for
9864         gdb-many-windows.
9865         (gdb-enqueue-input): Make it harder to send GDB input when program
9866         is running.
9867         (gdb-buffer-list): New variable.
9868         (gdb-remove-mouse-face): New function.
9869         (gdb-starting): Use it when GDB input won't get sent.
9871 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
9873         * help.el (view-lossage): Remove trailing whitespace before
9874         inserting "\n".
9876 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
9878         * files.el (hack-local-variables-confirm):
9879         Set coding-system-for-read to nil before writing to .emacs.
9881         * arc-mode.el (archive-extract): Check if an existing buffer name
9882         comes from a different archive.
9884         * help.el (describe-key-briefly): If KEY is a down event, read and
9885         discard the up event.
9887 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
9889         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
9890         be edited and use font-lock-warning-face for any changes.
9892         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
9893         (gdb-edit-value): Use it to report any errors.
9895 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
9897         * help.el (describe-key): Remove leftover test code.
9899 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
9901         * textmodes/org.el: Move defvars out of eval-when-compile.
9902         Use buffer-file-name variable.
9903         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
9904         arg `file'.
9905         (org-level-faces): Remove startup dependency.
9906         (org-cycle, org-map-tree, org-scan-tags)
9907         (org-remember-handler): Don't call `outline-level' directly.
9908         (org-mhe-search-all-folders): New option.
9909         (org-mhe-get-message-folder-from-index)
9910         (org-mhe-get-message-folder): Fix indexing search.
9911         (org-format-agenda-item): Handle nil TAGS argument.
9912         (org-cleaned-string-for-export, org-activate-target-links)
9913         (org-make-target-link-regexp): Deal with empty radio target list.
9914         (org-tag): New face.
9915         (org-get-level-face): New function.
9916         (org-set-font-lock-defaults): Simplify setup for headlines.
9917         (org-complete): Pass common substring to `display-completion-list'.
9919 2006-03-06  David Ponce  <david@dponce.com>
9921         * tree-widget.el: Update Commentary header.
9922         (tree-widget-theme-name): Ignore parent themes.
9923         (tree-widget-set-parent-theme): New function.
9924         (tree-widget-set-theme): Use it.
9925         (tree-widget-set-image-properties): Move definition.  Does nothing
9926         if image properties have already been set.
9927         (tree-widget-image-properties): Move definition.  Receive an image
9928         name.  Set the :pointer property.
9929         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
9930         Don't set the :pointer image property.
9931         (tree-widget-convert-widget): New function.  Handle :dynargs
9932         compatibility here.
9933         (tree-widget): Use it to :convert-widget.  Add the :expander-p
9934         predicate to control when the :expander function is entered.
9935         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
9936         (tree-widget-value-create): Handle :expander-p.  widget-apply
9937         :expander.
9938         (tree-widget-expander-p): New function.  Default value of the
9939         :expander-p property.
9941 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
9943         * help.el (describe-key): Properly handle the return value of
9944         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
9945         remaps.  Handle string and vector `follow-link' values.
9947 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9949         * complete.el (PC-expand-many-files): Try be more careful when parsing
9950         the shell's output.
9952 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9954         * outline.el (hide-sublevels): Provide better interactive default.
9956 2006-03-06  Kenichi Handa  <handa@m17n.org>
9958         * international/fontset.el (create-fontset-from-fontset-spec):
9959         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
9961 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
9963         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
9964         backslashes instead of one in regexp.
9965         (gud-tooltip-dereference): Add missing optional argument.
9967 2006-03-04  John Paul Wallington  <jpw@pobox.com>
9969         * wdired.el (toplevel): Require `cl' at compile-time.
9971 2006-03-04  Andreas Schwab  <schwab@suse.de>
9973         * server.el (server-process-filter): Handle errors during
9974         evaluation of the argument.
9976 2006-03-03  John Paul Wallington  <jpw@pobox.com>
9978         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
9979         escape parentheses at beginning of line.
9980         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
9981         (t-mouse-mode): Remove period from end of error message.
9983 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
9985         * textmodes/flyspell.el (flyspell-process-localwords):
9986         Be case-sensitive.
9988 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
9990         * cus-edit.el (custom-quote): Remove function, since it has been
9991         moved to custom.el.
9993         * font-lock.el (lisp-font-lock-keywords-2)
9994         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
9995         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
9996         they have no special meaning.
9998         * midnight.el (clean-buffer-list): Handle case where base-buffer of
9999         indirect buffer gets killed before indirect buffer.  Use dolist.
10001 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
10003         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
10004         value instead of a literal constant (1) on more pauses.
10006 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
10008         * textmodes/flyspell.el (flyspell-external-point-words):
10009         Be case-sensitive.
10011 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
10013         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
10014         with "www".
10016 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
10018         * allout.el: Restablish intermediate missing comment header to
10019         preserve outline structure.
10020         (allout-beginning-of-current-entry): Skip invisible text.
10021         (allout-open-topic): Fix opening a topic at end-of-buffer.
10022         (allout-minor-mode): Move nearer to allout-mode function.
10024 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
10026         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
10028 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
10030         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
10031         is nil.
10033         * progmodes/gud.el (gud-speedbar-menu-items):
10034         Use buffer-local-value and add missing :visible keyword.
10036         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
10038 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
10040         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
10041         must be `follow-link'.
10043         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
10045         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
10046         formatting: No nested anchors.
10047         (org-all-targets): Fix bug with XEmacs compatibility.
10048         (org-read-date): Add (require 'parse-time).
10049         (org-set-tags): Fix bug with extra inserted space.
10050         (org-export-html-style): Define a style class for targets.
10051         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
10052         (org-hide-leading-stars): New option.
10053         (org-hide): New face.
10054         (org-set-font-lock-defaults): Allow to hide leading stars.
10055         (org-get-legal-level, org-tr-level): New functions.
10056         (org-odd-levels-only): New option.
10057         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
10058         (org-demote, org-promote): Deal with double-star levels.
10059         (org-convert-to-odd-levels): New command.
10061 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
10063         * speedbar.el (speedbar-update-localized-contents): Try to
10064         preserve window-start.
10065         (speedbar-update-directory-contents): Try to preserve window-start
10066         and window-point.
10067         (speedbar-update-special-contents): Don't move back to start of window.
10069         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
10070         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
10071         speedbar-timer-fn.
10072         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
10073         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
10074         instead of gdb-speedbar-timer-fn.
10076 2006-02-28  Jay Belanger  <belanger@truman.edu>
10078         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
10079         (math-compose-expr): Use latex option when calling
10080         `math-compose-tex-matrix' for latex mode.
10082 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
10084         * speedbar.el: Re-instate comments about developing for speedbar
10085         [this is what info and gdb-ui use even if better methods exist now].
10087         * t-mouse.el: New file.
10088         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
10089         (t-mouse-lispy-buffer-posn-from-coords): Remove.
10090         (t-mouse-make-event-element): Use posn-at-x-y instead.
10091         (t-mouse-make-event): Deal with Fedora Core 3.
10092         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
10093         (t-mouse-mouse-position-function): New function.  Use it instead
10094         of advising mouse-position.
10095         (t-mouse-mode): New minor mode.
10096         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
10098 2006-02-27  Glenn Morris  <rgm@gnu.org>
10100         * calendar/calendar.el (calendar-holidays): Doc fix.
10102 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
10104         * progmodes/gdb-ui.el (gdb-source-window): New variable.
10105         Re-introduce the concept of a source window.
10106         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
10107         consistency with get-buffer-create.
10108         (def-gdb-auto-update-handler, gdb-info-locals-handler)
10109         (gdb-data-list-register-values-handler)
10110         (gdb-stack-list-locals-handler): Try to preserve window-start as
10111         well as window-point.
10112         (gdb-display-source-buffer): New function (old concept).
10113         (gdb-goto-breakpoint): Use it.
10115         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
10116         for gdb-ui/gdb-mi (old concept).
10118 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
10120         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
10121         binding.
10123         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
10125         * textmodes/reftex-sel.el (reftex-select-label-map)
10126         (reftex-select-bib-map): Add `follow-mouse' binding.
10128 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
10130         * jka-cmpr-hook.el (jka-compr-compression-info-list)
10131         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
10132         Give :set functions to provide automatic updating.
10133         Update docstring.  Give compiler defvars early in the file
10134         and move the defcustoms to a later spot where all called functions
10135         are defined.
10136         (jka-compr-file-name-handler-entry): Doc fix.
10137         (jka-compr-compression-info-list--internal)
10138         (jka-compr-mode-alist-additions--internal)
10139         (jka-compr-load-suffixes--internal): New variables.
10140         (jka-compr-install): Set the three above variables.
10141         Update `load-file-rep-suffixes' instead of `load-suffixes'.
10142         (jka-compr-update, jka-compr-set): New functions.
10143         (auto-compression-mode): Doc fix.
10145         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
10146         Update `load-file-rep-suffixes' instead of `load-suffixes'.
10147         Use jka-compr-compression-info-list--internal,
10148         jka-compr-mode-alist-additions--internal and
10149         jka-compr-load-suffixes--internal.
10151         * files.el (load-library):
10152         * loadhist.el (file-loadhist-lookup):
10153         * startup.el (command-line):
10154         * subr.el (locate-library):
10155         * emacs-lisp/autoload.el (update-directory-autoloads):
10156         * emacs-lisp/find-func.el (find-library-suffixes):
10157         Use `get-load-suffixes' instead of `load-suffixes'.
10159         * subr.el (locate-library):
10160         * emacs-lisp/find-func.el (find-library-name):
10161         Use `load-file-rep-suffixes' instead of '("").
10163 2006-02-26  Kim F. Storm  <storm@cua.dk>
10165         * ido.el (ido-save-history, ido-load-history): Simplify.
10166         Don't use find-file-noselect to avoid interference from other modes.
10168 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
10170         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
10171         to use the default shell if filename is not available.
10172         Reported by Giorgos Keramidas.
10174 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
10176         * progmodes/etags.el (tags-completion-table): Do completion from
10177         all the tables in the current list, as documented in the manual.
10179 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10181         * CC Mode Update to 5.31.3.
10183 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10185         * progmodes/cc-mode.el (c-postprocess-file-styles):
10186         Bind inhibit-read-only to t, around the call to
10187         c-remove-any-local-eval-or-mode-variables, so that it works on a
10188         RO file.
10190 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10192         * progmodes/cc-awk.el: Correct a typo.
10194 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10196         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
10197         c-hungry-delete-backwards, at the request of RMS.  Leave the old
10198         name as an alias.
10200 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10202         * progmodes/cc-mode.el: Correct a typo.
10204 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10206         * progmodes/cc-defs.el: Update the version number to 5.31.3.
10208 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10210         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
10211         brace-else-brace (error due to mbeg, mend being undefined).
10213 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10215         * progmodes/cc-mode.el: File Local variables: Solve the problem
10216         where both `mode' and c-file-offsets are specified: `mode' will
10217         overwrite c-f-o's settings:
10218         (c-remove-any-local-eval-or-mode-variables): New function.
10219         (c-postprocess-file-styles): Call the above new function, within
10220         c-tentative-buffer-change, to splat `mode' and `eval' before the
10221         second hack-local-variables.
10223 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10225         * progmodes/cc-mode.el:
10226         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
10227         (c-after-change): Protect the match data with save-match-data.
10228         It was getting corrupted by c-after-change-check-<>-operators.
10230         * cc-defs.el: [Supersedes patch V1.38]:
10231         (top level): Check for a buggy font-lock-compile-keywords ONLY in
10232         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
10234         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
10235         with save-match-data.  It was being corrupted when Font Lock was
10236         not enabled.
10238 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10240         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
10241         Mode and Subword Mode.
10243         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
10244         real labels ("case 1:" or "foo:") from non-labels ("public:").
10245         (c-forward-objc-directive): Replace c-forward-token-2 with crude
10246         coding; c-f-t-2 doesn't move over a token at EOB.
10248         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
10250         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
10251         (c-update-modeline): Concatenate the minor mode indicators
10252         directly onto mode-name, removing c-submode-indicators.
10253         Sometimes, c-s-i got separated from the mode name on the mode line.
10255         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
10256         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
10258 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10260         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
10261         error message when there's an evaluation error to show whether
10262         it's loaded from source or not.
10263         (c-filter-ops): Make it available at runtime too to work when
10264         `c-make-init-lang-vars-fun' needs to evaluate from source.
10266 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
10268         * help.el (help): Revert last part of 2006-02-23 change (deletion
10269         of the `provide' call).
10271 2006-02-23  Juri Linkov  <juri@jurta.org>
10273         * compare-w.el (compare-windows-highlight): Add new value
10274         `persistent' and change :type from `boolean' to `choice'.
10275         (compare-windows-overlays1, compare-windows-overlays2):
10276         New internal variables.
10277         (compare-windows-highlight): If compare-windows-highlight is
10278         `persistent', add current overlays to compare-windows-overlays[12]
10279         instead of adding compare-windows-dehighlight to pre-command-hook.
10280         (compare-windows-dehighlight): Delete all overlays from
10281         compare-windows-overlays[12].
10283         * info.el (Info-search): Don't bind search-spaces-regexp to
10284         Info-search-whitespace-regexp in non-regexp isearch mode.
10286 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10288         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
10290 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
10292         * textmodes/org.el (org-xemacs-p)
10293         (org-export-html-show-new-buffer, org-table-may-need-update)
10294         (org-insert-item, org-mhe-get-message-real-folder)
10295         (org-mhe-get-message-folder-from-index)
10296         (org-mhe-get-message-folder, org-mhe-get-message-num)
10297         (org-mhe-get-header, org-make-org-heading-search-string)
10298         (org-make-org-heading-camel, org-table-sort-lines)
10299         (org-format-org-table-html, org-format-table-table-html):
10300         Fix typos in docstrings.
10302 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
10304         * textmodes/org.el (org-cleaned-string-for-export)
10305         (org-solidify-link-text): New function.
10306         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
10307         XEmacs, just to silence the compiler.
10308         (org-export-as-ascii, org-export-as-html-and-open):
10309         Use `org-cleaned-string-for-export' and create internal links.
10310         (org-follow-mhe-link): Require mh-e, use folder.
10312 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
10314         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
10316         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
10317         gdb-debug-log-length.
10318         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
10319         it a real ring but...
10320         (gud-gdba-marker-filter): ...make it work like mark-ring.
10321         (gdb-enable-debug): Rename from gdb-enable-debug-log.
10322         (gdb-mouse-jump): New function.  Add bindings.
10324 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
10326         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
10327         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
10328         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
10329         (gdb-debug-log-length): Customize it's length.
10330         (gud-watch, gdb-var-create-handler): Display function::var format
10331         but don't use to create variable object.
10332         (gdb-var-create-handler): Use message-box in place of message.
10333         (gdb-stopped): Call gdb-exited if signalled.
10335 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
10337         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
10339         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
10341         * textmodes/reftex.el (reftex-locate-file): Search all extensions
10342         if `reftex-try-all-extensions' is set.
10344         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
10345         fail silently when there is no valid argument at point.
10346         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
10347         `fail-silently' argument.  From a patch by David Reiter.
10349         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
10350         New commands.
10351         (org-mark-ring): New variable.
10352         (org-mark-ring-length): New option.
10353         (org-open-at-point, org-goto, org-open-file): Push old position
10354         onto the mark ring.
10355         (org-add-hook): New function.
10356         (org-export-table-remove-special-lines): New option.
10357         (org-skip-comments, org-format-org-table-html): Respect new
10358         option `org-export-table-remove-special-lines'.
10359         (org-open-file): Allow special command configuration for
10360         directory link.
10361         (org-file-apps): Fix bugs in customize type, added setting
10362         for directories.
10363         (org-activate-tags, org-format-agenda-item, org-complete)
10364         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
10365         (org-get-tags, org-get-buffer-tags, org-open-at-point)
10366         (org-link-search, org-make-org-heading-search-string)
10367         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
10368         (org-radio-targets, org-file-link-context-use-camel-case)
10369         (org-activate-camels): New options.
10370         (org-update-radio-target-regexp, org-all-targets)
10371         (org-make-target-link-regexp, org-activate-target-links):
10372         New functions.
10373         (org-make-org-heading-search-string): New function.
10374         (org-store-link, org-insert-link): Use new option
10375         `org-file-link-context-use-camel-case'.
10376         (org-activate-camels): Use new option `org-activate-camels'.
10377         (org-link-regexp): Add mhe prefix.
10378         (org-open-at-point, org-store-link): Support for mhe links.
10379         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
10380         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
10381         (org-mhe-get-header, org-follow-mhe-link): New functions.
10382         (org-remove-angle-brackets, org-add-angle-brackets):
10383         New functions.
10384         (org-bracket-link-regexp): New constant.
10385         (org-read-date): Fix bug that was rejecting all typed dates.
10386         (org-link-search): Make hierarchy above visible after a match.
10387         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
10388         (org-store-link): Fix bug with link creation when cursor is in
10389         an empty line.
10390         (org-open-at-point): Fix bug with matching a link.
10391         Fixed buggy argument sequence in call to `org-view-tags'.
10392         (org-compile-prefix-format): Set `org-prefix-has-tag'.
10393         (org-prefix-has-tag): New variable.
10394         (org-format-agenda-item): Remove tags from headline
10395         if appropriate.
10396         (org-agenda-remove-tags-when-in-prefix): New option.
10398 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
10400         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
10401         Fix the regular expressions.
10403 2006-02-21  Richard M. Stallman  <rms@gnu.org>
10405         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
10406         if there's no other specific basis.
10408         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
10409         as variables at all.
10410         (unsafep-variable): Rename arg; doc fix.
10412         * abbrevlist.el (list-one-abbrev-table): Add autoload.
10414         * calendar/appt.el (diary-selective-display): Add defvar.
10416         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
10418         * isearch.el (search-whitespace-regexp): Fix custom type.
10420         * help.el (describe-key-briefly): Compute interactive args
10421         in same was as before previous change.
10423         * files.el (enable-local-variables): Doc fix.
10425 2006-02-21  Kim F. Storm  <storm@cua.dk>
10427         * fringe.el: Cleanup as file is now pre-loaded.
10428         (fringe-bitmaps): Initialize unconditionally.
10429         (fringe-mode, set-fringe-style): Remove autoload cookies.
10431 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
10433         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
10434         `horizontal-bar'.
10435         (fringe-cursor-alist): Use `horizontal-bar'.
10437 2006-02-20  Kim F. Storm  <storm@cua.dk>
10439         * fringe.el (fringe-bitmaps): Update to new bitmap names.
10440         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
10442         * loadup.el: Load "fringe" on window systems.
10444 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
10446         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
10447         out of scope components.
10449         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
10450         default.
10452 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
10454         * custom.el (customize-mark-to-save, customize-mark-as-set):
10455         Load the symbol first.
10457 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
10459         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
10460         strech spec so it doesn't display as "^J" on the header line
10461         when `Buffer-menu-use-header-line' is t.
10463 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
10465         * speedbar.el (speedbar-make-button): Keep text properties
10466         of string arguments if desired.
10468         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
10469         expessions.
10471         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
10472         of speedbar.
10474 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
10476         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
10477         to value of `read-file-name-completion-ignore-case'.
10479 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
10481         * custom.el (customize-mark-as-set): Push to `user' theme.
10483         * cus-edit.el (custom-save-variables): Allow unthemed values.
10484         (customize-set-variable): Push setting to `user' theme.
10486 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
10488         * progmodes/gud.el: Don't require font-lock as it's now
10489         automatically loaded.
10490         (gud-speedbar-buttons): Replace gdb-var-changed with
10491         gdb-force-update.
10493         * progmodes/gdb-ui.el (gdb-force-update): Rename from
10494         gdb-var-changed.
10495         (gdb-post-prompt): Use it.
10496         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
10497         (gdb-var-update-handler, gdb-var-delete)
10498         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
10499         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
10500         gdb-force-update in gdb-post-prompt.
10501         (gdb-reset): Clear watch expressions from speedbar when quitting.
10503 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10505         * viper-cmd.el (viper-insert-state-post-command-sentinel)
10506         (viper-change-state-to-vi, viper-change-state-to-emacs):
10507         Make aware of cursor coloring in the Emacs state.
10508         (viper-special-read-and-insert-char): Use read-char-exclusive.
10509         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
10511         * viper-init.el (viper-emacs-state-cursor-color): New variable.
10513         * viper-util.el (viper-save-cursor-color)
10514         (viper-get-saved-cursor-color-in-replace-mode)
10515         (viper-get-saved-cursor-color-in-insert-mode)
10516         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
10517         state.
10518         (viper-get-saved-cursor-color-in-emacs-mode): New function.
10520         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
10521         (ediff-ignore-case-option3, ediff-actual-diff-options)
10522         (ediff-actual-diff3-options): New variables to control case sensitivity.
10523         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
10524         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
10525         (ediff-toggle-ignore-case): New function.
10526         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
10528         * ediff-help.el (ediff-long-help-message-narrow2)
10529         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
10530         (ediff-long-help-message-word-mode): Add ignore-case command.
10531         (ediff-help-for-quick-help): Add ignore-case command.
10533         * ediff-merg.el: Move provide to the end.
10535         * ediff-ptch.el: Move provide to the end.
10537         * ediff-wind.el: Move provide to the end.
10539         * ediff-mult.el: Move provide to the end.
10540         (ediff-set-meta-overlay): Enable follow-link.
10542         * ediff.el: Move provide to the end.
10543         Break recursive load cycle in eval-when-compile.
10544         (ediff-patch-buffer): Better heuristics.
10546         * ediff-util.el: Move provide to the end.
10547         Break recursive load cycle in eval-when-compile.
10548         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
10549         defuns.
10550         (ediff-submit-report): Pass the values of ediff-diff3-program,
10551         ediff-diff3-options.
10553 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
10555         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
10556         the opening bracket of the following bracketing pairs: {}, [], (), <>,
10557         `' (for example, in the docstring of `windmove-default-keybindings').
10559 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
10561         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
10562         shadow face.  Don't provide binding to edit variable when it is
10563         out of scope.
10565         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10566         (gdb-var-update-handler): Detect out of scope variables with pre
10567         GDB 6.4 too.
10568         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
10569         Reset status of variable objects to nil in update handlers.
10570         (gdb-var-update-handler-1): Detect when a variable object comes
10571         in scope.  setcar on var changes gdb-var-list directly.
10573 2006-02-17  Juri Linkov  <juri@jurta.org>
10575         * ffap.el (ffap) <defface>: Add explicit face declaration.
10576         (ffap-highlight): Use face `ffap' directly instead of checking
10577         for its existence.
10579         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
10580         `visible-ok' of `other-buffer' to find the right original buffer.
10582         * info.el (Info-search): Skip `Local Variables' node.
10584 2006-02-17  Juri Linkov  <juri@jurta.org>
10586         * info.el (Info-find-file): Check for symbols `apropos', `history',
10587         `toc' in the input filename, and return these symbols as is.
10588         (Info-find-node-2): Set Info-current-file to symbols `apropos',
10589         `history', `toc' instead of strings.
10590         (Info-set-mode-line): For non-string Info-current-file use the
10591         symbol's name inside **.
10592         (Info-isearch-push-state): Add quote before Info-current-file and
10593         Info-current-node.
10594         (Info-isearch-pop-state): Use `equal' instead of `string='.
10595         (Info-extract-pointer, Info-following-node-name): Use
10596         `match-string-no-properties' instead of `match-string'.
10597         (Info-up): Check `old-file' for `stringp'.
10598         (Info-history): Use `equal' instead of `string-equal'.
10599         Check `file' for `stringp'.
10600         (Info-history): Use symbol `history' instead of string as first arg
10601         of `Info-find-node'.
10602         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
10603         `toc' instead of string.
10604         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
10605         instead of `buffer-substring', and `match-string-no-properties'
10606         instead of `match-string'.
10607         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
10608         instead of strings.
10609         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
10610         Use symbol `apropos' instead of string.
10611         (Info-copy-current-node-name): Check `Info-current-file' for
10612         `stringp' and construct a command with `Info-find-node' from it.
10613         (Info-fontify-node): Use `match-string-no-properties' instead of
10614         `match-string' and check file names for `stringp'.
10615         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
10616         `history', `toc' instead of strings.
10618 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
10620         * files.el: Rearrange functions and variables in the file local
10621         variables section.
10623 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
10625         * files.el: Add truncate-lines, ispell-check-comments and
10626         ispell-local-dictionary as safe local variables.
10628 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
10630         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
10631         out of scope variables.
10632         (gud-speedbar-buttons): Use unless.
10634         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
10635         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
10636         (gdb-show-changed-values): Also use for out of scope variables.
10637         (gdb-var-update-handler-1): Note if variable goes out of scope.
10639 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
10641         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
10642         default to global variable values for unsupplied args.
10643         (rcirc-get-buffer-create): Fix bug with setting the target.
10644         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
10645         test for rcirc-always-use-server-buffer-flag here.
10646         (rcirc-response-formats): Add %N, which is a facified nick.  %n
10647         uses the default face.  Change the ACTION format string.  If the
10648         "nick" is the server, don't print anything for that field.
10649         Comment fixes.
10650         (rcirc-target-buffer): Don't test
10651         rcirc-always-use-server-buffer-flag here.
10652         (rcirc-print): Squeeze extra spaces out of the text before message.
10653         (rcirc-put-nick-channel): Strip potential "@" char from nick
10654         before adding them to nick table.
10655         (rcirc-url-regexp): Improve to match address like "foo.com".
10657 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
10659         * allout.el (allout-hidden-p): Move this defsubst before
10660         allout-overlay-interior-modification-handler, where it is first
10661         used.
10663 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
10665         * allout.el: Use allout invisible-text overlays instead of
10666         selective display for concealed text.  Also, lots of general
10667         cleanup, and improved compatibility code.
10669         (allout-version) Incremented, corrected, revised, and refined
10670         module commentary.
10672         (provide 'allout): Moved to the bottom, added a require of overlay.
10674         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
10675         `except-current'.
10676         (allout-write-file-hook-handler): Minimize delay.
10677         (count-trailing-whitespace-region): New function so
10678         auto-encryption of current topic can resituate cursor exactly.
10679         PGP/GPG encryption trims trailing whitespace from lines, which
10680         must be accounted for across encryption then decryption.
10682         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
10683         just plain "\C-c", to avoid intruding on user's keybinding space.
10685         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
10686         parameter, so user request to provide a new password is done.
10688         (allout-outside-normal-auto-fill-function, allout-auto-fill):
10689         Refined mechanism for auto-filling behavior while in allout mode.
10691         (allout-mode): Explicitly specify the mode map in the docstring.
10692         Clarify provision for various write-file hook var names.
10693         Adjusted for invisible-text overlays instead of selective-display.
10695         (allout-depth): Really return 0 if not within any topic.  This
10696         rectifies `allout-beginning-of-level' and sequence numbering
10697         errors that occur when cutting and pasting numbered topics.
10698         Changed from a in-line subst to a regular function, as well.
10700         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
10702         (allout-end-of-subtree, allout-end-of-subtree)
10703         (allout-end-of-entry, allout-end-of-current-heading)
10704         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
10705         (allout-show-children, allout-show-to-offshoot)
10706         (allout-hide-current-entry, allout-show-current-entry): Rectified
10707         handling of trailing blank lines between items.
10709         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
10710         (allout-current-depth, allout-unprotected, allout-hidden-p)
10711         (allout-on-current-heading-p, allout-listify-exposed)
10712         (allout-chart-subtree, allout-goto-prefix)
10713         (allout-back-to-current-heading, allout-get-body-text)
10714         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
10715         (allout-hide-region-body, allout-toggle-subtree-encryption)
10716         (allout-encrypt-string, allout-encrypted-key-info)
10717         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
10718         (allout-file-vars-section-data): Adjusted for use with
10719         invisible-text overlays instead of selective-display.
10721         (allout-kill-line, allout-kill-topic, allout-yank-processing):
10722         Reworked for use with invisible text overlays.
10724         (allout-current-topic-collapsed-p): New function.
10726         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
10727         to know when to close the containing topic.
10729         (allout-pre-command-business, allout-post-command-business):
10730         Simplify undo-batching and dynamic isearch exposure.
10732         (allout-set-overlay-category): New for invisible-text overlays.
10733         Sets properties of allout-overlay-category, used by
10734         allout-flag-region to set invisible-text overlay properties.
10735         (allout-get-invisibility-overlay): Get the first qualifying
10736         invisibility overlay, so we can find the extent of it.
10737         (allout-back-to-visible-text): Get to just before the beginnining
10738         of the current invisibility overlay, if any.
10740         (allout-overlay-insert-in-front-handler)
10741         (allout-overlay-interior-modification-handler)
10742         (allout-before-change-handler, allout-isearch-end-handler): New
10743         functions to handle extraordinary actions affecting concealed
10744         text.
10746         (allout-flag-region): Use overlays instead of selective-display
10747         for invisible text - by inheritence from the properties of
10748         allout-overlay-category in mainline Emacs, and applied
10749         property-by-property in XEmacs, some recent versions of which
10750         don't inherit the properties from the category.  Provisions to
10751         respond to concealed-text edits simplified drastically.
10753         (allout-isearch-rectification, allout-isearch-was-font-lock)
10754         (allout-isearch-expose, allout-enwrap-isearch)
10755         (allout-isearch-abort, allout-pre-was-isearching)
10756         (allout-isearch-prior-pos, allout-isearch-did-quit)
10757         (allout-isearch-dynamic-expose)
10758         (allout-hide-current-entry-completely): Functions deleted.
10760         (allout-undo-aggregation): Explicit undo aggregation no longer
10761         necessary due to transition away from selective-display.
10763         (set-allout-regexp, allout-up-current-level)
10764         (allout-next-visible-heading, allout-forward-current-level)
10765         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
10766         (allout-kill-line, allout-yank-processing, allout-show-children)
10767         (allout-expose-topic, allout-old-expose-topic)
10768         (allout-listify-exposed, allout-insert-latex-header)
10769         (allout-toggle-subtree-encryption, allout-encrypt-string)
10770         (remove-from-invisibility-spec, allout-hide-current-subtree):
10771         Ditched unused variables.
10773 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
10775         * textmodes/ispell.el (ispell-change-dictionary): Call
10776         ispell-buffer-local-dict instead of
10777         ispell-accept-buffer-local-defs.
10778         (ispell-local-dictionary-alist): Accept as valid any coding-system
10779         supported by Emacs.
10780         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
10781         changed to iso-8859-3.
10783 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
10785         * speedbar.el (speedbar-frame-width): Make an inline function
10786         instead of a macro.  Use frame-width.
10787         (speedbar-try-completion, speedbar-update-contents)
10788         (speedbar-timer-fn): Use consp.
10789         (speedbar-update-localized-contents): Try to preserve point.
10791         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
10792         (menu): Re-order menu items.
10793         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
10794         field.
10795         (gdb-var-update-handler-1): Use it for GDB 6.4+.
10796         (gdb-post-prompt): Speed things by not forcing update.
10798 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
10800         * wid-edit.el (widget-button-click): For mouse-1, cancel button
10801         press and perform default action if we get a mouse movement event.
10803 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10805         * calendar/icalendar.el (icalendar--get-event-property)
10806         (icalendar--get-event-property-attributes): Fix typos in
10807         docstrings.
10809         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
10810         docstring.
10812 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
10814         * bs.el (bs-mode): Use `buffer-disable-undo'.
10815         (bs--get-file-name): Simplify.
10816         (bs-show-in-buffer): Mark the buffer as not modified.
10818 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10820         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
10821         widget-button-click.
10823         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
10824         (custom-mode): Update docstring.
10826         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
10827         binding.
10829         * files.el (hack-local-variables-confirm): Allow scrolling if the
10830         file variable list is too long.  Kill temp buffer after use.
10832 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
10834         * progmodes/gud.el (gdb): Improve doc string.
10835         (gdb-script-font-lock-keywords): Expand allowed character set.
10837         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
10838         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
10839         (gdb-separate-io-interrupt, gdb-separate-io-quit)
10840         (gdb-separate-io-stop, gdb-separate-io-eof):
10841         Rename from gdb-inferior-* to gdb-separate-*.
10842         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
10844 2006-02-14  Jay Belanger  <belanger@truman.edu>
10846         * calc/calc-arith.el (math-check-known-scalarp): Make sure
10847         expression is a symbol before checking that it is bound.
10849         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
10850         test to see if equation can be solved.
10852 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10854         * wid-edit.el (widget-button-click): Use :pressed-face property
10855         for overlay face, if it exists.
10857         * cus-edit.el (custom-manual, custom-add-see-also)
10858         (custom-add-parent-links, custom-group-link): Add :pressed-face
10859         property to links.
10861         * files.el (hack-local-variables): Remove ignored variables before
10862         checking if any variables need setting.
10864 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10866         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
10868 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
10870         * help.el (where-is): Fix message for remapped commands.
10872         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
10873         Fix typos in docstrings.
10875 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
10877         * files.el (safe-local-variable-values): New option.
10878         (hack-local-variables-prop-line): Return a list of variable-value
10879         pairs if MODE-ONLY is non-nil.
10880         (hack-local-variables): Construct list of variable-value pairs,
10881         and apply or reject them in one go.  Ask for confirmation if
10882         variables are not known safe.
10883         (hack-local-variables-confirm): Complete rewrite.  Support
10884         `safe-local-variable-values'.
10885         (enable-local-variables): Update docstring to reflect new
10886         behavior.
10887         (ignored-local-variables): Ignore ignored-local-variables and
10888         safe-local-variable-values.
10889         (safe-local-variable-p): New function.
10890         (risky-local-variable-p): `safe-local-variable' property check
10891         moved to safe-local-variable-p.
10892         (hack-one-local-variable): Checks moved to hack-local-variables.
10894         (byte-compile-dynamic, c-basic-offset, c-file-style)
10895         (c-indent-level, comment-column, fill-column, fill-prefix)
10896         (indent-tabs-mode, kept-new-versions, no-byte-compile)
10897         (no-update-autoloads, outline-regexp, page-delimiter)
10898         (paragraph-start, paragraph-separate, sentence-end)
10899         (sentence-end-double-space tab-width, version-control):
10900         Add `safe-local-variable' property.
10902         * find-lisp.el: Delete nonexistent `autocompile' file variable.
10904         * icomplete.el, play/landmark.el: Change nonexistent
10905         `outline-layout' file variable to `allout-layout'.
10907 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
10909         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
10910         (gdb-get-changed-registers): Test value of gud-minor-mode relative
10911         to gud-comint-buffer.
10912         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
10913         gdb-ui.el for gdb-mi.el.
10914         (gdb-post-prompt, gdb-get-changed-registers): Move test for
10915         registers buffer to gdb-get-changed-registers.
10916         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
10917         deletion of catchpoints (throw and catch).
10918         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10919         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
10920         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
10921         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
10922         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
10924 2006-02-13  Jay Belanger  <belanger@truman.edu>
10926         * calc/calc-arith.el (math-check-known-matrixp): Make sure
10927         expression is a symbol before checking that it is bound.
10929 2006-02-13  Richard M. Stallman  <rms@gnu.org>
10931         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
10932         for the minibuffer too, but not if resize-mini-windows will interfere.
10934         * help.el (describe-key-briefly, describe-key): Do all arg-reading
10935         inside `interactive' spec.
10936         (describe-key-briefly-internal, describe-key-internal):
10937         Functions merged back into their callers.
10939 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
10941         * info.el (info-xref-visited): Inherit from info-xref too.
10942         (Info-set-mode-line): Replace occurrences of `%' by `%%'
10943         when propertizing Info-current-file and Info-current-node.
10945 2006-02-13  Juri Linkov  <juri@jurta.org>
10947         * tumme.el (tumme-thumbnail-storage): Fix docstring.
10948         (tumme-thumb-name): Fix per-directory format.
10950 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
10952         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
10954 2006-02-12  Miles Bader  <miles@gnu.org>
10956         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
10958 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
10960         * tumme.el: Remove history section.  If someone needs the it, it
10961         can always be found in CVS.
10963 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
10965         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
10966         about the Thumbnail Managing Standard option.
10968 2006-02-12  Richard M. Stallman  <rms@gnu.org>
10970         * subr.el (substitute-key-definition): Doc fix.
10972         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
10974         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
10976         * info.el (Info-mode): Doc fix.
10978         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
10980 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
10982         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
10983         because on Solaris a POSIX compatible "id" is needed.  Reported by
10984         Magnus Henoch <mange@freemail.hu>.
10986 2006-02-12  Juri Linkov  <juri@jurta.org>
10988         * tumme.el: Remove todo item about Thumbnail Managing Standard.
10989         (tumme) <defgroup>: Change :group to `multimedia'.
10990         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
10991         Managing Standard.
10992         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
10993         Fix dostring.
10994         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
10995         and %y.  Fix docstring.
10996         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
10997         (tumme-cmd-create-standard-thumbnail-command): New user options.
10998         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
10999         is `standard'.  Fix docstring.
11000         (tumme-thumb-width, tumme-thumb-height): New user options.
11001         (tumme-external-viewer): Try to find various viewers.
11002         (tumme-get-thumbnail-image): Use `create-image' instead of
11003         constructing the `image' structure.
11004         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
11005         `standard'.
11006         (tumme-thumb-name): Add file name generation for standard storage.
11007         Simplify code for other storages.
11008         (tumme-thumb-name): Use width %w and height %h instead of size %s.
11009         Add modification time %m and thumbnail-nq8 %q.
11010         Use `tumme-cmd-create-standard-thumbnail-command' if
11011         tumme-thumbnail-storage is `standard'.
11012         (tumme-dired-insert-marked-thumbs): New autoload command.
11013         (tumme-dired-after-readin-hook): New function.
11014         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
11015         `tumme-thumb-size'.
11016         (tumme-display-image): Replace size-x %x and size-y %y with
11017         width %w and height %h.
11019         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
11020         `tumme-dired-insert-marked-thumbs'.
11022 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
11024         * tumme.el (tumme-write-tag): Fix small bug (file name did not
11025         include path).
11026         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
11027         matching tag.
11029 2006-02-12  Miles Bader  <miles@gnu.org>
11031         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
11032         New variables.
11033         (rcirc-abbrev-nick): New function.
11034         (rcirc-format-response-string): Rewrite to use the formats in
11035         `rcirc-response-formats' and expand escape sequences therein.
11036         A text-property `rcirc-text' is added over the actual response
11037         text to make easy to find inside the returned string.
11038         (rcirc-print): When filling, just look for the `rcirc-text'
11039         text-property to find the appropriate fill prefix, instead of
11040         using hardwired patterns.
11042 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
11044         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
11045         Managing Standard.
11047 2006-02-11  Kim F. Storm  <storm@cua.dk>
11049         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
11050         Don't use insert-buffer; do insert-buffer-substring directly.
11051         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
11053 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
11055         * files.el (revert-buffer, recover-file): Replace buffer-read-only
11056         with inhibit-read-only.  Suggested by Stefan Monnier.
11057         (revert-buffer): Let insert-file-contents discard
11058         buffer-undo-list.  Simplify code.
11059         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
11061 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
11063         * menu-bar.el (menu-bar-select-yank): Add a doc string.
11065         * help.el (describe-key-briefly): Now a wrapper for
11066         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
11067         to t.  Populate yank-menu if empty.
11068         (describe-key-briefly-internal): Renamed from describe-key-briefly.
11069         (describe-key): Now a wrapper for describe-key-internal.  Bind
11070         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
11071         (describe-key-internal): Renamed from describe-key.
11073 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
11075         * progmodes/glasses.el (glasses-separator): Doc fix.
11076         (glasses-original-separator): New defcustom.
11077         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
11079 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
11081         * mwheel.el (mouse-wheel-up-event): Doc fix.
11083 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
11085         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
11086         (tumme-dir): New function.  Copied from thumbs.el.
11088 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
11090         * desktop.el (desktop-outvar): Fix typo.
11091         (desktop-save-buffer-p): Doc fix.
11093         * subr.el (substitute-key-definition): Fix typo.
11095 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11097         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
11098         when window-system is mac.
11100         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
11102 2006-02-10  Kim F. Storm  <storm@cua.dk>
11104         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
11105         indirect-function instead of using condition-case.
11107 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
11109         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
11110         less `colloquial'...
11112 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
11114         * tumme.el: Add a couple of todo items.
11116 2006-02-09  Lars Hansen  <larsh@soem.dk>
11118         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
11119         (highlight-changes-mode): Don't change desktop-locals-to-save.
11121 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
11123         * image-mode.el (image-toggle-display): Clear image cache if using
11124         filename.
11126 2006-02-09  Masatake YAMATO  <jet@gyve.org>
11128         * dired-x.el (dired-guess-shell-alist-default): Add .man as
11129         a `dired-man' target.
11131         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
11132         boundary of symbols.
11134 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
11136         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
11138 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
11140         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
11141         `mapcar'; return nil.
11143 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
11145         * mouse.el (mouse-drag-track): Don't change window if we rebind to
11146         some other event.
11148 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
11150         * net/rcirc.el (rcirc-startup-channels-alist):
11151         Add irc.freenode.net and #emacs as defaults.
11152         (rcirc-ignore-all-activity-flag): Remove variable.
11153         (rcirc-authinfo): New variable.
11154         (rcirc-authinfo-filename): Remove variable.
11155         (rcirc-always-use-server-buffer-flag): New flag.
11156         (rcirc): M-x rcirc will automatically connect without prompting.
11157         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
11158         connection in lisp.
11159         (rcirc-process-server-response-1): Remove everything but the nick
11160         portion of the sender so it doesn't need to be done everywhere
11161         else.  Update related code.
11162         (global-map): Remove global keybindings.
11163         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
11164         (rcirc-send-input): Split into several functions.
11165         (rcirc-process-input-line, rcirc-process-message)
11166         (rcirc-process-command): New functions.
11167         (rcirc-target-buffer): New function to determine where to route
11168         messages.
11169         (rcirc-user-nick): Save match data.
11170         (rcirc-toggle-ignore-buffer-activity)
11171         (rcirc-update-activity-string): Remove global ignore functionality,
11172         which can be done now by toggling rcirc-track-minor-mode.
11173         (rcirc-track-minor-mode-map): New keymap.
11174         (rcirc-track-minor-mode): New minor-mode.
11175         (ignore): Make the ignore output nicer.  Always print it when
11176         adding or removing nicks.
11177         (rcirc-url-regexp): Improve.
11178         (rcirc-mangle-text): Remove properties before using text in the
11179         modeline.
11180         (rcirc-authenticate): Authentication data comes from
11181         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
11182         (rcirc-server-prefix): Inherit from rcirc-server.
11184 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
11186         * Makefile.in (compile): Append "|| true" to the end of the `find'
11187         command, like compile-always does.
11189 2006-02-08  Sam Steingold  <sds@gnu.org>
11191         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
11192         output from a dead connection.
11194 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
11196         * dired.el (dired-mode-map): Add more bindings for tumme.
11198 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11200         * wdired.el (wdired-mode-map): Use remap.
11201         (wdired-get-filename): Massage.
11202         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
11203         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
11204         `keymap' property rather than `local-map'.
11206 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
11208         * tumme.el (tumme-get-thumbnail-image): New utility function.
11209         Suggested by from Chong Yidong.
11210         (tumme-dired-with-window-configuration): Rename from
11211         `tumme-dired'.  Add code to save window configuration.
11212         (tumme-restore-window-configuration): New command to restore the
11213         window configuration that `tumme-dired-with-window-configuration'
11214         saves before it changes the window configuration.
11215         (tumme-show-all-from-dir): New command to display thumbnails for
11216         all files in a directory entered by the user, like M-x thumbs.
11217         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
11218         have been created.
11219         (tumme-display-thumbnail-original-image): Call `display-buffer'.
11220         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
11221         Remove obsolete test function.
11223 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
11225         * vc.el (small-temporary-file-directory): Remove defvar; there's
11226         a defcustom for it in files.el.
11228         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
11229         Fix typo in message.
11230         (tumme-gallery-generate): Fix typo in `error' message.
11231         (tumme-display-window-height-correction)
11232         (tumme-display-window-width-correction, tumme-line-up-dynamic)
11233         (tumme-line-up-interactive): Dox fixes.
11234         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
11235         (tumme-restore-window-configuration, tumme-format-properties-string)
11236         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
11237         Fix typos in docstrings.
11239 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
11241         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
11243 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
11245         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
11246         User should use hook if desired.
11248         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
11249         buffer if necessary.
11250         (gdb-delete-frame-or-window): New function.
11251         (gdb-breakpoints-mode-map): Bind "q" to it.
11253 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11255         * textmodes/nroff-mode.el: Clean up name space.
11256         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
11257         (nroff-mode): Obey the global setting of nroff-electric-mode.
11258         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
11260         * calendar/calendar.el (calendar-increment-month): Typo in last change.
11262 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
11264         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
11266 2006-02-06  Lars Hansen  <larsh@soem.dk>
11268         * generic-x.el (etc-fstab-generic-mode): Add file system types
11269         cifs and usbdevfs.  Allow special chars in file names.
11271 2006-02-05  Jay Belanger  <belanger@truman.edu>
11273         Update copyright notices of the files in lisp/calc.
11275 2006-02-05  Romain Francoise  <romain@orebokech.com>
11277         Update copyright notices of all files in the lisp/play directory.
11279 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
11281         * ldefs-boot.el: Regenerate.
11283         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
11285 2006-02-05  Kim F. Storm  <storm@cua.dk>
11287         * files.el (magic-mode-regexp-match-limit): New defvar.
11288         (set-auto-mode): Use it to limit magic-mode-alist matching.
11290 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
11292         * simple.el (display-message-or-buffer): Compare the number of
11293         characters to the frame width when determining whether a 1-line
11294         message string will fit in the echo area.  Count screen lines
11295         instead of buffer lines when determining whether a multi-line
11296         message will fit in the echo area/minibuffer window.
11298 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
11300         * info.el (Info-index, Info-mode): Improve the description of the
11301         `i' command.
11303         * ldefs-boot.el: Regenerate.
11305 2006-02-03  Werner Lemberg  <wl@gnu.org>
11307         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
11308         greedy to find the closing bracket in \*[...] and similar
11309         expressions.  This is a first rough fix -- many additional
11310         refinements are necessary to make nroff mode really usable with groff.
11312 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
11314         * international/mule-cmds.el (set-locale-environment):
11315         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
11316         libX11.
11318 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
11320         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
11321         archive are created in archive-tmpdir.
11323 2006-02-02  John Paul Wallington  <jpw@pobox.com>
11325         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
11326         (ibuffer-fontification-alist): Use it.
11327         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
11328         to "* z" and the Ibuffer Mark menu.
11330         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
11332 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11334         * textmodes/table.el (*table--cell-describe-mode)
11335         (*table--cell-describe-bindings): Undo last change since
11336         print-help-return-message is not obsoleted by anything at all.
11338 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
11340         * emulation/cua-base.el (cua-mode): Doc fix.
11342 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
11344         * dframe.el (dframe-handle-make-frame-visible)
11345         (dframe-handle-iconify-frame, dframe-get-focus)
11346         (dframe-select-attached-frame, dframe-power-click)
11347         (dframe-frame-mode): Fix typos in docstrings.
11349         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
11350         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
11351         Fix typos in docstrings.
11353         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
11354         (hi-lock-face-buffer, hi-lock-font-lock-hook)
11355         (hi-lock-archaic-interface-message-used)
11356         (hi-lock-file-patterns-range): Fix typos in docstrings.
11358         * savehist.el (savehist-loaded, savehist-load, savehist-install)
11359         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
11361         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
11362         Fix typo in docstring.
11364         * net/newsticker.el (newsticker--decode-iso8601-date)
11365         (newsticker--set-customvar, newsticker--buffer-insert-item)
11366         (newsticker--do-run-auto-mark-filter)
11367         (newsticker--parse-generic-feed): Doc fixes.
11368         (newsticker--retrieval-timer-list, newsticker-url-list)
11369         (newsticker-hide-immortal-items-in-echo-area)
11370         (newsticker-hide-obsolete-items-in-echo-area)
11371         (newsticker-new-item-face, newsticker--enclosure)
11372         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
11373         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
11374         (newsticker--parse-generic-feed, newsticker--cache-contains)
11375         (newsticker--stat-num-items, newsticker-download-enclosures):
11376         Fix typos in docstrings.
11378         * net/rcirc.el (rcirc-debug): Doc fix.
11379         (rcirc-fill-column, rcirc-receive-message-hooks)
11380         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
11381         (rcirc-mode, rcirc-generate-new-buffer-name)
11382         (rcirc-startup-channels, rcirc-ignore-update-automatic)
11383         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
11384         Fix typos in docstrings.
11385         (rcirc-print): "?\ " -> "?\s".
11386         (rcirc-cmd-join): Improve argument/docstring consistency.
11388 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
11390         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
11391         before narrow-to-region.
11393 2006-02-01  Richard M. Stallman  <rms@gnu.org>
11395         * simple.el (move-beginning-of-line): Scan properly for invis change.
11397         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
11399 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
11401         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
11402         change bit only when id-format is 'integer.  Reported by Matt
11403         Hodges <M.P.Hodges@rl.ac.uk>.
11405 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
11407         * hilit-chg.el (highlight-changes-initial-state)
11408         (highlight-changes-global-initial-state): Doc fixes.
11409         (highlight-changes-global-modes, global-highlight-changes):
11410         Fix typos in docstrings.
11412 2006-02-01  Kim F. Storm  <storm@cua.dk>
11414         * emulation/cua-base.el (cua-mode): Mention that CUA enables
11415         transient-mark-mode in doc string.
11417 2006-01-31  Richard M. Stallman  <rms@gnu.org>
11419         * replace.el (multi-occur): Doc fix.
11420         (multi-occur-in-matching-buffers): Rename from
11421         multi-occur-by-filename-regexp.  Prefix arg says match
11422         buffer names instead of file names.
11424 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
11426         * bs.el: Allow non-default values of `bs-header-lines-length'.
11427         (bs--running-in-xemacs): Remove (not needed anymore).
11428         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
11429         instead of `shrink-window', thus avoiding having to compute the
11430         height of the window.
11431         (bs--up): Wrap around even when there's no header.
11432         (bs--down): Use `forward-line' instead of `next-line'.
11434 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
11436         * image-mode.el (image-toggle-display): Use file name if possible,
11437         instead of unnecessarily allocating a (possibly huge) lisp string.
11439 2006-01-30  John Paul Wallington  <jpw@pobox.com>
11441         * subr.el (toplevel): Define `cl-assertion-failed' condition here
11442         because the `assert' macro signals it at runtime.
11444         * emacs-lisp/cl.el (toplevel): Remove definition of
11445         `cl-assertion-failed' condition.
11447 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
11449         * thumbs.el (thumbs-marked-list): Make buffer-local and
11450         permanent-local.
11451         (thumbs-insert-thumb): Make help-echo non-sticky.
11452         (thumbs-file-alist): Use eolp as check for (non)-image.
11454 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
11456         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
11457         (ediff-before-session-group-setup-hooks)
11458         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
11459         Fix typos in docstrings.
11461         * window.el (bw-dir, bw-eqdir, balance-windows)
11462         (split-window-keep-point): Fix typos in docstrings.
11464         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
11465         (org-quote-string, org-calendar-to-agenda-key)
11466         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
11467         (org-show-following-heading, org-tags-column)
11468         (org-use-tag-inheritance, org, org-allow-space-in-links)
11469         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
11470         (org-enable-table-editor, org-calc-default-modes)
11471         (org-table-allow-automatic-line-recalculation)
11472         (org-export-html-style, org-export-with-fixed-width)
11473         (org-export-with-sub-superscripts, org-special-keyword)
11474         (org-formula, org-time-grid, org-table-may-need-update)
11475         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
11476         (org-goto-quit, org-get-indentation, org-end-of-item)
11477         (org-move-item-down, org-move-item-up)
11478         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
11479         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
11480         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
11481         (org-agenda-log-mode, org-agenda-toggle-diary)
11482         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
11483         (org-agenda-file-to-end, org-agenda-no-heading-message)
11484         (org-agenda-get-closed, org-format-agenda-item)
11485         (org-cmp-priority, org-cmp-category, org-cmp-time)
11486         (org-agenda-change-all-lines, org-agenda-diary-entry)
11487         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
11488         (org-link-search, org-camel-to-words, org-open-file)
11489         (org-remember-handler, org-table-convert-region)
11490         (org-table-move-row-down, org-table-move-row-up)
11491         (org-table-copy-region, org-table-wrap-region)
11492         (org-table-toggle-vline-visibility)
11493         (org-table-get-vertical-vector, org-table-modify-formulas)
11494         (org-table-get-specials, org-recalc-commands)
11495         (org-table-rotate-recalc-marks, org-table-eval-formula)
11496         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
11497         (org-level-color-stars-only, org-insert-heading):
11498         Fix typos in docstrings.
11499         (last-arg): Add defvar.
11501         * makefile.w32-in (WINS): Add erc.
11502         (MH_E_SRC): Update (copied from lisp/Makefile.in).
11504 2006-01-29  Bill Wohler  <wohler@newt.com>
11506         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
11507         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
11508         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
11509         (mh-autoloads): Don't use comments on otherwise empty lines.
11511 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
11513         * emulation/viper.el (viper-major-mode-modifier-list): Add
11514         insert-state and vi-state entries for erc-mode.
11515         (viper-go-away, viper-set-hooks): Add and remove
11516         viper-comint-mode-hook from erc-mode-hook as appropriate.
11518         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
11520 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
11522         * bs.el (bs--format-aux): Implement `middle' alignment as
11523         described in the docstring for `bs-attributes-list'.
11524         (bs--get-name): Simplify.  Don't pad the buffer name.
11526 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
11528         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
11529         English aspell dictionary is installed, use the first entry of
11530         ispell-dictionary-alist-1.
11532 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
11534         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11535         Doc fix.
11537 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
11539         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
11540         for `process-file', in order to let it work for older Emacsen too.
11542 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
11544         * international/latexenc.el: Add a suitable `coding:' tag.
11545         (latexenc-find-file-coding-system): Undo last change.
11547 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
11549         * international/latexenc.el (latexenc-find-file-coding-system):
11550         Make sure latexenc-main-file is a regular file and is readable.
11552 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
11554         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
11555         Pass FILE to vc-user-login-name.
11557         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
11559 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
11561         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
11562         there are no more images to display.
11563         (thumbs-mark, thumbs-unmark): Revert change so that they move to
11564         the next image.
11566 2006-01-26  Richard M. Stallman  <rms@gnu.org>
11568         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
11570         * wid-edit.el (advertised-widget-backward): New alias.
11571         (widget-keymap): Use advertised-widget-backward for S-TAB.
11573         * tumme.el: Correct the keywords.
11574         (tumme-dir-max-size): Use defvar.
11575         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
11577         * simple.el (move-beginning-of-line): Take account of fields.
11578         (clone-indirect-buffer-other-window): Take args like
11579         clone-indirect-buffer, and work like it.
11581         * help-fns.el (describe-function): Don't pass `nil' as default.
11583         * files.el (risky-local-variable-p): Follow var aliases.
11585         * subr.el (lazy-completion-table): Doc fix.
11587         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
11588         global binding of `line'.
11590 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
11592         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
11593         Tramp.
11595         * vc.el (vc-default-dired-state-info): Pass FILE to
11596         vc-user-login-name.
11597         (vc-default-update-changelog): Don't use vc-user-login-name, we
11598         don't need it here.
11600         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
11601         no longer necessary.
11603 2006-01-25  Kenichi Handa  <handa@m17n.org>
11605         * international/mule.el (decode-char): Avoid the overhead of
11606         calling utf-lookup-subst-table-for-decode if
11607         utf-translate-cjk-mode is nil.
11608         (encode-char): Avoid the overhead of calling
11609         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
11610         nil.
11612 2006-01-22  Kenichi Handa  <handa@m17n.org>
11614         * international/mule.el (make-subsidiary-coding-system): Reset
11615         `coding-system-define-form' property of subsidiaries to nil.
11616         Avoid duplicated entry in coding-system-alist.
11617         (make-coding-system): Avoid duplicated entry in
11618         coding-system-alist.
11619         (define-coding-system-alias): Likewise.
11621 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
11623         * completion.el: Minor fixes in introductory comment.
11624         (completion-def-wrapper): Fix alist.
11626 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
11628         * thumbs.el (thumbs-new-image-size): New function.
11629         (thumbs-increment-image-size-element)
11630         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
11631         (thumbs-decrement-image-size): Delete.
11632         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
11633         temp files and use to resize.
11634         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
11635         Use increment argument to enlarge/shrink.  Preserve point.
11636         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
11637         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
11638         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
11639         (thumbs-mark, thumbs-unmark): Preserve point.
11640         (thumbs-modify-image): Keep old temp files and use to modify.
11641         Cleanup old temp files at load time.  Preserve point.
11642         (thumbs-view-image-mode-map): Use new command names.
11644 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11646         * log-view.el (log-view-minor-wrap): First rev is the one at point.
11648         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
11649         the nastiest part of the cyclic dependency.
11650         (cal-menu-update): Use dotimes and calendar-increment-month.
11652         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
11653         (calendar-week-start-day): Add an :initializer.
11654         (calendar-mode-map): Use suppress-keymap, and command remapping.
11655         (describe-calendar-mode): Setup xref-stack info for the back button.
11656         (calendar-star-date): Insert before delete.
11657         (calendar-set-mode-line): Add file-modified info if applicable.
11658         (calendar-increment-month): New function.
11660 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
11662         * font-lock.el (lisp-font-lock-keywords-2):
11663         Recognize "& keywords" only at word boundaries.
11665 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
11667         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
11668         and permanent-local.
11669         (thumbs-max-image-number): New variable.
11670         (thumbs-do-thumbs-insertion): Use them.
11671         (thumbs-per-line): Change default to 4.
11672         (thumbs-marked-list): Rename from thumbs-markedL.
11673         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
11674         (thumbs-rename-images): Use -list instead of L for internal variables.
11675         (thumbs-call-convert): Use call-process instead of shell-command.
11676         (thumbs-insert-thumb): Add filename as help-echo to each image.
11677         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
11678         Give dir to thumbs-show-thumbs-list.
11679         (thumbs-show-thumbs-list): Set default-directory to that of images.
11680         (thumbs-dired-show): Rename from thumbs-dired-show-all.
11681         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
11682         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
11683         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
11685 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11687         * ses.el (ses-read-cell): Provide a default value.
11689 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
11691         * term/w32-win.el (image-library-alist): Add additional names for
11692         GIF library.
11694 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
11696         * international/latexenc.el (latexenc-find-file-coding-system):
11697         Add file-regular-p check.
11699 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11701         * simple.el (clone-buffer): Don't show the new buffer in the same
11702         window.
11704 2006-01-23  Juri Linkov  <juri@jurta.org>
11706         * faces.el (link, link-visited): New faces based on default values
11707         of `info-xref' and `info-xref-visited'.
11709         * info.el (info-xref): Inherit from `link'.
11710         (info-xref-visited): Inherit from `link-visited'.
11712         * cus-edit.el (custom-buffer-create-internal): Use widget type
11713         `custom-manual' instead of `info-link' and don't set properties
11714         `button-face' and `mouse-face' explicitly.
11715         (custom-browse-group-tag, custom-browse-variable-tag)
11716         (custom-browse-face-tag): Inherit from widget class
11717         `custom-group-link' instead of `push-button'.
11718         (custom-button-unraised): Inherit from `underline' face.
11719         (custom-link): Inherit from `link' face.  Fix doc and group.
11720         (custom-add-parent-links, custom-group-value-create): Don't set
11721         properties `button-face' and `mouse-face' explicitly for
11722         `custom-group-link' widget.
11723         (custom-group-link): Add properties `button-face' and `mouse-face'
11724         to widget definition.
11725         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
11726         editable-field's :keymap property.
11727         (custom-mode): Fix docstring: substitute keybindings for
11728         `widget-forward' and `widget-backward' from `widget-keymap',
11729         `widget-complete' from `custom-field-keymap', replace old
11730         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
11732         * desktop.el (desktop-load-file): Check for `fboundp' before
11733         calling `symbol-function'.
11735         * simple.el (clone-buffer, clone-indirect-buffer)
11736         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
11737         `read-string'.  Fix prompts.
11739         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
11741 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
11743         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
11745 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
11747         * startup.el (inhibit-splash-screen, initial-scratch-message):
11748         Doc fixes.
11750 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
11752         Sync with Tramp 2.0.52.
11754         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
11755         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
11756         `tramp-unload-tramp' for checklist.
11758         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
11759         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
11760         (tramp-unload-file-name-handler-alist)
11761         (tramp-unload-tramp): New defuns.
11762         (tramp-advice-PC-expand-many-files): New defadvice.
11763         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
11764         removed.
11765         (tramp-handle-expand-file-name): Remove double slash.
11766         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
11767         It doesn't matter, because it will be converted later on.
11768         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
11769         implementation was just heuristic.
11770         (tramp-post-connection): Set uid and gid properties.
11771         (tramp-convert-file-attributes): Set file's gid change bit.
11772         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
11773         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
11774         in case of su(do)? methods.  The home directory of the local user
11775         will be taken else.
11776         (tramp-open-connection-telnet)
11777         (tramp-open-connection-rsh, tramp-open-connection-su)
11778         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
11779         local shell prompt could hurt.  Reported by Romain Francoise
11780         <romain@orebokech.com>.
11781         (tramp-let-maybe): Add `edebug-form-spec' property.
11782         (tramp-handle-expand-file-name): Bind `default-directory' locally
11783         to "/" in order to avoid problems with UNC shares or Cygwin
11784         mounts.
11785         (tramp-md5-function): Fix typo in error message.
11787         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
11789         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
11790         for byte-compiler pacification.
11792 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
11794         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
11795         ID-FORMAT `string'.  This allows us to get rid of
11796         `vc-user-login-name UID'.
11798         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
11800 2006-01-22  John Paul Wallington  <jpw@pobox.com>
11802         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
11804 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
11806         * emacs-lisp/find-func.el (find-definition-noselect)
11807         (find-variable-noselect): Search variables in C source code too.
11808         (find-function-C-source, find-function-noselect, find-function)
11809         (find-function-other-frame, find-variable-noselect, find-variable)
11810         (find-variable-other-frame, find-variable-at-point):
11811         Fix docstrings.
11813 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11815         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
11817 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
11819         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
11820         Default to disabling the "Save affix" question.
11822 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
11824         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
11825         the first arg to run-python.
11827 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
11829         * startup.el (command-line-1): Handle --no-desktop if desktop.el
11830         is not loaded.
11832 2006-01-20  Jay Belanger  <belanger@truman.edu>
11834         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
11835         limit is 0.
11837         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
11838         the correct variable.
11840 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
11842         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
11843         link.  Fixed buggy argument sequence in call to `org-view-tags'.
11844         (org-compile-prefix-format): Set `org-prefix-has-tag'.
11845         (org-prefix-has-tag): New variable.
11846         (org-format-agenda-item): Remove tags from headline if
11847         appropriate.
11848         (org-agenda-remove-tags-when-in-prefix): New option.
11849         (org-get-tags-at): New function.
11851 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
11853         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
11854         (thumbs-find-image): Move image name and number from buffer name
11855         to mode name.  Set thumbs-buffer.  Preserve point so that large
11856         images remain visible.
11857         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
11858         order.
11859         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
11860         mode name.
11861         (thumbs-next-image, thumbs-previous-image): Make them work.
11863 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
11865         * cus-edit.el (custom-buffer-create-internal): State in the text above
11866         the whole buffer buttons that they do not operate on hidden items.
11867         (custom-face-menu): Use `custom-face-save' instead of
11868         `custom-face-save-command'.
11869         (custom-face-save-command): Make it an alias for `custom-face-save'
11870         and declare it obsolete.
11871         (custom-face-save): Doc fix.
11873         * dired.el (dired-no-confirm): Add quote.
11874         (dired-subdir-alist-pre-R): Add quote in
11875         `make-variable-buffer-local' form and remove unbalanced parenthesis.
11877 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11879         * textmodes/table.el (table-mode-indicator): Typo in last change.
11881 2006-01-19  Richard M. Stallman  <rms@gnu.org>
11883         * outline.el (hide-leaves): Don't call outline-end-of-heading.
11884         Fixes bug reported in Nov 2005.
11886         * isearch.el (isearch-forward): Doc fix.
11888         * dired.el (dired-move-to-filename-regexp): Define as alias.
11889         (dired-no-confirm): Use defcustom.
11890         (dired-subdir-alist-pre-R): Put defvar at top level.
11892         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
11894         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
11895         Mark as risky.
11897         * simple.el (set-mark-command): Doc fix.
11898         (clone-indirect-buffer-other-window):
11899         Read arg like clone-indirect-buffer.
11900         (move-beginning-of-line): Skip invisible newlines.
11902 2006-01-19  Masatake YAMATO  <jet@gyve.org>
11904         * progmodes/cpp.el (cpp-edit-load): Make the order of
11905         listed conditions in a base C code buffer and its associate
11906         CPP Edit buffer the same.
11908 2006-01-19  Kenichi Handa  <handa@m17n.org>
11910         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
11911         (rmail-mime-feature): Likewise.
11912         (rmail-require-mime-maybe): Use display-warning to show a warning
11913         message.
11915         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
11916         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
11918 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11920         * array.el: Move defvars out of eval-when-compile.
11921         (array-make-template): Replace undeclared global var with a local one.
11922         (array-mode): Inline initialization functions.
11923         (array-init-local-variables, array-init-max-row)
11924         (array-init-max-column, array-init-columns-per-line)
11925         (array-init-field-width, array-init-rows-numbered)
11926         (array-init-line-length, array-init-lines-per-row): Remove.
11928         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
11929         (doc-mode-map): Define explicitly.
11930         (doctor-txtype): Use mapc.
11932         * textmodes/table.el: Move defvars out of eval-when-compile.
11933         Remove harmful code meant to avoid byte-compiler warnings.
11934         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
11935         specification that checks table-fixed-width-mode directly.
11936         (table-recognize-region, table-recognize-cell):
11937         Use restore-buffer-modified-p.
11938         (table-fixed-width-mode): Remove code that refreshes
11939         table-fixed-mode-indicator.
11940         (*table--cell-describe-bindings, *table--cell-describe-mode):
11941         Avoid obsolete name print-help-return-message.
11942         (table--test-cell-list): Don't use replace-regexp from elisp.
11943         (table--point-entered-cell-function, table--point-left-cell-function):
11944         Don't set table-fixed-mode-indicator, use force-mode-line-update.
11946         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
11947         that was after the end of file.  Use buffer-file-name variable.
11948         (org-timestamp-change): Use with-current-buffer.
11949         (org-todo-list): Don't unnecessarily define a new buffer-local var.
11950         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
11951         `file'.
11953         * progmodes/fortran.el: Move defvars out of eval-when-compile.
11954         (fortran-break-line): Remove unused var `opoint'.
11955         (fortran-abbrev-start): Obey help-event-list.
11957 2006-01-18  Jesper Harder  <harder@phys.au.dk>
11959         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
11961 2006-01-18  Masatake YAMATO  <jet@gyve.org>
11963         * progmodes/make-mode.el (makefile-imake-mode): New mode
11964         derived from makefile-mode.
11965         (makefile-imake-mode-syntax-table): New syntax table
11966         derived from makefile-mode-syntax-table.
11967         (makefile-mode): Write about makefile-imake-mode in doc string.
11968         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
11969         (makefile-imake-font-lock-keywords): New font lock keywords.
11971         * files.el (auto-mode-alist): Add Imakefile.
11973 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
11975         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
11976         loading the file rather than when turning on flyspell-mode.
11978 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
11980         * cus-edit.el (customize-rogue): Minor doc fix.
11982 2006-01-17  Juri Linkov  <juri@jurta.org>
11984         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
11985         instead of the file at the mark as default if the file at the mark
11986         is the same as the file at point or if dired-dwim-target-directory
11987         is not the same as the current directory and the mark is not active.
11989         * log-view.el (log-view-minor-wrap): Use the same logic to get
11990         revisions as `log-view-diff'.
11992         * info.el (Info-revert-find-node): Check for Info-current-file
11993         before preserving new-history.
11995         * man.el (Man-heading-regexp): Add `/'.
11997         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
11998         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
12000 2006-01-16  Juri Linkov  <juri@jurta.org>
12002         * faces.el (mode-line-faces): New defgroup.
12003         (mode-line-highlight): Move definition after new defgroup.
12004         (mode-line, mode-line-inactive, mode-line-highlight):
12005         Replace :group `modeline' with `mode-line-faces'.
12006         (mode-line-buffer-id): New face.
12007         (modeline-buffer-id): New face alias.
12008         (vertical-border): Remove :group `modeline'.
12010         * bindings.el (propertized-buffer-identification): Use face
12011         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
12012         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
12013         (mode-line-buffer-identification-keymap): For mouse-1 replace
12014         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
12015         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
12016         mouse-3.
12018         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
12019         Buffer-menu-buffer.  Doc fix.
12020         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
12021         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
12022         `Buffer-menu-buffer'.
12024         * info.el (Info-mode-line-node-keymap): New defvar.
12025         (Info-set-mode-line): Use `stringp' to check Info-current-file.
12026         Propertize Info-current-node with `mode-line-buffer-id' and
12027         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
12029         * time.el (display-time-mail-face): Replace :group `faces' with
12030         `mode-line-faces'.
12032 2006-01-16  Kenichi Handa  <handa@m17n.org>
12034         * international/code-pages.el: Add autoload cookies for cp125[0345678].
12036         * language/european.el (cp1252): New alias for windows-1252.
12038         * international/mule.el (autoload-coding-system): Prepare for EOL
12039         variants.
12041 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
12043         * term.el (term-raw-map): Add mapping for insert.
12044         (term-send-insert): New.
12045         (term-mode): Make variables local here instead of doing it in
12046         `term-emulate-terminal'.
12047         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
12048         Scroll reverse needs to take into account the scroll region.
12049         Saving and restoring the cursor should save the color attributes too.
12050         (term-reset-terminal): Reset the scroll region.
12051         (term-handle-ansi-escape): Cursor up and down should take into
12052         account the scroll region.
12053         (term-set-scroll-region): Rename from `term-scroll-region'.
12054         Move to 0,0 after setting the region.
12055         (term-handle-scroll): Handle scroll up.
12056         (term-down): Fix off by one error.
12057         (term-delete-lines): Do not delete outside the scroll region.
12058         (term-insert-lines): Take into account the scroll region.
12060 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12062         * textmodes/ispell.el (ispell-internal-change-dictionary)
12063         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
12064         (start, end): Move declaration outside of eval-when-compile.
12066         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
12067         (flyspell-mode-on): Use it.
12069         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
12070         ispell-kill-ispell-hook.
12072 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
12074         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12075         (Custom-reset-saved): Do not ask for confirmation in single option
12076         buffers.
12078 2006-01-13  Richard M. Stallman  <rms@gnu.org>
12080         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
12082 2006-01-13  Romain Francoise  <romain@orebokech.com>
12084         * add-log.el (add-change-log-entry, change-log-merge):
12085         Conditionally use `hard-newline'.
12087 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
12089         * wid-edit.el (widget-field-end): If the overlay is no longer
12090         associated with a buffer, behave as if the overlay didn't exist.
12092         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
12093         Make sure the links use the `custom-link' face.
12095 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12097         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
12098         (ld-script-mode): Don't set indent-line-function since we don't
12099         have one.
12101 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
12103         * textmodes/org.el (org-open-file): Use mailcap for selecting an
12104         application.
12105         (org-file-apps-defaults-gnu): Use mailcap as the default for
12106         selecting an application on a UNIX system.
12107         (org-agenda-show-tags): New command.
12108         (org-table-insert-hline): Keep cursor in current table line.
12109         (org-table-convert): Offset effect of modifying
12110         `org-table-insert-hline'.
12111         (org-format-agenda-item): New optional argument TAG.
12112         (org-compile-prefix-format): Handle %T format for the tag.
12113         (org-expand-wide-chars): New function.
12114         (org-table-insert-row, org-table-insert-hline):
12115         Use `org-expand-wide-chars'.
12116         (org-open-file): Fix bug in program launch.
12117         (org-get-time-of-day): Fix bug with times before 1am.
12118         (org-agenda-menu): Add tags commands.
12120 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
12122         * textmodes/ispell.el (ispell-init-process): Include the used
12123         dictionary in ispell process start message.
12124         (ispell-internal-change-dictionary): When flyspell-mode is active
12125         and dictionary is changed, make sure ispell process is restarted
12126         and flyspell word cache cleared out for the current buffer.
12127         (ispell-change-dictionary): Make sure flyspell word cache is
12128         cleared out in all buffers with active flyspell mode when
12129         dictionary is globally changed.
12130         Call ispell-internal-change-dictionary after dictionary change.
12132 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
12134         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
12136         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
12137         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
12138         years.  Fix small differences wrt Makefile.in.
12139         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
12140         Makefile.in does.
12142 2006-01-12  Bill Wohler  <wohler@newt.com>
12144         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
12145         mh-search.el.
12147 2006-01-12  Masatake YAMATO  <jet@gyve.org>
12149         * progmodes/ld-script.el: Update copyright year.
12151 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
12153         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
12154         Don't add widget if setting undefined.
12156 2006-01-12  John Paul Wallington  <jpw@pobox.com>
12158         * help-fns.el (describe-variable): Remove newlines from void
12159         variable output.
12161 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
12163         * wdired.el (wdired-mode-map): Add help echo for
12164         wdired-abort-changes.
12166         * man.el (Man-file-name-regexp): Adjust for a list of files.
12168 2006-01-12  Masatake YAMATO  <jet@gyve.org>
12170         * progmodes/ld-script.el (auto-mode-alist): Support
12171         suffix conventions used in netbsd and eCos.
12173 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
12175         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
12176         (custom-variable-menu, custom-face-menu, custom-group-menu)
12177         (Custom-mode-menu): Change names of menu items.  (As discussed on
12178         emacs-devel.)
12179         (custom-face-menu): Add "Undo Edits" item.
12181         * startup.el (init-file-user): defcustom -> defvar.
12183         * tooltip.el (tooltip-mode): Doc fix.
12185 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12187         * reveal.el (reveal-post-command): window-buffer signals an error on
12188         dead windows rather than returning nil.
12189         (reveal-open-new-overlays): An overlay might die while we open others.
12191 2006-01-11  Bill Wohler  <wohler@newt.com>
12193         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
12194         phrasing in docstring.
12196         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
12197         can give some systems gas.  Add new file mh-buffers.el.
12199 2006-01-06  Masatake YAMATO  <jet@gyve.org>
12201         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
12202         C preprocessor forward ported from GNU Emacs 21.2.
12204         * progmodes/asm-mode.el (asm-font-lock-keywords):
12205         Use `cpp-font-lock-keywords'.
12207         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
12209         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
12210         of $ for "\\.ld[s]?".
12212 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12214         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
12215         (tcl-indent-line): Return `noindent' if inside a string.
12217         * progmodes/flymake.el (flymake-split-string): Remove more than one
12218         empty string at beg/end of the result.
12219         (flymake-find-buildfile, flymake-find-possible-master-files):
12220         Use expand-file-name.
12221         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
12222         since expand-file-name does it for us.  Use directory-file-name.
12223         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
12224         (flymake-ler-get-type, flymake-ler-get-text)
12225         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
12226         (flymake-current-line-no): Remove spurious interactive spec.
12227         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
12228         (flymake-check-include): Remove arg inc-path merged into inc-name.
12229         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
12230         Arg regexp-list replaced by a simple regexp.
12231         (flymake-master-make-header-init, flymake-master-tex-init):
12232         Correspondingly replace regexp-list with a regexp.  Fix regexp.
12234 2006-01-10  Simon Josefsson  <jas@extundo.com>
12236         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
12237         describing AUTH PLAIN fix.
12239 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
12241         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
12242         (report-emacs-bug): Don't record initial prompt text.
12243         Instead, add text properties to prompting text.
12244         (report-emacs-bug-hook): Delete prompting text.
12246 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12248         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
12249         `dirs'.  Adjust callers.
12251 2006-01-09  John Paul Wallington  <jpw@gnu.org>
12253         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
12255 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12257         * reveal.el (reveal-open-new-overlays): New extracted fun.
12258         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
12259         using them.  Simplify the code.
12260         (reveal-post-command): Use them.  Fix up obsolete windows in
12261         reveal-open-spots.
12263         * progmodes/flymake.el: Use `require' rather than autoload for
12264         XEmacs's overlays.
12265         (flymake-get-common-file-prefix, flymake-build-relative-filename):
12266         Delete.  Use file-relative-name instead.
12267         (flymake-get-syntax-check-program-args, flymake-perl-init):
12268         Simplify the resulting code.
12270         * log-view.el (log-view-file-re, log-view-message-re): Add support
12271         for DaRCS output.
12273 2006-01-09  Alex Schroeder  <alex@gnu.org>
12275         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
12276         identifiers sometimes added in square brackets at the beginning of
12277         subject lines.
12279 2006-01-07  Richard M. Stallman  <rms@gnu.org>
12281         * cus-edit.el (Custom-set, Custom-save): Doc fix.
12282         (Custom-reset-current, Custom-reset-saved): Change question text.
12283         (Custom-reset-standard): Likewise.
12284         (custom-variable-reset-saved): Doc fix.
12286 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
12288         * startup.el (init-file-user): Doc fix.
12290 2006-01-07  Alex Schroeder  <alex@gnu.org>
12292         * mail/rmail.el (rmail-current-subject): New function.
12293         (rmail-current-subject-regexp): New function.
12294         (rmail-next-same-subject): Use it.
12296         * mail/rmailsum.el (rmail-summary-by-topic):
12297         Use rmail-current-subject and rmail-current-subject-regexp.
12298         (rmail-summary-next-same-subject): Ditto.
12300         * net/rcirc.el (rcirc-send-input): No longer check whether the
12301         process is open, since not all commands need an open process.
12302         (rcirc-send-string): Check whether the process is open before
12303         sending anything.
12304         (rcirc-ignore-list): New option.
12305         (rcirc-ignore-list-automatic): New variable.
12306         (rcirc-print): Take rcirc-ignore-list into account.
12307         (rcirc-cmd-ignore): New command.
12308         (rcirc-ignore-update-automatic): New function.
12309         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
12310         list if ignored nicks.
12311         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
12313 2006-01-06  David Reitter  <david.reitter@gmail.com>
12315         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
12316         reflect the address to which the report will be sent.
12318 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
12320         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
12321         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
12323 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
12325         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
12327         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
12328         the doc string: "functoin" => "function".
12329         * ldefs-boot.el: Likewise.
12331         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
12332         message text: "Duplicat" => "Duplicate".
12334 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
12336         * files.el (basic-save-buffer-2): If backing-up failed, reset
12337         buffer-backed-up to nil.
12339 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
12341         * progmodes/gud.el (gdb-script-skip-to-head)
12342         (gdb-script-calculate-indentation): Indent for breakpoint command
12343         lists also.
12345 2006-01-05  Bill Wohler  <wohler@newt.com>
12347         * Makefile.in (compile-always): Add mh-autoloads dependency.
12348         (bootstrap): Remove mh-autoloads dependency, as compile dependency
12349         provides it.
12350         (updates): Remove mh-autoloads dependency, since it probably has
12351         already run recently (via recompile).
12353 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12355         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
12356         argument `force' to disable the flyspell-last-buffer optimization.
12357         (flyspell-mode-on): Use it.
12359         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
12360         flymake-simple-cleanup.
12361         (flymake-allowed-file-name-masks): Use this new default.
12362         All the functions are now called in the right buffer rather than
12363         passing the buffer as argument.
12364         (flymake-process-sentinel): Switch to buffer before calling cleanup.
12365         (flymake-parse-err-lines): Remove redundant buffer arg.
12366         (flymake-get-program-dir): Comment out unused function.
12367         (flymake-start-syntax-check, flymake-start-syntax-check-process):
12368         Remove redundant buffer argument.
12369         (flymake-get-real-file-name, flymake-simple-java-cleanup)
12370         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
12372 2006-01-05  Richard M. Stallman  <rms@gnu.org>
12374         * info.el (Info-find-node): Don't record previous node if have none.
12375         (info): Go to directory only if history is empty.
12377         * simple.el (mark): Doc fix.
12379 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12381         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
12382         already of desired type.
12383         (mac-ae-list): Coerce parameter to "list" type.
12384         (mac-dispatch-apple-event): Replace cadr part of event with a
12385         dummy position so that event-start returns it.
12387 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
12389         * textmodes/org.el (org-end-of-subtree): New function.
12390         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
12391         Use `org-end-of-subtree'.
12392         (org-agenda, org-agenda-convert-date): Protect calls to
12393         `fit-window-to-buffer'.
12394         (org-tags-view): Force matching of sublevels when doing a
12395         todo-only search.  Define the correct redo command, including the
12396         arguments.
12397         (org-agenda-redo): Display message.
12398         (org-check-for-org-mode): New function.
12399         (org-agenda-type): New variable.
12400         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12401         Set `org-agenda-type'.
12402         (org-agenda-check-type): New function.
12403         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
12404         (org-agenda-week-view, org-agenda-day-view)
12405         (org-agenda-next-date-line, org-agenda-previous-date-line)
12406         (org-agenda-log-mode, org-agenda-toggle-diary)
12407         (org-agenda-toggle-time-grid, org-agenda-date-later)
12408         (org-agenda-date-prompt, org-agenda-diary-entry)
12409         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
12410         (org-agenda-convert-date, org-agenda-menu):
12411         Use `org-agenda-check-type'.
12412         (org-make-overlay, org-delete-overlay)
12413         (org-detatch-overlay, org-move-overlay, org-overlay-put):
12414         New compatibility functions.
12415         (org-calendar-select-mouse): New command.
12417 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
12419         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
12420         (Custom-reset-standard): Fix y-or-n-p messages.
12421         (custom-link): New face for links.
12422         (custom-buffer-create-internal, custom-manual): Use it.
12423         (custom-face-save): Push to theme-face before setting face spec.
12425         * wid-edit.el (widget-default-mouse-face-get): New function.
12426         (widget-specify-button): Handle mouse-face like button-face.
12428         * custom.el (load-theme): Clear old theme settings if reloading.
12430 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
12432         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
12433         "Erase Customization" button back to same position it occupies in
12434         the individual State menus.
12436 2006-01-04  Kim F. Storm  <storm@cua.dk>
12438         * wid-edit.el (key-sequence): Rework widget to read key binding
12439         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
12440         (widget-key-sequence-default-value): Default value for empty sequence.
12441         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
12442         (widget-key-sequence-read-event): New command for C-q.
12443         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
12444         (widget-key-sequence-value-to-external): New functions.
12446 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12448         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
12449         Use expand-file-name.
12450         (flymake-delete-temp-directory): Use expand-file-name,
12451         file-name-directory, and directory-file-name.
12452         (flymake-strrchr): Delete.
12453         (flymake-start-syntax-check): Don't pass the redundant buffer argument
12454         to the init-f function.
12455         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
12456         (flymake-init-find-buildfile-dir)
12457         (flymake-init-create-temp-source-and-master-buffer-copy)
12458         (flymake-simple-make-init-impl, flymake-simple-make-init)
12459         (flymake-master-make-init, flymake-master-make-header-init)
12460         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
12461         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
12462         (flymake-xml-init): Remove corresponding redundant buffer argument.
12463         (flymake-allowed-file-name-masks): Remove last elems that are equal to
12464         the default anyway.  Clean up regexps.
12466         * progmodes/flymake.el (flymake-temp-source-file-name)
12467         (flymake-master-file-name, flymake-temp-master-file-name)
12468         (flymake-base-dir): New buffer-local vars.
12469         (flymake-buffer-data, flymake-get-buffer-value)
12470         (flymake-set-buffer-value): Replace those hash-tables by the new
12471         buffer-local vars.  Update callers.
12473         * progmodes/flymake.el (flymake-check-start-time)
12474         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
12475         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
12476         Move definition, so we can remove redundant earlier declaration.
12477         (flymake-replace-regexp-in-string, flymake-split-string)
12478         (flymake-get-temp-dir): Use defalias.
12479         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
12480         (flymake-xemacs-window-edges): Remove unused function.
12481         (flymake-get-point-pixel-pos): Move.
12482         (flymake-pid-to-names, flymake-reg-names)
12483         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
12484         Replace by a simple list flymake-processes and by process-buffer.
12485         Update callers.  Other than simplify the code, it uses buffers rather
12486         than buffer-names so it doesn't get confused by uniquify.
12487         (flymake-buffer-data): The global value should just be nil.
12489         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
12490         Optimize the body of a defalias like any other code.
12492         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
12493         Make sure we've setup font-lock's vars.  It may influence which
12494         function we then call.
12495         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
12496         here since it's too late anyway.
12498 2006-01-03  Romain Francoise  <romain@orebokech.com>
12500         * startup.el (fancy-splash-tail, normal-splash-screen):
12501         Update copyright year.
12503 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
12505         * mouse.el (mouse-drag-track): Rename, from
12506         `mouse-drag-region-1'.  Includes optional argument required to
12507         enable post-drag event processing (e.g. delete region keys).
12508         Can be used without this argument to track a mouse region and operate
12509         on it as soon as the drag completes.
12510         (mouse-drag-region): Use `mouse-drag-track'.
12512 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
12514         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
12515         Move to `custom-buffer' group.
12517         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
12518         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
12519         (custom-theme-insert-face-marker, custom-theme-variable-menu)
12520         (custom-theme-face-menu): New variables.
12521         (custom-theme-add-variable, custom-theme-variable-action)
12522         (custom-variable-reset-theme, custom-theme-delete-variable)
12523         (custom-face-reset-theme, custom-theme-face-action)
12524         (custom-theme-delete-face, custom-theme-merge-theme)
12525         (custom-theme-add-face, custom-theme-visit-theme): New functions.
12527 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
12529         * custom.el: Move Custom Themes commentary to start of theme code.
12530         (custom-known-themes): Rename `standard' theme to `changed'.
12531         (custom-push-theme): Caller no longer specifies what theme to use
12532         when doing `reset'---the setting is simply removed from the theme.
12533         Delete MODE from `theme-value' and `theme-settings' properties.
12534         (custom-declare-theme): Ignore &rest args since we don't use them.
12536         (custom-loaded-themes): Delete variable.
12537         (custom-theme-load-themes, custom-theme-loaded-p)
12538         (custom-theme-value): Delete functions.
12540         (custom-declare-theme): Signal error on invalid theme names.
12541         (provide-theme): custom-loaded-themes was deleted.
12542         (load-theme): Load the file unconditionally.
12543         (enable-theme): Call `load-theme' if theme is undefined.
12544         (custom-enabled-themes): Only update value for successful loads.
12545         (disable-theme): Complete from enabled themes when interactive.
12546         (custom-variable-theme-value): Calculate theme value directly.
12548         (custom-theme-reset-variables, custom-reset-variables): Mark as
12549         XEmacs compatibility functions.  We don't actually use these.
12551         * cus-edit.el (custom-variable-state-set):
12552         Use custom-variable-theme-value instead of custom-theme-value.
12553         (custom-face-state-set): Rename `standard' theme to `changed'.
12554         (custom-save-variables, custom-save-faces): Delete unneeded
12555         references to custom-reset-variables.
12556         (custom-save-resets): Delete function.
12557         (custom-save-variables, custom-save-faces): MODE argument deleted.
12558         (custom-save-variables, custom-save-faces): Ignore theme values.
12560         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
12561         compatibility function.
12563 2006-01-01  Richard M. Stallman  <rms@gnu.org>
12565         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
12566         (Custom-reset-current, Custom-reset-saved): Likewise.
12567         (Custom-reset-standard): Show message if aborted.
12568         (custom-mode): Doc fix, describing those commands.
12570         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
12571         put on event-kind property.
12573 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
12575         * custom.el (provide-theme): Ban `user' theme name.
12576         (custom-enabling-themes): New variable.
12577         (enable-theme): Don't enable user if custom-enabling-themes is t.
12578         (custom-enabled-themes): Make it a defcustom.
12579         (custom-theme-recalc-face): No-op if face is undefined.
12581         * cus-edit.el (custom-button-mouse): New variable.
12582         (custom-button-mouse): New face.
12583         (custom-raised-buttons, custom-mode): Use it.
12585         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
12587 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
12589         * progmodes/gud.el (gud-display-line): Support hl-line in the
12590         source buffer.
12592 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
12594         * mouse.el (mouse-drag-window-above): Verify that the found window
12595         overlaps with the given window in the horizontal dimension.
12597 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
12599         * Makefile.in (cvs-update): New target.
12601         * makefile.w32-in (cvs-update): Ditto.
12603 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
12605         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
12606         (custom-new-theme-mode-map): New variable.
12608 2005-12-30  Richard M. Stallman  <rms@gnu.org>
12610         * custom.el (custom-load-themes): Function deleted.
12612         * cus-edit.el (custom-save-loaded-themes): Function deleted.
12613         (custom-save-variables): Don't delete or add custom-load-themes call.
12615 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12617         * cus-start.el: Add `visible-cursor'.
12619         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
12620         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
12621         (flymake-process-filter): Switch to buffer before calling it instead.
12622         (flymake-post-syntax-check, flymake-highlight-err-lines)
12623         (flymake-delete-own-overlays, flymake-parse-err-lines)
12624         (flymake-start-syntax-check, flymake-start-syntax-check-process)
12625         (flymake-count-lines, flymake-parse-residual):
12626         Remove constant buffer argument.
12627         (flymake-start-syntax-check-for-current-buffer): Remove.
12628         Update callers to use flymake-start-syntax-check instead.
12629         (flymake-display-err-menu-for-current-line):
12630         Remove unused var `mouse-pos'.
12631         (flymake-restore-formatting): Comment out unused function.
12632         (flymake-report-status, flymake-report-fatal-status): Remove buffer
12633         argument, use current-buffer instead.  Update callers.
12635 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12637         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
12638         buffer-local because choose-completion-delete-max-match requires
12639         that we set completion-ignore-case (i.e., binding via let is not
12640         sufficient).
12641         (bibtex-complete): Always set completion-ignore-case and
12642         choose-completion-string-functions.  The latter is needed because
12643         choose-completion-string-functions keeps its value if we quit the
12644         *Completions* buffer without requesting a completion.
12646 2005-12-30  Andreas Schwab  <schwab@suse.de>
12648         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
12650 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
12652         * jit-lock.el (jit-lock-chunk-size): Doc fix.
12654 2005-12-30  Juri Linkov  <juri@jurta.org>
12656         * locate.el (locate-fcodes-file, locate-header-face)
12657         * progmodes/delphi.el (delphi-other-face)
12658         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
12660         * paren.el (show-paren-match, show-paren-mismatch): Use existing
12661         group `paren-showing-faces'.
12663         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
12664         (goto-address): Fix docstring.
12666         * net/webjump.el (webjump-sample-sites): Update URLs.
12668         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
12670         * subr.el (cancel-change-group): Add listp around pending-undo-list.
12672 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12674         * font-lock.el (font-lock-compile-keywords): Signal an error when
12675         font-lock-set-defaults hasn't been called.
12677 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
12679         * subr.el (noreturn, 1value): Doc fixes.
12681 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12683         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
12684         that assoc-string returns nil.
12686 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12688         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
12689         (bibtex-entry-type-str, bibtex-empty-field-re)
12690         (bibtex-search-backward-string, bibtex-preamble-prefix)
12691         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
12692         (bibtex-any-valid-entry-type): New variable.
12693         (bibtex-parse-field-name): Simplify.
12694         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
12695         (bibtex-preamble-prefix): Include left delimiter.
12696         (bibtex-search-forward-field, bibtex-search-backward-field):
12697         Allow unbounded search past entry boundaries (required by bibtex-pop).
12698         (bibtex-text-in-field-bounds): Use push.
12699         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
12700         (bibtex-parse-preamble, bibtex-valid-entry)
12701         (bibtex-beginning-first-field): New functions.
12702         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
12703         (bibtex-map-entries): Fix docstring.
12704         (bibtex-flash-head): New arg prompt.  Simplify.
12705         (bibtex-enclosing-field): Include code of bibtex-inside-field.
12706         (bibtex-insert-kill): Simplify.  Always insert text past the
12707         current field or entry.
12708         (bibtex-format-entry): Use bibtex-parse-field.
12709         (bibtex-pop): Use bibtex-beginning-of-entry and
12710         bibtex-end-of-entry to initiate the search.  Insert empty field if
12711         we found ourselves.
12712         (bibtex-print-help-message): New args field and comma.
12713         Handle entry keys.
12714         (bibtex-make-field): Use bibtex-beginning-of-entry.
12715         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
12716         invalid entry.
12717         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
12718         Handle preambles.  Simplify code for thorough test.
12719         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
12720         New arg comma.  Handle entry heads.
12721         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
12722         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
12723         New arg comma.
12724         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
12725         (bibtex-fill-field): Simplify.
12726         (bibtex-fill-entry): Use bibtex-beginning-first-field and
12727         bibtex-parse-field.
12728         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
12729         (bibtex-complete): Use bibtex-parse-preamble.
12731 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
12733         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
12734         Display name of expression instead of convenience variable.
12735         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
12737         * progmodes/gud.el (gud-tooltip-dereference): Rename from
12738         toggle-gud-tooltip-dereference.
12739         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
12740         (gud-tooltip-tips): ...here when dereferencing.
12742 2005-12-28  Bill Wohler  <wohler@newt.com>
12744         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
12746 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12748         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
12749         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
12750         (vc-annotate-display-autoscale): Adjust call.
12751         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
12752         Fix interactive spec.
12753         (vc-annotate-time-span): Remove.
12754         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
12755         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
12756         (vc-annotate-display-select): Use new name.
12758         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
12759         (vc-annotate-mode-menu): Remove left-over redundant declaration.
12760         Correct the construction of span entries.  Simplify.
12761         (vc-annotate-display-select): Fix the nil case.
12762         (vc-annotate): Remove obsolete (and now broken) code.
12763         (vc-annotate-extract-revision-at-line): Remove obsolete code.
12764         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
12766 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
12768         * subr.el (lazy-completion-table): Correct typo in docstring.
12770         * startup.el (command-line): Use `custom-reevaluate-setting' for
12771         `send-mail-function'.
12773         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
12775 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
12777         * mail/smtpmail.el (smtpmail-try-auth-methods):
12778         Send credentials together with "AUTH PLAIN" command.
12780 2005-12-27  Richard M. Stallman  <rms@gnu.org>
12782         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
12783         mouse-2, go back to previously selected window, so it's selected
12784         when mouse-2 command runs.
12786 2005-12-27  Juri Linkov  <juri@jurta.org>
12788         * descr-text.el (describe-text-sexp): Use square brackets for
12789         button [Show] to distinguish it from the property value `show'.
12790         (describe-property-list): Use `insert-text-button' with
12791         `help-face' type instead of putting face in quotes, because button
12792         is not created automatically for a list of faces.
12793         (describe-text-properties-1): Put button-type value in quotes to
12794         distinguish from plain text "button".
12795         (describe-char): Display code point values in hex.  Don't use
12796         `symbol-name' for `current-input-method' because it is a string.
12797         Use `insert-text-button' with `help-face' type instead of putting
12798         hardcoded face in quotes, because button is not created automatically.
12800 2005-12-27  Richard M. Stallman  <rms@gnu.org>
12802         * progmodes/glasses.el (glasses-face): More specific custom type.
12804         * files.el (set-visited-file-name): Doc fix.
12806         * textmodes/flyspell.el (flyspell-external-point-words):
12807         Use local var buffer-scan-pos to advance scan for next misspelling.
12808         Advance it only after we find the misspelling.
12810 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
12812         * textmodes/flyspell.el (flyspell-external-point-words):
12813         New criteria for finding the misspelling in the buffer.
12815 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
12817         * help-mode.el (help-insert-string): Set help-xref-stack-item
12818         rather than call help-setup-xref.
12820         * descr-text.el (describe-char): Revert previous changes for
12821         optional buffer argument.
12823 2005-12-27  Juri Linkov  <juri@jurta.org>
12825         * help-mode.el (help-insert-string): New function.  Save buffer
12826         contents in cases where it is impossible to recompute the old contents.
12828         * descr-text.el (describe-char): Set help-xref-stack-item
12829         explicitly after buffer has been generated.
12831 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12833         * cus-start.el (all): Add x-gtk-show-hidden-files.
12835 2005-12-26  Richard M. Stallman  <rms@gnu.org>
12837         * replace.el (perform-replace): Calculate match-again
12838         before skipping read-only matches.
12840         * paren.el (paren-showing-faces): New group.
12841         (show-paren-match, show-paren-mismatch): Move to that group.
12843         * button.el (button): Put into group `basic-faces'.
12845         * progmodes/make-mode.el: Remove faces from group `faces'.
12847         * apropos.el (apropos, apropos-value): Doc fix.
12848         (apropos-documentation): Doc fix.
12850 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12852         * subr.el (lazy-completion-table): Remove argument `args'.
12854         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
12855         Don't use the `args' argument of lazy-completion-table.
12857 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
12859         * descr-text.el (describe-char): Add optional argument for buffer.
12860         Set buffer appropriately.  Call help-setup-xref.
12861         Suggested by Stefan Monnier.
12863 2005-12-26  Juri Linkov  <juri@jurta.org>
12865         * descr-text.el: Require `help-fns' at runtime.  Don't require
12866         `button' for byte compilation.
12867         (describe-text-widget): Add `help-echo' for first button.
12868         Use `help-info' for second.
12869         (describe-property-list): Use `help-argument-name' instead of `italic'.
12870         (describe-text-category): Add prompt to interactive spec.
12871         Call `help-setup-xref'.
12872         (describe-char): Use `help-character-set'.  Add `help-echo' for
12873         code point.  Use `help-input-method'.  Remove superfluous insert.
12875 2005-12-25  Richard M. Stallman  <rms@gnu.org>
12877         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
12878         at point, in case of narrowing.
12880         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
12882         * locate.el (locate-header-face): Allow nil in type.
12884         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
12886 2005-12-25  Romain Francoise  <romain@orebokech.com>
12888         * battery.el (battery-linux-proc-acpi): Also try
12889         `/proc/acpi/thermal_zone/THM0/temperature'.
12891 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
12893         * custom.el (custom-push-theme): Fix docstring.
12895         * cus-edit.el (custom-variable-set, custom-variable-save)
12896         (custom-variable-save): Custom-quote widget values.
12897         (customize-save-variable): Fix custom-push-theme call.
12899 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
12901         * w32-fns.el (w32-batch-update-autoloads): New function.
12903         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
12904         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
12905         from the command line.
12907 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
12909         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
12910         reset means to remove setting from theme entirely.  Don't keep
12911         expanding theme-settings list; delete old entries if necessary.
12913         * cus-edit.el (custom-buffer-create-internal): Move "Erase
12914         customization" button one line up.
12915         (custom-themed): New face.
12916         (custom-magic-alist): New value, THEMED, for theme settings.
12917         (custom-variable-state-set, custom-face-state-set):
12918         Check theme-value instead of saved-value.
12919         (custom-variable-reset-standard, custom-face-reset-standard):
12920         Remove theme setting entirely.  Recalculate new values.
12921         (custom-variable-set, custom-variable-set)
12922         (custom-variable-reset-saved, custom-variable-reset-backup)
12923         (custom-face-set, custom-face-reset-saved): Update `user' theme.
12924         (custom-variable-save): Fix typos.
12926 2005-12-23  Juri Linkov  <juri@jurta.org>
12928         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
12929         Add autoload cookies.
12930         (edebug-outside-d-c-i-n-s-w): New variable.
12931         (edebug-display, edebug-outside-excursion): Use it to save the
12932         original value of default-cursor-in-non-selected-windows.
12933         Set default-cursor-in-non-selected-windows to t while Edebug
12934         is active.
12935         (edebug-mode, edebug-eval-mode): Doc fix.
12937         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
12938         with `buffer-substring-no-properties' to remove common substring
12939         highlighting.
12941         * info.el (info-other-window, info): Rename function argument
12942         `file' to `file-or-node'.
12943         (Info-complete-menu-item): Use local variable `complete-nodes' to
12944         keep the global value of `Info-complete-nodes' unchanged for
12945         subsequent completions.
12946         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
12948         * simple.el (get-next-valid-buffer, last-buffer)
12949         (next-error-buffer-p, next-error-find-buffer)
12950         (minibuffer-history-sexp-flag): Doc fix.
12952         * savehist.el (savehist-mode-hook): Add `:group'.
12954         * log-view.el: Call autoload for vc-find-version.
12955         (log-view-current-file): Adjust subgroup numbers.
12956         (log-view-current-tag): Add `length'.
12958 2005-12-23  Richard M. Stallman  <rms@gnu.org>
12960         * vc.el (vc-annotate-car-last-cons): Defn moved up.
12962 2005-12-23  Juri Linkov  <juri@jurta.org>
12964         * hi-lock.el (hi-lock-archaic-interface-message-used)
12965         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
12966         (hi-lock-mode): Display "Hi" in the mode line only when
12967         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
12968         (hi-lock-write-interactive-patterns):
12969         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
12970         (hi-lock-set-pattern, hi-lock-set-file-patterns)
12971         (hi-lock-font-lock-hook): Set 3rd arg `how' of
12972         font-lock-add-keywords to t.
12974 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
12976         * hi-lock.el (hi-lock-highlight-range): New variable.
12977         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
12978         only if font-lock-fontified is non-nil.  Remove overlays.
12979         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
12980         font-lock-fontified is non-nil, otherwise use overlays (instead of
12981         text properties).
12982         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
12983         New variables.
12984         (hi-lock-string-serialize) New function.
12986 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12988         * menu-bar.el (menu-find-file-existing): New function.
12989         (menu-bar-file-menu): Use menu-find-file-existing for Open.
12991         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
12993 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12995         * vc.el: Remove unnecessary leading * in docstrings.
12996         (vc-annotate-mode-map): Move initialization into declaration.
12997         (vc-static-header-alist): Nitpick on the regexp.
12998         (vc-default-init-version): New fun.
12999         (vc-register): Use it.
13000         (vc-insert-headers): Use dolist.
13001         (vc-annotate-get-backend): Remove unused function.
13002         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
13003         (vc-annotate-mode): Remove corresponding call.
13004         (vc-annotate-car-last-cons): Simplify.
13005         (vc-annotate-buffers): Remove var.
13006         (vc-annotate-backend): Make it buffer-local.
13007         (vc-annotate): Move the interaction to the interactive spec.
13008         Add a `buf' argument.
13009         (vc-annotate-warp-version): Use this new `buf' argument to avoid
13010         killing&creating a vc-annotate buffer, which is very disruptive when
13011         the buffers are shown in dedicated frames.
13013 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
13015         * descr-text.el: Add FSF as maintainer.
13016         (describe-text-mode, describe-text-mode-map)
13017         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
13018         help-mode.
13019         (describe-text-widget, describe-text-sexp)
13020         (describe-property-list, describe-text-category)
13021         (describe-text-properties, describe-text-properties-1)
13022         (describe-char): Use help buttons instead of widgets.
13023         (describe-char-unicodedata-file): Make URL link in doc string.
13025 2005-12-22  Richard M. Stallman  <rms@gnu.org>
13027         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
13028         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
13029         Don't include buttons that write a file when there's no file.
13030         (custom-variable-menu, custom-face-menu, custom-group-menu):
13031         Don't include commands that write a file when there's no file.
13032         (customize-browse): Reword the top-of-buffer help intro.
13033         (custom-buffer-create-internal): Fix previous change.
13034         (customize-changed-options-previous-release): Prev release is 21.1.
13035         (customize-changed-options): Doc fix.
13036         (customize-changed): New alias.
13037         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
13038         Say "standard values".
13039         (Custom-reset-standard): Doc fix.
13040         (custom-face-reset-standard): Doc fix.
13042 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13044         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
13045         even if font-lock-mode is non-nil since it may be t without having
13046         turned on font-lock-mode-internal.
13047         (font-lock-choose-keywords): Minor optimization.
13048         (font-lock-add-keywords, font-lock-remove-keywords)
13049         (font-lock-set-defaults): Don't call make-local-variable on a variable
13050         that we know to already be local.
13052 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13054         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
13055         messages if in the minibuffer.
13057 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13059         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
13060         (tex-mode-flyspell-verify, flyspell-get-word)
13061         (flyspell-external-point-words): Don't use point-min/max uselessly.
13063         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
13064         by Kevin Rodgers.  Instead, just hide the completions buffer if we
13065         don't need to show it.
13067 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
13069         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
13071 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13073         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
13074         delete-windows-on with an inexistent buffer.
13076 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
13078         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
13079         Delete defcustom variable :tag names.
13081 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13083         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
13084         (log-view-font-lock-keywords): Ajust subgroup numbers.
13085         (log-view-current-tag): Don't hard code the number of subgroups.
13087 2005-12-20  Juri Linkov  <juri@jurta.org>
13089         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
13090         (tooltip-x-offset, tooltip-y-offset): Doc fix.
13092         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13093         (menu-bar-non-minibuffer-window-p): Instead of checking
13094         display-multi-frame-p, use selected-frame when menu-updating-frame
13095         is nil.
13097 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
13099         * align.el (align-rules-list): Use [ \t] instead of \s-
13100         for column separators in text mode.
13102 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
13104         * help-mode.el (help-customize-variable, help-customize-face):
13105         Don't pop help-xref-stack as help-follow no longer pushes
13106         anything on to it.
13108 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
13110         * textmodes/org.el (org-agenda-custom-commands): New option.
13111         (org-agenda): Offer custom commands on splash screen.
13112         (org-make-tags-matcher): Parser for Boolean logic added.
13113         (org-agenda-set-tags): New command.
13114         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
13115         (org-set-tags): Efficiency improvements.
13116         (org-auto-align-tags): New option.
13117         (org-todo, org-demote, org-promote): Realign tags.
13118         (org-tags-completion-function): Use also "&" and "|" as separators.
13119         (org-org-menu): Agenda commands simplified.
13121 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
13123         * cus-edit.el (customize-apropos, customize-apropos-options):
13124         Docstring changes.
13126         * font-lock.el (font-lock): Add tags to the links in the defgroup.
13128 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
13130         * longlines.el (longlines-mode): Wrap while widened.
13131         (longlines-decode-region, longlines-encode-region): Compute max
13132         just once.
13134 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13136         * cus-edit.el (mac): New group.
13138         * cus-start.el (all): Add user options in macterm.c.  Add test for
13139         Mac-related built-ins.  Fix test for GTK-related built-ins.
13141         * term/mac-win.el (mac-handle-language-change)
13142         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
13143         (mac-services-open-selection, mac-services-mail-selection)
13144         (mac-services-mail-to, mac-services-insert-text)
13145         (mac-dispatch-apple-event): Add docstrings.
13146         (x-get-selection, mac-select-convert-to-string): Select coding
13147         system from `utf-16be' and `utf-16le' using `byteorder'.
13149 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13151         * subr.el (lazy-completion-table): Don't be fooled if the var holds
13152         a "list" (lambda ...) rather than a real completion list.
13154         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
13155         lexical-let when encountering ((lambda (...) ...) ...).
13157 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
13159         * progmodes/sh-script.el (sh-mode):
13160         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
13161         * textmodes/picture.el (picture-mode): Update docstrings.
13163 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
13165         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
13166         commands enclosed in $(ARGQUOTE)s should not be split between two
13167         lines, as that will break with GNU Make >3.80, when sh.exe is used
13168         and arg quoting is with '..'.
13169         (autoloads): Don't break the quoted --eval expression between
13170         several lines.
13172 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
13174         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
13175         Capture error from printing circular structures.
13177 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
13179         * wid-edit.el (widget-checkbox-action): Clear undo info.
13181 2005-12-16  Bill Wohler  <wohler@newt.com>
13183         * menu-bar.el (kill-this-buffer): Set a good example by using menu
13184         bar, not menubar in comment.
13186 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13188         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
13189         After-change-functions should not clobber the match data.
13191 2005-12-16  Juri Linkov  <juri@jurta.org>
13193         * simple.el (choose-completion): Use `buffer-substring-no-properties'
13194         instead of `buffer-substring'.
13195         (completion-common-substring): Doc fix.
13196         (completion-setup-function): Use minibuffer-completion-contents
13197         instead of minibuffer-contents.  Don't set common-string-length
13198         initially.  Remove special handling of partial-completion-mode.
13199         Move computation of completion-base-size into one cond.
13200         Call completion-base-size-function in mainbuf.  In computation of
13201         completion-base-size for file name completion don't move point to
13202         the end of the minibuffer.  Move computation of common-string-length
13203         into one cond.  Start putting faces only when common-string-length>=0.
13204         Add condition to put completions-common-part when
13205         common-string-length>0.
13207         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
13208         place point at the first different character in the minibuffer
13209         even if this position is at the beginning of the minibuffer.
13211         * info.el (Info-read-node-name-1): In completion-base-size-function's
13212         lambda return 1 if common-substring or minibuffer-completion-contents
13213         starts with (, and 0 otherwise.
13215         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
13216         Use `crm-current-element' for second arg of `display-completion-list'.
13218 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
13220         * files.el (set-auto-mode): Look for an interpreter specified on
13221         the first line also if search for mode specification succeeded,
13222         but the mode is not known.
13224 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
13226         * textmodes/org.el (org-tags-match-list-sublevels): New option.
13227         (org-open-at-point): Implement tag searches as links.
13228         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
13229         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
13230         (org-tags-sparse-tree, org-tags-view, org-set-tags)
13231         (org-agenda-dispatch): New commands.
13232         (org-use-tag-inheritance, org-tags-column): New options.
13233         (org-tab-follows-link, org-return-follows-link): New options.
13234         (org-tags): New customize group.
13235         (org-start-icalendar-file): Get local time zone.
13236         (org-tags-completion-function): New function.
13237         (org-set-font-lock-defaults): Make sure links will also be
13238         highlighted inside headlines.
13240 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
13242         * term.el (term-emulate-terminal):
13243         Let term-handle-ansi-terminal-messages override what Bash says about
13244         its current directory.
13246 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
13248         * bindings.el (last-buffer): Move to simple.el.
13249         * simple.el (last-buffer): Move here.
13250         (get-next-valid-buffer): New function.
13251         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
13252         (prev-buffer): Ditto.  Rename to `previous-buffer'.
13254         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
13255         * bindings.el (global-map): Ditto.
13257 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
13259         * cus-edit.el: Introductory comment change.
13260         (custom-magic-alist): Change message string for the `rogue' state.
13262 2005-12-15  Richard M. Stallman  <rms@gnu.org>
13264         * tooltip.el: Delete defcustom variable :tag names.
13266         * complete.el (partial-completion-mode): Doc fix.
13268         * textmodes/flyspell.el (flyspell-external-point-words):
13269         Use save-excursion to ensure we don't move backward in the
13270         search loop, not even one character.
13271         (flyspell-delete-all-overlays): Use remove-overlays directly.
13273         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
13274         (ispell-start-process): Set that variable.
13275         Clear ispell-buffer-local-name.
13276         (ispell-internal-change-dictionary):
13277         Set ispell-current-dictionary after killing process.
13278         (ispell-buffer-local-dict):
13279         Don't set spell-personal-dictionary after killing process.
13280         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
13281         (ispell-tex-skip-alists, ispell-html-skip-alists)
13282         (ispell-skip-region-alist): Mark as risky.
13284         * net/newsticker.el (newsticker--retrieval-timer-list)
13285         (newsticker--display-timer, newsticker-running-p)
13286         (newsticker-ticker-running-p): Definitions moved up.
13288 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
13290         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
13292 2005-12-15  David Ponce  <david@dponce.com>
13294         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
13295         (recentf-edit-list, recentf-open-files): Signal an error when
13296         there is no recent file.
13298 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
13300         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
13301         read-only except for texinfo-format-region evaluation.
13303 2005-12-14  Richard M. Stallman  <rms@gnu.org>
13305         * vc.el (vc-default-previous-version, vc-default-next-version)
13306         (vc-do-command): Doc fixes.
13308 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13310         * textmodes/bibtex.el (bibtex-expand-strings)
13311         (bibtex-autokey-expand-string, bibtex-name-part)
13312         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
13313         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
13314         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
13315         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
13316         (bibtex-entry-postfix, bibtex-known-entry-type-re)
13317         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
13318         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
13319         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
13320         (bibtex-beginning-of-last-entry): Remove.
13321         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
13322         message if comma is missing but buffer is read-only.
13323         (bibtex-parse-field-text): Handle whitespaces at the end of field
13324         text.  Return 3-element list with beginning and end of field text
13325         and end of field.
13326         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
13327         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
13328         (bibtex-search-forward-field, bibtex-search-backward-field):
13329         Search always delimited by limits of entry.  Use more efficient
13330         search algorithms.
13331         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
13332         bibtex-end-of-name-in-field.
13333         (bibtex-text-in-field-bounds): Handle BibTeX strings when
13334         extracting the content of a field.
13335         (bibtex-text-in-field): Use search limits.
13336         (bibtex-parse-string-prefix): Handle empty string keys based on
13337         bibtex-string-empty-key.
13338         (bibtex-parse-string): Fix docstring.
13339         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
13340         (bibtex-preamble-prefix, bibtex-strings): New functions.
13341         (bibtex-skip-to-valid-entry): Include preceding whitespace in
13342         BibTeX entries (consistent with other BibTeX functions).
13343         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
13344         (bibtex-search-entry): Fix docstring.  Simplify.
13345         (bibtex-flash-head, bibtex-complete-string-cleanup)
13346         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
13347         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
13348         (bibtex-parse-entry): New optional arg content.
13349         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
13350         Use bibtex-text-in-field-bounds.
13351         (bibtex-print-help-message): Handle BibTeX strings and preambles.
13352         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
13353         bibtex-parse-string-postfix.
13354         (bibtex-find-text-internal): New function.
13355         (bibtex-remove-delimiters): Use it.
13356         (bibtex-find-text): Use it.  New optional arg help.
13357         (bibtex-complete): Handle BibTeX string and preamble entries.
13358         (bibtex-Preamble): Fix order of closing delimiters.
13360 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13362         * vc.el (vc-default-revert): New fun.
13364         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
13366 2005-12-14  Romain Francoise  <romain@orebokech.com>
13368         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
13369         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
13370         (font-lock-remove-keywords): Likewise.
13372 2005-12-14  Juri Linkov  <juri@jurta.org>
13374         * log-view.el (log-view-diff): Doc fix.
13376         * isearch.el (isearch-query-replace): Use (mark) instead of
13377         isearch-opoint if mark is active in transient-mark-mode.
13379 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
13381         * isearch.el (isearch-query-replace): Check for isearch-other-end.
13383 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
13385         * progmodes/cpp.el (cpp-face): New widget.
13386         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
13388 2005-12-14  Juri Linkov  <juri@jurta.org>
13390         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
13391         around `erase-buffer' and `insert'.
13393         * descr-text.el (describe-text-properties): Replace buffer name
13394         "*Help-2*" with "*Help*<2>".
13395         (describe-char): Add functions print-help-return-message,
13396         toggle-read-only.  Use help-setup-xref with nil to not store
13397         describe-char in help-xref-stack.  Use help-make-xrefs to
13398         make [back] button.
13400         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
13402         * wdired.el (wdired-old-point): New internal variable.
13403         (wdired-change-to-wdired-mode): Set it buffer-locally.
13404         (wdired-abort-changes): Restore point after aborting changes.
13406 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13408         * vc.el (vc-do-command): Add a new value t for okstatus.
13410         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
13411         frame in case of errors.
13413 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13415         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
13416         so it comes after "On the Left" in the menu.
13418 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
13420         * cus-edit.el (customize-apropos, customize-apropos-options)
13421         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
13423 2005-12-12  Bill Wohler  <wohler@newt.com>
13425         * vc-svn.el (vc-svn-registered): Fix problem of visiting
13426         non-writable Subversion-controlled files by saving window
13427         configuration before calling vc-do-command.  vc-do-command calls
13428         pop-to-buffer on error which is unexpected during registration.
13430 2005-12-12  Jay Belanger  <belanger@truman.edu>
13432         * calc/README: Update the summary of changes.
13434 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13436         * descr-text.el (describe-char): Rework last fix to solve the problem
13437         is the same way it's solved for everything else in that function
13438         (i.e. by extracting the info before setting up the *Help* buffer).
13440 2005-12-12  Kim F. Storm  <storm@cua.dk>
13442         * subr.el (version-regexp-alist): Allow space as separator before
13443         non-numeric part, e.g. "1.0 alpha".
13444         (version-to-list): Interpret .X.Y version as 0.X.Y version.
13446 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
13448         * textmodes/org.el (org-agenda, org-timeline, org-todo):
13449         Implement Logging and the keep-modes setting.
13450         (org-get-category): Make sure a string is returned.
13451         (org-log-done): New function.
13452         (org-log-done, org-closed-string): New options.
13454 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13456         * tooltip.el (tooltip-y-offset): Change default to 20.
13458 2005-12-12  Richard M. Stallman  <rms@gnu.org>
13460         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
13462         * frame.el (display-hourglass): Doc fix.
13464         * help.el (help-for-help-internal): Simplify entry for `a'.
13466         * info.el (Info-on-current-buffer): Doc fix.
13467         (info-insert-file-contents): Don't test (featurep 'jka-compr).
13469         * startup.el (inhibit-splash-screen): Make this the real name.
13470         (inhibit-startup-message): Make this the alias.
13471         (command-line): Find only simple.el, and use its directory
13472         to fill in other preloaded files' names.
13473         (command-line): Deactivate the mark if deactivate-mark is set.
13475         * international/mule.el (load-with-code-conversion):
13476         Bind deactivate-mark.
13478         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13480 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
13482         * cus-edit.el (customize-apropos): Avoid listing an option more
13483         than once under different aliases.  No longer list user options
13484         that are not defined with defcustom (unless a prefix arg is given).
13485         Doc fix.
13486         (customize-apropos-options): Doc fix.
13488 2005-12-11  Juri Linkov  <juri@jurta.org>
13490         * frame.el (set-background-color, set-foreground-color)
13491         (set-cursor-color, set-mouse-color, set-border-color):
13492         Add explicit prompts to read colors by `facemenu-read-color'.
13493         (show-trailing-whitespace, blink-cursor-delay)
13494         (blink-cursor-interval, display-hourglass, hourglass-delay):
13495         Remove tags.
13496         (display-hourglass, hourglass-delay): Doc fix.
13497         (cursor-in-non-selected-windows): Capitalize words in tag.
13499         * faces.el (frame-background-mode): Replace `choice-item' keywords
13500         with `const' to not make [default] button.  Change default value tag
13501         from `default' to `automatic'.  Doc fix.
13502         (trailing-whitespace) <defface>: Change group `whitespace' to
13503         `whitespace-faces'.
13505 2005-12-11  Richard M. Stallman  <rms@gnu.org>
13507         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
13509 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13511         * term/mac-win.el: Create keymap for mac-apple-event-map.
13513 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
13515         * tooltip.el (tooltip-mode): Move to start of file so that it
13516         appears at top of customize buffer.
13518         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
13519         Add the gud groupname.
13520         (gud-tooltip-mode): Add the tooltip groupname.
13521         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
13522         avoid conflict with tooltip-use-echo-area.
13524 2005-12-10  Romain Francoise  <romain@orebokech.com>
13526         * help.el (help-for-help-internal): Add `r' in doc string.
13528 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13530         * align.el (align-regexp, align-highlight-rule):
13531         Use region-beginning and region-end instead of point and mark, so that
13532         repetition (with `repeat-complex-command') recomputes the region
13533         bounds.
13535 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
13537         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13538         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13539         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
13540         (balance-windows): Rewrite using the above new functions.
13542 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
13544         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
13545         react if global-hi-lock-mode seems intended.
13546         (global-hi-lock-mode) Renamed from hi-lock-mode.
13547         (hi-lock-archaic-interface-message-used)
13548         (hi-lock-archaic-interface-deduce): New variables.
13549         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
13550         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
13551         (hi-lock-find-patterns, hi-lock-font-lock-hook):
13552         Replace hi-lock-buffer-mode with hi-lock-mode.
13554 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
13556         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
13557         completion list, even after a partial completion has been
13558         inserted in the current buffer.  If there are more than 1
13559         completion, redisplay the *Completions* buffer; if the
13560         completion is unique, delete the *Completions* window.
13562 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
13564         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
13565         strings and long subject lines that were broken into multiple
13566         lines at arbitrary places.  Handle subjects that have "Re: " in
13567         the middle.
13569 2005-12-10  John W. Eaton  <jwe@octave.org>
13571         * emacs/octave-mod.el (octave-electric-space): Don't indent
13572         comments or strings if octave-auto-indent is nil.
13574 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13576         * term/mac-win.el: Require url when compiling.
13577         Call mac-process-deferred-apple-events after loading init files.
13578         (mac-apple-event-map): New defvar.  Define event handlers in it.
13579         (core-event, internet-event): New Apple event class symbols.
13580         (open-application, reopen-application, open-documents)
13581         (print-documents, open-contents, quit-application)
13582         (application-died, show-preferences, autosave-now, get-url):
13583         New Apple event ID symbols.
13584         (about): New HICommand ID symbol.
13585         (mac-event-spec, mac-event-ae): New macros.
13586         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
13587         (mac-ae-selection-range, mac-ae-text-for-search)
13588         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
13589         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
13590         and Services menu events are now defined in mac-apple-event-map.
13591         (mac-drag-n-drop): Remove selection range handling.
13593 2005-12-10  Kenichi Handa  <handa@m17n.org>
13595         * simple.el (zap-to-char):
13596         * isearch.el (isearch-process-search-char): Translate CHAR by
13597         translation-table-for-input.
13599 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
13601         * foldout.el (foldout-exit-fold): Properly hide subtree.
13603 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13605         * files.el (save-buffer):
13606         * international/ucs-tables.el (ucs-set-table-for-input):
13607         * mail/mail-extr.el (mail-extract-address-components):
13608         * mail/sendmail.el (mail-mode): Reformat doc string.
13610 2005-12-09  Juri Linkov  <juri@jurta.org>
13612         * isearch.el (isearch-highlight): Change main overlay priority
13613         from 1 to 1001.  Simplify.
13614         (isearch-lazy-highlight-update): Change lazy overlay priority
13615         from 0 to 1000.
13617         * replace.el (replace-highlight): Change overlay priority from
13618         1 to 1001.
13620         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
13621         Change overlay priority from 1 to 1001.  Reuse existing overlay.
13623         * compare-w.el (compare-windows-highlight): Change overlay
13624         priority from 1 to 1000.
13626         * menu-bar.el (menu-bar-edit-menu): Add listp around
13627         pending-undo-list to disable menu item "undo" when pending
13628         undo list is empty.
13630         * locate.el (locate): Disable undo in *Locate* buffer.
13632 2005-12-09  Kim F. Storm  <storm@cua.dk>
13634         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
13636 2005-12-09  David Ponce  <david@dponce.com>
13638         * recentf.el: Improvement of the menu code.
13639         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
13640         instead of menu hook.
13641         (recentf-show-menu, recentf-hide-menu): New functions.
13642         (recentf-menu-customization-changed, recentf-mode): Use them.
13643         (recentf-menu-action, recentf-max-menu-items)
13644         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
13645         (recentf-arrange-by-rule-others)
13646         (recentf-arrange-by-rules-min-items)
13647         (recentf-arrange-by-rule-subfilter) : Don't use
13648         `recentf-menu-customization-changed'.
13649         (recentf-arrange-rules): Likewise.  Accept functions to compute
13650         sub-menu titles.
13651         (recentf-menu-filter): Likewise.  Doc fix.
13652         (recentf-menu-value-shortcut): Doc fix.
13653         (recentf-dump-variable): Quote atom value.
13654         (recentf-make-menu-items): Update to use it as a menu filter.
13655         (recentf-match-rule): New function.
13656         (recentf-arrange-by-rule): Use it.
13657         (recentf-indirect-mode-rule): New function.
13658         (recentf-build-mode-rules): Use it.
13659         (recentf-dir-rule): New function.
13660         (recentf-arrange-by-dir): Use it.
13661         (recentf-filter-changer-current): Rename from
13662         `recentf-filter-changer-state'.  All references updated.
13663         (recentf-filter-changer-alist): Update filter names.
13664         (recentf-filter-changer-select): New function.
13665         (recentf-filter-changer): Use it.  Make a sub-menu from filters
13666         available in `recentf-filter-changer-alist'.
13667         (recentf-data-cache, recentf-clear-data)
13668         (recentf-update-menu): Remove.  All references updated.
13669         (recentf-match-rule-p, recentf-build-dir-rules)
13670         (recentf-filter-changer-goto-next)
13671         (recentf-filter-changer-get-current)
13672         (recentf-filter-changer-get-next): Remove.
13674 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
13676         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
13677         buffer "Reset" button to "Reset to Current" for consistency with
13678         the State buttons.
13680 2005-12-08  John Paul Wallington  <jpw@pobox.com>
13682         * ibuf-ext.el (define-ibuffer-filter filename):
13683         If `dired-directory' is a list then really use its car.
13685 2005-12-08  Kim F. Storm  <storm@cua.dk>
13687         * emulation/cua-rect.el (cua--rectangle-aux-replace):
13688         Fix indention of text on right side of replaced rectangle.
13690 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
13692         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
13693         No need to check gud-comint-buffer is bound.
13694         (gdb): Prevent multiple debugging when first session uses gdba.
13696 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13698         CC Mode update to 5.31.
13700         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
13701         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
13702         We might do this function properly in the future).
13704         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
13705         New macros c-sentence-end and c-default-value-sentence end, to cope
13706         with Emacs 22's new function `sentence-end'.
13708 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13710         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
13711         compat issue using `c-put-overlay' and `c-delete-overlay'.
13713         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
13714         New compat macros to handle overlays/extents.
13716 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13718         * progmodes/cc-fix.el: Add definitions of the macros push and pop
13719         (for GNU Emacs 20.4)
13721         * progmodes/cc-defs.el:
13722         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
13724         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
13725         highlighting mechanism so it will work in XEmacs too.
13727         * progmodes/cc-defs.el: Insert c-int-to-char.
13729         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
13730         call to the new macro c-int-to-char.  This solves XEmacs's
13731         regarding characters as different from integers.
13733 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13735         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
13736         New internal helper.
13738         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
13739         construct to make the indirect face lookup work in XEmacs.
13741         (c-cpp-matchers): Append the negation char face to the existing
13742         fontification, so that the cpp face doesn't disappear.
13743         Use `c-make-syntactic-matcher' to avoid negation chars in comments
13744         and strings.
13746         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
13747         to map to `font-lock-negation-char-face' in emacsen where it exists.
13749 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13751         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
13753         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
13754         Rename "c-subword-move-mode" as "c-subword-mode".
13756         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
13757         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
13759 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13761         * progmodes/cc-mode.el: Added autoload directive for
13762         `c-subword-move-mode' for use in older emacsen.
13764 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13766         * progmodes/cc-mode.el:
13767         (i) Insert a binding for C-c C-backspace into
13768         c-bind-special-erase-keys which works in TTYs.
13769         (ii) Make sure that when file styles are used, any explicitly
13770         given style variables take priority over those in the style.
13771         Do this by calling `hack-local-variables' a second time.
13773         * progmodes/cc-vars.el: Add language specific customization
13774         widgets for AWK to c-doc-comment-style, c-require-final-newline
13775         and c-default-style.  Add a defcustom for awk-mode-hook.
13776         Give c-syntactic-element and c-syntactic-context doc-strings by
13777         directly setting their `variable-documentation' propery.
13778         This allows Emacs 22.1 to read these with C-h v.
13780         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
13782 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13784         * progmodes/cc-fonts.el, cc-vars.el
13785         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
13786         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
13787         Masatake YAMATO.
13789         (c-doc-comment-style): Made GtkDoc default in C mode.
13791         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
13792         and C-c C-<delete>.
13794         (c-bind-special-erase-keys): New function for use on
13795         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
13797         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
13798         <delete> key behavior in XEmacs according to `delete-forward-p'.
13799         C.f. `c-electric-delete'.
13801 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13803         * progmodes/cc-mode.el: Give c-hungry-backspace and
13804         c-hungry-delete-forward permanent key bindings.
13806         * progmodes/cc-cmds.el (c-electric-semi&comma):
13807         Bind c-syntactic-context for calls to "criteria functions", for
13808         consistency with other calls to user functions.
13810         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
13811         `current-prefix-arg', since this might be the prefix arg to a
13812         command which calls c-indent-command as a function.  Change the
13813         interactive spec from "p" to "P".
13815         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
13816         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
13817         was difficult to understand.
13819 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13821         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
13822         first char of an identifier.
13824         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
13825         +" syntax in C++.
13827 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13829         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
13830         auto-fill doesn't split a c-comment's last word from a hanging
13831         "*/" when a space is typed between them after fill-column.
13833         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
13835         * progmodes/cc-styles.el (c-set-style)
13836         (c-setup-paragraph-variables): Abort the command if we're not in a
13837         CC Mode buffer.
13839         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
13840         with blank comment-prefix, and a blank line as the comment's
13841         second line.
13843 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13845         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
13846         Incorporate the patterns added in the Emacs development branch
13847         for the new Emacs 22 face `font-lock-negation-char-face'.
13849         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
13850         of "red" since it stands out better in xterms and DOS terminals.
13852         * progmodes/cc-engine.el (c-literal-faces):
13853         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
13855 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13857         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
13858         forcibly enable c-electric-flag.
13860         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
13861         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
13862         after the comment-prefix of a C-style comment will close that comment.
13864 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13866         * progmodes/cc-fonts.el (c-basic-matchers-before)
13867         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
13868         in Pike.
13870         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
13871         digraphs.
13873         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
13874         (c-cpp-message-directives, c-cpp-include-directives)
13875         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
13876         (c-cpp-expr-directives): Introduce new language constants to
13877         control cpp syntax in a cleaner way.
13879         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
13881         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
13883         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
13884         (c-multiline-string-start-char): New language constants and
13885         variables to specify how newlines in string literals work.
13887         (c-font-lock-invalid-string): Use them.
13889         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
13890         unbalanced close brace is entered.  Optimization by avoiding going
13891         back over arbitrarily large blocks.  Removed hints that this
13892         function only would be relevant/useful in AWK.
13894         (c-electric-brace): Indent syntactically after the cleanups since
13895         lineup functions might do it differently then.
13897         * progmodes/cc-engine.el, cc-langs.el
13898         (c-opt-op-identifier-prefix): New language constant and variable.
13900         (c-just-after-func-arglist-p, c-after-special-operator-id)
13901         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
13903         * progmodes/cc-align.el, cc-engine.el
13904         (c-after-special-operator-id): New helper to handle C++ operator
13905         identifiers.
13907         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
13908         (c-guess-basic-syntax): Handle C++ operator identifiers in
13909         declarations.
13911         * progmodes/cc-langs.el (c-assignment-operators): Add the
13912         trigraph version of ^= too.
13914         * progmodes/cc-langs.el (c-assignment-operators): Add the
13915         trigraph version of |= in C++.
13917         * progmodes/cc-fonts.el (c-font-lock-declarators):
13918         Handle `c-decl-hangon-kwds' after the identifier name.
13920         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
13921         whether an arglist is "nonempty", ignore a comment after the open
13922         paren if it isn't followed by a non-comment token on the same line.
13924         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
13925         Enable heuristics below the point to cope with classes inside special
13926         brace lists in Pike.
13928 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13930         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
13932 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13934         * progmodes/cc-guess.el (cc-guess-install): New function to
13935         install an already guessed style in another buffer.
13937         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
13938         sets `inhibit-read-only' - `c-save-buffer-state' should be used
13939         anyway if the change always is undone.
13941 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13943         Implement togglable electricity:
13945         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
13946         saying when it should be used.
13948         * progmodes/cc-engine.el: Add the new buffer-local variable,
13949         c-electric-flag.
13951         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
13952         c-toggle-auto-newline.
13954         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
13955         c-toggle-auto-newline.  Remove the binding for
13956         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
13957         c-toggle-electric-state.
13959         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
13961         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
13962         c-\(forward\|backward\)-subword.
13963         (c-update-modeline): Add the new modeline flag `l' for
13964         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
13965         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
13966         Make the old name an alias of the new name.
13967         (c-toggle-electric-state): New function.
13968         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
13969         Adapt these functions to do electric things only when
13970         c-electric-flag is non-nil.
13971         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
13972         new functions from c-electric-brace.
13973         (c-point-syntax): Add a check for "virtual semicolons" in AWK
13974         mode, so that the tentative extra newline doesn't change the
13975         syntax of the following brace.
13976         (c-electric-brace): Restructure by extracting the above functions.
13977         Tidy up the coding somewhat.
13978         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
13979         restructure a bit.
13981 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13983         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
13984         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
13986         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
13987         (c-submode-indicators): Change name from `c-auto-hungry-string'
13988         since it's now used to track another submode.
13990         (c-update-modeline): Convert to function and extended to check
13991         `c-subword-move-mode'.
13993         (c-forward-into-nomenclature, c-backward-into-nomenclature):
13994         Convert to compat aliases for `c-forward-subword' and
13995         `c-backward-subword'.
13997         * progmodes/cc-subword.el: New functions and minor mode to handle
13998         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
14000         (c-forward-subword, c-backward-subword, c-mark-subword)
14001         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
14002         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
14003         Functions corresponding to the standard word handling functions.
14005         (c-subword-move-mode): Minor mode that replaces all the standard
14006         word handling functions with their subword equivalences.
14008 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14010         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
14011         entry for one-liner-defun.
14013         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
14014         name in its def-edebug-spec.
14016         * progmodes/cc-cmds.el (c-electric-brace): Make the
14017         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
14018         compacts space before a comment, if this will make things fit on
14019         one line.
14021         Introduce an "awk" style, mainly for auto-newline and clean-ups.
14023         * progmodes/cc-align.el: New function c-snug-1line-defun-close
14025         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
14026         clean-up one-liner-defun.
14028         * progmodes/cc-styles.el: Add the new "awk" style.
14030         * progmodes/cc-vars.el: Add description of one-liner-defun to
14031         c-cleanup-list's doc-string.  New user options,
14032         c-max-one-liner-length.  In c-default-style, set the default style
14033         for AWK to "awk".
14035 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14037         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
14038         macros inside labels.
14040         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
14041         `c-at-statement-start-p' and `c-at-expression-start-p'.
14043         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
14044         error if the mark isn't set.
14046         * progmodes/cc-engine.el (c-guess-continued-construct)
14047         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
14048         accurately detect functions inside functions.
14050         * progmodes/cc-engine.el (c-at-expression-start-p): New function
14051         like `c-at-statement-start-p' that additionally recognizes commas
14052         and expression parentheses as delimiters.
14054         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
14055         to avoid heuristics that doesn't work for unclosed blocks.
14056         (c-at-statement-start-p): New function.
14058         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
14059         Objective-C directives, e.g. directives spanning lines should work
14060         reasonably well now.
14062         (c-put-c-type-property, c-clear-c-type-property): New helpers.
14064         (c-forward-objc-directive): New function to move over any ObjC
14065         directive.
14067         (c-just-after-func-arglist-p, c-guess-basic-syntax)
14068         (c-basic-matchers-before): Use it.
14070         (c-font-lock-objc-iip-decl): Remove.
14072         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
14073         in the template arglist recognition.
14075         * progmodes/cc-styles.el (c-style-alist): Fix several
14076         inconsistencies in the Whitesmith style.
14078         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
14079         New lineup function to get lines after Whitesmith style blocks
14080         correctly indented.
14082         (c-lineup-whitesmith-in-block): Back out the compensation for
14083         opening parens since it's done using `add' lists in the style
14084         definition instead.  Don't use the anchor position since it varies
14085         too much between the syntactic symbols. :P
14087         * progmodes/cc-vars.el (c-valid-offset): Update.
14089         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
14090         lists where the offsets are combined according to several
14091         different methods: `first', `min', `max', and `add'.
14092         Report offset evaluation errors with `c-benign-error' so that some kind
14093         of reindentation still is done.
14095         * progmodes/cc-engine.el (c-guess-basic-syntax):
14096         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
14097         `arglist-close'.
14099         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
14100         situations for `arglist-cont-nonempty' and `arglist-close'.
14102         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
14104         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
14105         cc-bytecomp-boundp' in a number of places.
14107         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
14108         macro related issue.
14110 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14112         * progmodes/cc-awk.el: Change the terminology of regexps: A char
14113         list is now [asdf], a char class [:alpha:].
14114         Include code for char classes.
14115         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
14116         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
14118         Remove (nearly all of) the cruft associated with AWK Mode's former
14119         concept of "virtual semicolons":
14121         Adapt c-beginning-of-statement, c-end-of-statement (together with
14122         subfunctions) to use the new notion of "virtual semicolon" in
14123         place of the old awkward special handling for AWK.  There remains
14124         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
14125         * progmodes/cc-cmds.el:
14126         (c-ascertain-adjacent-literal): In the backwards direction, now
14127         recognises AWK regexp delimiters as string delimiters.
14128         (c-after-statement-terminator-p): Adapt for virtual semicolons;
14129         check more rigorously for "end of macro".
14130         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
14131         virtual semicolons;
14132         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
14133         out the code for forward movement into ...
14134         (c-end-of-statement): Now contains the code for forward movement,
14135         adapted for virtual semicolons.
14137         * progmodes/cc-engine.el:
14138         (c-ws*-string-limit-regexp): New regexp.
14139         (c-forward-single-comment, c-backward-single-comment): Comment out
14140         the (now redundant) "special" AWK stuff.
14142         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
14143         c-string-par-start, c-string-par-separate to be more like Text
14144         Mode than Fundamental Mode.
14146 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14148         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
14149         to the fontified region so that fontification doesn't occur
14150         outside it (could happen e.g. when fontifying a line with an
14151         unfinished declaration).
14153 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14155         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
14156         start of the file.  ^L now separate sections of the file.
14157         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
14158         (c-awk-one-line-possibly-open-string-re)
14159         (c-awk-regexp-one-line-possibly-open-char-class-re)
14160         (c-awk-one-line-possibly-open-regexp-re)
14161         (c-awk-one-line-non-syn-ws*-re): New defonsts.
14162         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
14164         Amend the concept of "virtual semicolons" (in the indentation
14165         engine) for languages like AWK, such that they are now
14166         conceptually attached to end of the last token of a statement, not
14167         the end of the line.  (In AWK Mode, however, the pertinent text
14168         property is still physically set on the EOL.)  Remove the specific
14169         tests for awk-mode, thus facilitating the introduction of other
14170         language modes where EOLs can end statements.
14171         (Note: The funtionality in cc-cmds.el, specifically
14172         c-beginning/end-of-statement has yet to be amended.)
14174         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
14175         New macros.
14177         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
14178         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
14179         c-vsemi-status-unknown-p-fn (in a new page).
14181         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
14182         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
14183         numerous awkward forms like
14184         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
14185         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
14186         variable before-ws-ip, the place just after char-before-ip appears.
14188         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
14189         a comment.
14191 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14193         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
14194         `c-tentative-buffer-changes'.
14196         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
14197         convert to macro to choose between Emacs and XEmacs at compile time.
14199         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
14201         (c-tentative-buffer-changes): New macro to handle temporary buffer
14202         changes in a convenient way.
14204         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
14205         for `c-tentative-buffer-changes'.
14207         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
14208         the checks for paren sexps between the point and the keyword, to
14209         avoid some false alarms.
14211         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
14212         Fixed a situation where an error could be thrown for unbalanced
14213         parens.  Changed to make use of c-keyword-member' to avoid some
14214         repeated regexp matches.
14216         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
14217         These language variable are no longer necessary.
14219         (c-block-stmt-kwds): New language constant used by
14220         c-looking-at-inexpr-block'.
14222         (c-guess-basic-syntax): Remove an optional check that looked at
14223         the existence of the now removed language variables.
14225         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
14226         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
14227         object instantiation expressions as declarations in some contexts.
14228         This bug only affected languages where the declarator can't be
14229         enclosed in parentheses.
14231         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
14232         insert newlines before and after substatement braces.
14234         * progmodes/cc-engine.el: Improved the heuristics for recognizing
14235         function declaration headers and the handling of C++ style member
14236         init lists.
14238         (c-just-after-func-arglist-p): Rewritten to use
14239         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
14241         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
14243         (c-guess-basic-syntax): Adapt case 5B for the new
14244         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
14245         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
14246         covers all cases now).
14248         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
14250 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14252         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
14253         c-string-par-start/separate c-sentence-end-with-esc-eol,
14254         initialised in c-setup-paragraph-variables, used in string
14255         scanning subroutines of c-beginning-of-statement.
14257         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14258         which precedes the newly inserted `{'.
14260 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14262         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
14263         function for declaration level blocks.  It should now cope with
14264         templates better and also be a lot more comprehensible.
14266         (c-looking-at-decl-block): The new function.
14268         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
14269         for compatibility.
14271         (c-add-class-syntax, c-guess-continued-construct)
14272         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
14274         (c-decl-block-key): Change to tell apart ambiguous and
14275         unambiguous keywords.  Pike specials are now handled directly in
14276         the code instead.
14278         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
14279         New language constants and variables to make the backward skip in
14280         `c-looking-at-decl-block' as tight as possible.
14282         (c-nonsymbol-token-char-list): New language constant.
14284         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
14285         find balanced template arglists backwards.
14287         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
14288         making char classes for `c-syntactic-skip-backward'.
14290         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
14291         16D - can't be a class-close at that point.
14293         * progmodes/cc-engine.el (c-guess-basic-syntax)
14294         (c-add-class-syntax): Don't narrow out the enclosing declaration
14295         level.  This makes everything a lot easier, and it was actually
14296         only four small places that needed it to work.  Some places that
14297         previously did `widen' are removed now, which has the effect that
14298         `c-guess-basic-syntax' never will look at things outside the
14299         current narrowment now.  The anchor position for `topmost-intro'
14300         is affected by this, but it was so bogus it was basically useless
14301         before, and now it's equally bogus but in a slightly different way.
14303         (c-narrow-out-enclosing-class): Gone.
14305         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
14306         the narrowed region.
14308         (c-least-enclosing-brace): Remove silly optional argument.
14310         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14311         the point could be left directly after an open paren when finding
14312         the beginning of the first decl in the block.
14314         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
14315         Specify which submatch to use.
14317         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
14319         (c-decl-start-re): No longer any need for special treatment of
14320         ObjC due to the above.
14322         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
14323         presumably follows C in that regard.
14325         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
14326         New language constants to specify operator tokens inside
14327         identifiers in a more high level way.
14329         (c-opt-identifier-prefix-key): New internal language constant.
14331         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
14332         (c-identifier-start, c-identifier-key): Now completely calculated
14333         from other constants.
14335         (c-identifier-last-sym-match): Decommission since it's no longer used.
14337         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
14339         * progmodes/cc-engine.el (c-forward-name): Remove the
14340         optimization when c-identifier-key is equal to c-symbol-key since
14341         it doesn't work in byte compiled files.  Don't record empty
14342         regions as identifiers.
14344         * progmodes/cc-langs.el (c-filter-ops): New helper function to
14345         simplify access to `c-operators' and its likes.
14347         (c-operator-list, c-all-op-syntax-tokens)
14348         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
14349         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
14350         (c-primary-expr-regexp, c-cast-parens): Use it.
14352         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
14353         an explicit language in functions.
14355         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
14356         variant of adornment.
14358         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
14359         variable.
14361         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
14362         the Pike value.
14364         * progmodes/cc-engine.el (c-on-identifier)
14365         (c-simple-skip-symbol-backward): Small fix for handling "-"
14366         correctly in `skip-chars-backward'.  Affected the operator lfun
14367         syntax in Pike.
14369         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
14370         diagnostic message about precompiled language vars not being used.
14372         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
14373         "__attribute__" is followed by a parenthesis.
14375         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
14376         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
14377         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
14379         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
14380         Internal cleanups to properly detect the declared identifiers in
14381         various declarations.
14383         (c-decl-start-kwds): New language constant to recognize
14384         declarations that can start anywhere.  Used for class declarations
14385         in Pike.
14387         (c-specifier-key, c-not-decl-init-keywords)
14388         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
14389         (c-find-decl-spots): Implement `c-decl-start-kwds'.
14391         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
14392         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
14393         handling of the compiler specific extension keywords into a new
14394         language constant `c-decl-hangon-kwds' that defines keyword
14395         clauses to be ignored in declarations.
14397         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
14398         past unrecognized tokens when handling `c-colon-type-list-kwds'.
14399         Necessary to stop at the declared identifier in e.g. IDL valuetype
14400         declarations.
14402         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
14403         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
14404         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
14405         (c-forward-decl-or-cast-1): Recognize the declared identifier in
14406         class and enum declarations as such and not as part of the type.
14408         (c-forward-decl-or-cast-1, c-forward-label): Relax the
14409         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
14411         (c-forward-decl-or-cast-1): Don't disregard sure signs of
14412         declarations when there's some syntax error later on.
14414         (c-complex-decl-matchers): Did away with a reference to
14415         `c-specifier-key'.
14417         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
14418         value - this variable is always dynamically bound.
14420         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
14421         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
14422         * cc-cmds.el, cc-defs.el: Change the policy for marking up
14423         functions that might do hidden buffer changes: All such internal
14424         functions are now marked instead of those that don't.
14426         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
14427         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
14428         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
14429         (c-literal-type): Allow these functions to make hidden buffer changes,
14430         so that they are free to use text property caching later on.
14432         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
14433         (c-electric-brace, c-electric-slash, c-electric-star)
14434         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
14435         (c-electric-paren, c-electric-continued-statement, c-indent-command)
14436         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
14437         (c-context-line-break): Add `c-save-buffer-state' calls to comply
14438         with the changed semantics of the functions above.
14440         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
14441         when macros occur in obscure places.  Optimized the sexp movement
14442         a bit.
14444 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14446         Enhancements for c-beginning-of-statement to work in AWK Mode:
14448         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
14449         (completed statement) with `}' (statement completed by closing
14450         brace or semicolon) and `$' (statement completed by EOL).
14452         (c-awk-virtual-semicolon-ends-prev-line-p)
14453         (c-awk-virtual-semicolon-ends-line-p)
14454         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
14455         (c-awk-at-statement-end-p): New functions.
14457         * progmodes/cc-cmds.el: Simplify the structure of functions
14458         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
14459         two functions and c-beginning-of-statement to handle AWK Mode.
14461         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
14462         c-backward-single-comment for AWK mode.  Attempt to clarify their
14463         doc-strings.
14465         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
14467 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14469         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
14470         label handling.  Labels are now recognized in a uniform and more
14471         robust way, regardless of context.  Text properties are put on all
14472         labels to recognize the following declarations better.
14473         Multiword labels are handled both in indentation and fontification for
14474         the benefit of language extensions like Qt.  For consistency, keywords
14475         in labels are now fontified with the label face instead.
14476         That also applies to "case" and "default".
14478         (c-beginning-of-statement-1): Fix some bugs in the label
14479         handling.  Disregard `c-nonlabel-token-key' in labels that begin
14480         with `c-label-kwds'.
14482         (c-find-decl-spots): Support that the callback adds more
14483         `c-decl-end' spots to find.
14485         (c-forward-decl-or-cast-1): Don't treat a list of plain
14486         identifiers followed by a colon as a declaration.
14488         (c-forward-label): New function to recognize labels.
14490         (c-guess-basic-syntax): Replace uses of `c-label-key' with
14491         `c-forward-label'.  Moved the label recognition cases (14 and 15)
14492         earlier since they aren't so context sensitive now.  Handle labels
14493         on the top level gracefully.  Moved access label recognition to
14494         the generic label case (CASE 15) - removed CASE 5E.
14496         (c-font-lock-declarations): Add recognition of labels in the
14497         same round since we need to handle labels in parallell with other
14498         declarations to recognize both accurately.  It should also improve
14499         speed.
14501         (c-simple-decl-matchers, c-basic-matchers-after):
14502         Move `c-font-lock-labels' so that it only is used on decoration level 2
14503         since `c-font-lock-declarations' handles it otherwise.
14505         (c-complex-decl-matchers): Remove the simplistic recognition of
14506         access labels.
14508         (c-decl-prefix-re): Remove the kludges that was necessary to cope
14509         with labels earlier.
14511         (c-decl-start-re): New language variable to make
14512         `c-font-lock-declarations' stop for the special protection labels
14513         in Objective-C that start with `@'.
14515         (c-label-key): Remove since it's no longer used.
14517         (c-recognize-colon-labels, c-label-prefix-re): New language
14518         constants to support recognition of generic colon-terminated labels.
14520         (c-type-decl-end-used): `c-decl-end' is now used whenever there
14521         are colon terminated labels.
14523         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14524         first argument starts with a special brace list.
14526         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
14527         (c-font-lock-declarations): Break out the declaration and cast
14528         recognition from `c-font-lock-declarations' to a new function, so
14529         that it can be used in the indentation engine.
14531         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
14532         up to the start of the literal.  Fixed bug with the point on the
14533         wrong side of the search limit that could happen when the start
14534         position is inside a literal.
14536         * progmodes/cc-engine.el (c-parse-state)
14537         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
14538         so that it's kept a little bit back to increase the hit rate.
14540         (c-parse-state): Change the macro handling and fixed some
14541         glitches.  Macro context is checked more often than necessary now,
14542         but otoh less garbage conses are generated.
14544         * progmodes/cc-engine.el (c-parse-state)
14545         (c-invalidate-state-cache): Cache the last position where
14546         `c-state-cache' applies.  This can speed up refontification quite
14547         a bit in blocks where there are many non-brace parens before the point.
14549         (c-state-cache-end): New variable for this.
14551         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
14552         cache variable.
14554         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
14555         get close initial continue positions when the start position is
14556         inside a literal or macro.  Do not call the callback for spots
14557         before the start position (which can happen e.g. for `c-decl-end'
14558         spots inside comments).  Optimize better in special cases when the
14559         region is a single line inside a literal or macro (typically when
14560         the current line is refontified).
14562         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
14563         to `c-add-stmt-syntax' - there's no need to explicitly whack off
14564         entries from the paren state.
14566         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
14567         special case for "else if" clauses.
14569         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
14570         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
14572         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
14573         New language variable to recognize the gcc extension with statement
14574         blocks inside expressions.
14576         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
14577         it somewhat more comprehensible.  The argument AT-BLOCK-START is
14578         no longer used and hence removed.
14580         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
14581         to `c-add-stmt-syntax'.
14583         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
14584         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
14585         This fixes bogus label recognition.
14587         * progmodes/cc-engine.el (c-add-type, c-check-type)
14588         (c-forward-name, c-forward-type): Improve storage of template
14589         types in `c-found-types' so that they can be recognized better.
14591         (c-syntactic-content): Add option to skip past nested parens.
14593         * progmodes/cc-engine.el (c-forward-name):
14594         Set `c-last-identifier-range' all the time.  It's less work that way.
14595         Handle that there might not be an identifier to store in
14596         `c-last-identifier-range'.
14598         (c-forward-type): Handle that `c-last-identifier-range' might be
14599         nil from `c-forward-name'.
14601         * progmodes/cc-defs.el (c-safe-scan-lists)
14602         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
14604         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
14605         to work even if the form fails.
14607         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
14608         down in a large file in one go.
14610         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
14612         * progmodes/cc-align.el (c-lineup-assignments): New lineup
14613         function which is like `c-lineup-math' but returns nil instead of
14614         `c-basic-offset' when it doesn't match.
14616         (c-lineup-math): Change to use `c-lineup-assignments'.
14618 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14620         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
14621         c-beginning-of-statement.  New subfunctions
14622         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
14624 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14626         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
14627         hardcoded char classes whereever possible.  Changed a couple of
14628         places to use skip by syntax instead of skip by char class.
14630         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
14631         Fix a bug in the regexp that caused extreme backtracking.
14633         * progmodes/cc-langs.el (c-block-comment-starter)
14634         (c-block-comment-ender): New language constants to specify in a
14635         single place how block comments look.
14637         (c-comment-start-regexp, c-block-comment-start-regexp)
14638         (comment-start, comment-end, comment-start-skip)
14639         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
14640         (c-syntactic-ws, c-nonempty-syntactic-ws)
14641         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
14642         `c-line-comment-starter', `c-block-comment-starter' and
14643         `c-block-comment-ender'.
14645         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
14646         New language constants to break up things a bit.
14648         (c-simple-ws): New language constant for simple whitespace.
14650         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
14652         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
14653         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
14654         newlines.  Allow and ignore nil elements in the list.
14656 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14658         * progmodes/cc-cmds.el: Comment out a (n almost certainly
14659         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
14661         * progmodes/cc-cmds.el: Tidy up the comments in
14662         c-beginning-of-statement and subfunctions.
14664         * progmodes/cc-awk.el: Replace calls to put-text-property to the
14665         more flexible c-put-char-property and c-clear-char-properties.
14666         Add the author's email address.
14668         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
14670         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
14671         closing "*/" of a block comment.
14673         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
14674         subfunctions) so that it works at BOB and EOB.
14676         * progmodes/cc-cmds.el, cc-vars.el: More updating of
14677         c-beginning-of-statement, including new variable
14678         c-block-comment-start-regexp.
14680 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14682         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
14683         symbols from `*-font-lock-extra-types' so that there's no need to
14684         use `regexp-opt' on those lists.
14686         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
14687         `c-type-modifier-kwds' is empty.
14689         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
14690         there are several strings on the same line.
14692         * progmodes/cc-engine.el (c-literal-limits): Remove the
14693         compatibility function for older emacsen.  `c-literal-limits-fast'
14694         has now taken the place of this function.
14696         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
14697         with older emacsen: We now require `pps-extended-state'.
14699 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14701         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
14702         which obviates the need to hack sentence-end.  This now handles
14703         escaped newlines in strings correctly.  Correct minor bugs in
14704         c-move-over-sentence and in c-beginning-of-statement.
14706         * progmodes/cc-cmds.el (c-beginning-of-statement (and
14707         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
14708         that movement over macros and code are rigorously separated from
14709         eachother.  Correct a few incidental bugs.
14711         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
14712         Improve its doc-string.  Improve the handling of certain specific cases.
14714 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14716         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
14717         (c-guess-basic-syntax): Change the way class-level labels are
14718         recognized; they can now contain essentially any symbols.
14720         (c-opt-extra-label-key): New language variable to cope with the
14721         special protection label syntax in Objective-C.
14723         (c-opt-access-key): Remove; this is now handled better by
14724         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
14726         (c-complex-decl-matchers): Update to handle that
14727         `c-opt-access-key' no longer exists.
14729         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
14730         improved label recognition in `c-beginning-of-statement-1'.
14732         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
14733         Recognize bitfields better.
14735         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
14736         Remove some cruft and fixed a bug that could cause it to go to a
14737         position further down.
14739         * progmodes/cc-langs.el, cc-engine.el
14740         (c-beginning-of-statement-1): Improve detection of labels in
14741         declaration contexts.
14743         (c-beginning-of-decl-1): Use it.
14745         (c-nonlabel-token-key): New language constant and variable needed
14746         by `c-beginning-of-statement-1'.
14748         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
14749         manifested itself due to the correction in `c-forward-sexp'.
14751         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
14752         Make these behave as documented when used at the buffer limits.
14754         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
14755         (c-type-decl-end-used): Made this a language variable.
14757         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
14758         correctly when `combine-after-change-calls' is used together with
14759         temporary narrowings.
14761         * progmodes/cc-engine.el (c-beginning-of-statement-1):
14762         Report labels correctly when the start point is immediately after the
14763         colon.
14765         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
14766         Remove since it isn't used anymore.
14768         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
14769         bracket arglists such as template parens in C++.
14771         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
14772         in the last check-in.  Some optimization.
14774         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
14775         where it could stop at the same level in a preceding sexp when
14776         PAREN-LEVEL is set.
14778         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
14779         text property lookup only when it's needed.
14781         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
14782         Change the policy for paren marked angle brackets to be more
14783         persistent; once marked they remain marked even when they're found
14784         to be unbalanced in the searched region.  This should keep the
14785         paren syntax around even when individual lines are refontified in
14786         multiline template arglists.
14788         (c-parse-and-markup-<>-arglists): New dynamically bound variable
14789         to control markup so that incorrect angle bracket arglists aren't
14790         marked in contexts where the correct value for
14791         `c-disallow-comma-in-<>-arglists' isn't known.
14793         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
14794         argument has become `c-parse-and-markup-<>-arglists'.
14796         (c-remove-<>-arglist-properties): Remove - no longer used.
14798         (c-after-change-check-<>-operators): New function used on
14799         `after-change-functions' to avoid that "<" and ">" characters that
14800         are part of longer operators have paren syntax.
14802         (c-<>-multichar-token-regexp): New language variable used by
14803         `c-after-change-check-<>-operators'.
14805         (c-after-change): Call `c-after-change-check-<>-operators'.
14807         (c-font-lock-<>-arglists): Use the context properties set by
14808         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
14809         correctly to avoid doing invalid markup.
14811         (c-font-lock-declarations): Remove code that undoes the invalid
14812         markup done by `c-font-lock-<>-arglists'.
14814         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
14815         after `c-font-lock-declarations'.
14817         * progmodes/cc-engine.el (c-syntactic-skip-backward):
14818         Add paren-level feature.
14820         (c-guess-basic-syntax): Improve the anchor position for
14821         `template-args-cont' in nested template arglists.  There's still
14822         much to be desired in this area, though.
14824 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14826         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
14827         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
14829 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14831         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
14832         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
14834         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
14835         it doesn't work no longer are supported.
14837         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
14838         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
14839         requires support for the syntax-table' text property, which rules
14840         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
14841         cruft associated with those versions.
14843         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
14844         for the `syntax-table' text property, which rules out Emacs 19 and
14845         XEmacs < 21.4.  Removed various compatibility cruft associated
14846         with those versions.
14848         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
14849         support for the `syntax-table' text property.
14851         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
14852         variable and use an extra quoted face name instead.  All the
14853         emacsen flavors handle that correctly.
14855         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
14856         (c-font-lock-declarators, c-font-lock-declarations)
14857         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
14858         property to mark the items in in declarator lists to handle
14859         refontification inside multiline declarations better.
14861         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
14862         construct like "a * b = c;" as a declaration.
14864 2005-12-08  Kim F. Storm  <storm@cua.dk>
14866         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
14867         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
14868         select either meta, hyper, or super modifier for rectangle commands.
14869         (cua--rectangle-modifier-key): New defvar.
14870         (cua--M/H-key): Use it.  Remove special case for `space'.
14871         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
14872         on X, to meta otherwise.  Always bind C-return to toggle
14873         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
14875         * emulation/cua-rect.el (cua-help-for-rectangle):
14876         Use cua--rectangle-modifier-key.  Handle super modifier too.
14877         (cua--init-rectangles): Always bind C-return to toggle rectangle.
14878         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
14880         * ido.el: Move Acknowledgements and History after Commentary.
14881         Minor changes to Commentary.
14883         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
14884         keymap if cua--prefix-override-timer is `shift'.
14885         (cua--shift-control-prefix): New function; emulate "type prefix
14886         key twice" functionality to handle shifted prefix key override.
14887         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
14888         New commands.
14889         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
14891 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
14893         * textmodes/org.el (org-insert-heading): Try to do items before
14894         headings.
14895         (org-agenda-mode): Quote `org-agenda-mode-hook'.
14896         (org-insert-item): New function.
14897         (org-renumber-ordered-list): Don't skip to higher level lists.
14899 2005-12-08  Juri Linkov  <juri@jurta.org>
14901         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
14903         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
14905         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
14907         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
14908         the constructed function name fun-1.
14910         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
14911         because such links don't lead to parent documentation.
14913 2005-12-08  Kenichi Handa  <handa@m17n.org>
14915         * descr-text.el (describe-char): Use *Help-2* buffer if the
14916         current buffer is *Help*.  Call describe-text-properties while
14917         setting the original buffer.
14919 2005-12-07  Bill Wohler  <wohler@newt.com>
14921         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
14922         and causes problems with non-MH users (such as Gnus users).
14924 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
14926         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
14927         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
14928         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
14929         command "info sources".  Move calls to GDB command "list".
14930         (gdb-find-file-hook): Just use gdb-source-file-list.
14931         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
14932         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
14933         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
14934         (gdb-data-list-register-values-handler): Use correct trigger name.
14936 2005-12-07  Kim F. Storm  <storm@cua.dk>
14938         * ido.el (ido-completion-map): Rename from ido-mode-map.
14939         (ido-common-completion-map, ido-file-completion-map)
14940         (ido-file-dir-completion-map, ido-buffer-completion-map):
14941         Rename from ido-mode-....-map.
14942         (ido-init-completion-maps): Rename from ido-init-mode-maps.
14943         (ido-setup-completion-map): Rename from ido-define-mode-map.
14944         (ido-read-internal): Bind minibuffer-local-filename-completion-map
14945         to ido-completion-map.
14947 2005-12-07  Kenichi Handa  <handa@m17n.org>
14949         * international/mule-cmds.el
14950         (set-display-table-and-terminal-coding-system): If the coding
14951         system specified in `unibyte-display' property is different from
14952         the arg coding-system, don't setup standard-display-table.
14954 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14956         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
14957         that comments end at \n, regardless of selective-display.
14959 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
14961         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
14962         (gdb-version): New variables.
14963         (gdb-source-file-list, gdb-register-names)
14964         (gdb-changed-registers): New variables for use with GDB 6.4+.
14965         (gdb-ann3): Replace with...
14966         (gdb-init-1, gdb-init-2): ...two new functions.
14967         (gdba, gdb-prompt): Call gdb-init-1.
14968         (gdb-get-version): New function.  Call gdb-init-2 from here.
14969         (gud-watch): Make it work with mouse events too.
14970         (gdb-post-prompt): Don't add to queue until GDB version is known.
14971         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
14972         (gdb-locals-mode): Use gdb-version.
14973         (gdb-memory-format-map, gdb-memory-unit-map)
14974         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
14975         (gdb-locals-font-lock-keywords-1)
14976         (gdb-locals-font-lock-keywords-2): New variables.
14977         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
14978         (gdb-set-gud-minor-mode-existing-buffers-1)
14979         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
14980         (gdb-var-update-1, gdb-var-update-handler-1)
14981         (gdb-data-list-register-values-handler)
14982         (gdb-data-list-register-values-custom)
14983         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
14984         (gdb-stack-list-locals-handler, gdb-get-register-names):
14985         New functions for use with GDB 6.4+.
14986         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
14987         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
14988         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
14989         (gdb-stack-list-locals-regexp)
14990         (gdb-data-list-register-names-regexp): New regexps for use with
14991         GDB 6.4+.
14993 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14995         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
14997 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
14999         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
15000         prompts work for AUTH PLAIN.  Also reported by Steve Allan
15001         <seallan@verizon.net>.
15003 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15005         * frame.el (set-frame-parameter): Add doc string.
15007 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
15009         * textmodes/org.el (org-occur-highlights): New variable.
15010         (org-highlight-new-match, org-remove-occur-highlights): New functions.
15011         (org-highlight-sparse-tree-matches): New option.
15012         (org-do-occur): New function.
15013         (org-get-heading): Make it work also at beginning of line.
15014         (org-category-table): New variable.
15015         (org-get-category-table, org-get-category)
15016         (org-camel-to-words, org-link-search): New functions.
15017         (org-select-this-todo-keyword): New variable.
15018         (org-todo-list): New command.
15019         (org-shiftright, org-shiftleft): New commands.
15020         (org-agenda-todo): Add prefix argument.
15021         (org-show-hierarchy-above): New option.
15022         (org-show-todo-tree): Numerical prefix creates tree for specific
15023         TODO keyword.
15024         (org-outline-level): New function, to assign a level to plain
15025         lists items.
15026         (org-cycle-include-plain-lists): New option.
15027         (org-mode): Use `org-outline-level' as value of `outline-level'.
15028         (org-cycle): Temporarily switch `outline-regexp' if
15029         `org-cycle-include-plain-lists' is non-nil.
15030         (org-start-icalendar-file): Fix format bug.
15031         (org-agenda-get-day-entries): Create category table.
15032         (org-agenda-get-todos, org-agenda-get-timestamps)
15033         (org-agenda-get-deadlines, org-agenda-get-scheduled)
15034         (org-agenda-get-blocks): Use `org-get-category'.
15035         (org-context-in-file-links): Rename from
15036         `org-line-numbers-in-file-links'.
15038 2005-12-06  Romain Francoise  <romain@orebokech.com>
15040         * window.el (balance-windows): Delete extraneous third arg in call
15041         to `enlarge-window'.
15043 2005-12-06  Kenichi Handa  <handa@m17n.org>
15045         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
15047 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
15049         * progmodes/gdb-ui.el (gdb-var-create-handler)
15050         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
15051         (gdb-var-list-children-handler, gdb-var-update-handler):
15052         Current buffer is already gdb-partial-output-buffer, don't
15053         make it current again.
15055 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
15057         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
15058         (list-buffers-noselect): Use it.
15060 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15062         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
15063         (mail-yank-ignored-headers): Use regexp-opt.
15064         (mail-mode-map): Move initialization into declaration.
15065         (mail-sent-via): Remove unused shadowed var `to-line'.
15066         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
15067         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
15068         (mail-do-fcc): Use dolist and push.
15069         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
15070         (mail-yank-ignored-headers): Don't autoload.
15072 2005-12-05  Kenichi Handa  <handa@m17n.org>
15074         * international/mule-cmds.el (set-language-info-internal): New fun.
15075         (set-language-info): Call set-language-info-internal to update
15076         language-info-alist.  If LANG-ENV is the current one, call
15077         set-language-environment to make INFO effective now.
15078         (set-language-info-alist): Likewise.
15079         (locale-language-names): With locale "en", use English
15080         lang. env. but set the default codings to iso-8859-1.
15082 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
15084         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
15085         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
15086         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
15087         for plain strings.
15088         (gdb-frames-mode): Remove redundant call to font-lock-mode.
15089         (gdb-all-registers): Rename from toggle-gdb-all-registers.
15090         Create registers buffer if necessary.  Echo new state in minibuffer.
15091         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
15093 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
15095         * info.el (Info-fontify-node): Match external links using
15096         non-directory part of filename.
15098 2005-12-04  Juri Linkov  <juri@jurta.org>
15100         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
15101         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
15102         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
15103         because there is no customization option for it.
15105         * font-lock.el (lisp-font-lock-keywords-1):
15106         Add define-global-minor-mode.
15108         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
15110         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
15111         properties on the constructed variable names.
15113         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15114         Put `definition-name' properties on the constructed function names
15115         next-sym and prev-sym.
15117         * emacs-lisp/find-func.el (find-function-regexp):
15118         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
15119         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
15120         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
15121         and easy-menu-define.
15123         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
15124         easy-mmode-define-global-mode and define-global-minor-mode.
15125         (lisp-imenu-generic-expression): Add define-global-minor-mode.
15127         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
15128         instead of easy-mmode-define-global-mode.
15130         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
15131         Use define-minor-mode instead of easy-mmode-define-minor-mode.
15133         * cus-edit.el (customize-group, customize-group-other-window):
15134         Filter out autoloaded options from the group completion list by
15135         using heuristics that autoloaded groups don't have `custom-autoload'
15136         property on their symbols (they have only `custom-loads').
15138         * simple.el (completion-setup-function): Put completions-common-part
15139         face on complete completion string too (i.e. completion string
15140         without completions-first-difference face).
15142         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
15144 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
15146         * view.el (view-mode): Doc fix.
15148         * disp-table.el (standard-display-european): Add to the warning
15149         message a reference to the doc string.
15151         * play/yow.el (apropos-zippy): Call print-help-return-message,
15152         similar to other Help and Apropos commands.
15154         * help.el (print-help-return-message): If pop-up-frames is
15155         non-nil, set up help-return-method to delete the help window and,
15156         possibly, its frame as well, and don't display message about
15157         scrolling the help window.  Doc fix.
15158         (help-return-method): Doc fix.
15160 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
15162         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
15163         whereby names of length one or names starting with a
15164         symbol-constituent character would not be returned.
15166 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15168         * subr.el (atomic-change-group): Add edebug and indentation spec.
15170 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15172         * completion.el (save-completions-file-name): Fix typo in last change.
15174 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15176         * info.el: Move back/forward history to the beginning of the tool bar.
15178 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
15180         * allout.el (eval-when-compile): Remove unnecessary load of cl.
15181         Add fset of allout-real-isearch-abort during compile to fix
15182         byte-compilation warnings.
15183         (allout-mode-p): Move definition of this macro above all uses, or
15184         byte compilation in barren Emacs (eg, during Emacs build) will
15185         lack the definition.
15186         (allout-mode): Move this variable above any uses, or byte
15187         compilation will fail.
15188         (allout-resolve-xref): Remove use of personal file-reference function.
15189         (allout-toggle-current-subtree-encryption): Do the current (ie,
15190         visible containing) topic, rather than nearest around point.  Doc fix.
15191         (allout-toggle-subtree-encryption): New function, workhorse that
15192         works on nearest topic containing point.
15193         (allout-encrypt-string): Signal requirement for newer version of pgg.
15194         (allout-resumptions): Doc fix.
15196 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
15198         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
15200 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
15202         * textmodes/flyspell.el (flyspell-external-point-words):
15203         Consider a misspelling as found in the string search if: (a) misspelling
15204         and found string lengths match, or (b) misspelling is found as
15205         element in a boundary-chars separated longer string, or (c)
15206         ispell-program-name is really ispell and misspelling is found as
15207         part of a TeX string.  After successful match move beginning of
15208         search region to end of match.  Warn about not found misspellings
15209         once the process is done.
15210         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
15212 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
15214         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
15215         tool bar (removed inadvertently).
15217 2005-12-02  Juri Linkov  <juri@jurta.org>
15219         * log-view.el (log-view-diff): Clarify doc string.
15221 2005-12-01  Bill Wohler  <wohler@newt.com>
15223         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
15224         triggers lm-verify errors.
15226 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
15228         * simple.el (transient-mark-mode, line-number-mode)
15229         (column-number-mode, size-indication-mode): Remove `:require nil'.
15231 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
15233         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
15234         in the margin also.
15235         (gdb-breakpoints-mode-map): Use D instead of d for
15236         gdb-delete-breakpoint.
15237         (gdb-get-frame-number): Require a number to match on.
15238         (gdb-threads-mode-map): Add follow-link binding.
15240 2005-11-30  Jason Rumney  <jasonr@gnu.org>
15242         * isearch.el (isearch-mode-map): Avoid exiting search on
15243         language-change event.
15245 2005-11-30  Romain Francoise  <romain@orebokech.com>
15247         * speedbar.el (speedbar-default-position): New defcustom.
15248         (speedbar-frame-reposition-smartly): Use it.
15250         * dframe.el (dframe-reposition-frame-emacs): Fix position
15251         computation for `left' location.
15252         Update copyright year.
15254 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15256         * help.el (help-map): Move initialization into declaration.
15258         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
15260         * help-fns.el (help-argument-name): Don't autoload.
15261         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
15262         to be re-loaded when customizing the `help' group.
15264 2005-11-30  John Paul Wallington  <jpw@gnu.org>
15266         * help-fns.el (describe-function-1): Fill arglist output.
15268 2005-11-30  Kim F. Storm  <storm@cua.dk>
15270         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
15271         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
15272         after revert-buffer (or anything else which kills all local variables).
15274         * apropos.el (apropos-parse-pattern): Doc fix.
15275         Set apropos-regexp directly, rather than expecting callers to do so.
15276         (apropos-command, apropos, apropos-value, apropos-documentation):
15277         Simplify calls to apropos-parse-pattern.
15279 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
15281         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
15282         (hi-lock-face-phrase-buffer): Use hi-yellow face.
15283         (hi-lock-write-interactive-patterns): Use comment-region.
15285         * longlines.el (longlines-mode): Add mail-setup-hook.
15287         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
15289         * simple.el (sendmail-user-agent-compose, next-line):
15290         Conditionally use hard-newline.
15292 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15294         * international/latexenc.el (latex-inputenc-coding-alist):
15295         Reword doc string.
15297 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
15299         * help.el (describe-key-briefly, describe-key): Recognize default
15300         bindings.
15302 2005-11-29  Romain Francoise  <romain@orebokech.com>
15304         * view.el (view-inhibit-help-message): New defcustom.
15305         (view-mode-enter): Use it.
15307 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
15309         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
15310         Preserve user position.
15312 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
15314         * font-lock.el: Throw error if facemenu is not loaded to prevent
15315         accidental change of loading order in loadup.el.  (Suggested by RMS.)
15317         * loadup.el: Add comment explaining why facemenu must be loaded
15318         before font-lock.
15320 2005-11-28  Jay Belanger  <belanger@truman.edu>
15322         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
15323         (calc-dispatch-map): Add more keys for `calc-same-interface'.
15325         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
15327         * calc/calc-embed.el (calc-do-embedded): Update help message.
15329         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
15331 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15333         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
15335         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
15336         called-interactively-p.
15337         (elp-profilable-p): Rename from elp-not-profilable-p.
15338         Invert result and take into account macros and autoloaded functions.
15339         (elp-instrument-function): Update call.
15340         (elp-instrument-package): Update call.  Add completion.
15341         (elp-pack-number): Use match-string.
15342         (elp-results-jump-to-definition-by-mouse): Merge into
15343         elp-results-jump-to-definition and then remove.
15344         (elp-output-insert-symname): Make help echo text single-line.
15346         * replace.el (query-replace-map): Move initialization into declaration.
15347         (occur-engine): Use with-current-buffer.
15348         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
15349         (occur-mode-mouse-goto): Replace with an alias.
15351 2005-11-28  Juri Linkov  <juri@jurta.org>
15353         * simple.el (quoted-insert): Let-bind input-method-function to nil.
15355         * term/w32-win.el: Bind [S-tab] to [backtab].
15357         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
15358         `Info-find-file' to t.
15360         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
15361         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
15362         and same-window-regexps.
15363         (occur-next-error): Don't move point for arg 0.
15365 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
15367         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
15369 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15371         * log-edit.el (log-edit-changelog-use-first): New var.
15372         (log-edit-changelog-ours-p): Use it.
15373         (log-edit-insert-changelog): Set it with new arg `use-first'.
15374         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
15375         (log-edit-hook): Add them to the list of suggested options.
15377         * textmodes/flyspell.el (flyspell-last-buffer): New var.
15378         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
15379         redundant work.
15380         (flyspell-mode-on): Use add-hook for after-change-functions.
15381         (flyspell-mode-off): Use remove-hook for after-change-functions.
15382         (flyspell-changes): Make it buffer-local.
15383         (flyspell-after-change-function): Make it non-interactive.  Use push.
15384         (flyspell-post-command-hook): Check input-pending-p while processing
15385         the potentially long list of buffer changes.
15387 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15389         * buff-menu.el (list-buffers-noselect): Display the selected
15390         frame's buffer list, not the global one.
15392 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
15394         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
15395         that (list last-input-event) works as in interactive spec.
15397 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
15399         * loadup.el ("facemenu"): Load facemenu before font-lock, because
15400         `facemenu-keymap' needs to be defined when font-lock is loaded.
15401         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
15403 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15405         * completion.el: Remove useless leading * in defcustom docstrings.
15406         (save-completions-file-name): Use ~/.emacs.d if available.
15407         (completion-standard-syntax-table): Rename from
15408         cmpl-standard-syntax-table and fold initialization into declaration,
15409         thus removing cmpl-make-standard-completion-syntax-table.
15410         (completion-lisp-syntax-table, completion-c-syntax-table)
15411         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
15412         (cmpl-saved-syntax, cmpl-saved-point): Remove.
15413         (symbol-under-point, symbol-before-point)
15414         (symbol-under-or-before-point, symbol-before-point-for-complete)
15415         (add-completions-from-c-buffer): Use with-syntax-table.
15416         (make-completion): Don't return a list of completion entries.
15417         Update callers.
15418         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
15419         (completion-initialize): Rename from initialize-completions.
15420         (completion-find-file-hook): Rename from cmpl-find-file-hook.
15421         (kill-emacs-save-completions): Collect stats here.
15422         (save-completions-to-file, load-completions-from-file):
15423         Use with-current-buffer.
15424         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
15425         into a function.  Move all calls to toplevel.
15426         (completion-lisp-mode-hook): New fun.
15427         (completion-c-mode-hook, completion-setup-fortran-mode):
15428         Set the syntax-table here.  Use local-set-key.
15429         (completion-saved-bindings): New var.
15430         (dynamic-completion-mode): Make it into a proper minor mode.
15431         (load-completions-from-file): Remove unused var `num-uses'.
15433         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
15434         constructor if it is explicitly overridden.
15436         * complete.el (PC-completion-as-file-name-predicate):
15437         Use minibuffer-completing-file-name.
15438         (partial-completion-mode): Use find-file-not-found-functions.
15439         (PC-lisp-complete-symbol): Use with-syntax-table.
15440         (PC-look-for-include-file): Remove dead setq.
15441         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
15442         (PC-complete): Use with-current-buffer.
15444         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
15445         escape single quotes.
15447 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
15449         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
15450         of `if' whose condition always returned nil.  Doc fix.
15452         * buff-menu.el (Buffer-menu-revert-function): Make the selected
15453         window's buffer the current buffer around the call to
15454         `list-buffers-noselect'.  This is necessary to mark that buffer
15455         with a `.' in the Buffer Menu when called from Lisp, for instance
15456         by Auto Revert Mode.
15458 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
15460         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
15461         attaching to it.
15462         (gdb-pre-prompt): Make sure gdb-error is reset.
15464         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
15465         with a child process, detect it.
15466         (gud-speedbar-buttons): Match regexp more carefully.
15468 2005-11-27  Richard M. Stallman  <rms@gnu.org>
15470         * mouse.el (mouse-drag-move-window-bottom):
15471         Use adjust-window-trailing-edge.
15473 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
15475         * simple.el (blink-matching-open): Ignore
15476         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
15477         (blink-matching-paren-on-screen): Update docstring.
15479         * paren.el (show-paren-mode): No longer change
15480         `blink-matching-paren-on-screen'.
15482 2005-11-27  John Paul Wallington  <jpw@pobox.com>
15484         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
15485         (gdb-threads-select, gdb-edit-register-value):
15486         Use `posn-set-point' instead of `mouse-set-point' because the
15487         latter is not fbound when configured without X.
15489 2005-11-27  Kim F. Storm  <storm@cua.dk>
15491         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
15492         existing face when partially highlighting a TAB in a rectangle.
15494 2005-11-26  Kim F. Storm  <storm@cua.dk>
15496         * ido.el (ido-mode-map): Doc fix.
15497         (ido-mode-common-map, ido-mode-file-map)
15498         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
15499         (ido-define-mode-map): Rewrite.  Select one of the new maps as
15500         parent for ido-mode-map instead of building from scratch.
15501         (ido-init-mode-maps): New defun to initialize new maps.
15502         (ido-mode): Call it.
15503         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
15504         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
15506 2005-11-26  John Paul Wallington  <jpw@pobox.com>
15508         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
15509         `mouse-set-point' because the latter is not fbound when configured
15510         without X.
15512 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
15514         * files.el (file-relative-name): Doc fix.
15516 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
15518         * progmodes/octave-inf.el (inferior-octave-startup): Force a
15519         non-empty string for secondary prompt PS2.
15521 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
15523         * progmodes/compile.el (compilation-setup): Fix last change.
15525 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
15527         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
15528         (gdb-mouse-toggle-breakpoint-margin)
15529         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
15530         Add gdb-server-prefix to keep out of command history.
15531         (gdb-edit-register-value): New function.
15532         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
15533         (gdb-info-registers-custom): Use above map.
15535 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
15537         * custom.el (enable-theme): Signal error if argument is not a
15538         theme.  Don't recalculate a face if it's not loaded yet.
15540         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
15541         the `user' theme is in effect.
15543         * info.el (Info-on-current-buffer): Record actual filename in
15544         Info-current-file, instead of t, or a fake filename if a non-file
15545         buffer.  Make autoload.
15546         (Info-find-node, Info-revert-find-node): No need to check for
15547         Info-current-file nil.
15548         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
15549         Info-current-file is now never `t'.
15550         (Info-fontify-node): Many simplifications due to Info-current-file
15551         always being valid.  Use Info-find-file to find node filename.
15553 2005-11-25  David Kastrup  <dak@gnu.org>
15555         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
15556         new character, then delete" in order to preserve markers.
15558 2005-11-25  David Ponce  <david@dponce.com>
15560         * recentf.el (recentf-arrange-by-rule): Handle a special
15561         `auto-mode-alist'-like "strip suffix" rule.
15562         (recentf-build-mode-rules): Handle second level auto-mode entries.
15564 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
15566         * viper-keym.el (viper-ESC-key): Use different values in terminal and
15567         window modes.
15569         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
15570         jde-javadoc-checker-report-mode.
15572         * ediff-wind (ediff-make-wide-display): Slight simplification.
15574         * ediff.el (ediff-date): Change the date of last update.
15576 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
15578         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
15579         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
15580         (hi-lock-mode): New global minor mode.
15581         (turn-on-hi-lock-if-enabled): New function.
15582         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
15583         Change arguments to regexp and face instead of a font-lock pattern.
15584         Directly set face property, instead of refontifying.
15585         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
15586         (hi-lock-find-patterns): Use line-number-at-pos.
15588         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
15589         arguments for hi-lock-set-pattern.
15590         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
15591         Call font-lock-fontify-buffer.
15592         (hi-lock-find-file-hook, hi-lock-current-line)
15593         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
15595         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
15596         turned off.
15598         * progmodes/compile.el (compilation-setup): Don't fiddle with
15599         font-lock-defaults.
15601 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
15603         * progmodes/gdb-ui.el (gdb-var-create-handler)
15604         (gdb-var-list-children-handler): Find values for all variable
15605         objects.  gud-speedbar-buttons decides whether to display them.
15607 2005-11-24  Romain Francoise  <romain@orebokech.com>
15609         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
15610         buffer name with a space.
15612 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
15614         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
15615         `org-export-local-list-max-depth'.  Change default value to 3.
15616         (org-auto-renumber-ordered-lists)
15617         (org-plain-list-ordered-item-terminator): New options.
15618         (org-at-item-p, org-beginning-of-item, org-end-of-item)
15619         (org-get-indentation, org-get-string-indentation)
15620         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
15621         New functions.
15622         (org-move-item-down, org-move-item-up): New commands.
15623         (org-export-as-html): New classes for CSS support.  Bug fix in
15624         regular expression detecting fixed-width regions.  Respect
15625         `org-local-list-ordered-item-terminator'.
15626         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
15627         also a list item.
15628         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
15629         New item moving functions.
15631 2005-11-24  Juri Linkov  <juri@jurta.org>
15633         * isearch.el (isearch-repeat): With empty search ring set
15634         `isearch-error' to the error string instead of signaling error
15635         with the function `error'.
15637 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15639         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
15641 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
15643         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
15644         and variable.
15645         (gdb-var-create-handler, gdb-var-list-children-handler):
15646         Don't match on "char **...".
15647         (gdb-var-update-handler): Find values for all variable objects.
15648         (gdb-info-frames-custom): Identify frames by leading "#".
15650         * progmodes/gud.el (gud-speedbar-menu-items): Add
15651         gdb-speedbar-auto-raise as radio button.
15652         (gud-speedbar-buttons): Raise speedbar if requested.
15653         Don't match on "char **...".
15654         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
15655         Make it editable.
15657 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
15659         * info.el (Info-fontify-node): Handle the case where
15660         Info-current-file is t.
15662 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15664         * simple.el (blink-matching-open): Fix off-by-one in last change.
15666 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15668         * term/mac-win.el: Don't change default directory.
15670 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
15672         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
15673         buffers correctly.  (It used to throw an error in such buffers.)
15674         Make it ask for confirmation in group buffers and other Custom
15675         buffers containing more than one customization item.
15677 2005-11-22  John Paul Wallington  <jpw@gnu.org>
15679         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
15680         property on mail and url overlays.
15681         (goto-address-at-point): Use `posn-set-point' instead of
15682         `mouse-set-point' because the latter is not fbound when configured
15683         without X.
15685 2005-11-22  Lars Hansen  <larsh@soem.dk>
15687         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
15688         (ls-lisp-classify, ls-lisp-format): Delete call to
15689         ls-lisp-parse-symlink.
15690         (ls-lisp-handle-switches): Handle symlinks to directories as
15691         directories when ls-lisp-dirs-first in non-nil.
15693 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
15695         * startup.el (command-line): Make sure that loaddefs.el is handled
15696         correctly in load-history.
15698 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
15700         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
15701         (gdb-struct-string, gdb-array-string): New constants.
15702         (gdb-info-locals-handler): Use them.
15703         (gdb-reset): Reset gdb-var-list to nil.
15705 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15707         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
15708         in patterns.
15710 2005-11-21  Juri Linkov  <juri@jurta.org>
15712         * custom.el (defcustom): Update link types in docstring.
15714 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
15716         * custom.el (defgroup): Add doc-string-elt info.
15718         * widget.el (define-widget): Don't use declare for the doc-string-elt.
15720 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15722         * newcomment.el (comment-enter-backward): Fix last fix.
15724         * simple.el (blink-matching-open):
15725         * paren.el (show-paren-function): Allow new paren-class info.
15727 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
15729         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
15730         handled automagically.
15732 2005-11-20  Andreas Schwab  <schwab@suse.de>
15734         * descr-text.el (describe-char): When copying overlays put them
15735         over the full char description instead of just the first character
15736         of it.
15738 2005-11-20  Juri Linkov  <juri@jurta.org>
15740         * simple.el (what-cursor-position):
15741         * descr-text.el (describe-char): Use Lisp-readable syntax
15742         for octal and hex.  Reorder decimal, octal and hex values.
15743         Remove excess whitespace in the output.  Use `=' in `column='
15744         like in `point=' and `Hscroll='.
15746         * international/mule-cmds.el (encoded-string-description):
15747         Use Lisp-readable syntax for hex.
15749 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15751         * newcomment.el (comment-enter-backward): Handle the case where the
15752         comment is closed by EOB.
15754 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15756         * longlines.el (longlines-before-revert-hook)
15757         (longlines-after-revert-hook): New functions.
15758         (longlines-mode): Turn off longlines temporarily when reverting.
15759         Add a message-setup-hook.
15760         (longlines-decode-buffer): New function.
15761         (longlines-wrap-line): Preserve marker positions.
15763 2005-11-19  Andreas Schwab  <schwab@suse.de>
15765         * emacs-lisp/shadow.el: Handle compressed files.
15767 2005-11-19  Romain Francoise  <romain@orebokech.com>
15769         * net/browse-url.el (browse-url-default-browser): Signal an error
15770         if no usable browser can be found, rather than try to load w3.
15772 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
15774         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
15775         replacing existing properties.
15776         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
15777         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
15778         tty specs.
15779         (rcirc-server-prefix, rcirc-server): New faces.
15780         (rcirc-url-regexp): Generate with rx macro.
15781         (rcirc-last-server-message-time): New variable.
15782         (rcirc-filter): Record time of last message.
15783         (rcirc-keepalive): Kill processes that did not send a message
15784         since the last ping.
15785         (rcirc-mode): Give rcirc-topic a local binding here.
15787 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
15789         * subr.el (read-passwd): Fontify the prompt as we do with other
15790         prompts.
15792 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
15794         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
15795         binding buffer-read-only to nil.
15797 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
15799         * complete.el (partial-completion-mode):
15800         Mention completion-auto-help in the doc string.
15802         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
15803         more Lisp-ish way.
15805 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
15807         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
15808         digits, not 8, to avoid misalignment for files larger than 100MB.
15810 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
15812         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
15813         Mention "keyboard shortcuts" in the help text.
15815 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15817         * startup.el (fancy-splash-default-action): Discard only
15818         mouse-down and succeeding mouse-up events in the splash screen
15819         window so that drag-n-drop event can be processed.
15821 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
15823         * longlines.el (longlines-mode): Add hacks for mail-mode and
15824         message-mode.
15826 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
15828         * textmodes/org.el (org-table-sort-lines): New command.
15829         (org-tbl-menu): Add entry for `org-table-sort-lines'.
15830         (org-add-file): Command removed, use `org-agenda-file-to-front'
15831         instead.
15832         (org-export-icalendar): Use `org-icalendar-combined-name'.
15833         (org-cycle-agenda-files, org-agenda-file-to-end)
15834         (org-agenda-file-to-front): New commands.
15835         (org-table-tab-jumps-over-hlines, org-export-html-style):
15836         New options.
15837         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
15838         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
15839         New functions.
15840         (org-fill-paragraph): Call `org-table-align' in tables.
15841         (org-mode): Call `org-set-autofill-regexps'.
15842         (org-export-as-html): Support for local handformatted lists.
15843         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
15844         (org-export-local-list-max-depth): New option.
15845         (org-html-expand): Use `org-html-protect'.
15847 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
15849         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
15850         to "p".
15851         (gdb): Move definition of gud-pp to...
15853         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
15854         speedbar.
15855         (gdb-find-watch-expression): New function.
15857 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15859         * faces.el (face-attribute, set-face-attribute): Mention existence
15860         of `:ignore-defface' setting in docstring.
15862 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15864         * simple.el (completion-setup-function): Fix last change.
15866 2005-11-17  John Paul Wallington  <jpw@pobox.com>
15868         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
15869         Use `posn-set-point' instead of `mouse-set-point' because the
15870         latter is not fbound when configured without X.
15872         * comint.el (comint-insert-input): Likewise.
15874 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15876         * simple.el (hard-newline): New variable.
15877         (sendmail-user-agent-compose, next-line): Use it.
15879         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
15880         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
15881         (mail-mail-reply-to, mail-mail-followup-to)
15882         (mail-position-on-field, mail-signature, mail-yank-original)
15883         (mail-attach-file): Likewise.
15885         * mail/mailheader.el (mail-header-format)
15886         (mail-header-format-function): Likewise.
15888         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
15890 2005-11-17  Juri Linkov  <juri@jurta.org>
15892         * font-lock.el (font-lock-faces): Rename this defgroup from
15893         `font-lock-highlighting-faces'.
15894         (font-lock-comment-face, font-lock-comment-delimiter-face)
15895         (font-lock-string-face, font-lock-doc-face)
15896         (font-lock-keyword-face, font-lock-builtin-face)
15897         (font-lock-function-name-face, font-lock-variable-name-face)
15898         (font-lock-type-face, font-lock-constant-face)
15899         (font-lock-warning-face, font-lock-negation-char-face)
15900         (font-lock-preprocessor-face)
15901         (font-lock-regexp-grouping-backslash)
15902         (font-lock-regexp-grouping-construct): Rename :group from
15903         `font-lock-highlighting-faces' to `font-lock-faces'.
15905         * cus-edit.el (lisp, c, tex):
15906         * progmodes/ada-mode.el (ada):
15907         * progmodes/asm-mode.el (asm):
15908         * progmodes/cperl-mode.el (cperl-faces):
15909         * progmodes/cpp.el (cpp):
15910         * progmodes/dcl-mode.el (dcl):
15911         * progmodes/f90.el (f90):
15912         * progmodes/fortran.el (fortran):
15913         * progmodes/icon.el (icon):
15914         * progmodes/idlwave.el (idlwave-misc):
15915         * progmodes/m4-mode.el (m4):
15916         * progmodes/make-mode.el (makefile):
15917         * progmodes/meta-mode.el (meta-font):
15918         * progmodes/modula2.el (modula2):
15919         * progmodes/octave-mod.el (octave):
15920         * progmodes/pascal.el (pascal):
15921         * progmodes/perl-mode.el (perl):
15922         * progmodes/prolog.el (prolog):
15923         * progmodes/ps-mode.el (PostScript-edit):
15924         * progmodes/scheme.el (scheme):
15925         * progmodes/sh-script.el (sh-script):
15926         * progmodes/simula.el (simula):
15927         * progmodes/tcl.el (tcl):
15928         * textmodes/nroff-mode.el (nroff):
15929         * textmodes/reftex-vars.el (reftex-fontification-configurations):
15930         * textmodes/sgml-mode.el (sgml):
15931         * textmodes/texinfo.el (texinfo):
15932         Add :link (custom-group-link font-lock-faces) to defgroup.
15934         * hi-lock.el (hi-lock): Rename this defgroup from
15935         `hi-lock-interactive-text-highlighting'.  Change parent group from
15936         `faces' to `font-lock'.  Add link to the manual.
15937         (hi-lock-mode, hi-lock-file-patterns-range)
15938         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
15939         `hi-lock-interactive-text-highlighting' to `hi-lock'.
15940         (hi-lock-faces): Add :group `faces'.
15942         * cus-edit.el (custom-variable-prompt): Clarify the code.
15944         * faces.el (face-read-string): Set the default value arg of
15945         completing-read.
15947 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
15949         * rfn-eshadow.el (file-name-shadow-properties)
15950         (file-name-shadow-tty-properties, file-name-shadow-mode):
15951         Remove autoloads, because the file is now preloaded.
15953 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15955         * printing.el (easy-menu-intern): Don't define.
15956         (pr-get-symbol): Use easy-menu-intern only if defined.
15958         * simple.el (blink-matching-open): Simplify a bit.
15959         (completion-setup-function): Fix the case of partial-completion-mode
15960         when the minibuffer's contents start with "-".
15961         Obey completion-base-size-function even when
15962         minibuffer-completing-file-name is non-nil.
15964 2005-11-16  Richard M. Stallman  <rms@gnu.org>
15966         * net/eudcb-ph.el (eudc-ph-open-session):
15967         Use set-process-query-on-exit-flag.
15969         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
15971         * international/ucs-tables.el (ucs-set-table-for-input):
15972         Use make-local-variable, not make-variable-buffer-local.
15974         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
15975         Improve warning message text.
15977         * savehist.el (savehist-save-hook): Add :group.
15979         * menu-bar.el (menu-bar-help-menu):
15980         Rename Find Extra Packages to External Packages.
15982         * cus-edit.el (Custom-reset-standard): Verify that
15983         :custom-standard-value prop exists before calling it.
15985         * apropos.el (apropos-calc-scores): Use apropos-pattern.
15987 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
15989         * wid-edit.el (color): Enclose %t in %{...%}.
15991         * cus-edit.el (face): Enclose %t in %{...%}.
15993 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
15995         * savehist.el (savehist-mode-hook): Re-add the var.
15996         (savehist-mode): Use it.
15998 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16000         * textmodes/flyspell.el: Fix commenting convention.
16001         Remove unnecessary leading * in custom docstrings.
16002         (flyspell-emacs): Remove unused var.
16003         (flyspell-delete-region-overlays): Use remove-overlays.
16004         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
16005         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
16006         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
16007         (flyspell-debug-signal-word-checked): Use with-current-buffer.
16008         (make-flyspell-overlay): Don't locally reuse a global name.
16009         (flyspell-highlight-incorrect-region)
16010         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
16011         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
16012         (flyspell-notify-misspell): Remove unused args `start' and `end'.
16013         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
16014         Wrap calls to accept-process-output inside with-local-quit since it's
16015         often called from a post-command-hook.
16016         (flyspell-correct-word, flyspell-auto-correct-word):
16017         Use ispell-send-string.
16018         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
16020         * calendar/diary-lib.el (diary-list-entries): Also hide the
16021         terminating newline.
16023 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
16025         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
16026         window-system, to allow fonts on tty.
16028 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
16030         * progmodes/gud.el (gud-speedbar-item-info): New function.
16031         (gud-install-speedbar-variables): Use it to display data type
16032         of watch expression as a tooltip in speedbar.
16034 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
16036         * font-core.el (global-font-lock-mode): Add :version keyword,
16037         because default was changed.
16039         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
16041         * startup.el (command-line): Use `custom-reevaluate-setting' for
16042         `file-name-shadow-mode'.
16044         * loadup.el: Preload rfn-eshadow.
16046         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
16047         Add :version keyword.
16048         (file-name-shadow-properties, file-name-shadow-tty-properties)
16049         (file-name-shadow): Add :version keyword.
16051         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
16052         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
16053         in the custom-group property of the symbol frames and the fringe
16054         group got no link to its parent group frames.
16055         Doc fix.
16057 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16059         * progmodes/gud.el (gud-stop-subjob): New function.
16060         (gud-menu-map, gud-tool-bar-map): Use it.
16062 2005-11-16  Kim F. Storm  <storm@cua.dk>
16064         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
16065         than kill it.
16066         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
16067         to a more useful/logical place.
16069 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16071         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
16072         go buttons complementary.
16074 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16076         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
16077         (rfn-eshadow-sifn-equal): New function.
16078         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
16080 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
16082         * viper-utils.el (viper-non-word-characters-reformed-vi):
16083         Quote `-' in string.
16085         * viper.el (viper-emacs-state-mode-list): Ensure that
16086         rcirc-mode buffers come up in Emacs state.
16088         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
16089         operation.
16091 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
16093         * term.el (term-termcap-format): Fix typos.
16094         (term-down): Fix the negative argument case.
16096 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16098         * progmodes/gdb-ui.el: Remove face-alias left over from change on
16099         2005-08-15.
16100         (gdb-ann3): New command gud-go.
16101         (menu): Accomodate gdb-mi.el.
16102         (gdb-assembler-custom): Make buffer of selected window current
16103         so that set-window-point works.
16105         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
16106         buttons and include new ones.
16108 2005-11-16  Kim F. Storm  <storm@cua.dk>
16110         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
16111         (gud-menu-map): Use it.
16113 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
16115         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
16116         that works correctly for Custom and that does not override a user
16117         who disables it.
16119         * help-mode.el (help-make-xrefs, help-xref-on-pp)
16120         (help-xref-interned, help-follow): Make hyperlinks for variables
16121         that are unbound, but have a non-nil variable-documentation property.
16123         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
16124         mode hook.  (It conflicted with defcustoms for some mode hooks.)
16125         Use the `variable-documentation' property to give the mode hook a
16126         docstring and expand that docstring.
16128 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
16130         * savehist.el (savehist-mode): Don't bother with
16131         `custom-set-minor-mode'.
16132         (savehist-coding-system): Check XEmacs version.
16133         (history-length): Declare also at run time.
16134         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
16135         Don't set the customize state.
16136         (savehist-minibuffer-hook): Special case for when
16137         minibuffer-history-variable is equal to t.
16139 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16141         * files.el (write-file): Refresh VC status.
16143         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
16144         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
16145         than fundamental-mode to see if the mode was set.
16147 2005-11-14  Romain Francoise  <romain@orebokech.com>
16149         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
16150         dummy function in `eval-when-compile' to avoid compiler warning.
16151         Require `man' at compile time.
16153 2005-11-14  Jay Belanger  <belanger@truman.edu>
16155         * calc-alg.el (calcFunc-write-out-power): Rename it to
16156         calcFunc-powerexpand.
16157         (math-write-out-power): Rename it to math-powerexpand; have it
16158         handle negative exponents.
16159         (calc-writeoutpower): Rename it to calc-powerexpand.
16161         * calc-ext.el: Change calcFunc-writeoutpower and
16162         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
16163         autoloads.
16164         Add calcFunc-ldiv to autoloads.
16166         * calc-arith.el (calcFunc-ldiv): New function.
16168         * calc.el (calc-left-divide): New function.
16170 2005-11-14  Juri Linkov  <juri@jurta.org>
16172         * cus-edit.el (custom-variable-prompt): Set the default value arg
16173         of completing-read.
16175         * cus-dep.el (custom-make-dependencies): Reverse the list of
16176         found dependencies.
16178 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
16180         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
16181         Highlighting" entry, it is on by default now.
16182         (menu-bar-options-save): Do not save global-font-lock-mode.
16184 2005-11-13  Richard M. Stallman  <rms@gnu.org>
16186         * textmodes/flyspell.el (flyspell-large-region):
16187         Call flyspell-accept-buffer-local-defs.
16189 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
16191         * textmodes/flyspell.el (flyspell-notify-misspell):
16192         Fix misspelling of "Misspelling".
16193         (flyspell-process-localwords): New function.
16194         (flyspell-large-region): Call flyspell-process-localwords and
16195         flyspell-delete-region-overlays.
16196         (flyspell-delete-region-overlays): New function.
16197         (flyspell-delete-all-overlays): Call that.
16199 2005-11-13  Richard M. Stallman  <rms@gnu.org>
16201         * help.el (help-for-help-internal): Improve doc of C-h a.
16202         (describe-key): Improve prompt; doc fix.
16204 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16206         * vc-svn.el (vc-svn-registered): Catch all errors.
16208         * cus-dep.el (custom-make-dependencies): Typo.
16210 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
16212         * net/tramp-util.el (top): Fix compilation warning.
16214 2005-11-13  Kim F. Storm  <storm@cua.dk>
16216         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
16218 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
16220         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
16221         (gud-speedbar-buttons): Match on "const char *" too.
16223         * progmodes/gdb-ui.el (gdb-var-create-handler)
16224         (gdb-var-list-children-handler): Match on "const char *" too.
16225         (gdb-var-evaluate-expression-handler): Match on empty string.
16226         (gdb-var-update-handler): Only call
16227         gdb-var-evaluate-expression-handler when required.
16229 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
16231         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
16232         selected window.  This still doesn't work for speedbar.
16233         (gud-speedbar-buttons): Handle string expressions properly.
16235         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16236         (gdb-var-create-handler): Handle string expressions properly.
16237         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
16238         Handle string expressions properly.  Move "type" field into regexp.
16240 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
16242         * bookmark.el (bookmark-maybe-message): New function to reduce
16243         code duplication: invokes `message' iff baud-rate is high enough.
16244         (bookmark-write-file): Use above instead of an inline conditional.
16245         (bookmark-load): Same.
16247 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
16249         * bookmark.el (bookmark-write-file): Don't visit the destination
16250         file, just write the data to it using write-region.  This is
16251         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
16252         change to avoid visiting the file in the first place.
16254 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
16256         * hi-lock.el (hi-lock-mode): Set the default value of
16257         font-lock-defaults.
16259 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
16261         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
16262         arg to `file-attributes'.
16263         (find-lisp-format): The UID and GID can now be strings.
16265 2005-11-12  Kim F. Storm  <storm@cua.dk>
16267         * help.el (help-map): Bind C-h d to apropos-documentation.
16269         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
16270         when point is at end-of-buffer.
16272         * apropos.el (apropos-match-face): Doc fix.
16273         (apropos-sort-by-scores): Add new choice `verbose'.
16274         (apropos-documentation-sort-by-scores): New defcustom.
16275         (apropos-pattern): Now contains the pattern entered by the user.
16276         (apropos-pattern-quoted): New defvar.
16277         (apropos-regexp): New defvar, containing the regexp corresponding
16278         to apropos-pattern.
16279         (apropos-all-words-regexp): Rename from apropos-all-regexp.
16280         (apropos-read-pattern): New defun.  Use it to read pattern arg in
16281         interactive calls; returns list of words for a word list, and
16282         string for a regexp.
16283         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
16284         parses a list of words or regexp as returned by apropos-read-pattern.
16285         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
16286         (apropos-score-doc): Return a very high score if the string
16287         entered by the user matches literally.
16288         (apropos-variable): Doc fix.  Use apropos-read-pattern.
16289         (apropos-command): Doc fix.  Use apropos-read-pattern and
16290         apropos-parse-pattern.  Call apropos-print with nosubst=t.
16291         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
16292         apropos-parse-pattern.
16293         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
16294         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
16295         apropos-documentation-sort-by-scores.  Call apropos-print with
16296         nosubst=t.
16297         (apropos-documentation-internal): Pass doc string through
16298         substitute-key-definition before adding text properties.
16299         Highlight substring matching literal user input if possible.
16300         (apropos-documentation-check-doc-file): Remove locals beg and end.
16301         Fix calculation of score (as added twice).  Pass doc string through
16302         substitute-key-definition before adding text properties.
16303         (apropos-documentation-check-elc-file): Pass doc string through
16304         substitute-key-definition before adding text properties.
16305         Highlight substring matching literal user input if possible.
16306         (apropos-print): Add new arg NOSUBST; if set, command and variable
16307         doc strings have already been passed through substitute-key-definition.
16308         Add code to handle apropos-accumulator items without score element
16309         for backwards compatibility (e.g. with woman package).
16310         Only show scores if apropos-sort-by-scores is `verbose'.
16312 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16314         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
16315         Add jka-compr-load-suffixes to load-suffixes.
16317         * jka-compr.el: Require jka-cmpr-hook.
16318         (jka-compr-info-compress-message, jka-compr-info-compress-program)
16319         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
16320         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
16321         (jka-compr-info-can-append, jka-compr-info-strip-extension)
16322         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
16323         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
16324         (jka-compr-uninstall): Remove entries from
16325         jka-compr-added-to-file-coding-system-alist after they are used.
16326         (jka-compr-error): Remove unused var `curbuf'.
16327         (jka-compr-file-local-copy): Remove unused var `notfound'.
16329 2005-11-10  Romain Francoise  <romain@orebokech.com>
16331         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
16333 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
16335         * progmodes/gud.el (gud-menu-map): Move parentheses.
16336         (gdb): New command gud-pv.
16338 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16340         * tar-mode.el: Remove spurious or unnecessary leading stars
16341         in docstrings.
16342         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
16343         (tar-parse-octal-integer-safe): Use mapc.
16344         (tar-header-block-summarize): Remove unused var `ck'.
16345         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
16346         cleared before.  Obey default-enable-multibyte-characters.
16347         Use mapconcat.  Simplify setting of tar-header-offset.
16348         (tar-mode-map): Move initialization inside delcaration.
16349         (tar-flag-deleted): Use `abs'.
16350         (tar-expunge-internal): Remove unused var `line'.
16351         (tar-expunge-internal): Don't hardcode point-min==1.
16352         (tar-expunge): Widen while doing set-buffer-multibyte.
16353         (tar-rename-entry): Use file-name-coding-system.
16354         (tar-alter-one-field): Don't hardcode point-min==1.
16355         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
16356         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
16358 2005-11-10  Masatake YAMATO  <jet@gyve.org>
16360         * add-log.el (add-log-current-defun): Handle class::method
16361         notation of c++.  Fix incorrect comment.
16363 2005-11-10  Alan Mackenzie  <acm@muc.de>
16365         * help-fns.el (describe-variable): Make C-h v work when a variable
16366         has variable documentation yet is unbound.
16368 2005-11-10  Masatake YAMATO  <jet@gyve.org>
16370         * man.el (Man-highlight-references): Set an empty
16371         string to `Man-arguments' if it is nil.
16372         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
16374 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16376         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
16377         commenting conventions.
16379         * cus-dep.el (custom-make-dependencies): Simplify.
16380         Better follow the commenting conventions.
16382 2005-11-09  Richard M. Stallman  <rms@gnu.org>
16384         * apropos.el (apropos-pattern): Rename from apropos-regexp.
16385         (apropos-orig-pattern): Rename from apropos-orig-regexp.
16386         All uses changed.
16387         (apropos-rewrite-regexp): Doc fix.
16388         (apropos-variable, apropos-command, apropos, apropos-value):
16389         Change prompt; carry through the argument renaming.
16391 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
16393         * find-lisp.el: Require dired.
16394         (find-lisp-find-dired-internal): Do not call
16395         `abbreviate-file-name' on DIR.
16397 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
16399         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
16401 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
16403         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
16404         when using the speedbar.
16405         (gdb): New command gud-pp.
16406         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
16408 2005-11-09  Juri Linkov  <juri@jurta.org>
16410         * replace.el (occur-excluded-properties): New defcustom.
16411         (occur-1, occur-engine, occur-accumulate-lines): Use it.
16413 2005-11-08  Jay Belanger  <belanger@truman.edu>
16415         * calc/calc-units.el (math-convert-units): Replace any composite
16416         unit by its definition.
16418 2005-11-08  Lars Hansen  <larsh@soem.dk>
16420         * emacs-lisp/autoload.el (update-directory-autoloads):
16421         Add obsolete function alias.
16423 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16425         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16426         comment-indent-function.
16427         (lisp-comment-indent): Replace by an alias for comment-indent-default.
16429         * reveal.el (reveal-post-command): Rework the handling of
16430         reveal-open-spots, so as to be more reliable.  There were several
16431         tricky corner cases where an open spot might be lost, or where
16432         a closed spot might end up on the list of open spots.
16433         Only reveal text that's ellipsised.
16435 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
16437         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
16439 2005-11-07  John Paul Wallington  <jpw@gnu.org>
16441         * ibuffer.el (ibuffer): Search iconified frames too when
16442         getting Ibuffer buffer's window.
16444 2005-11-06  Richard M. Stallman  <rms@gnu.org>
16446         * progmodes/compile.el (compilation-internal-error-properties):
16447         save-excursion around the computation of MARKER.
16449 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
16451         * textmodes/flyspell.el (flyspell-external-point-words):
16452         flyspell-get-word returns a list, not just a string.
16454 2005-11-06  John Paul Wallington  <jpw@pobox.com>
16456         * ibuffer.el (ibuffer): Search all visible frames when getting
16457         Ibuffer buffer's window.
16459 2005-11-07  Masatake YAMATO  <jet@gyve.org>
16461         * man.el (Man-reference-regexp): Accept spaces between
16462         `Man-name-regexp' and `Man-section-regexp'.
16463         (Man-apropos-regexp): New variable.
16464         (Man-abstract-xref-man-page): Use value for `Man-target-string'
16465         if available.
16466         (Man-highlight-references, Man-highlight-references0):
16467         Handle the case when `Man-arguments' includes "-k".
16468         (Man-highlight-references0): Rename the argument `TARGET-POS' to
16469         `TARGET'. `TARGET' can be a number, function or nil.
16471 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
16473         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
16474         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
16475         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
16476         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
16477         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
16478         (gdb-send-item): Use buffer-local-value and simplify.
16480 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
16482         * startup.el (command-line): Use `custom-reevaluate-setting' for
16483         `global-font-lock-mode'.
16485         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
16486         by default, except in batch mode or when the -D option is given.
16488         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
16489         specified keyword args on to `define-minor-mode'.  Update docstring.
16491 2005-11-05  Romain Francoise  <romain@orebokech.com>
16493         * replace.el (occur-engine): Add marker at end of line, too.
16495 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
16497         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16498         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16499         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16500         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16501         argument to all these routines, so the passphrase can be managed
16502         externally and passed in to the system.
16503         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16504         pgg-add-passphrase-to-cache function.
16506         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16507         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
16508         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
16509         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
16510         argument to all these routines, so the passphrase can be managed
16511         externally and passed in to the system.
16512         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
16513         function.
16515 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
16517         * font-lock.el: Don't deal with font-lock-face-attributes here,
16518         move the code ...
16520         * startup.el (command-line): ... here.  Use face-spec-set instead
16521         of custom-declare-face.
16523         * faces.el (face-spec-set): Reset the face if spec is not nil.
16525 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16527         * newcomment.el (comment-region-internal): Box more tightly in the
16528         common case where there's no TAB in the boxed text.
16530 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16532         * info.el (info-tool-bar-map): Use images prev-node, next-node and
16533         up-node.
16535 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
16537         * newsticker.el: Commentary updated.  Code formatting changed.
16538         (newsticker-version): Change to "1.9".
16539         (newsticker, newsticker-feed): Doc fix.
16540         (newsticker-url-list): Doc fix.  Add option "Weekly".
16541         (newsticker-retrieval-interval): Add option "Weekly".
16542         (newsticker-headline-processing): Doc fix.
16543         (newsticker-auto-mark-filter): Remove.
16544         (newsticker-auto-mark-filter-list): New.
16545         (newsticker-layout, newsticker-sort-method): Doc fix.
16546         (newsticker-hide-old-items-in-newsticker-buffer)
16547         (newsticker-heading-format, newsticker-item-format)
16548         (newsticker-desc-format): Doc fix.
16549         (newsticker-show-all-rss-elements): Remove.
16550         (newsticker-show-all-news-elements): New.
16551         (newsticker-faces, newsticker-ticker): Doc fix.
16552         (remove-from-invisibility-spec): Code formatting.
16553         (newsticker--process-ids): New.
16554         (newsticker-mode): Doc fix.
16555         (newsticker-mode): Change mode-line-format.
16556         (newsticker-start): Remove debug output.
16557         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
16558         (newsticker-w3m-show-inline-images): Code formatting.
16559         (newsticker-next-item): Call `force-mode-line-update'.
16560         (newsticker-previous-item): Call `force-mode-line-update'.
16561         (newsticker-next-feed): Call `force-mode-line-update'.
16562         (newsticker-previous-feed): Call `force-mode-line-update'.
16563         (newsticker-mark-all-items-at-point-as-read): Code formatting.
16564         (newsticker-show-old-items): Do not show descs.
16565         (newsticker-hide-entry): Hide too much.
16566         (newsticker-hide-entry, newsticker-show-entry)
16567         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
16568         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
16569         (newsticker-toggle-auto-narrow-to-item): Code formatting.
16570         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
16571         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
16572         (newsticker-get-news): Call `force-mode-line-update'.
16573         Collect process ids.
16574         (newsticker--sentinel): Change coding system handling.
16575         Move image retrieval to new functions newsticker--get-logo-url-*.
16576         Move feed parsing to new functions newsticker--parse-*.
16577         Update list of process ids.
16578         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
16579         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
16580         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
16581         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
16582         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16583         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
16584         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
16585         (newsticker--decode-coding-string): Remove.
16586         (newsticker--decode-numeric-entities): Check input.  Format code.
16587         (newsticker--remove-whitespace): Check input.
16588         (newsticker--do-forget-preformatted): Doc fix.
16589         (newsticker--decode-rfc822-date): Allow for missing time.
16590         (newsticker--update-process-ids): New.
16591         (newsticker--image-sentinel): Change comment.
16592         (newsticker--image-read): Change error message.
16593         (newsticker--imenu-goto): Doc fix.  Show headline title.
16594         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
16595         (newsticker--buffer-do-insert-text): Clean whitespace in
16596         html-rendered headline title.  Code formatting.
16597         Call `newsticker--buffer-print-extra-elements'.
16598         (newsticker--buffer-print-extra-element): Remove.
16599         (newsticker--buffer-print-extra-elements): New.
16600         (newsticker--buffer-do-print-extra-element): New.
16601         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
16602         large sizes.
16603         (newsticker--run-auto-mark-filter)
16604         (newsticker--do-run-auto-mark-filter):
16605         Use `newsticker-auto-mark-filter-list'.
16607 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
16609         * net/rcirc.el: Use split-string OMIT-NULLS argument.
16610         (rcirc-print): Force redisplay before running hooks.  Do long
16611         buffer truncation after making new text read-only.  Deal with nil
16612         text when decoding strings.  If TARGET is nil, use either the
16613         currently selected buffer, if it is an rcirc buffer and of the
16614         same process or the process buffer.
16615         (rcirc-mode): Remove header-line.  Recompute short buffer names.
16616         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
16617         (rcirc-short-buffer-name): Add variable.
16618         (rcirc-kill-buffer-hook): Recompute short buffer names.
16619         Remove nick from private channel.
16620         (rcirc-send-input): Send command text to current-buffer.
16621         Don't clear overlay arrow here.
16622         (rcirc-short-buffer-name): Return a short buffer name.
16623         (rcirc-update-short-buffer-names, rcirc-abbreviate)
16624         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
16625         buffer-name abbreviations.
16626         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
16627         Do not touch nick-table when killing a parted channel.
16628         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
16629         Clear arrow from current buffer if it is now hidden.
16630         (rcirc-current-buffer): Add variable.
16631         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
16632         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
16633         Remove -face from names.
16634         (rcirc-update-activity-string): Print "DND" when globally ignoring
16635         activity.
16636         (rcirc-ignore-buffer-activity-flag): Rename from
16637         rcirc-ignore-channel-activity.
16638         (rcirc-ignore-all-activity-flag): Doc fix.
16639         (rcirc-channels): Remove variable.
16640         (rcirc-kill-buffer-hook):
16641         (rcirc-get-buffer-create): Add nick to private channel.
16642         (rcirc-multiline-edit-submit): Remove tabs.
16643         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
16644         folded.
16645         (rcirc-remove-nick-channel): Bug fix.
16646         (rcirc-toggle-ignore-buffer-activity): Rename from
16647         rcirc-toggle-ignore-channel-activity.
16648         (rcirc-record-activity): Add buffers to the front of the list.
16649         (rcirc-update-activity): Remove killed buffers from list.
16650         (rcirc-process-server-response-1): Remove last argument if it is
16651         null before calling handler.
16652         (rcirc): Add "rcirc" defcustom prefix.
16653         (rcirc-prompt): Simplify default prompt.
16654         Use custom-initialize-default.
16655         (rcirc-private-chats): Remove variable.
16656         (rcirc-prompt): Change initialization.
16657         (rcirc-version): Remove function.
16658         (rcirc-id-string): Add constant.
16659         (rcirc-last-buffer): Remove variable.
16660         (rcirc-buffer-alist): Add variable.
16661         (rcirc-connect): Update variable setup.
16662         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
16663         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
16664         default.
16665         (rcirc-handler-generic): Trigger activity.
16666         (rcirc-send-message): Create the buffor of the target.
16667         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
16668         (rcirc-get-buffer): Just return nil if there is no matching buffer.
16669         (rcirc-multiline-edit-cancel): Remove function.
16670         (rcirc-set-last-buffer): Remove function.
16671         (rcirc-get-any-buffer): Add function.
16672         (rcirc-join-channels): Don't print /join text.
16673         (rcirc-toggle-ignore-channel-activity): Add and update echo area
16674         messages.
16675         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
16676         (rcirc-handler-NOTICE): Recognize CTCP responses.
16677         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
16678         constructing TOPIC string for buffers we are not JOINed.
16679         (rcirc-handler-CTCP-response): Add handler.
16680         (rcirc-multiline-edit-submit): Restore the window-configuration
16681         before adjusting point.
16682         (rcirc): Add customization group.
16683         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
16684         (rcirc-user-full-name, rcirc-startup-channels-alist)
16685         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
16686         (rcirc-ignore-all-activity-flag, rcirc-time-format)
16687         (rcirc-input-ring-size, rcirc-read-only-flag)
16688         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
16689         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
16690         Change defvar to defcustom.
16691         (rcirc-update-prompt): Add optional ALL arg, which will update
16692         prompts in all rcirc buffers.  Regexp quote replacement text.
16693         (rcirc-fill-column): Accept frame-width as a value.
16694         (rcirc-set-changed): Add function.
16695         (rcirc-next-active-buffer): Write more meaningful messages.
16696         (rcirc-faces): Add customization group.
16697         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
16698         (rcirc-nick-in-message-face, rcirc-prompt-face)
16699         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
16700         (with-rcirc-process-buffer): Move before first usage.
16701         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
16702         (rcirc-debug-flag): Rename from `rcirc-log-p'.
16703         (rcirc-debug): Rename from `rcirc-log'.
16704         (rcirc-format-response-string): Do not print `-' chars for a
16705         NOTICE with no sender.  Simplify output of server responses.
16707 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
16709         (rcirc-browse-url-map, rcirc-browse-url-at-point)
16710         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
16711         Make urls mouse and RET clickable.
16713 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
16715         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
16717 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
16719         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16720         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16721         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16722         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16723         argument to all these routines, so the passphrase can be managed
16724         externally and passed in to the system.
16725         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16726         pgg-add-passphrase-to-cache function.
16728         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16729         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
16730         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
16731         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
16732         argument to all these routines, so the passphrase can be managed
16733         externally and passed in to the system.
16734         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
16735         function.
16737 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
16739         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
16740         from goto-address-url-regexp.
16742 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
16744         * textmodes/org.el (org-read-date, org-goto-calendar)
16745         (org-recenter-calendar, org-agenda-goto-calendar):
16746         Temporarily clear `calendar-move-hook'.
16748 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
16750         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
16751         merging.
16753         * ediff-util.el (ediff-previous-difference): Don't skip regions that
16754         have merge clashes.
16756 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16758         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16759         Undo previous change.
16761         * startup.el (command-line): Use `custom-reevaluate-setting' for
16762         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
16763         tty-register-default-colors on Mac.
16765 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
16767         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
16768         (gdb-buffer-type): Make it automatically buffer local...
16769         (gdb-get-create-buffer): ...and set it accordingly.
16770         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
16771         actually work.
16773 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
16775         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
16776         not red.
16778 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
16780         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
16781         case GUD buffer is not visible.
16782         (gdb-goto-breakpoint): Try to force display in source buffer.
16783         (gdb-frame-gdb-buffer): Copy other similar functions.
16784         (gdb-restore-windows): Don't display source if not asked for.
16785         (gdb-assembler-buffer-name): Don't capitalise.
16787 2005-11-03  Richard M. Stallman  <rms@gnu.org>
16789         * wid-edit.el (key-sequence): New widget type.
16791         * simple.el (set-mark-command-repeat-pop): New variable.
16792         (set-mark-command): Only interpret plan C-@ after a pop as a pop
16793         if set-mark-command-repeat-pop is true.
16795         * info.el (Info-fontify-node): Don't display extra "see" if there
16796         already is one here.
16798         * mouse.el: Fix special handling of DEL after dragging a region:
16799         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
16800         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
16802         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
16804         * textmodes/ispell.el (ispell-command-loop): Change `i' description
16805         not to assume it pertains to an affix.
16807         * textmodes/flyspell.el (flyspell-post-command-hook):
16808         Bind deactivate-mark to prevent deactivation.
16810 2005-11-03  Lars Hansen  <larsh@soem.dk>
16812         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
16813         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
16814         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
16816 2005-11-03  Romain Francoise  <romain@orebokech.com>
16818         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
16819         Update copyright years.
16821 2005-11-03  Sam Steingold  <sds@gnu.org>
16823         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16824         Use system-type instead of window-system because window-system is not
16825         correctly defined during loadup.
16827 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
16829         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
16830         (xml-parse-tag): Join strings separated by a comment properly.
16832 2005-11-02  Andreas Schwab  <schwab@suse.de>
16834         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
16836 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16838         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
16839         (byte-optimize-pure-func): Quote the eval'd value.
16841         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
16842         Rename from perl-font-lock-syntactic-face-function.
16843         Change the calling convention so it can be used as a font-lock MATCHER.
16844         Do the parse-partial-sexp loop outselves.
16845         (perl-font-lock-syntactic-keywords): Use it.
16846         (perl-mode): Don't set font-lock-syntactic-face-function any more.
16848 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
16850         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
16851         disassembly buffer too.
16852         (gdb-exited): Remove overlay arrows when execution has finished.
16853         (gdb-info-frames-custom, gdb-info-threads-custom)
16854         (gdb-info-registers-custom): Don't add inappropriate text
16855         properties if inferior is not active.
16857 2005-11-02  Glenn Morris  <rgm@gnu.org>
16859         * progmodes/fortran.el (fortran-blink-match):
16860         Use `blink-matching-delay'.
16862 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
16864         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
16866 2005-11-02  Lars Hansen  <larsh@soem.dk>
16868         * net/tramp.el (tramp-action-out-of-band): Handle scp message
16869         "Permission denied".
16871 2005-11-01  Richard M. Stallman  <rms@gnu.org>
16873         * textmodes/flyspell.el (flyspell-external-point-words):
16874         Pass nil to flyspell-get-word.
16876 2005-11-02  Kim F. Storm  <storm@cua.dk>
16878         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
16879         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
16881 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16883         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
16884         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
16885         (calendar-mouse-print-dates): Add optional `event' argument.
16886         Update interactive-spec.
16887         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
16888         Use `calendar-event-to-date' instead of `event'.
16890 2005-11-02  Masatake YAMATO  <jet@gyve.org>
16892         * progmodes/ld-script.el (ld-script-builtins):
16893         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
16894         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
16895         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
16897 2005-11-01  Romain Francoise  <romain@orebokech.com>
16899         * vc-sccs.el: Update copyright year.
16900         * ezimage.el: Likewise.
16902 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
16904         * info.el (Info-fontify-node): Use `string-width' for fontifying
16905         underlined titles.
16907 2005-11-01  Juri Linkov  <juri@jurta.org>
16909         * info.el (Info-fontify-node): Downcase node header keywords Node,
16910         Prev, Next, Up before comparison.
16911         (Info-history): Insert absolute directory name, and put invisible
16912         property on it.
16914 2005-11-01  Juri Linkov  <juri@jurta.org>
16916         * info.el (Info-file-supports-index-cookies): New variable.
16917         (Info-find-node-2): Check makeinfo version for index cookie support.
16918         (Info-index-nodes): Search for nodes with index cookies only when
16919         Info-file-supports-index-cookies is t.  Otherwise, search nodes
16920         with "Index" in the node name.
16921         (Info-index-node): Search index cookie in the current node only when
16922         Info-file-supports-index-cookies is t.  Otherwise, check the word
16923         "Index" in the node name.
16924         (Info-find-emacs-command-nodes): Remove code that searches nodes
16925         with "Index" node name in the top menu.
16927 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16929         * progmodes/scheme.el (scheme-mode-variables): Use the default
16930         comment-indent-function.
16932         * faces.el (face-attribute): Handle the case where a face inherits from
16933         a non-existent face.
16935         * simple.el (eval-expression-print-format): Use lisp-readable syntax
16936         for octal and hexa output, and merge the char into the paren.
16937         (kill-new): Use push.
16938         (copy-to-buffer): Use with-current-buffer.
16939         (completion-setup-function): Move code in loop to remove redundancy.
16940         (minibuffer-local-must-match-map): Don't add bindings that duplicate
16941         those inherited from minibuffer-local-completion-map.
16943         * savehist.el (savehist-mode) <defcustom>:
16944         Use custom-set-minor-mode if available.
16945         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
16946         and emit a message if applicable.
16948 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
16950         * savehist.el: Sync up to version 19.
16951         (savehist-mode): New minor mode.
16952         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
16953         (savehist-length): Remove (use history-length instead).
16954         (savehist-file-modes): Rename from savehist-modes.
16955         (savehist-save-hook, savehist-loaded): New vars.
16956         (savehist-load): Use savehist-mode.  Try to smooth up transition from
16957         old format to new format.
16958         (savehist-install): Allow savehist-autosave-interval to be nil.
16959         (savehist-save): Run the new hook.  Be more careful to only trim the
16960         history variables.
16961         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
16962         (savehist-printable): Print into a buffer rather than char-by-char.
16964 2005-11-01  John Wiegley  <johnw@newartisans.com>
16966         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
16967         toggle-ignore keybinding (C-a).  The author said it had been
16968         disabled much earlier due to a possible incompatibility, but after
16969         many months of usage I have encountered no problems (and it is a
16970         rather useful option, especially for switching to " *temp*").
16972         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
16973         support for OS/X's AddressBook, by calling out to the open source
16974         program "contacts" (installable through Fink).
16976         * net/eudc.el (eudc-expand-inline): If the
16977         `eudc-multiple-match-handling-method' is set to `all', delete the
16978         query string before inserting the query result.
16980         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
16981         flag, to prevent Eshell from using the system ls when
16982         `eshell-ls-insert-directory' is in used.
16983         (eshell-ls-insert-directory): Disable font-lock in directory
16984         buffer so that Eshell's own fontification is seen.  This broke
16985         recently due to changes in font-lock, so this goes back to version
16986         21 behavior.
16988 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
16990         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
16991         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
16992         (gdb-many-windows): Doc fix.
16994 2005-10-31  Romain Francoise  <romain@orebokech.com>
16996         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
16998 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
17000         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
17001         that global-font-lock-mode can be enabled by default.
17003         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
17004         (font-lock-add-keywords, font-lock-remove-keywords)
17005         (font-lock-fontify-buffer): Remove autoload cookies.
17007         * jit-lock.el (jit-lock-register): Likewise.
17009         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
17011 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
17013         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
17014         intact if there is no gud-comint-buffer.
17016 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
17018         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
17019         old prompt comint-prompt-read-only is t and GDB commands are
17020         issued from tool bar etc.
17022 2005-10-31  Masatake YAMATO  <jet@gyve.org>
17024         * vc.el (vc-directory-exclusion-list): Add "{arch}".
17026 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17028         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
17029         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
17031 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
17033         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
17034         starting at beginning of line.  Fontification is messed up when
17035         `open-paren-in-column-0-is-defun-start' set to t.
17036         Reported by John Paul Wallington <jpw@pobox.com>.
17038 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
17040         * comint.el (comint-send-input): Call `comint-update-fence' when
17041         `comint-process-echoes' and `comint-prompt-read-only' are both
17042         non-nil, to avoid leftover read-only newline.
17044 2005-10-30  Richard M. Stallman  <rms@gnu.org>
17046         * textmodes/flyspell.el (flyspell-external-point-words):
17047         Detect when WORD can't be checked properly because
17048         flyspell-get-word finds just part of it, and move on.
17050         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
17051         boundarychar for Polish.
17052         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
17053         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
17055 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
17057         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
17058         (gdb-registers-font-lock-keywords): Delete.
17059         (gdb-registers-mode): Don't fontify.
17060         (gdb-info-registers-custom): Use text properties instead as, in
17061         future, changed register values will use font-lock-warning-face.
17062         (gdb-local-font-lock-keywords): Rename to...
17063         (gdb-locals-font-lock-keywords): ...for consistency.
17065 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
17067         * vc.el (vc-switch-backend): Better error message if the buffer is
17068         not visiting a file under version control.
17070         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
17072 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
17074         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
17075         ~/.emacs.d/.emacs.
17077 2005-10-29  Richard M. Stallman  <rms@gnu.org>
17079         * replace.el (occur-mode-mouse-goto): Always go to other window.
17080         (occur-mode-goto-occurrence): Always switch in same window.
17082         * simple.el (undo): Display message at end, not at start.
17084         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
17085         New arg REUSE-CELL.
17086         (cancel-timer-internal): New function.
17087         (timer-event-handler): Use cancel-timer-internal,
17088         and pass the cell it returns to timer-activate...
17090         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
17091         (jit-lock-deferred-fontify, jit-lock-context-fontify)
17092         (jit-lock-after-change): Test memory-full.
17094 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
17096         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17097         part of the decoded armor to find the key-identifier.
17098         (pgg-gpg-lookup-key-owner): New function to return the
17099         human-readable identifier of a key owner.
17100         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
17101         key itself.
17102         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17103         the key value) if we have a key and can match it against a secret
17104         key.  Also, added a note pointing out fact that the prompt only
17105         indicates the first matching key.
17107         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
17108         pgg-decrypt-region.
17109         (pgg-pending-timers): A new hash for tracking the passphrase cache
17110         timers, so that new ones supercede old ones.
17111         (pgg-add-passphrase-to-cache): Rename from
17112         `pgg-add-passphrase-cache' to reduce confusion (all callers
17113         changed).  Modified to cancel old timers when new ones are added.
17114         (pgg-remove-passphrase-from-cache): Rename from
17115         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17116         changed).  Modified to cancel old timers when their keys are
17117         removed from the cache.
17118         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
17119         XEmacs, an indirection to delete-itimer.
17120         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
17121         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
17122         users can only check cache without risk of prompting.  Correct bug in
17123         notruncate behavior.
17124         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
17125         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
17126         Add informative docstrings.
17127         (pgg-decrypt): Convey provided passphrase in subordinate call to
17128         pgg-decrypt-region.
17130         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17131         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17132         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17133         `passphrase' argument, so the passphrase can be managed externally
17134         and then passed in to the system.
17136         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17137         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
17138         so the passphrase cache can be used reliably with identifiers
17139         besides a pgp packet's key id.
17141         * pgg-gpg.el (pgg-pgp-encrypt-region)
17142         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17143         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17144         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17145         argument to all these routines, so the passphrase can be managed
17146         externally and passed in to the system.
17148         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17149         `notruncate' argument, so the passphrase cache can be used
17150         reliably with identifiers besides a pgp packet's key id.
17152 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
17154         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17155         symmetric encryption.
17156         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17157         encrypted session key.
17158         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17159         message ask for the passphrase in a proper way.
17161         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17162         New user commands for symmetric encryption.
17164 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
17166         * textmodes/conf-mode.el (conf-assignment-sign)
17167         (conf-assignment-regexp): Fix docstrings.
17168         (conf-mode-initialize): New function.
17169         (conf-mode): Remove optional args.  Use delay-mode-hooks to
17170         recognize recursive calls.
17171         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
17172         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
17173         (conf-xdefaults-mode): Use define-derived-mode and
17174         conf-mode-initialize.
17176 2005-10-29  Romain Francoise  <romain@orebokech.com>
17178         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
17180 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
17182         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17183         part of the decoded armor to find the key-identifier.
17184         (pgg-gpg-lookup-key-owner): New function to return the
17185         human-readable identifier of a key owner.
17186         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
17187         key itself.
17188         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17189         the key value) if we have a key and can match it against a secret
17190         key.  Also, added a note pointing out fact that the prompt only
17191         indicates the first matching key.
17193         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
17194         pgg-decrypt-region.
17195         (pgg-pending-timers): A new hash for tracking the passphrase cache
17196         timers, so that new ones supercede old ones.
17197         (pgg-add-passphrase-to-cache): Rename from
17198         `pgg-add-passphrase-cache' to reduce confusion (all callers
17199         changed).  Modified to cancel old timers when new ones are added.
17200         (pgg-remove-passphrase-from-cache): Rename from
17201         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17202         changed).  Modified to cancel old timers when their keys are
17203         removed from the cache.
17204         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
17205         XEmacs, an indirection to delete-itimer.
17206         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
17207         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
17208         users can only check cache without risk of prompting.  Correct bug in
17209         notruncate behavior.
17210         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
17211         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
17212         Add informative docstrings.
17213         (pgg-decrypt): Convey provided passphrase in subordinate call to
17214         pgg-decrypt-region.
17216 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17218         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17219         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17220         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17221         `passphrase' argument, so the passphrase can be managed externally
17222         and then passed in to the system.
17224         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17225         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
17226         so the passphrase cache can be used reliably with identifiers
17227         besides a pgp packet's key id.
17229         * pgg-gpg.el (pgg-pgp-encrypt-region)
17230         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17231         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17232         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17233         argument to all these routines, so the passphrase can be managed
17234         externally and passed in to the system.
17236         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17237         `notruncate' argument, so the passphrase cache can be used
17238         reliably with identifiers besides a pgp packet's key id.
17240 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
17242         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17243         symmetric encryption.
17244         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17245         encrypted session key.
17246         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17247         message ask for the passphrase in a proper way.
17249         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17250         New user commands for symmetric encryption.
17252 2005-10-28  Bill Wohler  <wohler@newt.com>
17254         * help-mode.el (help-url): New button type.  Calls browse-url.
17255         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
17256         Similar to Info nodes: URL `url'.
17257         (help-make-xrefs): Create help-url buttons for
17258         help-xref-url-regexp matches.
17260 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
17262         * tool-bar.el (tool-bar-add-item-from-menu)
17263         (tool-bar-local-item-from-menu): Fix doc strings.
17265 2005-10-28  Romain Francoise  <romain@orebokech.com>
17267         * ldefs-boot.el: Update.
17269         * subr.el (locate-library): Move from help-fns.el.
17270         * help-fns.el (locate-library): Move to subr.el.
17272 2005-10-28  Richard M. Stallman  <rms@gnu.org>
17274         * net/tramp.el (tramp-completion-mode): defvar moved up.
17276         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
17278         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
17280         * files.el (find-file-noselect): Use %d to format large file size.
17282         * bindings.el (mode-line-format): Add %e.
17284         * loadup.el ("facemenu"): Load unconditionally.
17285         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
17286         ("x-dnd"): Load, when appropriate.
17288         * startup.el (command-line): Call before-init-hook earlier.
17289         Warn about some bad characters in -u user name.
17291         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
17292         (flyspell-external-point-words): Error if misspelled word is not found.
17293         Set flyspell-large-region-beg at end of word.
17295 2005-10-28  Andreas Schwab  <schwab@suse.de>
17297         * view.el (View-revert-buffer-scroll-page-forward):
17298         Use view-page-size-default.
17300 2005-10-28  Juri Linkov  <juri@jurta.org>
17302         * international/quail.el (quail-get-current-str): Translate last
17303         raw character for deterministic input methods.
17305 2005-10-27  Jay Belanger  <belanger@truman.edu>
17307         * calc/calc-ext.el: Add functions to autoloads.
17308         (math-identity-matrix-p, math-ident-row-p): New functions.
17310         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
17311         multiplication by an identity matrix; don't turn multiplication by
17312         an inverse matrix into division.
17313         (math-div-symbol-fancy): Replace division by matrices with
17314         multiplication by inverse.
17316         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
17318         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
17319         (calc-writeoutpower): New functions.
17321 2005-10-27  Romain Francoise  <romain@orebokech.com>
17323         * replace.el (occur-engine): Include colon in mouse-face highlight.
17325         * dired-x.el: Change Maintainer field.
17327 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
17329         * longlines.el (longlines-mode): Bind after-change-functions to
17330         nil during initial decoding and final encoding.
17332 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
17334         * term.el (term-emulate-terminal, term-handle-colors-array)
17335         (term-handle-ansi-escape): Specify the terminfo capabilities
17336         implemented.
17338 2005-10-26  Richard M. Stallman  <rms@gnu.org>
17340         * info.el (Info-fontify-node): Fix detection of sentence-break
17341         before *Note.
17343 2005-10-26  Romain Francoise  <romain@orebokech.com>
17345         * smerge-mode.el: Add `tools' to file keywords.
17347 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
17349         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
17350         when the fringe is not available.
17352         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
17353         (def-gdb-auto-update-trigger): Simplify construction.
17354         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
17355         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
17356         defined explicitly.
17357         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
17358         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
17359         defined explicitly.
17360         (gdb-info-locals-custom): Remove as it's a no-op.
17362 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
17364         * longlines.el (longlines-mode): Remove narrowing before
17365         performing the initial decoding or final encoding.
17367 2005-10-25  Romain Francoise  <romain@orebokech.com>
17369         * emacs-lisp/find-func.el (find-library-name): Also strip
17370         extension if library name ends in .el, to take advantage of
17371         `find-library-suffixes'.
17373 2005-10-25  Richard M. Stallman  <rms@gnu.org>
17375         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
17377 2005-10-25  Juri Linkov  <juri@jurta.org>
17379         * textmodes/texinfo.el (texinfo-mode): Change charset of one
17380         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
17382 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17384         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
17385         (blackbox-redefine-key): Add argument `map'.
17387         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
17388         regions when moving the jit-lock-context-unfontify-pos boundary.
17390 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17392         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
17394 2005-10-25  Masatake YAMATO  <jet@gyve.org>
17396         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
17398 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
17400         * play/blackbox.el (blackbox-redefine-key): New function.
17401         (blackbox-mode-map): Use it to remap existing bindings for cursor
17402         motion instead of binding literal keys.
17404 2005-10-25  Glenn Morris  <rgm@gnu.org>
17406         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
17407         diary does not end in a newline.  Do not assume a blank line at
17408         the start of the diary file.
17410 2005-10-25  Kenichi Handa  <handa@m17n.org>
17412         * international/quail.el (quail-translate-key): If the input
17413         method is deterministic and failed to handle the last key, restart
17414         the key handling loop from an appropriate key.
17416 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
17418         * vc.el (vc-dired-mode): Extend comment for binding of
17419         `directory-listing-before-filename-regexp'.
17421 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17423         * textmodes/texinfo.el (texinfo-mode):
17424         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
17425         not to unnecessarily expose emacs-mule's internal char codes.
17427 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
17429         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
17430         Display hand pointer and help-echo on disabled icon too.
17431         (gdb-mouse-until): New function.
17432         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
17434 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
17436         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
17437         with 2005-10-23 change to doctor.el.
17439         * finder.el (finder-mode-map): Add follow-link binding.
17441 2005-10-25  Kim F. Storm  <storm@cua.dk>
17443         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
17444         to gdb-mouse-toggle-breakpoint-fringe.
17445         (gdb-mouse-toggle-breakpoint-margin): Rename from
17446         gdb-mouse-toggle-breakpoint.  Fix doc.
17447         (gdb-mouse-toggle-breakpoint-fringe): New defun.
17448         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
17449         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
17450         string properties also for fringe breakpoint bitmaps.
17452 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
17454         * textmodes/org.el (org-start-icalendar-file): Fix format form.
17456 2005-10-25  Masatake YAMATO  <jet@gyve.org>
17458         * simple.el (completion-common-substring):
17459         Use `completion-common-substring' prior to `completion-base-size'.
17461 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
17463         * savehist.el: Require CL while compiling.
17464         (savehist-history-variables): Remove.
17465         (savehist-save-minibuffer-history, savehist-additional-variables)
17466         (savehist-minibuffer-history-variables): New vars.
17467         (savehist-save): Use them.
17468         (savehist-uninstall, savehist-minibuffer-hook): New funs.
17469         (savehist-install): New fun, extracted from savehist-load.
17470         (savehist-load): Use them.
17472 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17474         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
17475         a dummy doc-string-elt property.
17476         (defalias, defvaralias, define-category): Add a docstring property.
17478         * image.el (defimage):
17479         * widget.el (define-widget):
17480         * custom.el (defface, defcustom): Add `doc-string' declaration.
17482         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
17483         (defadvice): Add `doc-string' declaration.
17485         * emacs-lisp/byte-run.el (macro-declaration-function):
17486         Handle `doc-string' declarations.
17487         (define-obsolete-function-alias, define-obsolete-variable-alias):
17488         Add `doc-string' declaration.
17490 2005-10-24  Kenichi Handa  <handa@m17n.org>
17492         * international/utf-7.el (utf-7): Add autoload cookie.
17494         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
17496 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
17498         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
17499         list of directories passed to batch-update-autoloads.  Add "." to
17500         the list of the echoed directories.
17502         * pgg-def.el:
17503         * pgg-gpg.el:
17504         * pgg-parse.el:
17505         * pgg-pgp.el:
17506         * pgg-pgp5.el:
17507         * pgg.el: Moved here from the gnus subdirectory.
17509 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
17511         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
17512         in case comint-prompt-read-only is set to t.
17514         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
17515         in case comint-prompt-read-only is set to t.
17517 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
17519         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
17520         Now a string.
17521         (icalendar-import-format): Handle CLASS, STATUS, URL.
17522         Rename `subject' to `summary'.
17523         (icalendar-import-format-summary): Rename from
17524         `icalendar-import-format-subject'.
17525         (icalendar-import-format-url, icalendar-import-format-status)
17526         (icalendar-import-format-class): New variables.
17527         (icalendar--rris): Take variable argument list.
17528         (icalendar--datestring-to-isodate): Remove unnecessary
17529         calendar-style check when converting dates with explicit month names.
17530         (icalendar-export-region): Change return type of conversion
17531         subroutines.  Bury current buffer unless error occurred.
17532         (icalendar--convert-to-ical)
17533         (icalendar--parse-summary-and-rest): New functions.
17534         (icalendar--convert-ordinary-to-ical)
17535         (icalendar--convert-weekly-to-ical)
17536         (icalendar--convert-yearly-to-ical)
17537         (icalendar--convert-block-to-ical)
17538         (icalendar--convert-cyclic-to-ical)
17539         (icalendar--convert-anniversary-to-ical): Change return type.
17540         Strip trailing blanks from subject.
17541         (icalendar--convert-sexp-to-ical): Change return type.
17542         Strip trailing blanks from subject.  Handle simple sexp
17543         entries as generated by icalendar.el.
17544         (icalendar--convert-float-to-ical)
17545         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
17546         (icalendar-import-file): Doc fix.
17547         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
17548         Correct call to icalendar--rris.
17549         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
17550         `summary'.
17551         (icalendar--add-diary-entry): Rename `subject' to `summary'.
17553 2005-10-24  Romain Francoise  <romain@orebokech.com>
17555         * server.el (server-sentinel): Set query-on-exit flag to nil on
17556         new client processes (it isn't inherited from the server process).
17558         * replace.el (occur-engine): Rearrange text properties.
17560 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17562         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
17563         case-fold-search is nil.
17564         (debug-help-follow): Use help-xref-interned directly.
17566 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17568         * thumbs.el (thumbs-image-type): Add .pbm.
17570 2005-10-23  Richard M. Stallman  <rms@gnu.org>
17572         * faces.el (inhibit-face-set-after-frame-default): New variable.
17573         (set-face-attribute): Bind it.
17574         (face-set-after-frame-default): Test it.
17576         * help-fns.el (describe-simplify-lib-file-name): New function.
17577         (describe-function-1, describe-variable): Use it.
17579         * faces.el (describe-face): Use describe-simplify-lib-file-name.
17581         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
17582         Eliminate nil as possible value.
17583         (tooltip-hide-delay): Reduce internal-border-width.
17585         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
17586         (menu-bar-file-menu) <new-file>: Likewise.
17588         * simple.el (line-move-finish): Ignore fields computing LINE-END.
17590         * international/mule.el (load-with-code-conversion):
17591         Pass full file name to `eval-buffer' unless preloading.
17593         * textmodes/flyspell.el (flyspell-large-region):
17594         Call ispell-check-version.
17596         * textmodes/ispell.el (ispell-local-dictionary-overridden):
17597         Fix the make-variable-buffer-local call that was supposed
17598         to be for this variable.
17599         (ispell-aspell-supports-utf8): Doc fix.
17600         (ispell-find-aspell-dictionaries): Preserve elements of
17601         ispell-dictionary-alist for dictionaries that aspell doesn't report.
17602         (ispell-aspell-find-dictionary): Return nil on error.
17604         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
17605         (doctor-symptoms): Likewise.
17607         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
17609 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17611         * cus-edit.el (custom-button, custom-button-pressed): New vars.
17612         (custom-raised-buttons): Add :set spec.
17613         (custom-button-unraised, custom-button-pressed-unraised):
17614         New faces, so that custom-raised-buttons actually does something.
17615         (custom-mode): Use custom-button and custom-button-pressed.
17617         * wid-edit.el (widget-specify-button): Don't ignore
17618         widget-mouse-face on graphic terminals.
17619         (widget-move-and-invoke): Cleanup.
17621 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
17623         * whitespace.el (whitespace-cleanup): Doc fix.
17625 2005-10-23  Romain Francoise  <romain@orebokech.com>
17627         * emulation/viper.el (viper-set-hooks): Quote forms passed to
17628         `eval-after-load' to avoid evaluating their result.
17630 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
17632         * files.el (directory-listing-before-filename-regexp):
17633         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
17635         * dired.el (dired-move-to-filename-regexp): Remove.
17636         All occurences replaced by `directory-listing-before-filename-regexp'.
17638         * dired-x.el, locate.el, vc.el:
17639         Replace `dired-move-to-filename-regexp' by
17640         `directory-listing-before-filename-regexp'.  In vc.el it is
17641         overwritten locally; maybe this can be handled in files.el too.
17643         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
17644         replaced by `directory-listing-before-filename-regexp'.
17646 2005-10-23  Andreas Schwab  <schwab@suse.de>
17648         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
17649         and eval-next-after-load.
17651 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
17653         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
17654         exist, create it.
17656 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
17658         * allout.el: Remove autoloads for mailcrypt and crypt++.
17659         Require pgg, pgg-gpg during compilation.
17660         (allout-version): Increment version number to 2.1, and use a literal
17661         rather than RCS Id.
17662         (allout-default-encryption-scheme): Remove.
17663         (allout-passphrase-verifier-handling)
17664         (allout-passphrase-verifier-string)
17665         (allout-file-passphrase-verifier-string)
17666         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
17667         (allout-passphrase-hint-handling): Rename and simplify.
17668         (allout-init): Use `find-file-hook' if available, otherwise
17669         `find-file-hooks'.
17670         (allout-mode): Use `write-file-functions' if available, otherwise
17671         `local-write-file-hooks' and, instead of making auto-save-hook
17672         buffer local, make the write-file-hook activity contingent to
17673         allout-mode.
17674         (allout-mode): Use key-binding substitution in the docstring.
17675         (allout-kill-line): Spell-out kill ring data structure mutation
17676         instead of using byte-compiler-complaint-provoking `pop'.
17677         (allout-insert-listified): Use `insert' rather than `insert-string'
17678         (allout-toggle-current-subtree-encryption): Update docstring, adjust
17679         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
17680         (allout-encrypt-string): Totally revamped vis new underlying
17681         encryption facilities.
17682         (allout-mc-activate-passwd): Remove.
17683         (allout-obtain-passphrase): New, more or less replaces
17684         allout-mc-activate-passwd.
17685         (allout-encrypted-key-info): More or less replaces
17686         allout-encrypted-text-type.
17687         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
17688         (my-mark-marker): Use `(featurep 'xemacs)'.
17690 2005-10-23  Lars Hansen  <larsh@soem.dk>
17692         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
17693         (byte-compile-file-form-defmumble, byte-compile-defun)
17694         (byte-compile-defmacro): Use it.
17695         (byte-compile-form): Don't call byte-compile-set-symbol-position
17696         when a byte-compile handler is called.
17698 2005-10-22  Romain Francoise  <romain@orebokech.com>
17700         * savehist.el (savehist-history-variables): Add `grep-find-history'.
17702         * subr.el (eval-after-load): Convert library name to an absolute
17703         file name using locate-library, since load-history no longer has
17704         library names in it.
17706 2005-10-22  Richard M. Stallman  <rms@gnu.org>
17708         * files.el (make-temp-file): Move from subr.el.
17709         * subr.el (make-temp-file): Move to files.el.
17711         * window.el (get-buffer-window-list): Move from subr.el.
17712         * subr.el (get-buffer-window-list): Move to window.el.
17714         * image.el (image-load-path): Use eval-at-startup to initialize.
17716         * subr.el (eval-at-startup): New macro.
17718         * subr.el: Much rearrangement of functions and division
17719         into pages.  No code changes.
17721 2005-10-22  Kenichi Handa  <handa@m17n.org>
17723         * tar-mode.el (tar-extract): Be sure to call
17724         find-operation-coding-system if set-auto-coding doesn't find a
17725         coding system.
17727 2005-10-22  Kim F. Storm  <storm@cua.dk>
17729         * image.el (image-type-header-regexps): Rename from image-type-regexps.
17730         Change users.
17731         (image-type-file-name-regexps): New defconst.
17732         (image-type-from-data): Simplify loop.
17733         (image-type-from-buffer): New defun.
17734         (image-type-from-file-header): Use it instead of image-type-from-data.
17735         Use image-search-load-path instead of only looking in data-directory.
17736         (image-type-from-file-name): New defun.
17737         (image-search-load-path): Change `pathname' to `filename'.
17738         Make PATH arg optional, default to image-load-path.
17740 2005-10-21  Richard M. Stallman  <rms@gnu.org>
17742         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
17744         * textmodes/paragraphs.el (sentence-end-base): New variable.
17745         (sentence-end): Use sentence-end-base.
17747 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17749         * font-lock.el (font-lock-default-fontify-region): Check the multiline
17750         property independently from the font-lock-multiline variable.
17752 2005-10-21  Richard M. Stallman  <rms@gnu.org>
17754         * emacs-lisp/find-func.el (find-library-name): Doc fix.
17756         * startup.el (command-line): Convert library names
17757         in `load-history' to absolute file names.
17759         * subr.el (symbol-file): Doc fix.
17761         * loadhist.el (file-loadhist-lookup): Call locate-library
17762         instead of find-library-name.  Don't try converting
17763         abs file names to library names, since load-history no longer
17764         has library names in it.
17765         (file-dependents, file-provides, file-requires): Doc fixes.
17767 2005-10-21  Juri Linkov  <juri@jurta.org>
17769         * progmodes/etags.el (tags-table-mode): New function.
17770         (tags-verify-table): Replace initialize-new-tags-table with
17771         tags-table-mode.
17773         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
17774         default value.
17775         (desktop-modes-not-to-save): Add tags-table-mode to the
17776         default value.
17778         * info.el (Info-index-next): Add total number of index
17779         alternatives to the message.
17781         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
17782         backward only space (instead of space and period) before looking
17783         at sentence end.
17785         * simple.el (set-variable): Use user-variable-p instead of symbolp.
17786         Add the old variable value as 4th default-value arg of read-string.
17788 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17790         * cus-face.el (custom-declare-face): Make face from X resources
17791         also on Mac.
17793         * disp-table.el (standard-display-g1, standard-display-graphic):
17794         Refuse to use string glyphs also on Mac.
17795         (standard-display-european): Don't set terminal coding system also
17796         on Mac.
17798         * frame.el (display-screens): Use x-display-screens also on Mac.
17800 2005-10-21  Romain Francoise  <romain@orebokech.com>
17802         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
17804 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17806         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
17807         and $? into sexps.
17809         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
17810         warning face on open-paren-in-column-0.
17812         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
17813         boundary case.  Fix typo.
17814         Suggested by Martin Rudalics <rudalics@gmx.at>.
17816 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
17818         * textmodes/org.el (org-combined-agenda-icalendar-file)
17819         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
17820         (org-export-icalendar-this-file)
17821         (org-export-icalendar-all-agenda-files)
17822         (org-export-icalendar-combine-agenda-files): New commands.
17823         (org-export-icalendar, org-print-icalendar-entries)
17824         (org-start-icalendar-file, org-finish-icalendar-file)
17825         (org-ical-ts-to-string): New functions.
17826         (org-read-date, org-goto-calendar)
17827         (org-agenda-goto-calendar): Inhibit displaying diary entries by
17828         call to `calendar'.
17829         (orgtbl-setup): Remove the :keys arguments from the menu description.
17830         (org-after-save-iCalendar-file-hook): New variable.
17832 2005-10-21  Kenichi Handa  <handa@m17n.org>
17834         * language/vietnamese.el (tcvn-5712): Make it an alias of
17835         vietnamese-tcvn coding-system.
17837 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
17839         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
17840         group id is given.
17842 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17844         * progmodes/sh-script.el (sh-escaped-line-re): New var.
17845         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
17846         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
17847         whose line is either continued or ends with a comment.
17849 2005-10-20  Romain Francoise  <romain@orebokech.com>
17851         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
17853         * replace.el (occur-engine): Add follow-link property.
17855         * font-core.el (font-lock-mode): Doc fix.
17857 2005-10-20  Richard M. Stallman  <rms@gnu.org>
17859         * net/rcirc.el: New file.
17861 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
17863         * term.el (term-term-name): Initialize to "eterm-color".
17865 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
17867         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
17868         for encryption functionality.
17869         Move allout customization subgroup from `editing' to `outlines' group.
17870         Fix commentary keywords to legitimate ones.
17871         Update author info (using my current email address, obscurified).
17872         (allout-encrypt-string, allout-encryption-produce-work-buffer)
17873         (allout-encrypted-topic-p, allout-encrypted-text-type)
17874         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
17875         (allout-situate-encryption-key-verifier)
17876         (allout-get-encryption-key-verifier, allout-verify-key)
17877         (allout-next-topic-pending-encryption)
17878         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
17879         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
17880         (outline-key-verifier-handling, outline-key-hint-handling)
17881         (outline-encrypt-unencrypted-on-saves): New defcustoms.
17882         (allout-file-key-verifier-string, allout-encryption-scheme)
17883         (allout-key-verifier-string, allout-key-hint-string)
17884         (allout-after-save-decrypt): New variables.
17885         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
17886         (allout-after-saves-handler): New hook functions.
17887         (allout-post-command-business): Do allout-after-save-decrypt.
17888         (allout-enable-file-variable-adjustment): Custom var to enable
17889         mechanism for adding and adjusting settings of Emacs file variables.
17890         (allout-adjust-file-variable, allout-file-vars-section-data):
17891         New functions, implement the mechanism.
17892         (outlineify-sticky): Use the file vars mechanism.
17893         (allout-inhibit-protection, allout-during-write-cue)
17894         (allout-override-protect, allout-before-change-protect): Remove.
17895         (allout-flag-region, allout-open-topic): Adjust read-only text.
17896         (allout-open-line-not-read-only): Add to facilitate read-only
17897         text based protection.
17898         (allout-kill-line): Revise to adjust read-only text, clue the
17899         user about the inhibition.
17900         (allout-unprotected): Use unwind-protect.
17901         (allout-shift-in, allout-shift-out): Disallow manually shifting a
17902         topic deeper than the offspring depth of the previous topic -
17903         avoiding confusing "containment discontinuities".
17904         (allout-reindent-bodies): Fix retention of body relative hanging
17905         indent during promotion of collapsed bodies.
17906         (allout-open-topic): Make it easy to open new topic with same
17907         bullet as current topic - topic creation functions provided with
17908         any universal argument provokes now prompt for bullet, defaulting
17909         to the bullet of the previous topic.
17910         (allout-plain-bullets-string, allout-distinctive-bullets-string):
17911         Plain bullet alternates `.' period and `,' comma only.  All other
17912         bullets are relegated to special status (but customizable).
17913         (allout-end-of-entry): Rename from allout-end-of-current-entry
17914         since it actually operates w.r.t. most immediately containing
17915         entry, visible or not.
17916         (allout-hide-current-entry, allout-show-current-entry): Use the
17917         revised version.
17918         (allout-old-expose-topic): Solidify deprecation.
17919         (allout-end-of-subtree): Add so we can span concealed as well
17920         as visible topics.
17921         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
17922         (allout-end-of-current-heading): Tweak to just respect the first line.
17923         (allout-get-body-text): Add.
17924         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
17925         when invoked interactively.
17926         (allout-up-current-level): Use `interactive-p'.
17927         (allout-mode, allout-init): Miscellaneous docstring and
17928         operational refinements, as well as hookups of new encryption stuff.
17929         (allout-beginning-of-current-entry): Now works as advertised.
17930         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
17931         (allout-isearch-rectification): Refine condition for isearching.
17932         (allout-isearch-abort, allout-enwrap-isearch)
17933         (allout-flag-region, my-region-active-p): Relocate some macros.
17934         (allout-title): Fallback title is (buffer-name), not
17935         non-existing (current-buffer-name).
17936         (subst-char-in-string): Define if absent (for some XEmacs versions).
17938 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
17940         * mail/sendmail.el (mail-setup-hook, mail-aliases)
17941         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
17942         (mail-citation-prefix-regexp, mail-signature-file)
17943         (mail-default-headers, mail-bury-selects-summary)
17944         (mail-send-nonascii): Add autoload cookies.
17946 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
17948         * frame.el (blink-cursor-mode): Add `mac' to the list of
17949         window-system's that support blinking cursor.
17951 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17953         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
17955 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
17957         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
17958         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
17959         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
17961 2005-10-20  Kim F. Storm  <storm@cua.dk>
17963         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
17964         (ido-set-current-directory): Don't add / after final @.
17965         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
17966         Explicitly handle ange-ftp completion oddities.
17967         (ido-make-file-list): Don't rotate list at tramp root to avoid
17968         triggering tramp file handler for expand-file-name via get-file-buffer.
17970 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17972         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
17974 2005-10-19  Jay Belanger  <belanger@truman.edu>
17976         * calc/calc-units.el (math-standard-units): Add units, adjust
17977         symbols and update values.
17978         (math-unit-prefixes): Add more prefixes.
17980 2005-10-19  Romain Francoise  <romain@orebokech.com>
17982         * bookmark.el (bookmark-menu-heading): New face.
17983         (bookmark-bmenu-list): Use it.
17984         Don't fiddle with `baud-rate' at top-level.
17986 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
17988         * image.el (create-image, find-image): Mention max-image-size in
17989         docstring.
17991 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17993         * savehist.el (savehist-load): Revert to checking XEmacs.
17995         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
17996         Various docstring and line-width fixups.
17997         (conf-mode): Use cond.
17998         Set font-lock-defaults.  Don't set comment-use-syntax.
18000 2005-10-18  David Ponce  <david@dponce.com>
18002         * tree-widget.el (tree-widget-button-click): New function.
18003         (tree-widget-button-keymap): Use it.
18005 2005-10-18  Romain Francoise  <romain@orebokech.com>
18007         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18008         (bookmark-bmenu-hide-filenames): Add follow-link property.
18009         Improve help-echo text.
18011         * ffap.el (find-file-at-point): Doc fix.
18013 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18015         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
18017 2005-10-18  Masatake YAMATO  <jet@gyve.org>
18019         Install to the CVS repository what I forgot to install in my
18020         2005-10-16 changes.
18022         * progmodes/python.el (python-complete-symbol): Pass the common
18023         prefix substring of completion to `display-completion-list'.
18025         * textmodes/org.el (org-complete): Ditto.
18027 2005-10-18  Masatake YAMATO  <jet@gyve.org>
18029         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
18031         * woman.el (WoMan-xref-man-page): New button type derived
18032         from `Man-abstract-xref-man-page'.
18033         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
18035         * man.el (Man-abstract-xref-man-page): New button type.
18036         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
18037         (Man-highlight-references): Add new optional argument `xref-man-type'.
18039 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
18041         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
18043 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18045         * cus-edit.el (Custom-move-and-invoke): Delete.
18046         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
18048         * wid-edit.el (widget-move-and-invoke): New function, from
18049         Custom-move-and-invoke.
18051 2005-10-17  Bill Wohler  <wohler@newt.com>
18053         Move all remaining images from lisp/toolbar to etc/images, move
18054         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
18055         the low resolution images in their own directory (low-color).
18057         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
18058         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
18059         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
18060         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
18061         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
18062         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
18063         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
18065         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
18066         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
18067         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
18068         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
18069         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
18070         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
18071         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
18072         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
18073         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
18074         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
18075         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
18076         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
18077         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
18078         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
18079         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
18081         To conform with convention, replace the underscore (_) in the
18082         following image names with dash (-) or (/) as appropriate.
18084         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
18085         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
18086         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
18087         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
18088         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
18089         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
18090         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
18091         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
18092         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
18093         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
18094         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
18095         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
18096         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
18097         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
18098         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
18100         * info.el (info-tool-bar-map): Replace underscores in image names
18101         with dashes.
18103         * makefile.w32-in (WINS): Remove toolbar.
18105         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
18107         * tool-bar.el: Move to lisp from toolbar.  Now that
18108         toolbar is empty, it should be deleted when folks run "cvs up -P".
18110 2005-10-18  Jay Belanger  <belanger@truman.edu>
18112         * calc/calc-store.el (calc-store-into): Get the proper variable name
18113         to display in message.
18115 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
18117         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
18118         expressions display in speedbar for all buffers when debugging.
18119         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
18121         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
18122         (speedbar-insert-button, speedbar-make-button):
18123         Use add-text-properties.
18124         (speedbar-update-localized-contents)
18125         (speedbar-update-directory-contents)
18126         (speedbar-update-special-contents): Use dolist.
18127         (speedbar-buffer-easymenu-definition): Add a menu separator.
18129 2005-10-17  Jason Rumney  <jasonr@gnu.org>
18131         * makefile.w32-in: Use $(lisp) consistently.
18132         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
18133         for shell specific generation of mh-autoloads.
18135 2005-10-17  Richard M. Stallman  <rms@gnu.org>
18137         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
18139 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18141         * jit-lock.el (jit-lock-fontify-now):
18142         Move jit-lock-context-unfontify-pos to avoid wasted work.
18144 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
18146         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
18147         `tramp-completion-mode' for checking if we are in completion mode.
18148         (tramp-completion-handle-file-name-all-completions): Reorder code
18149         in order to complete for file names only in case there are no
18150         method/user/host completions.  This is necessary for cooperation
18151         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
18153 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
18155         * longlines.el (longlines-search-forward)
18156         (longlines-search-backward): Match any number of spaces.
18158 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
18160         * diff-mode.el (diff-mode): Doc fix.
18162 2005-10-16  David Reitter  <david.reitter@gmail.com>
18164         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
18165         as default on darwin and windows systems.
18167 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
18169         * arc-mode.el (archive-zip-extract): Doc fix.
18171 2005-10-16  Romain Francoise  <romain@orebokech.com>
18173         * mouse.el (mouse-1-click-follows-link): Doc fix.
18175 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18177         * savehist.el: Don't require CL at runtime.
18178         (savehist-xemacs): Remove.
18179         (savehist-coding-system): Use utf-8 if present, regardless of religion.
18180         (savehist-no-conversion): Use (featurep 'xemacs).
18181         (savehist-load): Check existence of start-itimer rather than XEmacs.
18182         Use an idle timer.
18183         (savehist-process-for-saving): Replace use of CL funs `subseq' and
18184         `delete-if-not'.
18186 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
18188         * savehist.el: Newer version.
18189         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
18190         (savehist-last-checksum, savehist-no-conversion): New vars.
18191         (savehist-autosave, savehist-process-for-saving, savehist-printable):
18192         New functions.
18193         (savehist-load, savehist-save): Use them.
18194         (savehist-delimit): Remove.
18196 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18198         * progmodes/compile.el (compilation-goto-locus): Display the
18199         compilation buffer first and the source buffer second, in case they're
18200         in overlapping frames.  Don't raise the compilation frame if it was the
18201         selected window upon entry.  Pass the `other-window' arg to
18202         pop-to-buffer.
18204         * info.el (Info-fontify-node): Use dolist.
18205         Change add-text-properties to put-text-property.
18207 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18209         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
18210         bound of search.
18212 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18214         * dabbrev.el (dabbrev-completion): Pass the common
18215         prefix substring of completion to `display-completion-list'.
18217         * filecache.el (file-cache-minibuffer-complete)
18218         (file-cache-complete): Ditto.
18220         * tempo.el (tempo-display-completions): Ditto.
18222         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
18224         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
18226         * eshell/em-hist.el (eshell-list-history): Ditto.
18228         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
18230         * mail/mailalias.el (mail-complete): Ditto.
18232         * progmodes/etags.el (complete-tag): Ditto.
18234         * progmodes/make-mode.el (makefile-complete): Ditto.
18236         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
18238         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
18240         * progmodes/pascal.el (pascal-complete-word)
18241         (pascal-show-completions): Ditto.
18243         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
18245         * simple.el (completion-common-substring): New variable.
18246         (completion-setup-function): Use `completion-common-substring'
18247         to put faces.
18249 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18251         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
18252         (x-get-selection, mac-select-convert-to-string): Convert from/to
18253         UTF-16 clipboard data as in native byte order, no BOM.
18255 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
18257         * progmodes/gud.el (gud-tool-bar-map): Rename the images
18258         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
18259         (gud-sentinel): Use speedbar-frame to check for speedbar.
18261 2005-10-15  Richard M. Stallman  <rms@gnu.org>
18263         * savehist.el: New file.
18265 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
18267         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
18268         Fix bug in \bf fontification.
18270 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18272         * pcvs.el (cvs-edit-log-files): New var.
18273         (cvs-mode-edit-log): New arg `file'.
18274         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
18275         Instead force the use of the original file and nothing else.
18276         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
18277         the cvs-minor-wrap-function is set.
18278         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
18280 2005-10-14  Bill Wohler  <wohler@newt.com>
18282         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
18283         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
18284         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
18285         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
18286         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
18287         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
18288         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
18289         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
18290         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
18291         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
18292         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
18293         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
18294         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
18295         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
18296         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
18298         * progmodes/gud.el (gud-tool-bar-map): Rename the images
18299         appropriately (for example, gud-break to gud/break).
18301 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
18303         * longlines.el (longlinges-search-function)
18304         (longlines-search-forward, longlines-search-backward): New functions.
18305         (longlines-mode): Set isearch-search-fun-function to
18306         longlinges-search-function.
18308         * mouse.el (mouse-drag-region-1): Handle the case where a
18309         double-click event is bound to an arbitrary function.
18311 2005-10-14  David Ponce  <david@dponce.com>
18313         * recentf.el (recentf-track-opened-file)
18314         (recentf-track-closed-file, recentf-update-menu)
18315         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
18316         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
18317         mouse-1-click-follows-link.
18319 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18321         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
18322         Gnome file-manager.png.  Suggested by
18323         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
18325         * toolbar/README: Add diropen.xpm.
18327 2005-10-13  Bill Wohler  <wohler@newt.com>
18329         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
18330         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
18332 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18334         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
18335         Don't waste the byte-compiler's time on constant data.
18337 2005-10-13  Kenichi Handa  <handa@m17n.org>
18339         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
18340         byte with `escape-glyph' face.
18342         * international/fontset.el (ccl-encode-unicode-font):
18343         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
18344         Handle the case that ucs-mule-to-mule-unicode translates a character to
18345         ASCII (usually for IPA characters).
18347 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18349         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
18350         Don't hide the underline of titles if font-lock-mode is disabled.
18352 2005-10-12  Bill Wohler  <wohler@newt.com>
18354         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
18355         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
18356         files in MH-E-SRC have been updated.
18357         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
18359 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18361         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
18362         (mixal-mode-syntax-table): Add \n as end-comment.
18363         (mixal-operation-codes-alist): Immediately initialize to full value.
18364         (mixal-add-operation-code): Remove.
18365         (mixal-describe-operation-code): Make the arg non-optional.
18366         Use the interactive spec instead.
18367         Use mixal-operation-codes-alist rather than mixal-operation-codes.
18368         (mixal-font-lock-keywords): Don't highlight comments here any more.
18369         (mixal-font-lock-syntactic-keywords): New var.
18370         (mixal-mode): Use it.  Fix comment-start-skip.
18372 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18374         * startup.el (command-line-x-option-alist): -nb => -nbi
18376 2005-10-12  Kim F. Storm  <storm@cua.dk>
18378         * startup.el (fancy-splash-default-action): Discard mouse click in
18379         the splash screen window, as it has no sensible meaning in the
18380         next window to be selected.  Fixes error reported by Jan D.
18382 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18384         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
18386 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18388         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
18389         Try to fix up minor layout issues like indentation, line break, etc...
18390         (mixal-mode-syntax-table): Don't try to specify comment syntax,
18391         because it doesn't work.
18392         (mixal-operation-codes): Add some more codes.
18393         (mixal-font-lock-keywords): Process comments here.
18394         (mixal-mode): mixasm no longer needs -g option.
18396 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
18398         * progmodes/sh-script.el (sh-tmp-file):
18399         Use mktemp -t.  Finish support for es and rc shells.
18401 2005-10-11  Jay Belanger  <belanger@truman.edu>
18403         * calc/calcalg2.el (calc-integral): With an argument, compute the
18404         definite integral.
18406 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
18408         * mouse.el (mouse-drag-region-1): Don't try to catch a
18409         double-click when doing follow-link (it's overridden anyway).
18411 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
18413         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
18414         (autoload-print-form-outbuf): Add docstring.
18416 2005-10-11  Juri Linkov  <juri@jurta.org>
18418         * info.el (Info-mode-menu): Delete menu item "Edit".
18419         (Info-mode): Delete description of Info-edit from docstring,
18420         and rearrange descriptions of Info commands in the order
18421         they are documented in the Info manual.
18423 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18425         * calendar/appt.el (appt-check): Use diary-selective-display var.
18427 2005-10-10  Richard M. Stallman  <rms@gnu.org>
18429         * net/newsticker.el (newsticker-start, newsticker-show-news):
18430         Add autoload cookies.
18432 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
18434         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
18436 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
18438         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
18440 2005-10-10  Jay Belanger  <belanger@truman.edu>
18442         * calc/calc-arith.el (math-check-known-scalarp)
18443         (math-check-known-matrixp): Check the values of arguments that are
18444         variables.
18445         (math-check-known-square-matrixp): New function.
18446         (math-known-square-matrixp): Use math-check-known-square-matrixp.
18447         (math-super-types): Add sqmatrix type.
18449         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
18450         mode name `square' to `sqmatrix'.
18452         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
18453         mode name `square' to `sqmatrix'.
18455 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18457         * progmodes/etags.el (select-tags-table-mode): Don't use
18458         selective-display.
18459         (tags-select-tags-table): Pass `button' to the action function.
18460         (select-tags-table): Place the side-info on button properties rather
18461         than in hidden text.  Abbreviate file names.
18462         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
18463         (select-tags-table-select): Add `button' argument.
18464         Get side-info from the button property rather than from hidden text.
18466 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
18468         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
18469         (gud-speedbar-buttons): Preserve point if possible.
18470         (gud-sentinel): Restore previous speedbar display type.
18472         * progmodes/gdb-ui.el (gdba): Improve diagram.
18473         (def-gdb-auto-update-handler, gdb-info-locals-handler)
18474         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
18475         Call get-buffer-window once.
18477 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18479         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
18480         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
18481         (pascal-indent-command): Remove unused var `ind'.
18482         (pascal-indent-case): Remove unused var `oldpos'.
18483         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
18484         since it's now used as a proper minor mode map.
18485         (pascal-outline): Rename to pascal-outline-mode.
18486         (pascal-outline-mode): Use define-minor-mode.
18487         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
18488         selective-display.
18490 2005-10-10  Andreas Schwab  <schwab@suse.de>
18492         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
18493         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
18495         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
18496         outside source directory.
18498 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
18500         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
18501         C-x' as a prefix.
18502         (orgtbl-mode-map): Full keymap instead of sparse, because all
18503         `self-insert-command' keys are redefined in this map.
18504         (org-export-as-html): Specify charset for HTML file, by taking it
18505         from the coding system.
18507 2005-10-10  Kenichi Handa  <handa@m17n.org>
18509         * textmodes/flyspell.el (flyspell-check-word-p):
18510         If unread-command-events is non-empty, don't call sit-for.
18512 2005-10-09  Richard M. Stallman  <rms@gnu.org>
18514         * font-lock.el (font-lock-syntactic-keywords)
18515         (font-lock-keywords): Doc fixes.
18517         * textmodes/flyspell.el (flyspell-external-point-words):
18518         Simplify logic, and don't try to check for consecutive appearances
18519         of one incorrect word.
18521 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
18523         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
18524         separator.
18526         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
18527         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
18528         (gud-expansion-speedbar-buttons): New function.
18529         (gud-speedbar-buttons): Check for gud-comint-buffer.
18531 2005-10-09  Bill Wohler  <wohler@newt.com>
18533         * Makefile.in (updates): Add mh-loaddefs dependency.
18535 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
18537         * speedbar.el (speedbar-file-key-map): Fix typo.
18539 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18541         * cus-start.el (line-spacing): Add custom spec.
18543 2005-10-09  Romain Francoise  <romain@orebokech.com>
18545         * textmodes/ispell.el (ispell-check-version): Fix last change.
18547 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18549         * term/x-win.el: Remove -i, --icon-type from comment.
18551         * startup.el (command-line-x-option-alist): Remove options -i,
18552         -itype, --icon-type, added -nb, --no-bitmap-icon
18554 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
18556         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
18557         instead of :active.
18559 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
18561         * textmodes/ispell.el (ispell-check-version):
18562         Ignore hyphen, and all that follows, in aspell's version text.
18564 2005-10-08  Jay Belanger  <belanger@truman.edu>
18566         * calc/calc-arith.el (math-known-square-matrixp): New function.
18567         (math-pow-fancy): Check for matrices before distributing exponent
18568         across products.
18570         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
18571         fullscreen keypad.  Suggested by Luc Teirlinck.
18572         (calc-keypad-show-input): Add space for formatting.
18574         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
18575         Add square matrix option.
18577         * calc/calc-poly.el (math-expand-term): Check for matrices instead
18578         of checking calc-matrix-mode when deciding how to expand.
18580         * calc/calc.el (calc-set-mode-line): Add square matrix option.
18582 2005-10-08  Lars Hansen  <larsh@soem.dk>
18584         * net/tramp.el (tramp-perl-directory-files-and-attributes):
18585         Add error handling.
18586         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
18588 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
18590         Sync with Tramp 2.0.51.
18592         * net/tramp.el (tramp-handle-set-visited-file-modtime)
18593         (tramp-handle-insert-file-contents, tramp-handle-write-region):
18594         Insert special handling for `last-coding-system-used', again
18595         it still seems to be necessary (unlike stated before).
18596         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
18597         (tramp-password-prompt-regexp): There might be other words before
18598         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
18599         (tramp-chunksize): Improve docstring.
18600         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
18601         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
18602         Christian Joergensen <bugs@razor.dk>.
18604 2005-10-07  Glenn Morris  <rgm@gnu.org>
18606         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
18607         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
18608         precision'.
18610 2005-10-07  Romain Francoise  <romain@orebokech.com>
18612         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
18613         (ibuffer-do-shell-command-pipe-replace)
18614         (ibuffer-do-shell-command-file, ibuffer-do-eval)
18615         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
18616         (ibuffer-do-revert, ibuffer-do-replace-regexp)
18617         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
18618         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
18619         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
18620         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
18621         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
18622         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
18623         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
18624         Autoload file sans suffix.
18626         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
18628 2005-10-07  David Ponce  <david@dponce.com>
18630         * recentf.el (recentf-menu-open-all-flag): New option.
18631         (recentf-digit-shortcut-command-name): New function.
18632         (recentf--shortcuts-keymap): New variable.
18633         (recentf-menu-shortcuts): New variable.
18634         (recentf-make-menu-items): Initialize it.  Replace the "More..."
18635         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
18636         (recentf-menu-value-shortcut): New function.
18637         (recentf-make-menu-item): Use it.  No more in-lined.
18638         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
18639         (recentf-open-most-recent-file): Rename from
18640         `recentf-open-file-with-key'.  Don't depend on key binding.
18641         (recentf-mode-map): New variable.
18642         (recentf-mode): Use it.
18644 2005-10-06  Bill Wohler  <wohler@newt.com>
18646         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
18648         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
18649         (MH-E-SRC): New.  Used by mh-autoloads.
18650         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
18651         files in MH-E-SRC have been updated.
18652         (compile, recompile, bootstrap): Depend on mh-autoloads.
18654 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
18656         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
18657         gud-break and gud-remove icons when the fringe is not available.
18659         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
18660         Typo.
18662 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
18664         * play/zone.el (zone): Wrap body with save-window-excursion.
18666 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18668         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
18669         Use the new `list-only' arg to diary-list-entries.
18671         * calendar/diary-lib.el: Use overlays rather than selective-display.
18672         (diary-selective-display): New var.
18673         (diary-header-line-format): Use it.
18674         (diary-list-entries): Add argument `list-only'.
18675         Put the buffer in diary-mode.  Don't add \^M at beg and end.
18676         Replace \^M by invisible overlays.
18677         (diary-unhide-everything): Replace \^M by invisible overlays.
18678         (print-diary-entries): Look for overlays rather than \^M.
18679         Add a space to the temp buffer name.
18680         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
18681         Put the buffer in diary-mode.
18682         (list-sexp-diary-entries): Replace \^M by invisible overlays.
18683         (diary-anniversary): Make the year arg optional.
18684         (diary-time-regexp): New const.
18685         (diary-font-lock-keywords): Use it to accept a few more time formats.
18687         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
18689 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
18691         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
18692         Fix bug introduced 2005-07-03: Use (car (last ...))
18693         to faithfully reproduce replaced artist-last.
18694         (artist-set-arrow-points-for-poly): Likewise.
18695         Suggested by Johan Bockg\e,Ae\e(Brd.
18697 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
18699         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
18700         * wid-edit.el (widget):
18701         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
18702         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
18704 2005-10-06  Kenichi Handa  <handa@m17n.org>
18706         * international/mule-cmds.el (set-language-environment):
18707         Fix setting up of case-table for unibyte mode.
18709         * simple.el (what-cursor-position): If the character is displayed
18710         by some `display' text property, show that.  Don't use
18711         single-key-description for eight-bit characters in multibyte mode.
18713 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
18715         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
18716         (gdb-ann3): Set it.
18717         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
18718         (gdb-info-frames-custom): Use inverse-video for first five
18719         characters of selected frame only.
18720         (gdb-get-frame-number): Select frame even when point is on frame
18721         number.
18723 2005-10-06  Masatake YAMATO  <jet@gyve.org>
18725         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
18726         Put `font-lock-function-name-face'.
18727         (gdb-info-frames-custom): Put `font-lock-function-name-face'
18728         and `font-lock-variable-name-face'
18729         (gdb-registers-font-lock-keywords): New font lock keywords definition.
18730         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
18731         (gdb-memory-font-lock-keywords): New font lock keywords definition.
18732         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
18733         (gdb-local-font-lock-keywords): New font lock keywords definition.
18734         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
18735         (gdb-threads-font-lock-keywords): New font lock keywords definition.
18736         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
18738 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
18740         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
18741         (ediff-merge-region-is-non-clash-to-skip): Previously called
18742         ediff-merge-region-is-non-clash.
18744         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
18745         Use insert-buffer-substring.
18747         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
18748         selecting files to patch.  Also bug fixes.
18750         * ediff-util.el (ediff-setup): Bug fix.
18751         (ediff-next-difference): Never skip clashes that differ in white
18752         space only.
18754         * ediff-wind.el (ediff-setup-control-frame)
18755         (ediff-destroy-control-frame): Check the menubar feature.
18757         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
18758         (viper-refresh-mode-line): Use make-local-variable to localize
18759         some vars instead of make-variable-buffer-local.  Suggested by
18760         Stefan Monnier.
18762         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
18763         (viper-restore-cursor-type, viper-set-insert-cursor-type):
18764         Use make-local-variable instead of make-variable-buffer-local.
18765         Suggested by Stefan Monnier.
18767         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
18768         (viper-comint-mode-hook): Use make-local-variable on
18769         require-final-newline.
18770         (viper-non-hook-settings): Don't use make-variable-buffer-local.
18772 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18774         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
18775         also the second char of a comment-start sequence.
18776         (scheme-sexp-comment-syntax-table): New var.
18777         (lambda, define): Set their scheme-doc-string-elt property.
18778         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
18779         Use lisp-font-lock-syntactic-face-function now that it properly
18780         handles |...| symbols.
18781         (scheme-mode-variables): Set lisp-doc-string-elt-property,
18782         parse-sexp-lookup-properties and font-lock-extra-managed-props.
18784         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
18785         bit from # to |.
18786         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
18788         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
18789         (lisp-doc-string-elt-property): New var.
18790         (lisp-font-lock-syntactic-face-function): Use it.
18791         Rewrite to recognize docstrings even for forms not at toplevel.
18793         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
18794         annotation on the | part of #| rather than on the # part.
18795         (scheme-font-lock-syntactic-face-function): New function, to
18796         distinguish strings from |...| symbols.
18797         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
18798         syntax-table so that #|...|# is properly highlighted.
18800         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
18801         Don't mark as docstring the 3rd elem of an unknown toplevel form.
18803 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18805         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
18806         and C-e.
18808         * emacs-lisp/eldoc.el: Move comments into docstrings.
18809         (eldoc-message-commands): Initialize in its declaration.
18810         Add move-beginning-of-line and move-end-of-line.
18811         (eldoc-add-command, eldoc-add-command-completions)
18812         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
18814         * outline.el (outline-mark-subtree): Activate the mark.
18816         * calendar/appt.el (appt-time-regexp): New var.
18817         (appt-add, appt-make-list): Use it.
18818         (appt-convert-time): Clean up.
18820         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
18821         Don't set any syntax-table property here.
18822         (tex-font-lock-verb): New function.  Do it here.
18823         (tex-font-lock-syntactic-keywords): Use it.
18825 2005-10-04  Richard M. Stallman  <rms@gnu.org>
18827         * wid-edit.el (widget-file-complete): Get the widget start point
18828         the right way.  Default directory to `/' if file has none.
18830         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
18832         * textmodes/flyspell.el (flyspell-mode-on):
18833         Call ispell-maybe-find-aspell-dictionaries.
18835         * textmodes/ispell.el (ispell-word, ispell-region):
18836         Call ispell-maybe-find-aspell-dictionaries.
18837         (ispell-accept-buffer-local-defs):
18838         Don't call ispell-maybe-find-aspell-dictionaries
18840 2005-10-04  Richard M. Stallman  <rms@gnu.org>
18842         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
18844 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
18846         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
18847         instead of `fboundp' in order to allow for anonymous functions.
18849 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
18851         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
18852         case the user clicks on the link while another window is selected.
18853         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
18855         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
18856         functionality.
18857         (dframe-help-echo): Save point in case mouse tracking is off.
18859 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
18861         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
18863 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18865         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
18866         not change the global value of those vars.
18868         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
18869         make-local-variable which we do not need any more.
18871 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
18873         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
18874         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
18875         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
18876         (speedbar-path-line): Define obsolete aliases.
18877         (speedbar-line-directory): Doc fix.
18879         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
18880         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
18881         instead of speedbar-line-path.
18883 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18885         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
18886         to nil if dropping on a window.  Handle dropping on a minibuffer window
18887         like dropping on a non-window part of Emacs.
18889 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18891         * net/ange-ftp.el: Use with-current-buffer.
18892         (ange-ftp-insert-directory): Do not follow symlinks any more.
18894         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18895         Remove interactive spec.
18897 2005-10-03  Kim F. Storm  <storm@cua.dk>
18899         * ido.el (ido-mode): Use custom-initialize-set.
18901 2005-10-02  Richard M. Stallman  <rms@gnu.org>
18903         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
18904         Use insert-buffer-substring.
18906         * net/tramp.el: Pacify byte compiler warnings in pacification code.
18907         (tramp-handle-file-local-copy): Use insert-buffer-substring.
18909 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18911         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
18912         in last change.
18913         (ange-ftp-insert-directory): Fix up the search for the case where
18914         `file' is absolute.
18916 2005-10-02  Romain Francoise  <romain@orebokech.com>
18918         * progmodes/compile.el (compile-goto-error): Delete extra paren.
18920 2005-10-02  Andreas Schwab  <schwab@suse.de>
18922         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
18923         directory component in the session info.
18925 2005-10-01  Richard M. Stallman  <rms@gnu.org>
18927         * comint.el (comint-redirect-subvert-readonly): Doc fix.
18929         * simple.el (next-error-internal): New function.
18931         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
18932         (compilation-start): Pass new arg to compilation-buffer-name.
18933         (compile-goto-error): Use next-error-internal.
18935 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
18937         * speedbar.el: Remove RCS tag.
18938         (speedbar-check-read-only): Handle non-existent files.
18940         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
18942         * info.el (Info-speedbar-hierarchy-buttons)
18943         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
18945 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18947         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
18948         Do not match newline.
18949         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
18950         (bibtex-summary): Remove unnecessary save-excursion.
18951         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
18953 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18955         * term/mac-win.el: Add charset info for "iso10646-1".
18956         Modify default fontset to use ATSUI-compatible fonts for some charsets
18957         if available.
18959 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
18961         * speedbar.el: Re-apply arch tag.
18962         (speedbar-version): Rename to version 1.0.  Suggested by Eric
18963         M. Ludlam.
18964         Reapply two changes from Emacs CVS' version of speedbar lost
18965         during the merge:
18966         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
18967         (speedbar-frame-parameters): Improve customize type.
18969 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18971         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
18972         (ange-ftp-file-directory-p): Fix the symlink case.
18973         (ange-ftp-insert-directory): When listing a single file, get a list of
18974         the parent buffer and extract the relevant line.  Inspired from a patch
18975         by Katsumi Yamaoka <yamaoka@jpl.org>.
18976         (ange-ftp-file-name-sans-versions): Simplify.
18978 2005-09-30  Bill Wohler  <wohler@newt.com>
18980         Move MH-E image files from toolbar and mail directories into
18981         etc/images.
18983         * mail/reply2.*: Move to etc/images/mail/reply*.
18985         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
18986         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
18987         etc/images.
18989         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
18990         * toolbar/reply*: Move to etc/images/mail.
18992         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
18994 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
18996         * speedbar.el: New version 1.0pre3.
18998         Frame management code (including timer, and mouse click specifics)
18999         moved to dframe.el:
19000         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
19001         (speedbar-timer): Removed.  Use dframe-timer.
19002         (speedbar-close-frame): Removed.  Use dframe-close-frame.
19003         (speedbar-activity-change-focus-flag): Removed.  Use
19004         dframe-activity-change-focus-flag.
19005         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
19006         dframe-update-speed.
19008         (speedbar-current-frame): New macro.  Use this instead of the
19009         variable speedbar-frame.
19011         (speedbar-use-images, speedbar-expand-image-button-alist)
19012         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
19014         (speedbar-find-image-on-load-path): Removed.  Replaced by
19015         defezimage in ezimage.el.
19016         (speedbar-expand-image-button-alist): Removed.  Replaced by
19017         ezimage-expand-image-button-alist in ezimage.el.
19019         (speedbar-ignored-directory-regexp)
19020         (speedbar-add-ignored-directory-regexp)
19021         (speedbar-ignored-directory-expressions)
19022         (speedbar-line-directory, speedbar-buffers-line-directory)
19023         (speedbar-directory-line, speedbar-buffers-line-directory):
19024         Renamed, replacing `path' with `directory'.
19026         (speedbar-create-directory, speedbar-expand-line-descendants)
19027         (speedbar-toggle-line-expansion)
19028         (speedbar-contract-line-descendants): New commands.
19030         (speedbar-query-confirmation-method, speedbar-select-frame-method)
19031         (speedbar-use-tool-tips-flag): New options.
19033         (speedbar-check-read-only, speedbar-require-version)
19034         (speedbar-insert-separator, speedbar-buffers-tail-notes)
19035         (speedbar-handle-delete-frame, speedbar-try-completion)
19036         (speedbar-update-localized-contents): New functions.
19038         (speedbar-incompatible-version, speedbar-ro-to-do-point)
19039         (speedbar-object-read-only-indicator): New variables.
19041         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
19042         New hooks.
19044         (speedbar-separator-face): New face.
19046         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
19047         (speedbar-ignored-modes): Add fundamental-mode.
19048         (speedbar-directory-unshown-regexp): Add . directories.
19050         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
19051         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
19052         `]' for full expand/close.
19053         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
19055         (speedbar-check-vc): Support hidden files.
19056         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
19057         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
19058         state is nil, it is not checked out.
19060         (speedbar-line-text, speedbar-line-token): Support expand buttons
19061         with no text.
19062         (speedbar-refresh): Universal argument acts as power-click.
19063         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
19064         that buffer to get variable values.
19066         And many other bugfixes.
19068         * dframe.el, ezimage.el, sb-image.el: New files.
19070         * sb-*.xpm: Remove files.  New image files installed into
19071         etc/images/ezimage.
19073 2005-09-30  Kenichi Handa  <handa@m17n.org>
19075         * ps-mule.el (ps-mule-show-warning): If a character is in
19076         ps-print-translation-table, don't treat it as non-printable.
19078 2005-09-30  David Ponce  <david@dponce.com>
19080         * tree-widget.el (tree-widget-themes-load-path): New variable.
19081         (tree-widget-themes-directory): Doc fix.
19082         (tree-widget-image-formats) [Emacs]: Doc fix.
19083         (tree-widget--locate-sub-directory): New function.
19084         (tree-widget-themes-directory): Use it.
19086         * recentf.el (recentf-filename-handlers): Rename from
19087         `recentf-filename-handler'.  Allow a list of functions.
19088         (recentf-menu-items-for-commands): Fix :help strings.
19089         (recentf-apply-filename-handlers): New function.
19090         (recentf-expand-file-name): Use it.
19091         (recentf-cleanup): Remove duplicates too.
19093 2005-09-29  Juri Linkov  <juri@jurta.org>
19095         * faces.el: Rearrange face definitions to be in the same order as
19096         their face descriptions in "(emacs)Standard Faces".
19098         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
19100         * tooltip.el (tooltip): Add group `basic-faces'.
19102         * buff-menu.el (Buffer-menu-buffer): Remove group
19103         `font-lock-highlighting-faces'.
19105         * progmodes/compile.el (compilation-error, compilation-warning)
19106         (compilation-info, compilation-line-number, compilation-column-number):
19107         Change group from `font-lock-highlighting-faces' to `compilation'.
19109         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19110         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
19111         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
19112         (vhdl-font-lock-reserved-words-face)
19113         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
19114         `font-lock-highlighting-faces'.
19116         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
19118 2005-09-28  Kim F. Storm  <storm@cua.dk>
19120         * emulation/cua-base.el: Set CUA move property on additional commands:
19121         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
19122         forward-sexp, backward-sexp, forward-list, backward-list.
19124 2005-09-28  Romain Francoise  <romain@orebokech.com>
19126         * comint.el (comint-show-output): Really set point at the
19127         beginning of the output when not using `comint-use-prompt-regexp'.
19129 2005-09-27  Jay Belanger  <belanger@truman.edu>
19131         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
19132         in TeX mode.
19134 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
19136         * textmodes/org.el (org-table-sum): Fix format string.
19138         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
19139         Quote face names.
19141 2005-09-26  Romain Francoise  <romain@orebokech.com>
19143         * isearch.el (isearch-forward-regexp): Close doc string.
19145 2005-09-25  Richard M. Stallman  <rms@gnu.org>
19147         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
19149         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
19151         * progmodes/compile.el (compilation-error-properties):
19152         When getting the file from the previous error message,
19153         correctly decode the new data format.
19155         * progmodes/cc-cmds.el (c-electric-paren):
19156         Call old-blink-paren only for close-paren.
19158 2005-09-24  Andreas Schwab  <schwab@suse.de>
19160         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
19161         condition.
19163 2005-09-25  Romain Francoise  <romain@orebokech.com>
19165         * dired-aux.el (dired-copy-file-recursive):
19166         * dired.el (dired-delete-file):
19167         * ediff-mult.el (ediff-dir-diff-copy-file):
19168         * ediff-util.el (ediff-test-save-region):
19169         * forms.el (forms-mode):
19170         * ido.el (ido-file-internal, ido-delete-file-at-head):
19171         * log-edit.el (log-edit-done):
19172         * ses.el (ses-yank-resize):
19173         * play/gomoku.el (gomoku-human-plays, gomoku)
19174         (gomoku-human-resigns, gomoku-prompt-for-other-game)
19175         (gomoku-offer-a-draw):
19176         * play/landmark.el (lm-human-resigns, lm):
19177         * net/eudcb-ldap.el (eudc-ldap-check-base):
19178         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
19179         * progmodes/ebrowse.el (ebrowse-find-pattern):
19180         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
19181         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
19182         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
19184         * vc.el (vc-delete-file):
19185         * play/gomoku.el (gomoku-terminate-game, gomoku)
19186         (gomoku-prompt-for-move, gomoku-human-takes-back):
19187         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
19188         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
19190 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
19192         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
19193         color rxvt terminals by using the code xterm.el used to use before
19194         2005-04-09 in order to match the colors used by rxvt.
19196 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
19198         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
19199         colors rxvt-unicode terminals by using the same code as xterm.el.
19201 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19203         * textmodes/tex-mode.el (tex-font-lock-append-prop)
19204         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
19205         new symbol used for the tex-verbatim face.
19207 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19209         * woman.el (woman-file-name):
19210         * wid-edit.el (widget-file-prompt-value)
19211         (widget-coding-system-prompt-value):
19212         * w32-fns.el (set-w32-system-coding-system):
19213         * vc.el (vc-version-diff, vc-annotate):
19214         * textmodes/reftex-auc.el (reftex-arg-cite)
19215         (reftex-arg-index-tag):
19216         * textmodes/refer.el (refer-get-bib-files):
19217         * textmodes/artist.el (artist-figlet-choose-font):
19218         * terminal.el (terminal-emulator):
19219         * replace.el (occur-read-primary-args):
19220         * rect.el (string-rectangle, string-insert-rectangle):
19221         * ps-print.el (ps-print-preprint):
19222         * progmodes/pascal.el (pascal-goto-defun):
19223         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
19224         * progmodes/compile.el (compilation-find-file):
19225         * printing.el (pr-interactive-n-up):
19226         * play/animate.el (animate-birthday-present):
19227         * net/rcompile.el (remote-compile):
19228         * man.el (man, Man-goto-section, Man-follow-manual-reference):
19229         * mail/rmailsum.el (rmail-summary-search-backward)
19230         (rmail-summary-search):
19231         * mail/rmailout.el (rmail-output-read-rmail-file-name)
19232         (rmail-output-read-file-name):
19233         * mail/rmail.el (rmail-search, rmail-search-backwards):
19234         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
19235         * locate.el (locate):
19236         * international/quail.el (quail-show-keyboard-layout):
19237         * international/mule.el (set-buffer-file-coding-system)
19238         (revert-buffer-with-coding-system, set-file-name-coding-system)
19239         (set-terminal-coding-system, set-keyboard-coding-system)
19240         (set-next-selection-coding-system):
19241         * international/mule-diag.el (describe-coding-system)
19242         (describe-font, describe-fontset):
19243         * international/mule-cmds.el (universal-coding-system-argument)
19244         (search-unencodable-char, describe-input-method)
19245         (set-language-environment, describe-language-environment):
19246         * international/codepage.el (codepage-setup):
19247         * international/code-pages.el (codepage-setup):
19248         * info.el (Info-search, Info-follow-reference)
19249         (Info-search-backward):
19250         * emacs-lisp/advice.el (ad-read-advised-function)
19251         (ad-read-advice-class, ad-clear-cache, ad-activate)
19252         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
19253         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
19254         (ad-read-regexp):
19255         * ediff-util.el (ediff-toggle-regexp-match):
19256         * ediff-ptch.el (ediff-prompt-for-patch-file):
19257         * dired-aux.el (dired-diff):
19258         * diff.el (diff):
19259         * cus-edit.el (custom-variable-prompt):
19260         * calendar/timeclock.el (timeclock-ask-for-project):
19261         * calc/calcalg3.el (calc-get-fit-variables):
19262         * calc/calc-store.el (calc-edit-variable)
19263         (calc-permanent-variable):
19264         * vc-mcvs.el (vc-mcvs-register):
19265         * shadowfile.el (shadow-define-literal-group):
19266         * woman.el (woman-file-name):
19267         * vc.el (vc-version-diff, vc-merge):
19268         * textmodes/reftex-index.el (reftex-index-complete-tag):
19269         * format.el (format-decode-buffer, format-decode-region):
19270         * emulation/viper-cmd.el (viper-read-string-with-history):
19271         * emacs-lisp/debug.el (cancel-debug-on-entry):
19272         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
19273         * ediff.el (ediff-merge-revisions)
19274         (ediff-merge-revisions-with-ancestor, ediff-revision):
19275         * completion.el (interactive-completion-string-reader):
19276         * calc/calc-prog.el (calc-user-define-formula):
19277         Follow convention for reading with the minibuffer.
19279 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
19281         * progmodes/python.el (python-describe-symbol): Add globals() and
19282         locals() to the arguments of emacs.ehelp.
19284 2005-09-24  Magnus Henoch  <mange@freemail.hu>
19286         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
19287         New function, code extracted from ispell-valid-dictionary-list.
19288         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
19289         Call it.
19291 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
19293         * subr.el (version-regexp-alist): Extend valid syntax for version
19294         strings: allow any of the characters -,_,+ to separate the
19295         alpha/beta/rc part from the version part.  Doc fix.
19296         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
19298 2005-09-23  David Reitter  <david.reitter@gmail.com>
19300         * mail/mailclient.el: New file.
19302 2005-09-23  Richard M. Stallman  <rms@gnu.org>
19304         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
19305         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
19306         Doc fixes.
19308         * progmodes/cc-mode.el (c-font-lock-init):
19309         Specify font-lock-lines-before.
19311 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19313         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
19314         whole conflict.
19316 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
19318         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
19319         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
19320         of `remap' feature when available.  Additional key bindings for
19321         better tty support.
19322         (org-mode-restart, org-force-self-insert): New commands.
19323         (org-time-stamp-inactive): New command.
19324         (org-remap): New function.
19325         (org-table-auto-blank-field, org-level-color-stars-only): New options.
19326         (org-enable-fixed-width-editor): Move to `org-structure'
19327         customization group.
19328         (org-self-insert-command, orgtbl-self-insert-command): Modify to
19329         blank field after field motion commands.
19331 2005-09-23  Kenichi Handa  <handa@m17n.org>
19333         * international/mule-cmds.el (set-language-environment):
19334         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
19335         have to call utf-translate-cjk-load-tables.
19337 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19339         * mouse.el (mouse-move-drag-overlay): Fix last change.
19341 2005-09-22  David Ponce  <david@dponce.com>
19343         * tree-widget.el (tree-widget-value-create): Fix previous change.
19345 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
19347         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
19349 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19351         * mouse.el (mouse-move-drag-overlay): New function.
19352         (mouse-drag-region-1): Use it.
19353         Try to simplify a bit the state handling.  Handle clicks on links
19354         inside intangible areas.
19355         (mouse-save-then-kill): Minor simplification.
19356         (mouse-secondary-overlay): Make it always non-nil instead of
19357         recreating it each time.
19358         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
19359         (mouse-kill-secondary, mouse-secondary-save-then-kill):
19360         Simplify accordingly.
19362 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
19364         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
19366 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
19368         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
19369         (ediff-file-name-sans-prefix): Treat nil as an empty string.
19370         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
19371         to patch.
19373         * ediff-util.el: Use insert-buffer-substring.
19375         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
19377         * emulation/viper-cmd.el (viper-change-state): Don't move over the
19378         field boundaries in the minibuffer.
19379         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
19380         (viper-minibuffer-post-command-hook): New hook.
19381         (viper-line): Don't move cursor at bolp.
19383         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
19385         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
19386         avoid compiler warnings.
19388         * emulation/viper-macs.el (ex-map): Better messages.
19390         * emulation/viper-utils.el (viper-beginning-of-field): New function.
19392         * emulation/viper.el: Replace make-variable-buffer-local with
19393         viper-make-variable-buffer-local everywhere, to avoid warnings.
19395 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19397         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
19398         Delete unused var `old-selected-window'.
19399         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
19400         (mouse-drag-secondary): Delete unused var `start-frame'.
19402 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
19404         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
19406 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19408         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
19409         Re-indent within 80 columns.  Use inhibit-read-only.
19411 2005-09-19  Romain Francoise  <romain@orebokech.com>
19413         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
19415 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19417         * font-lock.el (font-lock-default-fontify-region): Don't add a line
19418         unconditionally, since the after-change-function already did it.
19420 2005-09-19  Miles Bader  <miles@gnu.org>
19422         * net/newsticker.el: Get rid of CVS keyword.
19424 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
19426         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
19427         The prompt is formatted later.
19429 2005-09-19  David Ponce  <david@dponce.com>
19431         * tree-widget.el (tree-widget-value-create): Save the converted
19432         tree :node widget.
19434 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
19436         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
19437         variable `message'.
19439 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
19441         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
19442         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
19443         <slawomir.nowaczyk.847@student.lu.se>.
19445 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
19447         * image.el (image-load-path): Use symbol `data-directory' instead
19448         of its value, for backward compatibility with packages that bind
19449         it during `find-image'.  Suggested by Katsumi Yamaoka.
19450         (image-search-load-path): Handle symbols whose values are strings.
19452 2005-09-18  Romain Francoise  <romain@orebokech.com>
19454         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
19455         with-current-buffer form in save-excursion.
19457 2005-09-18  Deepak Goel  <deego@gnufans.org>
19459         * apropos.el (apropos-command): Fix `message' call: first arg
19460         should be a format spec.  In this and all other cases that appear
19461         below and elsewhere in the source code, I made a change only when
19462         two conditions were satisfied: [1] I can think of a possibility
19463         that the arguments would cause an error, for example, the code in
19464         question relies on external variables such as filenames.  [2] I
19465         was sure that the arg to `message' could not have been nil in the code.
19467         * textmodes/tildify.el (tildify-region): Ditto.
19469         * textmodes/reftex-index.el (reftex-index-change-entry)
19470         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
19471         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
19472         * textmodes/org.el (org-complete, org-deadline, org-schedule)
19473         (org-priority, org-table-sum):
19474         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
19475         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
19476         (flyspell-word, flyspell-display-next-corrections):
19477         * textmodes/bibtex.el (bibtex-print-help-message):
19478         * textmodes/artist.el (artist-key-set-point-poly):
19479         * term/mac-win.el (mac-services-insert-text):
19480         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
19481         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
19482         (vhdl-port-paste-testbench, vhdl-compose-new-component)
19483         (vhdl-compose-configuration):
19484         * progmodes/sh-script.el (sh-blink, sh-show-indent)
19485         (sh-set-indent, sh-learn-line-indent):
19486         * progmodes/ps-mode.el (ps-mode-target-column):
19487         * progmodes/idlwave.el (idlwave-make-tags)
19488         (idlwave-scan-library-catalogs):
19489         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
19490         * progmodes/gud.el (gud-jdb-analyze-source):
19491         * progmodes/flymake.el (flymake-log):
19492         * progmodes/ebnf2ps.el (ebnf-generate-region):
19493         * progmodes/cmacexp.el (c-macro-expansion):
19494         * progmodes/ada-xref.el (ada-treat-cmd-string):
19495         * progmodes/ada-mode.el (ada-create-case-exception-substring)
19496         (ada-justified-indent-current, ada-batch-reformat):
19497         * play/zone.el (zone):
19498         * play/landmark.el (lm-move):
19499         * play/decipher.el (decipher-show-alphabet):
19500         * net/newsticker.el (newsticker--display-jump)
19501         (newsticker--display-scroll):
19502         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
19503         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
19504         * mail/feedmail.el (feedmail-dump-message-to-queue):
19505         * eshell/esh-proc.el (eshell-remove-process-entry):
19506         * emulation/ws-mode.el (ws-last-error):
19507         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
19508         (viper-record-kbd-macro):
19509         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
19510         * emacs-lisp/lisp-mnt.el (lm-report-bug):
19511         * emacs-lisp/find-func.el (find-function-noselect):
19512         * calendar/timeclock.el (timeclock-status-string)
19513         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
19514         (timeclock-when-to-leave-string):
19515         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
19516         * calc/calc-units.el (calc-enter-units-table):
19517         * calc/calc-mode.el (calc-mode-record-mode):
19518         * woman.el (woman-mini-help):
19519         * wdired.el (wdired-change-to-wdired-mode):
19520         * vc.el (vc-retrieve-snapshot):
19521         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
19522         * startup.el (display-startup-echo-area-message):
19523         * simple.el (set-goal-column):
19524         * ses.el (ses-command-hook, ses-recalculate-cell):
19525         * server.el (server-process-filter):
19526         * printing.el (pr-interface-txt-print, pr-interface-printify)
19527         (pr-interface-ps):
19528         * pcvs.el (cvs-help):
19529         * log-edit.el (log-edit, log-edit-mode-help):
19530         * iswitchb.el (iswitchb-possible-new-buffer):
19531         * isearch.el (isearch-edit-string):
19532         * image-mode.el (image-mode, image-minor-mode):
19533         * ibuf-macs.el (define-ibuffer-filter):
19534         * hi-lock.el (hi-lock-find-patterns):
19535         * files.el (toggle-read-only):
19536         * ediff-util.el (ediff-copy-diff)
19537         (ediff-write-merge-buffer-and-maybe-kill):
19538         * echistory.el (Electric-history-undefined):
19539         * dnd.el (dnd-insert-text):
19540         * dired-aux.el (dired-query):
19541         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
19542         * bookmark.el (bookmark-bmenu-locate):
19543         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
19544         Fix `message' calls to ensure first arg is a format string.
19545         The change was made only when these two conditions were satisfied:
19546         [1] when there is a possibility that the arguments would cause an error
19547         for example, if the code in question relies on external variables
19548         such as filenames, and
19549         [2] if the arg to `message' could not have been nil in the code.
19551         * pcomplete.el (pcomplete--help): Fix `message' format spec.
19552         Not having a %s would be weird, though not technically wrong.
19554 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19556         * term/mac-win.el (mac-add-charset-info): Doc fix.
19558 2005-09-17  Romain Francoise  <romain@orebokech.com>
19560         * shell.el (shell-resync-dirs): Handle echoing processes more
19561         reliably.  Don't insert resync command if `comint-process-echoes'
19562         is non-nil.
19564 2005-09-17  Magnus Henoch  <mange@freemail.hu>
19566         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
19567         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
19568         aspell versions >= 0.60.
19569         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
19570         only if ispell-aspell-supports-utf8 is non-nil.
19572 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
19574         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
19575         buffer-local value to lisp-indent-function.
19577 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
19579         * progmodes/glasses.el (glasses-make-readable): If
19580         glasses-separator differs from underscore, put appropriate
19581         overlays over underscore characters.
19582         (glasses-convert-to-unreadable): If glasses-separator differs from
19583         underscore, try to convert glasses-separator characters to
19584         underscores.
19586 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19588         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
19589         Use with-syntax-table and dolist.
19591 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
19593         * textmodes/reftex-auc.el:
19594         * textmodes/reftex-cite.el:
19595         * textmodes/reftex-dcr.el:
19596         * textmodes/reftex-global.el:
19597         * textmodes/reftex-parse.el:
19598         * textmodes/reftex-ref.el:
19599         * textmodes/reftex-sel.el:
19600         * textmodes/reftex-toc.el:
19601         * textmodes/reftex-vars.el:
19602         * textmodes/reftex.el: Small changes to remove compiler warnings.
19604         * textmodes/reftex-index.el: Likewise.
19605         (reftex-query-index-phrase): More efficient use of markers.
19607 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
19609         * image.el (image-load-path): New variable.
19610         (image-search-load-path): New function.
19611         (find-image): Search for images in `image-load-path'.
19613 2005-09-15  Richard M. Stallman  <rms@gnu.org>
19615         * follow.el: Change Maintainer field.
19617 2005-09-15  David Ponce  <david@dponce.com>
19619         * recentf.el (recentf-save-file-modes): New option.
19620         (recentf-save-list): Use it.
19622 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
19624         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
19625         (mode-line-mule-info, mode-line-modified): Move bindings from
19626         mouse-3 to mouse-1.
19628 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
19630         * simple.el (sendmail-user-agent-compose): Revert last change.
19632 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19634         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
19635         Use with-current-buffer.
19636         (ange-ftp-gwp-start): Remove unused var `gw-user'.
19637         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
19638         (ange-ftp-insert-directory): Remove unused var `short'.
19639         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
19641         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
19642         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
19644         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
19645         (check-calendar-holidays, diary-list-entries): Autoload.
19646         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
19647         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
19649         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
19650         which mistakenly removed a call to display-buffer.
19652 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
19654         * obsolete/iso-insert.el: Move to obsolete/ from international/.
19656 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
19658         * progmodes/hideshow.el
19659         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
19660         (hs-allow-nesting): New user var.
19661         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
19662         (hs-hide-block-at-point): When nesting allowed,
19663         if there is already an overlay in place, delete it.
19664         (hs-safety-is-job-n): Delete func; remove call sites.
19665         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
19666         (hs-overlay-at): New func.
19667         (hs-already-hidden-p, hs-show-block): Use it.
19668         (hs-hide-all): Don't pre-clean if nesting allowed.
19669         (hs-show-all): Temporarily disallow
19670         nesting around call to `hs-discard-overlays'.
19672 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
19674         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
19675         Delete unused local var.
19677 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
19679         * help-fns.el (describe-categories): "?\ " -> "?\s".
19680         (help-do-arg-highlight): Recognize also ARG-n, as in
19681         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
19683         * international/codepage.el (dos-unsupported-char-glyph):
19684         * net/newsticker.el (tool-bar-map, w3-mode-map)
19685         (w3m-minor-mode-map):
19686         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
19687         (ent-alist):
19688         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
19690 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
19692         * custom.el (custom-push-theme): Handle the case where a symbol is
19693         bound but face properties have not yet been assigned.
19695         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
19696         Fix behavior if noerase is `t' and there is no mail buffer.
19698         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
19699         if `continue' is nil, rather than signal an error.
19701 2005-09-12  Richard M. Stallman  <rms@gnu.org>
19703         * font-lock.el (font-lock-keywords): Add autoload.
19705         * help-fns.el (describe-variable): Rearrange to put source link
19706         in a predictable place.
19708         * net/newsticker.el: New file.
19710 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19712         * calendar/calendar.el (calendar-for-loop): Add edebug info.
19713         (calendar-basic-setup): Use the new nil arg.
19714         (number-of-diary-entries): Move to diary-lib.el.
19716         * calendar/diary-lib.el: Use with-current-buffer, match-string.
19717         (diary-list-entries): Use with-syntax-table and dolist.
19718         Rename from list-diary-entries.
19719         Use number-of-diary-entries if `number' is nil.
19720         (diary, diary-view-entries): Use this new name and new nil arg value.
19721         (number-of-diary-entries): Move from calendar.el.
19722         (diary-unhide-everything): New function.
19723         (include-other-diary-files, fancy-diary-display)
19724         (diary-show-all-entries, make-diary-entry): Use it.
19725         (diary-mail-entries): Use buffer-string.
19726         (mark-diary-entries): Fix long standing paren typo.
19727         (diary-sexp-entry): Use count-lines.
19728         (make-diary-entry): Avoid `previous-line'.
19729         (diary-mode-map): New var.
19730         (diary-mode): Redraw cal after saving.  Setup header-line.
19731         (fancy-diary-display-mode): Use local-set-key.
19733         * startup.el (command-line): Try calling various terminal-init-foo-bar
19734         functions by stripping hyphenated suffixes from $TERM.
19736         * files.el (normal-mode): Check boundness of font-lock-keywords.
19738 2005-09-12  Richard M. Stallman  <rms@gnu.org>
19740         * progmodes/compile.el: Don't decide a file's directory
19741         until the user actually tries to go there.
19742         (compilation-next-error-function):
19743         Pass compilation-find-file the directory from the file-struct.
19744         (compilation-internal-error-properties): Separate local FILE-STRUCT
19745         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
19746         (compilation-find-file): Arg DIR renamed to DIRECTORY.
19747         Expand it, and if nil, use default-directory.
19748         (compilation-get-file-structure): Don't mix specified directory
19749         with default directory.  Put specified directory into
19750         file-struct.  Don't make the file name absolute.
19752         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19753         (compile-command): Add autoload.
19754         (compilation-disable-input): Add autoload.
19756 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
19758         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
19759         strings of the variables it can override.
19760         (time-stamp): New (as yet undocumented) time-stamp-format escapes
19761         %Q and %q, for fully-qualified domain name and unqualified host name.
19763 2005-09-11  Kim F. Storm  <storm@cua.dk>
19765         * emacs-lisp/authors.el (authors-aliases): Update list.
19766         (authors-fixed-entries): Update mldrag.el entry.
19768 2005-09-10  Alan Mackenzie  <acm@muc.de>
19770         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
19771         from the region narrowed to.
19773 2005-09-10  Magnus Henoch  <mange@freemail.hu>
19775         * textmodes/ispell.el (ispell-check-version): Signal an error if
19776         aspell version is less than 0.60.
19778 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
19780         * progmodes/octave-inf.el (inferior-octave-startup):
19781         Resync current dir at the end.
19783 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
19785         * woman.el (woman-topic-at-point-default):
19786         Rename to woman-use-topic-at-point-default.
19787         (woman-topic-at-point): Rename to woman-use-topic-at-point.
19788         (woman-file-name): Reflect renames above.  Automatically use the
19789         word at point as topic if woman-use-topic-at-point is non-nil.
19790         Otherwise offer it as default but don't insert it in the
19791         minibuffer.  Also use `test-completion' instead of `assoc' as
19792         suggested by Stefan Monnier.
19794 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
19796         * vc.el (vc-directory, vc-update-change-log): Throw an error on
19797         the attempt to do it over Tramp.  This is not yet supported.
19799 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
19801         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
19802         (menu-bar-non-minibuffer-window-p): New functions.
19803         ("Split Window", "Save As..."): Use them.
19804         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
19805         ("Print Buffer", "Truncate Long Lines in this Buffer"):
19806         Use menu-bar-menu-frame-live-and-visible-p.
19807         ("Save Buffer", "Insert File", "Open Directory...")
19808         ("Open File...", "Visit New File..."):
19809         Use menu-bar-non-minibuffer-window-p.
19810         (kill-this-buffer-enabled-p, dired <menu-enable>):
19811         Use menu-bar-non-minibuffer-window-p.
19813 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
19815         * cus-start.el (all): Don't complain about fringe-related
19816         built-ins if fringes are not supported.  Ditto about
19817         selection-related built-ins.  Fix the test for GTK-related built-ins.
19819         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
19820         ("Postscript Print Buffer", "Print Region", "Save As...")
19821         ("Save", "Insert File...", "Open Directory...")
19822         ("Open File...", "Visit New File..."")
19823         ("Truncate Long Lines in this Buffer"): Don't look at
19824         menu-updating-frame if this display does not support multiple frames.
19826 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19828         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
19830 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
19832         * woman.el: Format- and whitespace-related changes.
19834 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
19836         * woman.el: Fix my email address.
19838 2005-09-08  Richard M. Stallman  <rms@gnu.org>
19840         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
19841         (sh-mode): Locally set skeleton-pair-default-alist.
19843         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
19845         * progmodes/flymake.el: Require `compile' unconditionally.
19847         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
19849         * woman.el (woman-file-name): Provide a default, not initial input.
19851         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
19853         * font-lock.el (font-lock-support-mode): Doc fix.
19855         * descr-text.el (describe-property-list): Handle non-symbol prop names.
19857 2005-09-08  Richard M. Stallman  <rms@gnu.org>
19859         * simple.el (blink-matching-open): Get rid of text props from
19860         the string shown in echo area.  Don't permanently set point.
19861         Some rearrangements.
19863 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19865         * recentf.el (recentf-filename-handler): Add custom choice
19866         `abbreviate-file-name'.
19868         * msb.el (msb--very-many-menus): Fix typo.
19870         * disp-table.el (standard-display-european): Don't set
19871         enable-multibyte-characters to nil.
19873 2005-09-08  David Ponce  <david@dponce.com>
19875         * recentf.el (recentf-show-file-shortcuts-flag): New option.
19876         (recentf-expand-file-name): Doc fix.
19877         (recentf-dialog-mode-map): Define digit shortcuts.
19878         (recentf--files-with-key): New variable.
19879         (recentf-show-digit-shortcut-filter): New function.
19880         (recentf-open-files-items): New function.
19881         (recentf-open-files): Use it.
19882         (recentf-open-file-with-key): New command.
19884 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
19886         * buff-menu.el (Buffer-menu-sort-by-column): New function.
19887         Suggested by Kim F. Storm.
19888         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
19889         (Buffer-menu-make-sort-button): Use global keymap.
19891 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
19893         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
19894         (Man-getpage-in-background-advice): Remove defadvice; it isn't
19895         necessary any longer with the remapped command.
19896         (Man-bgproc-sentinel-advice): Remove defadvice which counts
19897         formatting time only.
19899         * net/tramp.el (tramp-action-password)
19900         (tramp-multi-action-password): Compile the password prompt from
19901         `method', `user' and `host'.  Sometimes it isn't obvious which
19902         password to enter, for example with remote files offered by
19903         recentf.el, or with multiple steps.  Suggested by Robert Marshall
19904         <robert@chezmarshall.freeserve.co.uk>.
19906 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19908         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
19909         Fix regexp for when "s///" is at the beginning of line.
19911 2005-09-07  Jay Belanger  <belanger@truman.edu>
19913         * calc/calc-poly.el (math-expand-term): Multiply out any powers
19914         when in matrix mode.
19916 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19918         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
19919         non-anonymous functions.
19921 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
19923         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
19924         when using a header line.  Otherwise, use mouse-1-click-follows-link.
19926         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
19927         can't be moved; don't signal an error.
19929 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
19931         * cus-theme.el (custom-theme-write-faces): Save the current face
19932         spec, not the defface spec.
19934         * custom.el (custom-known-themes): Clarify meaning of "standard".
19935         (custom-push-theme): Save old values in the standard theme.
19936         (disable-theme): Correct typo.
19937         (custom-face-theme-value) Deleted unused function.
19938         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
19940 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19942         * progmodes/compile.el (compilation-goto-locus): Take into account
19943         iconified frames when determining whether the buffer is
19944         already visible.
19945         Don't reset window height if the window already existed.
19947 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
19949         * custom.el (load-theme): Rename from require-theme.
19950         Add interactive spec.
19951         (enable-theme): Rename from custom-enable-theme.
19952         Add interactive spec.
19953         (disable-theme): Rename from custom-disable-theme.
19954         Add interactive spec.
19955         (custom-make-theme-feature): Doc fix.
19956         (custom-theme-directory): Doc fix.
19957         (provide-theme): Call enable-theme.
19959 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19961         * obsolete/lazy-lock.el (lazy-lock-mode):
19962         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
19963         font-lock-mode if it's off.  Print a warning instead.
19965         * progmodes/compile.el (compilation-start): Ignore errors if the
19966         process died before we get to send-eof.
19968         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
19969         Undo last change.  Enclosing the result in quotes broke things on Unix
19970         since tex-send-command passes it through shell-quote-argument.
19971         (tex-send-command): Pass `file' through convert-standard-filename
19972         when possible.
19973         (tex-uptodate-p): Handle the case where TeX hasn't put additional
19974         info in a transcript.
19976 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
19978         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
19979         fix compilation warning.  Reorder the key definitions to group
19980         together keys emitted by the current version of xterm.
19982         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
19983         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
19984         Reorder predicates to correct min-color usage.
19986 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
19988         * longlines.el (longlines-mode): Inhibit read-only when encoding.
19989         Kill local variables when longlines-mode is turned off.
19991 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19993         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
19995         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
19997         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
19999         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
20000         (font-lock-lines-before): Change default to being inactive.
20001         (font-lock-default-fontify-region): Obey font-lock-lines-before.
20002         (font-lock-after-change-function): Don't handle f-l-lines-before here.
20004 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
20006         * net/tramp.el (tramp-handle-make-auto-save-file-name):
20007         Deactivate temporarily advice if active (not needed for Emacs 22,
20008         but for backwards compatibility).
20009         (tramp-exists-file-name-handler): Rewrite.  First implementation
20010         was too simple.
20011         (tramp-advice-make-auto-save-file-name):
20012         Call `tramp-handle-make-auto-save-file-name' (again, just for
20013         backwards compatibility).
20015 2005-08-31  Reto Zimmermann  <reto@gnu.org>
20017         * progmodes/vhdl-mode.el
20018         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
20019         (vhdl-end-p): Fix indentation bug "else" after "-- when".
20020         (vhdl-set-default-project): New function (easier setting of default).
20021         (vhdl-port-copy): Handle extended identifiers for generics.
20022         (vhdl-compiler-alist): Better description for error message regexp.
20023         (vhdl-make): Query for target, use previous as default.
20024         (vhdl-port-copy): Fix port copy for port names starting with "signal".
20025         (vhdl-font-lock-keywords-2): Fix fontification for record
20026         el. assign.
20027         (vhdl-speedbar-make-subpack-line): Add package body link.
20028         (vhdl-generate-makefile-1): Not include itself as dependency.
20029         (vhdl-font-lock-init): Highlight c-preprocessor directives.
20030         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
20031         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
20032         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
20033         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
20034         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
20035         (vhdl-import-project): Add string argument for `error'.
20036         (vhdl-compose-configuration)
20037         (vhdl-compose-configuration-architecture): Add configuration
20038         declaration generation.
20039         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
20040         (vhdl-trailer-re): Add "record" keyword (better indentation).
20041         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
20042         "[^ \t-\"]+".
20043         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
20044         (vhdl-testbench-entity-file-name)
20045         (vhdl-testbench-architecture-file-name): Allow separate
20046         customization of testbench file names.
20047         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
20048         (vhdl-get-visible-signals): Allow newline within alias declaration.
20049         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
20050         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
20051         (member-ignore-case): Alias for missing function in XEmacs.
20052         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
20053         (vhdl-update-sensitivity-list): Ignore case on read signals.
20054         (vhdl-replace-string): Adjust case only for file names.
20055         (vhdl-update-sensitivity-list): Fix search for read signals.
20056         (vhdl-update-sensitivity-list): Exclude formal parameters.
20057         (vhdl-get-visible-signals): Include aliases of signals.
20058         (vhdl-get-visible-signals): Fix signal name searching.
20059         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
20060         (vhdl-fixup-whitespace-region): Fix for character
20061         literals (e.g. `:').
20063 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20065         * ansi-color.el (comint-last-output-start):
20066         * bs.el (font-lock-verbose):
20067         * diff-mode.el (add-log-buffer-file-name-function):
20068         * dired-x.el (vm-folder-directory):
20069         * faces.el (help-xref-stack-item):
20070         * files.el (font-lock-keywords):
20071         * find-lisp.el (dired-buffers, dired-subdir-alist):
20072         * ido.el (cua-inhibit-cua-keys):
20073         * log-view.el (cvs-minor-wrap-function):
20074         * outline.el (font-lock-warning-face):
20075         * simple.el (compilation-current-error):
20076         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
20077         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
20078         * tooltip.el (comint-prompt-regexp):
20079         * w32-fns.el (explicit-shell-file-name):
20080         * term/mac-win.el (mac-charset-info-alist)
20081         (mac-services-selection, mac-system-script-code):
20082         * term/tty-colors.el (msdos-color-values):
20083         * term/w32-win.el (xlfd-regexp-registry-subnum):
20084         * term/x-win.el (x-keysym-table, x-selection-timeout)
20085         (x-session-id, x-session-previous-id):
20086         * textmodes/ispell.el (mail-yank-prefix):
20087         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
20088         * textmodes/org.el (calc-embedded-close-formula)
20089         (calc-embedded-open-formula)
20090         (font-lock-unfontify-region-function):
20091         * textmodes/reftex-global.el (isearch-next-buffer-function)
20092         (TeX-master):
20093         * textmodes/reftex.el (font-lock-keywords):
20094         * textmodes/tex-mode.el (font-lock-comment-face)
20095         (font-lock-doc-face):
20096         * textmodes/texinfo.el (outline-heading-alist):
20097         Add defvars.
20099         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
20100         (artist-spray-chars, artist-mode-init, artist-replace-string)
20101         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
20102         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
20103         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
20105         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
20106         (conf-align-assignments): "?\ " -> "?\s".
20108         * textmodes/reftex-index.el (TeX-master): Add defvar.
20109         (reftex-index-phrases-marker): Move up defvar.
20111         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
20112         (reftex-toc-include-labels-indicator)
20113         (reftex-toc-include-index-indicator)
20114         (reftex-toc-max-level-indicator): Move up declarations.
20116         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
20117         of args to `tramp-run-real-handler', even if it's empty in this case.
20119 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20121         * dired.el (dired-move-to-filename-regexp): Add date format for
20122         Mac OS X 10.3 in East Asian locales.
20124 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
20126         * files.el (make-auto-save-file-name): Add file name handler call
20127         if applicable.
20129         * net/tramp.el (tramp-file-name-handler-alist)
20130         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
20131         (tramp-handle-make-auto-save-file-name): Rename from
20132         `tramp-make-auto-save-file-name'.
20133         (tramp-exists-file-name-handler): New defun.
20134         (tramp-advice-make-auto-save-file-name): Make defadvice only when
20135         `make-auto-save-file-name' is not a magic file name operation.
20137 2005-08-30  Richard M. Stallman  <rms@gnu.org>
20139         * files.el (risky-local-variable-p):
20140         Match `-predicates' and `-commands.
20142         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
20143         (custom-save-all): Visit the file if necessary;
20144         kill the buffer if we created it.
20145         (custom-save-delete): Don't visit file or kill buffer here.
20147 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
20149         * textmodes/org.el (org-special-keyword): New face.
20150         (org-table-copy-down, org-table-eval-formula)
20151         (org-table-recalculate, org-init-section-numbers):
20152         Use `string-to-number' instead of `string-to-int'.
20153         (org-get-location): Use `insert-buffer-substring' instead of
20154         `insert-buffer'.
20155         (org-modify-diary-entry-string): New function.
20156         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
20157         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
20158         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
20159         active region.
20160         (org-export-as-html): Handle QUOTE keyword.
20161         (org-quote-string): New option.
20162         (org-bookmark-jump-unhide): New function, used for
20163         `bookmark-after-jump-hook'.
20164         (org-diary-default-entry): Apply only when not called through
20165         `org-agenda'.
20167 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
20169         * net/eudc.el (mode-popup-menu):
20170         * play/handwrite.el (ps-printer-name, ps-lpr-command):
20171         * progmodes/ada-mode.el (compile-auto-highlight)
20172         (skeleton-further-elements):
20173         * progmodes/autoconf.el (font-lock-syntactic-keywords):
20174         * progmodes/cmacexp.el (msdos-shells):
20175         * progmodes/compile.el (font-lock-extra-managed-props)
20176         (font-lock-keywords, font-lock-maximum-size)
20177         (font-lock-support-mode):
20178         * progmodes/grep.el (font-lock-lines-before):
20179         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
20180         * progmodes/mixal-mode.el (compile-command):
20181         * progmodes/perl-mode.el (font-lock-comment-face)
20182         (font-lock-doc-face, font-lock-string-face):
20183         * progmodes/prolog.el (comint-prompt-regexp):
20184         * progmodes/sh-script.el (font-lock-comment-face)
20185         (font-lock-set-defaults, font-lock-string-face):
20186         * progmodes/sql.el (font-lock-keyword-face)
20187         (font-lock-set-defaults, font-lock-string-face):
20188         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
20189         (itimer-version, lazy-lock-defer-contextually)
20190         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
20191         Add defvars.
20193         * progmodes/cperl-mode.el (cperl-electric-lbrace)
20194         (cperl-electric-keyword, cperl-electric-pod)
20195         (cperl-electric-backspace, cperl-forward-re)
20196         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
20197         (vc-rcs-header, vc-sccs-header): Add defvars.
20199         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
20200         (font-lock-syntactic-keywords, gud-find-expr-function):
20201         Add defvars.
20203         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
20204         (gdb-frame-parameters): Declare before use.
20206         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
20207         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
20208         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
20209         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
20211         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
20212         (idlwave-help-with-source): Use `insert-buffer-substring', not
20213         `insert-buffer'.
20215 2005-08-29  Juri Linkov  <juri@jurta.org>
20217         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
20218         Put outline-back-to-heading function call inside save-excursion.
20220 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
20222         * man.el (Man-init-defvars, Man-translate-references)
20223         (Man-support-local-filenames, Man-highlight-references):
20224         * progmodes/sql.el (sql-interactive-mode):
20225         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
20227         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
20228         (compilation-mode-font-lock-keywords): Add defvars.
20229         (checkdoc-interactive-loop): "?\ " -> "?\s".
20231         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
20232         (font-lock-doc-face, font-lock-string-face)
20233         (font-lock-keywords-case-fold-search): Add defvars.
20234         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
20236         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
20237         Don't pass X and Y (they are ignored anyway).
20238         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
20239         (mouse-delete-window): Make arguments optional.
20241         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
20242         (caesar-translate-table, minor-modes, news-buffer-save)
20243         (news-group-name, news-minor-modes): Add defvars.
20245         * emacs-lisp/lselect.el (mouse-highlight-priority)
20246         (x-lost-selection-functions, zmacs-regions):
20247         * emacs-lisp/pp.el (font-lock-verbose):
20248         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
20249         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
20250         (ses-mode-map):
20251         * emacs-lisp/tcover-unsafep.el (safe-functions):
20252         * international/mule-cmds.el (mac-system-coding-system)
20253         (mac-system-locale):
20254         * language/ethio-util.el (rmail-current-message)
20255         (rmail-message-vector):
20256         * language/thai-util.el (thai-auto-composition-mode):
20257         * mail/metamail.el (rmail-current-message, rmail-message-vector):
20258         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
20259         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
20260         (vm-primary-inbox, vm-spool-files):
20261         * mail/rmail.el (deleted-head, font-lock-fontified)
20262         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
20263         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
20264         (total-messages):
20265         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
20266         (rmail-summary-mode-map):
20267         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
20268         (rmail-last-label, rmail-last-multi-labels)
20269         (rmail-summary-vector, rmail-total-messages):
20270         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
20271         * mail/rmailsum.el (msgnum):
20272         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
20273         (rmail-current-message):
20274         * obsolete/fast-lock.el (font-lock-face-list):
20275         * obsolete/rnewspost.el (mail-reply-buffer):
20276         * obsolete/scribe.el (compile-command):
20277         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
20279 2005-08-28  John Paul Wallington  <jpw@gnu.org>
20281         * ibuf-ext.el (ibuffer-auto-update-changed):
20282         Use `frame-or-buffer-changed-p' to check whether we need to update.
20283         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
20284         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
20285         as a `frame-or-buffer-changed-p' state vector instead.
20287 2005-08-27  Romain Francoise  <romain@orebokech.com>
20289         * textmodes/makeinfo.el (makeinfo-compile):
20290         Use `compilation-start'.  Set `next-error-function' according to
20291         `disable-errors'.
20292         (makeinfo-next-error): New function.
20293         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
20294         (makeinfo-buffer): Likewise.
20296         * progmodes/compile.el (compilation-start): Add autoload cookie.
20298         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
20299         * textmodes/sgml-mode.el: Likewise.
20300         * progmodes/python.el: Likewise.
20302 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
20304         * simple.el (blink-matching-paren-distance): Document the meaning
20305         of nil value, and allow to customize to nil.
20307         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
20308         command.com, not command.exe.
20310 2005-08-26  John Wiegley  <johnw@newartisans.com>
20312         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
20313         code around a bit so that an extraneous nil argument is not added
20314         to a command when no args are given.
20316         * eshell/esh-arg.el (eshell-parse-double-quote): If a
20317         double-quoted argument resolves to nil, return it as an empty
20318         string rather than as nil.  This made it impossible to pass "" to
20319         a shell script as a null string argument.
20321 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20323         * outline.el (outline-invent-heading): New fun.
20324         (outline-promote, outline-demote): Use it.
20325         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
20326         (outline-end-of-subtree): Remove unused var `opoint'.
20328 2005-08-26  David Reitter  <david.reitter@gmail.com>
20330         * menu-bar.el (truncate-lines, write-file, print-buffer)
20331         (ps-print-buffer-faces, ps-print-buffer, split-window):
20332         Disable menu items when the frame they refer to is invisible, or when
20333         they refer to a buffer and the minibuffer is selected.
20335 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
20337         * progmodes/flymake.el (flymake-highlight-err-lines):
20338         Use save-excursion around flymake-highlight-line to preserve point.
20340 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
20342         * progmodes/octave-mod.el: Change Author and Maintainer address.
20343         (octave-maintainer-address): Change Kurt's email address.
20344         * progmodes/octave-inf.el: Change Author and Maintainer address.
20345         * progmodes/octave-hlp.el: Change Author and Maintainer address.
20347 2005-08-26  Kim F. Storm  <storm@cua.dk>
20349         * subr.el (version-list-<, version-list-<=, version-list-=):
20350         Rename from integer-list-*.
20351         (version-list-not-zero): Likewise.  Fix while loop.
20352         (version=): Use version-list-= instead of string-equal.
20354 2005-08-26  Richard M. Stallman  <rms@gnu.org>
20356         * outline.el (outline-promote): Try shortening the heading.
20357         As last resort, read the heading to use.
20358         (outline-demote): As last resort, read the heading to use.
20360 2005-08-26  Romain Francoise  <romain@orebokech.com>
20362         * progmodes/compile.el (compilation-start): Doc fix.
20364         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
20365         (antlr-font-lock-additional-keywords): Fix reference to
20366         `antlr-font-lock-literal-regexp' erroneously changed during the
20367         mass face rename.
20368         (antlr-run-tool): Use `compilation-start'.
20370         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
20371         instead of the obsolete `compile-internal'.
20373 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
20375         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
20376         (number, original-date):
20377         * calendar/cal-china.el (date):
20378         * calendar/cal-coptic.el (date):
20379         * calendar/cal-french.el (date):
20380         * calendar/cal-hebrew.el (date, entry, number, original-date):
20381         * calendar/cal-islam.el (date, number, original-date):
20382         * calendar/cal-iso.el (date):
20383         * calendar/cal-julian.el (date):
20384         * calendar/cal-mayan.el (date):
20385         * calendar/cal-menu.el (date, event):
20386         * calendar/cal-persia.el (date):
20387         * calendar/lunar.el (date):
20388         * calendar/solar.el (date): Add defvars.
20390         * emerge.el:
20391         * ibuffer.el:
20392         * info-xref.el:
20393         * obsolete/bg-mouse.el:
20394         * obsolete/sun-curs.el:
20395         * obsolete/swedish.el: Move the `defvar's to the top level.
20397         * smerge-mode.el (smerge-refined-change): Add :group.
20399 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20401         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
20402         (smerge-keep-n): Remove props.
20403         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
20404         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
20405         now that it's done in smerge-keep-n.
20406         (smerge-refined-change): New face.
20407         (smerge-refine-chopup-region, smerge-refine-highlight-change)
20408         (smerge-refine): New funs.
20409         (smerge-basic-map): Bind smerge-refine.
20411 2005-08-25  Juri Linkov  <juri@jurta.org>
20413         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
20414         compilation-process-setup-function and compilation-disable-input
20415         in grep-mode instead of let-bindings in grep.
20417         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
20418         Delete "Automatic File De/compression" (auto-compression-mode).
20420 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
20422         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
20423         Silence warning about non-existent variable.
20425 2005-08-25  Richard M. Stallman  <rms@gnu.org>
20427         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
20428         Rename "Describe Key" to "Describe Key or Mouse Operation".
20430         * mail/mailalias.el (build-mail-aliases): Delete comments
20431         from the contents before processing them.
20433         * isearch.el (isearch-edit-string): Erase the Search prompt
20434         if user enters an empty string and there is no default.
20436         * comint.el (comint-file-name-prefix): Add autoload.
20438 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
20440         * subr.el (play-sound): Rearrange to avoid warning.
20442 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
20444         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
20445         New hook.
20446         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
20448 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20450         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
20452         * custom.el (custom-theme-set-variables): Sort minor modes last.
20454 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20456         * subr.el (version-separator, version-regexp-alist): New vars used by
20457         version comparison funs.
20458         (integer-list-<, integer-list-=, integer-list-<=)
20459         (integer-list-not-zero): New funs for integer list comparison.
20460         (version-to-list, version=, version<, version<=): New funs for version
20461         comparison.
20463 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
20465         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
20466         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
20467         time to silence the byte-compiler.
20469         * ibuffer.el (ibuffer-compile-make-eliding-form)
20470         (ibuffer-check-formats): Use `with-no-warnings' to hide references
20471         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
20472         so it's silly to get warnings for it).
20473         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
20474         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
20475         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
20476         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
20477         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
20478         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
20479         Defvar at compile time.
20480         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
20481         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
20482         Declare them before use.
20484         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
20485         (info-xref-good, info-xref-bad): Defvar at compile time.
20487         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
20488         Use `let*' instead of `let'.
20490         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
20491         (*mouse-y*, menu, char): Defvar at compile time.
20492         (sc::menu): Declare it before use.
20493         (sc::pack-one-line): Use `let', not `let*'.
20495         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
20496         (mail-send-hook): Defvar at compile time.
20498         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
20499         Defvar at compile time.
20501         * term/sun-mouse.el (current-global-mousemap)
20502         (current-local-mousemap): Declare them before use.
20504 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
20506         * bookmark.el (bookmark-after-jump-hook): New hook.
20507         (bookmark-jump): Run `bookmark-after-jump-hook'.
20509 2005-08-23  Juri Linkov  <juri@jurta.org>
20511         * faces.el (minibuffer-prompt): Doc fix.
20513 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
20515         * progmodes/xscheme.el: Trivial changes to silence warnings.
20516         (xscheme-previous-mode, xscheme-previous-process-state):
20517         Add defvars.
20518         (xscheme-last-input-end, xscheme-process-command-line)
20519         (xscheme-process-name, xscheme-buffer-name)
20520         (xscheme-expressions-ring-max, xscheme-expressions-ring)
20521         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
20522         (xscheme-control-g-synchronization-p)
20523         (xscheme-control-g-disabled-p, xscheme-string-receiver)
20524         (default-xscheme-runlight, xscheme-runlight)
20525         (xscheme-runlight-string, xscheme-process-filter-state)
20526         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
20527         Move to beginning of file.
20528         (scheme-interaction-mode-commands-alist)
20529         (scheme-interaction-mode-map, scheme-debugger-mode-map):
20530         Declare them before use.  Note: the initialization code for the
20531         variables has not been moved because it uses functions that reference
20532         the variables.
20533         (xscheme-control-g-message-string, xscheme-process-filter-alist)
20534         (xscheme-prompt-for-expression-map): Declare them before use.
20535         (scheme-debugger-mode-commands): "?\ " -> "?\s".
20537 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
20539         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
20541 2005-08-22  Juri Linkov  <juri@jurta.org>
20543         * faces.el (set-face-underline): Delete this duplicate function
20544         and make an obsolete alias to set-face-underline-p.
20545         (set-face-underline-p): Use docstring of set-face-underline.
20546         (describe-face): Create hyperlink to parent face.
20548         * info.el (Info-insert-dir): Use save-excursion around
20549         insert-buffer-substring.
20550         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
20551         (Info-escape-percent): Delete function.
20552         (Info-fontify-node): Replace Info-escape-percent by
20553         replace-regexp-in-string with REP arg set to lambda that
20554         duplicates `%' and preserves text properties.
20556         * progmodes/compile.el (compilation-disable-input): Doc fix.
20557         (define-compilation-mode): Doc fix and refill.
20558         (kill-compilation): Use `mode-name' in the error message.
20559         (compilation-find-file): Use `compilation-error' in the
20560         read-file-name's prompt.
20562 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20564         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
20565         (smerge-auto-leave): Make undo re-enable the mode.
20566         (debug-ignored-errors): Add the user-error of impossible resolution.
20567         (smerge-resolve): Move things around a bit, in preparation for later.
20568         (smerge-diff): Don't fail if the buffer has no associated file.
20569         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
20570         (smerge-conflict-overlay): New function.
20571         (smerge-match-conflict): Don't add text properties here.
20572         (smerge-find-conflict): Instead, add an overlay here.
20573         Also check for the case where we're inside a conflict already, so as to
20574         obviate the need for font-lock-multiline, which is unbearably slow with
20575         large conflicts and ciomplex font-lock patterns.
20576         (smerge-remove-props): Remove overlay rather than text-properties.
20577         (smerge-mode): Don't set font-lock-multiline.
20578         Remove overlays when turned off.
20580 2005-08-21  Kim F. Storm  <storm@cua.dk>
20582         * ido.el (ido-ignore-item-p): Use save-match-data.
20583         Bind case-fold-search to ido-case-fold locally.
20585 2005-08-20  Richard M. Stallman  <rms@gnu.org>
20587         * files.el (normal-mode): If font lock is on, turn it off and on.
20589         * subr.el (replace-regexp-in-string): Doc fix.
20591         * startup.el (command-line-1): Don't suppress startup screen
20592         due to existing processes.
20594         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
20596         * progmodes/compile.el (compilation-disable-input): Default to nil.
20598 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
20600         * progmodes/compile.el (compilation-disable-input): New defcustom.
20601         (compilation-start): If compilation-disable-input is non-nil, send
20602         EOF to the compilation process.
20604 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
20606         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
20607         Run the argument of tex-shell-cd-command through
20608         convert-standard-filename, to get the correct style of slashes on
20609         Windows, and enclose the result in quotes, in case the file name
20610         includes whitespace or other special characters.
20612 2005-08-19  Andreas Schwab  <schwab@suse.de>
20614         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
20615         process.
20617 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
20619         * cus-start.el (minibuffer-prompt-properties): Correct typo.
20621 2005-08-18  Kim F. Storm  <storm@cua.dk>
20623         * scroll-lock.el: Fix errors due to incorrect line wrapping.
20625 2005-08-18  Richard M. Stallman  <rms@gnu.org>
20627         * scroll-lock.el: New file.
20629 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
20631         * dired.el (dired-move-to-end-of-filename):
20632         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
20634 2005-08-18  Kim F. Storm  <storm@cua.dk>
20636         * ido.el (ido-everywhere): Fix defcustom :set function to disable
20637         rather than toggle mode when custom value is nil.
20638         (ido-everywhere): Fix defun doc string.
20640 2005-08-17  Richard M. Stallman  <rms@gnu.org>
20642         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
20643         as tag instead of "Inviolable".
20645 2005-08-17  Kim F. Storm  <storm@cua.dk>
20647         * windmove.el (windmove-coordinates-of-position): Remove.
20648         (windmove-coordinates-of-window-position): Remove.
20649         (windmove-reference-loc): Use posn-at-point instead.
20651         * subr.el (insert-for-yank-1): Doc fix.
20653         * ido.el (ido-enter-matching-directory): Rename from
20654         ido-enter-single-matching-directory.  Change `slash' choice to
20655         `only'.  Add `first' choice.
20656         (ido-exhibit): Adapt to above changes.
20658 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
20660         * Makefile.in: Expand comment about building loaddefs.el.
20662 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
20664         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
20665         Comment use of defadvice.
20667         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
20669 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
20671         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
20672         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
20673         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
20674         * progmodes/idlw-shell.el, progmodes/ld-script.el,
20675         * progmodes/which-func.el, ruler-mode.el, strokes.el,
20676         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
20677         for backward compatibility for faces that did not appear in the
20678         previous Emacs release.
20680         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
20682 2005-08-15  Kim F. Storm  <storm@cua.dk>
20684         * emulation/cua-base.el (cua-delete-region): Return t if
20685         deleted region was non-empty.
20686         (cua-replace-region): Inhibit overwrite-mode for
20687         self-insert-command if replaced region was non-empty.
20688         (cua--explicit-region-start, cua--status-string): Make them
20689         buffer-local at top-level...
20690         (cua-mode): ...rather than when mode is enabled.
20692 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
20694         * progmodes/vhdl-mode.el (vhdl-emacs-21):
20695         Set t for Emacs 21, 22, and so on.
20697 2005-08-15  David Ponce  <david@dponce.com>
20699         * tree-widget.el: Update Commentary header.
20700         (tree-widget-theme): Doc fix.
20701         (tree-widget-space-width): New option.
20702         (tree-widget-image-properties): Look up in the default theme too.
20703         (tree-widget--cursors): Only for images with arrow pointer shape.
20704         (tree-widget-lookup-image): Pointer shape is hand by default.
20705         (tree-widget-icon): Rename generic icon widget from
20706         `tree-widget-control'.
20707         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
20708         derive from `tree-widget-icon'.
20709         (tree-widget-handle): Improve default look and feel of the text
20710         representation.
20711         (tree-widget): Rename :*-control properties to :*-icon properties.
20712         Add :action and :help-echo properties.
20713         (tree-widget-after-toggle-functions): Move.
20714         (tree-widget-close-node, tree-widget-open-node): Remove.
20715         (tree-widget-before-create-icon-functions): New hook.
20716         (tree-widget-value-create): Update to allow customization of icons
20717         and nodes at run-time via that new hook.
20718         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
20719         (tree-widget-icon-action, tree-widget-icon-help-echo)
20720         (tree-widget-action, tree-widget-help-echo): New functions.
20722 2005-08-15  Kim F. Storm  <storm@cua.dk>
20724         * ido.el (ido-buffer-internal): Use with-no-warnings.
20725         (ido-make-merged-file-list): Use while-no-input.
20727 2005-08-15  Richard M. Stallman  <rms@gnu.org>
20729         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
20730         (flyspell-large-region): Fix doc and custom type.
20732 2005-08-14  Richard M. Stallman  <rms@gnu.org>
20734         * files.el (interpreter-mode-alist): Doc fix.
20736         * mail/rmail.el (rmail-nonignored-headers): New variable.
20737         (rmail-clear-headers): Use it.
20738         (rmail-reply): Better handling of mail-followup-to header.
20740         * progmodes/sh-script.el (sh-font-lock-keywords-var):
20741         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
20742         don't try to refer to executable-font-lock-keywords.
20743         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
20744         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
20745         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
20746         (sh-mode): Set comment-start-skip, local-abbrev-table,
20747         imenu-case-fold-search.
20748         (sh-set-shell): Don't set them here.
20749         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
20750         Don't cache the results in the original alist; don't ever modify
20751         that alist.
20753         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
20755         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
20756         empty.
20758 2005-08-15  Andreas Schwab  <schwab@suse.de>
20760         * desktop.el: Put autoload cookie at risky-local-variable declarations.
20762         * dired.el, info.el, mail/rmail.el: Revert last change.
20764 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
20766         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
20767         modification in `eval-after-load' form.
20768         * info.el: Likewise.
20769         * mail/rmail.el: Likewise.
20771 2005-08-14  Juri Linkov  <juri@jurta.org>
20773         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20774         Remove highlighting of "Compilation started".  Highlight only
20775         the word "finished" in "Compilation finished".  Add highlighting
20776         of "interrupt", "killed", "terminated" and the exit code.
20777         (compilation-start): Add newline after header.  Use exactly the
20778         same time stamp format as the finishing message.
20779         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
20781         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
20782         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
20783         Add highlighting of "interrupt", "killed", "terminated".
20785         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
20786         enabled and the current command is self-insert-command, call it
20787         explicitly with overwrite-mode bound to nil, to not allow it
20788         to delete the character after the selected region.
20790 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
20792         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
20793         move-end-of-line, end-of-line, and beginning-of-line to the list
20794         of commands after which the echo area is updated.
20796 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
20798         * cus-edit.el (custom-save-all, custom-save-delete):
20799         Bind recentf-exclude to exclude custom-file.
20801 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
20803         * mail/rmailsum.el (rmail-summary-end-of-message): New command
20804         to go to the bottom of the mail message.  Added to
20805         `rmail-summary-mode-map' with key "/".
20806         (rmail-summary-show-message): New (internal) function for use by
20807         both `rmail-summary-beginning/end-of-message'.
20808         (rmail-summary-beginning-of-message): Change to use
20809         rmail-summary-show-message.
20811         * mail/rmail.el (rmail-end-of-message): New command to go to the
20812         end of the current message.  Added to `rmail-mode-map' with key "/".
20813         (rmail-beginning-of-message): Fix to work as documented.
20814         (rmail-mode): Change documentation.
20816         * progmodes/compile.el (compilation-start): Add the line
20817         "Compilation started" with compilation start time.
20818         (compilation-mode-font-lock-keywords): Add `started' to keywords.
20820 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
20822         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
20823         of menu items.
20825 2005-08-11  Richard M. Stallman  <rms@gnu.org>
20827         * simple.el (pop-global-mark): Reverse test of widen-automatically.
20829         * battery.el (battery-status-function): Don't use ignore-errors.
20831 2005-08-11  Lute Kamstra  <lute@gnu.org>
20833         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
20834         define-obsolete-variable-alias.
20836 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20838         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
20839         (ange-ftp-send-cmd): Revert last change, and expand
20840         the comment explaining the problem.
20842 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
20844         * ldefs-boot.el: Update.
20846         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
20847         item to "Time, Load and Mail".  Change help echo text.
20849         * time.el (display-time-use-mail-icon, display-time-format)
20850         (display-time-string-forms): Shorten first line of docstrings.
20852 2005-08-10  Lars Hansen  <larsh@soem.dk>
20854         * desktop.el (desktop-buffer-mode-handlers):
20855         Make non-customizable.  Add autoload cookie.  Change initial value to
20856         nil; add elements in respective modules instead.  Fix doc string.
20857         (desktop-load-file): New function.
20858         (desktop-minor-mode-handlers): New autoloaded variable.
20859         (desktop-create-buffer): Call minor mode handlers.
20860         Use desktop-load-file to load major and minor mode modules prior to
20861         checking for a handler.
20862         (desktop-save): Don't add nil to desktop-minor-modes for minor
20863         modes with nil function in desktop-minor-mode-table.  Don't delete
20864         desktop file before rewriting it.
20865         (desktop-locals-to-save): Add autoload cookie.  Don't make
20866         automatically buffer-local.  Add variables column-number-mode,
20867         size-indication-mode, indent-tabs-mode,
20868         indicate-buffer-boundaries, indicate-empty-lines and
20869         show-trailing-whitespace.
20870         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
20871         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
20872         (desktop-clear-preserve-buffers-regexp): Delete.
20873         (desktop-clear-preserve-buffers): Update initial value and docstring.
20874         (desktop-save-buffer): Fix doc string.
20876         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
20877         (hilit-chg-desktop-restore): New function.
20878         (highlight-changes-mode): Add highlight-changes-mode to
20879         desktop-locals-to-save.
20881         * dired.el: Add handler to desktop-buffer-mode-handlers.
20882         (dired-restore-desktop-buffer): Remove autoload cookie.
20883         (dired-mode): Add autoload cookie.
20885         * info.el: Add handler to desktop-buffer-mode-handlers.
20886         (Info-restore-desktop-buffer): Remove autoload cookie.
20887         (Info-mode): Add autoload cookie.
20889         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
20890         (mh-restore-desktop-buffer): Remove autoload cookie.
20891         (mh-folder-mode): Add autoload cookie.
20893         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
20894         (rmail-restore-desktop-buffer): Remove autoload cookie.
20896 2005-08-11  Masatake YAMATO  <jet@gyve.org>
20898         * hexl.el (hexl-address-region):
20899         (hexl-ascii-region, hexl-font-lock-keywords):
20900         (hexl-highlight-line-range): Use the term "region"
20901         instead of "area" for consistency with the other symbols
20902         defined in hexl.el.
20904 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
20906         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
20907         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
20908         out by Juri Linkov).  Add `display-battery-mode'.
20910 2005-08-09  Juri Linkov  <juri@jurta.org>
20912         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20913         Remove `-text' from face variable names.
20914         (compilation-error-file-name, compilation-warning-file-name)
20915         (compilation-info-file-name): Delete faces.
20916         (compilation-line-number, compilation-column-number):
20917         Remove face underlining.
20918         (compilation-message-face): Set to `underline' value by default.
20919         (compilation-error-face, compilation-warning-face)
20920         (compilation-info-face): Remove `-file-name' from face names.
20921         (compilation-error-text-face, compilation-warning-text-face)
20922         (compilation-info-text-face): Delete face variables.
20923         (compilation-text-face): Delete function.
20925         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
20926         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
20927         (grep-error-face): Set to `compilation-error' instead of
20928         `compilation-error-face' (which is redefined to `grep-hit-face' in
20929         grep buffers).
20930         (grep-mode-font-lock-keywords): Remove `-text' from face variable
20931         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
20933         * dired-aux.el (dired-do-query-replace-regexp):
20934         Use `query-replace-read-args'.
20936         * replace.el (query-replace-read-from, query-replace-read-to)
20937         (query-replace-read-args): Rename arg `string' to `prompt'.
20939         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
20941 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
20943         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
20944         uploading files.
20945         (ange-ftp-canonize-filename): Handle file names beginning with ~
20946         correctly.
20948 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
20950         * textmodes/fill.el (canonically-space-region)
20951         (fill-context-prefix, fill-french-nobreak-p)
20952         (fill-delete-newlines, fill-comment-paragraph)
20953         (justify-current-line): "?\ " -> "?\s".
20955 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
20957         * textmodes/fill.el (fill-nonuniform-paragraphs):
20958         Improve argument/docstring consistency.
20960 2005-08-09  Richard M. Stallman  <rms@gnu.org>
20962         * textmodes/ispell.el (ispell-word): More fboundp checks.
20964         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
20965         (find-file-noselect-1): Call it here, only if RAWFILE.
20966         (normal-mode): Always set some major mode.
20967         (save-some-buffers-action-alist): Change some explanation strings.
20968         (file-name-non-special): In the `quote' method, use unwind-protect.
20970 2005-08-09  Magnus Henoch  <mange@freemail.hu>
20972         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
20973         (ispell-have-aspell-dictionaries): New variable.
20974         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
20975         (ispell-get-aspell-config-value): New function.
20976         (ispell-aspell-find-dictionary): New function.
20977         (ispell-aspell-add-aliases): New function.
20978         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
20979         appropriate.  Don't look for ispell dictionaries if we use aspell.
20980         (ispell-menu-map): Don't build a submenu of dictionaries.
20982 2005-08-09  Richard M. Stallman  <rms@gnu.org>
20984         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
20985         (sql-read-passwd): Use read-passwd.
20987         * progmodes/idlw-toolbar.el (idlwave-toolbar)
20988         (idlwave-toolbar-is-possible): Add defvars.
20990         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
20991         Avoid warnings.
20993         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
20994         (idlwave-system-class-info, idlwave-executive-commands-alist):
20995         Use defvar.
20997         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
20999         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
21000         Avoid warnings.
21002         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
21003         and content-type: headers.
21005         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
21007         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
21008         and rename some of them to be more self-explanatory.
21010         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
21012         * startup.el (command-line-1): Implement -scriptload.
21014         * replace.el (occur-engine): Initial *Occur* output not undoable.
21016         * menu-bar.el (menu-bar-file-menu): Rename some menu items
21017         and improve help strings.
21019         * isearch.el (isearch-repeat): When changing direction,
21020         mark search successful.
21022         * ediff-init.el: Use (featurep 'xemacs).
21024         * comint.el (send-invisible): Identify buffer, if not selected.
21026         * align.el: Delete autoload for c-guess-basic-syntax.
21028 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
21030         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
21031         Improve argument/docstring consistency.  Doc fixes.
21032         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
21033         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
21034         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
21035         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
21036         (r2bv-organization, r2bv-pages, r2bv-primary-author)
21037         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
21038         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
21039         Defvar at compile time.
21041 2005-08-09  Juri Linkov  <juri@jurta.org>
21043         * info.el: Replace `info' with upper-case `Info' where appropriate.
21044         (info-title-1, info-title-2, info-title-3, info-title-4)
21045         (info-menu-header): Move up face definitions.
21046         (info-menu-star): Rename from `info-menu-5'.
21047         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
21048         (Info-fontify-visited-nodes): Fix docstring.
21049         (Info-hide-note-references): Fix docstring.
21050         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
21051         menu items in the same way as on cross-references.
21052         (info-apropos): Fix sorting order and formatting to be like in the
21053         stand-alone Info browser.  Display error messages for 1 sec.
21054         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
21055         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
21056         from the menu bar.
21057         (Info-insert-dir): Restore point after calling
21058         `insert-buffer-substring'.
21060 2005-08-08  Richard M. Stallman  <rms@gnu.org>
21062         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
21063         (recompute-lucid-menubar): Add defvars.
21065         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
21067         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
21069         * net/net-utils.el (run-dig): Rename from `dig'.
21071         * play/gametree.el (gametree-mode): Use make-local-variable,
21072         not make-variable-buffer-local.
21074         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
21076         * ansi-color.el (ansi-color-make-extent)
21077         (ansi-color-set-extent-face): Use fboundp, not functionp.
21079         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
21080         not make-variable-buffer-local.
21082         * bookmark.el (Info-current-file): Add defvar.
21083         (bookmark-jump-noselect): Use with-no-warnings.
21085         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
21087         * ebuff-menu.el (Helper-return-blurb): Add defvar.
21089         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
21091         * find-file.el (ada-procedure-start-regexp)
21092         (ada-package-start-regexp): Add defvars.
21094         * info.el (Info-insert-dir): Use insert-buffer-substring.
21096         * xml.el (xml-att-def-re): Add defvar.
21098         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
21099         calling convention.
21101         * subr.el (while-no-input): Return t if there is input.
21103 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
21105         * cus-start.el (all): Add `overflow-newline-into-fringe'.
21107 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
21109         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
21110         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
21112 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
21114         * cmuscheme.el (scheme-start-file): Replace reference to
21115         `user-emacs-directory' by "~/.emacs.d/".
21117 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
21119         * info.el (Info-dir-remove-duplicates): Avoid case folding
21120         in loop; instead, keep downcased strings for comparison.
21121         Suggested by Helmut Eller.
21123 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
21125         Sync with Tramp 2.0.50.
21127         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
21128         XEmacs case; not necessary anymore.
21129         (tramp-user-regexp): Allow "@" as part of user name.
21130         (tramp-handle-set-visited-file-modtime)
21131         (tramp-handle-insert-file-contents)
21132         (tramp-handle-write-region): No special handling for
21133         `last-coding-system-used, because this is done in
21134         `tramp-accept-process-output' now.
21135         (tramp-accept-process-output): New defun.
21136         (tramp-process-one-action, tramp-process-one-multi-action)
21137         (tramp-wait-for-regexp, tramp-wait-for-output)
21138         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
21139         Howells <dhowells@redhat.com>.
21140         (clear-visited-file-modtime): Defadvice removed.  The check for
21141         unset buffer's modtime does not need to be based on
21142         `tramp-buffer-file-attributes'.  Suggested by RMS.
21143         (tramp-message): Insert "\n" if not being at beginning of line.
21144         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
21145         sequence with same logic.
21146         (tramp-completion-handle-expand-file-name): Discard call of
21147         `tramp-drop-volume-letter'.  It is not necessary, and there have
21148         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
21149         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21150         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
21151         should always be visible.
21152         (tramp-handle-insert-directory, tramp-setup-complete)
21153         (tramp-set-process-query-on-exit-flag)
21154         (tramp-append-tramp-buffers): Pacify byte-compiler.
21155         (tramp-bug): Delete non-existing variables from list.
21156         Apply `tramp-load-report-modules' as pre-hook.
21157         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
21158         `shell-prompt-pattern' because of non-7bit characters.
21159         Reported by Sebastian Luque <sluque@mun.ca>.
21160         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
21161         (tramp-match-string-list): Remove function.
21162         (tramp-wait-for-regexp): Remove call of that function.
21163         Suggested by Kim F. Storm <storm@cua.dk>.
21164         (tramp-set-auto-save-file-modes): Use octal integer code #o600
21165         instead of octal character code ?\600.  The latter resulted in a
21166         syntax error with XEmacs.
21168         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
21169         XEmacs case; not necessary anymore.
21170         (tramp-smb-handle-write-region): No special handling for
21171         `last-coding-system-used, because this is done in
21172         `tramp-accept-process-output' now.
21173         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
21175 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
21177         * wid-edit.el (widget-choice-value-create):
21178         Unconditionally respect user choice.  Set :explicit-choice back to nil
21179         when no longer needed.
21180         (widget-choice-action): Unconditionally respect user choice.
21181         Eliminate :explicit-choice-value.
21183         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
21185         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
21186         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
21187         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
21188         running new function `toggle-indicate-empty-lines'.
21189         Rename "Customize" item to "Customize fringe".
21190         Rename "Indicators" item to "Buffer boundaries" and change help echo.
21191         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
21192         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
21193         Delete "Empty lines only" item.
21194         (menu-bar-showhide-fringe-ind-customize): New function.
21195         (menu-bar-showhide-fringe-ind-mixed)
21196         (menu-bar-showhide-fringe-ind-box)
21197         (menu-bar-showhide-fringe-ind-right)
21198         (menu-bar-showhide-fringe-ind-left)
21199         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
21200         instead of `fringe-indicators'.
21202 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
21204         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
21205         Change the date of last update.
21207 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
21209         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
21210         (viper-exec-yank, viper-put-back): Don't display modification msg
21211         if in the minibuffer.
21213         * viper-init.el (viper-replace-overlay-cursor-color)
21214         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
21215         Make variables frame local.
21217         * viper-util.el (viper-append-filter-alist): Use append instead of
21218         nconc.
21220         * viper.el (viper-vi-state-mode-list)
21221         (viper-emacs-state-mode-list): Move help-mode and
21222         completion-list-mode from the first list to the second.
21223         (viper-mode): Docstring.
21224         (viper-go-away, viper-non-hook-settings): Don't localize
21225         minor-mode-alist in newer Emacsen.  Add advice to
21226         set-cursor-color.  Don't bind "\C-c\\".
21228 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
21230         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
21231         (scheme-macro-expand-command): New user options.
21232         (scheme-trace-procedure, scheme-expand-current-form): New commands.
21233         (scheme-form-at-point, scheme-start-file)
21234         (scheme-interactively-start-process): New functions.
21235         (scheme-get-process): New function, extracted from `scheme-proc'.
21236         (run-scheme): Call `scheme-start-file' to get start file, and pass
21237         it to `make-comint'.
21238         (switch-to-scheme, scheme-proc):
21239         Call `scheme-interactively-start-process' if no Scheme buffer/process
21240         is available.
21242 2005-08-06  Juri Linkov  <juri@jurta.org>
21244         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21245         Use `compilation-text-face', `compilation-info-text-face' and
21246         `compilation-error-text-face' instead of `font-lock-keyword-face'.
21247         (compilation-error): New face.
21248         (compilation-error-file-name): Inherit from
21249         `compilation-error' instead of `font-lock-warning-face'.
21250         (compilation-warning-file-name): Inherit from
21251         `compilation-warning' instead of `font-lock-warning-face'.
21252         (compilation-info, compilation-error-file-name)
21253         (compilation-warning-file-name, compilation-info-file-name)
21254         (compilation-line-number, compilation-column-number): Doc fix.
21255         (compilation-error-text-face, compilation-warning-text-face)
21256         (compilation-info-text-face): New face variables.
21257         (compilation-line-face, compilation-column-face)
21258         (compilation-enter-directory-face)
21259         (compilation-leave-directory-face): Doc fix.
21260         (compilation-text-face): New function.
21262         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
21263         instead of 1 to display binary file names as info file links.
21264         (grep-error-face): Use `compilation-error-face' instead of
21265         `font-lock-keyword-face'.
21266         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
21267         and `compilation-warning-text-face' instead of
21268         `font-lock-keyword-face'.  Use `compilation-error-text-face'
21269         instead of `grep-error-face'.
21271 2005-08-05  Kenichi Handa  <handa@m17n.org>
21273         * international/code-pages.el: Add autoload cookies for all coding
21274         systems.
21276 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
21278         * cus-start.el (all): Put undo.c where it alphabetically belongs.
21280 2005-08-04  Juri Linkov  <juri@jurta.org>
21282         * progmodes/compile.el (compilation-mode-map):
21283         * progmodes/grep.el (grep-mode-map):
21284         Bind TAB to `compilation-next-error' and [backtab] to
21285         `compilation-previous-error'.
21287         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
21288         matching line numbers, column numbers and their ranges with regexp
21289         matching only line numbers.
21290         (grep-context-face): New face variable.
21291         (grep-mode-font-lock-keywords): Use it.
21293         * faces.el (read-face-name): Delete duplicate faces.
21295 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
21297         * thumbs.el (thumbs-find-image): Don't make variables
21298         automatically buffer local.
21299         (thumbs-current-tmp-filename, thumbs-current-image-filename)
21300         (thumbs-image-num): Make automatically buffer local.
21301         (thumbs-show-thumbs-list): Use `make-local-variable', not
21302         `make-variable-buffer-local'.
21303         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
21305         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
21306         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
21307         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
21308         (bother, bye, canyou, chatlst, continue, deathlst, describe)
21309         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
21310         (feelings-about, foullst, found, hello, history, howareyoulst)
21311         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
21312         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
21313         (neglst, obj, object, owner, please, problems, qlist)
21314         (random-adjective, relation, remlst, repetitive-shortness)
21315         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
21316         (shortlst, something, sportslst, stallmanlst, states, subj)
21317         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
21318         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
21319         Defvar at compile time.
21321         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
21322         not `make-variable-buffer-local'.
21324 2005-08-02  Kim F. Storm  <storm@cua.dk>
21326         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
21327         rectangle overlay in selected window.
21329 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
21331         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
21332         instead of display group.  Make `indicate-buffer-boundaries'
21333         customizable through Custom.
21335 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
21337         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
21338         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
21339         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
21340         (gdb-put-string): Fix typos in docstrings.
21342 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
21344         Update copyright notices of files in progmodes directory for
21345         release of Emacs 22.1.
21347         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
21349         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
21350         Don't barf if the GUD buffer has been killed.
21352 2005-08-01  Kim F. Storm  <storm@cua.dk>
21354         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
21356 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21358         * simple.el (next-error-follow-minor-mode):
21359         make-variable-buffer-local -> make-local-variable.
21361         * emacs-lisp/cl-extra.el: Require CL also when compiling.
21363         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
21364         (byte-compile-form-make-variable-buffer-local): New functions to warn
21365         about misuses of make-variable-buffer-local where make-local-variable
21366         was meant.
21368 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
21370         * bs.el (bs-attributes-list): Doc fix.
21371         (bs): Update url-link.
21373         * desktop.el (desktop-save-buffer): Fix typos in docstring.
21374         (desktop-load-default): Simplify.
21376         * ibuffer.el (ibuffer-columnize-and-insert-list)
21377         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
21378         (ibuffer-unmark-all, ibuffer-toggle-marks)
21379         (ibuffer-unmark-forward, ibuffer-unmark-backward)
21380         (ibuffer-compile-make-format-form, ibuffer-format-column)
21381         (ibuffer-current-buffers-with-marks)
21382         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
21383         (ibuffer): Doc fix.
21384         (ibuffer-mode): Fix typo in docstring.
21385         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
21386         with `define-obsolete-variable-alias'.
21387         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
21389 2005-07-29  Kenichi Handa  <handa@m17n.org>
21391         * international/mule-cmds.el (select-message-coding-system):
21392         Be sure to use LF for end-of-line.  If no coding system is decided,
21393         return iso-8859-1-unix.
21395 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21397         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
21398         (ange-ftp-pending-error-line): New vars.
21399         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
21400         to handle the non-fatal no-route-to-host messages.
21401         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
21403 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
21405         * isearch.el (isearch-mode-map, isearch-other-meta-char)
21406         (isearch-quote-char, isearch-printing-char)
21407         (isearch-text-char-description): "?\ " -> "?\s".
21408         (isearch-lazy-highlight-cleanup)
21409         (isearch-lazy-highlight-initial-delay)
21410         (isearch-lazy-highlight-interval)
21411         (isearch-lazy-highlight-max-at-a-time)
21412         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
21413         Declare with define-obsolete-*-alias macros.
21414         (isearch-forward): Fix typo in docstring.
21415         (search-invisible, search-ring-yank-pointer)
21416         (regexp-search-ring-yank-pointer): Doc fixes.
21418         * recentf.el (recentf-menu-append-commands-p): Declare with
21419         `define-obsolete-variable-alias'.
21420         (recentf-max-saved-items, recentf-menu-filter)
21421         (recentf-arrange-by-rule-subfilter): Doc fixes.
21422         (recentf-menu-append-commands-flag)
21423         (recentf-initialize-file-name-history, recentf-expand-file-name)
21424         (recentf-clear-data): Fix typos in docstrings.
21426 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
21428         * progmodes/gdb-ui.el: Smarten comments.
21429         (gdb-info-breakpoints-custom): Use nowarn when finding file.
21431 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
21433         * term/apollo.el (terminal-init-apollo): New function containing
21434         all former top level forms in the file.
21435         * term/bobcat.el (terminal-init-bobcat):
21436         * term/cygwin.el (terminal-init-cygwin):
21437         * term/iris-ansi.el (terminal-init-iris-ansi):
21438         * term/linux.el (terminal-init-linux):
21439         * term/news.el (terminal-init-news):
21440         * term/rxvt.el (terminal-init-rxvt):
21441         * term/sun.el (terminal-init-sun):
21442         * term/tvi970.el (terminal-init-tvi970):
21443         * term/vt100.el (terminal-init-vt100):
21444         * term/vt102.el (terminal-init-vt102):
21445         * term/vt125.el (terminal-init-vt125):
21446         * term/vt200.el (terminal-init-vt200):
21447         * term/vt201.el (terminal-init-vt201):
21448         * term/vt220.el (terminal-init-vt220):
21449         * term/vt240.el (terminal-init-vt240):
21450         * term/vt300.el (terminal-init-vt300):
21451         * term/vt320.el (terminal-init-vt320):
21452         * term/vt400.el (terminal-init-vt400):
21453         * term/vt420.el (terminal-init-vt420):
21454         * term/wyse50.el (terminal-init-wyse50):
21455         * term/xterm.el (terminal-init-xterm): Likewise.
21457         * term/README: Describe the terminal-init-* functionality.
21459         * startup.el (command-line): After loading the terminal initialization
21460         file call the corresponding terminal initialization function.
21462 2005-07-27  Kenichi Handa  <handa@m17n.org>
21464         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
21465         negative.
21467         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
21468         (ps-mule-composition-prologue): Fix for the case that
21469         RelativeCompose is false.
21471 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21473         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
21475         * descr-text.el (describe-char): Handle the case where the list of
21476         chars is displayed in a separate frame.
21477         Be a bit more discriminating when looking for the char.
21479 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
21481         * bookmark.el (bookmark-automatically-show-annotations)
21482         (bookmark-read-annotation-text-func): Doc fixes.
21483         (bookmark-save): Improve argument/docstring consistency.
21484         (bookmark-get-bookmark, bookmark-get-bookmark-record)
21485         (bookmark-alist-from-buffer)
21486         (bookmark-upgrade-file-format-from-0)
21487         (bookmark-grok-file-format-version)
21488         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
21489         (bookmark-read-annotation-mode)
21490         (bookmark-insert-current-bookmark, bookmark-jump)
21491         (bookmark-exit-hook): Fix typos in docstrings.
21492         (bookmark-exit-hooks): Define as obsolete alias.
21493         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
21494         not `bookmark-exit-hooks'.  Fix docstring.
21495         (bookmark-bmenu-select): "?\ " -> "?\s".
21497 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
21499         * startup.el (command-line): Fix typo.
21501 2005-07-24  Richard M. Stallman  <rms@gnu.org>
21503         * tooltip.el (tooltip-mode): Test emacs-basic-display,
21504         not emacs-quick-startup.
21506 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
21508         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
21509         (reb-next-match, reb-show-subexp): Use `with-selected-window'
21510         instead of `reb-with-current-window'.
21511         (reb-prev-match): Likewise.  Also, don't move left if the search
21512         was unsuccessful.
21513         (reb-initialize-buffer): New function.
21514         (re-builder, reb-change-syntax): Use it.
21516         * man.el (Man-goto-page): Make second argument NOERROR optional.
21518 2005-07-23  Richard M. Stallman  <rms@gnu.org>
21520         * man.el (Man-bgproc-sentinel): Check here for failure to find
21521         any man page in the output, and report the error here.
21522         (Man-arguments): Make it permanent local.
21523         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
21524         (Man-mode): Pass t for NOERROR.
21526         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
21527         (grep-mode-font-lock-keywords):
21528         Don't use compilation-...-face for messages that are not file names.
21530         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21531         Don't use compilation-...-face for messages that are not file names.
21533 2005-07-22  Juri Linkov  <juri@jurta.org>
21535         * startup.el (normal-splash-screen): Update menu name.
21537         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
21539 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
21541         * term/xterm.el: Load term/rxvt if the terminal is actually an
21542         rxvt terminal.
21543         (xterm-rxvt-set-background-mode): Remove, not used anymore.
21545         * term/rxvt.el (function-key-map): Use substitute-key-definition
21546         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
21548         * term/cygwin.el: New file.
21550 2005-07-22  Kim F. Storm  <storm@cua.dk>
21552         * image-file.el (insert-image-file, image-file-yank-handler):
21553         Fix last change to maintain a (unique) yank-handler on yanked images.
21555 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
21557         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
21558         of the file size (as in "177B" for 177 bytes).  This happens with
21559         "ls -lh" on FreeBSD.
21561 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
21563         * hilit-chg.el (highlight-changes-global-initial-state)
21564         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
21565         (hilit-chg-fixup, highlight-changes-mode):
21566         Fix typos in docstrings.
21567         (highlight-changes-global-modes, highlight-changes-rotate-faces):
21568         Doc fixes.
21570 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
21572         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
21573         mode function using `eval-after-load'.
21575 2005-07-21  Kim F. Storm  <storm@cua.dk>
21577         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
21578         included when reporting an Emacs crash, and tell about the DEBUG file.
21580         * image-file.el (insert-image-file): Add yank-handler.
21581         (image-file-yank-handler): Yank handler to make unique copies of
21582         images when they are yanked into a buffer next to each other.
21584 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
21586         * comint.el (comint-use-prompt-regexp, comint-send-input)
21587         (comint-source-default, comint-extract-string)
21588         (comint-get-source, comint-word, comint-completion)
21589         (comint-source, comint-prompt-read-only, comint-update-fence):
21590         Fix typos in docstrings.
21591         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
21592         Declare with define-obsolete-*-alias macros.
21593         (comint-previous-matching-input-from-input)
21594         (comint-next-matching-input-from-input)
21595         (comint-previous-matching-input, comint-next-matching-input)
21596         (comint-forward-matching-input):
21597         Improve argument/docstring consistency.
21599         * desktop.el (desktop-clear-preserve-buffers-regexp):
21600         Also preserve the *server* buffer.
21602         * simple.el (clone-indirect-buffer): Doc fix.
21603         (fixup-whitespace, just-one-space)
21604         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
21605         (next-error, next-error-highlight)
21606         (next-error-highlight-no-select, next-error-last-buffer)
21607         (next-error-buffer-p, next-error-find-buffer, next-error)
21608         (previous-error, next-error-no-select, previous-error-no-select)
21609         (open-line, split-line, minibuffer-prompt-width, kill-new)
21610         (binary-overwrite-mode): Fix typos in docstrings.
21611         (set-fill-column): Fix typo in message.
21613         * skeleton.el (skeleton-proxy-new): Doc fix.
21615         * strokes.el (strokes-load-hook): Doc fix.
21616         (strokes-grid-resolution, strokes-get-grid-position)
21617         (strokes-renormalize-to-grid, strokes-read-stroke)
21618         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
21619         (strokes-global-map): Fix typos in docstrings.
21620         (strokes-help): Doc fix.  Fix help message and pass it through
21621         `substitute-command-keys'.
21623         * tempo.el (tempo-insert-prompt, tempo-interactive)
21624         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
21625         (tempo-insert-string-functions, tempo-local-tags)
21626         (tempo-define-template, tempo-insert-template)
21627         (tempo-insert-prompt-compat, tempo-is-user-element)
21628         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
21629         Fix typos in docstrings.
21631         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
21632         (vcursor-key-bindings, vcursor-use-vcursor-map)
21633         (vcursor-find-window, vcursor-scroll-down)
21634         (vcursor-disable, vcursor-beginning-of-buffer)
21635         (vcursor-end-of-buffer): Fix typos in docstrings.
21636         (vcursor-relative-move, vcursor-get-char-count):
21637         Improve argument/docstring consistency.
21639         * version.el: "?\ " -> "?\s".
21641         * wid-edit.el (widget-default-create, widget-after-change)
21642         (widget-default-format-handler, widget-checklist-add-item)
21643         (widget-radio-add-item, widget-choose, widget-specify-secret)
21644         (widget-field-value-create, widget-field-value-get)
21645         (widget-editable-list-format-handler)
21646         (widget-editable-list-entry-create, widget-group-value-create)
21647         (widget-documentation-link-add)
21648         (widget-documentation-string-value-create): "?\ " -> "?\s".
21649         (widget-convert-text): Doc fix.
21650         (widget-narrow-to-field, widget-field-find)
21651         (widget-url-link-action, widget-emacs-library-link-action)
21652         (widget-color-notify): Fix typos in docstrings.
21654         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
21655         (x-select-text, set-w32-system-coding-system)
21656         (w32-add-charset-info): Fix typos in docstrings.
21658         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
21659         (cua-enable-cua-keys, cua-use-hyper-key)
21660         (cua-virtual-rectangle-edges): Fix typos in docstrings.
21661         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
21663         * net/tramp.el (tramp-handle-load): Fix typo in error message.
21665         * emacs-lisp/re-builder.el (regexp-builder): Declare with
21666         `defalias' instead of faking it.
21668         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
21669         (eshell-ls-missing, eshell-ls-dired-initial-args)
21670         (eshell-ls-use-in-dired): Fix typos in docstrings.
21672 2005-07-20  Kim F. Storm  <storm@cua.dk>
21674         * emulation/cua-base.el (cua-mode): Improve doc string.
21676 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
21678         * abbrev.el (expand-region-abbrevs): Doc fix.
21679         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
21680         Improve argument/docstring consistency.
21682         * arc-mode.el (archive-get-descr, archive-alternate-display):
21683         Doc fixes.
21684         (archive-l-e): Improve argument/docstring consistency.
21685         (archive-tmpdir, archive-unixdate, archive-unixtime)
21686         (archive-chmod-entry): Fix typos in docstrings.
21687         (archive-unflag, archive-unflag-backwards)
21688         (archive-unmark-all-files): "?\ " -> "?\s".
21690         * buff-menu.el (Buffer-menu-unmark): Doc fix.
21691         (Buffer-menu-not-modified, Buffer-menu-execute)
21692         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
21693         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
21695         * composite.el (compose-string, encode-composition-rule)
21696         (compose-last-chars): Fix typos in docstrings.
21698         * desktop.el (desktop-enable, desktop-basefilename):
21699         Declare with `define-obsolete-variable-alias'.
21700         (desktop-internal-v2s): Don't quote keywords.
21701         (desktop-clear): "?\ " -> "?\s".
21703         * dired.el (dired-align-file, dired-flag-backup-files)
21704         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
21705         (dired-listing-switches, dired-ls-F-marks-symlinks)
21706         (dired-dwim-target, dired-load-hook, dired-mode-hook)
21707         (dired-directory, dired-faces, dired, dired-revert)
21708         (dired-mode, dired-summary, dired-view-file)
21709         (dired-copy-filename-as-kill, dired-delete-file)
21710         (dired-no-confirm, dired-unmark-all-marks)
21711         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
21712         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
21713         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
21714         Fix typos in message strings.
21716         * dired-x.el (virtual-dired): Declare with `defalias'.
21717         (dired-mark-unmarked-files, dired-local-variables-file)
21718         (dired-omit-here-always): Doc fix.
21719         (dired-omit-mode, dired-find-subdir)
21720         (dired-enable-local-variables, dired-clean-up-buffers-too)
21721         (dired-extra-startup, dired-mark-extension, dired-jump)
21722         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
21723         (dired-smart-shell-command, dired-guess-shell-alist-user)
21724         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
21725         (dired-x-bind-find-file, dired-x-submit-report):
21726         Fix typos in docstrings.
21727         (dired-mark-unmarked-files): "?\ " -> "?\s".
21729         * dirtrack.el (dirtrack-list): Fix typos in docstring.
21731         * faces.el (describe-face): "?\ " -> "?\s".
21732         (read-all-face-attributes, read-face-font, modify-face)
21733         (face-attr-construct, italic): Fix typos in docstrings.
21734         (frame-update-face-colors): Declare with
21735         `define-obsolete-function-alias'.
21737         * files.el (find-file-noselect, recode-file-name): Doc fixes.
21738         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
21739         (magic-mode-alist, buffer-file-numbers-unique)
21740         (write-file-functions, get-free-disk-space):
21741         Fix typos in docstrings.
21742         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
21743         (write-contents-hooks, write-file-hooks):
21744         Declare with `define-obsolete-variable-alias'.
21746         * forms-d2.el (arch-rj): Fix typo in docstrings.
21747         (arch-tocol): Likewise.  "?\ " -> "?\s".
21749         * frame.el (set-frame-font, cursor-in-non-selected-windows):
21750         Fix typo in docstring.
21751         (set-screen-width, set-screen-height): Delete redundant info in
21752         doctrings.
21753         (new-frame, screen-height, screen-width): Declare with
21754         `define-obsolete-function-alias'.
21755         (delete-frame-hook, blink-cursor): Declare with
21756         `define-obsolete-variable-alias'.
21758         * paths.el (prune-directory-list): Fix typos in docstring.
21760         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
21761         (cvs-prefix-get): Fix typos in docstrings.
21763         * ps-print.el (ps-extend-face-list, ps-extend-face)
21764         (ps-print-background-image): Fix typos in docstrings.
21765         (ps-default-fg, ps-default-bg): Doc fixes.
21767         * s-region.el (s-region-bind): Doc fix.
21768         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
21770         * textmodes/org.el (org-table-formula-substitute-names)
21771         (org-table-get-vertical-vector): Doc fixes.
21772         (org-table-recalculate): Remove unused argument to `message'.
21774 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
21776         * textmodes/org.el (org-table-column-names)
21777         (org-table-column-name-regexp)
21778         (org-table-named-field-locations): New variables.
21779         (org-archive-subtree): Protect `this-command' when calling
21780         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
21781         the kill buffer.
21782         (org-complete): Remove fixed-formula completion.
21783         (org-edit-formulas-map): New variable.
21784         (org-table-edit-formulas): New command.
21785         (org-finish-edit-formulas, org-abort-edit-formulas)
21786         (org-show-variable, org-table-get-vertical-vector): New functions.
21787         (org-table-maybe-eval-formula): Handle `:=' fields.
21788         (org-table-get-stored-formulas, org-table-store-formulas)
21789         (org-table-get-formula, org-table-modify-formulas)
21790         (org-table-replace-in-formulas): Handle named field formulas.
21791         (org-table-get-specials): Store locations of named fields.
21793 2005-07-19  Juri Linkov  <juri@jurta.org>
21795         * progmodes/grep.el (grep-regexp-alist)
21796         (grep-mode-font-lock-keywords, grep-process-setup):
21797         Use default GNU grep match color "01;31m" instead of "01;41m".
21798         (grep-regexp-alist, grep-mode-font-lock-keywords):
21799         Use `\\[[0-9]*m' instead of `\\[00m'.
21800         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
21801         sgr_start where its handling is more important.  Use the real
21802         length of sgr_start instead of constant 8.
21803         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
21804         specially.  Delete all remaining escape sequences.
21805         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
21806         (grep-regexp-alist): Make hyperlink only for binary file name
21807         instead of the whole line.
21808         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
21809         (grep-mode): Add autoload.
21811         * emacs-lisp/find-func.el (find-function-regexp):
21812         Add `define-compilation-mode'.
21814 2005-07-19  Juri Linkov  <juri@jurta.org>
21816         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
21817         (compare-windows-sync-string-size, compare-windows-recenter)
21818         (compare-windows-highlight, compare-windows): Add version 22.1.
21819         (compare-windows) <defface>: Inherit from lazy-highlight instead
21820         of duplicating its default value.
21822         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
21823         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
21825         * descr-text.el (describe-char): Create link buttons for `charset'
21826         and `code point'.  Add the current input method name with a link
21827         button to `to input' field.  Print face names of display table
21828         characters in `The display table entry is displayed by' section
21829         instead of printing face-id in the `display' field.
21830         Guess hardcoded faces and create a link button for them.
21831         Skip empty fields when calculating max-width.
21832         Treat `widget-create' specially while inserting strings from the
21833         collected field list.
21834         (describe-char-after): Made obsolete in version 22.1, not 21.5.
21836         * diff-mode.el (diff-file-header): Change foreground color from
21837         yellow to green on light backgrounds.
21838         (diff-context): Inherit from `shadow' only for color/grayscale
21839         with more than 88 colors.
21840         (diff-indicator-removed, diff-indicator-added)
21841         (diff-indicator-changed): New faces.
21842         (diff-font-lock-keywords): Use new faces.  Regroup rules.
21843         Add "^---$" for `normal' diff format.  Fontify `#' lines with
21844         font-lock-comment-delimiter-face and font-lock-comment-face.
21845         Add `#' to ^[^...] in the rule for `diff-context-face'.
21847         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
21848         a button-like box.  Inherit from `highlight' on low colors.
21849         (shadow): Use shades of gray only for color/grayscale with
21850         more than 88 colors.  Use green for light backgrounds with
21851         8 colors, and yellow for dark backgrounds with 8 colors.
21853         * font-lock.el (font-lock-regexp-grouping-backslash):
21854         Don't inherit from escape-glyph (use bold for all cases).
21856         * info.el (info-xref-visited): Use light foreground color `violet'
21857         for dark backgrounds instead of dark color `magenta3'.
21858         (info-title-1): Use `yellow' color for dark backgrounds.
21860         * isearch.el (isearch): Use not-too-dark magenta3 instead of
21861         too-light magenta2.
21863         * replace.el (match): Use slightly more light RoyalBlue3 instead
21864         of dark RoyalBlue4.
21866         * wid-edit.el (widget-inactive): Inherit from `shadow'.
21868 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
21870         * novice.el (disabled-command-hook): Declare it with
21871         `define-obsolete-variable-alias'.
21873         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
21874         (desktop-buffer-misc-functions, desktop-buffer-handlers)
21875         (desktop-load-default): Add release to obsolescence info.
21876         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
21877         (desktop-append-buffer-args, desktop-read):
21878         Fix typos in docstrings.
21879         (desktop-kill): Fix typo in message.
21880         (desktop-save): Doc fix.
21882 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21884         * viper-cmd.el (viper-escape-to-state): Bug fix.
21885         (viper-envelop-ESC-key): Change the definition of fast
21886         keysequence so it'll work with keyboard macros.
21888         * ediff.el (ediff-patch-buffer): Change the docstring.
21890 2005-07-19  Kenichi Handa  <handa@m17n.org>
21892         * international/mule-cmds.el (select-safe-coding-system): Try to
21893         use an auto-coding (if any) before anything else.  If the found
21894         auto-coding is invalid, show a warning message.
21896         * international/mule.el (find-auto-coding): New function created
21897         by modifying the body of set-auto-coding.
21898         (set-auto-coding): Use find-auto-coding to find a coding.
21900 2005-07-18  Richard M. Stallman  <rms@gnu.org>
21902         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
21903         not isearch-mode-end-hook-error.
21904         (allout-before-change-protect): Fix error message.
21906 2005-07-18  Juri Linkov  <juri@jurta.org>
21908         * allout.el (allout-mode):
21909         * calculator.el (calculator-copy):
21910         * custom.el (custom-known-themes):
21911         * dired.el (dired-desktop-buffer-misc-data)
21912         (dired-restore-desktop-buffer):
21913         * dired-x.el (dired-omit-marker-char):
21914         * files.el (basic-save-buffer):
21915         * font-core.el (font-lock-mode):
21916         * calendar/calendar.el (calendar-goto-hebrew-date)
21917         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
21918         (calendar-goto-persian-date):
21919         * language/ethio-util.el (ethio-sera-to-fidel-region):
21920         * textmodes/picture.el (picture-mode):
21921         Delete duplicate duplicate words.
21923 2005-07-18  Juri Linkov  <juri@jurta.org>
21925         * isearch.el (isearch-mode-map): Remove key bindings for regexp
21926         chars * ? } |.
21927         (isearch-fallback): Don't call `isearch-process-search-char'.
21928         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
21929         (isearch-process-search-char): Call `isearch-fallback' for regexp
21930         chars * ? } |.
21931         (isearch-return-char): Make obsolete with `make-obsolete' instead
21932         of simply documenting it as obsolete in the docstring.
21933         (isearch-fallback): Refill docstring.
21935         * international/isearch-x.el
21936         (isearch-process-search-multibyte-characters): Remove unneeded
21937         `concat'.  Add intermediate values to `junk-hist' instead of
21938         `minibuffer-history'.  Test the length of `str'.
21940 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
21942         * allout.el (allout-resolve-xref): Fix typos in error strings.
21943         (allout-before-change-protect): Remove unneeded `concat'.
21945         * array.el (array-mode, array-reconfigure-rows)
21946         (untabify-backward): Fix typos in docstrings.
21947         (array-reconfigure-rows): Use `insert-buffer-substring', not
21948         `insert-buffer'.
21950         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
21951         * progmodes/ada-mode.el (ada-make-body):
21952         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
21954         * dired.el (dired-log):
21955         * tar-mode.el (tar-subfile-save-buffer):
21956         * play/zone.el (zone-pgm-stress-destress):
21957         Use `insert-buffer-substring', not `insert-buffer'.
21959 2005-07-17  Simon Josefsson  <jas@extundo.com>
21961         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
21963 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
21965         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
21966         Add plain auth method.
21967         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
21969 2005-07-17  Kim F. Storm  <storm@cua.dk>
21971         * ido.el (dired-other-window): Add ido property.
21973 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
21975         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
21976         Fix typo in docstring.
21977         (byte-compile-interactive-only-functions): Add `insert-buffer' and
21978         `insert-file-literally'.
21980         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
21981         info and delete redundant message.  Doc fix.
21982         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
21983         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
21985 2005-07-16  Richard M. Stallman  <rms@gnu.org>
21987         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
21988         (byte-compile-and): Use byte-compile-and-recursion.
21989         (byte-compile-or-recursion): New function.
21990         (byte-compile-or): Use that.
21991         (byte-compile-if): Guard the else-clause too.
21992         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
21994         * isearch.el (isearch-mode-end-hook-quit): New variable.
21995         (isearch-done): Bind it.
21996         (isearch-mode-end-hook): Doc fix.
21998         * allout.el (allout-isearch-did-quit): Variable deleted.
21999         (allout-real-isearch-abort): Function name no longer used.
22000         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
22001         (allout-isearch-rectification): isearch-mode always exists.
22002         Don't set allout-isearch-did-quit.
22003         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
22004         allout-isearch-did-quit.
22005         (allout-enwrap-isearch): Just add the hook.
22006         (allout-isearch-abort): Function deleted.
22007         (allout-pre-command-business): Avoid warning.
22009         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
22010         Correctly avoid warnings.
22011         (pascal-outline): Likewise.
22013         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
22015         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
22017         * play/tetris.el (tetris-mode): Avoid warning.
22019         * play/snake.el (snake-mode): Avoid warning.
22021         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
22022         (gamegrid-set-display-table): Avoid warning.
22023         (gamegrid-set-timer): Likewise.
22024         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
22025         (gamegrid-add-score-with-update-game-score-1): Take FILE
22026         as argument.
22027         (gamegrid-add-score-with-update-game-score): Pass that argument.
22028         Rename have-shared-game-dir to gamegrid-shared-game-dir.
22030         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
22032         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
22033         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
22035         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
22036         and insert-file.
22038         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
22039         (sc-ask): Avoid warnings.
22041         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
22042         (eshell-hist-initialize): Use that var the natural way.
22044         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
22046         * emacs-lisp/re-builder.el (reb-cook-regexp):
22047         Avoid warning calling lre-compile-string.
22048         (reb-color-display-p): Avoid warning.
22050         * calculator.el (calculator-last-input): Guard uses
22051         of event-key and key-press-event-p.
22052         (event-key, key-press-event-p): Delete definitions.
22054         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
22055         (find-gc-source-directory, find-gc-subrs-callers)
22056         (find-gc-noreturn-list, find-gc-source-files)
22057         (find-gc-subrs-called): Vars renamed and defvar'd.
22059         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
22060         (checkdoc-overlay-put, checkdoc-delete-overlay)
22061         (checkdoc-overlay-start, checkdoc-overlay-end)
22062         (checkdoc-mode-line-update, checkdoc-char=):
22063         Define such that compiler knows they are defined.
22064         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
22065         (checkdoc-read-event): Delete.  Use read-event directly.
22067         * whitespace.el (whitespace-make-overlay)
22068         (whitespace-overlay-put, whitespace-delete-overlay)
22069         (whitespace-overlay-start, whitespace-overlay-end):
22070         Define such that compiler knows they are defined.
22071         (whitespace): Move conditional inside.
22073         * tempo.el (tempo-insert-template): Suppress warning.
22075         * ediff-diff.el (longlines-mode): Add defvar.
22077 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
22079         * server.el: Bind "C-x #" in a way that works even if C-x is
22080         redefined to a command key, not a prefix key.
22082 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
22084         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
22085         cl-make-type-test till execution time.
22087 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
22089         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
22090         arg ARG and use it.
22092 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
22094         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
22096 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
22098         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
22099         a defcustom with two :set or :type keywords.
22101 2005-07-15  Richard M. Stallman  <rms@gnu.org>
22103         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22104         Don't give ^M comment-end syntax.
22106 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
22108         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
22109         Don't consider gdbmi (gdb-mi.el has its own update functions).
22110         (gdb-var-delete): Make it work for gdbmi as well.
22111         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
22113         * progmodes/gud.el (etags, sdb): Only require etags when needed.
22114         (gud-speedbar-menu-items): Correct logic for enabling items.
22116 2005-07-15  Kim F. Storm  <storm@cua.dk>
22118         * ido.el: Fix commentary.
22119         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
22120         Use with-no-warnings around ffap-guesser.
22121         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
22122         Let bind minibuffer-completing-file-name to t.
22124 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
22126         * startup.el (site-run-file, keyboard-type): Doc fixes.
22127         (command-line): Check for "--basic-display" argument; also for
22128         "--quick", not "--bare-bones" (which was renamed).
22129         (fancy-splash-text): Add missing item "Getting New Versions".
22130         (normal-splash-screen): Fix typos and improve consistency with
22131         `fancy-splash-text'.  Update copyright year.
22133         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
22134         valid binding for `help-char'.
22136         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
22138 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
22140         * term.el (term-mode): Disable cua-mode for term buffers.
22142 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
22144         * add-log.el (add-log-mailing-address, change-log-merge):
22145         Doc fixes.
22146         (change-log-get-method-definition): Fix typo in docstring.
22148 2005-07-14  Kim F. Storm  <storm@cua.dk>
22150         * emulation/cua-base.el:
22151         (cua--pre-command-handler-1, cua--pre-command-handler)
22152         (cua--post-command-handler-1, cua--post-command-handler):
22153         Split in two.  Check (buffer local) value of cua-mode.
22154         (cua-selection-mode): New command.
22156 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
22158         * custom.el (custom-initialize-safe-set)
22159         (custom-initialize-safe-default): Doc fixes.
22161         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
22162         and simplify :init-value again.
22164         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
22165         and simplify :init-value again.  Delete autoload.
22167         * startup.el (command-line): Use `custom-reevaluate-setting' again
22168         for tooltip-mode.
22170         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
22171         a defcustom with two :initialize keywords.
22173 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
22175         * allout.el (my-mark-marker, allout-isearch-prior-pos)
22176         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
22177         (allout-post-command-business, allout-flag-region)
22178         (isearch-reenable-font-lock, allout-yank)
22179         (allout-insert-latex-header, allout-insert-latex-trailer)
22180         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
22181         (allout-latex-verb-quote): Fix typos in docstrings.
22182         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
22183         (allout-unprotected, allout-prefix-data):
22184         Improve argument/docstring consistency.
22185         (allout-chart-subtree): Fix argument spec.
22186         (allout-open-topic): Rename `use_sib_bullet' argument to
22187         `use-sib-bullet'.  Doc fix.
22189         * whitespace.el (whitespace-check-buffer-leading)
22190         (whitespace-check-buffer-trailing)
22191         (whitespace-check-buffer-indent)
22192         (whitespace-check-buffer-spacetab)
22193         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
22194         (whitespace-check-leading-whitespace)
22195         (whitespace-check-trailing-whitespace)
22196         (whitespace-check-spacetab-whitespace)
22197         (whitespace-check-indent-whitespace)
22198         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
22199         (whitespace-modes): Fix typos in docstrings.
22200         (defgroup, defcustom): Doc fixes.
22202         * winner.el (winner-mode, winner-boring-buffers)
22203         (winner-pending-undo-ring): Doc fixes.
22204         (winner-ring): Remove unneeded `progn'.
22205         (winner-equal): `defsubst' it.
22206         (winner-redo): Fix message.
22208 2005-07-13  Kim F. Storm  <storm@cua.dk>
22210         * simple.el (line-move-1): Always use vertical-motion to
22211         do the last (or only) line move to ensure some movement.
22212         Undo 2005-06-23 change--don't check for overlays.
22214 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22216         * term/mac-win.el (ccl-encode-mac-roman-font)
22217         (ccl-encode-mac-centraleurroman-font)
22218         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
22219         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
22220         Change charset-id boundary of dimension to ?\xef.
22221         (mac-char-fontspec-list): New constant.
22222         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
22223         argument.  Nil uses itself as family in font-spec.  Previous
22224         behavior for nil is now provided by non-nil non-string argument.
22225         All callers changed.  Add font-specs for Mac fonts to
22226         "fontset-default" unless iso8859-1 fonts are installed.
22228 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22230         * progmodes/sh-script.el (sh-get-indent-info): Only indent
22231         a continuation line if the \ is preceded by SPC or TAB.
22232         (sh-get-indent-info): Simplify.
22233         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
22234         Use with-current-buffer.
22236         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
22237         when the matched text is empty.
22239 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
22241         * startup.el (command-line): Revert to previous handling of
22242         tooltip-mode.  Explain in comment why the complexity is needed.
22244         * tooltip.el (tooltip-mode): Revert to previous implementation of
22245         its defcustom.
22247         * frame.el (blink-cursor-mode): Revert to previous implementation
22248         of its defcustom.  Update comment.
22250 2005-07-12  Lars Hansen  <larsh@soem.dk>
22252         * desktop.el: Update e-mail address.
22254 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22256         * term/mac-win.el (mac-services-mail-selection)
22257         (mac-services-mail-to): New functions.
22258         (mac-application-menu-map): Bind them.
22260 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
22262         * progmodes/gdb-ui.el: Add note about buffering with Windows.
22264 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
22266         * custom.el (custom-reevaluate-setting): Doc fix.
22268 2005-07-11  Jay Belanger  <belanger@truman.edu>
22270         * calc/calc.el (calc-embedded-announce-formula-alist)
22271         (calc-embedded-open-close-plain-alist)
22272         (calc-embedded-open-close-mode-alist): Add checks for additional
22273         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
22275 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
22277         * custom.el (custom-enable-theme): Don't add theme to
22278         `custom-enabled-themes' with `push' because there is no
22279         setf-method for `delq'.
22281 2005-07-11  Richard M. Stallman  <rms@gnu.org>
22283         * custom.el (custom-declare-variable): Doc fix.
22285         * dired-aux.el (dired-compare-directories): Remove "." and ".."
22286         from the alists.
22288         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
22289         Do nothing if edebug-active.
22291         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
22292         (edebug-display): Do it here instead.
22294 2005-07-10  Richard M. Stallman  <rms@gnu.org>
22296         * cus-face.el (custom-theme-set-faces): Make it work.
22297         (custom-reset-faces): Doc fix.
22298         (custom-theme-reset-internal-face, custom-theme-face-value):
22299         Functions deleted.
22301         * custom.el (custom-push-theme): Maintain list of the settings
22302         of a given theme in its theme-settings property.
22303         Maintain position of old settings in the theme-value
22304         or theme-face property.
22305         (custom-enabled-themes): New variable.
22306         (custom-theme-enabled-p): New function.
22307         (provide-theme): Update custom-enabled-themes.
22308         Disable and reenable the `user' theme.
22309         (require-theme): Doc fix.
22310         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
22311         (custom-theme-value, custom-theme-variable-value): Likewise.
22312         (custom-theme-reset-internal): Likewise.
22313         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
22314         (custom-enable-theme, custom-disable-theme): New functions.
22315         (custom-variable-theme-value, custom-face-theme-value): Likewise.
22316         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
22317         (custom-theme-reset-variables): Simplify.
22318         (deftheme, custom-declare-theme, custom-make-theme-feature):
22319         Definitions moved.
22321 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
22323         * longlines.el (longlines-show-region)
22324         (longlines-unshow-hard-newlines): Recognize hard newlines by
22325         non-nil hard property, instead of t.
22327 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
22329         * viper-cmd.el (viper--key-maps): New variable.
22330         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
22331         emulation-mode-map-alists.
22332         (viper-envelop-ESC-key): Use viper-subseq.
22333         (viper-search-forward/backward/next): Disable debug-on-error.
22335         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
22336         (viper-ESC-key): New defcustoms.
22338         * viper-macs.el (ex-map-read-args): Use viper-subseq.
22340         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
22341         (viper-subseq): Copy of subseq from cl.el.
22343         * viper.el (viper-go-away, viper-set-hooks): Use
22344         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
22346         * viper-mous.el (viper-current-frame-saved): Use defvar.
22348         * viper-init.el: Get rid of -face in face names.
22350         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
22351         Make it work with longlines mode
22353         * ediff-mult.el (ediff-meta-mode-hook): New variable.
22355         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
22357         * ediff-init.el: Get rid of -face in face names.
22359 2005-07-10  Richard M. Stallman  <rms@gnu.org>
22361         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
22362         and with-timeout-unsuspend.
22364         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
22365         and with-timeout-unsuspend.
22367         * emacs-lisp/timer.el (with-timeout-timers): New variable.
22368         (with-timeout): Bind that variable to record timers.
22369         (with-timeout-suspend, with-timeout-unsuspend): New functions.
22371         * emacs-lisp/debug.el (debug-help-follow): New function.
22372         (debugger-mode-map): Use that instead of help-follow.
22373         (debugger-setup-buffer): Use eval-buffer-list
22374         to handle eval-buffer frames.
22376 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
22378         * timezone.el (timezone-parse-date): Change first regexp
22379         so it will not mistakenly match dates with no time zone.
22381 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
22383         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
22385 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
22387         * custom.el (custom-initialize-safe-set)
22388         (custom-initialize-safe-default): New functions.
22390         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
22391         and simplify :init-value.
22393         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
22394         and simplify :init-value.  Delete obsolete comment.
22396         * startup.el (command-line): Use `custom-reevaluate-setting' to
22397         handle `tooltip-mode'.  Delete obsolete comment.
22399         * files.el (set-visited-file-name): Avoid calling
22400         `file-name-nondirectory' with a nil argument.
22402 2005-07-09  Richard M. Stallman  <rms@gnu.org>
22404         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
22405         was called with nil for the buffer, handle the read position right.
22406         Handle read position for eval-region, too.
22408 2005-07-09  Juri Linkov  <juri@jurta.org>
22410         * fringe.el (fringe-mode): Add period in docstring.
22411         (fringe-query-style): Build prompt depending on `all-frames' arg.
22413         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
22414         to not create links to unrelated functions in the Help buffer.
22416         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
22417         Doc fix.
22419         * simple.el (next-error-hook): New variable.
22420         (next-error): Use it.  Doc fix.
22422         * textmodes/ispell.el (ispell-command-loop): Add current
22423         dictionary name and program name to mode-line-format.
22424         (ispell-region, ispell-process-line): Add current dictionary name
22425         and program name to messages.
22427 2005-07-08  Jay Belanger  <belanger@truman.edu>
22429         * calc/calc.el (calc-embedded-announce-formula-alist)
22430         (calc-embedded-open-close-formula-alist)
22431         (calc-embedded-open-close-word-alist)
22432         (calc-embedded-open-close-plain-alist)
22433         (calc-embedded-open-close-new-formula-alist)
22434         (calc-embedded-open-close-mode-alist)
22435         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
22436         (calc-embedded-mode-hook): New variables.
22438         * calc/calc-embed.el (calc-embedded-firsttime)
22439         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
22440         New variables.
22441         (calc-do-embedded): Use calc-embedded-firsttime,
22442         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
22443         determine whether or not to run hooks.
22444         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
22445         calc-embedded-firsttime-formula appropriately.
22446         Set calc-embedded delimiter variables according to mode.
22448 2005-07-08  Richard M. Stallman  <rms@gnu.org>
22450         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
22451         Check for "emacs", etc., as entire symbol, not just as word.
22452         (checkdoc-file-comments-engine): Use regexp-quote on FN.
22454         * files.el (set-visited-file-name): Report the error
22455         for "empty filename" earlier.
22456         (kill-some-buffers): Ignore buffers already dead.
22458         * fringe.el (fringe-mode): Doc fix.
22460         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
22461         Check for (featurep 'xemacs) and turn off warnings in what it guards.
22462         Use unwind-protect to ensure byte-compile-unresolved-functions
22463         is updated.
22465         * whitespace.el (whitespace-buffer-leading-cleanup):
22466         Simplify w/ skip-chars-forward.
22467         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
22469         * mail/rmail.el (rmail-only-expunge): Fix paren error.
22470         Unconditionally try to leave point at the same old place.
22472 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
22474         * comint.el (comint-postoutput-scroll-to-bottom)
22475         (comint-show-maximum-output): Take scroll-margin into consideration.
22477 2005-07-08  Kim F. Storm  <storm@cua.dk>
22479         * ido.el (ido-use-filename-at-point): New choice `guess'.
22480         (ido-file-internal): Try ffap-guesser if selected.
22482         * ido.el (ido-before-fallback-functions): New hook.
22483         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
22484         (ido-read-file-name): Run it.
22486 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22488         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
22489         strings rather than a list of symbols to the completion function.
22491 2005-07-07  Jay Belanger  <belanger@truman.edu>
22493         * calc/calc-units.el (math-apply-units): Change the places in
22494         which units are simplified.
22496 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
22498         * cus-edit.el (customize-option, customize-option-other-window):
22499         Make them handle aliases.
22501         * custom.el (custom-variable-p): Make it recursively follow
22502         aliases.  Mention that in the docstring.
22504 2005-07-07  Richard M. Stallman  <rms@gnu.org>
22506         * cus-start.el (exec-path): Use `directory' instead of `file'.
22507         Fix tag for nil.
22509 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
22511         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
22512         when called non-interactively.  Doc fix.
22514 2005-07-07  Lute Kamstra  <lute@gnu.org>
22516         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
22517         new address as well.
22519 2005-07-07  Kenichi Handa  <handa@m17n.org>
22521         * international/mule.el (make-coding-system):
22522         Describe `ascii-incompatible' property in the docstring.
22523         (set-file-name-coding-system): Signal an error if coding-system is
22524         ascii-incompatible.
22525         (set-keyboard-coding-system): Likewise.
22527         * international/mule-cmds.el (set-default-coding-systems):
22528         Don't set default-file-name-coding-system and
22529         default-keyboard-coding-system if coding-system is ASCII-incompatible.
22531         * international/utf-16.el: Declare that all UTF-16-based coding
22532         systems are ASCII-incompatible.
22534 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
22536         * progmodes/gud.el: Require font-lock for displaying errors.
22537         Used by gdb-ui.el.
22539 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
22541         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
22542         values for the pattern lists which are `read'able but not
22543         `append'able (like symbols).
22545 2005-07-06  Richard M. Stallman  <rms@gnu.org>
22547         * progmodes/flymake.el (flymake-float-time): Instead of
22548         with-no-warnings, test for XEmacs.
22549         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
22550         to avoid warning.
22552 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
22554         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
22556 2005-07-05  Lute Kamstra  <lute@gnu.org>
22558         * battery.el: Add support for Darwin (with much debugging help
22559         from Samuel Lauber <sam124@operamail.com>).
22560         (battery-status-function, battery-echo-area-format)
22561         (battery-mode-line-format): Add support for pmset on Darwin.
22562         (battery-load-low, battery-load-critical): New user options.
22563         (battery-pmset): New function.
22565 2005-07-05  Lute Kamstra  <lute@gnu.org>
22567         Update FSF's address in GPL notices.
22569         * textmodes/page-ext.el: Update FSF's address.
22571 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22573         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
22574         filling from using prefix when filling a single-line docstring.
22576         * progmodes/flymake.el: Remove useless eval-when-compile.
22578         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
22580 2005-07-04  Richard M. Stallman  <rms@gnu.org>
22582         * textmodes/org.el (org-file-apps-defaults-gnu):
22583         Rename from org-file-apps-defaults-linux.
22584         (org-default-apps): Don't test system-type for `linux'.
22585         (org-file-apps): Doc fix.
22587 2005-07-04  David Ponce  <david@dponce.com>
22589         * tree-widget.el: Improve header Commentary section.
22590         (tree-widget) [defgroup]
22591         (tree-widget-image-enable, tree-widget-themes-directory)
22592         (tree-widget-theme, tree-widget-image-properties-emacs)
22593         (tree-widget-image-properties-xemacs, tree-widget-create-image)
22594         (tree-widget-image-formats, tree-widget-control)
22595         (tree-widget-empty-control, tree-widget-leaf-control
22596         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
22597         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
22598         (tree-widget-keep, tree-widget-after-toggle-functions)
22599         (tree-widget-open-node, tree-widget-close-node): Doc fix.
22600         (tree-widget-open-control, tree-widget-close-control): Fix doc and
22601         :help-echo message.
22602         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
22603         (tree-widget-image-properties): Doc fix.  Clearer implementation.
22604         (tree-widget--cursors): New constant.
22605         (tree-widget-lookup-image): New function split from
22606         `tree-widget-find-image'.  Clearer implementation.
22607         (tree-widget-find-image): Use it.
22608         (tree-widget-button-keymap): Use `set-keymap-parent'.
22609         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
22610         Define the sub-widgets here.
22611         (tree-widget-node): Check that :node is not a tree-widget.
22612         (tree-widget-get-super, tree-widget-open-control)
22613         (tree-widget-close-control, tree-widget-empty-control)
22614         (tree-widget-leaf-control, tree-widget-guide)
22615         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
22616         (tree-widget-no-handle, tree-widget-value-delete)
22617         (tree-widget-map): Remove.
22618         (tree-widget-children-value-save): Doc fix.  Simplified.
22619         (tree-widget-value-create): Update according to previous changes.
22621 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
22623         * textmodes/org.el: Leading space replaced by TABS.
22624         (org-recalc-marks, org-table-rotate-recalc-marks)
22625         (org-table-get-specials): Treat "^" and "_" marks.
22626         (org-table-justify-field-maybe): Optional argument NEW.
22627         (org-table-eval-formula): Parsing of the format simplified.
22628         New modes C,I.  Honor the %= parameter in the current table.
22629         Avoid unnecessary re-align by using the NEW argument to
22630         `org-table-justify-field-maybe'.
22631         (org-calc-default-modes): Default for date-format mimicks org-mode.
22632         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
22634 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
22636         * cus-face.el (custom-theme-set-faces): Make it handle face
22637         aliases whose alias declarations are pre- or autoloaded.
22639 2005-07-04  Juri Linkov  <juri@jurta.org>
22641         * faces.el (read-face-name): Put the code for getting a face name
22642         from the buffer before adding the faces from the `face' property.
22643         Use `completing-read-multiple' instead of `completing-read'.
22644         Require `crm'.  Add default value and post-process the returned
22645         list of faces.
22647         * emacs-lisp/crm.el (crm-find-current-element)
22648         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
22650         * emacs-lisp/lisp-mode.el (eval-defun-1):
22651         * emacs-lisp/edebug.el (edebug-eval-defun):
22652         Remove unnecessary quotes.
22654 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22656         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
22657         (prolog-indent-level): Fix typo in docstring.
22659         * info.el (Info-history, Info-history-forward)
22660         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
22662         * add-log.el (add-change-log-entry):
22663         * comint.el (comint-dynamic-list-input-ring)
22664         (comint-dynamic-list-completions):
22665         * dabbrev.el (dabbrev-expand):
22666         * delim-col.el (delimit-columns-rectangle-line):
22667         * diff-mode.el (diff-context->unified, diff-reverse-direction)
22668         (diff-unified->context):
22669         * ediff-init.el (ediff-abbrev-jobname):
22670         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
22671         (ediff-replace-session-activity-marker-in-meta-buffer):
22672         * info.el (Info-summary):
22673         * lpr.el (printify-region):
22674         * printing.el (pr-create-interface):
22675         * ps-print.el (ps-print-quote):
22676         * ses.el (ses-column-widths, ses-print-cell)
22677         (ses-adjust-print-width, ses-center):
22678         * shell.el (shell-file-name-quote-list):
22679         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
22680         (strokes-fill-current-buffer-with-whitespace)
22681         (strokes-xpm-for-stroke, strokes-list-strokes)
22682         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
22683         * term.el (term-dynamic-list-input-ring)
22684         (term-dynamic-list-completions):
22685         * calc/calc.el (math-format-stack-value):
22686         * emacs-lisp/edebug.el (edebug-display-freq-count):
22687         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
22688         (delphi-new-comment-line):
22689         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
22690         * progmodes/executable.el (executable-set-magic):
22691         * progmodes/python.el (inferior-python-mode):
22692         * progmodes/scheme.el (scheme-mode-syntax-table):
22693         * progmodes/sh-script.el (sh-maybe-here-document):
22694         * progmodes/sql.el (sql-copy-column):
22695         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
22696         * textmodes/bibtex.el (bibtex-mode):
22697         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
22698         (sgml-auto-attributes):
22699         * textmodes/table.el (table-insert, table-shorten-cell)
22700         (table--generate-source-scan-lines, table-delete-row)
22701         (*table--cell-delete-char, table--spacify-frame)
22702         (table--horizontally-shift-above-and-below)
22703         (table--cell-insert-char, table--cell-blank-str)
22704         (table--fill-region-strictly):
22705         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
22706         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
22708         * add-log.el (change-log):
22709         * apropos.el (apropos):
22710         * comint.el (comint-completion, comint-source):
22711         * dabbrev.el (dabbrev):
22712         * delim-col.el (columns):
22713         * diff-mode.el (diff-mode):
22714         * ediff.el (ediff):
22715         * ediff-diff.el (ediff-diff):
22716         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
22717         * ediff-mult.el (ediff-mult):
22718         * ediff-ptch.el (ediff-ptch):
22719         * ediff-wind.el (ediff-window):
22720         * facemenu.el (facemenu):
22721         * indent.el (indent):
22722         * info.el (info):
22723         * jka-cmpr-hook.el (compression, jka-compr):
22724         * lpr.el (lpr):
22725         * outline.el (outlines):
22726         * pcmpl-cvs.el (pcmpl-cvs):
22727         * pcmpl-rpm.el (pcmpl-rpm):
22728         * printing.el (printing):
22729         * ps-print.el (postscript, ps-print, ps-print-horizontal)
22730         (ps-print-vertical, ps-print-headers, ps-print-font)
22731         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
22732         (ps-print-background, ps-print-printer, ps-print-page)
22733         (ps-print-miscellany):
22734         * ses.el (ses):
22735         * shell.el (shell, shell-directories, shell-faces):
22736         * startup.el (initialization):
22737         * strokes.el (strokes):
22738         * term.el (term):
22739         * uniquify.el (uniquify):
22740         * w32-vars.el (w32):
22741         * calc/calc.el (calc):
22742         * emacs-lisp/bytecomp.el (bytecomp):
22743         * emacs-lisp/cl-indent.el (lisp-indent):
22744         * emacs-lisp/edebug.el (edebug):
22745         * emacs-lisp/elp.el (elp):
22746         * emacs-lisp/testcover.el (testcover):
22747         * emacs-lisp/trace.el (trace):
22748         * emulation/viper-ex.el (viper-ex):
22749         * emulation/viper-mous.el (viper-mouse):
22750         * mail/mailalias.el (mailalias):
22751         * mail/supercite.el (supercite, supercite-frames)
22752         (supercite-attr, supercite-cite, supercite-hooks):
22753         * net/rcompile.el (remote-compile):
22754         * net/rlogin.el (rlogin):
22755         * obsolete/ooutline.el (outlines):
22756         * progmodes/delphi.el (delphi):
22757         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
22758         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
22759         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
22760         (ebnf-optimization):
22761         * progmodes/etags.el (etags):
22762         * progmodes/executable.el (executable):
22763         * progmodes/idlwave.el (idlwave):
22764         * progmodes/pascal.el (pascal):
22765         * progmodes/prolog.el (prolog):
22766         * progmodes/python.el (python):
22767         * progmodes/scheme.el (scheme):
22768         * progmodes/sh-script.el (sh, sh-script):
22769         * progmodes/sql.el (SQL):
22770         * progmodes/tcl.el (tcl):
22771         * textmodes/bibtex.el (bibtex, bibtex-autokey):
22772         * textmodes/enriched.el (enriched):
22773         * textmodes/makeinfo.el (makeinfo):
22774         * textmodes/sgml-mode.el (sgml):
22775         * textmodes/table.el (table-hooks):
22776         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
22777         * textmodes/texinfo.el (texinfo):
22778         * textmodes/two-column.el (two-column):
22779         Finish `defgroup' description with period.
22781         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
22782         * eshell/esh-var.el (eshell-var):
22783         * progmodes/vhdl-mode.el (vhdl-testbench):
22784         * textmodes/org.el (org): Fix typos in docstrings.
22786         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
22787         consistency.
22789         * progmodes/flymake.el (flymake-find-file): Remove.
22790         (flymake-float-time): Use `with-no-warnings'.
22791         (flymake-check-start-time, flymake-check-was-interrupted)
22792         (flymake-err-info, flymake-is-running, flymake-last-change-time)
22793         (flymake-new-err-info): `defvar' at compile time.
22795 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
22797         * replace.el (occur-hook): Doc fix.
22798         (occur-1): Don't call `occur-hook' if there are no matches.
22800 2005-07-03  Richard M. Stallman  <rms@gnu.org>
22802         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
22803         global-map, save the same map.
22804         (global-map): Don't alter it at top level.
22805         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
22806         Then alter it here instead.
22807         (tpu-edt-off): Set global-map to the saved one.
22809         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
22810         All references simplified.
22811         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
22812         (zmacs-regions): Add defvar.
22813         (repeat-complex-command-map): Everything about that deleted.
22815         * textmodes/artist.el (artist-key-is-drawing)
22816         (artist-key-endpoint1, artist-key-poly-point-list)
22817         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
22818         (artist-key-compl-table, artist-rb-save-data)
22819         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
22820         Don't put them in eval-when-compile.
22821         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
22823         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
22824         Use with-no-warnings.
22826         * net/browse-url.el (dos-windows-version): Add defvar.
22828         * mail/supercite.el (filladapt-prefix-table): Add defvar.
22830         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
22831         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
22832         (rmail-new-summary-line-count): Rename from new-summary-line-count.
22833         Add defvar.
22834         (rmail-summary-beginning-of-message): Use with-no-warnings.
22835         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
22837         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
22838         Use with-no-warnings.
22840         * emulation/vi.el (vi-mark-region): Use c-mark-function.
22841         (c-mark-function): Add point-moving-unit property.
22842         (vi-goto-line): Use with-no-warnings.
22844         * emulation/edt.el (edt-last-copied-word): Add defvar.
22845         (zmacs-region-stays): Likewise.
22846         (edt-mark-section-wisely): Use c-mark-function for C.
22847         Use makr-defun for Fortran.
22848         (time-string): defvar deleted.
22849         (edt-display-the-time): Don't set time-string.
22851         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
22853         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
22854         Don't warn when name is not constant
22855         or for defining the group `emacs'.
22857         * tooltip.el (gud-tooltip-mode): Add defvar.
22859         * startup.el (default-frame-background-mode): Add defvar.
22861         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
22863         * info.el (tool-bar-map): Add defvar.
22865         * dired.el (dnd-protocol-alist): Add defvar.
22867         * dired-aux.el (dired-query): Display question with answer, when
22868         the user answers.
22870         * custom.el (custom-add-option): Doc fix.
22872         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
22874 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
22876         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
22877         bogus name from the last change.
22879 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
22881         * custom.el (custom-declare-variable): Fix typos in comment.
22882         (custom-known-themes): Doc fix.
22883         (custom-theme-directory): New defcustom.
22884         (require-theme): Make it check `custom-theme-directory'.
22886         * cus-theme.el (custom-new-theme-mode): New function.
22887         (custom-theme-name, custom-theme-variables, custom-theme-faces)
22888         (custom-theme-description): Add compiler defvars.
22889         (customize-create-theme): Add doc to the "*New Custom Theme*"
22890         buffer.  Use `custom-new-theme-mode'.
22891         (custom-theme-write): Put the created buffer in emacs-lisp-mode
22892         and save it to the `custom-theme-directory'.  Make this the
22893         default directory of the buffer.
22895 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
22897         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
22898         Fix unbalanced parentheses.
22900 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22902         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
22903         into flymake-mode and delegate to flymake-mode.
22905         * find-file.el (ff-which-function-are-we-in): Clean up.
22907 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
22909         * replace.el (occur-rename-buffer): Fix docstring.
22911         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
22912         (edt-last-copied-word, edt-learn-macro-count)
22913         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
22914         (edt-rect-start-point, edt-user-global-map, rect-start-point)
22915         (time-string, zmacs-region-stays):
22916         * emulation/edt-mapper.el (edt-save-function-key-map)
22917         (EDT-key-name): `defvar' to silence the byte-compiler.
22919 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
22921         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
22922         font-lock-regexp-backslash.  Doc fix.
22923         (font-lock-regexp-backslash-grouping-construct): Rename from
22924         font-lock-regexp-backslash-construct.  Doc fix.
22925         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
22926         grouping constructs.
22928 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
22930         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
22931         updating all the prerequisites.
22933 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
22935         * textmodes/org.el (org-agenda-start-on-weekday)
22936         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
22937         (org-agenda-use-time-grid, org-archive-location)
22938         (org-allow-space-in-links, org-usenet-links-prefer-google)
22939         (org-enable-table-editor, org-export-default-language)
22940         (org-export-html-show-new-buffer, org-fill-paragraph)
22941         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
22942         (org-goto-quit, org-occur, org-eval-in-calendar)
22943         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
22944         (org-agenda-diary-entry, org-remember-help)
22945         (org-table-convert-region, org-at-table-p)
22946         (org-table-move-row-down, org-table-move-row-up)
22947         (org-table-copy-region, org-table-toggle-vline-visibility)
22948         (org-table-get-stored-formulas, org-table-get-specials)
22949         (org-recalc-commands, org-table-eval-formula)
22950         (org-table-formula-substitute-names, orgtbl-make-binding)
22951         (org-format-org-table-html, org-format-table-table-html)
22952         (org-format-table-table-html-using-table-generate-source)
22953         (org-customize): Fix typos in docstrings.
22954         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
22955         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
22956         (org-back-to-heading): Doc fixes.
22957         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
22958         (org-agenda-change-all-lines, org-get-header):
22959         Improve argument/docstring consistency.
22960         (orgtbl-error): Fix error message.
22962         * progmodes/flymake.el (flymake-find-possible-master-files)
22963         (flymake-master-file-compare, flymake-get-line-err-count)
22964         (flymake-highlight-line, flymake-gui-warnings-enabled):
22965         Fix typos in docstrings.
22966         (flymake-parse-line, flymake-get-project-include-dirs-function)
22967         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
22968         Doc fixes.
22969         (flymake-get-project-include-dirs-function)
22970         (flymake-make-err-menu-data):
22971         Improve argument/docstring consistency.
22973 2005-07-01  Lute Kamstra  <lute@gnu.org>
22975         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
22976         Catch errors with ignore-errors.  Use temporary buffer.
22977         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
22979         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
22980         background color faces.
22981         (facemenu-set-foreground, facemenu-set-background):
22982         Use facemenu-set-face-from-menu.
22983         (facemenu-set-face-from-menu): Treat face names that start with
22984         "fg:" or "bg:" as special.
22985         (facemenu-add-new-color): Don't create faces.  Simplify.
22987 2005-06-30  Richard M. Stallman  <rms@gnu.org>
22989         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
22990         (crm-find-current-element): Likewise.
22992 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
22994         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
22996 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22998         * arc-mode.el (archive-extract): Make it work as a mouse binding.
22999         (archive-mouse-extract): Make it an obsolete alias.
23000         (archive-mode-map): Don't use archive-mouse-extract any more.
23001         (archive-mode, archive-extract): write-contents-hooks ->
23002         write-contents-functions.
23003         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
23004         first arg.
23005         (archive-rename-entry): Update the call.
23006         (archive-zip-summarize): Remove unused var `method'.
23007         (archive-lzh-summarize): Remove unused var `creator'.
23009         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
23010         dedicated frame upon exit.
23012         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
23013         (archive-zip-extract, archive-zip-expunge)
23014         (archive-zip-update, archive-zip-update-case): Use executable-find.
23015         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
23016         Use restore-buffer-modified-p.
23017         (archive-extract, archive-add-new-member, archive-write-file-member):
23018         Use with-current-buffer.
23019         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
23021 2005-06-30  Andreas Schwab  <schwab@suse.de>
23023         * progmodes/gud.el (gud-filter): Remove unneeded progn.
23025 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
23027         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
23029 2005-06-30  Juri Linkov  <juri@jurta.org>
23031         * faces.el (vertical-border): Inherit from mode-line-inactive
23032         only on tty.
23034 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
23036         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
23037         example, -NLINES in the `occur' docstring).
23039         * replace.el (occur-1): When no matches are found, do not set the
23040         `buffer-read-only' and modified flags for the occur buffer,
23041         because it is deleted.
23043         * emulation/cua-base.el (cua-check-pending-input)
23044         (cua-repeat-replace-region, cua-mode, cua-debug)
23045         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
23046         Fix typos in docstrings.
23048         * emulation/cua-gmrk.el (cua-toggle-global-mark)
23049         (cua-cut-region-to-global-mark)
23050         (cua--cut-rectangle-to-global-mark):
23051         Remove period from end of messages.
23053         * emulation/cua-rect.el (cua-do-rectangle-padding):
23054         Remove period from end of messages.
23055         (cua--rectangle-seq-format): Fix typo in docstring.
23056         (cua-sequence-rectangle, cua-fill-char-rectangle):
23057         Improve argument/docstring consistency.
23059 2005-06-29  Juri Linkov  <juri@jurta.org>
23061         * faces.el (default-frame-background-mode): New internal variable.
23062         (frame-set-background-mode): Use it.
23064         * startup.el (normal-top-level): Set default-frame-background-mode
23065         instead of frame-background-mode.  Before setting it, test for its
23066         nil value.  Remove tests for frame-background-mode and frame
23067         parameter `reverse'.  Add test for "unspecified-fg".
23069         * term/xterm.el (xterm-rxvt-set-background-mode):
23070         * term/rxvt.el (rxvt-set-background-mode):
23071         Set default-frame-background-mode instead of frame-background-mode.
23073 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
23075         * simple.el (set-variable): Warn about obsolete user variables.
23077         * imenu.el (imenu--completion-buffer):
23078         * mouse.el (mouse-buffer-menu-alist):
23079         * msb.el (msb-invisible-buffer-p):
23080         * calendar/diary-lib.el (diary-header-line-format):
23081         * emacs-lisp/pp.el (pp-buffer):
23082         * progmodes/cperl-mode.el (cperl-do-auto-fill):
23083         * textmodes/picture.el (picture-replace-match):
23084         Change space constants followed by a sexp to "?\s ".
23086         * play/decipher.el (decipher-loop-with-breaks):
23087         * textmodes/texinfo.el (texinfo-insert-@item): Change space
23088         constants "protected" from end of line by a comment to "?\s".
23090 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23092         * font-lock.el (save-buffer-state): Use `declare'.
23094         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
23095         reset the syntax-table to cperl-mode-syntax-table.
23096         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
23097         "foo_print_bar" is not matched as a reserved keyword.
23099 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
23101         * textmodes/org.el (orgtbl-setup): New function, for delayed
23102         setup for the orgtbl commands.
23103         (org-calc-default-modes): New option.
23104         (orgtbl-make-binding): Use `defun' to get better help display.
23105         (org-diary): Call `org-compile-prefix-format'.
23106         (org-table-formula-substitute-names): New function.
23107         (org-agenda-day-view, org-agenda-week-view): New commands.
23108         (org-agenda-toggle-week-view): Command removed.
23109         (org-tbl-menu): Split off from org-org-menu.
23110         (org-mode): Move removal of outline-mode menus to here.
23111         (org-table-formula-debug): New option.
23112         (org-table-insert-row): Keep first field if just "#" or "*".
23113         (org-mode): Paragraph regexps fixed.
23114         (org-table-recalculate-regexp): New constant.
23115         (org-table-justify-field-maybe): Avoid replace if not necessary.
23116         (org-copy-special, org-cut-special): Use `call-interactively'.
23117         (org-table-copy-region): Take region from `interactive' call.
23118         (org-trim): Return string even if no match.
23119         (org-formula): New face.
23120         (org-set-font-lock-defaults): No longer highlight "FIXME".
23121         But highlight formula-related fields in table.
23122         (org-table-p): Use regexp, not fontification.
23123         (org-table-align): Handle white space at end of line.
23124         (org-table-formula-evaluate-inline): New option.
23125         (org-mode): Auto-wrapping in comment lines turned off.
23126         (org-table-copy-down): Evaluate only in copied field, not in
23127         destination.
23128         (org-table-current-formula): Variable removed.
23129         (org-table-store-formulas, org-table-get-stored-formulas)
23130         (org-table-modify-formulas, org-table-replace-in-formulas)
23131         (org-table-maybe-eval-formula): New functions.
23132         (org-table-get-formula): Modify to use stored formulas.
23133         (org-table-insert-column, org-table-delete-column)
23134         (org-table-move-column): Call `org-table-modify-formulas'.
23135         (org-complete): Add completion for keyword formulas.
23136         (orgtbl-mode): Pull orgtbl-mode-map to start of
23137         minor-mode-map-alist.
23139 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23141         * progmodes/python.el (python-check): Require `compile' before
23142         modifying its variables.
23144         * newcomment.el (comment-indent-default): Don't get fooled by an early
23145         end of buffer.
23147 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23149         * ps-print.el (ps-print-version): Fix version number.
23151 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
23153         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
23155 2005-06-28  Richard M. Stallman  <rms@gnu.org>
23157         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
23158         (flyspell-local-mouse-map): Declaration deleted.
23159         (flyspell-mouse-map): Bind only mouse-2.
23160         (flyspell-mode-map): Don't test flyspell-use-local-map.
23161         (flyspell-overlay-keymap-property-name): Var deleted.
23162         (flyspell-mode-on): Don't make local bindings for
23163         flyspell-mouse-map and flyspell-mode-map.
23164         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
23166         * textmodes/ispell.el (ispell-word): Do not ignore short words.
23168         * progmodes/compile.el (compilation-next-error-function):
23169         Don't switch buffers; operate on the current buffer.
23171         * progmodes/compile.el (compilation-error-file-name)
23172         (compilation-warning-file-name, compilation-info-file-name)
23173         (compilation-line-number, compilation-column-number): New faces.
23174         (compilation-error-face, compilation-warning-face)
23175         (compilation-info-face, compilation-line-face)
23176         (compilation-column-face): Use them.
23178         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
23180         * comint.el (comint-password-prompt-regexp): Accept ", try again".
23182         * bindings.el (global-map): Bind insertchar and its variants.
23184 2005-06-27  Richard M. Stallman  <rms@gnu.org>
23186         * textmodes/artist.el (artist-text-overwrite)
23187         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
23189 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23191         * ps-print.el: It was not working the page selection for printing.
23192         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
23193         (ps-print-version): New version 6.6.7.
23194         (ps-end-sheet): New fun.
23195         (ps-header-sheet, ps-end-job): Call it.
23197 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
23199         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
23201 2005-06-27  Lute Kamstra  <lute@gnu.org>
23203         * facemenu.el (facemenu-unlisted-faces): Add foreground and
23204         background color faces.
23205         (facemenu-get-face): Delete function.
23206         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
23207         (facemenu-add-new-color): Make second argument mandatory.
23208         Create the appropriate face and return it.  Simplify.
23209         (facemenu-set-foreground, facemenu-set-background): Don't check if
23210         color is defined.  Use return value of facemenu-add-new-color.
23212 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
23214         * progmodes/gud.el (gud-filter): Add missing argument to
23215         with-selected-window.
23217 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23219         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
23220         a :require to the defcustom.
23222         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
23223         defcustoms corresponding to minor modes.
23225 2005-06-26  David Ponce  <david@dponce.com>
23227         * recentf.el: Require tree-widget instead of wid-edit.
23228         (recentf-filename-handler): Fix widget :type.
23229         (recentf-cancel-dialog, recentf-open-more-files)
23230         (recentf-open-files-action): Doc fix.
23231         (recentf-dialog-goto-first): New function.
23232         (recentf-dialog-mode-map): Set parent keymap first.
23233         (recentf-dialog-mode): Define with define-derived-mode.
23234         Don't display continuation lines in dialogs.
23235         (recentf-edit-list): Rename from recentf-edit-selected-items.
23236         (recentf-edit-list-select): Rename from recentf-edit-list-action.
23237         Simplify.
23238         (recentf-edit-list-validate): New function.
23239         (recentf-edit-list): Update accordingly.
23240         (recentf-open-files-item-shift): Remove.
23241         (recentf-open-files-item): Convert menu elements into tree and
23242         link widgets.  Don't create the widgets.
23243         (recentf-open-files): Update accordingly.
23244         (recentf-save-list): Untabify.
23246 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
23248         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
23249         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
23250         partially contained in the active region.  Do not take active
23251         region into account when called from Lisp, unless INTERACTIVE arg
23252         is 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         (flush-lines): Add INTERACTIVE arg.  Do not take active region
23256         into account when called from Lisp, unless INTERACTIVE arg is
23257         non-nil.  Use `forward-line' instead of `beginning-of-line' to
23258         avoid trouble with fields.  Make marker point nowhere when no
23259         longer used.  Always return nil.  Doc fix.
23260         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
23261         interchangeable.  Do not take active region into account when
23262         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
23263         message in echo area when called from Lisp, unless INTERACTIVE arg
23264         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
23265         Return the number of matches.  Doc fix.
23266         (occur): Doc fix.
23267         (perform-replace): Make comment follow double space convention for
23268         the sake of `outline-minor-mode'.
23270         * faces.el (facep): Doc fix.
23272 2005-06-25  Richard M. Stallman  <rms@gnu.org>
23274         * facemenu.el (facemenu-enable-faces-p): New function.
23275         (facemenu-background-menu, facemenu-foreground-menu)
23276         (facemenu-face-menu): Add menu-enable property.
23278         * jka-compr.el (jka-compr-insert-file-contents):
23279         Special handling if cannot find the uncompression program.
23281         * cus-face.el (custom-face-attributes): Add autoload.
23283         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23284         Bind comment-indent-function locally.
23286         * window.el (save-selected-window): Use save-current-buffer.
23288         * subr.el (with-selected-window): Use save-current-buffer.
23290         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
23291         and with-current-buffer.
23293 2005-06-24  Richard M. Stallman  <rms@gnu.org>
23295         * simple.el (line-move-1): Fix previous change.
23297 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23299         * replace.el (occur-1): Set `buffer-read-only' and the
23300         buffer-modified flag before running `occur-hook' to protect
23301         against unintentional buffer switches that can lead to data loss.
23303 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
23305         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
23306         (gud-gdb-marker-filter): Use font-lock-warning-face for any
23307         initial error.
23309         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
23310         after fresh input.
23311         (gdb-var-create-handler): Put name of expression in quotes.
23313 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
23315         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
23316         elements of RING in order, and without bogus nil elements.
23318 2005-06-23  Richard M. Stallman  <rms@gnu.org>
23320         * simple.el (set-variable): Args renamed; doc fix.
23321         (line-move-1): When there are overlays around, use vertical-motion.
23323         * faces.el (escape-glyph): Use brown against light background.
23324         (nobreak-space): Rename from no-break-space.
23325         Fix previous change.
23327         * dired-aux.el (dired-do-copy): Fix arg prompt.
23329         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
23331 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
23333         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
23334         rather than "Distributor".
23336 2005-06-23  Lute Kamstra  <lute@gnu.org>
23338         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
23339         (debug-on-entry): Use it.  New interactive declaration that uses
23340         function-called-at-point.
23342 2005-06-23  Kim F. Storm  <storm@cua.dk>
23344         * subr.el (save-match-data): Add comment about using evaporate arg
23345         to set-match-data.
23347 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
23349         * cus-edit.el (customize-face)
23350         (customize-face-other-window): Handle face aliases.
23352         * faces.el (face-documentation, set-face-attribute)
23353         (face-spec-set): Handle face aliases.
23355 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
23357         * help-mode.el (help-make-xrefs): If a symbol representing a face
23358         name is not followed by the word "face", it could still be a
23359         function or variable name, so don't bypass other checks.
23361 2005-06-22  Juri Linkov  <juri@jurta.org>
23363         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
23364         Replace aliased functions with calls where second arg `inherit' is t.
23366 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
23368         * progmodes/gdb-ui.el (gdb-error): New variable.
23369         (gdb-error): New function.
23370         (gdb-annotation-rules): Act on error-begin and error annotations.
23371         (gdb-concat-output): Use font-lock-warning-face for errors.
23373 2005-06-22  Miles Bader  <miles@gnu.org>
23375         * bindings.el (propertized-buffer-identification): Use renamed
23376         `Buffer-menu-buffer' face.
23378         * faces.el (vertical-border): Rename from `vertical-divider'.
23379         (escape-glyph): Change dark-background color back to `cyan'.
23381 2005-06-21  Juri Linkov  <juri@jurta.org>
23383         * faces.el (face-user-default-spec): Try getting `customized-face'
23384         prior to `saved-face'.
23385         (frame-background-mode): Refill docstring.
23387         * emacs-lisp/lisp-mode.el (eval-defun-1):
23388         * emacs-lisp/edebug.el (edebug-eval-defun):
23389         Set `saved-face' temporarily to nil before calling form.
23390         Set `customized-face' to the new spec after that.
23392 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23394         * subr.el (1value, lambda, key-substitution-in-progress):
23395         Doc fixes.
23397         * autoinsert.el (auto-insert-alist):
23398         * ses.el (ses-call-printer):
23399         * subr.el (noreturn):
23400         * emacs-lisp/lisp.el (check-parens):
23401         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
23402         * net/browse-url.el (browse-url-mosaic):
23403         * progmodes/cc-defs.el (c-safe-scan-lists):
23404         * progmodes/ebnf-abn.el (ebnf-abn-lex):
23405         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
23406         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
23407         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
23408         * progmodes/ebnf-iso.el (ebnf-iso-lex):
23409         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
23411 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
23413         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
23415 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
23417         * calendar/appt.el (appt-make-list): Activate the package, if
23418         not already active (for backwards compatibility).
23420 2005-06-20  Kim F. Storm  <storm@cua.dk>
23422         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
23424 2005-06-20  Miles Bader  <miles@gnu.org>
23426         * faces.el (vertical-divider): New face.
23428 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
23430         * simple.el (kill-whole-line): Doc fix.
23431         (next-error-buffer-p, next-error-find-buffer)
23432         (clone-indirect-buffer): Fix typos in docstrings.
23433         (comment-line-break-function): Doc fix: don't say variable
23434         is automatically buffer-local (it isn't).
23436 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
23438         * net/tramp-ftp.el (top):
23439         * net/tramp-smb.el (top):
23440         * net/tramp-util.el (top):
23441         * net/tramp-uu.el (top):
23442         * net/tramp-vc.el (top):
23443         * net/tramp.el (top): Revert copyright years back to original
23444         ones.  Tramp has a life outside GNU Emacs.
23446 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
23448         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
23450 2005-06-18  Juri Linkov  <juri@jurta.org>
23452         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
23453         end of first regexp to limit the match to the position between
23454         line number and source line with same separator character as used
23455         between file name and line number.  In the second regexp limit
23456         mouse-face area to file name and line number by adding new group
23457         for them and referring it in HYPERLINK arg.
23458         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
23459         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
23460         previous line where grep markers may be already removed.
23462 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
23464         * progmodes/ps-mode.el: Update version and maintainer's email address.
23466 2005-06-18  Steve Youngs  <steve@xemacs.org>
23468         * net/browse-url.el (browse-url-browser-function)
23469         (browse-url-default-browser): Add firefox.
23470         (browse-url-firefox-program, browse-url-firefox-arguments)
23471         (browse-url-firefox-startup-arguments)
23472         (browse-url-firefox-new-window-is-tab): New defcustoms.
23473         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
23475 2005-06-17  Richard M. Stallman  <rms@gnu.org>
23477         * startup.el (command-line): Warn if specified user name has
23478         no home directory.
23480         * term.el (term-get-old-input, term-input-filter, term-input-sender)
23481         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
23483         * longlines.el (longlines-mode, longlines-show-hard-newlines):
23484         Doc fixes.
23486         * faces.el (underline): Try bold if terminal doesn't support underline.
23488         * mail/sendmail.el (mail-setup-with-from): New variable.
23489         (mail-insert-from-field): New function.
23490         (sendmail-send-it): Call it.
23491         (mail-setup): Optionally call it here.
23493         * term/linux.el: Call tty-no-underline.
23495 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
23497         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
23499 2005-06-17  Miles Bader  <miles@gnu.org>
23501         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
23502         (ediff-current-diff-C, ediff-current-diff-Ancestor)
23503         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
23504         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
23505         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
23506         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
23507         Remove "-face" suffix from face names.
23508         (ediff-current-diff-face-A, ediff-current-diff-face-B)
23509         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
23510         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
23511         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
23512         (ediff-even-diff-face-A, ediff-even-diff-face-B)
23513         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
23514         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
23515         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
23516         New backward-compatibility aliases for renamed faces.
23517         (ediff-current-diff-face-A, ediff-current-diff-face-B)
23518         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
23519         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
23520         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
23521         (ediff-even-diff-face-A, ediff-even-diff-face-B)
23522         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
23523         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
23524         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
23525         Use renamed ediff faces.
23527         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
23528         Remove "-face" suffix from face names.
23529         (eshell-test-ok-face, eshell-test-failed-face):
23530         New backward-compatibility aliases for renamed faces.
23531         (eshell-run-test): Use renamed eshell-test faces.
23533         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
23534         face name.
23535         (eshell-prompt-face): New backward-compatibility alias for renamed
23536         face.
23537         (eshell-emit-prompt): Use renamed eshell-prompt face.
23539         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
23540         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
23541         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
23542         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
23543         Remove "-face" suffix from face names.
23544         (eshell-ls-directory-face, eshell-ls-symlink-face)
23545         (eshell-ls-executable-face, eshell-ls-readonly-face)
23546         (eshell-ls-unreadable-face, eshell-ls-special-face)
23547         (eshell-ls-missing-face, eshell-ls-archive-face)
23548         (eshell-ls-backup-face, eshell-ls-product-face)
23549         (eshell-ls-clutter-face):
23550         New backward-compatibility aliases for renamed faces.
23551         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
23553         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
23554         Remove "-face" suffix from face name.
23555         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
23556         instead of literal face.
23558 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
23560         * emacs-lisp/warnings.el (display-warning, lwarn)
23561         (warning-minimum-log-level): Doc fixes.
23562         (warning-minimum-level, warning-minimum-log-level):
23563         Add :debug to :type choices.
23565         * progmodes/ada-mode.el (ada-format-paramlist)
23566         (ada-get-indent-case, ada-check-matching-start)
23567         (ada-check-defun-name, ada-goto-matching-decl-start)
23568         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
23569         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
23570         (ada-make-subprogram-body): Follow error conventions.
23571         (ada-case-exception-file, ada-indent-comment-as-code)
23572         (ada-indent-handle-comment-special, ada-indent-renames)
23573         (ada-indent-return, ada-search-directories-internal)
23574         (ada-tab-policy, ada-case-exception-substring)
23575         (ada-other-file-alist, ada-matching-start-re)
23576         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
23577         (ada-imenu-generic-expression, ada-compile-goto-error)
23578         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
23579         (ada-popup-menu, ada-add-extensions, ada-mode)
23580         (ada-region-selected, ada-create-case-exception)
23581         (ada-create-case-exception-substring, ada-after-keyword-p)
23582         (ada-activate-keys-for-case, ada-adjust-case-region)
23583         (ada-adjust-case-buffer, ada-format-paramlist)
23584         (ada-scan-paramlist, ada-insert-paramlist)
23585         (ada-indent-newline-indent)
23586         (ada-indent-newline-indent-conditional)
23587         (ada-justified-indent-current, ada-goto-previous-word)
23588         (ada-indent-current, ada-get-indent-open-paren)
23589         (ada-get-indent-paramlist, ada-get-indent-end)
23590         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
23591         (ada-get-indent-block-start, ada-get-indent-subprog)
23592         (ada-get-indent-noindent, ada-get-indent-label)
23593         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
23594         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
23595         (ada-goto-stmt-end, ada-goto-next-word)
23596         (ada-check-matching-start, ada-check-defun-name)
23597         (ada-goto-matching-decl-start, ada-goto-matching-start)
23598         (ada-goto-matching-end, ada-search-ignore-string-comment)
23599         (ada-in-decl-p, ada-looking-at-semi-or)
23600         (ada-looking-at-semi-private, ada-in-paramlist-p)
23601         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
23602         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
23603         (ada-next-procedure, ada-previous-procedure, ada-next-package)
23604         (ada-previous-package, ada-create-menu)
23605         (ada-fill-comment-paragraph-justify)
23606         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
23607         (ada-other-file-name, ada-last-which-function-line)
23608         (ada-last-which-function-subprog, ada-which-function)
23609         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
23610         (ada-gen-treat-proc, ada-check-emacs-version)
23611         (ada-continuation-indent, ada-align-region-separate):
23612         Fix typos in docstrings.
23613         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
23615 2005-06-16  Lute Kamstra  <lute@gnu.org>
23617         * simple.el (fundamental-mode): Run after-change-major-mode-hook
23618         conditionally.
23620 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23622         * comint.el (comint-replace-by-expanded-filename)
23623         (comint-prompt-regexp, comint-delimiter-argument-list)
23624         (comint-preinput-scroll-to-bottom):
23625         * info.el (Info-hide-cookies-node):
23626         * ls-lisp.el (ls-lisp-classify):
23627         * find-file.el (ff-search-directories, ff-special-constructs)
23628         (ff-find-other-file):
23629         * font-lock.el (font-lock-keywords):
23630         * shell.el (shell-prompt-pattern)
23631         (shell-dynamic-complete-functions, shell-mode)
23632         (shell-delimiter-argument-list):
23633         * term.el (term-replace-by-expanded-filename)
23634         (term-prompt-regexp, term-delimiter-argument-list):
23635         * woman.el (woman-ignore, woman0-if):
23636         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
23637         * emacs-lisp/elint.el (elint-init-env):
23638         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
23639         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
23640         * language/ethio-util.el (ethio-tilde-escape)
23641         (ethio-use-three-dot-question):
23642         * net/zone-mode.el (zone-mode-load-time-setup):
23643         * progmodes/cc-align.el (c-lineup-argcont):
23644         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
23645         * progmodes/cperl-mode.el (cperl-set-style-back):
23646         * progmodes/inf-lisp.el (inferior-lisp-prompt):
23647         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
23648         Fix spellings in docstrings.
23650         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
23651         * progmodes/modula2.el (m2-for): Fix spellings.
23653         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
23655         * simple.el (undo-more): Don't use `format' on `error' arguments.
23656         Improve argument/docstring consistency.
23657         (pending-undo-list): Doc fix.
23659         * smerge-mode.el (smerge-ensure-match):
23660         * emulation/vip.el (vip-ex):
23661         * net/zone-mode.el (zone-mode-update-serial):
23662         * progmodes/idlwave.el (idlwave-complete):
23663         * progmodes/vhdl-mode.el (vhdl-visit-file)
23664         (vhdl-compose-wire-components):
23665         Don't use `format' on `error' arguments.
23667         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
23668         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
23669         (tooltip-help-tips): Fix typos in docstrings.
23671 2005-06-16  David Ponce  <david@dponce.com>
23673         * tree-widget.el (tree-widget-value-create): Simplify last change.
23675 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
23677         * ido.el (ido-incomplete-regexp): New variable.
23678         (ido-set-matches-1): Handle invalid-regexp error and set
23679         ido-incomplete-regexp.
23680         (ido-incomplete-regexp): New face.
23681         (ido-completions): Use it.
23682         (ido-complete, ido-exit-minibuffer, ido-completions):
23683         Handle incomplete regexps.
23684         (ido-completions): Add check for complete match when entering a regexp.
23686 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23688         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
23690 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23692         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
23693         by field delimiters.
23695 2005-06-15  David Ponce  <david@dponce.com>
23697         * tree-widget.el: eval-and-compile inlined functions so they will
23698         be available at run-time too.
23699         (tree-widget-super-format-handler)
23700         (tree-widget-format-handler): Remove.
23701         (tree-widget-value-create): Handle the :indent property.
23703 2005-06-15  Miles Bader  <miles@gnu.org>
23705         * progmodes/which-func.el (which-func): Only inherit
23706         `font-lock-function-name-face' when that makes sense against the
23707         default mode-line face, otherwise set the face color explicitly.
23709         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
23710         faces instead of (non-existent) variables.
23712 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23714         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
23715         (iswitchb-get-matched-buffers): Likewise.  Simplify.
23717 2005-06-14  Miles Bader  <miles@gnu.org>
23719         * progmodes/ld-script.el (ld-script-location-counter):
23720         Remove "-face" suffix from face name.
23721         (ld-script-location-counter-face):
23722         New backward-compatibility alias for renamed face.
23723         (ld-script-location-counter-face): Use renamed face.
23725         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
23726         (cperl-hash): Remove "-face" suffix from face names.
23727         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
23728         New backward-compatibility aliases for renamed faces.
23729         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
23730         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
23732         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
23733         name.
23734         (which-func-face): New backward-compatibility alias for renamed face.
23735         (which-func-format): Use renamed which-func face.
23737         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
23738         (vhdl-function, vhdl-directive, vhdl-reserved-word)
23739         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
23740         names.
23741         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
23742         (vhdl-speedbar-configuration, vhdl-speedbar-package)
23743         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
23744         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
23745         (vhdl-speedbar-architecture-selected)
23746         (vhdl-speedbar-configuration-selected)
23747         (vhdl-speedbar-package-selected)
23748         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
23749         names.
23750         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
23751         Use renamed faces.
23752         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
23753         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
23754         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
23755         Use renamed faces.
23756         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
23757         names.
23758         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
23759         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
23760         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
23761         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
23762         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
23763         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
23765         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
23766         face name.
23767         (sh-heredoc-face): New backward-compatibility alias for renamed face.
23768         (sh-heredoc-face): Use renamed sh-heredoc face.
23770         * progmodes/idlw-help.el (idlwave-help-link):
23771         Remove "-face" suffix from face name.
23772         (idlwave-help-link-face):
23773         New backward-compatibility alias for renamed face.
23774         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
23776         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
23777         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
23778         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
23779         New backward-compatibility aliases for renamed faces.
23780         (idlwave-shell-disabled-breakpoint-face)
23781         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
23783         * progmodes/flymake.el (flymake-errline, flymake-warnline):
23784         Remove "-face" suffix from face names.
23785         (flymake-errline-face, flymake-warnline-face):
23786         New backward-compatibility aliases for renamed faces.
23787         (flymake-highlight-line): Use renamed flymake faces.
23789         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
23790         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
23791         (ebrowse-member-class, ebrowse-progress):
23792         Remove "-face" suffix from face names.
23793         (ebrowse-tree-mark-face, ebrowse-root-class-face)
23794         (ebrowse-file-name-face, ebrowse-default-face)
23795         (ebrowse-member-attribute-face, ebrowse-member-class-face)
23796         (ebrowse-progress-face):
23797         New backward-compatibility aliases for renamed faces.
23798         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
23799         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
23800         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
23801         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
23803         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
23804         antlr-syntax)
23805         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
23806         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
23807         names.
23808         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
23809         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
23810         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
23811         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
23812         backward-compatibility aliases for renamed faces.
23813         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
23814         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
23815         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
23816         remove "font-lock-".  Use renamed antlr-mode faces.
23817         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
23818         literal face-names with face variable references.
23820         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
23821         face name.
23822         (Buffer-menu-buffer-face): New backward-compatibility alias for
23823         renamed face.
23824         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
23826 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
23828         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
23829         Eliminate "-face" suffix.
23830         (makefile-targets): Inherit from font-lock-function-name-face and
23831         eliminate "-face" suffix.
23832         (makefile-shell): Remove attributes and eliminate "-face" suffix.
23833         (makefile-*-font-lock-keywords): Append makefile-targets in rule
23834         actions, instead of prepending, to make it less visible.
23835         (makefile-previous-dependency, makefile-match-dependency):
23836         Don't match a target on a continuation line.
23838         * files.el (auto-mode-alist): Put Makefile in gmake mode.
23840 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
23842         * progmodes/gdb-ui.el (menu): Re-order menu items.
23843         (gdb-tooltip-print): Respect tooltip-use-echo-area.
23845         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
23846         Define in tooltip.el.
23847         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
23848         (gud-tooltip-tips): Respect tooltip-use-echo-area and
23849         gud-tooltip-echo-area.
23851         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
23852         backward compatibility and make obsolete.
23853         (tooltip-help-tips): Use tooltip-use-echo-area.
23854         (tooltip-show-help-function): Rename to...
23855         (tooltip-show-help): ...this, because it is a function.
23856         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
23858 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
23860         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
23861         (edebug-print-length, edebug-print-level, edebug-print-circle)
23862         (edebug-modify-breakpoint, edebug-eval-last-sexp)
23863         (edebug-eval-print-last-sexp): Doc fixes.
23865 2005-06-14  Kim F. Storm  <storm@cua.dk>
23867         * ido.el (ido-mode): Make a new keymap every time we enable ido,
23868         as the coverage buffer/file/both may change.
23870 2005-06-14  Lute Kamstra  <lute@gnu.org>
23872         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
23873         and run-mode-hooks.  Simplify.
23875         * mail/rmailedit.el (rmail-edit-mode):
23876         * progmodes/octave-inf.el (inferior-octave-mode):
23877         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
23879         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
23880         and run-mode-hooks.
23881         (recentf-edit-list, recentf-open-files): Don't call
23882         kill-all-local-variables directly.
23884         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
23886 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23888         * emacs-lisp/byte-run.el (make-obsolete)
23889         (define-obsolete-function-alias): Rename arguments FUNCTION and
23890         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
23891         (make-obsolete-variable, define-obsolete-variable-alias):
23892         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
23893         respectively.
23895         * isearchb.el (isearchb-activate):
23896         * pcvs.el (cvs-mode):
23897         * ses.el (ses-load):
23898         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
23899         * net/tramp.el (tramp-find-file-exists-command)
23900         (tramp-find-shell):
23901         * progmodes/ada-mode.el (ada-create-case-exception)
23902         (ada-create-case-exception-substring, ada-make-subprogram-body):
23903         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
23904         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
23905         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
23906         * textmodes/org.el (org-promote, org-evaluate-time-range)
23907         (org-agenda-next-date-line, org-agenda-previous-date-line)
23908         (org-agenda-error, org-open-at-point, org-table-move-row)
23909         (org-format-table-table-html-using-table-generate-source)
23910         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
23911         * textmodes/reftex.el (reftex-access-scan-info):
23912         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
23913         (reftex-toc-promote-prepare): Follow error conventions.
23915         * diff-mode.el (diff-mode): Fix typo in docstring.
23917         * forms.el (forms--intuit-from-file): Fix reference to
23918         `forms-number-of-fields' in error message.
23919         (forms-print): Fix quoting in error message.
23921         * forms.el (forms-mode):
23922         * emulation/vi.el (vi-goto-insert-state):
23923         * progmodes/flymake.el (flymake-new-err-info)
23924         (flymake-start-syntax-check-for-current-buffer)
23925         (flymake-simple-cleanup):
23926         * eshell/esh-var.el (eshell/export):
23927         * progmodes/gud.el (xdb):
23928         * textmodes/flyspell.el (flyspell-incorrect-hook)
23929         (flyspell-maybe-correct-transposition)
23930         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
23932 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
23934         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
23935         minibuffer prompt.
23937 2005-06-13  Kim F. Storm  <storm@cua.dk>
23939         * subr.el (add-to-ordered-list): New defun.
23941         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
23942         add cua--keymap-alist to emulation-mode-map-alists.
23944 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23946         * subr.el (complete-in-turn): New macro.
23947         (dynamic-completion-table, lazy-completion-table): Add debug info.
23949         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
23950         in preference to face aliases.
23952         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
23953         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
23954         Remove unused vars `start' and `firstline'.
23955         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
23956         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
23958 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
23960         * cus-start.el (all): Don't complain about missing GTK-related
23961         variables, unless either `gtk' is boundp or this isn't a
23962         `windows-nt' build.
23964 2005-06-13  Lute Kamstra  <lute@gnu.org>
23966         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
23967         run-mode-hooks.
23969         * ediff-mult.el (ediff-meta-mode):
23970         * ediff-util.el (ediff-mode): Use run-mode-hooks.
23972         * ledit.el (ledit-mode): Use delay-mode-hooks.
23974         * woman.el (woman-mode-line-format): Delete constant.
23975         (woman-mode-map): Initialize it properly.
23976         (woman-mode): Set mode-class property to special.
23977         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
23978         Set major-mode and mode-name.  Don't set mode-line-format directly.
23979         (Man-getpage-in-background): Don't reference woman-mode-line-format.
23981         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
23982         string argument obsolete.
23984 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
23986         * textmodes/org.el (org-CUA-compatible): New option.
23987         (org-disputed-keys): New variable.
23988         (org-key): New function.
23989         (orgtbl-make-binding): Add docstring to the created function.
23990         (org-mode): Set paragraph start/separate regexps.
23991         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
23992         (org-archive-location, org-archive-mark-done)
23993         (org-archive-stamp-time): New options.
23994         (org-archive-subtree): New command.
23995         (org-fill-paragraph): New function.
23996         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
23997         (org-fake-empty-table-line): Function removed.
23998         (org-format-org-table-html): Do not create empty table lines at
23999         separator lines.  Improved table header treatment.
24000         (org-link-format): New option.
24001         (org-make-link): New function.
24002         (org-insert-link, org-store-link): Use org-make-link.
24003         (org-open-file): Quote file name for shell command, to allow
24004         spaces in file names.
24005         (org-link-regexp): Fix bug with mailto link.
24006         (org-link-maybe-angles-regexp, org-protected-link-regexp):
24007         New constants.
24008         (org-export-as-html): Deal with the optional angles around a link.
24009         Better treatment of file: links.
24010         (org-open-at-point): Replace @{ and @} with < and >.
24011         (org-run-mode-hooks): Function removed.
24012         (org-agenda-mode): No longer use `org-run-mode-hooks'.
24014 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
24016         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
24017         MI command -data-list-register-values.
24018         (gdb-post-prompt): Indent properly.
24020 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
24022         * hilit-chg.el (highlight-changes-colors): Rename from
24023         `highlight-changes-colours'.
24024         (highlight-changes-colours): Keep as obsolete alias.
24025         (highlight-changes-face-list): Doc fix.
24026         (hilit-chg-make-list): Use `highlight-changes-colors'.
24028 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
24030         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
24031         defun-prompt-regexp.
24033 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
24035         * loadup.el: Don't say we are dumping under 2 names on windows-nt
24036         and cygwin.
24038         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
24039         Don't use an old loaddefs.el, as in Makefile.in.
24041 2005-06-12  Lute Kamstra  <lute@gnu.org>
24043         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
24045         * man.el (Man-mode-map): Initialize it properly.
24046         (Man-mode): Set mode-class property to special.
24048         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
24050 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
24052         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
24053         A newline is needed in the docstring there.
24055         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
24056         Doc fixes.
24058 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24060         * printing.el: Doc fix.  The menubar is no more changed when printing
24061         is loaded, it only changes when pr-menu-bind or pr-update-menus is
24062         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
24063         (pr-version): New version number (6.8.4).
24064         (pr-menu-bind): New command.
24065         (pr-update-menus): Docstring and code fix.
24066         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
24067         Docstring fix.
24068         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
24069         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
24071 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
24073         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
24074         "Returns" to "return", document useful return values, etc.
24076 2005-06-11  Alan Mackenzie  <acm@muc.de>
24078         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
24079         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
24080         (adaptive-file-function): Minor amendment to doc-string.
24082 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24084         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
24085         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
24086         Fix :type--it is `integer', not `string'.
24088         * faces.el (modeline-highlight): Rename from (the erroneous)
24089         `modeline-higilight'.
24091 2005-06-11  Lute Kamstra  <lute@gnu.org>
24093         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
24094         lisp-interaction-mode-map but make it the parent.
24095         (edebug-eval-mode): Use define-derived-mode.
24097 2005-06-11  Andreas Schwab  <schwab@suse.de>
24099         * bindings.el: Add binding of `ESC functionkey' for every
24100         `M-functionkey'.
24101         * hexl.el (hexl-mode-map): Likewise.
24103 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
24105         * progmodes/compile.el (compilation-error-regexp-alist-alist)
24106         [msft]: update regexp for newer msft compilers.
24108 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
24110         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
24111         ATTLIST portions of included DTDs.
24112         (xml-parse-dtd): Eliminate use of inefficient match-data.
24114 2005-06-10  Miles Bader  <miles@gnu.org>
24116         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
24117         (mpuz-text): Remove "-face" suffix from face names.
24118         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
24119         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
24120         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
24122         * play/gomoku.el (gomoku-O, gomoku-X):
24123         Remove "-face" suffix from face names.
24124         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
24125         New backward-compatibility aliases for renamed faces.
24126         (gomoku-font-lock-keywords): Use renamed gomoku faces.
24128 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
24130         * thumbs.el: Fixes for changes of 2005-06-09.
24131         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
24132         as a directory.
24133         (thumbs-thumbname): Remove directory separator from format string;
24134         `thumbs-thumbsdir' now returns a valid directory name.
24135         (thumbs-temp-dir): New defsubst.
24136         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
24137         Use it.
24139         * cus-edit.el (minibuffer):
24140         * files.el (make-backup-file-name-function):
24141         * filesets.el (filesets-external-viewers):
24142         * hilit-chg.el (highlight-changes-colours)
24143         (highlight-changes-face-list, highlight-changes-rotate-faces):
24144         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
24145         * kmacro.el (kmacro-call-macro):
24146         * log-edit.el (log-edit-changelog-full-paragraphs):
24147         * mouse.el (mouse-1-click-follows-link):
24148         * skeleton.el (skeleton-autowrap):
24149         * subr.el (insert-for-yank-1):
24150         * tempo.el (tempo-insert-region):
24151         * terminal.el (terminal-emulator):
24152         * time.el (display-time-mail-face):
24153         * vc.el (vc-annotate):
24154         * vcursor.el (vcursor-copy-line):
24155         * woman.el (woman-bold-headings, woman-ignore)
24156         (woman-default-faces, woman-monochrome-faces):
24157         * calendar/todo-mode.el (todo-insert-threshold):
24158         * emulation/pc-select.el (pc-select-selection-keys-only)
24159         (pc-selection-mode):
24160         * emulation/vip.el (vip-find-char-forward):
24161         * emulation/viper-cmd.el (viper-find-char-forward):
24162         * international/mule-cmds.el
24163         (select-safe-coding-system-accept-default-p)
24164         (input-method-exit-on-invalid-key):
24165         * international/mule-diag.el (describe-coding-system):
24166         * international/ucs-tables.el (unify-8859-on-encoding-mode):
24167         * net/browse-url.el (browse-url-xterm-program):
24168         * obsolete/lazy-lock.el (lazy-lock-mode):
24169         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
24170         (cperl-mode):
24171         * progmodes/cpp.el (cpp-face-light-name-list)
24172         (cpp-face-dark-name-list):
24173         * progmodes/delphi.el (delphi-newline-always-indents):
24174         Fix spellings in docstrings.
24176         * ido.el (ido-mode, ido-file-extensions-order)
24177         (ido-default-file-method, ido-default-buffer-method)
24178         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
24179         (ido-decorations, ido-read-file-name-as-directory-commands)
24180         (ido-read-file-name-non-ido, ido-work-directory-list)
24181         (ido-ignore-item-temp-list, ido-current-directory)
24182         (ido-magic-forward-char, ido-enter-find-file)
24183         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
24184         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
24186 2005-06-10  Lute Kamstra  <lute@gnu.org>
24188         * play/dunnet.el (dun-mode): Use define-derived-mode.
24189         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
24190         obsolete alias.
24192         * play/doctor.el (doctor-mode-map): Remove defvar.
24193         (doctor-mode): Use define-derived-mode.
24195         * mail/mspools.el (mspools-mode):
24196         * net/eudc-hotlist.el (eudc-hotlist-mode):
24197         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
24199 2005-06-10  Miles Bader  <miles@gnu.org>
24201         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
24202         Remove "-face" suffix from face names.
24203         (flyspell-incorrect-face, flyspell-duplicate-face):
24204         New backward-compatibility aliases for renamed faces.
24205         (flyspell-mode-on, make-flyspell-overlay)
24206         (flyspell-highlight-incorrect-region)
24207         (flyspell-highlight-duplicate-region)
24208         (flyspell-display-next-corrections)
24209         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
24211         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
24212         from face name.
24213         (texinfo-heading-face): New backward-compatibility alias for
24214         renamed face.
24215         (texinfo-heading-face): Use renamed texinfo-heading face.
24217         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
24218         suffix from face names.
24219         (tex-math-face, tex-verbatim-face):
24220         New backward-compatibility aliases for renamed faces.
24221         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
24222         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
24223         literal face name.
24225         * textmodes/table.el (table-cell): Remove "-face" suffix from face
24226         name.
24227         (table-cell-face): New backward-compatibility alias for renamed face.
24228         (table--put-cell-face-property, table--update-cell-face):
24229         Use renamed table-cell face.
24231         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
24232         from face name.
24233         (sgml-namespace-face): New backward-compatibility alias for
24234         renamed face.
24235         (sgml-namespace-face): Use renamed sgml-namespace face.
24237         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
24238         (org-level-4, org-level-5, org-level-6, org-level-7)
24239         (org-level-8, org-warning, org-headline-done)
24240         (org-deadline-announce, org-scheduled-today)
24241         (org-scheduled-previously, org-link, org-done, org-table)
24242         (org-time-grid): Remove "-face" suffix from face names.
24243         (org-level-1-face, org-level-2-face, org-level-3-face)
24244         (org-level-4-face, org-level-5-face, org-level-6-face)
24245         (org-level-7-face, org-level-8-face, org-warning-face)
24246         (org-headline-done-face, org-deadline-announce-face)
24247         (org-scheduled-today-face, org-scheduled-previously-face)
24248         (org-link-face, org-done-face, org-table-face)
24249         (org-time-grid-face):
24250         New backward-compatibility aliases for renamed faces.
24251         (org-level-faces, org-set-font-lock-defaults, org-timeline)
24252         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
24253         (org-agenda-get-timestamps, org-agenda-get-scheduled)
24254         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
24256         * emulation/viper-init.el (viper-search, viper-replace-overlay)
24257         (viper-minibuffer-emacs, viper-minibuffer-insert)
24258         (viper-minibuffer-vi): Remove "-face" suffix from face names.
24259         (viper-search-face, viper-replace-overlay-face)
24260         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
24261         (viper-minibuffer-vi-face):
24262         New backward-compatibility aliases for renamed faces.
24263         (viper-search-face, viper-replace-overlay-face)
24264         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
24265         (viper-minibuffer-vi-face): Use renamed viper faces.
24267         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
24268         Remove "-face" suffix from face names.
24269         (testcover-nohits-face, testcover-1value-face):
24270         New backward-compatibility aliases for renamed faces.
24271         (testcover-mark): Use renamed testcover faces.
24273         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
24274         face name.
24275         (diary-button-face): New backward-compatibility alias for renamed face.
24276         (diary-entry): Use renamed diary-button face.
24278         * calendar/calendar.el (diary, calendar-today, holiday)
24279         (mark-visible-calendar-date): Remove "-face" suffix from face names.
24280         (diary-face, calendar-today-face, holiday-face):
24281         New backward-compatibility aliases for renamed faces.
24282         (eval-after-load "facemenu", diary-entry-marker)
24283         (calendar-today-marker, calendar-holiday-marker, diary-face):
24284         Use renamed calendar faces.
24286         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
24287         (compare-windows-face): New backward-compatibility alias for
24288         renamed face.
24289         (compare-windows-highlight): Use renamed compare-windows face.
24291         * strokes.el (strokes-char): Remove "-face" suffix from face name.
24292         (strokes-char-face): New backward-compatibility alias for renamed face.
24293         (strokes-encode-buffer): Use renamed strokes-char face.
24295         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
24296         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
24297         Remove "-face" suffix from face names.
24298         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
24299         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
24300         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
24301         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
24302         Use renamed pcvs faces.
24303         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
24304         * pcvs-defs.el (cvs-mode-map): Likewise.
24305         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
24307         * info.el (info-title-1, info-title-2, info-title-3)
24308         (info-title-4): Remove "-face" suffix from and downcase face names.
24309         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
24310         (Info-title-4-face):
24311         New backward-compatibility aliases for renamed faces.
24312         (Info-fontify-node): Use renamed info faces.
24314         * hilit-chg.el (highlight-changes, highlight-changes-delete):
24315         Remove "-face" suffix from face names.
24316         (highlight-changes-face, highlight-changes-delete-face):
24317         New backward-compatibility aliases for renamed faces.
24318         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
24319         (hilit-chg-make-list): Use renamed highlight-changes faces.
24321         * generic-x.el (show-tabs-tab, show-tabs-space):
24322         Remove "-face" suffix from face names.
24323         (show-tabs-tab-face, show-tabs-space-face):
24324         New backward-compatibility aliases for renamed faces.
24325         (show-tabs-generic-mode-font-lock-defaults-1)
24326         (show-tabs-generic-mode-font-lock-defaults-2):
24327         Use renamed show-tabs faces.
24329         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
24330         (smerge-markers): Remove "-face" suffix from face names.
24331         (smerge-mine-face, smerge-other-face, smerge-base-face)
24332         (smerge-markers-face):
24333         New backward-compatibility aliases for renamed faces.
24334         (smerge-mine-face, smerge-other-face, smerge-base-face)
24335         (smerge-markers-face): Use renamed smerge faces.
24337         * log-view.el (log-view-file, log-view-message): Remove "-face"
24338         suffix from face names.
24339         (log-view-file-face, log-view-message-face):
24340         New backward-compatibility aliases for renamed faces.
24341         (log-view-file-face, log-view-message-face): Use renamed log-view
24342         faces.
24344         * paren.el (show-paren-match, show-paren-mismatch):
24345         Remove "-face" suffix from face names.
24346         (show-paren-match-face, show-paren-mismatch-face):
24347         New backward-compatibility aliases for renamed faces.
24348         (show-paren-function): Use renamed show-paren faces.
24350         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
24351         (ruler-mode-margins, ruler-mode-fringes)
24352         (ruler-mode-column-number, ruler-mode-fill-column)
24353         (ruler-mode-comment-column, ruler-mode-goal-column)
24354         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
24355         suffix from face names.
24356         (ruler-mode-default-face, ruler-mode-pad-face)
24357         (ruler-mode-margins-face, ruler-mode-fringes-face)
24358         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
24359         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
24360         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
24361         New backward-compatibility aliases for renamed faces.
24362         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
24363         (ruler-mode-column-number, ruler-mode-fill-column)
24364         (ruler-mode-comment-column, ruler-mode-goal-column)
24365         (ruler-mode-tab-stop, ruler-mode-current-column)
24366         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
24367         faces.
24369         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
24370         face name.
24371         (whitespace-highlight-the-space): Use renamed face.
24372         (whitespace-highlight-face): New backward-compatibility alias for
24373         renamed face.
24375         * woman.el (woman-italic, woman-bold, woman-unknown)
24376         (woman-addition, woman-symbol-face):
24377         Remove "-face" suffix from face names.
24378         (woman-italic-face, woman-bold-face, woman-unknown-face)
24379         (woman-addition-face):
24380         New backward-compatibility aliases for renamed faces.
24381         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
24382         (woman-decode-region, woman-replace-match)
24383         (woman-display-extended-fonts, woman-special-characters)
24384         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
24385         Use renamed woman faces.
24387         * longlines.el (longlines-visible-face): Face removed.
24389         * diff-mode.el (diff-header, diff-file-header, diff-index)
24390         (diff-hunk-header, diff-removed, diff-added, diff-changed)
24391         (diff-function, diff-context, diff-nonexistent): Remove "-face"
24392         suffix from face names.
24393         (diff-header-face, diff-file-header-face, diff-index-face)
24394         (diff-hunk-header-face, diff-removed-face, diff-added-face)
24395         (diff-changed-face, diff-function-face, diff-context-face)
24396         (diff-nonexistent-face): New backward-compatibility aliases for
24397         renamed faces.
24398         (diff-header-face, diff-file-header-face)
24399         (diff-index, diff-index-face, diff-hunk-header)
24400         (diff-hunk-header-face, diff-removed, diff-removed-face)
24401         (diff-added, diff-added-face, diff-changed-face, diff-function)
24402         (diff-function-face, diff-context-face, diff-nonexistent)
24403         (diff-nonexistent-face): Use renamed diff-mode faces.
24405         * progmodes/compile.el (compilation-warning-face)
24406         (compilation-info-face): Remove "-face" suffix from face names.
24407         (compilation-warning-face, compilation-info-face):
24408         New backward-compatibility aliases for renamed faces.
24409         (compilation-warning-face, compilation-info-face):
24410         Use renamed compilation faces.
24412         * add-log.el (change-log-date, change-log-name)
24413         (change-log-email, change-log-file, change-log-list)
24414         (change-log-conditionals, change-log-function)
24415         (change-log-acknowledgement): Remove "-face" suffix from face names.
24416         (change-log-date-face, change-log-name-face)
24417         (change-log-email-face, change-log-file-face)
24418         (change-log-list-face, change-log-conditionals-face)
24419         (change-log-function-face, change-log-acknowledgement-face):
24420         New backward-compatibility aliases for renamed faces.
24421         (change-log-font-lock-keywords): Use renamed change-log faces.
24423         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
24424         (custom-set, custom-changed, custom-saved, custom-button)
24425         (custom-button-pressed, custom-documentation, custom-state)
24426         (custom-comment, custom-comment-tag, custom-variable-tag)
24427         (custom-variable-button, custom-face-tag, custom-group-tag-1)
24428         (custom-group-tag): Remove "-face" suffix from face names.
24429         (custom-magic-alist, custom-magic-value-create)
24430         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
24431         (custom-invalid-face, custom-rogue-face, custom-modified-face)
24432         (custom-set-face, custom-changed-face, custom-saved-face)
24433         (custom-button-face, custom-button-pressed-face)
24434         (custom-documentation-face, custom-state-face)
24435         (custom-comment-face, custom-comment-tag-face)
24436         (custom-variable-tag-face, custom-variable-button-face)
24437         (custom-face-tag-face, custom-group-tag-face-1)
24438         (custom-group-tag-face):
24439         New backward-compatibility aliases for renamed faces.
24441         * wid-edit.el (widget-documentation, widget-button)
24442         (widget-field, widget-single-line-field, widget-inactive)
24443         (widget-button-pressed): "-face" suffix removed from face names.
24444         (widget-documentation-face, widget-button-face)
24445         (widget-field-face, widget-single-line-field-face)
24446         (widget-inactive-face, widget-button-pressed-face):
24447         New backward-compatibility aliases for renamed faces.
24448         (widget-documentation-face, widget-button-face)
24449         (widget-button-pressed-face, widget-specify-field)
24450         (widget-specify-inactive): Use renamed widget faces.
24452 2005-06-10  Kenichi Handa  <handa@m17n.org>
24454         * term/x-win.el (x-clipboard-yank): Remove condition-case
24455         wrapping.
24457 2005-06-11  Kenichi Handa  <handa@m17n.org>
24459         * add-log.el (change-log-font-lock-keywords): Make the regexp for
24460         date lines stricter.
24462 2005-06-10  Zhang Wei  <id.brep@gmail.com>
24464         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
24465         of x-get-selection.
24467 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
24469         * comint.el (comint-mode, comint-snapshot-last-prompt):
24470         * frame.el (frame-current-scroll-bars):
24471         * term.el (term-mode, term-check-proc, term-input-sender)
24472         (term-simple-send, term-extract-string, term-word)
24473         (term-match-partial-filename):
24474         * window.el (window-current-scroll-bars):
24475         * emulation/cua-base.el (cua-normal-cursor-color)
24476         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
24477         (cua-global-mark-cursor-color):
24478         * mail/undigest.el (rmail-forward-separator-regex):
24479         Fix typos in docstrings.
24481         * comint.el (comint-check-proc, make-comint-in-buffer)
24482         (comint-source-default): Doc fixes.
24484         * term.el (term-send-string): Improve argument/docstring consistency.
24486 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
24488         * comint.el (comint-send-input): Bind `inhibit-read-only' around
24489         call to `delete-region'.
24490         (comint-mode-hook): Do not enable Font Lock by default.
24492 2005-06-09  Lute Kamstra  <lute@gnu.org>
24494         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
24495         could be void.
24497 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
24499         * emacs-lisp/debug.el (debugger-will-be-back): New var.
24500         (debug): Use it.
24501         (debugger-step-through, debugger-continue, debugger-jump)
24502         (debugger-return-value): Set it when needed.
24503         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
24504         Use inhibit-read-only.
24506 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
24508         * window.el (shrink-window-if-larger-than-buffer)
24509         (window-size-fixed): Fix typo in docstring.
24511         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
24512         thumbnails directory on loading.
24513         (thumbs-conversion-program): Use `eq' to check the system type,
24514         not `equal'.
24515         (thumbs-temp-dir): Initialize to `temporary-file-directory',
24516         not "/tmp".  Fix docstring.
24517         (thumbs-thumbsdir): New function to return the thumbnails
24518         directory, creating it if needed.
24519         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
24520         (thumbs-temp-file): Delete variable and make it into a function.
24521         (thumbs-resize-image, thumbs-modify-image): Use it.
24522         (thumbs-kill-buffer): Simplify.
24523         (thumbs-gensym): Defalias or duplicate CL `gensym'.
24524         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
24525         docstrings.
24527 2005-06-09  Kim F. Storm  <storm@cua.dk>
24529         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
24530         set-match-data to free markers in match-data.
24532         * replace.el (replace-match-data): Pass RESEAT arg `t' to
24533         match-data to unchain markers in match-data.
24535 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24537         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
24538         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
24539         unnecessary now.
24541 2005-06-08  Richard M. Stallman  <rms@gnu.org>
24543         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
24544         give the variable a doc string that doesn't say don't set it directly.
24546         * textmodes/ispell.el (ispell-check-version):
24547         Use match-string-no-properties.
24548         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
24549         (ispell-buffer-local-words): Likewise.
24551         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
24552         except on terminals with enough colors to really display it.
24553         (makefile-dependency-regex): Delete spurious `bb'.
24555         * faces.el (escape-glyph): Use blue once again in last case.
24556         (no-break-space): Redefine so that it isn't invisible on a tty.
24558 2005-06-08  Kim F. Storm  <storm@cua.dk>
24560         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
24561         also when reading directory name.
24563 2005-06-08  Lute Kamstra  <lute@gnu.org>
24565         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
24566         (flyspell-mode-line-string): Remove autoload cookie.
24567         (flyspell-mode): Remove defvar.
24569 2005-06-07  Lute Kamstra  <lute@gnu.org>
24571         * textmodes/org.el (org-run-mode-hooks): New function.
24572         (org-agenda-mode): Use it.
24574 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
24576         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
24578 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24580         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
24582 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
24584         * font-lock.el (font-lock-add-keywords): Doc fix.
24586 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24588         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
24589         (tex-compile-default): In the absence of any history, use the order in
24590         tex-compile-alist to choose the preferred command.
24591         (tex-compile-commands): Reorder a bit.
24593         * textmodes/flyspell.el (flyspell-auto-correct-binding)
24594         (flyspell-incorrect-face, flyspell-duplicate-face):
24595         Use (X)Emacs-agnostic code.
24596         (flyspell-mode-map): Don't overwrite at each load.  Remove code
24597         redundant with the subsequent add-minor-mode.  Merge Emacs and
24598         XEmacs code.
24599         (flyspell-word): Minor simplification.
24600         (flyspell-math-tex-command-p): Quieten the byte-compiler.
24601         (flyspell-external-point-words): Remove unused vars `size' and `start'.
24602         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
24603         Merge the corresponding Emacs code.
24604         (flyspell-correct-word, flyspell-xemacs-popup):
24605         Use flyspell-do-correct.
24607         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
24608         a dedicated window.
24610         * international/latexenc.el (latexenc-find-file-coding-system):
24611         Undo part of last patch, to turn off a compiler warning.
24613 2005-06-06  Juri Linkov  <juri@jurta.org>
24615         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
24616         Rename `tmm-inactive-face' to `tmm-inactive'.
24618 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
24620         * iswitchb.el: Rename faces.
24622 2005-06-06  Kim F. Storm  <storm@cua.dk>
24624         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
24625         (cua-global-mark): Remove -face suffix from face names.
24627         * emulation/cua-gmrk.el (cua--init-global-mark):
24628         Remove cua-global-mark face setup.
24630 2005-06-06  Richard M. Stallman  <rms@gnu.org>
24632         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
24633         just like other allowed characters.
24634         (makefile-match-dependency): Exclude leading and training whitespace
24635         from the range of regexp subexp 1.
24636         (makefile-macroassign-regex): Don't try to match the body,
24637         just the name of the macro being defined.
24639         * info.el (Info-read-node-name-2): New function.
24640         (Info-read-node-name-1): Use that.
24641         Add a completion-base-size-function property.
24643         * simple.el (completion-setup-function): Look for
24644         completion-base-size-function property of minibuffer-completion-table.
24646         * files.el (locate-file-completion): Doc fix.
24648         * printing.el: Don't call pr-update-menus; user must do that.
24650         * emacs-lisp/debug.el (debugger-window): New variable.
24651         (debug): Use debugger-window if it is set and still alive.
24652         Record debugger-window for next entry.
24654         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
24656 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
24658         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
24659         (hack-one-local-variable, hack-local-variables)
24660         (hack-local-variables-prop-line): Pass that arg.
24662 2005-06-06  Kim F. Storm  <storm@cua.dk>
24664         * ido.el (ido-first-match, ido-only-match, ido-subdir)
24665         (ido-indicator): Remove -face suffix from face names.
24667 2005-06-06  Juri Linkov  <juri@jurta.org>
24669         * font-lock.el (font-lock-regexp-backslash)
24670         (font-lock-regexp-backslash-construct): New faces.
24671         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
24672         after `('.  Add `while-no-input' to control structures.
24674         * faces.el (no-break-space, shadow): New faces.
24675         (escape-glyph): Use less loud colors pink2 and red4.
24677         * diff-mode.el (diff-context-face)
24678         * dired.el (dired-ignored)
24679         * rfn-eshadow.el (file-name-shadow)
24680         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
24682         * info.el (Info-title-1-face): Use green instead of yellow because
24683         bold yellow is not readable on light backgrounds.
24685         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
24686         before selecting the desired mode to not spend time fontifying
24687         old contents.
24689 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
24691         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
24692         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
24694         * ps-print.el (ps-default-fg, ps-default-bg):
24695         Fix typos in docstrings.
24697         * isearchb.el (isearchb): Don't pass a spurious second argument to
24698         `iswitchb-completions'.
24700 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
24702         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
24703         to preserve point.
24704         (gdb-find-file-hook): Add doc string.
24706         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
24707         C dereferenced pointer expression.
24708         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
24710         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
24712         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
24713         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
24714         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
24715         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
24716         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
24717         Make background transparent.
24719 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
24721         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
24722         (font-lock-remove-keywords): Doc fix.
24723         (font-lock-mode-major-mode): Compiler defvar.
24724         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
24726         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
24727         (font-lock-mode): Update `font-lock-mode-major-mode'.
24728         (font-lock-set-defaults): Compiler defvar.
24729         (font-lock-default-function): Take `font-lock-mode-major-mode'
24730         into account.
24732         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
24733         keep track of which major mode it enabled the minor mode for.
24734         Use find-file-hook again.  Update docstring.
24736         * simple.el (eval-expression-print-level)
24737         (eval-expression-print-length, eval-expression-debug-on-error):
24738         Doc fixes.
24740 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
24742         * iswitchb.el (iswitchb-single-match-face)
24743         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
24744         (iswitchb-invalid-regexp-face): New faces.
24745         (iswitchb-completions): Use them.
24746         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
24747         now marked as an obsolete alias.
24748         (iswitchb-read-buffer): Remove check for bound font variables.
24749         (iswitchb-invalid-regexp): New free variable.
24750         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
24751         set iswitchb-invalid-regexp.
24752         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
24753         invalid regexps.
24754         (iswitchb-completions): Add check for complete match when entering
24755         a regexp.
24756         (iswitchb-completions): Remove require-match argument.
24757         (iswitchb-exhibit): Fix caller.
24758         (iswitchb-common-match-inserted): New variable.
24759         (iswitchb-complete, iswitchb-completion-help): Use it.
24761 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
24763         * url-http.el (url-http-chunked-encoding-after-change-function):
24764         Use `url-http-debug' instead of `message'.
24766 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
24768         * url-http.el (url-http-parse-headers): Pass redirected URL as a
24769         callback argument.
24771 2005-06-04  Kim F. Storm  <storm@cua.dk>
24773         * simple.el (line-move): Only call sit-for when moving backwards.
24775         * ido.el (ido-make-merged-file-list-1): New defun split from
24776         ido-make-merged-file-list.
24777         (ido-make-merged-file-list): Bind throw-on-input around call to
24778         ido-make-merged-file-list-1.  Return input-pending-p if
24779         interrupted by more input available.
24780         (ido-read-internal): Handle input-pending-p return value from
24781         ido-make-merged-file-list.
24783 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24785         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
24786         compatibility code.
24788         * international/latexenc.el (latexenc-find-file-coding-system):
24789         Don't inherit the EOL part of the coding-system from the
24790         tex-main buffer.  Fit within 80 columns.
24792 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
24794         * tmm.el (tmm-inactive-face): New face.
24795         (tmm-remove-inactive-mouse-face): New function.
24796         (tmm-prompt, tmm-add-one-shortcut)
24797         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
24798         but not selectable.
24800 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
24802         * faces.el (face-equal): Improve argument/docstring consistency.
24804 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
24806         * progmodes/make-mode.el (makefile-targets-face)
24807         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
24808         (makefile-bsdmake-dependency-regex)
24809         (makefile-makepp-rule-action-regex)
24810         (makefile-bsdmake-rule-action-regex): New constants.
24811         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
24813         * progmodes/compile.el (compilation-error-regexp-alist-alist):
24814         Allow (...) within `...' for makepp messages.
24816 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
24818         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
24820         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
24821         "." files are deleted from all file lists before comparison.
24823         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24824         (viper-ESC-key): Made them customizable.
24826         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
24828 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
24830         * autorevert.el (auto-revert-buffers): Use save-match-data.
24832 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24834         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
24835         menu items with a nil command binding.
24837 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
24839         * emacs-lisp/cl-macs.el (defsetf):
24840         Improve argument/docstring consistency.
24842         * faces.el (list-faces-display): Improve the formatting by
24843         computing the maximum length required for any face-name (reworked
24844         patch of 1999-01-11, accidentally deleted on 1999-07-21).
24845         (internal-find-face): Remove redundant info in docstring.
24847 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
24849         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
24850         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
24851         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
24852         (gdb-assembler-custom): Improve regexps.
24853         (def-gdb-auto-update-handler): Use window point to preserve point.
24855 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24857         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
24859 2005-05-31  Jay Belanger  <belanger@truman.edu>
24861         * calc/calc-embed.el (calc-embedded-word): Change argument passed
24862         to calc-embedded.
24863         (calc-embedded-make-info): Have plain prefix argument select
24864         entire line.
24866 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
24868         * faces.el (list-faces-display): Signal error if passed a regexp
24869         that matches no face name.
24871         * simple.el (filter-buffer-substring): Fix typo in docstring.
24873 2005-05-31  Richard M. Stallman  <rms@gnu.org>
24875         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
24876         (vhdl-emacs-21): Doc fix.
24877         (vhdl-mode): Unconditionally set comment-padding.
24878         (vhdl-fixup-whitespace-region): Insert spaces only where
24879         there are none.
24880         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
24882 2005-05-30  John Wiegley  <johnw@newartisans.com>
24884         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
24885         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
24886         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
24887         `directory-sep-char' to ?/, and all uses of `string-to-int' to
24888         `string-to-number'.
24890 2005-05-30  Jay Belanger  <belanger@truman.edu>
24892         * calc/calc.el (calc-bug-address): Fix docstring.
24893         (calc-window-hook, calc-trail-window-hook): New variables.
24894         (calc-trail-display): Restore use of calc-trail-window-hook.
24895         (calc): Restore use of calc-window-hook.
24897 2005-05-31  Masatake YAMATO  <jet@gyve.org>
24899         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
24901         * help-fns.el (help-C-file-name): Add autoload mark for
24902         `find-function-noselect'.
24904 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24906         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
24907         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
24909 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
24911         * calendar/diary-lib.el (mark-included-diary-files): Only kill
24912         included diary buffer if it was not already being visited.
24913         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
24915         * calendar/icalendar.el (top-level): Do not require appt.
24917         * mail/supercite.el (sc-select-attribution): Only use a list
24918         element from sc-attrib-selection-list if it returns a string.
24919         Reported by Davide G. M. Salvetti <salve@debian.org>.
24921 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
24923         * thumbs.el (thumbs-thumbname): The resulting thumbname now
24924         includes a hash value to improve its uniqueness, and has a ".jpg"
24925         extension.  Also, it is now a valid filename on all systems.
24926         (thumbs-make-thumb): Use `let', not `let*'.
24927         (thumbs-show-thumbs-list): Check for JPEG availability.
24929 2005-05-30  Richard M. Stallman  <rms@gnu.org>
24931         * filesets.el (filesets-menu-ensure-use-cached):
24932         Prevent warning when emacs-version>= is undefined.
24934         * printing.el (pr-interactive-n-up): Use string-to-number.
24936         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
24938         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24939         Warn only when name to be defined is quoted.
24941 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
24943         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
24944         Make regexp more robust.
24945         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
24946         Force regeneration of disassembly.
24948 2005-05-29  Jay Belanger  <belanger@truman.edu>
24950         * calc/calc.el (calc-user-invocation): Check if
24951         calc-invocation-macro is non-nil.
24953 2005-05-29  Juri Linkov  <juri@jurta.org>
24955         * add-log.el (change-log-font-lock-keywords):
24956         Add `+' to e-mail regexp to accept mail address with keywords.
24958         * man.el (Man-name-regexp): Add `:' to accept qualified names.
24960 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
24962         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
24964         * ielm.el (inferior-emacs-lisp-mode): Ditto.
24966 2005-05-29  Richard M. Stallman  <rms@gnu.org>
24968         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
24969         Undo the change that moves to end of the current word.
24971 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
24973         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
24974         Throw error when count <= 0 to ensure input is a number.
24975         (gdb-read-memory-custom): Pick up address from buffer.
24976         (gdb-memory-mode): Allow user to increment and decrement
24977         memory address from header line.
24979 2005-05-29  Richard M. Stallman  <rms@gnu.org>
24981         * flyspell.el (flyspell-version): Function deleted.
24982         (flyspell-auto-correct-previous-hook): Doc fix.
24984         * jit-lock.el (jit-lock-function, jit-lock-after-change):
24985         Do nothing if memory is full.
24987         * font-lock.el (font-lock-fontify-syntactically-region):
24988         Pass t for GREEDY to looking-back.
24990         * saveplace.el (save-place-alist-to-file): Write the file
24991         using write-region.
24993         * subr.el (looking-back): New argument GREEDY.
24995         * progmodes/compile.el (compilation-start): Set the mode
24996         before inserting the initial text.
24998         * progmodes/which-func.el (which-func-update-1): Turn the mode
24999         off in case of error by setting which-func-mode.
25001 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
25003         * flyspell.el (flyspell-auto-correct-previous-word):
25004         Narrow down to what's on the screen, and recenter overlays
25005         at the end of the next word.
25007 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
25009         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
25010         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
25011         (flyspell-abbrev-p): Default to nil.
25012         (flyspell-use-global-abbrev-table-p): Doc fix.
25013         (flyspell-large-region): Allow nil as value.
25014         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
25016         (mail-mode-flyspell-verify): More robust handling
25017         of `mail-header-separator'.  More efficient signature detection.
25018         Allow for regexp metacharacters in message-header-separator.
25019         Adding `To' not to be checked in mail-mode-flyspell-verify.
25021         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
25022         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
25023         Bind flyspell-auto-correct-binding.
25024         Bind C-. and C-, .
25025         (flyspell-mode-map): Likewise.
25026         (flyspell-mode): Doc fix.
25027         (flyspell-accept-buffer-local-defs): Preserve current buffer.
25028         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
25029         (flyspell-word-cache-result): New var, always local.
25030         (flyspell-check-pre-word-p): Doc fix.
25031         (flyspell-check-changed-word-p): Handle spc like newline.
25032         (flyspell-post-command-hook): Set flyspell-word-cache-result.
25033         (flyspell-word-search-backward, flyspell-word-search-forward):
25034         New functions.
25035         (flyspell-word): Return t if nothing to check.
25036         When parsing TeX code, check for after } or \.
25037         Use flyspell-word-search-backward to find previous word.
25038         Return nil if duplicated word.
25039         For word already checked, return same value as last time.
25040         Set flyspell-word-cache-result after checking.
25041         Don't clobber the return value.
25042         (flyspell-get-word): Major rewrite.
25043         (flyspell-external-point-words): New locals pword, pcount.
25044         Fix size used in progress message.
25045         Find the proper corresponding word in flyspell-large-region-buffer.
25046         (flyspell-region): Check for flyspell-large-region = nil.
25047         (flyspell-highlight-incorrect-region): Clean up overlays in region.
25048         (flyspell-auto-correct-word): Check that WORD is a cons.
25049         (flyspell-correct-word): Likewise.
25051 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
25053         * progmodes/make-mode.el (makefile-rule-action-regex)
25054         (makefile-macroassign-regex, makefile-makepp-mode)
25055         (makefile-bsdmake-mode): Continuation lines may be empty.
25056         Reported by Joshua Varner.
25057         (makefile-makepp-font-lock-keywords): Add $(stem).
25059 2005-05-28  Karl Berry  <karl@gnu.org>
25061         * textmodes/tex-mode.el: Now that tex-send-command calls
25062         shell-quote-argument (2005-03-31 change), remove all calls to
25063         shell-quote-argument; they all end up invoking tex-send-command.
25064         The double quoting loses on filenames with non-safe characters,
25065         such as "@".  Reported by Frederik Fouvry.
25067 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
25069         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
25070         about preserving point.
25072 2005-05-27  Jay Belanger  <belanger@truman.edu>
25074         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
25075         Info-goto-node.
25077         * calc/calc-embed.el (calc-embed-arg): New variable.
25078         (calc-do-embedded-activate, calc-embedded-activate-formula)
25079         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
25080         variable by new variable.
25081         (calc-embedded-make-info): Replace undeclared variable by new
25082         variable.  When selecting region with positive prefix
25083         argument, use end of previous line instead of beginning of line.
25085         * calc/calc-aent.el (calc-arg-values): Declare it.
25087         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
25088         Declare them.
25090         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
25092         * calc/calc.el (calc-alg-map): Declare it.
25094         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
25096 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
25098         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
25099         (gdb-registers-buffer, toggle-gdb-all-registers):
25100         Toggle display of floating point registers.
25101         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
25103         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
25104         (toggle-gud-tooltip-dereference):
25105         Rename from gud-toggle-tooltip-dereference.
25107 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25109         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
25111 2005-05-27  Jay Belanger  <belanger@truman.edu>
25113         * calc/calc-prog.el (calc-kbd-report): Remove.
25114         (calc-kbd-query): Rewrite.
25116 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
25118         * image.el (image-library-alist): Move to image.c.
25119         (image-type-available-p): Doc fix.
25121 2005-05-27  Lute Kamstra  <lute@gnu.org>
25123         * calc/calc.el (calc):
25124         * outline.el (outline-1, outline-2, outline-3, outline-4)
25125         (outline-5, outline-6, outline-7, outline-8):
25126         * textmodes/dns-mode.el (dns-mode):
25127         * textmodes/sgml-mode.el (sgml-namespace-face):
25128         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
25129         (tex-verbatim-face, tex-use-reftex):
25130         * textmodes/texinfo.el (texinfo-heading-face):
25131         Specify customization group.
25133         * longlines.el: Don't require easy-mmode.
25134         (longlines-visible-face): Specify customization group.
25136 2005-05-27  Kenichi Handa  <handa@m17n.org>
25138         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
25139         encoding table of windows-1251.
25141         * international/ucs-tables.el (ucs-set-table-for-input):
25142         If translation-table-for-input of a coding system is a symbol, get
25143         its translation-table property.
25145         * international/code-pages.el: Don't register a coding system into
25146         non-iso-charset-alist more than once.
25147         (cp-make-coding-system): Likewise.
25149 2005-05-26  John Wiegley  <johnw@newartisans.com>
25151         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
25152         `eshell-resume-eval' is wrapped in a list, it indicates that the
25153         command was run asynchronously.  In that case, unwrap the value
25154         before checking the delimiter value.
25156         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
25157         character before a space at the end of a line is \, assume the space
25158         is part of the last argument rather than a final argument separator.
25160         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
25161         is in use, and the target is `t' or `nil' (which are the most common
25162         values), don't assume that the symbol target is a buffer.
25164 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
25166         * calendar/calendar.el (calendar-mode-line-format):
25167         Use mode-line-highlight as mouse-face.
25169         * time.el (display-time-string-forms, display-time-update):
25170         Use mode-line-highlight as mouse-face.
25172 2005-05-26  Jay Belanger  <belanger@truman.edu>
25174         * calc/calc.el (calc-language-alist): Remove extra defvar.
25176 2005-05-26  Lute Kamstra  <lute@gnu.org>
25178         * arc-mode.el (archive-mode):
25179         * bookmark.el (bookmark-read-annotation-mode)
25180         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
25181         * bs.el (bs-mode):
25182         * calc/calc-yank.el (calc-edit-mode):
25183         * calc/calc.el (calc-mode, calc-trail-mode):
25184         * calculator.el (calculator-mode):
25185         * chistory.el (command-history-mode):
25186         * comint.el:
25187         * cus-edit.el (custom-mode):
25188         * descr-text.el (describe-text-mode):
25189         * ebuff-menu.el (Electric-buffer-menu-mode):
25190         * ediff-util.el (ediff-mode):
25191         * emacs-lisp/re-builder.el (reb-mode):
25192         * emulation/vi.el (vi-mode-setup):
25193         * emulation/ws-mode.el (wordstar-mode):
25194         * eshell/esh-mode.el (eshell-mode):
25195         * forms.el (forms-mode):
25196         * help-mode.el (help-mode):
25197         * hexl.el (hexl-mode):
25198         * ibuffer.el (ibuffer-mode):
25199         * ielm.el (inferior-emacs-lisp-mode):
25200         * info.el (Info-mode, Info-edit-mode):
25201         * international/swedish.el:
25202         * ledit.el (ledit-from-lisp-mode):
25203         * locate.el (locate-mode):
25204         * mail/rmail.el (rmail-mode):
25205         * mail/rmailedit.el (rmail-edit-mode):
25206         * mail/rmailsum.el (rmail-summary-mode):
25207         * mail/supercite.el (sc-electric-mode):
25208         * net/eudc.el (eudc-mode):
25209         * net/quickurl.el (quickurl-list-mode):
25210         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
25211         * obsolete/ooutline.el (outline-mode):
25212         * obsolete/options.el (Edit-options-mode):
25213         * obsolete/rnews.el (news-mode):
25214         * obsolete/rnewspost.el (news-reply-mode):
25215         * play/5x5.el (5x5-mode):
25216         * play/decipher.el (decipher-mode, decipher-stats-mode):
25217         * play/gomoku.el (gomoku-mode):
25218         * play/snake.el (snake-mode):
25219         * play/solitaire.el (solitaire-mode):
25220         * play/tetris.el (tetris-mode):
25221         * progmodes/ada-mode.el (ada-mode):
25222         * progmodes/antlr-mode.el (antlr-mode):
25223         * progmodes/autoconf.el (autoconf-mode):
25224         * progmodes/dcl-mode.el (dcl-mode):
25225         * progmodes/delphi.el (delphi-mode):
25226         * progmodes/ebrowse.el (ebrowse-tree-mode)
25227         (ebrowse-electric-list-mode, ebrowse-member-mode)
25228         (ebrowse-electric-position-mode):
25229         * progmodes/f90.el (f90-mode):
25230         * progmodes/fortran.el (fortran-mode):
25231         * progmodes/icon.el (icon-mode):
25232         * progmodes/idlw-help.el (idlwave-help-mode):
25233         * progmodes/idlw-shell.el (idlwave-shell-mode):
25234         * progmodes/idlwave.el (idlwave-mode):
25235         * progmodes/inf-lisp.el (inferior-lisp-mode):
25236         * progmodes/m4-mode.el (m4-mode):
25237         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
25238         * progmodes/modula2.el (modula-2-mode):
25239         * progmodes/octave-inf.el (inferior-octave-mode):
25240         * progmodes/octave-mod.el (octave-mode):
25241         * progmodes/pascal.el (pascal-mode):
25242         * progmodes/sh-script.el (sh-mode):
25243         * progmodes/sql.el (sql-mode, sql-interactive-mode):
25244         * progmodes/vhdl-mode.el (vhdl-mode):
25245         * progmodes/xscheme.el (scheme-interaction-mode):
25246         * replace.el (occur-mode):
25247         * ses.el (ses-mode):
25248         * simple.el (completion-list-mode):
25249         * skeleton.el:
25250         * speedbar.el (speedbar-mode):
25251         * term.el (term-mode):
25252         * terminal.el (terminal-edit-mode):
25253         * textmodes/reftex-index.el (reftex-index-mode)
25254         (reftex-index-phrases-mode):
25255         * textmodes/reftex-sel.el (reftex-select-label-mode)
25256         (reftex-select-bib-mode):
25257         * textmodes/reftex-toc.el (reftex-toc-mode):
25258         * wdired.el (wdired-change-to-wdired-mode):
25259         * wid-browse.el (widget-browse-mode):
25260         Use run-mode-hooks.
25262         * array.el (array-mode):
25263         * calendar/todo-mode.el (todo-mode):
25264         * man.el (Man-mode):
25265         * play/landmark.el (lm-mode):
25266         * play/mpuz.el (mpuz-mode):
25267         Use kill-all-local-variables and run-mode-hooks.
25269         * subr.el (delay-mode-hooks): Specify indentation.
25271 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
25273         * xml.el (xml-substitute-special): Don't die for undefined xml
25274         entities.
25276 2005-05-26  Jay Belanger  <belanger@truman.edu>
25278         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
25279         of nil.
25281 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
25283         * progmodes/gdb-ui.el (gdb-frame-address):
25284         Rename from gdb-current-address.
25285         (gdb-previous-frame-address): Rename from gdb-previous-address.
25286         (gdb-selected-frame): Rename from gdb-current-frame.
25287         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
25288         (gdb-frame-number): Rename from gdb-current-stack-level.
25289         (gdb-ann3): Match new mode-name for disassembly buffer.
25290         Extend initialization of variables.
25291         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
25292         (gdb-memory-mode): Use mouse-face in header line.
25293         (gdb-assembler-buffer-name): Call it disassembly and give frame
25294         in mode line.
25295         (gdb-source-spec-regexp, gdb-assembler-custom)
25296         (gdb-invalidate-assembler, gdb-frame-handler):
25297         Make robust to leading zeroes in address format.
25299 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
25301         * textmodes/org.el (org-mode): Use `define-derived-mode' to
25302         define `org-mode'.
25303         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
25305 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25307         * log-edit.el (log-edit-changelog-entries): Distinguish between
25308         filenames like xfns.c and fns.c.
25310 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
25312         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
25313         point after reverting.
25314         (Buffer-menu-make-sort-button): Handle the case where
25315         `Buffer-menu-use-header-line' is nil.
25317 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
25319         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
25320         New funcs.  In minibuffer-local-completion-map bind `]', `/'
25321         and `:' to them.
25323 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25325         * startup.el (normal-top-level): Allow modification of load-path while
25326         we're iterating over it.
25328 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
25330         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
25331         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
25332         (thumbs-resize-interactive, thumbs-insert-image)
25333         (thumbs-insert-thumb, thumbs-dired-show-marked)
25334         (thumbs-find-image-at-point, thumbs-delete-images)
25335         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
25336         (thumbs-increment-image-size, thumbs-decrement-image-size):
25337         Fix typos in docstrings.
25339 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
25341         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
25342         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
25343         (cperl-mode): Use them.
25345 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
25347         * window.el (quit-window, shrink-window-if-larger-than-buffer):
25348         Doc fixes.
25350 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
25352         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
25353         Bind C-d to gdb-inferior-io-eof.
25355         * dired.el (dired-dnd-popup-notice): Use message-box.
25357 2005-05-23  Masatake YAMATO  <jet@gyve.org>
25359         * bindings.el (mode-line-major-mode-keymap):
25360         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
25362         * faces.el (mode-line-highlight): New face.
25364         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
25365         as mouse-face.
25367         * bindings.el (top-level, help-echo, mode-line-modified)
25368         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
25369         as mouse-face.
25371 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
25373         * progmodes/cc-engine.el (c-guess-basic-syntax):
25374         Remove spurious call to `zerop'.
25376         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
25378 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
25380         CC Mode update to 5.30.10:
25382         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
25383         could go past the limit in decoration level 2, thereby causing
25384         errors during interactive fontification.
25386         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
25387         the file is evaluated interactively.
25389         * cc-engine.el (c-guess-basic-syntax): Handle operator
25390         declarations somewhat better in C++.
25392         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
25393         make use of `run-mode-hooks' which has been added in Emacs 21.1.
25394         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
25395         (awk-mode): Use it.
25396         (make-local-hook): Suppress warning about obsoleteness.
25398         * cc-engine.el, cc-align.el, cc-cmds.el
25399         (c-append-backslashes-forward, c-delete-backslashes-forward)
25400         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
25401         Compensate for return value from `forward-line' when it has moved
25402         but not to a different line due to eob.
25404         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
25405         `objc-method-intro' and `objc-method-args-cont'.
25407 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
25409         CC Mode update to 5.30.10:
25411         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
25412         in the copyright statement.  Incidentally, change "along with GNU
25413         Emacs" to "along with this program" where it occurs.
25415         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
25416         so that it is interactive, hence can be found by M-x awk-mode
25417         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
25418         <gmorris+emacs@ast.cam.ac.uk>.
25420         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
25421         Mode's regexps.
25423 2005-05-23  Kevin Ryde  <user42@zip.com.au>
25425         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
25426         c-parse-state, to avoid a lisp error (on bad code).
25428 2005-05-23  Lute Kamstra  <lute@gnu.org>
25430         * subr.el (font-lock-defaults): Remove defvar as it's already
25431         defined in font-core.el.
25433         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
25435 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
25437         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
25438         more general and work when GDB variable "print pretty" is on,
25439         as with Emacs, for example.
25441 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
25443         * font-core.el: Update comment.
25445         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
25446         Use `after-change-major-mode-hook' instead of `find-file-hook'.
25448         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
25450 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
25452         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
25453         and `yank-handler' in the doc strings.
25455 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25457         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
25459 2005-05-22  Richard M. Stallman  <rms@gnu.org>
25461         * help.el (describe-key): Move print-help-return-message call
25462         out of conditional.
25464         * progmodes/etags.el (list-tags): Use with-no-warnings.
25466         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
25467         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
25468         (starttls-extra-args, starttls-extra-arguments): Add defvars.
25470         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
25472         * language/viet-util.el (viet-viscii-nonascii-translation-table):
25473         Add defvar.
25475         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
25476         Use defvar, not defconst.
25478         * hexl.el (hexl-follow-line): Use with-no-warnings.
25480         * emulation/tpu-extras.el: Use write-file-functions instead of
25481         write-file-hooks.
25483         * dired.el (dired-font-lock-keywords): Fontify files with junk
25484         extensions even if marked by -F.
25486 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
25488         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
25489         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
25490         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
25491         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
25492         (concatenate, list-length, get*, getf, cl-remprop):
25493         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
25494         (etypecase, progv, lexical-let, lexical-let*)
25495         (multiple-value-bind, multiple-value-setq, shiftf):
25496         Improve argument/docstring consistency.
25498         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
25500 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
25502         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
25503         doesn't exist.
25505         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
25506         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
25508 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
25510         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
25511         already deleted variables: auto-fill-hook, blink-paren-hook,
25512         lisp-indent-hook, inhibit-local-variables, unread-command-event,
25513         suspend-hooks, comment-indent-hook, meta-flag,
25514         before-change-function, after-change-function,
25515         font-lock-doc-string-face.
25517 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
25519         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
25521 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
25523         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
25524         rmail-dont-reply-to.
25526 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
25528         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
25529         literal blank when splitting new-header-values.
25531 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
25533         * calendar/cal-menu.el (cal-menu-update): Add separator as a
25534         string so that tmm doesn't create a completion entry for it.
25536         * textmodes/table.el (table-disable-menu): Ditto.
25538 2005-05-21  Richard M. Stallman  <rms@gnu.org>
25540         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
25542         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
25544         * net/rcompile.el (remote-compile): Use compilation-start.
25546         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
25548 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
25550         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
25551         Default to makefile-bsdmake-mode on BSD systems.
25553         * imenu.el (imenu-generic-expression, imenu--generic-function'):
25554         REGEXP may also be a search function now.  The part of doc-string
25555         for describing the structure was 95% identical to that of
25556         `imenu--generic-function'.  Unify it there.
25558         * progmodes/make-mode.el (makefile-imenu-generic-expression):
25559         Use function to find dependencies, because regexp alone is so complex,
25560         it easily goes into an endless loop.
25561         (makefile-makepp-mode): Also add submenu for Perl functions
25562         defined in the makefile.
25563         (makefile-bsdmake-mode): Special imenu-generic-expression no
25564         longer needed, due to function call.
25565         (makefile-match-dependency): Take BOUND into account when checking
25566         if we're through.
25568 2005-05-20  Jay Belanger  <belanger@truman.edu>
25570         * calc/calc-units.el (calc-invalidate-units-table):
25571         Use inhibit-read-only.
25572         (math-build-units-table-buffer): Use view-mode.
25574 2005-05-20  David Kastrup  <dak@gnu.org>
25576         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
25577         easy-menu-add is not a nop on Emacs; and clarify when to call it.
25579 2005-05-20  Lute Kamstra  <lute@gnu.org>
25581         * diff-mode.el (diff-header-face, diff-file-header-face)
25582         (diff-index-face, diff-hunk-header-face, diff-removed-face)
25583         (diff-added-face, diff-changed-face, diff-function-face)
25584         (diff-context-face, diff-nonexistent-face): Put them in the
25585         diff-mode customization group.
25587 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25589         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
25591         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
25593         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
25594         Minor regexp-optimization.
25596 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
25598         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
25599         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
25600         (org-agenda-add-time-grid-maybe): New function.
25601         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
25602         (org-table-create): `dotimes' instead of `mapcar'.
25603         (org-xor): Simplify implementation.
25604         (org-agenda): `inhibit-redisplay' turned on.
25605         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
25606         a consistent line after a state change.
25607         (org-agenda-remove-times-when-in-prefix): New option.
25608         (org-prefix-has-time): New variable.
25609         (org-parse-time-string): Optional argument NODEFAULT.
25610         (org-format-agenda-item): Parse items for time-of-day
25611         specifications and move these into the prefix if possible.
25612         (org-agenda-priority): Get current heading, not previous heading
25613         during agenda remote editing.
25615 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
25617         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
25618         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
25619         (remove-duplicates, delete-duplicates, substitute)
25620         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
25621         (nsubstitute-if-not, find, find-if, find-if-not, position)
25622         (position-if, position-if-not, count, count-if, count-if-not)
25623         (mismatch, search, sort*, stable-sort, merge, member*)
25624         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
25625         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
25626         (intersection, nintersection, set-difference, nset-difference)
25627         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
25628         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
25629         (nsublis, tree-equal): Improve argument/docstring consistency.
25631         * subr.el (send-string, send-region): Remove obsolescence declaration.
25632         (window-dot, set-window-dot, read-input, show-buffer)
25633         (eval-current-buffer, string-to-int):
25634         Add release number to obsolescence declarations.
25636 2005-05-19  Kim F. Storm  <storm@cua.dk>
25638         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
25639         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
25641 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
25643         * faces.el (list-faces-display): Make back button respect optional
25644         regexp arg.
25646 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
25648         * calculator.el (calculator-radix-grouping-mode)
25649         (calculator-radix-grouping-digits, calculator-displayer)
25650         (calculator-radix-grouping-separator, calculator-copy-displayer):
25651         * dabbrev.el (dabbrev-search-these-buffers-only):
25652         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
25653         (diff-advance-after-apply-hunk, diff-mode-hook)
25654         (diff-minor-mode-prefix):
25655         * imenu.el (imenu-use-popup-menu):
25656         * jit-lock.el (jit-lock-context-time):
25657         * newcomment.el (comment-fill-column, comment-column)
25658         (comment-style, comment-padding, comment-multi-line)
25659         (comment-empty-lines, comment-auto-fill-only-comments):
25660         * reveal.el (reveal-around-mark):
25661         * uniquify.el (uniquify-buffer-name-style)
25662         (uniquify-after-kill-buffer-p)
25663         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
25664         (uniquify-min-dir-content, uniquify-separator)
25665         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
25666         * w32-vars.el (w32-fixed-font-alist):
25667         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
25668         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
25669         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
25670         * progmodes/perl-mode.el (perl-indent-level)
25671         (perl-continued-statement-offset, perl-continued-brace-offset)
25672         (perl-brace-offset, perl-brace-imaginary-offset)
25673         (perl-label-offset, perl-indent-continued-arguments)
25674         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
25675         * progmodes/tcl.el (tcl-indent-level)
25676         (tcl-continued-indent-level, tcl-auto-newline)
25677         (tcl-tab-always-indent, tcl-electric-hash-style)
25678         (tcl-help-directory-list, tcl-use-smart-word-finder)
25679         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
25680         (inferior-tcl-source-command):
25681         * textmodes/fill.el (enable-kinsoku):
25682         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
25683         * textmodes/table.el (table-yank-handler):
25684         Specify missing group (and type, if simple) in defcustom.
25686 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
25688         * progmodes/compile.el (compilation-finish-function): Fix defvar.
25690 2005-05-19  Richard M. Stallman  <rms@gnu.org>
25692         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
25694         * subr.el (event-basic-type): Don't get an error.
25695         (left-fringe-p): Function deleted.
25697         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
25698         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
25700         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
25701         in recursive copy.
25703         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
25705         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
25707         * emacs-lisp/bytecomp.el
25708         (byte-compile-file-form-custom-declare-variable):
25709         Call byte-compile-nogroup-warn if appropriate.
25711         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
25712         (compilation-set-window): Don't call left-fringe-p; do it directly.
25714 2005-05-19  Jay Belanger  <belanger@truman.edu>
25716         * calc/calc-graph.el (calc-graph-format-data): Make sure
25717         var-PlotRejects is bound before trying to check its value.
25719 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
25721         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
25722         definition of this variable from reftex-global.el to reftex.el,
25723         because it is needed in the menu.
25725 2005-05-19  Lute Kamstra  <lute@gnu.org>
25727         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
25728         years are fixed.  Don't insert a space after a dash.
25730 2005-05-19  Kim F. Storm  <storm@cua.dk>
25732         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
25734 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
25736         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
25737         strings, because (eq ... ?\\) is fairly frequent.
25739         * progmodes/make-mode.el (makefile-add-this-line-targets):
25740         Simplify and integrate into `makefile-pickup-targets'.
25741         (makefile-add-this-line-macro): Simplify and integrate into
25742         `makefile-pickup-macros.
25743         (makefile-pickup-filenames-as-targets): Simplify.
25744         (makefile-previous-dependency, makefile-match-dependency):
25745         Don't stumble over `::'.
25747 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
25749         * subr.el (post-command-idle-hook, post-command-idle-delay):
25750         Remove obsoletion of post-command-idle-hook and
25751         post-command-idle-delay.
25753         * faces.el (list-faces-display): Provide button when describe-face
25754         is called to take user back to the list of faces.
25756         * help-fns.el (describe-variable): Remove hyperlinks in a
25757         variable's value as these are quite frequently inappropriate.
25759         * follow.el (follow-submit-feedback, follow-mode):
25760         Remove references to post-command-idle-hook.
25762 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
25764         * progmodes/make-mode.el (makefile-previous-dependency)
25765         (makefile-match-dependency): Check for := (and in bsd mode also
25766         !=) to give a better result, even when font-lock is not on.
25768 2005-05-18  Jay Belanger  <belanger@truman.edu>
25770         * calc/calc-help.el (calc-s-prefix-help):
25771         Add `calc-copy-special-constant' to help string.
25773 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
25775         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
25777 2005-05-18  Jay Belanger  <belanger@truman.edu>
25779         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
25780         in linear factors are in proper order.
25782 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
25784         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25785         Support for jurabib.
25787         * textmodes/reftex.el (featurep): Define aliases for overlay
25788         commands, for XEmacs compatibility, and use these aliases in
25789         overlay initializations.
25790         (reftex-highlight): Use `reftex-move-overlay'.
25791         (reftex-unhighlight): Use `reftex-delete-overlay'.
25792         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
25793         (reftex-access-search-path): Use `reftex-uniquify' instead of
25794         `reftex-uniq'
25796         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
25797         `before-string' property modification enables for Emacs as well.
25798         (reftex-select-item): Use `reftex-delete-overlay'.
25799         (reftex-select-mark): Use `reftex-make-overlay' and
25800         `reftex-overlay-put'.
25801         (reftex-select-unmark): Use `reftex-delete-overlay' and
25802         `reftex-overlay-put'.
25804 2005-05-18  Lute Kamstra  <lute@gnu.org>
25806         * emacs-lisp/lisp.el (check-parens): Fix docstring.
25808 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
25810         * add-log.el (add-change-log-entry):
25811         * array.el (array-make-template, array-reconfigure-rows)
25812         (array-init-max-row, array-init-max-column)
25813         (array-init-columns-per-line, array-init-field-width):
25814         * replace.el (replace-match-maybe-edit, perform-replace):
25815         * textmodes/spell.el (spell-region):
25816         Replace `read-input' by `read-string'.
25818         * forms.el (forms-mode):
25819         * finder.el (finder-compile-keywords):
25820         * shadowfile.el (shadow-read-files):
25821         Replace `eval-current-buffer' by `eval-buffer'.
25823         * terminal.el (te-pass-through):
25824         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
25825         (ange-ftp-raw-send-cmd):
25826         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
25827         (send-process-next-char, telnet-initial-filter, telnet):
25828         Replace `send-string' by `process-send-string'.
25830         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
25831         (prolog-consult-region): Replace `send-string' by
25832         `process-send-string'; replace `send-region' by `process-send-region'.
25834         * progmodes/delphi.el (delphi-log-msg):
25835         Replace `set-window-dot' by `set-window-point'.
25837         * subr.el (window-dot, set-window-dot, read-input, send-string)
25838         (send-region, show-buffer, eval-current-buffer):
25839         Make really obsolete, as the comment says.
25841 2005-05-17  Kim F. Storm  <storm@cua.dk>
25843         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
25844         (cua--init-keymaps): Bind C-return instead of S-return to set
25845         rectangle mark.
25847         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
25848         instead of S-return to toggle/clear rectangle mark.
25850 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
25852         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
25853         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
25854         Also fontify plain strings assigned to variables, mostly so that a
25855         colon has a face and is thus not taken as a dependency separator.
25856         (makefile-previous-dependency): Inline the new matcher, because it
25857         is too complex to work in both directions.
25858         (makefile-match-dependency): Eliminate `backward' arg (see above).
25859         Completely reimplemented so as to not sometimes go into an endless
25860         loop.  It should also be more efficient, because first it only
25861         searches for `:', instead of applying the very complex regexp.
25862         (makefile-mode): Cancel `font-lock-support-mode', because blocks
25863         to be fontified in one piece can be too long for JIT.
25864         Makefiles are never *that* big.
25866 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
25868         * dired.el (dired-mode): Simplify.
25870 2005-05-17  Lute Kamstra  <lute@gnu.org>
25872         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
25873         defcustom for the mode hook variable.
25875         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
25876         Emacs Lisp Reference Manual.
25878 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
25880         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
25881         (evenp, list*):
25882         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
25883         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
25885         * net/tramp-smb.el (tramp-smb-open-connection):
25886         Pass `tramp-chunksize' as fifth (required) argument.
25888 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
25890         * font-lock.el (lisp-font-lock-keywords-1):
25891         Set `font-lock-negation-char-face' for [^...] char group.
25892         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
25894         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
25895         a var, and refine it to mask one more level of nested vars.
25896         (makefile-rule-action-regex): Turn it into a var, and refine it so
25897         it recognizes backslashed continuation lines as belonging to the
25898         same command.
25899         (makefile-macroassign-regex): Refine it so it recognizes
25900         backslashed continuation lines as belonging to the same command.
25901         (makefile-var-use-regex): Don't look at the next char, because it
25902         might be the same one to be skipped by the initial [^$], leading
25903         to an overlooked variable use.
25904         (makefile-make-font-lock-keywords): Remove two parameters, which
25905         are now variables that some of the modes set locally.
25906         Handle dependency and rule action matching through functions, because
25907         regexps alone match too often.  Dependency matching now comes
25908         last, so it can check, whether a colon already matched something else.
25909         (makefile-mode): Inform that font-lock improves makefile parsing
25910         capabilities.
25911         (makefile-match-dependency, makefile-match-action): New functions.
25913 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
25915         * emacs-lisp/cl-extra.el (equalp): Doc fix.
25917         * align.el (align-regexp):
25918         * ansi-color.el (ansi-color-get-face):
25919         * array.el (array-reconfigure-rows, array-init-max-row)
25920         (array-init-max-column, array-init-columns-per-line)
25921         (array-init-field-width):
25922         * dired-aux.el (dired-trample-file-versions):
25923         * dired-x.el (dired-mark-sexp):
25924         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
25925         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
25926         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
25927         * faces.el (face-read-integer):
25928         * files.el (backup-extract-version, insert-directory):
25929         * hexl.el (hexl-insert-decimal-char):
25930         * server.el (server-process-filter):
25931         * shell.el (shell-extract-num):
25932         * startup.el (command-line-1):
25933         * term.el (term-command-hook):
25934         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
25935         (time-stamp-do-number):
25936         * time.el (display-time-update):
25937         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
25938         (timezone-fix-time):
25939         * vms-patch.el (vms-suspend-resume-hook):
25940         * calendar/appt.el (appt-convert-time):
25941         * calendar/cal-bahai.el (mark-bahai-diary-entries):
25942         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
25943         * calendar/cal-islam.el (mark-islamic-diary-entries):
25944         * calendar/calendar.el (calendar-cursor-to-date)
25945         (calendar-star-date):
25946         * calendar/diary-lib.el (diary-attrtype-convert)
25947         (mark-diary-entries, diary-entry-time):
25948         * calendar/solar.el (solar-get-number):
25949         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
25950         * emacs-lisp/re-builder.el (reb-display-subexp):
25951         * emulation/edt.el (edt-set-scroll-margins):
25952         * emulation/tpu-extras.el (tpu-set-scroll-margins):
25953         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
25954         (vip-get-ex-count):
25955         * emulation/viper-ex.el (viper-get-ex-token)
25956         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
25957         * international/fontset.el (fontset-plain-name):
25958         * mail/feedmail.el (feedmail-look-at-queue-directory):
25959         * mail/mailalias.el (mail-get-names):
25960         * mail/rmail.el (rmail-convert-to-babyl-format):
25961         * mail/rmailsum.el (rmail-make-basic-summary-line)
25962         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
25963         (rmail-summary-goto-msg):
25964         * mail/smtpmail.el (smtpmail-read-response):
25965         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
25966         (ange-ftp-vms-add-file-entry):
25967         * play/gametree.el (gametree-looking-at-ply)
25968         (gametree-current-branch-score):
25969         * progmodes/ada-xref.el (ada-prj-find-prj-file)
25970         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
25971         * progmodes/cperl-mode.el (condition-case):
25972         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
25973         (ebrowse-set-member-buffer-column-width)
25974         (ebrowse-select-1st-to-9nth):
25975         * progmodes/etags.el (etags-snarf-tag):
25976         * progmodes/flymake.el (flymake-parse-line):
25977         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
25978         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
25979         (idlwave-shell-menu-def):
25980         * progmodes/ps-mode.el (ps-run-goto-error):
25981         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
25982         (vhdl-speedbar-contract-level):
25983         * term/mac-win.el (x-handle-numeric-switch):
25984         * term/sun-mouse.el (sun-get-frame-data):
25985         * term/w32-win.el (x-handle-numeric-switch):
25986         * term/x-win.el (x-handle-numeric-switch):
25987         * textmodes/ispell.el (ispell-parse-output):
25988         * textmodes/nroff-mode.el (nroff-outline-level):
25989         * textmodes/reftex-cite.el (reftex-bib-sort-year)
25990         (reftex-bib-sort-year-reverse, reftex-format-citation):
25991         * textmodes/reftex-parse.el (reftex-init-section-numbers)
25992         (reftex-section-number):
25993         * textmodes/texinfmt.el (texinfo-paragraphindent):
25994         Replace `string-to-int' by `string-to-number'.
25996         * international/latexenc.el: Add page marker to force the "Local
25997         Variables:" string out of the last page.
25999 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
26001         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
26002         tooltip-change-major-mode.
26003         (gud-tooltip-print-command): Remove case where gud-minor-mode
26004         is gdb ("--fullname").
26005         (gud-tooltip-tips): Turn GUD tooltips off for this case and
26006         explain to user.
26008 2005-05-16  Jay Belanger  <belanger@truman.edu>
26010         * calc/calc-store.el (calc-copy-special-constant): New function.
26012         * calc/calc-ext.el (calc-init-extensions): Add binding for
26013         `calc-copy-special-constant'.
26015         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
26016         for the `calc-copy-special-constant' command.
26018 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
26020         * subr.el (left-fringe-p): New function.
26022         * progmodes/compile.el (compilation-setup): Set local value of
26023         overlay-arrow-string to "" always.
26024         (compilation-set-window): Left fringe then don't scroll.
26025         No left fringe then no arrow and scroll message to top.
26026         (compilation-context-lines): Adjust doc string accordingly.
26028 2005-05-16  Kim F. Storm  <storm@cua.dk>
26030         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
26031         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
26032         (ido-wide-find-dir-or-delete-dir): New command for M-d.
26033         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
26034         (ido-read-file-name): Handle commands with ido property value
26035         equal to find-file as reading a file name, to allow C-d to enter dired.
26036         (ibuffer-find-file): Add ido property with value find-file.
26038 2005-05-15  Kim F. Storm  <storm@cua.dk>
26040         * subr.el (open-network-stream-nowait): Remove.
26041         (open-network-stream-server): Remove.
26043 2005-05-15  Richard M. Stallman  <rms@gnu.org>
26045         * faces.el (describe-face): Output a definition link button.
26047         * help-mode.el (help-face-def): New button type.
26049         * emacs-lisp/copyright.el (copyright-fix-years):
26050         Match properly if the first year is 2-digit.
26051         Don't mess up the whitespace after the years by filling.
26053         * dired-aux.el (dired-mark-confirm):
26054         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
26056         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
26057         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
26058         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
26060         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26061         Set font-lock-comment-start-skip.
26063         * font-lock.el (font-lock-comment-start-skip): New variable.
26064         (font-lock-comment-end-skip): New variable.
26065         (font-lock-fontify-syntactically-region): Use them if non-nil.
26067 2005-05-15  Jay Belanger  <belanger@truman.edu>
26069         * calc/calc-store.el (calc-store-value): Return a string rather
26070         than display it as a message.
26071         Use calc-var-name for variable name.
26072         (calc-store-into): Add the result of calc-store-value to message.
26073         (calc-copy-variable): Add a message.
26074         (calc-store-exchange): Improve error messages.
26075         (calc-store-binary, calc-store-map): Don't reset the values of
26076         special constants.
26078 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
26080         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
26081         manual to docstring.
26083         * files.el (hack-local-variables-confirm): Add STRING argument.
26084         Make the function handle non file visiting buffers correctly.
26085         (hack-local-variables-prop-line, hack-local-variables)
26086         (hack-one-local-variable): Use STRING arg of
26087         `hack-local-variables-confirm'.
26089 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
26091         Sync with Tramp 2.0.49.
26093         * net/tramp.el (tramp-handle-dired-call-process)
26094         (tramp-handle-insert-directory):`insert-buffer' cannot be used
26095         because the contents of the Tramp buffer is changed before
26096         insertion (`expand-file' and alike).
26097         (tramp-handle-insert-directory): If `localname' has an empty
26098         nondirectory name, it must not be quoted.
26099         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
26100         variable `tramp-chunksize'.  Change callees.
26101         (tramp-open-connection-setup-interactive-shell): Check remote host
26102         for buggy `send-process-string' implementation.
26103         Set `tramp-chunksize' if found.  Reported by Michael Kifer
26104         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
26105         (tramp-handle-shell-command): `insert-buffer' cannot be used
26106         because the contents of the Tramp buffer is changed before
26107         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
26108         <frederic.bothamy@free.fr>.
26109         (tramp-set-auto-save): Actions should be done for Tramp file name
26110         handler only.  Ange-FTP has its own auto-save mechanism.
26111         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26112         (tramp-set-auto-save-file-modes): Set file modes of
26113         `buffer-auto-save-file-name' to ?\600 as fallback solution.
26114         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
26115         (tramp-bug): Remove obsolete variable.
26116         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
26117         for presence of `mml-mode'.  Make it running for older Emacsen as well.
26119 2005-05-14  John Paul Wallington  <jpw@pobox.com>
26121         * ibuf-ext.el (define-ibuffer-filter filename):
26122         If `dired-directory' is a list, use its car.
26124 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
26126         * ibuffer.el (define-ibuffer-column filename):
26127         If `dired-directory' is a list, use its car.
26129 2005-05-14  Richard M. Stallman  <rms@gnu.org>
26131         * subr.el (symbol-file): Doc fix.
26133         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
26134         (byte-compile-form): Call byte-compile-nogroup-warn.
26135         (byte-compile-warning-types): Doc fix.
26137         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
26139         * progmodes/cc-engine.el (c-literal-faces):
26140         Add font-lock-comment-delimiter-face.
26142         * net/net-utils.el (dig): Use with-no-warnings.
26144         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
26145         (sc-recite-frame-alist, sc-default-cite-frame)
26146         (sc-default-uncite-frame, sc-default-recite-frame)
26147         (sc-attrib-selection-list, sc-rewrite-header-list):
26148         Mark as risky-local-variable.
26150         * international/ogonek.el (ogonek-jak, ogonek-how):
26151         Don't use beginning-of-buffer.
26153         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
26155         * calendar/solar.el (solar-data-list): Move definition up.
26157         * dnd.el (dnd-protocol-alist): Add autoload.
26159         * progmodes/sh-script.el: Many doc usage fixes.
26160         (sh-indent-after-do): Change default to match common styles.
26162 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
26164         * files.el (interpreter-mode-alist)
26165         (auto-mode-interpreter-regexp): Doc fixes.
26167 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
26169         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
26171         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
26173 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
26175         * dired.el (dired-mode): make-variable-buffer-local =>
26176         make-local-variable.
26178 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26180         * term/mac-win.el (mac-select-convert-to-string): Try coding
26181         systems in mac-script-code-coding-systems if specified one cannot
26182         encode string for `com.apple.traditional-mac-plain-text'.
26184 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
26186         * progmodes/make-mode.el (makefile-targets-face)
26187         (makefile-shell-face, makefile-makepp-perl-face): New faces.
26188         (makefile-dependency-regex): Fix it to not make the colon in
26189         $(var:a=b) special.
26190         (makefile-rule-action-regex): New regexp for highlighting embedded
26191         Shell strings.
26192         (makefile-macroassign-regex): Handle != for highlighting as
26193         embedded Shell strings.
26194         (makefile-var-use-regex): New const.
26195         (makefile-statements, makefile-automake-statements)
26196         (makefile-gmake-statements, makefile-makepp-statements)
26197         (makefile-bsdmake-statements): New consts.
26198         (makefile-make-font-lock-keywords): New function.
26199         (makefile-automake-font-lock-keywords)
26200         (makefile-gmake-font-lock-keywords)
26201         (makefile-makepp-font-lock-keywords)
26202         (makefile-bsdmake-font-lock-keywords): New consts.
26203         (makefile-mode-map): Add switchers between the various submodes.
26204         (makefile-mode): Document the availability of the variants.
26205         (makefile-automake-mode, makefile-gmake-mode)
26206         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
26208         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
26209         new variants of makefile-mode.
26211 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26213         * font-lock.el (font-lock-comment-delimiter-face): Fix up
26214         the inheritance.
26216 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
26218         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
26219         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
26221         * files.el (normal-mode): Extend the scope of the
26222         `enable-local-variables' binding to include the `set-auto-mode' call.
26223         (magic-mode-alist): Doc fix.
26225 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26227         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
26228         font-lock-comment-face rather than copying its setting.
26230 2005-05-12  Andreas Schwab  <schwab@suse.de>
26232         * eshell/esh-mode.el (eshell-send-input): Doc fix.
26234 2005-05-12  Lute Kamstra  <lute@gnu.org>
26236         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
26237         defcustom for the mode hook variable.  Delete the last argument.
26238         * generic-x.el: Fix callers of define-generic-mode.
26239         (generic-x-modes): Delete group.
26240         (show-tabs-tab-face, show-tabs-space-face): Put them in the
26241         generic-x customization group.
26243 2005-05-12  Kim F. Storm  <storm@cua.dk>
26245         * font-lock.el (font-lock-negation-char-face): Default to "off".
26247         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
26248         font-lock-negation-char-face to ! in !=.
26250 2005-05-12  Masatake YAMATO  <jet@gyve.org>
26252         * add-log.el (find-change-log): Fix typos in the docstring
26253         of function.
26255 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
26257         * international/latexenc.el (latexenc-find-file-coding-system):
26258         Avoid `re-search-forward' when looking for input encoding because
26259         of speed and safety.  Better regular expressions for recognizing
26260         input encoding.  Limit a search for TeX-master/tex-main-file to
26261         the local variable section.
26263 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
26265         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
26266         syntax of $ to "'" (quote).
26268 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
26270         * dnd.el (dnd-protocol-alist): Improve custom type.
26272         * dired.el (dired-dnd-protocol-alist): New variable.
26273         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
26274         `dired-mode-hook' to the end.
26276 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
26278         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
26279         comment-end if comment-start-skip is not set.
26280         Obey the font-lock-comment-delimiter-face variables.
26282 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
26284         * files.el (executable-find): Move from executable.el.  Use
26285         locate-file.
26286         * progmodes/executable.el (executable-find): Move to files.el.
26288         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
26289         when trying to ensure forward progress.
26291 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
26293         * mouse-sel.el (mouse-sel-follow-link-p): New function.
26294         (mouse-select, mouse-select-internal, mouse-extend-internal):
26295         Use it to implement mouse-1-click-follows-link functionality.
26297 2005-05-11  Richard M. Stallman  <rms@gnu.org>
26299         * font-lock.el (font-lock-fontify-syntactically-region):
26300         Use font-lock-comment-delimiter-face for comment delimiters.
26302 2005-05-10  Jay Belanger  <belanger@truman.edu>
26304         * calc/calc-help.el (calc-m-prefix-help): Add mention of
26305         preserving embedded modes.
26307 2005-05-10  Richard M. Stallman  <rms@gnu.org>
26309         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
26311         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
26312         Move from ada-stmt.el.
26313         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
26315         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
26316         Move to ada-mode.el.
26317         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
26319         * cus-edit.el (custom-file): Call file-chase-links.
26321         * files.el (read-directory-name): Fix previous change.
26322         (hack-local-variables-confirm): New function.
26323         (hack-local-variables-prop-line, hack-local-variables)
26324         (hack-one-local-variable): Use it.
26326 2005-05-10  Lute Kamstra  <lute@gnu.org>
26328         * font-lock.el (font-lock-keywords-alist)
26329         (font-lock-removed-keywords-alist): Clarify docstrings.
26331 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
26333         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
26334         (gdb-source-info): Check for preprocessor info.
26335         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
26336         a macro for a function.
26337         (gdb-info-breakpoints-custom): Try to find file again if not already
26338         found (user might have used GDB dir command).
26339         (gdb-get-location): Update gdb-location-alist correctly for change
26340         to gdb-info-breakpoints-custom.
26342         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
26343         (gud-tooltip-print-command): Add gdbmi case.
26344         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
26345         preprocessor info.
26347 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
26349         * startup.el (fancy-splash-insert): Fix typo in doc string.
26351 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
26353         * obsolete/float.el (string-to-float):
26354         * obsolete/hilit19.el (hilit-add-pattern):
26355         * obsolete/rnews.el (news-parse-range, news-select-message)
26356         (news-get-pruned-list-of-files): Replace `string-to-int' by
26357         `string-to-number'.
26359         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
26360         `find-file-not-found-hooks'; use `add-hook'.
26361         (uncompress-while-visiting): Set `write-file-functions', not
26362         `write-file-hooks'; use `add-hook'.
26364 2005-05-09  Kim F. Storm  <storm@cua.dk>
26366         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
26367         (cua-paste): Handle clipboard action.
26368         (cua--init-keymaps): Remap clipboard-kill-region and
26369         clipboard-kill-ring-save.
26371 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
26373         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
26374         Improve commentary.
26376         * simple.el (next-error-overlay-arrow-position): Revert the change
26377         made on 2005-04-30.
26379 2005-05-07  Jay Belanger  <belanger@truman.edu>
26381         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
26382         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
26383         `calc-sel-reselect'.
26385         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
26386         Calc is in embedded mode.
26388 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
26390         * progmodes/compile.el (compilation-setup):
26391         Set overlay-arrow-string to an empty string on text terminals.
26393         * textmodes/ispell.el (ispell-program-name): Try looking for
26394         "aspell" along exec-path, and if found, use it as the default
26395         speller program.
26397 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
26399         * international/mule.el (sgml-xml-auto-coding-function):
26400         Recognize encoding='FOO' in single quotes as well as in double quotes.
26402 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
26404         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
26405         as well as `interactive', so that defmacro* would recognize
26406         `declare' forms.
26408 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
26410         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
26411         Explain more about the LIGHTER arg's usage in the doc string.
26412         Add commentary to clarify what the code does.  Fix the regexp that
26413         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
26414         since it could have characters special to regular expressions.
26416 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
26418         * replace.el (occur-1): Bind inhibit-read-only so that
26419         erase-buffer doesn't barf on read-only text properties (likewise
26420         for add-text-properties in occur-engine).  Mark buffer as unmodified.
26421         (occur-engine): Don't set buffer-read-only here.
26423 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26425         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
26426         list-buffers-directory.  This caused the *cvs-commit* buffer to be
26427         sometimes mistakenly reused as a *cvs* buffer.
26429 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
26431         * tooltip.el: Move code for GUD tooltips into gud.el.
26432         (require): CL no longer needed to compile case.
26433         (tooltip-mode): Do not toggle functions for GUD tooltips.
26434         (tooltip-gud-tips-p): Remove.  Replace with minor mode
26435         gud-tooltip-mode in gud.el.
26436         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
26437         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
26438         tooltip-gud prefix with gud-tooltip and obsolete.
26439         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
26440         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
26441         (tooltip-mouse-motion): Mouse movement functions/variable.
26442         Rename in gud.el by adding gud prefix.
26443         (tooltip-gud-original-filter, tooltip-gud-dereference)
26444         (tooltip-gud-event, tooltip-toggle-gud-tips)
26445         (tooltip-gud-process-output, tooltip-gud-print-command)
26446         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
26447         gud.el by replacing tooltip-gud prefix with gud-tooltip.
26448         (gdb-tooltip-print): Move to gdb-ui.el.
26450         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
26451         (require): CL needed to compile case.
26452         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
26453         tooltip-gud-tips-p.  Make it a minor-mode.
26454         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
26455         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
26456         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
26457         (gud-tooltip-change-major-mode)
26458         (gud-tooltip-activate-mouse-motions-if-enabled)
26459         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
26460         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
26461         (gud-tooltip-original-filter, gud-tooltip-dereference)
26462         (gud-tooltip-event, tooltip-toggle-gud-tips)
26463         (gud-tooltip-process-output, gud-tooltip-print-command)
26464         (gud-tooltip-tips): Move from tooltip.el.
26466         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
26467         (gdb-cpp-define-alist-flags): Doc fix.
26468         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
26469         gud-tooltip-mode is t.
26471 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26473         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
26474         evaporate if their text is deleted.
26475         (goto-address-at-point): Make it work as a mouse binding as well.
26476         (goto-address-at-mouse): Obsolete it.  Update users.
26478 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
26480         * calendar/appt.el (top-level): No longer activate on load.
26482 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
26484         * calendar/cal-bahai.el (mark-bahai-diary-entries):
26485         * net/webjump.el (webjump):
26486         * progmodes/idlw-help.el (idlwave-do-context-help1)
26487         (idlwave-highlight-linked-completions):
26488         * textmodes/po.el (po-find-file-coding-system-guts):
26489         Replace `assoc-ignore-case' by `assoc-string'.
26491 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
26493         * files.el (locate-file): Doc fix.
26495         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
26496         Remove the redundant test for ms-dos.
26498         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
26499         look for the preprocessor with exec-suffixes.  If not found in
26500         standard places, look in exec-path.  Remove most of the tests that
26501         used system-type.
26503         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
26505         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
26507         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
26508         file-name clash with jka-compr.el on 8+3 filesystems.
26510 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26512         * term/mac-win.el: Don't define or bind scroll bar functions if
26513         x-toolkit-scroll-bars is t.
26514         (x-select-text, x-get-selection-value): Clear
26515         x-last-selected-text-clipboard if x-select-enable-clipboard is
26516         nil.
26517         (PRIMARY): Put mac-scrap-name property.
26518         (mac-select-convert-to-file-url): New function.
26519         (public.file-url): New selection target type.  Add to
26520         selection-converter-alist.
26521         (x-get-selection, x-selection-value): Handle it.
26522         (x-cut-buffer-or-selection-value): New alias.
26524 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
26526         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
26527         entry to avoid calling bibtex-find-entry with arg global
26528         being t.  Remove arg key.
26529         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
26530         (bibtex-copy-summary-as-kill): Change accordingly.
26532 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26534         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
26535         (org-agenda-date-later): Use with-current-buffer.
26537 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
26539         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
26540         (define-obsolete-variable-alias): Doc Fixes.
26542 2005-05-06  Kim F. Storm  <storm@cua.dk>
26544         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
26545         vertical-motion when selective-display is active.
26547         * ido.el (ido-setup-hook): New hook.
26548         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
26549         (ido-input-stack): New var.
26550         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
26551         ido-next-work-file binding to M-O.
26552         Bind M-f to ido-wide-find-file-or-pop-dir.
26553         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
26554         (ido-read-internal): Run ido-setup-hook.
26555         Catch quit in read-file-name and read-string to cancel edit.
26556         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
26557         Automatically pop-all when completing a directory name (RET).
26558         (ido-file-internal): Add with-no-warnings around ffap and dired code.
26559         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
26560         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
26561         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
26562         New functions for M-b/M-f to move among the directory components.
26563         (ido-make-merged-file-list): Catch quit to cancel merge.
26564         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
26565         (ido-completion-help): No warnings for ido-completion-buffer-full.
26567 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
26569         * font-lock.el (font-lock-negation-char-face): New face and variable.
26570         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
26571         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
26572         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
26573         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
26575 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
26577         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
26578         Fix typo in docstring.
26580         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
26581         (ebrowse-print-statistics-line)
26582         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
26584         * term/w32-win.el (image-library-alist): Add additional name for
26585         Xpm library.
26587 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
26589         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
26590         use gcc instead of cpp.
26592         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
26593         (gdb-create-define-alist): Use it.
26594         (gdb-cpp-define-alist-program): Update for MS-DOS.
26596 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
26598         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
26600 2005-05-04  Richard M. Stallman  <rms@gnu.org>
26602         * help.el (describe-key): No error when UNTRANSLATED is nil.
26604         * simple.el (line-move-1): Fix previous change to signal errors
26605         appropriately.
26607 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
26609         * calendar/icalendar.el (icalendar-version): Now at 0.12.
26610         (icalendar-duration-correction): Remove.
26611         (icalendar--get-event-properties): Split result at commas.
26612         (icalendar--decode-isoduration): New optional argument
26613         DURATION-CORRECTION.
26614         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
26615         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
26616         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
26617         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
26618         (icalendar--convert-anniversary-to-ical): New functions, extracted
26619         from icalendar-export-region, with bug fixes.
26620         (icalendar-export-region): Use the above functions.
26621         (icalendar-import-buffer): Check before saving diary file.
26622         (icalendar--convert-recurring-to-diary)
26623         (icalendar--convert-non-recurring-all-day-to-diary)
26624         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
26625         extracted from icalendar--convert-ical-to-diary, with bug fixes.
26626         (icalendar--convert-ical-to-diary): Use the above functions.
26628 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
26630         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
26631         Remove these recent additions.
26632         (c-mode): Restore to before 2005-04-28.
26634         * progmodes/cc-vars.el (cc-define-list-program): Remove this
26635         recent addition.
26637         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
26638         (gdb-define-alist): New variables.
26639         (gdb-create-define-alist): New function.
26640         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
26641         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
26642         with string-to-number.
26643         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
26645         * progmodes/gud.el: Replace string-to-int with string-to-number.
26646         (gud-find-file): Handle gdb-define-alist.
26648         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
26650 2005-05-02  Jay Belanger  <belanger@truman.edu>
26652         * calc/calc-aent.el (math-read-token):
26653         * calc/calc-bin.el (calc-word-size):
26654         * calc/calc-ext.el (calc-read-number-fancy):
26655         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
26656         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
26657         * calc/calc-frac.el (calc-over-notation):
26658         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
26659         (calc-graph-num-points, calc-graph-init):
26660         * calc/calc-prog.el (calc-read-parse-table-part)
26661         (calc-edit-macro-repeats):
26662         * calc/calc-yank.el (calc-do-grab-rectangle):
26663         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
26664         Replace `string-to-int' by `string-to-number'.
26666 2005-05-02  Kim F. Storm  <storm@cua.dk>
26668         * kmacro.el: Use executing-kbd-macro-index variable.
26670 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
26672         * net/rlogin.el (rlogin-parse-words): Delete func.
26673         (rlogin): Use split-string, not rlogin-parse-words.
26674         Also, if there are option-like elements in the parsed args,
26675         take the host to be the first arg immediately following them.
26676         Suggested by Michael Mauger.
26678 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
26680         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
26682 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
26684         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
26685         (cc-mode-cpp-program): Rename to cc-define-list-program and
26686         move to cc-vars.el.
26688         * progmodes/cc-vars.el (cc-define-list-program):
26689         Change to "gcc -E -dM -".  Make customizable.
26691 2005-05-02  Kim F. Storm  <storm@cua.dk>
26693         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
26695 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
26697         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
26699         * international/mule-util.el (truncate-string): Remove alias and
26700         obsolete declaration.
26702         * international/mule-cmds.el (update-iso-coding-systems):
26703         Remove alias and obsolete declaration.
26705         * international/mule.el (coding-system-parent): Remove alias and
26706         obsolete declaration.
26708         * subr.el (define-function, sref): Remove aliases and obsolete
26709         declarations.
26710         (chars-in-region): Remove obsolete declaration.
26712 2005-05-01  Richard M. Stallman  <rms@gnu.org>
26714         * info.el (Info-mode): Set widen-automatically to nil, locally.
26716         * simple.el (widen-automatically): New variable.
26717         (pop-global-mark): Obey widen-automatically.
26719 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
26721         * term/xterm.el (function-key-map): Call substitute-key-definition
26722         before the keymap size is increased by a lot of define-key calls.
26724 2005-05-01  Richard M. Stallman  <rms@gnu.org>
26726         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
26727         Rename ARG to ELEMENT.  Doc fix.
26729 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
26731         * allout.el (allout-exposure): Remove macro and obsolete declaration.
26732         Remove references to allout-exposure/change to allout-new-exposure.
26734         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
26735         bytecode symbols.
26737         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
26738         (compiled-function-p, focus-frame, unfocus-frame):
26739         Remove aliases and obsolete declarations.
26740         Back out inadvertent changes from previous commit.
26742 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
26744         * files.el (require-final-newline): Make Custom tags consistent
26745         with mode-require-final-newline.
26746         (mode-require-final-newline): Doc fix.
26748 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26750         * international/latexenc.el (latexenc-find-file-coding-system):
26751         Fix regular expressions.
26753 2005-05-01  David Kastrup  <dak@gnu.org>
26755         * international/latexenc.el (latexenc-find-file-coding-system):
26756         Fix regular expressions.
26758 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
26760         * subr.el (string-to-int): Make obsolete.
26762 2005-04-30  Richard M. Stallman  <rms@gnu.org>
26764         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
26766         * loadup.el: load jka-comp-hook.
26768         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
26769         (jka-compr-handler): Add autoload.  `put' calls moved
26770         to jka-comp-hook.el.
26771         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
26772         (jka-compr-inhibit): Autoload.
26774         * jka-comp-hook.el: New file.
26775         Enable the mode by default.
26777         * files.el (backup-buffer-copy): Use copy-file instead
26778         of write-region, and put back the 'excl.
26780 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
26782         * progmodes/flymake.el (flymake-split-string)
26783         (flymake-split-string, flymake-log, flymake-pid-to-names)
26784         (flymake-reg-names, flymake-get-source-buffer-name)
26785         (flymake-unreg-names, flymake-add-line-err-info)
26786         (flymake-add-err-info): Clarify docstrings.
26787         (flymake-popup-menu, flymake-make-emacs-menu)
26788         (flymake-make-xemacs-menu): Add docstrings.
26789         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
26790         Set variables directly throughout.
26792 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
26794         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
26795         exists.  Initialize cc-define-alist.
26796         (c-mode): Add cc-create-define-alist locally to after-save-hook.
26797         If there is no file (Macroexpansion) don't create an alist.
26799 2005-04-29  Sam Steingold  <sds@gnu.org>
26801         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
26802         (cc-create-define-alist): Use it instead of the hard-coded string.
26804 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26806         * international/mule-conf.el (file-coding-system-alist): Fix regexp
26807         for latexenc.
26809 2005-04-29  Lute Kamstra  <lute@gnu.org>
26811         * emacs-lisp/generic.el: Improve commentary section.
26812         (define-generic-mode): Improve docstring.
26814 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
26816         * textmodes/org.el (many places): Change to quiet the byte compiler.
26817         (org-prefix-format-compiled): New variable.
26818         (org-compile-prefix-format): New function.
26819         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
26820         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
26821         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
26822         (org-get-entries-from-diary): Use `org-get-time-of-day' for
26823         consistency with entries from `org-mode' files.
26824         (org-get-time-of-day): Fix bug with partial matches early in a line.
26825         (org-non-link-chars): New constant.
26826         (org-link-regexp): Respect `org-non-link-chars'.
26827         (org-agenda-day-view): Remove command.
26828         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
26829         (org-follow-bbdb-link, org-store-link): Search also company field.
26830         (org-highlight-overlay): New variable.
26831         (org-highlight, org-unhighlight): New functions.
26832         (org-agenda-mode): Add pre-command-hook to remove highlight.
26833         (org-evaluate-time-range): Behavior depends upon whether time stamp
26834         contains a time or not.
26835         (org-show-subtree, org-show-entry): New functions.
26836         (org-agenda-cleanup-fancy-diary): Remove empty lines.
26838 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
26840         * comint.el (comint-output-filter-functions): Add autoload cookie.
26842 2005-04-28  Kim F. Storm  <storm@cua.dk>
26844         * ido.el (ido-everywhere): Fix last change.
26846 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
26848         * international/latexenc.el: New file.
26849         * international/mule-conf.el (file-coding-system-alist): For .tex,
26850         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
26852 2005-04-28  Lute Kamstra  <lute@gnu.org>
26854         * font-lock.el (font-lock-add-keywords)
26855         (font-lock-remove-keywords): Clarify docstring.
26856         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
26857         Don't start docstrings with a `*'.
26858         (font-lock-update-removed-keyword-alist): Give it a docstring.
26860         * generic-x.el: Update commentary section.
26861         Only require font-lock when compiling.
26862         Define all modes conditionally.
26863         Place all generic modes in the generic-x-modes customization group.
26864         (generic-x-modes): New customization group.
26865         (generic-default-modes, generic-mswindows-modes)
26866         (generic-unix-modes, generic-other-modes): New constants.
26867         (generic-define-mswindows-modes, generic-define-unix-modes):
26868         Update docstrings.  Make them obsolete.
26869         (generic-extras-enable-list): New default value.  Update docstring.
26870         Improve :type.  Change :set function.
26871         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
26872         Fix docstring.
26874         * emacs-lisp/generic.el (generic-mode-internal):
26875         Simplify font-lock-defaults.
26876         (define-generic-mode): Fix docstring.
26878 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26880         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
26881         font-lock-face property to highlight matches.
26883 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
26885         * progmodes/cc-mode.el (cc-create-define-alist): New function.
26886         (cc-define-alist): New variable.
26887         (c-mode): Make it local and initialize it.
26889         * progmodes/gdb-ui.el (gdb-active-process): New variable.
26890         (gdb-exited): New function.
26891         (gdb-annotation-rules): Use it.
26892         (gdb-starting): Set gdb-active-process to t.
26893         (gdb-stopping): Amend doc string.
26894         (gdb-reset): Set gdb-active-process to nil.
26896         * tooltip.el (tooltip-gud-tips): Show the associated #define
26897         directives when a C program under GDB is not executing.
26899 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
26901         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
26902         font-lock-fontify-syntactic-keywords.
26904         * font-lock.el (font-lock-default-fontify-region): Don't force
26905         parse-sexp-lookup-properties to nil.
26907 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
26909         * man.el (man-mode-syntax-table): Set up `:' to have
26910         word-constituent syntax.
26912 2005-04-27  Lute Kamstra  <lute@gnu.org>
26914         * novice.el (disable-command): Don't add spurious newlines to the
26915         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
26917 2005-04-26  Jay Belanger  <belanger@truman.edu>
26919         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
26920         than one window before deleting window.
26922 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
26924         * shell.el (shell-prompt-pattern): Doc fix.
26925         (shell-mode): Set paragraph-separate buffer locally to "\\'".
26927         * comint.el (comint-prompt-regexp, comint-get-old-input)
26928         (comint-use-prompt-regexp)
26929         (comint-use-prompt-regexp-instead-of-fields)
26930         (comint-replace-by-expanded-history, comint-send-input)
26931         (comint-output-filter, comint-get-old-input-default)
26932         (comint-line-beginning-position, comint-bol, comint-show-output)
26933         (comint-backward-matching-input, comint-forward-matching-input)
26934         (comint-next-prompt, comint-previous-prompt):
26935         Rename `comint-use-prompt-regexp-instead-of-fields' to
26936         `comint-use-prompt-regexp'.  Keep old name as alias and declare
26937         obsolete.
26938         (comint-use-prompt-regexp): Shorten first line of doc string.
26940         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
26941         Set paragraph-separate buffer locally to "\\'".
26943         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
26944         Adapt to above name change.
26946         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
26947         (smbclient-prompt-regexp): Ditto.
26949         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
26951 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
26953         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
26954         gdb-location-list.
26955         Break lines that are over 80 characters wide.
26957 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26959         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
26960         New fun and var, to preserve compatibility.
26962         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
26964 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
26966         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
26967         name to file-newer-than-file-p.
26969 2005-04-26  Richard M. Stallman  <rms@gnu.org>
26971         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
26973         * progmodes/python.el (python-mode):
26974         Use new name eldoc-documentation-function.
26976         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
26978         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
26979         (eldoc-documentation-function):
26980         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
26982 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
26984         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
26986 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
26988         * term/xterm.el (function-key-map): Fix strings for
26989         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
26990         {C,S,A,C-S}-{f1-f12}.
26992 2005-04-26  Kenichi Handa  <handa@m17n.org>
26994         * international/mule-cmds.el (select-safe-coding-system):
26995         Fix previous change.
26997 2005-04-26  Lute Kamstra  <lute@gnu.org>
26999         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
27001         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
27002         (font-lock-comment-delimiter-face): Ditto.
27004         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
27006 2005-04-25  Jay Belanger  <belanger@truman.edu>
27008         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
27009         to t while inserting information; use help-mode.
27011 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
27013         * term.el (ansi-term-color-vector): Use the xterm colors.
27014         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
27016 2005-04-25  Lute Kamstra  <lute@gnu.org>
27018         * font-core.el (font-lock-defaults): Fix docstring.
27020         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
27022 2005-04-25  Kenichi Handa  <handa@m17n.org>
27024         * international/mule-cmds.el (select-safe-coding-system):
27025         Don't check consistency with coding: spec, etc if raw-text or
27026         no-conversion was found to be safe.
27028 2005-04-24  Richard M. Stallman  <rms@gnu.org>
27030         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
27031         citation markers at start of each line.
27033         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
27034         citation markers at start of each line.
27036         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
27038         * files.el (mode-require-final-newline): Fix previous change.
27039         (require-final-newline): Fix type label.
27041 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
27043         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
27044         statement in buffer (broken by 2004-11-24 change).
27046 2005-04-24  Kim F. Storm  <storm@cua.dk>
27048         * ido.el (ido-everywhere): Save and restore old read-buffer-function
27049         and read-file-name-function values.  Don't overwrite existing
27050         non-nil values if ido-mode is enabled without ido-everywhere.
27052 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
27054         * files.el (mode-require-final-newline): Minor doc fix.
27056 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
27058         * subr.el (syntax-after): Doc fix.
27059         (syntax-class): If argument is nil, return nil.  Mask off upper 16
27060         bits, not 8 bits.
27062         * files.el (mode-require-final-newline): Doc fix.
27063         (backup-buffer-copy): Fix last change.
27065 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27067         * term/mac-win.el: Require select.  Set selection-coding-system to
27068         mac-system-coding-system.  Call menu-bar-enable-clipboard.
27069         (x-last-selected-text-clipboard, x-last-selected-text-primary)
27070         (x-select-enable-clipboard): New variables.
27071         (x-select-text, x-get-selection, x-selection-value)
27072         (x-get-selection-value, mac-select-convert-to-string)
27073         (mac-services-open-file, mac-services-open-selection)
27074         (mac-services-insert-text): New functions.
27075         (CLIPBOARD, FIND): Put mac-scrap-name property.
27076         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
27077         (public.tiff): Put mac-ostype property.
27078         (selection-converter-alist): Add entries for them.
27079         (mac-application-menu-map): New keymap.
27080         (interprogram-cut-function, interprogram-paste-function): Set to
27081         x-select-text and x-get-selection-value, respectively.
27082         (split-window-keep-point): Set to t.
27084 2005-04-23  Richard M. Stallman  <rms@gnu.org>
27086         * files.el (read-directory-name): Always pass non-nil
27087         DEFAULT-FILENAME arg to read-file-name.
27088         (backup-buffer-copy, basic-save-buffer-2): Take care against
27089         writing thru an unexpected existing symlink.
27090         (revert-buffer): In indirect buffer, revert the base buffer.
27091         (magic-mode-alist): Doc fix.
27092         (buffer-stale-function): Doc fix.
27093         (minibuffer-with-setup-hook): Avoid warning.
27094         (mode-require-final-newline): Doc and custom fix.
27096         * follow.el (follow-end-of-buffer): Use with-no-warnings.
27098         * font-lock.el (font-lock-comment-face): On terminals with few colors,
27099         use the default appearance.
27100         (font-lock-comment-delimiter-face): New face, new variable.
27102         * imenu.el (imenu--generic-function): The official position of a
27103         definition is the start of the line that BEG is in.
27105         * midnight.el (midnight-timer): Move defvar up.
27107         * mouse.el (mouse-drag-region-1): Delete some debugging code.
27109         * saveplace.el (save-place-to-alist): Use with-no-warnings.
27111         * startup.el (command-line): Use with-no-warnings.
27113         * window.el (window-size-fixed): New defvar.
27115         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
27117         * mail/rmail.el (rmail-font-lock-keywords):
27118         Use font-lock-comment-delimiter-face.
27120         * mail/sendmail.el (mail-font-lock-keywords):
27121         Use font-lock-comment-delimiter-face.
27123         * progmodes/compile.el (next-error-highlight-timer): New defvar.
27125 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
27127         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27128         Specify t for LAXMATCH when matching directories.
27129         Save match data around compilation-compat-error-properties form.
27131 2005-04-23  David Kastrup  <dak@gnu.org>
27133         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
27134         Mention that the autoloaded aliases should be kept for AUCTeX.
27136 2005-04-23  Andreas Schwab  <schwab@suse.de>
27138         * isearch.el (isearch-forward): Doc fix.
27140 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
27142         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
27143         (jit-lock-stealth-nice): Change default value to 0.5.
27145 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
27147         * abbrev.el (write-abbrev-file): Write table entries in
27148         alphabetical order by table name.
27150 2005-04-22  Kim F. Storm  <storm@cua.dk>
27152         * ido.el (ido-read-internal): Fix `list' completion.
27154 2005-04-22  Kenichi Handa  <handa@m17n.org>
27156         * recentf.el (recentf-save-file-coding-system): New variable.
27157         (recentf-save-list): Encode the file by
27158         recentf-save-file-coding-system and add coding: tag.
27160 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
27162         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
27164 2005-04-21  Lute Kamstra  <lute@gnu.org>
27166         * loadhist.el (unload-feature): Don't remove a function from hooks
27167         if it is about to be restored to an autoload .  Remove functions
27168         that will become unbound from auto-mode-alist.  Simplify the code.
27170         * subr.el (assq-delete-all): New implementation that is linear,
27171         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
27172         (rassq-delete-all): New function.
27174         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
27175         Add size-indication-mode.
27177 2005-04-21  Kenichi Handa  <handa@m17n.org>
27179         * international/mule-cmds.el: Add autoload for widget-value in
27180         eval-when-compile.
27182 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
27184         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
27185         Add tooltip-mode.
27187         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
27189 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
27191         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
27192         (inferior-lisp-filter-regexp, inferior-lisp-program)
27193         (inferior-lisp-load-command, inferior-lisp-prompt)
27194         (inferior-lisp-mode-hook, lisp-source-modes)
27195         (inferior-lisp-load-hook): defvar->defcustom.
27196         (inferior-lisp-program, inferior-lisp-prompt)
27197         (inferior-lisp-load-hook): Doc fixes.
27198         (inferior-lisp-install-letter-bindings): Small change in
27199         introductory comment.
27201 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
27203         * vc.el (vc-annotate-color-map): Change some colors so that text
27204         using them as foreground is readable on both white and black
27205         backgrounds.
27207 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
27209         * international/mule-conf.el (translation-table-for-input):
27210         Remove redundant declaration.
27212 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
27214         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
27216         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
27217         (tooltip-toggle-gud-tips): New function.
27219 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27221         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
27222         right angle brackets.
27224 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
27226         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
27228 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
27230         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
27231         Remove.  Update callers to use expand-file-name instead.
27233         * subr.el (syntax-class): New function.
27235         * simple.el (blink-matching-open): Use it.
27237         * paren.el (show-paren-function): Use it to recognize parens that are
27238         also used in 2-char comment markers.
27240 2005-04-19  Lute Kamstra  <lute@gnu.org>
27242         * loadhist.el (unload-feature): Update for new format of
27243         load-history.  Simplify the code.
27245 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27247         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
27248         (mac-add-charset-info): New function.  Initialize variable
27249         mac-charset-info-alist using it.
27250         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
27251         for translation.
27252         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
27253         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
27254         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
27255         New CCL programs.
27257 2005-04-19  Kim F. Storm  <storm@cua.dk>
27259         * simple.el (next-buffer, prev-buffer, next-error)
27260         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
27261         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
27263         * bindings.el (next-buffer, prev-buffer, next-error)
27264         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
27265         (clone-indirect-buffer-other-window): Move bindings from simple.el.
27266         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
27267         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
27269 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
27271         * isearch.el (isearch-edit-string): Make the search-ring available for
27272         minibuffer history commands.
27273         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
27274         the default history commands now work just as well.
27275         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
27277 2005-04-18  Kim F. Storm  <storm@cua.dk>
27279         * emulation/cua-base.el (cua--pre-command-handler): Add more
27280         elaborate check for shift modifier on non-window systems.
27282 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
27284         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
27286 2005-04-18  Kim F. Storm  <storm@cua.dk>
27288         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
27289         and make it optional.  Don't test tooltip-gud-echo-area here.
27290         (tooltip-gud-process-output, gdb-tooltip-print):
27291         Pass tooltip-gud-echo-area to tooltip-show.
27292         (tooltip-help-tips): Remove second optional arg to tooltip-show.
27294 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27296         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
27297         `display-graphic-p' may not be bound yet.
27299 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
27301         * startup.el (command-line): No longer enable Xterm Mouse mode by
27302         default in terminals compatible with xterm.
27304         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
27306 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
27308         * tooltip.el (tooltip-gud-echo-area): Rename from
27309         tooltip-use-echo-area.
27310         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
27311         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
27312         area independently of where help tooltips are displayed.
27314 2005-04-17  David Kastrup  <dak@gnu.org>
27316         * cus-theme.el (custom-theme-write-variables): Quote variables
27317         where necessary.
27319 2005-04-17  Richard M. Stallman  <rms@gnu.org>
27321         * simple.el (yank-excluded-properties): Add follow-link to value.
27323         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
27325         * startup.el (fancy-splash-max-time): Just 30 seconds.
27326         (fancy-splash-delay): Just 7.
27327         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
27329         * loadhist.el (unload-feature): Update for new format of load-history.
27330         Simplify the code.
27332         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
27333         (rmail-font-lock-keywords): Don't fontify the text of a citation.
27335         * mail/sendmail.el (mail-font-lock-keywords):
27336         Don't fontify subject text.
27337         Don't fontify the text of a citation.
27339 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
27341         * comint.el (comint-output-filter): Run comint-output-filter-functions
27342         with point where the user had it.
27344 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
27346         * international/ucs-tables.el (ucs-set-table-for-input):
27347         Disable when using unify-on-decoding.
27349 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
27351         * emulation/cua-base.el (cua-global-mark-face): Add special case
27352         for displays supporting a high number of colors.
27354 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
27356         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
27358 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
27360         * filesets.el (filesets-add-buffer): If user supplies a name of a
27361         non-existing fileset, create a new fileset.
27363 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
27365         * textmodes/org.el (org-up-heading-all): Fix bug with
27366         `outline-up-heading-all'.
27368 2005-04-16  Andreas Schwab  <schwab@suse.de>
27370         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
27371         /etc/permissions.d/* and /etc/aliases.d/*.
27373 2005-04-16  Kenichi Handa  <handa@m17n.org>
27375         * international/code-pages.el (cp-make-coding-system):
27376         Set `translation-table-for-input' property value to the symbol
27377         ucs-mule-to-mule-unicode, not to that value.
27378         (pt154): Escape guillemet by `\'.
27380 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
27382         * loadup.el: Load tooltip if x-show-tip is fboundp.
27384         * startup.el (command-line): Add comment.
27386         * tooltip.el (tooltip-mode): Specify correct standard value for
27387         Custom in init-value.
27389 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
27391         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
27392         possible.
27394 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
27396         * textmodes/org.el (org-agenda-date-prompt): Rename from
27397         `org-agenda-date-today'.
27398         (org-evaluate-time-range): Insert at point instead of directly
27399         after time range.
27400         (org-first-headline-recenter, org-subtree-end-visible-p)
27401         (org-optimize-window-after-visibility-change): New functions
27402         (org-agenda-post-command-hook): Don't allow point at end of line,
27403         to make sure it always hits the text properties.
27404         (org-agenda-next-date-line, org-agenda-previous-date-line):
27405         New commands.
27406         (org-set-regexps-and-options): Category may contain white space.
27407         (org-agenda-get-deadlines, org-agenda-get-scheduled):
27408         Improve marker positions.
27409         (org-agenda-new-marker): Argument POS made optional.
27410         (org-agenda-get-timestamps): Deadlines which are done are listed
27411         in org-done-face now.
27412         (org-agenda-get-todos, org-agenda-get-timestamps)
27413         (org-agenda-get-deadlines, org-agenda-get-scheduled):
27414         Set `undone-face' and `done-face' properties.
27415         (org-last-todo-state-is-todo): New variable.
27416         (org-todo): Set `org-last-todo-state-is-todo'.
27417         (org-agenda-todo): Change face according to
27418         `org-last-todo-state-is-todo'.  And change other lines referring to
27419         the same entry.
27420         (org-calendar-goto-agenda): New command.
27421         (org-calendar-to-agenda-key): New option.
27422         (org-startup-folded): New allowed value `content'.
27423         (org-set-regexps-and-options): Accept new value `content' for
27424         `org-startup-folded'.
27425         (org-get-current-options): Handle new value `content' for
27426         `org-startup-folded'.
27427         (org-insert-todo-heading): New command.
27428         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
27429         interactively in empty file and option
27430         `org-insert-mode-line-in-empty-file' has been set.
27431         (org-agenda-todo, org-agenda-priority): Modify to use
27432         `org-agenda-change-all-lines'.
27433         (org-warning-face): Change color on dark background
27435 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27437         * international/mule-cmds.el (set-locale-environment): On Mac OS,
27438         use preferences AppleLocale and AppleLanguages, and variable
27439         mac-system-locale for default locale.  On Mac OS Classic, use
27440         mac-system-coding-system for default coding systems.
27442         * term/mac-win.el: Don't set file-name-coding-system.
27443         Decode variables system-name, emacs-build-system, user-login-name, and
27444         user-full-name by mac-system-coding-system on Mac OS Classic.
27445         (mac-system-coding-system): New variable.
27447 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
27449         * startup.el (command-line): Handle `xterm-mouse-mode' before
27450         reading init file.
27452         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
27454 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
27456         * progmodes/sh-script.el (sh-here-document-word): Make it a
27457         defcustom.  Doc fix.
27458         (sh-add): Bash uses $(( )) for arithmetic.
27459         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
27460         (sh-maybe-here-document): Remove quotes and leading whitespace
27461         from heredoc word when closing.  Indent heredoc with tabs if word
27462         starts with "-".
27464 2005-04-13  Richard M. Stallman  <rms@gnu.org>
27466         * simple.el (undo): Fix previous change.
27468         * custom.el (defface): Doc fix.
27470 2005-04-13  Lute Kamstra  <lute@gnu.org>
27472         * Makefile.in (DONTCOMPILE): Remove list.
27473         (compile, compile-always): Don't use DONTCOMPILE.
27474         (update-authors): Load the library in which batch-update-authors
27475         is defined.
27476         * makefile.w32-in (DONTCOMPILE): Remove list.
27477         (compile, compile-always): Fix comments.
27478         (update-authors): Load the library in which batch-update-authors
27479         is defined.
27481         * generic-x.el (generic-mode-ini-file-find-file-hook):
27482         Rename to ini-generic-mode-find-file-hook.
27483         Keep generic-mode-ini-file-find-file-hook as an alias.
27484         (ini-generic-mode-find-file-hook): Rename from
27485         generic-mode-ini-file-find-file-hook.  Fix docstring.
27486         (ini-generic-mode): Docstring change.
27487         (bat-generic-mode-run-as-comint): Silence the byte compiler.
27489         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
27490         called from lisp.
27492         * generic.el: Move to the emacs-lisp subdir.
27494 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
27496         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
27497         and C-S- function and cursor motion keys.
27499 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
27501         * startup.el (command-line): Enable Xterm Mouse mode by default.
27502         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
27503         for Custom.  No longer show "Mouse" in mode line when enabled.
27504         Doc fix.
27506 2005-04-12  Kim F. Storm  <storm@cua.dk>
27508         * emulation/cua-base.el (cua-rectangle-face)
27509         (cua-rectangle-noselect-face): Define face attributes here.
27511         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
27513 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
27515         * startup.el (command-line): Turn off blinking cursor if
27516         cursorBlink in resources is off or false.
27518 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27520         * term/mac-win.el (dnd): Require dnd.
27521         (mac-drag-n-drop): Call dnd-handle-one-url.
27522         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
27523         (kTextEncodingISOLatin2): Remove constants.
27524         (mac-script-code-coding-systems): New constant.
27525         (mac-handle-language-change): New function.
27526         (special-event-map): Bind it to `language-change' event.
27527         (mac-centraleurroman, mac-cyrillic): New coding systems.
27528         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
27529         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
27530         and mac-cyrillic-encoder to encode-mac-centraleurroman and
27531         encode-mac-cyrillic, respectively.
27533 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
27535         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
27536         Don't set overlay-arrow-string to "=>" as this is done
27537         globally in C now.
27539 2005-04-12  Lute Kamstra  <lute@gnu.org>
27541         * generic-x.el (rc-generic-mode, rul-generic-mode):
27542         Fix auto-mode-alist entries.
27543         (etc-fstab-generic-mode): Tweak fontification.
27545         * generic.el (generic-make-keywords-list): Fix docstring.
27546         (generic-mode-internal): Simplify generic-font-lock-keywords.
27548 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
27550         * whitespace.el (whitespace-buffer-leading)
27551         (whitespace-buffer-trailing): Revert the incorrect test inversion.
27552         However, fix the highlight area for the leading and
27553         trailing whitespaces to show space.
27555 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
27557         * whitespace.el (whitespace-version): Bump to 3.5
27559         (whitespace-buffer-leading, whitespace-buffer-trailing):
27560         Invert sense of the test to highlight the whitespace.
27562 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
27564         * progmodes/gud.el (gud-display-line): GUD uses its own
27565         overlay arrow now so don't set overlay-arrow-string.
27566         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
27568 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
27570         * term.el (term-ansi-current-bold, term-ansi-current-underline)
27571         (term-ansi-current-reverse, term-ansi-current-invisible)
27572         (term-ansi-face-already-done): Change to boolean.
27573         (term-reset-terminal, term-handle-colors-array): Handle the above
27574         vars accordingly.
27575         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
27576         (term-emulate-terminal): Use the new name.
27578         * faces.el (secondary-selection): Use yellow1, not yellow.
27579         (trailing-whitespace): Use red1, not red.
27581 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
27583         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
27584         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
27585         (dired-dnd-handle-file): Call dnd-get-local-file-uri
27587         * cus-edit.el (dnd): New group.
27589         * term/w32-win.el (dnd): Require dnd
27590         (w32-drag-n-drop): Call dnd-handle-one-url.
27592         * x-dnd.el: Require dnd.
27593         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
27594         Call dnd-handle-one-url.
27595         (x-dnd-types-alist, x-dnd-insert-utf8-text)
27596         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
27597         to dnd-insert-text.
27598         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
27599         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
27600         (x-dnd-get-local-file-name, x-dnd-open-local-file)
27601         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
27603         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
27605 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
27607         * wdired.el: Doc fixes.
27608         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
27609         (wdired-use-dired-vertical-movement): Rename from
27610         wdired-always-move-to-filename-beginning.
27611         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
27612         (wdired-change-to-wdired-mode): Change mode name.
27613         (wdired-newline): Delete.
27615 2005-04-11  Richard M. Stallman  <rms@gnu.org>
27617         * whitespace.el (whitespace-highlight-the-space):
27618         Don't call whitespace-unhighlight-the-space here.
27620         * simple.el (undo): Record t in undo-equiv-table
27621         for the redo record made by an undo-in-region.
27623 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
27625         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
27626         (gdb-frame-inferior-io-buffer): New Functions to control
27627         display of separate IO buffer.
27628         (menu): Add them to menu-bar.
27629         (gdb-display-buffer): Check for buffer another frame.
27630         Protect GUD buffer.
27631         (gdb-setup-windows): Create IO buffer if not already there.
27632         (gdb-memory-mode): Remove purecopy noops.
27634 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
27636         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
27637         and pass to self-insert-command.
27639 2005-04-11  Lute Kamstra  <lute@gnu.org>
27641         * generic.el: Commentary section cleanup.
27642         (generic): Delete.
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 to generic-x.el.
27647         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
27648         (generic-use-find-file-hook, generic-lines-to-scan)
27649         (generic-find-file-regexp, generic-ignore-files-regexp)
27650         (default-generic-mode, generic-mode-find-file-hook)
27651         (generic-mode-ini-file-find-file-hook): Move from generic.el.
27653 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
27655         * bookmark.el (bookmark-write-file): Catch errors writing file.
27656         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
27658 2005-04-10  Richard M. Stallman  <rms@gnu.org>
27660         * startup.el (fancy-splash-tail): Update copyright year.
27661         (command-line): Split part of -Q into -D.
27662         (emacs-basic-display): New defvar.
27663         (fancy-splash-text): Correct name of menu item.
27665         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
27667         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
27668         lines in one node.
27670         * comint.el (comint-send-input): New arg ARTIFICIAL.
27671         Callers in this file changed.
27673         * abbrev.el (define-abbrevs): Read system abbrevs properly.
27675         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
27677 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
27679         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
27680         `ldap-search-internal'.
27682 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
27684         * files.el (set-auto-mode-1): Use line-end-position.
27686         * international/latin-1.el:
27687         * international/latin-2.el:
27688         * international/latin-3.el:
27689         * international/latin-4.el:
27690         * international/latin-5.el:
27691         * international/latin-8.el:
27692         * international/latin-9.el: Give punctuation syntax to NBSP.
27694         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
27695         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
27696         Use char-classes to accept non-ascii letters, accepted in some recent
27697         bibtex implementations.
27699 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
27701         * custom.el (custom-set-minor-mode): Any non-nil value for the
27702         variable should enable the mode when set through Custom.
27704 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
27706         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
27707         TAB binding so tab-always-indent is obeyed.
27708         (vhdl-minibuffer-local-map): Move initialization into declaration.
27709         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
27710         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
27711         (vhdl-hooked-abbrev): Avoid test for XEmacs.
27712         (vhdl-current-line): Use line-beginning-position.
27713         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
27714         with-output-to-temp-buffer, so the current position can be recorded.
27716 2005-04-10  Masatake YAMATO  <jet@gyve.org>
27718         * progmodes/compile.el (compilation-error-regexp-alist-alist):
27719         Add regexp for gcov.
27721 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27723         * calendar/time-date.el (time-to-seconds, seconds-to-time)
27724         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
27725         syntax which Emacs 20 doesn't support.
27727 2005-04-09  Richard M. Stallman  <rms@gnu.org>
27729         * help.el (describe-key-briefly, describe-key):
27730         Replace strings as event types with "(any string)".
27732 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
27734         * arc-mode.el (archive-mode-map): Move initialization into
27735         the declaration.  Override *all* bindings of `undo'.
27736         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
27738 2005-04-09  Jay Belanger  <belanger@truman.edu>
27740         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
27742 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
27744         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
27745         (xterm-register-default-colors): Update color values computation
27746         to match xterm-200.
27748 2005-04-09  Kenichi Handa  <handa@m17n.org>
27750         * international/code-pages.el (iso-latin-7): Fix the map.
27752 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
27754         * emacs-lisp/lisp.el (defun-prompt-regexp)
27755         (parens-require-spaces, buffer-end, end-of-defun)
27756         (insert-parentheses): Doc fixes.
27758 2005-04-08  Kim F. Storm  <storm@cua.dk>
27760         * comint.el (comint-highlight-prompt): Fix face spec.
27761         * hi-lock.el (hi-green): Likewise.
27763 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
27765         * cus-edit.el (custom-modified-face):
27766         * comint.el (comint-highlight-input): Fix previous changes.
27767         * term.el (term-handle-ansi-escape): Add a comment.
27769 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
27771         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
27772         in the buffer and in whitespace-highlighted-space.
27773         (whitespace-unhighlight-the-space): Simplify.
27774         (whitespace-buffer): Simplify.
27776 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
27778         * textmodes/table.el (table-cell-face): Add special case for
27779         displays supporting a high number of colors.
27780         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
27781         (vhdl-font-lock-reserved-words-face)
27782         (vhdl-speedbar-architecture-face)
27783         (vhdl-speedbar-instantiation-face)
27784         (vhdl-speedbar-architecture-selected-face)
27785         (vhdl-speedbar-instantiation-selected-face): Likewise.
27786         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
27787         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
27788         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
27789         (ebrowse-root-class-face, ebrowse-member-attribute-face)
27790         (ebrowse-progress-face): Likewise.
27791         * progmodes/compile.el (compilation-info-face): Likewise.
27792         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
27793         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
27794         * calendar/calendar.el (diary-face): Likewise.
27795         * woman.el (woman-italic-face, woman-bold-face)
27796         (woman-unknown-face): Likewise.
27797         * wid-edit.el (widget-button-pressed-face): Likewise.
27798         * whitespace.el (whitespace-highlight-face): Likewise.
27799         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
27800         * pcvs-info.el (cvs-marked-face): Likewise.
27801         * info.el (info-xref): Likewise.
27802         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
27803         * hilit-chg.el (highlight-changes-face)
27804         (highlight-changes-delete-face): Likewise.
27805         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
27806         (hi-red-b): Likewise.
27807         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
27808         * font-lock.el (font-lock-keyword-face)
27809         (font-lock-function-name-face, font-lock-warning-face): Likewise.
27810         * cus-edit.el (custom-invalid-face, custom-modified-face)
27811         (custom-set-face, custom-changed-face, custom-variable-tag-face)
27812         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
27813         * comint.el (comint-highlight-prompt): Likewise.
27815 2005-04-08  Lute Kamstra  <lute@gnu.org>
27817         * font-lock.el (font-lock-keywords): Docstring fixes.
27819 2005-04-08  Kenichi Handa  <handa@m17n.org>
27821         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
27822         chars are more than a limit, print " and more..." at the tail.
27824 2005-04-08  Kim F. Storm  <storm@cua.dk>
27826         * emacs-lisp/authors.el (authors-aliases): Update list.
27827         (authors-ignored-files): New list.
27828         (authors-fixed-entries): Fix typo.
27829         (authors-renamed-files-alist): Update list.
27830         (authors-add): Check authors-ignored-files.
27832 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
27834         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
27835         optional, to ensure backward compatibility.
27837 2005-04-08  Stephen Eglen  <stephen@gnu.org>
27839         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
27841 2005-04-08  Kim F. Storm  <storm@cua.dk>
27843         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
27845         * mouse.el (mouse-on-link-p): Doc fix.
27847 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
27849         * ielm.el (ielm-prompt-read-only): Doc fix.
27851         * comint.el (comint-prompt-read-only): Doc fix.
27853 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
27855         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
27856         ensure dired always handles wildcards passed to ffap.
27857         (find-file-at-point): Use it.
27858         (ffap-dired-wildcards): Doc fix.
27860 2005-04-07  Juri Linkov  <juri@jurta.org>
27862         * simple.el (next-error-overlay-arrow-position): New defvar.
27863         Put "=>" on its property `overlay-arrow-string'.  Add it to
27864         `overlay-arrow-variable-list'.
27866         * progmodes/compile.el (compilation-setup):
27867         Set `next-error-overlay-arrow-position' to nil.  Also set it to
27868         nil in the local hook `kill-buffer-hook'.  Make local variable
27869         `overlay-arrow-string' and set it to "=>".
27870         (compilation-goto-locus): Set BOL position to
27871         `next-error-overlay-arrow-position' instead of
27872         `overlay-arrow-position'.
27874         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
27875         locally instead of adding it to the global hook.
27876         (Info-kill-buffer): Move up.
27878 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
27880         * term/xterm.el (xterm-standard-colors): Update color values from
27881         xterm-200.
27883 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27885         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
27887         * fast-lock.el:
27888         * lazy-lock.el: Move them to the obsolete subdir.
27890 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
27892         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
27893         (wdired-add-replace-advice): Remove.
27894         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
27896 2005-04-06  Kim F. Storm  <storm@cua.dk>
27898         * startup.el (command-line): Add --bare-bones alias for -Q.
27900 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27902         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
27903         create the startup fontset if a font specification ends with
27904         `mac-roman'.
27906 2005-04-06  Lute Kamstra  <lute@gnu.org>
27908         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
27909         change.
27911         * emacs-lisp/copyright.el (copyright-update-year): Replace the
27912         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
27914 2005-04-05  Lute Kamstra  <lute@gnu.org>
27916         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
27917         (define-generic-mode): Ditto.  Fix debug declaration.
27919         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
27920         Put them in the generic-x group.
27922         * calendar/timeclock.el (timeclock): Doc fix.
27924         * generic.el (define-generic-mode): Don't use custom-current-group.
27925         Document default :group value.
27926         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
27927         (define-global-minor-mode): Don't use custom-current-group.
27929 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
27931         * startup.el (command-line-1): Display startup-echo-area-message
27932         when fancy splash screen is in use.
27934         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
27935         (sh-escaped-newline): New face.
27936         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
27937         newline, and use sh-escaped-newline face.
27939         * progmodes/tcl.el (tcl-escaped-newline): New face.
27940         (tcl-builtin-list): New variable.
27941         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
27942         newlines.  Fix keywords subexpression number.
27944 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
27946         * textmodes/org.el (org-diary-default-entry): Fix call to
27947         `add-to-diary-entry'.
27949 2005-04-05  Kim F. Storm  <storm@cua.dk>
27951         * ediff-init.el: Use (featurep 'xemacs).
27953 2005-04-05  David Ponce  <david@dponce.com>
27955         * cus-edit.el (face): Derive from symbol widget.  Display sample
27956         of the current face on the fly.
27957         (widget-face-sample-face-get, widget-face-notify): New functions.
27958         (widget-face-value-create): Remove.
27960         * wid-edit.el (widget-field-end): Temporarily remove field
27961         narrowing before to call `get-char-property'.
27963 2005-04-04  Jay Belanger  <belanger@truman.edu>
27965         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
27966         (math-read-subscripts): New variable.
27967         (math-read-preprocess-string): Process subscripts.
27969 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
27971         * comint.el (comint-prompt-read-only): Doc fix.
27973         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
27974         `-1'.  Doc fix.
27976 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
27978         * textmodes/org.el (org-insert-mode-line-in-empty-file):
27979         Change default value to nil.
27981 2005-04-04  Lute Kamstra  <lute@gnu.org>
27983         * autorevert.el (auto-revert-mode): Specify :group.
27984         * battery.el (display-battery-mode): Specify :group.
27985         * diff-mode.el (diff-minor-mode): Specify :group.
27986         * font-core.el (font-lock-mode): Specify :group.
27987         * hl-line.el (hl-line-mode): Specify :group.
27988         * iimage.el (iimage): New customization group.
27989         (iimage-mode): Specify :group.
27990         * longlines.el (longlines-mode): Specify :group.
27991         * master.el: Don't require easy-mmode.
27992         (master): New customization group.
27993         (master-mode): Specify :group.
27994         * msb.el (msb-mode): Specify :group.
27995         * reveal.el (reveal-mode): Specify :group.
27996         * simple.el (next-error-follow-minor-mode): Specify :group.
27997         * smerge-mode.el (smerge-mode): Specify :group.
27998         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
27999         * emulation/cua-base.el (cua-mode): Specify :group.
28000         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
28001         * language/thai-util.el (thai-auto-composition-mode)
28002         (thai-word-mode): Specify :group.
28003         * mail/supercite.el (sc-minor-mode): Specify :group.
28004         * progmodes/cwarn.el (cwarn-mode): Specify :group.
28005         * progmodes/flymake.el (flymake-mode): Specify :group.
28006         * progmodes/glasses.el (glasses-mode): Specify :group.
28007         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
28008         * textmodes/enriched.el (enriched-mode): Specify :group.
28009         * textmodes/refill.el (refill-mode): Specify :group.
28011         * add-log.el (change-log-font-lock-keywords): Names in
28012         parenthesized lists can contain spaces.
28014 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
28016         * startup.el (fancy-splash-text): Shorten default text of
28017         "Emacs Tutorial" line.  Also, if the current language env
28018         indicates an available tutorial file other than TUTORIAL,
28019         extract its title and append it to the line in parentheses.
28020         (fancy-splash-insert): If arg is a thunk, funcall it.
28022 2005-04-04  Jay Belanger  <belanger@truman.edu>
28024         * calc.el (calc-language-alist): Add tags to customization type.
28026 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
28028         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
28029         Doc fix.
28031 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
28033         * add-log.el (change-log-font-lock-keywords): The manual
28034         describing a Change Log entry, says: (...) "Aside from these
28035         header lines, every line in the change log starts with a space or
28036         a tab.".  The font-lock was not highlighting lines started with
28037         spaces, added support for it.
28039 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28041         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
28042         (bibtex-generate-url-list): Update docstring accordingly.  Put the
28043         complex example in the docstring.
28044         (bibtex-font-lock-url): Use pop.
28046 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28048         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
28050         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
28052 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
28054         * filesets.el (filesets-set-default): Doc fix.
28056 2005-04-03  Lute Kamstra  <lute@gnu.org>
28058         * generic.el (define-generic-mode): Add argument to specify
28059         keywords for defcustom.
28060         (default-generic-mode): Specify :group.
28062         * generic-x.el: Specify :group for all generic modes.
28064         * desktop.el (desktop-no-desktop-file-hook)
28065         (desktop-after-read-hook): Doc fix.
28067 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
28069         * simple.el (visible-mode): Use explicit :group keyword.
28070         This changes the group of `visible-mode-hook' from paren-blinking
28071         to editing-basics.
28073 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
28075         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
28076         mailbox specifications as well as URLs.
28077         (rmail-insert-inbox-text): Remove unused conditional branches.
28079 2005-04-01  Jay Belanger  <belanger@truman.edu>
28081         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
28082         (calc-gnuplot-print-command): Move definitions to calc.el.
28084         * calc/calc-embed.el (calc-embedded-announce-formula)
28085         (calc-embedded-open-formula, calc-embedded-close-formula)
28086         (calc-embedded-open-word, calc-embedded-close-word)
28087         (calc-embedded-open-plain, calc-embedded-close-plain)
28088         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
28089         (calc-embedded-open-mode, calc-embedded-close-mode):
28090         Move definitions to calc.el.
28092         * calc/calc.el (calc-settings-file, calc-language-alist):
28093         Make customizable.
28094         (calc-embedded-announce-formula, calc-embedded-open-formula)
28095         (calc-embedded-close-formula, calc-embedded-open-word)
28096         (calc-embedded-close-word, calc-embedded-open-plain)
28097         (calc-embedded-close-plain, calc-embedded-open-new-formula)
28098         (calc-embedded-close-new-formula, calc-embedded-open-mode)
28099         (calc-embedded-close-mode, calc-gnuplot-name)
28100         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
28101         from other files and make customizable.
28103 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28105         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
28106         Use buffer-live-p.
28107         (cvs-mode-run): Don't call cvs-update-header here.
28108         (cvs-run-process): Call cvs-update-header.
28109         Use process properties for cvs-postprocess and cvs-buffer so that
28110         the sentinel can behave better if the temp buffer is killed.
28111         Use a pipe rather than a tty, to better handle unexpected prompts.
28112         (cvs-sentinel): Rewrite.  Call cvs-update-header.
28114 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
28116         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
28117         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
28119 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
28121         * generic.el (define-generic-mode): Add indentation rule.
28123 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
28125         * files.el (mode-require-final-newline): Make Custom correctly
28126         report a nil value and allow to set it to nil via Custom.
28127         Doc fix.
28129 2005-04-01  Kenichi Handa  <handa@m17n.org>
28131         * international/characters.el: Enable the correct case setting for
28132         dotless-i and dotted-I.
28134 2005-04-01  Kim F. Storm  <storm@cua.dk>
28136         * ido.el (ido-file-internal): Fall back to non-ido command if
28137         initial directory is on slow ftp (or tramp) host.
28139 2005-03-31  Richard M. Stallman  <rms@gnu.org>
28141         * emacs-lisp/autoload.el (make-autoload):
28142         Handle define-global-minor-mode.
28144         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
28145         Rename from easy-mmode-define-global-mode.
28146         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
28148         * progmodes/scheme.el (scheme-mode-syntax-table):
28149         Update syntax of | and # for two-character comment syntax.
28151 2005-03-31  Lute Kamstra  <lute@gnu.org>
28153         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
28154         (define-minor-mode): Call custom-current-group at load-time.
28156         * generic.el (define-generic-mode): Add debug declaration.
28157         Add defcustom for the mode hook.
28158         (generic-mode-internal): Use run-mode-hooks.
28160 2005-03-31  Kim F. Storm  <storm@cua.dk>
28162         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
28163         (mouse-fixup-help-message): New defun called by show_help_echo
28164         to fixup mouse-2 prefix in help messages when applicable.
28166         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
28168 2005-03-31  Kenichi Handa  <handa@m17n.org>
28170         * language/thai-word.el (thai-find-word-ends): Pay attention to
28171         the case that we reach the end of buffer.
28173         * textmodes/fill.el (fill-text-properties-at): New function.
28174         (fill-newline): Use fill-text-properties-at instead of
28175         text-properties-at.
28177 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
28179         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
28180         not comint-quote-filename.
28182 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
28184         * help-fns.el (help-with-tutorial): Revert last change.
28186 2005-03-31  Kim F. Storm  <storm@cua.dk>
28188         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
28190 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
28192         * calendar/cal-china.el: Update reference to "Calendrical
28193         Calculations" book; there's a new edition.
28194         * calendar/cal-coptic.el: Likewise.
28195         * calendar/cal-french.el: Likewise.
28196         * calendar/cal-hebrew.el: Likewise.
28197         * calendar/cal-islam.el: Likewise.
28198         * calendar/cal-iso.el: Likewise.
28199         * calendar/cal-julian.el: Likewise.
28200         * calendar/cal-mayan.el: Likewise.
28201         * calendar/cal-persia.el: Likewise.
28202         * calendar/calendar.el: Likewise.
28203         * calendar/holidays.el: Likewise.
28204         * calendar/lunar.el: Likewise.
28205         * calendar/solar.el: Likewise.
28207         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
28208         white space from doc string.
28210 2005-03-30  Jay Belanger  <belanger@truman.edu>
28212         * calc/calc-help.el (calc-full-help): Remove email address.
28214 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
28216         * help-fns.el (help-with-tutorial): Delete title line.
28218 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
28220         * calendar/cal-x.el (calendar-one-frame-setup)
28221         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
28222         rather than `symbol' for set-window-dedicated-p.
28224         * calendar/appt.el (appt-buffer-name): Make it a constant.
28225         (appt-add): Doc fix.
28227         * filesets.el (filesets-menu-path, filesets-menu-before)
28228         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
28229         (filesets-menu-cache-file): Use directory ~/.emacs.d.
28230         (filesets-add-submenu): Delete and use add-submenu instead.
28232 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
28234         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
28235         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
28236         (org-diary-default-entry): New function.
28237         (org-get-entries-from-diary): Better parsing of diary entries.
28238         (org-agenda-check-no-diary): New function.
28239         ("diary-lib"): Advice to function `add-to-diary-list', to allow
28240         linking to diary entries.
28241         (org-agenda-execute-calendar-command): New function.
28242         (org-agenda): Improve visible section in window.
28243         Use `org-fit-agenda-window'.
28244         (org-fit-agenda-window): New option.
28245         (org-move-subtree-down): Better handling of empty lines
28246         at end of subtree.
28247         (org-cycle): Numeric prefix is interpreted now as show-subtree N
28248         levels up.
28249         (org-fontify-done-headline): New option.
28250         (org-headline-done-face): New face.
28251         (org-set-font-lock-defaults): Use `org-headline-done-face'.
28252         (org-table-copy-down): Rename from `org-table-copy-from-above'.
28253         When current field is non-empty, it is copied to next row.
28254         (org-table-copy-from-above): Fix bug which made it
28255         impossible to copy fields containing only a single non-white character.
28257 2005-03-30  Kim F. Storm  <storm@cua.dk>
28259         * kmacro.el (kmacro-end-macro): Isearch may store this command
28260         into the macro -- so ignore it when executing keyboard macro.
28262 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
28264         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
28266 2005-03-29  Kenichi Handa  <handa@m17n.org>
28268         * language/thai.el ("Thai"): Set setup-function and exit-function
28269         for Thai language environment.
28271         * language/thai-util.el: Require thai-word.
28272         (thai-word-mode-map): New variable.
28273         (thai-word-mode): New minor mode.
28274         (setup-thai-language-environment-internal): New function.
28275         (exit-thai-language-environment-internal): New function.
28277         * language/thai-word.el (thai-word-table): Declare it by defvar,
28278         use dolist to initialize it.
28279         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
28280         (thai-fill-find-break-point): New functions.
28282 2005-03-29  Richard M. Stallman  <rms@gnu.org>
28284         * simple.el (idle-update-delay): Move definition up.
28285         (set-mark): Doc fix.
28287 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
28289         * longlines.el: New file.
28291         * simple.el (buffer-substring-filters): New variable.
28292         (filter-buffer-substring): New function.
28293         (kill-region, copy-region-as-kill): Use it.
28295         * register.el (copy-to-register, append-to-register)
28296         (prepend-to-register): Use filter-buffer-substring.
28298 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
28300         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
28301         (gud-filter-pending-text): Move in front of gdb.
28302         (gud-overlay-arrow-position): New variable.
28303         (gud-sentinel, gud-display-line): Use it in place of
28304         overlay-arrow-position.
28306 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
28308         * progmodes/fortran.el (fortran-if-indent): Doc fix.
28309         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
28310         (fortran-font-lock-keywords-4): New variable.
28311         (fortran-blocks-re, fortran-end-block-re)
28312         (fortran-start-block-re): New constants, for hideshow.
28313         (hs-special-modes-alist): Add a Fortran entry.
28314         (fortran-mode-map): Bind fortran-end-of-block,
28315         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
28316         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
28317         (fortran-looking-at-if-then, fortran-end-of-block)
28318         (fortran-beginning-of-block): New functions, for hideshow.
28320         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
28321         Doc fix.  Tweak regexp.
28322         (f90-beginning-of-block): Push mark first.
28324 2005-03-29  Jay Belanger  <belanger@truman.edu>
28326         * calc/calc.el: Update copyright date.
28327         (calc-version): Increase to 2.1.
28328         (calc-version-date): Remove.
28330         * calc/calc-help.el: Update copyright date.
28331         (calc-full-help): Remove reference to calc-version-date.
28332         Update copyright date.
28334 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28336         * vc.el (vc-do-command): Use a pipe for async processes, so password
28337         prompts don't show up at places where the user can't reply.
28339 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
28341         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
28342         on the file name we pass to the inferior shell.
28344 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
28346         * progmodes/which-func.el (which-function): Be robust in the face of an
28347         imenu--make-index-alist failure.
28349 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28351         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
28353         * progmodes/python.el (python-preoutput-filter): Fix last change.
28355 2005-03-29  Lute Kamstra  <lute@gnu.org>
28357         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
28358         functions and compiled macros.
28359         (debug-convert-byte-code): Handle macros too.
28360         (debug-on-entry-1): Don't signal an error when trying to clear a
28361         function that is not set to debug on entry.
28363 2005-03-29  Jay Belanger  <belanger@truman.edu>
28365         * calc/calc-lang.el: Add functions to math-function-table
28366         properties of tex and math.
28368 2005-03-29  Kenichi Handa  <handa@m17n.org>
28370         * ps-mule.el (ps-mule-plot-string): Translate characters by
28371         ps-print-translation-table.
28372         (ps-mule-begin-job): Call find-charset-region/string with
28373         ps-print-translation-table.
28374         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
28376         * ps-print.el (ps-print-translation-table): New variable.
28377         (ps-plot-region): Translate characters by ps-print-translation-table.
28379 2005-03-29  Juri Linkov  <juri@jurta.org>
28381         * simple.el (next-error-highlight-timer): New variable.
28383         * progmodes/compile.el (compilation-goto-locus):
28384         Use `next-error-highlight-timer' instead of `sit-for'.
28386 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28388         * mail/supercite.el (sc-mail-field): Use assoc-string.
28389         (sc-get-address): Simplify regexps.
28391         * files.el (minibuffer-with-setup-hook): New macro.
28392         (find-file-read-args): Use it to avoid let-binding
28393         minibuffer-with-setup-hook (which breaks turning on/off
28394         file-name-shadow-mode while in the prompt).
28396         * complete.el (PC-read-include-file-name-internal):
28397         Use test-completion.
28399 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
28401         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
28403 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28405         * window.el (window-buffer-height): Use count-screen-lines.
28407         * progmodes/python.el (python-preoutput-leftover): New var.
28408         (python-preoutput-filter): Use it.
28409         (python-send-receive): Loop until all the result has been received.
28411 2005-03-28  Juri Linkov  <juri@jurta.org>
28413         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
28415         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
28416         "Recover Crashed Session".
28417         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
28418         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
28419         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
28420         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
28421         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
28422         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
28423         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
28424         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
28426         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
28427         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
28428         Ediff Sessions", "Toggle use of separate control buffer frame",
28429         "Use separate frame for Ediff control buffer".
28431         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
28432         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
28433         "Rename Bookmark", "Delete Bookmark".
28435         * info.el (Info-mode-menu): Remove ellipsis from "Index".
28436         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
28437         Add `:active Info-index-alternatives' to "Next Matching Item".
28439         * wdired.el (wdired-change-to-wdired-mode):
28440         Mention `wdired-abort-changes' key in the initial message.
28442         * international/mule.el (auto-coding-alist): Associate non-ascii
28443         image filename extensions with `no-conversion'.
28445 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28447         * international/iso-acc.el:
28448         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
28450 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
28452         * textmodes/sgml-mode.el (html-mode): Doc update.
28454         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
28456 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
28458         * term.el (term-move-columns): Fix face after extending a line.
28459         (term-insert-spaces): Likewise.
28460         (term-reset-terminal): Fix off by one error.
28462 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
28464         * international/mule.el (auto-coding-alist): Add .xpi files.
28466         * files.el (auto-mode-alist): Add .xpi files.
28468 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
28470         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
28472 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
28474         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
28476 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
28478         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
28479         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
28481         * calendar/cal-move.el (calendar-beginning-of-year): Move the
28482         cursor to Jan 1 when needed.
28483         (calendar-end-of-year): Fix -/+ typo.
28484         Reported by Chong Yidong <cyd@stupidchicken.com>.
28486 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28488         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
28490         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
28491         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
28493 2005-03-25  Richard M. Stallman  <rms@gnu.org>
28495         * filesets.el (filesets-init): Add autoload.
28497         * mail/mailalias.el (mail-directory): Doc fix.
28499 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
28501         * mail/mailalias.el (mail-directory-process): Do nothing if
28502         mail-directory-process is an atom.
28503         (mail-get-names): Ignore mail-directory-names if it is an atom.
28504         (mail-directory-process defvar): Doc fix.
28505         (mail-names): Doc fix.
28507 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
28509         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
28511 2005-03-26  Kenichi Handa  <handa@m17n.org>
28513         * international/mule-util.el (detect-coding-with-priority):
28514         Call update-coding-systems-internal before detect-coding-region.
28516 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
28518         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
28519         (gdb-frames-mode-map): Add follow-link property.
28521 2005-03-25  Jay Belanger  <belanger@truman.edu>
28523         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
28524         for variables.
28526 2005-03-25  Juri Linkov  <juri@jurta.org>
28528         * image-mode.el: Optimize image filename extension regexps in
28529         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
28530         in `auto-mode-alist'.
28531         (image-mode): Add `image-toggle-display-text' to local hook
28532         `change-major-mode-hook'.  Display the image as an image by
28533         default.  Set `cursor-type' and `truncate-lines' if the image
28534         is already displayed.  Take into account the current mode (image
28535         or text) in message.
28536         (image-minor-mode): New minor mode.
28537         (image-mode-maybe, image-toggle-display-text): New functions.
28538         (image-toggle-display): Use called-interactively-p.
28539         Let-bind `inhibit-read-only' to t.
28541         * image-mode.el (image-minor-mode): Set `cursor-type' and
28542         `truncate-lines' if the image is already displayed.  Add turning
28543         image-minor-mode off to `change-major-mode-hook'.  Add message.
28544         Call `image-toggle-display-text' after turning image-minor-mode off.
28546 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
28548         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
28549         Terminal.app, use utf-8.
28550         (set-display-table-and-terminal-coding-system): Add coding-system arg.
28551         (set-locale-environment): Use it.
28553         * term/xterm.el: Undo last change, better done in mule-cmds.el.
28555         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
28557         * progmodes/python.el (python-close-block-statement-p)
28558         (python-outdent-p, python-current-defun): Use symbol-end.
28560 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
28562         * files.el (save-some-buffers): Doc fix.
28564 2005-03-25  Werner Lemberg  <wl@gnu.org>
28566         * complete.el, thumbs.el: Replace `legal' with `valid'.
28567         * calendar/calendar.el: Replace `legal' with `valid'.
28568         * emacs-lisp/advice.el: Replace `legal' with `valid'.
28569         * mail/supercite.el: Replace `legal' with `valid'.
28570         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
28571         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
28572         Replace `legal' with `valid'.
28573         * textmodes/reftex-vars.el, textmodes/reftex.el:
28574         Replace `legal' with `valid'.
28576 2005-03-25  Werner Lemberg  <wl@gnu.org>
28578         * calc/calc-forms.el, calc/calc-sel.el
28579         * midnight.el, vc-cvs.el
28580         * emacs-lisp/cl-macs.el
28581         * emulation/vip.el
28582         * eshell/esh-io.el, eshell/esh-var.el
28583         * mail/supercite.el
28584         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
28585         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
28586         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
28587         * progmodes/sh-script.el, progmodes/xscheme.el
28588         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
28589         * textmodes/reftex-index.el, textmodes/reftex-parse.el
28590         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
28591         * textmodes/reftex.el, textmodes/org.el:
28592         Replace `illegal' with `invalid'.
28594 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
28596         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
28597         (flymake-find-buildfile, flymake-find-possible-master-files)
28598         (flymake-check-include, flymake-parse-line): Replace loops over the
28599         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
28601         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
28602         Substitute file-name-as-directory in the rest of the file.
28603         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
28604         (flymake-replace-region): Remove unused arg `buffer'.
28605         (flymake-check-patch-master-file-buffer): Update calls to it.
28606         (flymake-add-err-info): Remove unused var `count'.
28607         (flymake-mode): Use define-minor-mode.
28609         * progmodes/flymake.el: Use with-current-buffer.
28610         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
28611         flymake-replace-regexp-in-string, flymake-line-beginning-position)
28612         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
28613         Avoid testing for `xemacs'.
28614         (flymake-nop): Move.
28615         (flymake-region-has-flymake-overlays): Return the computed value.
28616         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
28617         Remove unused var `endline'.
28618         (flymake-get-line-count): Remove unused function.
28619         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
28621         * emulation/vi.el:
28622         * generic.el:
28623         * hilit-chg.el (global-highlight-changes):
28624         * hi-lock.el (hi-lock-mode):
28625         * follow.el: find-file-hooks -> find-file-hook.
28627         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
28629 2005-03-24  Juri Linkov  <juri@jurta.org>
28631         * dired.el (dired-mode-map): Add menu item "Compare directories"
28632         for dired-compare-directories.
28634         * dired-aux.el (dired-compare-directories): Add autoload cookie.
28635         Doc fix.  Replace `read-file-name' with `read-directory-name'.
28637 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
28639         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
28641 2005-03-24  Jay Belanger  <belanger@truman.edu>
28643         * calc/calc-embed.el (calc-embedded-mode-change): Save all
28644         relevant mode settings in calc-embedded-original-modes when modes
28645         are permanently changed.
28647 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
28649         * autoinsert.el: find-file-hooks -> find-file-hook.
28651 2005-03-24  Lute Kamstra  <lute@gnu.org>
28653         * generic.el (generic-font-lock-defaults): Make it obsolete.
28654         (generic-font-lock-keywords): New variable to replace
28655         generic-font-lock-defaults.
28656         (generic-mode-set-font-lock): Delete it.
28657         (generic-mode-internal): Don't call generic-mode-set-font-lock.
28658         (generic-bracket-support): Add docstring.
28660         * generic-x.el: Rename generic-font-lock-defaults to
28661         generic-font-lock-keywords throughout.
28662         (mailagent-rules-setup-function): Delete it.
28663         (mailagent-rules-generic-mode): Use anonymous function instead.
28664         (show-tabs-generic-mode-font-lock-defaults-1)
28665         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
28666         Quote faces.
28667         (show-tabs-tab-face, show-tabs-space-face): Specify background,
28668         not foreground.
28670         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
28671         Recognize define-generic-mode.
28673 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
28675         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
28676         if there's no completion table.
28678 2005-03-23  Miles Bader  <miles@gnu.org>
28680         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28681         Remove tty-specific variants, as they're no longer needed.
28683 2005-03-23  Lute Kamstra  <lute@gnu.org>
28685         * generic-x.el: Code cleanup: make args constant whenever possible.
28686         (installshield-statement-keyword-list)
28687         (installshield-system-functions-list)
28688         (installshield-system-variables-list, installshield-types-list)
28689         (installshield-funarg-constants-list): Make them constants.
28691         * generic.el (generic-make-keywords-list): Add autoload cookie.
28693         * calendar/time-date.el: Add comment on time value formats.
28694         Don't require parse-time.
28695         (with-decoded-time-value): New macro.
28696         (encode-time-value): New function.
28697         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
28698         (days-to-time): Return a valid time value when arg is huge.
28699         (time-since): Use time-subtract.
28700         (time-to-number-of-days): Use time-to-seconds.
28702 2005-03-23  David Ponce  <david@dponce.com>
28704         * recentf.el (recentf-keep): New option.
28705         (recentf-menu-action): Default to `find-file'.
28706         (recentf-keep-non-readable-files-flag)
28707         (recentf-keep-non-readable-files-p)
28708         (recentf-file-readable-p, recentf-find-file)
28709         (recentf-cleanup-remote): Remove.
28710         (recentf-include-p): More robust.
28711         (recentf-keep-p): New function.
28712         (recentf-remove-if-non-kept): Rename from
28713         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
28714         All callers updated.
28715         (recentf-menu-items-for-commands): Fix help string.
28716         (recentf-track-closed-file): Update.  Doc fix.
28717         (recentf-cleanup): Update.  Count removed files.  Doc fix.
28719 2005-03-23  Kim F. Storm  <storm@cua.dk>
28721         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28722         Don't inherit from fringe face (now happens automatically).
28724 2005-03-22  Kim F. Storm  <storm@cua.dk>
28726         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
28727         position values.
28729 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
28731         * menu-bar.el (showhide-date-time): Remove.
28732         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
28733         (menu-bar-make-mm-toggle): Simplify.
28735 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28737         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
28738         Accept qualified variable and function names.
28740 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
28742         * bindings.el (completion-ignored-extensions):
28743         Remove ".lis" for `vax-vms'.
28745 2005-03-22  Andreas Schwab  <schwab@suse.de>
28747         * generic-x.el: Revert last change.
28748         * ldefs-boot.el: Update.
28750 2005-03-22  Jay Belanger  <belanger@truman.edu>
28752         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
28753         (calc-embedded-save-original-modes)
28754         (calc-embedded-restore-original-modes): New functions.
28755         (calc-do-embedded): Save original modes when entering embedded mode
28756         and restore when leaving embedded mode.
28757         (calc-embedded-modes-change): Change the value of
28758         calc-embedded-original-modes to reflect permanent changes.
28760 2005-03-22  Lute Kamstra  <lute@gnu.org>
28762         * generic-x.el: Require generic again.
28764 2005-03-22  Miles Bader  <miles@gnu.org>
28766         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28767         Tweak details to look good on both ttys and bitmap displays, light
28768         or dark background, etc.
28770 2005-03-21  Kim F. Storm  <storm@cua.dk>
28772         * tooltip.el (tooltip-show-help-function): Check car and cdr of
28773         mouse position.
28775 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
28777         * icomplete.el: Don't forcibly turn on the mode upon load.
28778         (icomplete-mode): Use define-minor-mode.
28779         (icomplete-eoinput): Default to nil.
28780         (icomplete-minibuffer-setup): Remove autoload.
28781         (icomplete-tidy): Simplify.
28782         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
28783         in the initial state or if the user has modified the field.
28784         Fix handling of icomplete-max-delay-chars.
28785         Remove code that handles the oddball case where
28786         minibuffer-completion-table is an integer.
28787         Wrap icomplete-completions in while-no-input in case building
28788         completions takes more time than expected.
28789         (icomplete-completions): Simplify.
28791 2005-03-21  Richard M. Stallman  <rms@gnu.org>
28793         * jka-compr.el (jka-compr-really-do-compress):
28794         Make variable buffer-local.
28796         * image-mode.el: Handle .xpm files too.
28797         (image-toggle-display): Preserve modification flag.
28799         * help.el (where-is): Don't mention aliases with no key bindings.
28801 2005-03-21  Lute Kamstra  <lute@gnu.org>
28803         * generic.el: Fix commentary section.  Don't require cl for
28804         compilation.
28805         (generic-mode-list): Add autoload cookie.
28806         (generic-use-find-file-hook, generic-lines-to-scan)
28807         (generic-find-file-regexp, generic-ignore-files-regexp)
28808         (generic-mode, generic-mode-find-file-hook)
28809         (generic-mode-ini-file-find-file-hook): Fix docstrings.
28810         (define-generic-mode): Make it a defmacro.  Fix docstring.
28811         (generic-mode-internal): Code cleanup.  Add autoload cookie.
28812         (generic-mode-set-comments): Code cleanup.
28813         * generic-x.el: Don't prevent compilation.  Don't require generic.
28814         Follow coding conventions.  Minor code cleanup.
28815         (etc-fstab-generic-mode): Add some keywords.
28816         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
28817         define-generic-mode like a function declaration.
28819 2005-03-21  Jay Belanger  <belanger@truman.edu>
28821         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
28822         changing modes.
28824 2005-03-21  Sam Steingold  <sds@gnu.org>
28826         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
28828 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
28830         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
28831         Add underscore to "f$ lexicals" regexp.
28833 2005-03-20  Juri Linkov  <juri@jurta.org>
28835         * subr.el (progress-reporter-do-update): When `min-value' is equal
28836         to `max-value', set `percentage' to 0 and prevent division by zero.
28838 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
28840         Sync with Tramp 2.0.48.
28842         * net/tramp.el (all): Change all addresses to .gnu.org.
28843         (tramp-append-tramp-buffers): New defun.
28844         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
28845         Catch `dont-send' signal.
28846         (tramp-set-auto-save-file-modes): Set always permissions, because
28847         there might be an old auto-saved file belonging to another
28848         original file.  This could be a security threat.  Reported by
28849         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
28850         Check for Emacs 21.3.50 removed.
28852         * net/tramp-smb.el (all): Remove debug construct for
28853         `with-parsed-tramp-file-name'.
28854         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
28855         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
28856         No error message if DIRECTORY or FILENAME doesn't exist.
28857         (tramp-smb-open-connection): Check existence of
28858         `tramp-smb-program'.
28860 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
28862         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
28863         Properly handle the case where the `m' or `s' command's argument is not
28864         yet terminated.
28865         (perl-indent-new-calculate): New function.
28866         (perl-indent-line): Use it.
28868 2005-03-20  Miles Bader  <miles@gnu.org>
28870         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
28871         in text-mode too.  Change to new face names.
28872         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
28873         Add `:weight bold' attribute.
28874         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
28876 2005-03-19  Juri Linkov  <juri@jurta.org>
28878         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
28880         * international/mule.el (auto-coding-alist): Sync with
28881         `auto-mode-alist' by adding upper case archive file extensions
28882         and adding ear/war to jar extension.
28884 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
28886         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
28887         running, restart it.
28889 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
28891         * finder.el (finder-current-item): Throw an error on an empty line.
28893         * man.el (Man-follow-manual-reference): If current-word returns
28894         nil, use "".
28896 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
28898         * simple.el (goto-line): Doc fix.
28900 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
28902         * files.el (save-buffer): Doc fix.
28904 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
28906         * recentf.el (recentf-cleanup-remote): New variable.
28907         (recentf-cleanup): Use it to conditionally check availability of
28908         remote files.
28910 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
28912         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
28913         function names.
28915 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
28917         * language/thai-word.el: New file.
28919 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28921         * files.el (backup-buffer): If the file's directory is not
28922         writable, use copy instead of move to backup the file.
28924 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
28926         * obsolete/keyswap.el: Moved to obsolete/ from term/.
28928 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28930         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
28931         Use functionp instead of symbolp and fboundp.  Reported by Drkm
28932         <darkman_spam@yahoo.fr>.
28933         (ps-print-version): New version 6.6.6.
28935 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
28937         * textmodes/table.el (table--line-column-position): New idiom.
28938         (table--row-column-insertion-point-p): New function to test
28939         validity of row and column insertion operation at a location.
28940         (table-global-menu, table-cell-menu): Use above functions for
28941         deterministic test operation.
28942         (table--editable-cell-p): Behave in deterministic fashion.
28944 2005-03-18  Juri Linkov  <juri@jurta.org>
28946         * isearch.el (isearch-lazy-highlight-new-loop):
28947         Make arguments beg and end optional.
28948         (isearch-update): Remove optional arguments nil from
28949         isearch-lazy-highlight-new-loop.
28950         (isearch-lazy-highlight-search): Let-bind case-fold-search to
28951         isearch-lazy-highlight-case-fold-search instead of
28952         isearch-case-fold-search, and let-bind isearch-regexp to
28953         isearch-lazy-highlight-regexp.
28954         Use isearch-lazy-highlight-last-string instead of isearch-string.
28956         * replace.el (perform-replace): Remove bindings of global
28957         variables isearch-string, isearch-regexp, isearch-case-fold-search.
28958         Add three new arguments to `replace-highlight'.
28959         (replace-highlight): Add arguments string, regexp, case-fold.
28960         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
28961         to allow isearch-lazy-highlight-new-loop to use these values
28962         to set corresponding isearch-lazy-highlight-* internal
28963         variables whose values lazy highlighting will use regardless of
28964         changes to global variables isearch-string, isearch-regexp,
28965         isearch-case-fold-search during lazy highlighting loop.
28966         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
28967         to `lazy-highlight-cleanup'.
28969         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
28970         (ispell-highlight-face): Set default face to `isearch' when
28971         lazy highlighting is enabled.
28972         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
28973         priority to 1.  Add lazy highlighting.
28974         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
28975         from `isearch-dehighlight'.
28977 2005-03-18  David Ponce  <david@dponce.com>
28979         * files.el (hack-local-variables): Do a case-insensitive search
28980         for End.
28982 2005-03-18  Juri Linkov  <juri@jurta.org>
28984         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
28985         `isearch-lazy-highlight-cleanup', add alias to old name and
28986         declare obsolete.  Add release numbers to other obsolete vars.
28987         (isearch-done, isearch-lazy-highlight-new-loop):
28988         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
28989         (lazy-highlight-cleanup) <variable>: Doc fix.
28990         (isearch-lazy-highlight-update): Rename obsolete
28991         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
28993 2005-03-18  Kenichi Handa  <handa@m17n.org>
28995         * language/thai-util.el: Fix categorization of Thai characters in
28996         thai-category-table.
28997         (thai-composition-pattern): Adjust it for the above change.
28998         (thai-self-insert-command, thai-compose-syllable): New functions.
28999         (thai-compose-region): Use thai-compose-syllable.
29000         (thai-compose-string): Likewise.
29001         (thai-composition-function): Likewise.
29002         (thai-auto-composition): New function.
29003         (thai-auto-composition-mode): New minor mode.
29005         * language/thai.el: Fix patterns to be registered in
29006         composition-function-table.
29008         * international/quail.el (quail-input-method): Locally bind
29009         inhibit-modification-hooks to t.
29011 2005-03-17  Richard M. Stallman  <rms@gnu.org>
29013         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
29014         (perl-mode): Use run-mode-hooks.
29016         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
29017         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
29018         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
29020         * mail/sendmail.el (sendmail-send-it): Reenable the code
29021         to compute resend-to-address and use it.
29023         * tar-mode.el (tar-mode): Turn off undo unconditionally.
29025         * image-mode.el: New file.
29027         * image.el (insert-sliced-image): Add autoload cookie.
29029         * font-lock.el (font-lock-lines-before): New user option.
29030         (font-lock-after-change-function): Obey it.
29032         * bindings.el (esc-map): Make M-g a prefix.
29033         Bind M-g g and M-g M-g to goto-line.
29035         * faces.el (face-id): Doc fix.
29037 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29039         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
29040         (rmail-show-message): Use rmail-unknown-mail-followup-to.
29041         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
29043         * mail/sendmail.el (mail-yank-ignored-headers)
29044         (mail-font-lock-keywords, mail-mode-fill-paragraph):
29045         Add Mail-Followup-To and Mail-Reply-To headers.
29046         (mail-citation-hook): Add autoload cookie.
29047         (mail-mode): Doc fix.
29048         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
29049         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
29050         (mail-mode-fill-paragraph): Handle those headers.
29051         (mail-mailing-lists): New variable.
29052         (mail-mail-reply-to, mail-mail-followup-to): New functions.
29054 2005-03-17  Juri Linkov  <juri@jurta.org>
29056         * isearch.el (isearch-fallback): Check for `(car previous)'
29057         before calling `isearch-other-end-state'.
29059 2005-03-17  Kim F. Storm  <storm@cua.dk>
29061         * simple.el (move-beginning-of-line): Move to beginning of buffer
29062         line, as well as beginning of screen line.
29064 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
29066         * calendar/diary-lib.el (mark-diary-entries): Use new optional
29067         argument REDRAW rather than calendar-redrawing variable.
29068         * calendar/calendar.el (calendar-redrawing): Delete.
29069         (redraw-calendar): Do not bind calendar-redrawing.
29071 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
29073         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
29074         diary-file buffer.
29076 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
29078         * help.el (describe-mode): Allow a :minor-mode-function property to
29079         specify a different minor mode toggle function than the variable.
29080         * simple.el (auto-fill-function):
29081         * subr.el (add-minor-mode): Use it.
29083 2005-03-16  Kenichi Handa  <handa@m17n.org>
29085         * language/ethio-util.el (sera-being-called-by-w3): New variable.
29086         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
29087         (ethio-fidel-to-sera-buffer): Likewise.
29089 2005-03-16  Juri Linkov  <juri@jurta.org>
29091         * emacs-lisp/find-func.el (find-function-regexp):
29092         Add defun-emitting macro `menu-bar-make-toggle'.
29094         * isearch.el: Put `isearch-scroll' property to
29095         `split-window-horizontally'.
29097         * info.el: Update error messages for `debug-ignored-errors'.
29098         (Info-isearch-search): Doc fix.
29099         (Info-find-node): Move up code to go into info buffer before
29100         recording the node to the history.
29101         (Info-fontify-node): Fontify titles only if the next line
29102         has two or more `*', `=', `-', `.'.
29103         Display "go to this node" for empty (match-string 3).
29105 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29107         * term/mac-win.el: Add mouse pointer shape constants.
29109 2005-03-15  Kim F. Storm  <storm@cua.dk>
29111         * simple.el (move-beginning-of-line): Use vertical-motion.
29113 2005-03-15  Juri Linkov  <juri@jurta.org>
29115         * isearch.el (isearch-error): New variable.
29116         (isearch-invalid-regexp, isearch-within-brackets): Remove.
29117         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
29118         (isearch-within-brackets-state): Remove.
29119         (isearch-case-fold-search-state, isearch-pop-fun-state):
29120         Decrease frame index.
29121         (isearch-mode, isearch-top-state, isearch-push-state)
29122         (isearch-edit-string, isearch-abort, isearch-search-and-update)
29123         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
29124         (isearch-search, isearch-lazy-highlight-new-loop):
29125         Replace `isearch-invalid-regexp' with `isearch-error'.
29126         Remove `isearch-within-brackets'.
29127         (isearch-search): Add `search-failed' handler to `condition-case'.
29128         (isearch-lazy-highlight-search): Add `condition-case' to catch
29129         errors and allow `isearch-lazy-highlight-update' to try
29130         highlighting from the beginning of the window.
29131         (isearch-repeat): Move up code to set isearch-wrapped to t
29132         before calling isearch-wrap-function.
29134         * info.el (Info-isearch-initial-node): New internal variable.
29135         (Info-search): Signal an error in isearch mode when search leaves
29136         the initial node.  Signal an error when `bound' is non-nil and
29137         nothing was found in the current subfile.
29138         (Info-isearch-search): Remove `condition-case'.
29139         (Info-isearch-wrap): Don't wrap when search failed during leaving
29140         the initial node.  If `Info-isearch-search' is nil, wrap around
29141         the current node.
29142         (Info-isearch-start): New fun.
29143         (Info-mode): Add buffer-local hook `Info-isearch-start' to
29144         `isearch-mode-hook'.
29146 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29148         * simple.el (normal-erase-is-backspace): Set default to t if
29149         running on Mac.
29151         * term/mac-win.el (function-key-map): Sync with x-win.el.
29153 2005-03-15  Kenichi Handa  <handa@m17n.org>
29155         * international/mule-cmds.el (locale-language-names): Modify the
29156         format of elements and add more entries.
29157         (locale-preferred-coding-systems): Add more entries.
29158         (set-locale-environment): Adjust for the change of
29159         locale-language-names.
29161 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
29163         * pcvs.el (smerge-ediff): Remove bogus autoload.
29165 2005-03-14  Lute Kamstra  <lute@gnu.org>
29167         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
29168         Ignore a `*' at the beginning of a line.
29170         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
29171         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
29172         subr.el.
29173         (dont-compile, eval-when-compile, eval-and-compile): Use declare
29174         to specify indentation.
29176         * generic.el (define-generic-mode): Let generic-mode-list be a
29177         list of strings; test membership with equal.
29179 2005-03-14  Kim F. Storm  <storm@cua.dk>
29181         * simple.el (next-line, previous-line): Add optional try-vscroll
29182         arg to recognize interactive use.  Pass it on to line-move.
29183         (line-move): Don't perform auto-window-vscroll when defining or
29184         executing keyboard macro to ensure consistent behavior.
29186 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
29188         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
29190 2005-03-13  Lute Kamstra  <lute@gnu.org>
29192         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
29193         debugger-setup-buffer so that backtrace marks the frames set to
29194         debug-on-exit and we don't have to do it manually.  Set an extra
29195         debug-on-exit for macro's.
29196         (debugger-setup-buffer): Don't mark the top frame manually.
29198 2005-03-12  Lute Kamstra  <lute@gnu.org>
29200         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
29201         lisp-indent-function throughout.
29202         (with-no-warnings): Set lisp-indent-function property.
29204 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
29206         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
29207         Add entry for backslash.
29209 2005-03-12  Juri Linkov  <juri@jurta.org>
29211         * info.el (Info-search): Four fixes for backward search.
29213 2005-03-11  Jay Belanger  <belanger@truman.edu>
29215         * calc/calc.el (calc-language-alist): New variable.
29216         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
29217         (calc-embedded-find-modes): Use calc-language-alist instead of
29218         calc-embedded-language-alist.
29220 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
29222         * calendar/calendar.el (calendar-redrawing): New internal
29223         variable.
29224         (redraw-calendar): Remove bogus save-excursion from previous
29225         change.  Bind calendar-redrawing to t for mark-diary-entries.
29226         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
29227         calendar if that is why we were called.
29229 2005-03-11  Kenichi Handa  <handa@m17n.org>
29231         * international/mule.el (make-coding-system): Set property
29232         coding-system-define-form to nil.
29233         (define-coding-system-alias): Likewise.
29235 2005-03-11  Kenichi Handa  <handa@m17n.org>
29237         These changes are suggested by Dave Love <fx@gnu.org>.
29239         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
29240         coding: tag.
29241         (adaptive-fill-regexp): Add more bullets.
29242         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
29243         regexps.
29245 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29247         * help.el (describe-mode): Properly handle non-trivial lighters.
29248         Don't ignore minor modes that are not listed in minor-mode-list.
29250         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
29251         feature ON when the user requests to turn it OFF.
29253 2005-03-10  Lute Kamstra  <lute@gnu.org>
29255         * emacs-lisp/debug.el (debug-entry-code): Delete it.
29256         (implement-debug-on-entry): New function to replace debug-entry-code.
29257         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
29258         second argument as the 2005-03-07 change makes it obsolete.
29259         (debug-on-entry, cancel-debug-on-entry): Update call to
29260         debug-on-entry-1.
29261         (debug, debugger-setup-buffer): Comment update.
29262         (debugger-frame-number): Update to work with implement-debug-on-entry.
29264 2005-03-10  Jay Belanger  <belanger@truman.edu>
29266         * calc/calc-embed.el (math-ms-args): Declare it.
29267         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
29268         math-ms-args.
29269         (calc-embedded-subst): Use math-multi-subst-rec to substitute
29270         variables.
29272 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
29274         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
29275         Use message-box.
29277         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
29278         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
29279         (tooltip-gud-tips): Simplify.
29280         (tooltip-gud-tips-p): Remove superfluous :set.
29281         (tooltip-gud-modes): Add fortran-mode.
29282         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
29284         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
29286 2005-03-09  Kim F. Storm  <storm@cua.dk>
29288         * play/animate.el (animate-place-char): Use forward-line instead
29289         of next-line to improve performance.
29291 2005-03-09  Simon Josefsson  <jas@extundo.com>
29293         * net/browse-url.el (browse-url-default-browser): Doc fix.
29295 2005-03-09  Miles Bader  <miles@gnu.org>
29297         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
29298         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
29300 2005-03-09  Kenichi Handa  <handa@m17n.org>
29302         * international/latin-1.el: Set case and syntax for 255 only if
29303         set-case-syntax-set-multibyte is nil.
29305         * textmodes/ispell.el (ispell-insert-word): New function.
29306         (ispell-word): Use ispell-insert-word to insert a new word.
29307         (ispell-process-line): Likewise.
29308         (ispell-complete-word): Likewise.
29310 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
29312         * calendar/calendar.el (redraw-calendar): Preserve point.
29313         Reported by Matt Hodges <MPHodges@member.fsf.org>.
29314         (calendar-week-start-day): Move after definition of
29315         redraw-calendar.  Delete buffer test, since redraw-calendar has
29316         that now.
29318         * calendar/diary-lib.el (mark-diary-entries): Only call
29319         redraw-calendar in the first of any recursive calls.
29320         Reported by Alan Shutko <ats@acm.org>.
29322 2005-03-08  Juri Linkov  <juri@jurta.org>
29324         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
29325         (html-horizontal-rule, html-line, html-image, html-checkboxes)
29326         (html-radio-buttons): Add a space before the trailing `/>' where
29327         sgml-xml-mode is non-nil.
29328         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
29329         the subsequent tag of the empty XML tag.
29330         (html-href-anchor): Don't set initial input to "http:".
29331         (html-image): Ask for the image URL and set point inside alt="".
29332         (html-name-anchor): Duplicate the name in the `id' attribute when
29333         sgml-xml-mode is non-nil.
29334         (html-paragraph): Remove \n before <p>.
29335         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
29336         instead of `checked' when sgml-xml-mode is non-nil.
29338         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
29339         Remove 1 space before #RRGGBB to not truncate it on terminal
29340         windows w/o fringes.  Remove 1 space between bg and fg examples
29341         to get more space.
29342         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
29343         avoid byte-compile warnings.
29345         * image-file.el (image-file-handler): Put `safe-magic' property to
29346         `image-file-handler'.
29348         * info.el (Info-isearch-search): Emulate word search in
29349         isearching through multiple Info nodes with Info-search.
29350         (Info-isearch-wrap): Allow isearch-word.
29352 2005-03-08  Lute Kamstra  <lute@gnu.org>
29354         * emacs-lisp/debug.el (debugger-step-through): Make sure that
29355         stepping into the debugger's code is not possible.
29356         (debugger-jumping-flag): Docstring update.
29358 2005-03-08  Jay Belanger  <belanger@truman.edu>
29360         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
29361         embedded mode begins.
29362         (calc-embedded-language-alist): New variable.
29363         (calc-embedded-find-modes): Use calc-embedded-language-alist to
29364         set default language mode.
29366 2005-03-08  Kenichi Handa  <handa@m17n.org>
29368         * international/ccl.el (define-ccl-program): Fix docstring about
29369         extra 256 bytes assured for the output buffer.
29371         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
29372         Fix BUFFER_MAGNIFICATION to 2.
29373         (ccl-encode-mule-utf-16be-with-signature): Likewise.
29375 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
29377         * align.el (align-rules-list): Added an alignment rule for CSS
29378         declarations (applies to css-mode and html-mode buffers).
29380 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
29382         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
29384 2005-03-07  Kim F. Storm  <storm@cua.dk>
29386         * simple.el (move-beginning-of-line): New command.
29388         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
29390         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
29392         * emulation/cua-base.el: Put CUA move property on move-end-of-line
29393         and move-beginning-of-line.
29395         * apropos.el (apropos-print): Omit command from M-x ... RET.
29397 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
29399         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
29400         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
29402 2005-03-06  Richard M. Stallman  <rms@gnu.org>
29404         * bindings.el (esc-map): Bind M-g to goto-line.
29406         * facemenu.el (global-map): Bind M-o, not M-g.
29408 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29410         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
29411         "Open Directory" as for "Open File".
29413 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
29415         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
29416         (push-mark-command): Run activate-mark-hook.
29418 2005-03-06  Richard M. Stallman  <rms@gnu.org>
29420         * help-mode.el (help-mode-finish): Don't alter the element
29421         in view-return-to-alist if there already is one.
29423         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
29424         make sure the current buffer is the expected one.
29426         * novice.el (disabled-command-function): Output in *Disabled Command*.
29427         Explicitly ignore non-keyboard events, and explicitly handle C-g.
29429         * textmodes/flyspell.el (flyspell-large-region):
29430         Pass args differently for aspell.
29432         * files.el (mode-require-final-newline): Doc fix.
29434 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
29436         * progmodes/which-func.el (which-function):
29437         Specify NOERROR when calling imenu--make-index-alist.
29439 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
29441         * simple.el (normal-erase-is-backspace): Define default value.
29443         * custom.el (custom-theme-set-variables): Remove unused var
29444         `immediate'.
29445         (custom-reevaluate-setting): Simple function to handle variables
29446         that are defined before their default value can really be
29447         computed.
29449         * startup.el (command-line): Use it for temporary-file-directory,
29450         small-emporary-file-directory, auto-save-file-name-transforms,
29451         blink-cursor-mode, and normal-erase-is-backspace.
29453         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
29454         progress, even with buggy anchored keywords.
29456 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
29458         * simple.el (goto-line): Remove unbalanced final parenthesis.
29460 2005-03-05  Richard M. Stallman  <rms@gnu.org>
29462         * simple.el (goto-line): Use a number at point as the default.
29463         With C-u as arg, switch buffers.
29465 2005-03-05  Juri Linkov  <juri@jurta.org>
29467         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
29468         with `no-blinking-cursor'.
29470         * startup.el (no-blinking-cursor): New defvar.
29471         (command-line): Add `--no-blinking-cursor' to longopts.
29472         Set `no-blinking-cursor' to t for command line arguments
29473         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
29474         with `no-blinking-cursor' in the condition for calling
29475         `blink-cursor-mode'.
29477 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
29479         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
29480         (menu-bar-options-save): Add blink-cursor-mode.
29481         (menu-bar-options-menu): Add blink-cursor-mode.
29483 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
29485         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
29486         (icalendar-export-file, icalendar-export-region)
29487         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
29488         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
29490 2005-03-04  Lute Kamstra  <lute@gnu.org>
29492         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
29493         (debug-function-list): Ditto.
29495 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
29497         * textmodes/texinfmt.el (texinfo-append-refill):
29498         Redefine the types of line to which @refill
29499         is not appended by replacing a search for `@refill\\|@bye' with
29500         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
29501         itemize@refill' bug and the unfilled long lines bug.
29502         (texinfmt-version): Update number and date.
29504 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
29506         * international/code-pages.el (windows-1250, windows-125[2-8])
29507         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
29509 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29511         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
29512         bound yet.
29514 2005-03-02  Romain Francoise  <romain@orebokech.com>
29516         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
29517         buffer after removing limits.
29518         (ibuffer-pop-filter): Ditto.
29519         Update copyright.
29521 2005-03-02  Miles Bader  <miles@gnu.org>
29523         * button.el (make-text-button): If the user doesn't specify a
29524         type, use the default.  Rewrite to use `add-text-properties' and
29525         plist functions.
29527 2005-03-01  Lute Kamstra  <lute@gnu.org>
29529         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
29530         (debugger-jumping-flag): New var.
29531         (debug-entry-code): Use it.
29532         (debugger-jump): Use debugger-jumping-flag and add
29533         debugger-reenable to post-command-hook.
29534         (debugger-reenable): Use debugger-jumping-flag and remove itself
29535         from post-command-hook.
29536         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
29537         debugger-reenable.
29539 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
29541         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
29542         inclusion of "itemize\\|", which may be unnecessary, is certainly
29543         inelegant, and stops refilling in itemize lists when formatting
29544         Japanese Texinfo files to Info.
29545         Update copyright to 2005.
29547 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
29549         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
29550         of an error if GDB can't find the source file.
29552 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
29554         * calendar/calendar.el (redraw-calendar): Work from any buffer,
29555         not just the calendar.
29557         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
29558         first.
29559         (diary-redraw-calendar): New function.
29560         (make-diary-entry): Add diary-redraw-calendar to local
29561         write-contents-functions.  Turn off selective display before
29562         inserting in diary.
29564 2005-03-01  Kim F. Storm  <storm@cua.dk>
29566         * emacs-lisp/copyright.el (copyright-fix-years): New command.
29568 2005-03-01  Lute Kamstra  <lute@gnu.org>
29570         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
29571         that debug-entry-code can be safely removed from a function while
29572         this code is being evaluated.  Revert the 2005-02-27 change as the
29573         new implementation no longer requires it.  Make sure that a
29574         function body containing just a string is not mistaken for a docstring.
29575         (debug): Skip one more frame in case of debug on entry.
29576         (debugger-setup-buffer): Delete one more frame line in case of
29577         debug on entry.
29578         (debugger-frame-number): Update to use the new text introduced by
29579         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
29581 2005-02-28  Kim F. Storm  <storm@cua.dk>
29583         * double.el (double-translate-key): Call force-window-update after
29584         read-event to avoid crash in redisplay.
29586 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29588         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
29589         (debug): Use it.  Move the inhibit-trace earlier.
29590         (debug-entry-code): New const.
29591         (debug-on-entry-1): Use it.
29593 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
29595         * international/utf-16.el (ccl-encode-mule-utf-16le):
29596         Fix BUFFER_MAGNIFICATION to 2.
29597         (ccl-encode-mule-utf-16be): Likewise.
29599 2005-02-28  Kenichi Handa  <handa@m17n.org>
29601         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
29602         Fix BUFFER_MAGNIFICATION to 4.
29603         (ccl-encode-mule-utf-16be-with-signature): Likewise.
29605 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
29607         * speedbar.el (speedbar-update-flag): Doc fix.
29608         (speedbar-show-info-under-mouse): Give set-mouse-position the right
29609         argument.
29611 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29613         * reveal.el (reveal-post-command): Don't try to reveal overlays which
29614         have a non-nil `invisible' property but are actually visible.
29616         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
29617         for perldoc sections.
29618         (perl-outline-regexp, perl-outline-level): New var and function.
29619         (perl-mode): Use them.
29621 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
29623         * calendar/diary-lib.el (diary-remind): Discard any mark portion
29624         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
29626 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
29628         * cus-edit.el: Comment change.
29629         (custom-buffer-create-internal): Slightly reword text at top of
29630         Custom buffers.  Mention there that saving an option edits the
29631         init file.  Add link to Emacs manual node on `custom-file'.
29632         (custom-magic-alist): Rewrite individual State messages to use
29633         capitalized keywords.  Doc fix.
29635 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
29637         * calendar/calendar.el (calendar-buffer): Move above
29638         calendar-week-start-day.
29639         (calendar-week-start-day): Doc fix.  Add :set function.
29640         (calendar-minimum-window-height): New variable.
29641         (generate-calendar-window): Only resize window if selected-window
29642         is displaying the calendar buffer.  Use new variable
29643         calendar-minimum-window-height.
29644         (generate-calendar): Reword error message.
29645         (calendar-mode-map): Bind DEL to scroll-other-window-down.
29647 2005-02-27  Andreas Schwab  <schwab@suse.de>
29649         * vc.el (vc-do-command): Don't run command asynchronously when
29650         operating in a remote directory.
29652         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
29653         change from sync with Tramp 2.0.47.
29655 2005-02-27  Richard M. Stallman  <rms@gnu.org>
29657         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
29659         * textmodes/flyspell.el (flyspell-mode-on):
29660         Call ispell-change-dictionary only if necessary.
29662         * emacs-lisp/re-builder.el (regexp-builder): New function.
29664         * register.el (describe-register-1): Explicitly handle
29665         yank-excluded-properties = t.
29667         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
29668         (custom-magic-alist): Change the status descriptions again.
29669         (face widget-type): Total rewrite based on `restricted-sexp'
29670         to eliminate the confusing double hiding levels.
29672         * emacs-lisp/debug.el (debug-on-entry-1):
29673         If function body is empty, add nil as body form.
29675 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29677         * emacs-lisp/trace.el (inhibit-trace): New var.
29678         (trace-make-advice): Use it.
29680         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
29682 2005-02-26  Kim F. Storm  <storm@cua.dk>
29684         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
29685         (mouse-on-link-p, mouse-drag-region-1): Use it.
29687 2005-02-25  Lute Kamstra  <lute@gnu.org>
29689         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
29691 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
29693         * frame.el (blink-cursor-mode): Add :group keyword.
29695 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
29697         * calendar/icalendar.el (icalendar--decode-isodatetime):
29698         New optional argument DAY-SHIFT.
29699         (icalendar-export-region): Fix coding-system-for-write.
29700         (icalendar--convert-ical-to-diary): Shift end-day of all-day
29701         events by one.
29703 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29705         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
29707 2005-02-24  Kim F. Storm  <storm@cua.dk>
29709         * international/iso-acc.el (iso-accents-compose): Fix crash
29710         during redisplay.  Call force-window-update after read-event
29711         and delete-region to signal that window is not accurate.
29713 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
29715         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
29716         Remove unused and inexistent var `inhibit-trace'.
29717         (debugger-mode): Use run-mode-hooks.
29718         (debugger-list-functions): Add buttons; setup xref stack.
29720 2005-02-23  Richard M. Stallman  <rms@gnu.org>
29722         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
29723         appointment says it was explicitly made.
29724         (appt-add): Set the 3rd element.
29725         (appt-make-list): Preserve explicit appointments.
29727         * subr.el (find-tag-default): Catch errors in forward-sexp.
29729 2005-02-23  Juri Linkov  <juri@jurta.org>
29731         * info.el (Info-isearch-search): New defcustom.
29732         (Info-isearch-search): Call the default isearch function
29733         when Info-isearch-search is nil.
29734         (Info-isearch-wrap): Use variable Info-isearch-search.
29736 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
29738         * cus-edit.el: Comment change.
29740 2005-02-22  Kim F. Storm  <storm@cua.dk>
29742         * progmodes/hideif.el (hide-ifdef-use-define-alist):
29743         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
29745 2005-02-22  Simon Josefsson  <jas@extundo.com>
29747         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
29748         New variable.
29749         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
29750         Oskarsson" <myrkraverk@users.sourceforget.net>.
29752 2005-02-22  Kim F. Storm  <storm@cua.dk>
29754         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
29755         check that window of that event is the selected window.
29756         (mouse-drag-region-1): Compare mouse event window to selected
29757         window before setting point.
29759         * tooltip.el (tooltip-show-help-function): Pass event to
29760         mouse-on-link-p so it can check selected window.
29762 2005-02-22  Kenichi Handa  <handa@m17n.org>
29764         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
29765         (ps-mule-show-warning): New function.
29766         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
29767         characters are found.
29769         * ps-print.el (ps-header-footer-string): Return a list of header
29770         and footer strings.
29772 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
29774         * pcvs.el (cvs-retrieve-revision): Fix thinko.
29776 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
29778         * frame.el (blink-cursor-mode): Use define-minor-mode.
29780         * term/mac-win.el (function-key-map): Use char-names more consistently.
29781         (file-name-coding-system): Only set it for MacOS-9.  The other case is
29782         already handled in mule-cmds.el (where it also works when mac-win.el
29783         is not used).
29785 2005-02-21  Kenichi Handa  <handa@m17n.org>
29787         * international/mule.el (ctext-pre-write-conversion): Always use
29788         " *code-converting-work*" buffer for work.
29790         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
29792 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
29794         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
29796 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
29798         * ses.el (undo-more): Restore defadvice, but only the part that
29799         allows changes outside the restricted area of the buffer.
29801 2005-02-20  Kim F. Storm  <storm@cua.dk>
29803         * simple.el (line-move): Add fourth optional arg try-vscroll which
29804         must be set to perform auto-window-vscroll.
29805         When moving backwards and doing auto-window-vscroll, automatically
29806         vscroll to the last part of lines which are taller than the window.
29807         (next-line, previous-line): Set try-vscroll arg on line-move.
29809 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
29811         * replace.el (query-replace, query-replace-regexp)
29812         (replace-string, replace-regexp): When operating on region, make
29813         the minibuffer prompt say so.
29815         * isearch.el (isearch-forward): Document isearch-query-replace and
29816         isearch-query-replace-regexp keybindings.
29818 2005-02-19  Jay Belanger  <belanger@truman.edu>
29820         * calc/calc-aent.el (math-read-token): Add local variable.
29822         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
29823         (calc-edit-top): Move declaration to earlier in file.
29824         (calc-edit-macro-repeats): Add local variables.
29826         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
29827         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
29828         calcFunc-tanh.
29829         Adjust integration rule for calcFunc-tan.
29831 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
29833         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
29834         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
29835         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
29836         (viper-skip-separators): Bug fix.
29837         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
29838         particular major mode.
29839         (viper-del-backward-char-in-replace): Don't put deleted char on the
29840         kill ring.
29842         * viper-ex.el (viper-color-display-p): New function.
29843         (viper-has-face-support-p): Use viper-color-display-p.
29845         * viper-keym.el (viper-gnus-modifier-map): New keymap.
29847         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
29849         * viper-util.el (viper-glob-unix-files): Fix shell status check.
29850         (viper-file-remote-p): Make equivalent to file-remote-p.
29852         * viper.el (viper-major-mode-modifier-list):
29853         Use viper-gnus-modifier-map.
29855 2005-02-19  David Kastrup  <dak@gnu.org>
29857         * subr.el (subregexp-context-p): Fix garbled doc string by adding
29858         quoting.
29860 2005-02-19  Jay Belanger  <belanger@truman.edu>
29862         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
29863         Remove extra definitions.
29864         (calc-coth): New function.
29865         (calcFunc-cot): Fix `let'.
29867 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
29869         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
29870         the reasons we use "type pc" in these faces.
29872         * button.el (button): Ditto.
29874 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
29876         * replace.el (query-replace-read-from): Set the value of
29877         query-replace-from-history-variable to handle the case of an empty
29878         string entered to accept the suggested default.
29880         * net/tramp.el (tramp-file-name-for-operation):
29881         Use dired-call-process instead of dired-call-process-command.
29883 2005-02-19  Jay Belanger  <belanger@truman.edu>
29885         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
29886         (math-div-non-trig): New variables.
29887         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
29888         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
29889         (math-combine-prod, math-div-symb-fancy): Add simplifications for
29890         trig expressions.
29892 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
29894         * progmodes/gdb-ui.el (gdb-var-update-handler)
29895         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
29896         for watch expressions,
29897         (gdb-var-create-handler): Don't set speedbar-update-flag.
29898         (gdb-post-prompt): Simplify test for speedbar.
29900 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
29902         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
29903         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
29904         we use the syntax table of the correct buffer.
29905         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
29906         Felix Gatzemeier.
29908         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
29909         (ediff-file-remote-p): Make synonymous with file-remote-p.
29910         In all deffaces ediff-*-face-*, use min-colors.
29912         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
29913         ediff-recurse-to-subdirectories.
29914         (ediff-mark-if-equal): Check that the arguments are strings, use
29915         ediff-same-contents (after to Felix Gatzemeier).
29917         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
29918         nil.
29920 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
29922         * log-view.el (log-view-message-re): Fix up Subversion regexp.
29924 2005-02-18  David Kastrup  <dak@gnu.org>
29926         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
29927         use `mark-active' when defined.
29929 2005-02-18  Kenichi Handa  <handa@m17n.org>
29931         * ps-print.el (ps-font-info-database): New entry
29932         ZapfChancery-MediumItalic with correct font name.  Fix font name
29933         of the entry Zapf-Chancery-MediumItalic.
29935 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
29937         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
29939 2005-02-16  Kim F. Storm  <storm@cua.dk>
29941         * ido.el (ido-fallback-command): Pass user input to fallback command.
29943 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
29945         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
29946         (gdb-find-file-hook): Add server prefix.
29948 2005-02-16  Richard M. Stallman  <rms@gnu.org>
29950         * replace.el (perform-replace): Pass new args to replace-highlight.
29951         (replace-highlight): Take region args,
29952         and pass them to isearch-lazy-highlight-new-loop.
29954         * novice.el (disabled-command-hook): Autoload the defalias
29955         and the make-obsolete-variable call.
29957         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
29959         * isearch.el (isearch-lazy-highlight-start-limit)
29960         (isearch-lazy-highlight-end-limit): New variables limit
29961         the region for highlighting.
29962         (isearch-lazy-highlight-new-loop): New args BEG and END.
29963         (isearch-lazy-highlight-search): Use the new vars.
29964         (isearch-lazy-highlight-update): Likewise.
29966         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
29968         * cus-start.el (all): Use default-boundp.
29970 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
29972         * menu-bar.el (menu-bar-select-frame): Handle current frame.
29974 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
29976         * autorevert.el (auto-revert-stop-on-user-input)
29977         (auto-revert-verbose): Doc fixes.
29979 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
29981         * international/mule-cmds.el (set-locale-environment): Remove call
29982         to set-selection-coding-system on Windows.
29984 2005-02-15  Jay Belanger  <belanger@truman.edu>
29986         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
29987         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
29988         calcFunc-coth.
29989         (math-simplify-sqrt): Add simplifications.
29991         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
29992         to list.
29994         * calc/calc-ext.el: Add functions to autoloads.
29996         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
29997         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
29998         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
29999         (math-csc-raw, math-cot-raw): New functions.
30001         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
30003         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
30004         the variable name in a message.
30006         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
30007         calcFunc-csc, calcFunc-cot.
30009         * calc/calcalg2.el: Add derivative and integration rules for
30010         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
30011         calcFunc-csch, calcFunc-coth.
30012         (math-do-integral-methods): Add to checks for when to use
30013         substitutions.
30015         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
30017 2005-02-15  Lute Kamstra  <lute@gnu.org>
30019         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30020         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
30021         <monnier@iro.umontreal.ca>.
30022         (lisp-outline-level): Improve efficiency.  Suggested by David
30023         Kastrup <dak@gnu.org>.
30025 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
30027         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
30028         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
30029         (gdb-set-gud-minor-mode-existing-buffers): New functions.
30030         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
30031         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
30033 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
30035         * cus-start.el (all): Comment change.
30037 2005-02-14  Lute Kamstra  <lute@gnu.org>
30039         * cus-start.el (all): Check if symbol is void.
30041 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
30043         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
30044         optional argument to \cite.
30046 2005-02-14  Richard M. Stallman  <rms@gnu.org>
30048         * cus-edit.el (custom-buffer-create-internal): Update help message.
30049         (custom-magic-alist): Update help messages.
30051         * cus-start.el (all): Allow a var to specify a standard value.
30053 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
30055         * custom.el (custom-theme-set-variables): Handle variable aliases.
30057         * frame.el (blink-cursor-timer): Doc fix.
30058         (blink-cursor): Make it an alias for `blink-cursor-mode' and
30059         declare obsolete.
30060         (blink-cursor-mode): Define with defcustom and use correct
30061         standard expression in that defcustom.
30062         * startup.el (command-line): Adapt to above changes in frame.el.
30064 2005-02-11  Lute Kamstra  <lute@gnu.org>
30066         * apropos.el (apropos-score-doc): Prevent division by zero.
30068 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
30070         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
30071         (icalendar--get-event-property-attributes)
30072         (icalendar--get-event-properties)
30073         (icalendar--datetime-to-diary-date): New functions.
30074         (icalendar--split-value): Doc fix.
30075         (icalendar--datetime-to-noneuropean-date)
30076         (icalendar--datetime-to-european-date): New optional argument
30077         SEPARATOR.  Return result as a string instead of a list.
30078         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
30079         (icalendar--convert-string-for-export): Rename arg S to STRING.
30080         (icalendar-export-region): Doc fix.  Change name of error buffer.
30081         Save output buffer.
30082         (icalendar-import-file): Add blank at end of prompt.
30083         (icalendar-import-buffer): Doc fix.  Do not switch to error
30084         buffer.  Indicate status in return value.
30085         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
30086         buffer.  Save output buffer.  Handle exception from recurrence
30087         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
30088         events.  Fix problems with weekly all-day events.
30090 2005-02-10  Richard M. Stallman  <rms@gnu.org>
30092         * simple.el (eval-expression-print-format):
30093         Avoid warning about edebug-active.
30095         * help.el (help-for-help-internal): Rename from help-for-help.
30096         (help-for-help): Define with defalias.
30098         * font-core.el (font-lock-default-function): Use with-no-warnings.
30100         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
30102         * custom.el (defface): Doc fix.
30104 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
30106         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
30107         width 0" to prevent word wrapping problems.
30109 2005-02-09  Kim F. Storm  <storm@cua.dk>
30111         * ido.el (ido-file-extensions-order): New defcustom.
30112         (ido-file-extension-lessp, ido-file-extension-aux)
30113         (ido-file-extension-order): New advanced file ordering.
30114         (ido-file-lessp): New simple file ordering.
30115         (ido-sort-list): Remove.
30116         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
30117         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
30119 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
30121         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
30122         that some versions of grep produce.
30123         (grep-mode-font-lock-keywords): Likewise.
30125 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
30127         * progmodes/gdb-ui.el (gdb-location-list): New variable.
30128         (gdb-cdir): Delete.
30129         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
30130         (gdb-source-info): Treat case when source file is in another
30131         directory properly.
30132         (gdb-get-location): New function.
30134 2005-02-07  Jay Belanger  <belanger@truman.edu>
30136         * calc/calc-prog.el (calc-write-parse-table-part)
30137         (calc-fix-token-name): Fix a check for language type.
30139         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
30141 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
30143         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
30144         as directory not writable.
30146 2005-02-07  Kim F. Storm  <storm@cua.dk>
30148         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
30149         (cua--standard-movement-commands): Remove list.
30150         Instead, set CUA property value to move for movement commands.
30151         (cua-movement-commands): Remove.  Users must set CUA prop instead.
30152         (cua--pre-command-handler): Check CUA property.
30153         (cua--init-keymaps): Don't remap undo commands.
30154         (cua-mode): Don't call cua--rectangle-on-off.
30156         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
30157         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
30158         (cua--rect-undo-set-point): New var.
30159         (cua--rectangle-undo-boundary): Setup undo apply entry.
30160         (cua--rect-undo-handler): New function for rectangle undo.
30161         (cua--rect-start-position, cua--rect-end-position): Add.
30162         (cua--rectangle-post-command): Call cua--rectangle-set-corners
30163         for restored rectangle.  Set point if cua--rect-undo-set-point.
30165 2005-02-06  Jay Belanger  <belanger@truman.edu>
30167         * calc/calc-lang.el (calc-tex-language): Display more information
30168         in messages.
30170         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
30171         in TeX mode.
30173 2005-02-06  Richard M. Stallman  <rms@gnu.org>
30175         * emacs-lisp/lisp.el (buffer-end): Doc fix.
30177 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
30179         * net/ldap.el (ldap-search-internal): Support attributes with
30180         optional descriptions separated by a semi-colon, as in
30181         "userCertificate;binary".
30183 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30185         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
30186         isn't a cons (i.e. the version is 0).
30188 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
30190         * help.el (help-for-help): Doc fix.
30192 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
30194         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
30195         GDB-Windows on the menu-bar as this works better.
30197 2005-02-04  Jay Belanger  <belanger@truman.edu>
30199         * calc/calc-embed.el (calc-embedded-update): Don't put in
30200         unnecessary newlines.  Adjust the end of formula marker.
30202         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
30203         (math-latex-parse-two-args): New function.
30205 2005-02-03  Lute Kamstra  <lute@gnu.org>
30207         * help-fns.el (help-with-tutorial): Make sure that users cannot
30208         remove the entire text of the tutorial by means of `undo'.
30210 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30212         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
30213         in recent changes, where the ispell process was repeatedly
30214         killed & restarted.
30216         * international/mule-cmds.el (set-locale-environment): Set file-name
30217         coding system to utf-8 on Darwin systems.
30218         (set-default-coding-systems): Don't set default-file-name-coding-system
30219         on Darwin systems.
30221 2005-02-03  Richard M. Stallman  <rms@gnu.org>
30223         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
30225 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
30227         * faces.el (list-faces-display): Add optional argument.
30229 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
30231         * font-core.el (font-lock-default-function): Handle the rare case where
30232         only font-lock-keywords is set.
30234 2005-02-02  Kenichi Handa  <handa@m17n.org>
30236         * international/characters.el: Cancel previous change for
30237         I-WITH-DOT-ABOVE and DOTLESS-i.
30239         * international/latin-5.el: Cancel previous change.
30241 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
30243         * progmodes/gud.el: Correction to syntax in gud-menu-map.
30245 2005-02-02  Kenichi Handa  <handa@m17n.org>
30247         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
30248         DOTLESS-i.
30250         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
30251         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
30253         * case-table.el (get-upcase-table): New function.
30254         (copy-case-table): Copy upcaes table too if non-nil.
30255         (set-case-syntax-delims): Maintain upcase table too.
30256         (set-case-syntax-pair): Likewise.
30257         (set-upcase-syntax, set-downcase-syntax): New functions.
30258         (set-case-syntax): Maintain upcase table too.
30260 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
30262         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
30264         * progmodes/gud.el (gud-goto-info): New function.
30265         (gud-tool-bar-map): Use correct icon.
30267 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
30269         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
30270         When delegating, order args in the funcall correctly.
30272 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
30274         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
30276 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
30278         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
30279         buffer not visiting a file.
30281 2005-01-31  Jay Belanger  <belanger@truman.edu>
30283         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
30284         bound on the line with the formula.
30286 2005-01-31  Kim F. Storm  <storm@cua.dk>
30288         * ses.el (ses-create-cell-variable-range)
30289         (ses-destroy-cell-variable-range, ses-reset-header-string)
30290         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
30291         (ses-insert-row): Fix format of apply undo entries.
30293 2005-01-31  Jay Belanger  <belanger@truman.edu>
30295         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
30296         parts.
30298         * calc/calc-embed.el (calc-embedded-open-formula)
30299         (calc-embedded-close-formula): Ignore matrix environments.
30301         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
30302         TeX mode.
30304         * calc/calc-lang.el (math-function-table, math-oper-table)
30305         (math-variable-table): Adjust the LaTeX portions.
30307         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
30308         (math-latex-ignore-words): New constant.
30310 2005-01-31  Richard M. Stallman  <rms@gnu.org>
30312         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
30313         (ispell-local-dictionary): Doc fix.
30314         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
30315         Don't reinitialize at run time.  Don't defcustom.
30316         All uses changed to append ispell-local-dictionary-alist,
30317         or check it first.
30318         (ispell-current-dictionary): New variable for dictionary in use.
30319         (ispell-dictionary): Now used only for global default.
30320         (ispell-start-process): Set ispell-current-dictionary,
30321         not ispell-dictionary.
30322         (ispell-change-dictionary): Use this only for setting
30323         user preferences.
30324         (ispell-internal-change-dictionary): New function
30325         to change the current dictionary in use.
30326         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
30327         Use ispell-current-dictionary.
30328         Handle ispell-local-dictionary-overridden.
30329         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
30331 2005-01-31  Jay Belanger  <belanger@truman.edu>
30333         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
30335         * calc/calc-ext.el: Add calc-latex-language to autoloads.
30336         (calc-mode-map): Add calc-latex-language.
30338         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
30339         (math-latex-print-frac): New functions.
30340         (math-oper-table, math-function-table, math-variable-table)
30341         (math-complex-format, math-input-filter): Add latex properties.
30342         (calc-set-language): Set math-expr-special-function-mapping.
30344         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
30345         (calc-write-parse-table-part): Add LaTeX support.
30347         * calc/calc.el (calc-language): Adjust docstring.
30348         (calc-set-mode-line): Add LaTeX support.
30349         (math-expr-special-function-mapping): New variable.
30350         (math-tex-ignore-words): Add to list.
30352         * calc/calccomp.el (math-compose-expr, math-compose-rows):
30353         Add LaTeX support.
30354         (math-compose-expr): Add support for special functions.
30356         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
30358 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
30360         * progmodes/gdb-ui.el (gdb-memory-address)
30361         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
30362         (gdb-memory-mode-map, gdb-memory-format-keymap)
30363         (gdb-memory-format-menu, gdb-memory-unit-keymap)
30364         (gdb-memory-unit-menu): New variables for a buffer
30365         that lets the user examine program memory.
30366         (gdb-memory-set-address, gdb-memory-set-repeat-count)
30367         (gdb-memory-format-binary, gdb-memory-format-octal)
30368         (gdb-memory-format-unsigned, gdb-memory-format-signed)
30369         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
30370         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
30371         (gdb-memory-unit-word, gdb-memory-unit-halfword)
30372         (gdb-memory-unit-byte, gdb-memory-unit-menu)
30373         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
30374         (gdb-memory-mode, gdb-memory-buffer-name)
30375         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
30376         New functions for above buffer.
30378 2005-01-30  Richard M. Stallman  <rms@gnu.org>
30380         * cus-edit.el (custom-bury-buffer): Function deleted.
30381         (custom-buffer-done-function): Option deleted.
30382         (custom-buffer-done-kill): New replacement option.
30383         (Custom-buffer-done): Call quit-window.
30384         (custom-buffer-create-internal): Update for above changes.
30386 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
30388         * simple.el (undo-ask-before-discard): New var.
30389         (undo-outer-limit-truncate): Implement it.
30390         (undo-extra-outer-limit): Doc update.
30392 2005-01-29  Richard M. Stallman  <rms@gnu.org>
30394         * ses.el (undo-more): Delete defadvice.
30395         (ses-begin-change): Doc fix.
30397         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
30398         instead of rebinding C-x u and C-_.
30400         * files.el (normal-backup-enable-predicate): Return nil for files
30401         in /tmp, regardless of temporary-file-directory.
30403         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
30405         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
30406         (open-rectangle, delete-whitespace-rectangle-line)
30407         (clear-rectangle-line): If FILL, pass t instead of FILL
30408         for move-to-column's 2nd arg.
30410         * simple.el (undo): Fix the test for continuing a series of undos.
30411         (undo-more): Set pending-undo-list to t when we reach end.
30412         (pending-undo-list): Move up defvar.
30414         * wid-edit.el (widget-button-click):
30415         Shorten the range of the track-mouse binding.
30417         * comint.el (comint-insert-input): Undo previous changes;
30418         use last-input-event in interactive spec.
30420 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
30422         * progmodes/compile.el (compilation-start): Bind buffer-read-only
30423         to nil before invoking call-process.  Reset buffer's modified flag
30424         after fontifying it in the no-async branch.
30426         * wid-edit.el (widget-specify-button): If mouse pointer shape
30427         cannot be changed, use mouse face instead.
30429 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
30431         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
30432         (gdb-goto-breakpoint): Make breakpoint handling work on template
30433         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
30434         (gdb-assembler-custom): Update to recognize breakpoint information
30435         added on 2005-01-19.
30437 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30439         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
30440         (dsssl-mode): Use define-derived-mode.
30441         (scheme-mode-initialize): Remove.
30442         (scheme-mode): Use run-mode-hooks.
30444         * cus-edit.el (customize-group-other-window)
30445         (custom-buffer-create-other-window): Don't override special-display-*.
30446         (custom-mode-map): Make it dense.
30448         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
30449         sets the default value.
30451 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
30453         * descr-text.el: Add more keywords.
30455 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30457         * speedbar.el: Avoid unnecessary use of locate-library.
30459         * international/mule-cmds.el (standard-display-european-internal):
30460         Don't fiddle with latin-1 non-break space any more since it's now
30461         special cased in the C code.
30462         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
30464 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
30466         * cus-start.el (all): Add `undo-outer-limit'.
30468 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30470         * textmodes/bibtex.el (bibtex-format-entry):
30471         Use `bibtex-empty-field-re' only on the text of fields, not on entire
30472         field lines.
30473         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
30474         not on part of a buffer.
30476 2005-01-25  Lute Kamstra  <lute@gnu.org>
30478         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
30479         nonempty field text strings like "{letters\\macro{}more letters}".
30480         Clarify docstring.
30481         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
30482         (bibtex-entry-offset, bibtex-parse-association)
30483         (bibtex-parse-field-name): Fix typos in docstrings.
30484         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
30486 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
30488         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
30489         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
30490         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
30491         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
30493         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
30494         isearch minor mode.
30496 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
30498         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
30500 2005-01-24  Lute Kamstra  <lute@gnu.org>
30502         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
30503         CASECHARS and NOT-CASECHARS regular expressions of the
30504         "nederlands" and "nederlands8" dictionaries to prevent a "Range
30505         striding over charsets" error.
30507 2005-01-24  Jay Belanger  <belanger@truman.edu>
30509         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
30510         display variable name.
30512 2005-01-24  Kenichi Handa  <handa@m17n.org>
30514         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
30515         Fix setting of the element of encoded-kbd-iso2022-invocations.
30517 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
30519         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
30520         (gdb-threads-select): Change to also accept mouse events.
30521         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
30522         (gdb-threads-mouse-select): Delete.
30524 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
30526         * files.el (insert-directory): Take care of empty directory,
30527         listed without -a switch.
30529 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
30531         * textmodes/refill.el (refill-post-command-function):
30532         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
30533         to the list of functions that we should be careful not to undo.
30534         (refill-late-fill-paragraph-function): Remove.
30535         (refill-saved-state): New var.
30536         (refill-mode): Use it to save fill-paragraph-function.
30537         Save also the value of auto-fill-function.
30539         * term/w32-win.el: Simplify code.
30541 2005-01-23  Kim F. Storm  <storm@cua.dk>
30543         * simple.el (line-move): Adapt to new return value from
30544         pos-visible-in-window-p.
30546         * simple.el (line-move): Fix last change.  Check partial
30547         visibility at point rather than at window-start.
30549 2005-01-22  Jason Rumney  <jasonr@gnu.org>
30551         * term/w32-win.el (xw-defined-colors): Remove debug-message.
30553 2005-01-22  David Kastrup  <dak@gnu.org>
30555         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
30557 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
30559         * type-break.el (type-break-mode): Add a test for
30560         type-break-file-name being non-nil.
30562 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
30564         * net/eudc.el (top level): Call (message "") via progn, so that
30565         eudc-options-file is loaded.
30567 2005-01-22  Kim F. Storm  <storm@cua.dk>
30569         * simple.el (line-move-1): Rename from line-move.
30570         (line-move): New function that adjusts vscroll for partially
30571         visible rows, and calls line-move-1 otherwise.
30573 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
30575         * pcomplete.el: Define pcomplete-read-event instead of read-event,
30576         since it's not a complete read-event implementation
30578 2005-01-20  Jay Belanger  <belanger@truman.edu>
30580         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
30581         for called function.
30583 2005-01-20  Steven Tamm  <steventamm@mac.com>
30585         * term/mac-win.el (process-connection-type): Remove.
30586         Controlled now by s/darwin.h:PTY_ITERATION.
30588 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30590         * window.el (handle-select-window): Don't switch window when we're
30591         in the minibuffer.
30593 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
30595         * subr.el (dotimes-with-progress-reporter): New macro.
30597         * ses.el (ses-dotimes-msg): Remove macro.
30598         Use `dotimes-with-progress-reporter' instead.
30600 2005-01-19  Steven Tamm  <steventamm@mac.com>
30602         * term/mac-win.el (process-connection-type): Use new
30603         operating-system-release variable to use ptys on Darwin 7 (OS X
30604         10.3) when using carbon build.
30606 2005-01-19  Jay Belanger  <belanger@truman.edu>
30608         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
30609         flags if the last command was a tab or M-tab.
30611         * calc/calc-prog.el (calc-user-define-edit): Put original formula
30612         in formula editing buffer.
30614 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
30616         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
30617         breakpoint image symbol in margin.
30619 2005-01-19  Jay Belanger  <belanger@truman.edu>
30621         * calc/calc-prog.el (calc-execute-kbd-macro):
30622         Ignore calc-keep-arg-flag.
30624 2005-01-19  Kenichi Handa  <handa@m17n.org>
30626         * textmodes/ispell.el (ispell-looking-at): New function.
30627         (ispell-process-line): Use ispell-looking-at to compare the ispell
30628         output and the buffer contents.
30630 2005-01-18  Jay Belanger  <belanger@truman.edu>
30632         * calc/calc.el (calc-display-raw): Fix docstring.
30634 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
30636         * simple.el (blink-matching-open): Strip extra info from syntax.
30638         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
30639         funny chars in the end-of-here-doc marker.
30641 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
30643         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
30644         that enable/disabled state of breakpoints is shown correctly in
30645         fringe and on ttys.
30646         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
30647         Add breakpoint information as text properties.
30648         (gdb-mouse-toggle-breakpoint):
30649         Rename to gdb-mouse-set-clear-breakpoint.
30650         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
30651         breakpoints in the margin.
30652         (gdb-remove-strings): Simplify.
30654 2005-01-17  Jay Belanger  <belanger@truman.edu>
30656         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
30657         erasing buffer.
30659 2005-01-17  Richard M. Stallman  <rms@gnu.org>
30661         * progmodes/grep.el (grep-find): Copy from `grep' the condition
30662         for calling grep-compute-defaults.
30664         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
30665         if buffer is empty.
30667         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
30669 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
30671         * hilit-chg.el (highlight-changes-mode): Don't autoload.
30673         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
30674         non-preloaded variables.
30676 2005-01-17  Steven Tamm  <steventamm@mac.com>
30678         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
30679         tex-shell cause to force interactivity when using pipes.
30681 2005-01-17  Kim F. Storm  <storm@cua.dk>
30683         * simple.el (just-one-space): Make arg optional.
30685 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
30687         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30688         posn-at-x-y to t to access left-margin.
30690 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
30692         Sync with Tramp 2.0.47.
30694         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
30695         catching keep-date problems in cp/scp operations.
30696         (tramp-handle-copy-file): Don't call `set-file-modes'
30697         unconditionally.  Specialized functions should know better what is
30698         necessary.  This improves performance a little bit, and the
30699         functions could catch errors with `cp -p' and `scp -p'.
30700         (tramp-do-copy-or-rename-file-via-buffer)
30701         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
30702         when appropriate.
30703         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
30704         Call `set-file-modes' when appropriate.
30705         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
30706         Johnsson <isak@hypergene.com>.
30707         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
30708         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
30709         <joakim@verona.se>.
30710         (tramp-file-name-for-operation): Mark `shell-command' as magic for
30711         Emacs only.
30713         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
30714         `find-file-hooks' and `dired-mode-hook'.
30715         (tramp-minor-mode-map): Respective map.  Add remapping for
30716         `compile' and `recompile'.
30717         (tramp-remap-command, tramp-recompile): New defuns.
30718         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
30719         in buffer "*Compilation*".  Call the commands asynchronously.
30721         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
30722         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
30723         `shell-command', because it isn't magic in XEmacs.  Reported by
30724         Adrian Aichner <adrian@xemacs.org>.
30726         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
30727         `substitute-in-file-name.
30728         (tramp-smb-handle-substitute-in-file-name): New defun.
30729         (tramp-smb-advice-PC-do-completion): Delete advice.
30731 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
30733         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
30734         Fix error in deleting region.
30736 2005-01-15  Richard M. Stallman  <rms@gnu.org>
30738         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
30739         In non-temp buffer, switch syntax table temporarily.
30741         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
30743         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
30745         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
30747         * imenu.el (imenu--split-menu): Copy menulist before sorting.
30748         (imenu--generic-function): Use START, not BEG, as pos of definition.
30750         * simple.el (just-one-space): Argument specifies number of spaces.
30752         * simple.el (eval-expression-print-format): Avoid warning
30753         about edebug-active.
30755 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
30757         * progmodes/sh-script.el: Code copied from make-mode.el
30758         with small changes,
30759         (sh-mode-map): Bind C-c C-\.
30760         (sh-backslash-column, sh-backslash-align): New variables.
30761         (sh-backslash-region, sh-append-backslash): New functions.
30763 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30765         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
30766         (rmail-pop-password, rmail-pop-password-required): Move to
30767         rmail-obsolete group.
30768         (rmail-set-pop-password): Rename to rmail-set-remote-password.
30769         All callers updated.
30770         (rmail-get-pop-password): Rename to rmail-get-remote-password.
30771         Take an argument specifying whether it is POP or IMAP mailbox we
30772         are using.  All callers updated.
30773         (rmail-pop-password-error): Rename to
30774         rmail-remote-password-error.  Added mailutils-specific error message.
30775         (rmail-movemail-search-path)
30776         (rmail-movemail-variant-in-use): New variables.
30777         (rmail-remote-password, rmail-remote-password-required):
30778         New customization variables.
30779         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
30780         (rmail-parse-url): New function.
30781         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
30782         with GNU mailutils movemail.
30784 2005-01-15  Kevin Ryde  <user42@zip.com.au>
30786         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
30787         suffix to space, $ or '$, to correctly position point when going
30788         to @table style constants like DBL_MAX.
30790 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
30792         * type-break.el (type-break-mode, type-break-file-time)
30793         (type-break-file-keystroke-count, type-break-choose-file):
30794         Don't store data in or load data from the file if type-break-file-name
30795         is nil.
30796         (type-break-file-name): Doc update as per the above.
30798 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
30800         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
30801         lookup-key might return nil; handle that.
30803 2005-01-15  Alan Mackenzie  <acm@muc.de>
30805         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
30806         rather than the element found, thus enabling the tree to be setcar'd.
30808 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
30810         * textmodes/org.el (org-show-following-heading): New option.
30811         (org-show-hierarchy-above): Use `org-show-following-heading'.
30812         (org-cycle): Documentation fix.
30814         * textmodes/org.el (orgtbl-optimized): New option
30815         (orgtbl-mode): New command, a minor mode.
30816         (orgtbl-mode-map): New variable.
30817         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
30818         (orgtbl-error, orgtbl-self-insert-command)
30819         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
30821         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
30822         a local variable in each org-mode buffer.
30824         * textmodes/org.el (org-set-regexps-and-options): Rename from
30825         `org-set-regexps'.  Added checking for STARTUP keyword.
30826         (org-get-current-options): Add STARTUP options.
30827         (org-table-insert-row): Make mode intelligent about when
30828         realignment is needed.
30829         (org-self-insert-command, org-delete-backward-char, org-delete-char):
30830         New commands.
30831         (org-enable-table-editor): New default value `optimized'.
30832         (org-table-blank-field): Support blanking regions if active.
30834 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
30836         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
30837         if the year is not given.
30839         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
30840         Add new escapes %m and %M, fixed bug with %F by adding
30841         save-match-data.
30842         (reftex-reference): Remove ?. from list of spaces.
30843         (reftex-label-info): Add automatic label prefix recognition.
30845         * textmodes/reftex-index.el (reftex-index-next-phrase):
30846         Add slave parameter to call of `reftex-index-this-phrase'.
30847         (reftex-index-this-phrase): New optional argument.
30848         (reftex-index-region-phrases): Add slave parameter to call of
30849         `reftex-index-this-phrase'.
30850         (reftex-display-index): New argument redo.
30851         (reftex-index-rescan): Add `redo' to arguments of
30852         `reftex-display-index'.
30853         (reftex-index-Rescan, reftex-index-revert)
30854         (reftex-index-switch-index-tag): Add `redo' to arguments of
30855         `reftex-display-index'.
30856         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
30857         indexing.  Fix bug with matching is there is a quote before or
30858         after the word.
30860         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
30861         Fix bug when collecting citation keys in lines with comments.
30862         (reftex-citation): Prefix argument no longer rescans the document,
30863         but forces prompting for optional arguments of cite macros.
30864         (reftex-do-citation): Prompting for optional arguments implemented.
30866         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30867         Add optional arguments to most cite commands.
30868         (reftex-cite-cleanup-optional-args): New option
30869         (reftex-cite-prompt-optional-args): New option.
30870         (reftex-trust-label-prefix): New option.
30872         * textmodes/reftex-toc.el (reftex-toc-find-section):
30873         Add push-mark before changing the position in the buffer.
30875         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
30876         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
30878 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
30880         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
30881         more carefully.
30883 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
30885         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
30886         (sgml-mode): Use it.
30887         (sgml-get-context): Better keep track of implicitly closed tags.
30889 2005-01-13  Kenichi Handa  <handa@m17n.org>
30891         * textmodes/ispell.el: These changes are to fix misalignment error
30892         caused by equivalent characters of different Emacs charsets.
30893         (ispell-unified-chars-table): New variable.
30894         (ispell-get-decoded-string): New function.
30895         (ispell-get-casechars, ispell-get-not-casechars)
30896         (ispell-get-otherchars): Call ispell-get-decoded-string.
30898 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
30900         * custom.el (custom-declare-variable): Just put symbol instead
30901         of (defvar . symbol) in `current-load-list'.
30903 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
30905         * emacs-lisp/elint.el: Fixed typo in Commentary section.
30907 2005-01-12  Jay Belanger  <belanger@truman.edu>
30909         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
30910         to create a Calc summary.
30912 2005-01-12  Kim F. Storm  <storm@cua.dk>
30914         * mouse.el (mouse-on-link-p): Change functionality and doc
30915         string to comply with latest description in lisp ref.
30917 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
30919         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
30920         Enable mouse clicks on mode-line, header-line and margin.
30921         (event-type): Give mouse event symbols an `event-kind' property
30922         with value `mouse-click'.
30924 2005-01-12  Juri Linkov  <juri@jurta.org>
30926         * facemenu.el (list-colors-display): Add new arg buffer-name.
30927         Use it.  Fix docstring.  Replace code for identifying duplicate
30928         colors by the name with call to `list-colors-duplicates' which
30929         identifies duplicate colors by the value unless the color
30930         is one of special Windows colors.  Set truncate-lines to t.
30931         Print sorted duplicate color names on each line.  Indent to 22
30932         \(the longest color name in rgb.txt) instead of 20.  Optimize.
30933         (list-colors-duplicates): New function.
30934         (facemenu-color-name-equal): Delete function.
30936         * facemenu.el (list-colors-print): New function created from code
30937         in list-colors-display.  Print #RRGGBB at the window right edge.
30938         (list-colors-display): When temp-buffer-show-function is not
30939         defined, call list-colors-print from temp-buffer-show-hook
30940         to get the right value of window-width in list-colors-print
30941         after the buffer is displayed.
30943         * simple.el (pop-mark): Move deactivate-mark out of conditional
30944         part to deactivate the active mark regardless of the state of the
30945         mark ring.
30947         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
30948         variables line in desktop files.
30950 2005-01-12  Juri Linkov  <juri@jurta.org>
30952         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
30953         Bring together isearch highlight related options.
30954         (lazy-highlight): Replace group `replace' by `matching'.
30955         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
30956         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
30957         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
30958         and declare them obsolete.
30959         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
30960         (isearch-faces): Remove defgroup.
30961         (isearch-overlay, isearch-highlight, isearch-dehighlight):
30962         Move isearch highlighting code closer to lazy highlighting code.
30964         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
30965         (query-replace-highlight, query-replace-lazy-highlight)
30966         (query-replace): Move definitions to the beginning of the file.
30968 2005-01-11  Juri Linkov  <juri@jurta.org>
30970         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
30971         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
30972         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
30974         * info.el (Info-history-forward): New variable.
30975         (Info-select-node): Reset Info-history-forward to nil.
30976         (Info-last): Turn into defalias.
30977         (Info-history-back): Rename from Info-last.
30978         Add current node to Info-history-forward.
30979         (Info-history-forward): New fun.
30980         (Info-mode-map): Replace Info-last by Info-history-back.
30981         Bind Info-history-forward to "r".
30982         (Info-mode-menu): Replace Info-last by Info-history-back.
30983         Fix menu item text.  Add menu item for Info-history-forward.
30984         (info-tool-bar-map): Replace Info-last by Info-history-back.
30985         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
30986         for Info-history-forward.
30987         (Info-mode): Replace Info-last by Info-history-back in docstring.
30988         Add local variable Info-history-forward.
30989         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
30991 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
30993         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
30994         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
30995         Ignore select-window events rather than fiddle with
30996         mouse-autoselect-window.
30998 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
31000         * type-break.el (type-break-mode): Fix previous change.
31002 2005-01-10  Jay Belanger  <belanger@truman.edu>
31004         * calc/calc-ext.el (calc-reset): Reset when inside embedded
31005         calculator; only reset when point is inside a calculator.
31006         Don't adjust the window height if the window takes up the whole height
31007         of the frame.
31009 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
31011         * ebuff-menu.el (Electric-buffer-menu-mode):
31012         Preserve value of buffer-local var header-line-format.
31014 2005-01-09  Jay Belanger  <belanger@truman.edu>
31016         * calc/calc.el (calc-mode-var-list-restore-saved-values):
31017         Make sure settings file exists before accessing it.
31019         * calc/calc-embed.el (calc-embedded-subst):
31020         Replace math-multi-subst-rec, which is only supposed to be called
31021         by math-multi-subst, by math-multi-subst.
31023 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
31025         * vc.el (vc-allow-async-revert): New user option.
31026         (vc-disable-async-diff): New internal variable.
31027         (vc-revert-buffer): Use them to disable asynchronous diff.
31029         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
31030         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
31031         asynchronously if vc-disable-async-diff is t.
31033 2005-01-09  Jay Belanger  <belanger@truman.edu>
31035         * calc/calc.el (defcalcmodevar): New macro.
31036         (calc-mode-var-list-restore-default-values)
31037         (calc-mode-var-list-restore-saved-values): New functions.
31038         (calc-mode-var-list): Use defcalcmodevar to define it.
31039         (calc-always-load-extensions, calc-line-numbering)
31040         (calc-line-breaking, calc-display-just, calc-display-origin)
31041         (calc-number-radix, calc-leading-zeros, calc-group-digits)
31042         (calc-group-char, calc-point-char, calc-frac-format)
31043         (calc-prefer-frac, calc-hms-format, calc-date-format)
31044         (calc-float-format, calc-full-float-format, calc-complex-format)
31045         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
31046         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
31047         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
31048         (calc-matrix-brackets, calc-language, calc-language-option)
31049         (calc-left-label, calc-right-label, calc-word-size)
31050         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
31051         (calc-display-raw, calc-internal-prec, calc-angle-mode)
31052         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
31053         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
31054         (calc-window-height, calc-display-trail, calc-show-selections)
31055         (calc-use-selections, calc-assoc-selections)
31056         (calc-display-working-message, calc-auto-why, calc-timing)
31057         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
31058         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
31059         (calc-gnuplot-default-device, calc-gnuplot-default-output)
31060         (calc-gnuplot-print-device, calc-gnuplot-print-output)
31061         (calc-gnuplot-geometry, calc-graph-default-resolution)
31062         (calc-graph-default-resolution-3d, calc-invocation-macro)
31063         (calc-show-banner): Use defcalcmodevar to declare them and set
31064         their default values.
31066         * calc/calc-ext.el (calc-reset): Restore saved values of variables
31067         instead of default values (but restore default values if there is
31068         an argument of 0).
31070 2005-01-09  David Kastrup  <dak@gnu.org>
31072         * desktop.el (desktop-restore-eager): Fix typo in type.
31074 2005-01-08  Richard M. Stallman  <rms@gnu.org>
31076         * cus-edit.el (customize): Delete :link.
31078 2005-01-08  Jay Belanger  <belanger@truman.edu>
31080         * calc/calc.el (calc-mode): Remove the extension from the
31081         `calc-settings-file' file name when loading it.
31083 2005-01-08  Kim F. Storm  <storm@cua.dk>
31085         * info.el (Info-mode-map, Info-next-link-keymap)
31086         (Info-prev-link-keymap, Info-up-link-keymap):
31087         Map follow-link to mouse-face.
31088         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
31090 2005-01-08  Jay Belanger  <belanger@truman.edu>
31092         * calc/calc.el (calc-settings-file): Change default value.
31093         Suggested by cgw in a comment in calc-mode.el.
31095         * calc/calc-mode.el (calc-settings-file-name):
31096         Compare calc-settings-file to user-init-file instead of ~/.emacs.
31097         Replace ~/.emacs in a prompt by calc-settings-file.
31099 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
31101         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
31102         (desktop-lazy-idle-delay): New customizable variables.
31103         (desktop-buffer-args-list): New variable.
31104         (desktop-append-buffer-args): New function.
31105         (desktop-save): Call desktop-append-buffer-args for some buffers.
31106         (desktop-lazy-create-buffer): New function.
31107         (desktop-idle-create-buffers): New function.
31108         (desktop-read): Add message about buffers to restore lazily.
31109         (desktop-lazy-abort): New command.
31110         (desktop-clear): Call desktop-lazy-abort.
31111         (desktop-lazy-complete): New command.
31113 2005-01-06  Richard M. Stallman  <rms@gnu.org>
31115         * emacs-lisp/find-func.el (find-face-definition):
31116         Rename from find-face.
31118 2005-01-06  Kim F. Storm  <storm@cua.dk>
31120         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
31122         * man.el (Man-xref-man-page, Man-xref-header-file)
31123         (Man-xref-normal-file): Add follow-link property.
31125 2005-01-06  Jay Belanger  <belanger@truman.edu>
31127         * calc/calc-units.el: Make sure the proper macro definitions are
31128         available when compiling.
31130 2005-01-06  Juri Linkov  <juri@jurta.org>
31132         * isearch.el (isearch-lazy-highlight-update):
31133         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
31135 2005-01-06  Miles Bader  <miles@gnu.org>
31137         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
31138         (isearch-lazy-highlight-face): Use new name.
31140 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
31142         * uniquify.el (uniquify-rationalize-file-buffer-names):
31143         Re-add an interactive spec.
31144         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
31145         to the same name.
31147         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
31148         (isearch-update, isearch-done): Adjust calls accordingly.
31150 2005-01-05  Richard M. Stallman  <rms@gnu.org>
31152         * custom.el (custom-set-variables, custom-theme-set-variables):
31153         Clarify documentation.
31155         * emacs-lisp/find-func.el (find-variable)
31156         (find-variable-other-window, find-variable-other-frame):
31157         Fix the TYPE args to find-function-read and find-function-do-it.
31158         (find-function): Doc fix.
31159         (find-function-at-point): Replace function-at-point alias.
31161 2005-01-04  Richard M. Stallman  <rms@gnu.org>
31163         * cus-face.el (custom-declare-face):
31164         Record defface in current-load-list.
31166         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
31168         * emacs-lisp/find-func.el: Doc fixes.
31169         (find-face-regexp): New variable.
31170         (find-function-regexp-alist): New variable.
31171         (find-function-C-source): Third arg is now TYPE.
31172         (find-function-search-for-symbol): Handle general TYPE.
31173         (find-function-read, find-function-do-it): Handle general TYPE.
31174         (find-definition-noselect, find-face): New functions.
31175         (function-at-point): Alias deleted.
31177 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
31179         * battery.el (display-battery-mode): Rename from display-battery.
31180         Handle the case where it gets turned off.
31182 2005-01-04  Richard M. Stallman  <rms@gnu.org>
31184         * cus-edit.el (customize): Make :link point to user doc.
31186         * man.el (Man-fontify-manpage): Turn off undo generation.
31188         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
31190 2005-01-04  Andreas Schwab  <schwab@suse.de>
31192         * files.el (insert-directory): Only look for error lines in
31193         inserted text.  Don't move too far after processing --dired markers.
31195 2005-01-04  Richard M. Stallman  <rms@gnu.org>
31197         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
31198         Don't expand if the character is @, period, dash, etc.
31199         (define-mail-abbrev): Quote names that contain problem characters.
31201 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
31203         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
31205 2005-01-03  Richard M. Stallman  <rms@gnu.org>
31207         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
31208         (query-replace-highlight, query-replace-lazy-highlight)
31209         (query-replace): Definitions moved up.  Doc fix.
31211 2005-01-03  Richard M. Stallman  <rms@gnu.org>
31213         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
31214         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
31215         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
31216         (lazy-highlight-face): Rename from isearch-lazy-...
31217         Change all references to them.
31219 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
31221         * cus-edit.el (custom-file): Doc fix for defcustom.
31222         (custom-file): The function no longer sets the variable
31223         `custom-file' to its return value.
31225         * startup.el (command-line): No longer load `custom-file'.
31227 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31229         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
31231         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
31232         Don't confuse module-prefixed identifiers for labels.
31233         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
31235 2005-01-02  Richard M. Stallman  <rms@gnu.org>
31237         * files.el (basic-save-buffer-1): Fix previous change.
31239         * loadhist.el (file-loadhist-lookup): New function.
31240         (file-provides, file-requires): Use it.
31242         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
31243         instead of calculating the right size.
31245 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
31247         * vc-svn.el (vc-svn-diff): Stay local if possible.
31249 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
31251         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
31253         * files.el (hack-local-variables): Fix last change.
31255 2005-01-02  Jay Belanger  <belanger@truman.edu>
31257         * calc/calc-yank.el (calc-edit-top): New variable.
31258         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
31259         object.  Change header properties.
31260         (calc-edit-finish, calc-edit-finish-stack-object)
31261         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
31262         edited object.
31263         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
31264         for the beginning of the edited object.
31265         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
31266         for the beginning of the edited object.
31267         * calc/calc-prog.el (calc-edit-macro-finish-edit)
31268         (calc-finish-formula-edit, calc-macro-repeats)
31269         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
31270         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
31271         beginning of the edited object.
31272         (calc-user-define-edit): Change the header for editing macros.
31273         Remove unnecessary variable.
31275 2005-01-01  Jay Belanger  <belanger@truman.edu>
31277         * calc/calc-yank.el (calc-edit-mode): Change default header.
31278         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
31279         * calc/calc-store.el (calc-edit-variable): Change title to match new
31280         header.
31281         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
31282         mode to match new header.
31283         (calc-user-define-edit): Change titles to include names of commands.
31284         (calc-finish-formula-edit): Adjust to handle new header.
31285         (calc-finish-macro-edit): Remove.
31286         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
31287         (calc-edit-macro-command, calc-edit-macro-command-type)
31288         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
31289         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
31290         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
31291         (calc-edit-macro-finish-edit): New functions.
31292         (calc-user-define-edit): Use new functions to edit named calc macros.
31294 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31296         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
31298         * ses.el (copy-region-as-kill): Deactivate mark.
31300 2005-01-01  Richard M. Stallman  <rms@gnu.org>
31302         * replace.el (occur-1): If the output buffer is also an input,
31303         don't kill it, rename it.
31305         * faces.el (set-face-background, set-face-foreground): Doc fix.
31307         * cus-face.el (custom-face-attributes): Fix :help-echo strings
31308         for :foreground and :background.
31310         * dired.el (dired-view-command-alist): Variable deleted.
31311         (dired-view-file, dired-mouse-find-file-other-window):
31312         Delete the code to use it.
31314 2005-01-01  Kim F. Storm  <storm@cua.dk>
31316         * image.el (insert-sliced-image): Use t for line-height property.
31318 See ChangeLog.11 for earlier changes.
31320 ;; Local Variables:
31321 ;; coding: iso-2022-7bit
31322 ;; add-log-time-zone-rule: t
31323 ;; End:
31325     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
31326   Copying and distribution of this file, with or without modification,
31327   are permitted provided the copyright notice and this notice are preserved.
31329 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1