(mpuz-random-puzzle): Fix potential lockup when
[emacs.git] / lisp / ChangeLog
blobe5ce226e095cbdbb60d5bc0ea7cc7a20bd5da0e7
1 2007-02-04  David Kastrup  <dak@gnu.org>
3         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4         `mpuz-allow-double-multiplicator' is non-zero, and correct
5         calculation of `min'.
7 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
9         * wid-edit.el (widget-default-create): Insert new text at the
10         :from marker _after_ the marker, not before it.
12 2007-02-04  Alan Mackenzie  <acm@muc.de>
14         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
15         containing it is re-indented.
17 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
19         * net/newsticker.el (newsticker--insert-image): Update docstring,
20         and insert the image directly.
21         (newsticker--buffer-redraw): Update docstring.
23         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Rename
24         from define-global-minor-mode.
26         * progmodes/cwarn.el (global-cwarn-mode): 
27         * emacs-lisp/autoload.el (make-autoload): 
28         * hi-lock.el (global-hi-lock-mode): 
29         * font-core.el (global-font-lock-mode): All callers changed.
31 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
33         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
34         Don't copy @ignore lines into menu descriptions.
35         (texinfo-multi-file-update): Goto the @node line before attempting
36         to pluck the node name.
37         (texinfo-multiple-files-update): Reverse the optional arguments'
38         order, as per the doc string and the `interactive' form.
40 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
42         * image-mode.el: Use autoload to avoid overriding disabled setting
43         applied in .emacs.
45 2007-02-03  acm  <acm@localhost.localdomain>
47         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
48         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
49         adjacent paren groups).
51 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
53         * progmodes/ebnf2ps.el: Doc fixes.
54         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
56 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
58         * dired-x.el (dired-do-relsymlink): Add reference to
59         dired-do-symlink.  Add an autoload cookie.
61         * dired-aux.el (dired-do-symlink): Add reference to
62         dired-do-relsymlink.
64 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
66         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
67         <left-fringe mouse-3>: New bindings.
69 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
71         * newsticker.el (newsticker-version): Changed to "1.10".
72         (newsticker--set-customvar): Doc string.
73         (newsticker-new-item-face): Doc string.
74         (newsticker-mode): Initialize `invisibility-spec' with t.
75         (newsticker-mode-map): Added
76         `newsticker-mark-all-items-at-point-as-read'.
77         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
78         (newsticker-w3m-show-inline-images): Do not call
79         `w3m-remove-image'.
80         (newsticker--buffer-after-w3m-insert-image): New advice for
81         w3m-insert-image to cache images.
82         (newsticker-next-item-same-feed): New.
83         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
84         (newsticker-mark-all-items-of-feed-as-read): New.
85         (newsticker-mark-all-items-at-point-as-read): Use new functions.
86         (newsticker-mark-item-at-point-as-read): Doc string.
87         (newsticker-mark-item-at-point-as-read): Use new functions.
88         (newsticker--do-mark-item-at-point-as-read): New, extracted from
89         `newsticker-mark-item-at-point-as-read'.
90         (newsticker-hide-entry): Use (t) instead of t for invisibility.
91         (newsticker--sentinel): Yet another xml-parser workaround.
92         (newsticker--decode-iso8601-date): Bugfix for datestrings without
93         days.
94         (newsticker--buffer-do-insert-text): Fix.
95         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
96         (newsticker--buffer-make-item-completely-visible):
97         `switch-to-buffer' not necessary.
99 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
101         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
102         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
103         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
104         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
105         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
107 2007-02-02  Kenichi Handa  <handa@m17n.org>
109         * international/quail.el (quail-show-key): Fix an error message.
111 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
113         * faces.el (set-face-underline-p, modify-face): Rename arg
114         UNDERLINE-P to UNDERLINE (it is not a flag).
116 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
118         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
119         when adding gdb-speedbar-update to gdb-input-queue.
121 2007-02-01  Kenichi Handa  <handa@m17n.org>
123         * international/quail.el (quail-show-key): Signal an error if the
124         current input method is not using Quail.
126 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
128         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
129         Trim leading whitespace in sysvar names.
131 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
133         * faces.el (internal-find-face, internal-get-face): Doc fixes.
135 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
137         * ido.el (ido-set-common-completion): Use `let', not `let*'.
139 2007-01-31  Romain Francoise  <romain@orebokech.com>
141         * comint.el: Delete extra copy of `comint-copy-old-input' added in
142         previous change to this file.
144 2007-01-31  Jason Rumney  <jasonr@gnu.org>
146         * files.el (magic-mode-alist): Use image-mode-maybe rather than
147         image-mode.
149         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
150         interfering with attempt to set major mode from modified
151         auto-mode-alist.
153 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
155         * faces.el (color-values): Doc fix.
156         (face-differs-from-default-p): Don't check :foreground twice.
158 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
160         * comint.el (comint-mode): Prevent non-keyword fontification by default.
162 2007-01-31  Kenichi Handa  <handa@m17n.org>
164         * international/quail.el (quail-store-decode-map-key): Store a
165         translated character too.
166         (quail-char-equal-p): New function.
167         (quail-find-key1): Check character equality by quail-char-equal-p.
168         (quail-decode-map-generated): New variable.
169         (quail-find-key): Check quail-decode-map-generated and re-generate
170         a decode map if necessary.
172 2007-01-30  Richard Stallman  <rms@gnu.org>
174         * tutorial.el (tutorial--detailed-help): Make the list of
175         changed keys look nicer.
177 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
179         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
180         (gdb-var-delete): Use it.
181         (gdb-var-update-handler-1): Handle value "invalid" for MI field
182         `in_scope'.
184 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
186         * files.el (get-free-disk-space): Return nil for remote directories.
188         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
189         instead of "dir".
191 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
193         * type-break.el (type-break-catch-up-event): New function.
194         (type-break-demo-hanoi, type-break-demo-life)
195         (type-break-demo-boring): Use it.
197         * image-mode.el (image-mode): Don't automatically view as image.
198         (image-toggle-display): Add `disabled' property.
200 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
202         * isearchb.el (isearchb-iswitchb):
203         * ps-print.el (ps-build-face-reference):
204         * emacs-lisp/shadow.el (list-load-path-shadows):
205         * eshell/esh-cmd.el (eshell-rewrite-for-command):
206         * international/mule.el (find-auto-coding):
207         * mail/supercite.el (sc-attrib-selection-list):
208         * progmodes/cc-defs.el (c-emacs-features):
209         * progmodes/cc-vars.el (c-offsets-alist):
210         * progmodes/flymake.el
211         (flymake-init-create-temp-source-and-master-buffer-copy):
212         Fix typos in docstrings (some suggested by Chris Moore).
214         * progmodes/vhdl-mode.el (vhdl-components-package-name)
215         (vhdl-get-library-unit, vhdl-corresponding-begin)
216         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
217         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
218         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
219         (vhdl-font-lock-match-item): Fix typos in docstrings.
220         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
221         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
222         (vhdl-speedbar-insert-project-hierarchy):
223         Improve argument/docstring consistency.
225 2007-01-29  Kenichi Handa  <handa@m17n.org>
227         * international/titdic-cnv.el (py-converter): Fix previous change.
229 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
231         * jka-compr.el (jka-compr-partial-uncompress)
232         (jka-compr-call-process): Rebind default-directory if it is
233         invalid.  Suggested by Chris Moore.
235         * comint.el (comint-insert-input): Handle situation where the
236         selected buffer is not the clicked buffer.
238 2007-01-29  Kenichi Handa  <handa@m17n.org>
240         * international/ja-dic-cnv.el (skkdic-convert):
241         Add byte-compile-disable-print-circle:t at the head.
243         * international/titdic-cnv.el (tit-process-header):
244         Add byte-compile-disable-print-circle:t at the head.
245         (miscdic-convert): Likewise.
246         (py-converter): Skip the header comments.
248         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
249         New variable.
250         (byte-compile-output-file-form): Bing print-circle to nil if
251         byte-compile-output-file-form is not nil.
252         (byte-compile-output-docform): Likewise.
254 2007-01-28  Kim F. Storm  <storm@cua.dk>
256         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
257         Declare earlier to avoid byte compiler warnings.
259 2007-01-28  Markus Triska  <markus.triska@gmx.at>
261         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
263 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
265         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
266         (gamegrid-add-score-with-update-game-score-1): Allow local quits
267         when calling update-game-score program.  Remove unnecessary
268         save-excursion.
270         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
272 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
274         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
275         avoid compiler warning.
276         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
277         might have values other than "true" or "false".
279 2007-01-28  Richard Stallman  <rms@gnu.org>
281         * textmodes/fill.el (fill-paragraph-function): Doc fix.
282         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
284         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
286         * image.el (image-type-header-regexps): Make GIF regex more specific.
288         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
289         Don't check `backspace'.
290         (tutorial--find-changed-keys): Look up bindings in a temp buffer
291         in Fundamental mode.
293         * startup.el (fancy-splash-text, normal-splash-screen):
294         Mention C-g.
296         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
297         when inserting in buffer.
299         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
300         inside the if.
302 2007-01-27  Richard Stallman  <rms@gnu.org>
304         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
306 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
308         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
309         enum/union/struct/class definition.
310         Revert change to call `forward-sexp' multiple times.
312 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
314         * files.el (hack-local-variables-confirm): Don't keep trying to
315         read an event from an empty kbd macro.
317 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
319         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
321 2007-01-27  Ben North  <ben@redfrontdoor.org>
323         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
324         the arg CHILDREN -> WHICH.
326 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
328         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
329         default-directory to a sane value when calling start-process.
331 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
333         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
334         (ls-lisp-format-time-list): Doc fix.  Mention
335         ls-lisp-use-localized-time-format.
336         (ls-lisp-format-time): Use ls-lisp-format-time-list if
337         ls-lisp-use-localized-time-format is non-nil, even if a valid
338         locale is defined.
340 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
342         * jka-compr.el (jka-compr-shell): Doc fix.
344         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
346 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
348         * ps-print.ps: Fix background height.
349         (ps-print-version): New version 6.7.2.
351 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
353         * makefile.w32-in (finder-data, custom-deps): Depend on
354         $(lisp)/loaddefs.el.
356 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
358         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
360 2007-01-24  Miles Bader  <miles@gnu.org>
362         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
363         (byte-compile-output-docform): Bind `print-circle' to t.
365 2007-01-24  Kenichi Handa  <handa@m17n.org>
367         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
368         file name of the original SKK dictionary file.
370 2007-01-24  Kim F. Storm  <storm@cua.dk>
372         * ido.el (ido-initial-position): New variable.
373         (ido-read-internal): Set it if default item is specified.
374         (ido-minibuffer-setup): Position cursor accordingly if set.
375         (ido-edit-input): C-e moves to end of input if not already there.
376         (ido-magic-backward-char): C-b does like M-b if prev char is /.
377         Don't switch to buffer mode if repeating C-b at start of input.
378         (ido-toggle-ignore): C-a only toggles ignore at start or end of
379         input; else it moves to start of input.
380         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
381         not at end of input, delete rest of input, rather than normal op.
383 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
385         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
387         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
388         of message.  Activate mark.
389         (ediff-activate-mark): Set transient-mark-mode to t.
391         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
393 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
395         * help-fns.el (describe-variable): Don't suppress display of
396         buffer local value when the value is "large".
398 2007-01-22  Kim F. Storm  <storm@cua.dk>
400         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
401         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
402         (ido-tidy): Use ido-active.
404 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
406         * hexl.el (hexl-mode-exit): Add missing quote.
408 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
410         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
411         (mac-ae-keyboard-modifiers): New function.
412         (mac-handle-toolbar-switch-mode): Use it.
413         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
414         if keyboard modifiers on drop contain option key.
415         (mac-dnd-drop-data): Add optional argument `action'.
416         (special-event-map): Remove binding for M-drag-n-drop.
418 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
420         * add-log.el (add-log-current-defun): Use CC Mode functions to
421         find the beginning and end of a defun.
423 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
425         * progmodes/gdb-ui.el (gdb-var-create-regexp)
426         (gdb-var-create-handler): Handle value field in GDB output of
427         -var-create.
428         (gdb-max-frames): New variable.
429         (gdb-stack-buffer, gdb-frames-select): Use it.
430         (gdb-info-stack-custom): Help user customize gdb-max-frames,
431         if necessary.
432         (gdb-get-frame-number): Simplify.
434 2007-01-21  Glenn Morris  <rgm@gnu.org>
436         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
437         Update copyrights.
439 2007-01-21  Alan Mackenzie  <acm@muc.de>
441         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
442         handling of K&R stuff.
444 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
446         * textmodes/bibtex.el (bibtex-files): Fix customization type.
448 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
450         * ps-print.el: Handle frame parameters (background and/or foreground
451         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
452         (ps-print-version): New version 6.7.1.
453         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
454         (ps-frame-parameter): New fun.
455         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
456         Fix doc and customization.
457         (ps-begin-job): Get frame parameters (background and/or foreground
458         colors).
459         (ps-do-despool): Ensure ps-printer-name has a valid value.
461 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
463         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
464         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
465         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
466         mean unlimited.
468 2007-01-20  Alan Mackenzie  <acm@muc.de>
470         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
471         much more rigorous analysis of putative K&R regions.
473 2007-01-20  Alan Mackenzie  <acm@muc.de>
475         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
476         New functions.
478 2007-01-20  Alan Mackenzie  <acm@muc.de>
480         * progmodes/cc-align.el, progmodes/cc-cmds.el,
481         * progmodes/cc-defs.el, progmodes/cc-engine.el,
482         * progmodes/cc-langs.el, progmodes/cc-styles.el,
483         * progmodes/cc-vars.el: Add my name.
485 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
487         * files.el (find-alternate-file): Revert query message to Emacs 21
488         version.
490 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
492         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
493         the doc string how to use personal abbrevs without electric
494         keywords.
496 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
498         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
499         Fixed cursor position when toggle abbreviated display.
501 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
503         * t-mouse.el: Update copyright following assignment by
504         Alessandro Rubini.
506 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
508         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
509         (type-break-demo-boring): Call read-event instead of read-char.
511 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (small change)
513         * progmodes/compile.el: Add handling for makepplog.
515 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
517         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
518         aspell dictionaries are initialized when called non-interactively.
520 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
522         * progmodes/compile.el (compilation-loop): New arg limit.
523         Handle case where the first error is at point-min.
524         (compilation-next-error): New arg to compilation-loop call.
526 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
528         * info.el (Info-default-dirs): Change default info dir to
529         share/info.
531         * paths.el (Info-default-directory-list): Ditto.
533 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
535         * hexl.el (hexl-before-revert-hook): New function.
536         (hexl-mode): Use it.
537         (hexl-after-revert-hook): Just call hexl-mode.
538         (hexl-mode-exit): Remove before-revert-hook.
540 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
542         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
544 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
546         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
547         by "-" in francais7 otherchars entry.
548         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
549         otherchars entry.
551 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
553         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
554         path.  Rewrite function in `cond' style for readability.
556         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
557         (The path shortening, that is, not the rearrarangement.)
559 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
561         * term/mac-win.el (mac-ae-quit-application): New function.
562         (mac-apple-event-map): Bind "quit application" Apple event to it.
564 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
566         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
567         than the program's output.
569 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
571         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
572         (kmacro-start-macro-or-insert-counter)
573         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
574         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
576         * longlines.el (longlines-show-hard-newlines):
577         * ruler-mode.el (ruler-mode-ruler):
578         * emulation/keypad.el (keypad-setup):
579         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
580         Fix typo in docstring.
582 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
584         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
585         Remove redirect character ">".
587 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
589         * replace.el (perform-replace): Remove leftover code.
591 2007-01-12  Richard Stallman  <rms@gnu.org>
593         * replace.el (perform-replace): Don't clear NODENT when computing
594         the replacement string.
596 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
598         * net/tramp.el (tramp-handle-file-local-copy):
599         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
600         <christopher.ian.moore@gmail.com>.
602 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
604         * diff-mode.el (diff-sanity-check-context-hunk-half)
605         (diff-sanity-check-hunk): New functions.
606         (diff-find-source-location): Use'em to check the hunks are well-formed.
608         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
609         activate undo when undo is not active.
610         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
612 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
614         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
615         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
616         (ffap-url-at-point): Use char-classes rather than "a-z".
618 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
620         * ediff-init.el (ediff-autostore-merges):
621         * textmodes/fill.el (fill-region): Doc fix.
623 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
625         * server.el (server-ensure-safe-dir): UIDs may be floats.
627 2007-01-10  Richard Stallman  <rms@gnu.org>
629         * battery.el (battery-linux-proc-acpi): Use ignore-errors
630         around calls to directory-files.
632         * subr.el (momentary-string-display): Use save-excursion.
634         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
635         argument, but read it as `X' does.
637 2007-01-09  Juri Linkov  <juri@jurta.org>
639         * info.el (Info-fontify-node): Don't hide node names of index entries.
641         * faces.el (momentary): Change :group to basic-faces where all
642         basic faces belong to.  Add :version.
644 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
646         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
647         keybinding is found.
648         (tutorial--find-changed-keys): Never treat null keybinding as a
649         remapping.
651 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
653         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
655 2007-01-09  Kenichi Handa  <handa@m17n.org>
657         * international/mule-cmds.el
658         (select-safe-coding-system-interactively): Fix message.
660 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
662         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
663         (tramp-process-actions): Add optional parameter TIMEOUT.
664         (tramp-open-connection-telnet, tramp-open-connection-rsh)
665         (tramp-open-connection-su): Add timeout of 60".
667 2007-01-09  Richard Stallman  <rms@gnu.org>
669         * progmodes/compile.el (compile): Doc fix.
671 2007-01-09  Markus Triska  <markus.triska@gmx.at>
673         * tumme.el (tumme-display-thumb): Doc fix.
675 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
677         * battery.el (battery-search-for-one-match-in-files):
678         * bindings.el (mode-line-minor-mode-help):
679         * x-dnd.el (x-dnd-types-alist):
680         * calendar/icalendar.el (icalendar-import-buffer):
681         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
683         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
685 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
687         * replace.el (replace-regexp): Fix typo in docstring.
689 2007-01-07  Alan Mackenzie  <acm@muc.de>
691         * progmodes/cc-langs.el (c-operators, c-filter-ops):
692         Amend doc-string and comments.
694 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
696         * files.el (abbreviate-file-name): Doc fix.
698 2007-01-06  Markus Triska  <triska@gmx.at>
700         * subr.el (split-string): Remove spurious ")" from doc string.
702 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
704         * textmodes/table.el (table--warn-incompatibility):
705         Use display-warning instead of momentary-string-display.
707 2007-01-05  Richard Stallman  <rms@gnu.org>
709         * image.el (image-type-header-regexps): Recognize xbm more strictly.
711         * simple.el (backward-kill-word): Doc fix.
713 2007-01-05  Romain Francoise  <romain@orebokech.com>
715         * international/mule.el (sgml-html-meta-auto-coding-function):
716         Ensure that the buffer contains a HTML document.
718 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
720         * faces.el (momentary): Move here ...
721         * subr.el (momentary): ... from here.
723 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
725         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
726         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
727         large structures/arrays.
729 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
731         * files.el (find-file-noselect-1, set-visited-file-name):
732         Allow backup-enable-predicate to be nil.
734 2007-01-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
736         * subr.el (momentary): New face.
737         (momentary-string-display): Display the string via a temporary
738         overlay using the new face, instead of inserting it in the buffer.
740 2007-01-04  Andreas Schwab  <schwab@suse.de>
742         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
743         last change.
745 2007-01-03  Richard Stallman  <rms@gnu.org>
747         * woman.el (woman-decode-buffer): Clarify error message.
749 2007-01-03  Alan Mackenzie  <acm@muc.de>
751         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy
752         patch.
754 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
756         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
758 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
760         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
762 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
764         * emulation/viper.el (viper-custom-file-name, viper-mode):
765         Fix typos in docstrings.
767         * subr.el (momentary-string-display): After moving point, set POS
768         variable to it to avoid later errors once the buffer is modified.
769         Doc fix.
771 2007-01-02  Alan Mackenzie  <acm@muc.de>
773         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
774         check that the "*/" is present before trying to manipulate it.
776 2007-01-02  Richard Stallman  <rms@gnu.org>
778         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
780         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
781         Fix format of value.
783         * cus-edit.el (customize-unsaved): Rename from customize-customized.
784         Change messages accordingly.
785         (customize-customized): Now alias.
787 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
789         * files.el (version-control): Doc fix.
791 2007-01-01  Alan Mackenzie  <acm@muc.de>
793         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
794         Check the format of c-state-cache is valid for an optimisation before
795         using it.
797         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
798         are at a statement within a macro".  Other changes so that only
799         the first continuation line in a macro gets the symbol
800         `cpp-define-intro', the others getting `statement', or whatever.
802         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
803         a string, preserve whitespace.  Add a backslash only when also in
804         a macro.
806         * progmodes/cc-defs.el: Correct typos.
808         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
809         new line after an escaped EOL in a string.
811         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
812         label when it directly follows "else", "do", ....
814         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
815         angle brackets (as seen in "explicit specialisations" of C++
816         templates).
818         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
819         in the doc-string.
821         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
822         when the comment ender looks like "=========*/" and is alone on
823         its line.
825         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
826         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
827         for the old name.
829         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
830         c-\(beginning\|end\)-of-defun by default.
832         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
833         New line-up function, for the DEFUN macro in the Emacs C sources.
834         Only used in "gnu" style.
836         * progmodes/cc-styles.el (c-style-alist): Use this new function in
837         the "gnu" style.
839         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
840         clean-up comment-close-slash also to work when there's a comment
841         terminator on the line.
842         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
843         these for large arg - only take account of top level {..}, except
844         for initial and final adjustments.  M-- C-M-[ae] now go to the
845         right defuns when the starting point is between defuns.  They use
846         the four new functions:
847         (c-in-function-trailer-p, c-where-wrt-brace-construct)
848         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
849         support c-\(beginning\|end\)-of-defun.
851         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
852         expressions more rigorously, to exclude bit-field specifiers from
853         being classed as labels.
854         (c-forward-label): When analyzing a ":" within a macro, be careful
855         about using c-forward-syntactic-ws at the macro beginning.
856         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
857         stmt boundary, check for "operator=", etc.
859         * progmodes/cc-mode.el (c-postprocess-file-styles):
860         Bind inhibit-read-only to t, around the call to
861         c-remove-any-local-eval-or-mode-variables, so that it works on a
862         RO file.
864         * progmodes/cc-defs.el (c-version): Update the version number to
865         "5.31.4".
867 2007-01-01  Richard Stallman  <rms@gnu.org>
869         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
870         only if we restored isearch-window-configuration.
872 2006-12-31  Romain Francoise  <romain@orebokech.com>
874         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
876 2006-12-31  Kim F. Storm  <storm@cua.dk>
878         * files.el (auto-mode-case-fold): New defcustom.
879         (set-auto-mode): If non-nil, perform second case-sensitive pass
880         through auto-mode-alist if first pass failed.
882 2006-12-30  Richard Stallman  <rms@gnu.org>
884         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
886 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
888         * allout.el (allout-encrypt-string): Handle symmetric-key
889         passphrase caching but leave keypair caching to pgg.
891 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
893         Sync with Tramp 2.0.55.
895         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
896         `integerp'.  `char-equal' could fail else in case of negative
897         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
898         (top): Check for `font-lock-add-keywords' before calling; it
899         doesn't exist under XEmacs.
900         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
901         (tramp-completion-mode): Remove clause (not
902         tramp-unified-filenames), because the function is called in other
903         context too, where this check results in wrong results in the
904         XEmacs case on Windows.
905         (tramp-touch): UTC handling is not possible for XEmacs.
907 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
909         * scroll-bar.el (previous-scroll-bar-mode): New variable
910         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
911         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
913         * term/x-win.el: Set scroll bar mode to right if set by X resources.
915 2006-12-30  Richard Stallman  <rms@gnu.org>
917         * files.el (make-backup-file-name-1): Precompute abs name
918         but don't lose the relative name.
920         * international/mule-cmds.el (select-safe-coding-system-interactively):
921         Fix message.
923 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
925         * files.el (backup-buffer): Show entire backup file name in msg.
927 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
929         * image.el (image-type-header-regexps, image-type-from-data)
930         (image-type-from-buffer, image-type-from-file-header):
931         Revert changes from 2006-12-26.
932         (image-type-auto-detectable): New variable.
933         (image-type-auto-detected-p): New function.
935         * files.el (magic-mode-alist): Detect image files with
936         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
938 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
940         * dired.el (dired-sort-other): Move test for dired-mode...
941         (dired-sort-set-modeline): ...to here.
943 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
945         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
946         change.  Suggested by Stefan Monnier.
948 2006-12-29  Kim F. Storm  <storm@cua.dk>
950         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
951         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
953 2006-12-27  Kim F. Storm  <storm@cua.dk>
955         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
956         so it doesn't accidentally match an fsf.org mail address.
957         (authors-renamed-files-alist): Add tcover-*.el.
959 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
961         * vc-arch.el (vc-arch-find-version): New function.
963         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
964         composed of arbitrary characters (even /) in some systems.
966 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
968         * international/mule-cmds.el (select-safe-coding-system-interactively):
969         Improve the message in the *Warning* buffer.
971 2006-12-27  Kim F. Storm  <storm@cua.dk>
973         * ido.el (ido-set-matches-1): Fix last change.  If default item is
974         current buffer, it is ok to be first.
976 2006-12-27  Kenichi Handa  <handa@m17n.org>
978         * international/mule-cmds.el (select-safe-coding-system-interactively):
979         Use face `link' for problematic chars.
981 2006-12-27  Kenichi Handa  <handa@m17n.org>
983         * international/mule-cmds.el (select-safe-coding-system-interactively):
984         Improve the message in *Warning* buffer.
986 2006-12-27  Kim F. Storm  <storm@cua.dk>
988         * ido.el (ido-set-matches-1): Never put current buffer first if
989         there are other matches.
991 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
993         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
994         expressions.
995         (gdb-var-delete): Handle duplicate names.  Print message for non
996         root expressions.
997         (gdb-partial-output-name): Start buffer name with a space.
998         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
999         buffer name.
1001 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1003         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
1004         last footnote when `footnote-spaced-footnotes' is nil.
1006 2006-12-26  Richard Stallman  <rms@gnu.org>
1008         * cus-edit.el (custom-browse-sort-alphabetically)
1009         (custom-buffer-sort-alphabetically)
1010         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
1012         * image.el (image-type-header-regexps): Change element format
1013         to include third item NOT-ALWAYS.
1014         (image-type-from-data): Handle new format.
1015         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
1016         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
1018 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
1020         * add-log.el (add-log-current-defun): Call `forward-sexp'
1021         multiple times to pick a member function name defined as
1022         part of nested classes/namespaces.
1024 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1026         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
1027         which keymap should be used to change menu.  It does not affect any
1028         existent code.
1030 2006-12-26  Richard Stallman  <rms@gnu.org>
1032         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
1033         rather than for being in a minibuffer window.
1035 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
1037         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
1038         locale-coding-system.
1039         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
1040         LF.
1042 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
1044         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
1045         (sql-mode-syntax-table): Disable double quoted strings.
1046         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
1048 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1050         * startup.el (fancy-splash-last-input-event): New variable.
1051         (fancy-splash-special-event-action): New function.
1052         (fancy-splash-screens): Temporarily bind special events to it.
1053         Execute command for saved special event before exiting from
1054         recursive editing.
1056         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
1057         New functions.
1058         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
1059         Use mac-unread-string.
1061 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1063         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
1064         an optimized comment regexp if `comment-start-skip' uses a ^.
1065         * bs.el (bs--up): Remove interactive spec.
1067 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
1069         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
1070         Suggested by James Cloos.
1072 2006-12-24  Kevin Ryde  <user42@zip.com.au>
1074         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
1075         in March.
1076         (calendar-dst-ends): Default to first Sunday in November.
1078 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
1080         * allout.el (allout-encrypt-string): Inhibit use of agent within
1081         body of let form where encryption happens.  Acknowledge non-use of
1082         gpg-agent in docstring.
1083         (allout-toggle-subtree-encryption): Acknowledge non-use of
1084         gpg-agent in docstring.
1086 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
1088         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
1090 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1092         * ediff-diff.el (ediff-diff-options): Clarify docstring.
1093         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
1095         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
1096         in hooks.
1097         (viper-add-newline-at-eob-if-necessary): Add newline only if we
1098         actually modify buffer; ignore errors if occur.
1100 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
1102         * calendar/calendar.el (calendar-mode-map): Switch < and >.
1103         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
1104         formatting.
1106 2006-12-23  Richard Stallman  <rms@gnu.org>
1108         * simple.el (delete-horizontal-space): Doc fix.
1110 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
1112         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
1113         explicitly in a recursive Make, not implicitly through prerequisites,
1114         since the latter is wrong under parallel builds.
1116 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
1118         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
1120 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
1122         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
1123         message string.
1125 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
1127         * outline.el (outline-next-visible-heading): Fix the case with a
1128         header at end-of-file with no final newline.
1130 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
1132         * indent.el (tab-always-indent): Doc fix.
1134 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
1136         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
1137         (Info-fontify-node): Do fontify indices.
1139         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
1140         to the Emacs Lisp reference manual.
1141         (tutorial--tab-map): Remove.  All callers changed.
1142         (tutorial--find-changed-keys): New elt QUIET, used to...
1143         (tutorial--display-changes): ...ensure that warning messages are
1144         only issued once per changed key.
1145         (tutorial--remove-remarks): Delete unused code-path.
1146         (lang-strings): Remove extraneous formatting.
1147         (tutorial--save-tutorial): Prompt before saving tutorial state.
1149 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
1151         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
1152         Replace '?\ ' by '?\s' throughout.
1153         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
1154         `help' custom group.
1155         (tutorial--key-description): New function.
1156         (tutorial--display-changes): Remove redundant arg.  Scan for all
1157         key sequences to avoid false matches.  Cleanup.
1158         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
1159         reduce homedir pollution.
1160         (help-with-tutorial): Call tutorial--display-changes with no arg.
1162 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
1164         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
1166 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
1168         * net/tramp.el (tramp-default-method): We still need to check for
1169         `executable-find', because it is not bound under Emacs 20.
1170         (tramp-handle-file-name-completion)
1171         (tramp-completion-handle-file-name-completion): Handle optional
1172         parameter PREDICATE.
1173         (tramp-find-default-method): Add code for default values.
1175 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
1177         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
1178         make gud-go send "continue".
1180 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
1182         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
1183         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
1185 2006-12-19  Kim F. Storm  <storm@cua.dk>
1187         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
1188         instead of global-map.
1190         * files.el (magic-mode-alist): Allow matching file type by
1191         calling a function at bob.  Check for image types by calling
1192         image-type-from-buffer.  Suggested by Juanma Barranquero.
1193         (set-auto-mode): Do it.
1195 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
1197         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
1198         Remove "ControlMaster" option from the other `scp*' methods.
1199         (tramp-default-method): Check for ssh-agent before setting to `scp'.
1201 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
1203         * textmodes/org.el (org-mode): Show context after isearch.
1204         (org-show-siblings): New function.
1205         (org-show-context): Use `org-show-siblings'.
1207 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1209         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
1210         Use syntax-ppss-toplevel-pos.
1212 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
1214         * textmodes/org.el (org-current-line): Make sure that lines are
1215         counted from beginning of buffer.
1216         (org-table-copy-region, org-table-paste-rectangle): Make sure that
1217         lines are counted from beginning of buffer.
1219 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1221         * info.el (Info-build-node-completions): Signal error if tag-table
1222         marker is not found.
1224         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1226 2006-12-17  Alan Mackenzie  <acm@muc.de>
1228         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
1229         speed) the case when open-paren-in-column-0-is-defun-start is nil.
1230         Based on code by Martin Rudalics.
1232         * progmodes/cc-mode.el (c-basic-common-init): Don't set
1233         open-paren-in-column-0-is-defun-start to nil any more.
1235 2006-12-17  Richard Stallman  <rms@gnu.org>
1237         * simple.el (delete-horizontal-space): Use prefix arg.
1239         * help-fns.el (describe-variable): Improve blank separator lines.
1241         * files.el (magic-mode-alist): Mark as risky.
1243         * files.el (make-backup-file-name-1):
1244         Expand backup-directory explicitly.
1246 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
1248         * net/tramp.el (tramp-default-method): Before setting to "pscp",
1249         check whether package password.el is loaded, or Pageant is running.
1251 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
1253         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
1254         (icalendar--rris): First try Emacs, then XEmacs.
1255         (icalendar--convert-ical-to-diary): Doc fix.
1256         Insert newline at end of target file.
1258 2006-12-17  Kim F. Storm  <storm@cua.dk>
1260         * outline.el (outline-isearch-open-invisible-function): New defvar.
1261         (outline-flag-region): Use it if non-nil for isearch-open-invisible
1262         overlay property instead of outline-isearch-open-invisible.
1264 2006-12-16  Kim F. Storm  <storm@cua.dk>
1266         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
1267         if ido-directory-too-big is set on entry.
1268         (ido-toggle-ignore, ido-completion-help): Print message while
1269         reading big directory.
1271 2006-12-15  Richard Stallman  <rms@gnu.org>
1273         * shell.el (shell): Doc fix.
1275 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
1277         * emulation/edt.el (edt-xserver):
1278         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
1279         to fix a problem on Cygwin.
1281         * emulation/edt.el
1282         * emulation/edt-mapper.el
1283         * emulation/edt-lk201.el
1284         * emulation/edt-pc.el
1285         * emulation/edt-vt100.el: Update maintainer's email address.
1287 2006-12-15  Simon Marshall  <simon@gnu.org>
1289         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
1291 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1293         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
1294         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
1295         instead of mac-atsu-font-table.
1296         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
1298 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
1300         * align.el (align-match-tex-pattern): Fix a rare bug which
1301         hanged Emacs.
1303 2006-12-14  Richard Stallman  <rms@gnu.org>
1305         * startup.el (use-fancy-splash-screens-p): Use frame-height
1306         instead of window-height.  Pass frame to image-size.
1308 2006-12-13  Kenichi Handa  <handa@m17n.org>
1310         * international/mule-cmds.el (set-locale-environment):
1311         Set default-sendmail-coding-system too.
1313 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
1315         * progmodes/idlw-help.el: Fix copyright notice.
1317 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1319         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
1321 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
1323         * subr.el (unread-command-char): Reformat obsolescence info.
1325 2006-12-11  Richard Stallman  <rms@gnu.org>
1327         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
1328         about calls to cl-struct-setf-expander.
1330 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
1332         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
1333         (ediff-combination-pattern): Fix typo in docstring.
1335         * textmodes/refer.el (refer-find-entry): Doc fix.
1336         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
1337         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
1338         Fix tipos in docstrings.
1340         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
1342 2006-12-10  Kim F. Storm  <storm@cua.dk>
1344         * ido.el (ido-init-completion-maps): Remap backward-kill-word
1345         instead of binding M-backspace.
1347 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
1349         * replace.el (replace-match-data, replace-match-maybe-edit):
1350         * calc/calc-aent.el (calc-eval-error):
1351         * emulation/vi.el (vi-char-argument):
1352         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
1353         (c-vsemi-status-unknown-p-fn): Doc fixes.
1355 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
1357         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
1358         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
1360 2006-12-10  Masatake YAMATO  <jet@gyve.org>
1362         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
1364 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
1366         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
1368         * man.el (Man-xref-button-action): New function.  If the
1369         `Man-target-string' button property is a function, assume it
1370         accepts a position argument.
1371         (Man-abstract-xref-man-page): Use it.
1372         (Man-default-man-entry): New optional arg POS.
1374         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
1375         symlink arrows read-only and non-rear-sticky.
1377 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
1379         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
1380         (wdired-search-and-rename): Simplify code.
1381         (wdired-preprocess-files, wdired-preprocess-perms): Make
1382         read-only property of preceding character rear-nonsticky to
1383         avoid that it can be modified.  Put old-name and old-link
1384         properties on character preceding name and replace
1385         put-text-property by add-text-properties.
1386         (wdired-get-filename, wdired-get-previous-link): Get old-name
1387         and old-link properties from character preceding name and
1388         simplify code.
1389         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
1390         (wdired-perms-to-number): Make local-map property
1391         rear-nonsticky to avoid that text following permissions may be
1392         modified.  Use add-text-properties instead of put-text-property
1393         when changing a permission bit.
1394         (wdired-change-to-dired-mode): Remove stickiness properties.
1396 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
1398         * international/mule-cmds.el (register-input-method): Doc fix.
1400 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
1402         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
1404 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1406         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
1407         Force buffer local defs evaluation on local variables loading.
1408         (flyspell-mode-on, flyspell-mode-off): Use it in
1409         `hack-local-variables-hook'.
1411 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
1413         * emacs-lisp/find-func.el (find-variable): Doc fix.
1415         * help-fns.el (variable-at-point): Doc fix.
1417         * w32-fns.el (w32-append-code-lines): New function.
1419 2006-12-09  Romain Francoise  <romain@orebokech.com>
1421         * comint.el (comint-insert-input): Delete obsolete comment.
1423 2006-12-08  Kevin Rodgers  <ihs_4664@yahoo.com>
1425         * files.el (insert-file-1): Compare file size to
1426         large-file-warning-threshold and request confirmation when
1427         warranted.
1429 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1431         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
1432         current frame, in case we're connected to several displays.
1434 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
1436         * frame.el (other-frame): Doc fix.
1437         (set-frame-parameter): Fix typo in docstring.
1439 2006-12-07  Kim F. Storm  <storm@cua.dk>
1441         * info.el (Info-index): Strip leading colon from topic.
1443 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
1445         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
1446         to pointers.
1448 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
1450         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
1451         Trim out spurious class inheritance "None" entries.
1453 2006-12-05  Kim F. Storm  <storm@cua.dk>
1455         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
1456         (cua-paste-pop): Rework last change for
1457         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
1458         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
1459         text inserted by the last M-y command.
1461 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1463         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
1464         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
1466         * shell.el (shell): Search the start file in ~/.emacs.d as
1467         `init_SHELLNAME.sh' instead.
1469 2006-12-05  Glenn Morris  <rgm@gnu.org>
1471         * progmodes/cperl-mode.el (cperl-mode)
1472         * progmodes/f90.el (f90-mode-abbrev-table)
1473         * progmodes/fortran.el (fortran-mode-abbrev-table)
1474         * progmodes/octave-mod.el (octave-abbrev-table)
1475         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
1476         if abbrev-table is non-nil (saved user abbrevs may have been restored).
1478         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
1479         clear abbrev table, else saved abbrevs will not be restored.
1481 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
1483         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
1484         the call to `make-obsolete-variable', not in the docstring.
1486 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
1488         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
1490 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1492         * progmodes/ebnf-abn.el:
1493         * progmodes/ebnf-bnf.el:
1494         * progmodes/ebnf-dtd.el:
1495         * progmodes/ebnf-ebx.el:
1496         * progmodes/ebnf-iso.el:
1497         * progmodes/ebnf-otz.el:
1498         * progmodes/ebnf-yac.el:
1499         * progmodes/ebnf2ps.el:
1500         * delim-col.el:
1501         * printing.el:
1502         * ps-bdf.el:
1503         * ps-mule.el:
1504         * ps-print.el: Remove 'Time-stamp' comment mark.
1506         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
1507         'easy-menu-add-item' when called in Emacs 21 or higher.
1509 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
1511         * progmodes/ada-xref.el (ada-check-current): Doc fix.
1512         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
1514 2006-12-04  Kim F. Storm  <storm@cua.dk>
1516         * bindings.el (global-map): Bind [signal t] to ignore, to have
1517         user signals ignored by default.
1519 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
1521         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
1522         Unicode data file pointed to by `describe-char-unicodedata-file'.
1524 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1526         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
1527         O(n^2) regexp-search by anchoring the search.
1529 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
1531         * whitespace.el (whitespace-cleanup-internal): Use current
1532         argument for recursive call.
1534 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
1536         * net/tramp.el (tramp-methods): Add "ControlPath" and
1537         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
1538         Andreas Schwab <schwab@suse.de>.
1539         (tramp-do-copy-or-rename-file-out-of-band)
1540         (tramp-open-connection-rsh): Compute format spec for ?t.
1541         (tramp-process-actions): Trace command parameters.
1543 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
1545         * simple.el (toggle-truncate-lines): Clarify doc string.
1547         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
1548         (gdb-speedbar-expand-node): Use it.
1550 2006-12-04  Richard Stallman  <rms@gnu.org>
1552         * progmodes/python.el (python-indent): Add safe-local-variable prop.
1554         * dired.el (dired-revert): Turn off dired-after-readin-hook
1555         around call to dired-readin.
1557         * menu-bar.el (menu-bar-make-toggle): Add "globally"
1558         to echo area messages.
1559         <indicate-empty-lines, case-fold-search>:
1560         Add "globally" to Help string.
1561         <case-fold-search>: MESSAGE arg need not say "globally".
1562         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
1564 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
1566         * outline.el (outline-end-of-subtree): Don't leave an empty
1567         line hidden as we would a real next heading.
1569 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
1571         * allout.el (allout-ascend): Add an optional argument to preserve
1572         original position of point when unsuccessful.  Also, fix a
1573         docstring error.
1574         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
1575         work again, using allout-ascend's new option.
1576         (allout-setup-mode-map): Extract from allout-mode to initialize
1577         allout-mode-map.  Call it on file load, so the mode docstring
1578         substitutions work even if allout mode has not yet been invoked.
1579         (allout-mode): Use new allout-setup-mode-map to track any keybinding
1580         customizations since the map was last processed.  Also, refine the
1581         docstring so it's ship-shape for release.
1582         (allout-default-layout, allout-beginning-of-line-cycles)
1583         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
1584         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
1585         (allout-version, allout-layout, allout-infer-body-reindent)
1586         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
1587         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
1588         (allout-previous-heading, allout-goto-prefix-doublechecked)
1589         (allout-current-bullet-pos, allout-next-sibling-leap)
1590         (allout-pre-command-business, allout-encrypted-type-prefix)
1591         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
1592         (allout-rebullet-topic, allout-rebullet-topic-grunt)
1593         (allout-flag-region, allout-expose-topic, allout-expose-topic)
1594         (allout-old-expose-topic, allout-listify-exposed)
1595         (allout-process-exposed, allout-latex-verb-quote)
1596         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
1597         (allout-toggle-current-subtree-encryption)
1598         (allout-toggle-subtree-encryption, allout-bullet-isearch):
1599         Remove extraneous open-paren and close paren string escapes.
1601 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
1603         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
1604         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
1605         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
1606         Fix typos in docstrings.
1608 2006-12-03  Glenn Morris  <rgm@gnu.org>
1610         * progmodes/cc-align.el
1611         * progmodes/cc-awk.el
1612         * progmodes/cc-cmds.el
1613         * progmodes/cc-compat.el
1614         * progmodes/cc-defs.el
1615         * progmodes/cc-engine.el
1616         * progmodes/cc-langs.el
1617         * progmodes/cc-menus.el
1618         * progmodes/cc-mode.el
1619         * progmodes/cc-styles.el
1620         * progmodes/cc-vars.el
1621         * progmodes/vhdl-mode.el: Fix Copyright format.
1623 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
1625         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
1626         initial down event.
1628 2006-12-02  Kim F. Storm  <storm@cua.dk>
1630         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
1631         (cua-repeat-replace-region): Make M-v more robust.
1632         (cua-paste-pop-rotate-temporarily): New defcustom.
1633         (cua-paste-pop): Use it.
1634         (cua-auto-mark-last-change): New defcustom.
1635         (cua-pop-to-last-change): New helper function.
1636         (cua-set-mark): Use them.
1638 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
1640         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
1641         mini-buffer message.
1643 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
1645         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
1647 2006-12-01  Ben North  <ben@redfrontdoor.org>
1649         * paren.el: Fix the highlight overlay extension when the user types a
1650         sequence of char very fast just before the open parenthesis.
1652 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1654         * ps-mule.el: Eliminate Emacs 20 compatibility.
1656         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
1657         (ps-print-version): New version 6.7.
1658         (ps-print-quote): Replace '?\ ' by '?\s'.
1660 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
1662         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
1663         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
1664         (hexl-end-of-1k-page): Doc fixes.
1665         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
1666         Fix typos in docstrings.
1668 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1670         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
1671         locally, i.e. without using file name handlers.
1672         (ido-read-internal): Allow mono letter host names, avoiding the
1673         `c:' problem by testing if the file exists locally.
1674         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
1676 2006-11-30  Masatake YAMATO  <jet@gyve.org>
1678         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
1679         to avoid bytecomp warnings.
1680         (hexl-mode-old-ruler-function): New variable.
1681         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
1682         and `hl-line-range-function' after `require' hl-line.
1683         Then bind `hl-line-range-function' and `hl-line-face'.
1684         Don't require frame.  Don't use `with-no-warnings'.
1685         (hexl-activate-ruler): Store the original value of
1686         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
1687         (hexl-mode-exit): Restore the original value of
1688         `ruler-mode-ruler-function'.
1690 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1692         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
1693         (hexl-mode-old-hl-line-face): New variable.
1694         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
1695         line when exit from the hexl-mode.
1697 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
1699         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
1700         Doc fixes.
1702         * international/fontset.el (create-fontset-from-ascii-font)
1703         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
1704         (fontset-name-p): Fix typo in docstring.
1706         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
1708 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1710         * ps-bdf.el: Fix maintainer email.
1712         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
1713         compatibility.
1715         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
1716         21 compatibility.
1717         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
1718         Emacs 20 & 21.
1720 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
1722         * progmodes/idlwave.el (idlwave-auto-fill):
1723         Remove paragraph-start let to prevent auto-fill giving up.
1725 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
1727         * vt100-led.el (led-state): Fix typo in previous change.
1729 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1731         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1732         Fix interactive spec of the functions getting defined to make them
1733         work as documented.
1735 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
1737         * startup.el (fancy-splash-screens): Hide initial splash buffer.
1739 2006-11-28  Kim F. Storm  <storm@cua.dk>
1741         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
1742         icomplete-mode is enabled.
1744 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
1746         * textmodes/org.el (require): Require gnus-sum during compilation
1747         to avoid problem with a macro call.
1749 2006-11-28  Glenn Morris  <rgm@gnu.org>
1751         * emacs-lisp/authors.el (authors-aliases): Add new alias.
1753         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
1754         (fortran-window-create-momentarily): Do not need string-to-char.
1756 2006-11-28  Richard Stallman  <rms@gnu.org>
1758         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
1759         Replace incorrect use of assoc-default with a loop.
1761         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
1763         * simple.el (next-error-find-buffer): Improve messages.
1765         * files.el (revert-buffer): Special error message if file
1766         is now not readable.
1768         * facemenu.el (facemenu-add-new-face): Improve doc strings of
1769         constructed commands.
1771         * comint.el (comint-exec-1): Provide Emacs version and `comint'
1772         in INSIDE_EMACS.
1774 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1776         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
1778         * server.el: Remove spurious * in docstrings.
1779         (server-process-filter): Exit from recursive editing before processing
1780         a new request.
1782 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
1784         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
1785         line so hidden blocks will be correctly identified.
1787 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
1789         * ledit.el (ledit-save-defun, ledit-mode):
1790         * resume.el (resume-emacs-args-buffer):
1791         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
1792         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
1793         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
1794         (command-send-input, command-kill-line):
1795         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
1797         * autoarg.el (autoarg-kp-mode): Doc fix.
1799         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
1800         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
1801         (check-emacs-lock): Doc fix.  Simplify.
1803         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
1804         (iimage-mode-buffer): Fix typos in docstring.
1806         * misc.el (zap-up-to-char): Doc fix.
1808         * time-stamp.el: Fix comment and obsolescence string for old
1809         functions.  Use `dolist' instead of `while'.
1811         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
1813         * disp-table.el (standard-display-8bit, standard-display-default):
1814         * ebuff-menu.el (electric-buffer-list):
1815         * ehelp.el (electric-help-command-loop):
1816         * font-core.el (font-lock-mode):
1817         * help-macro.el (make-help-screen):
1818         * help.el (describe-minor-mode-completion-table-for-indicator)
1819         (lookup-minor-mode-from-indicator):
1820         * indent.el (tab-to-tab-stop, move-to-tab-stop):
1821         * info-look.el (info-lookup-guess-custom-symbol):
1822         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
1823         * longlines.el (longlines-wrap-line):
1824         * macros.el (insert-kbd-macro):
1825         * menu-bar.el (menu-bar-update-buffers):
1826         * misc.el (copy-from-above-command):
1827         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
1828         * newcomment.el (comment-indent):
1829         * novice.el (disabled-command-function):
1830         * sort.el (sort-fields-syntax-table):
1831         * subr.el (momentary-string-display):
1832         * tar-mode.el (tar-header-block-summarize)
1833         (tar-clear-modification-flags):
1834         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
1835         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
1836         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
1837         (te-delete-char, te-down-vertically-or-scroll):
1838         * time-stamp.el (time-stamp-string-preprocess):
1839         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
1841 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
1843         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
1844         in GUD mode.
1846         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
1847         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
1849 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1851         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
1853 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
1855         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
1856         (ada-compile-goto-error): Adapt to new argument profile of
1857         compilation-goto-locus in Emacs 22.  Don't check if the various
1858         compile functions are defined; we already do "(require 'compile)".
1860 2006-11-26  Kim F. Storm  <storm@cua.dk>
1862         * kmacro.el: Fix commentary.
1864 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
1866         * progmodes/gud.el (gdb): Explain how to run in text command mode
1867         more clearly.  Say in error message that multiple debugging
1868         requires restarting GDB.
1870 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
1872         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
1874 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
1876         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
1877         (flymake-popup-menu): Use it instead of posn-at-point.
1879 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1881         * progmodes/cc-vars.el (c-backslash-column):
1882         Mention c-backslash-max-column in documentation for c-backslash-column.
1884 2006-11-24  Lars Hansen  <larsh@soem.dk>
1886         * net/tramp.el (tramp-default-method): Under Windows, change from
1887         plink to pscp.
1888         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
1889         (tramp-actions-copy-out-of-band):
1890         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
1891         (tramp-action-out-of-band): Move "Permission denied" handling to
1892         tramp-action-copy-failed.
1893         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
1894         process buffer.
1896 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1898         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1899         strings to a single string.  Quote `errors-file-name'.
1900         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1901         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1902         Adjust calls.  Use `shell-quote-argument'.
1904         * international/mule.el (load-with-code-conversion)
1905         (with-category-table): Use with-current-buffer.
1906         (after-insert-file-set-coding): Use restore-buffer-modified-p.
1908 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
1910         * mail/smtpmail.el (smtpmail-send-it):
1911         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
1912         MIME header for the message encoding.
1913         Bind coding-system-for-write around the call to mail-do-fcc.
1914         Use smtpmail-code-conv-from to encode queued mail messages.
1916 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1918         * tabify.el (tabify-regexp): Doc fix.
1920         * net/rcirc.el (rcirc-buffer-maximum-lines):
1921         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
1923         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
1924         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
1925         Fix typos in output messages.
1926         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
1928 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1930         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
1931         the horse's mouth.
1932         (hexlify-buffer): Don't re-encode an arg that's already encoded.
1934 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1936         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
1937         Remove condition-case.
1939 2006-11-23  Glenn Morris  <rgm@gnu.org>
1941         * progmodes/f90.el (f90-comment-indent): Do not move point in
1942         default case.
1944 2006-11-21  Romain Francoise  <romain@orebokech.com>
1946         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
1947         from library name (reverts change of 2005-10-25).
1949 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1951         * tutorial.el (tutorial--default-keys): Add newline and
1952         delete-backward-char bindings.
1953         (tutorial--detailed-help): Save excursion when finding keys.
1954         Correct warning string for M-x FOO case.
1955         (tutorial--display-changes): Print special keys in tutorial style.
1956         Tweak search regexp for changed keys.
1958 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1960         * thingatpt.el (thing-at-point-url-at-point): Don't add a
1961         redundant scheme.
1963 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
1965         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
1966         are new to the list at IANA.  Also added irc, mms, mmsh.
1968 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
1970         * progmodes/idlw-help.el (idlwave-html-help-location):
1971         Fail gracefully for missing help packages.
1972         (idlwave-help-assistant-open-link): Open full links.
1973         (idlwave-help-assistant-help-with-topic): Direct help link.
1975         * progmodes/idlwave.el (idlwave-mode):
1976         Set add-log-current-defun-function.
1977         (idlwave-current-routine-fullname): Add, to support add-log.
1978         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
1979         to reflect improvements to xml-parse-file.
1980         (idlwave-mode-menu-def): New binding for help-with-topic.
1982         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
1983         Handle extra newlines and spaces.
1984         (idlwave-shell-mode-map): Add help-with-topic.
1986 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
1988         * tutorial.el (tutorial-warning-face): New face.
1989         (tutorial--detailed-help, tutorial--display-changes): Use it.
1990         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
1991         Improve search pattern for occurrences of changed keys.
1993 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1995         * term/x-win.el (x-last-cut-buffer-coding): New variable.
1996         (x-select-text): Set it.
1997         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
1998         when checking for newness.
2000 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
2002         * subr.el (posn-image):
2003         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
2005         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
2007 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2009         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
2010         Exceptions to the rule "add a space between an identifier and an
2011         opening parenthesis".  Defaulted to the `#define' problem of cpp.
2012         (glasses-parenthesis-exception-p): New.  Check if the region is an
2013         exception regarding to that.
2014         (glasses-make-readable): Use it.
2015         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
2016         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
2018 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
2020         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
2022 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
2024         * progmodes/ada-mode.el (ada-make-body): Fix typo.
2026         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
2027         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
2029 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
2031         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
2032         conditions for function or variable bindings.
2034         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
2036         * progmodes/compile.el (compilation-start): Ditto.
2038 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
2040         * net/tramp.el (top): cl and custom are always required.
2042 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2044         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
2045         cut-buffers with next-selection-coding-system if not nil.
2047 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
2049         * textmodes/org.el (org-fix-decoded-time): New function.
2050         (org-display-custom-time): Use `org-fix-decoded-time'.
2052 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
2054         * menu-bar.el (menu-bar-games-menu): Remove yow.
2056 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
2058         * textmodes/org.el (org-scan-tags): Re-align code fixed.
2059         (org-detach-overlay): Rename from `org-detatch-overlay'.
2060         (org-table-convert-region): Insert space after column separator.
2061         (org-agenda-kill): New command.
2062         (org-metaleft): Call `org-outdent-item' on bullets.
2063         (org-metaright): Call `org-indent-item' on bullets.
2064         (org-timestamp-change): Set `org-last-changed-timestamp'.
2065         (org-current-line): Make sure (bolp) returns correct result.
2066         (org-agenda-change-all-lines): Make sure TODO are highlighted.
2068 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2070         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
2072 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
2074         * mouse.el (global-map): Change 2006-08-16 fix to call
2075         mouse-yank-at-click explicitly, since mouse events are not carried
2076         over into keyboard macros.
2078 2006-11-16  Kim F. Storm  <storm@cua.dk>
2080         * ido.el (ido-file-internal): Use current buffer's file name as default
2081         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
2083 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
2085         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
2086         (allout-inhibit-aberrance-doublecheck): Rename from
2087         allout-during-yank-processing.  All callers changed.
2088         (allout-ascend): Provide for unusual case where some topic after
2089         the first in file is at lower depth than the first.
2090         (allout-shift-in): Ensure the offspring of the new containing
2091         topic are exposed.
2092         (allout-encrypt-string): Preserve the coding-system of the text,
2093         according to that of the containing buffer.
2094         (allout-toggle-subtree-encryption): When the text being encrypted
2095         requires a different coding system, offer to preserve the coding
2096         system using a file local var.
2098 2006-11-15  Simon Marshall  <simon@gnu.org>
2100         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
2101         to recognise "T t()" as a function declaration, rather than a
2102         variable instantiation, iff at the top-level or inside a class
2103         declaration.  Suggested by Feng Li <fengli@gmail.com>.
2105 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
2107         * progmodes/ada-xref.el (ada-parse-prj-file):
2108         Don't delete project buffer; user may want to edit it.
2109         (ada-xref-set-project-field, ada-xref-current-project-file)
2110         (ada-xref-current-project, ada-show-current-project)
2111         (ada-set-main-compile-application): New functions.
2112         (ada-xref-get-project-field, ada-require-project-file):
2113         Normalize use of ada-prj-default-project-file.
2114         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
2115         Normalize use of ada-require-project-file.
2116         (ada-prj-find-prj-file): Improve doc string, comments.
2118         * progmodes/ada-mode.el (ada-mode-version): Bump version.
2119         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
2120         (ada-create-menu): Add ada-set-main-compile-application,
2121         ada-show-current-main, ada-show-current-project.
2123 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2125         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
2126         (inferior-python-mode): Use it.
2128 2006-11-14  Andreas Schwab  <schwab@suse.de>
2130         * term/xterm.el (terminal-init-xterm): Add more key bindings.
2132 2006-11-13  Kim F. Storm  <storm@cua.dk>
2134         * ido.el (ido-copy-current-word): C-o copies region if active.
2136 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
2138         * textmodes/org.el (org-emph-face): Fix typo in variable name.
2140 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
2142         * ediff.el (ediff-revision):
2143         * files.el (set-visited-file-name):
2144         * mail/rmailout.el (rmail-output-body-to-file):
2145         Use `format', not `message', in `y-or-n-p' call.
2147 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
2149         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
2150         (org-metaright): Call `org-indent-item' on bullets.
2151         (org-timestamp-change): Set `org-last-changed-timestamp'.
2152         (org-current-line): Make sure (bolp) returns correct result.
2153         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
2155 2006-11-12  Richard Stallman  <rms@gnu.org>
2157         * language/european.el (turkish-case-conversion-enable)
2158         (turkish-case-conversion-disable): New functions.
2159         ("Turkish" lang env): Use them.
2161         * international/characters.el (case table):
2162         Do nothing special for i and I.
2164         * subr.el (remove-overlays): Fix last change.
2166         * cus-edit.el (custom-save-all): Use find-file-visit-truename
2167         for visiting the custom file.
2169 2006-11-12  Markus Triska  <triska@gmx.at>
2171         * play/handwrite.el (handwrite): Also process lines not ending
2172         with newline.  Replace some position-fiddling with different
2173         logic.  Improve performance.
2175 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
2177         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
2178         replacing deleted variable `ada-check-switch'.
2179         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
2180         (ada-xref-project-files): Improve doc string.
2181         (ada-find-executable): New function.
2182         (ada-initialize-runtime-library): Use `ada-find-executable'.
2183         (ada-xref-set-default-prj-values): In compile commands, don't need
2184         `ada-cd-command'; `compile' does that more portably.
2185         Use ada-prj-default-check-cmd.
2186         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
2187         properties if not specified in project file.
2188         (ada-goto-declaration): Display useful message for new error
2189         'error-file-not-found.
2190         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
2191         'error-file-not-found.
2192         (ada-get-all-references): Match latest ali syntax.  Signal new
2193         error 'error-file-not-found.
2194         (ada-find-in-ali): Match latest ali syntax.
2195         (ada-make-filename-from-adaname): Handle different semantics of
2196         gnatkr in GNAT 3.15p vs later.
2198         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
2199         ada-procedure-start-regexp.
2200         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
2202         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
2203         with defvar.
2204         (ada-language-version): Rename ada05 -> ada2005.
2205         (ada-align-region-separate): Add `eval-when-compile'.
2206         (ada-name-regexp): Remove unneeded escapes in regexp character
2207         alternative.
2208         (ada-compile-goto-error-file-linenr-re): New constant.
2209         (ada-matching-start-re): Handle additional cases `declare',
2210         `procedure', `function'.
2211         (ada-compile-goto-error): Handle "... at line nn".
2212         (ada-mode): Clearer syntax, comments for ff-special-constructs.
2213         Delete support for old versions of `align'.
2214         (ada-search-prev-end-stmt): Handle additional keyword `private'.
2215         (ada-check-defun-name): Simplify handling of `declare'.
2216         (ada-goto-matching-start): Handle nested `begin ... end'.
2217         Handle `declare', `protected', `procedure', `function'.
2218         (ada-create-menu): Presence of arm95 is not conditional on using
2219         GNAT compiler.
2221 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
2223         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
2224         nil in the *RE-Builder* buffer (it causes spurious error messages).
2226         * server.el (server-visit-files): If `minibuffer-auto-raise' has
2227         been set to t, respect it.
2229 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
2231         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
2232         Delete commented out code for old Emacs versions.  Autoloading of
2233         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
2234         (ada-mode-version): Bump version number.
2235         (ada-95-string-keywords, ada-2005-string-keywords)
2236         (ada-2005-keywords, ada-name-regexp): New constant.
2237         (ada-language-version, ada-procedure-start-regexp, ada-mode)
2238         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
2239         (ada-package-start-regexp): Support private packages, include package
2240         name (for ada-set-point-accordingly).
2241         (ada-next-procedure, ada-previous-procedure)
2242         (ada-which-function-are-we-in): Match changes to
2243         ada-procedure-start-regexp.
2244         (ada-make-body): Make non-interactive; not a user function.
2245         (ada-make-subprogram-body): Improve doc string.
2247 2006-11-11  Romain Francoise  <romain@orebokech.com>
2249         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
2250         `compilation-error-regexp-alist' buffer-local, since we changed
2251         `compilation-error-regexp-alist-alist' locally.
2253 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
2255         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
2256         to the value of `server-raise-frame'.
2258 2006-11-11  Glenn Morris  <rgm@gnu.org>
2260         * ido.el (ido-enable-prefix)
2261         * ses.el (ses-call-printer-return)
2262         * net/tramp.el (tramp-unified-filenames)
2263         * progmodes/cc-align.el (c-lineup-string-cont)
2264         * progmodes/compile.el (compilation-directory-matcher)
2265         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
2266         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
2267         (vhdl-clock-rising-edge)
2268         * textmodes/org.el (org-export-with-timestamps)
2269         (org-export-remove-timestamps-from-toc)
2270         (org-export-with-tags): Improve previous doc fixes.
2272 2006-11-11  Richard Stallman  <rms@gnu.org>
2274         * textmodes/flyspell.el (flyspell-mode-map):
2275         Bind C-c $ instead of M-RET.
2277 2006-11-10  Simon Marshall  <simon@gnu.org>
2279         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
2280         fontification for "case" and "default" keywords.
2282 2006-11-10  Andreas Schwab  <schwab@suse.de>
2284         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
2285         Avoid starting sentence with "nil".
2287 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
2289         * server.el (server-raise-frame): New option.
2290         (server-switch-buffer): Use it.
2292 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
2294         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
2295         with a capital.
2297 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
2299         * textmodes/org.el (org-show-hierarchy-above)
2300         (org-show-following-heading): Fix typo in default value.
2301         (org-scan-tags): Make the search case-sensitive.
2302         (org-tags-sparse-tree): Don't overrule
2303         `org-show-following-heading' and `org-show-hierarchy-above'.
2304         (org-reveal): New command.
2305         (org-show-context): Rename from `org-show-hierarchy-above'.
2306         (org-fast-tag-selection-single-key): New option.
2307         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
2308         (org-tags-overlay): New variable.
2309         (org-agenda-todo-ignore-deadlines): New option.
2310         ("session"): Add circular data structure `org-mark-ring' to
2311         exceptions list in session.el.
2312         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
2313         New options.
2314         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
2315         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
2316         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
2317         (org-finalize-agenda): Activate bracket links in agenda.
2318         (org-at-timestamp-p, org-at-date-range-p): Additional argument
2319         INACTIVE-OK.
2320         (org-show-hierarchy-above, org-show-following-heading):
2321         List values allowed for fine-tuned configuration.
2322         (org-show-hierarchy-above): New argument CONTEXT, use the
2323         fine-tuned settings in `org-show-hierarchy-above' and
2324         `org-show-following-heading'.
2325         (org-display-custom-time): New function.
2326         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
2327         (org-display-custom-times, org-time-stamp-custom-formats):
2328         (org-maybe-intangible): New macro.
2329         (org-activate-bracket-links, org-hide-wide-columns):
2330         Use `org-maybe-intangible'.
2331         (org-open-file): Use `shell-quote-argument'.
2332         (org-display-internal-link-with-indirect-buffer): New option.
2333         (org-file-remote-p): Get regexp from list.
2334         (org-link-expand-abbrev): New function.
2335         (org-link-abbrev-alist): New option.
2336         (org-open-at-point, org-cleaned-string-for-export):
2337         Call `org-link-expand-abbrev'.
2338         (org-timeline, org-agenda-list, org-todo-list)
2339         (org-tags-view): Remove the KEEP-MODES argument.
2340         (org-finalize-agenda-hook): New hook.
2341         (org-get-alist-option): New function.
2342         (org-follow-timestamp-link): New function.
2343         (org-open-at-point): Call `org-follow-timestamp-link'.
2344         (org-log-note-marker, org-log-note-purpose)
2345         (org-log-note-window-configuration): New variables.
2346         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
2347         (org-log-note-headings): New option.
2348         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
2349         (org-store-link): Support for dired-mode.
2350         (org-open-file): Substitute environment variables into filename.
2351         (org-last): New defsubst.
2352         (org-agenda-re-align-tags): New function.
2353         (org-agenda-align-tags-to-column): New option.
2354         (org-agenda-timeline): Group removed.
2355         (org-prepare-agenda, org-prepare-agenda-buffers)
2356         (org-run-agenda-series, org-timeline, org-agenda-list)
2357         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
2358         the text property inticating the agenda type.
2359         (org-agenda-post-command-hook): Get agenda type from text property
2360         at point.
2361         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
2362         and obey `org-agenda-overriding-arguments'.
2363         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
2364         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2365         (org-agenda-week-view, org-agenda-day-view):
2366         Use `org-agenda-overriding-arguments' to make updating work with
2367         multi-block agendas.
2368         (org-agenda-prefix-format): Allow different formats for the
2369         different agenda entry types.
2370         (org-timeline-prefix-format): Option removed, use
2371         `org-agenda-prefix-format' instead.
2372         (org-prepare-agenda): New function.
2373         (org-select-timeline-window): Option removed, use
2374         `org-select-agenda-window' instead.
2375         (org-respect-restriction): Variable removed.
2376         (org-cmp-tag): New function.
2377         (org-agenda-sorting-strategy, org-entries-lessp):
2378         Implement sorting by last tag.
2379         (org-complete): Better completion in in-buffer option lines.
2380         (org-in-item-p): New function.
2381         (org-org-menu): Add entries for checkboxes.
2382         (org-cycle): Extra brouping in outline-regexp, because it is used
2383         in a search with "^" prepended.
2384         (org-provide-checkbox-statistics): New option.
2385         (org-set-font-lock-defaults): Highlight checkbox statistics.
2386         (org-update-checkbox-count-maybe)
2387         (org-get-checkbox-statistics-face): New functions.
2388         (org-update-checkbox-count): New command.
2389         (org-insert-item, org-toggle-checkbox):
2390         Call `org-update-checkbox-count-maybe'.
2391         (org-export-as-html): XEmacs compatibility for coding system.
2392         (org-force-cycle-archived): New command.
2393         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
2394         overrules cycling.
2395         (org-fix-position-after-promote): If the line contains only a todo
2396         keyword, add a final space.
2397         (org-promote-subtree, org-demote-subtree):
2398         Call `org-fix-position-after-promote'.
2400 2006-11-10  Glenn Morris  <rgm@gnu.org>
2402         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
2403         date in every year.
2404         (calendar-dst-check-each-year-flag): New customizable variable.
2405         (calendar-dst-find-data): New function, extracted from
2406         calendar-current-time-zone.
2407         (calendar-current-time-zone): Use calendar-dst-find-data.
2408         (calendar-dst-transition-cache): New variable.
2409         (calendar-dst-find-startend, calendar-dst-starts)
2410         (calendar-dst-ends): New functions.
2411         (calendar-daylight-savings-starts)
2412         (calendar-daylight-savings-ends): Change value to use
2413         calendar-dst-starts, calendar-dst-ends; respectively.
2415         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
2417         * ido.el (ido-enable-prefix)
2418         * ses.el (ses-call-printer-return)
2419         * net/tramp.el (tramp-unified-filenames)
2420         * progmodes/cc-align.el (c-lineup-string-cont)
2421         * progmodes/compile.el (compilation-directory-matcher)
2422         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
2423         * progmodes/gdb-ui.el (gdb-many-windows)
2424         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
2425         (vhdl-clock-rising-edge)
2426         * textmodes/org.el (org-export-with-timestamps)
2427         (org-export-remove-timestamps-from-toc, org-export-with-tags)
2428         (org-read-date): Doc fix (Nil -> nil).
2430 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2432         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
2433         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
2435 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
2437         * bs.el (bs--window-for-buffer): Remove.
2438         (bs--show-with-configuration): Use `get-window-with-predicate'
2439         instead of `bs--window-for-buffer'.
2441 2006-11-10  Kenichi Handa  <handa@m17n.org>
2443         * files.el (revert-buffer): Fix previous change.
2445 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
2447         * bs.el (bs--redisplay): Fix typo in docstring.
2448         (bs--window-config-coming-from): Make frame-local.
2449         (bs--restore-window-config): New function.
2450         (bs-kill, bs-select, bs-select-other-window)
2451         (bs-select-other-frame): Use it.
2452         (bs--window-for-buffer): Return as soon as a matching buffer is found.
2453         (bs--show-with-configuration): Save the window configuration as a
2454         frame local var, and only if *buffer-selection* is not already
2455         visible on this frame.
2457 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
2459         * vc-svn.el (vc-svn-admin-directory): New var.
2460         (vc-svn-registered, vc-svn-responsible-p)
2461         (vc-svn-repository-hostname): Use it.
2462         Suggested by arit93@yahoo.com.
2464 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
2466         * ldefs-boot.el: Regenerate.
2468 2006-11-08  Alan Mackenzie  <acm@muc.de>
2470         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
2471         case (eq open-paren-in-column-0-is-defun-start nil) by searching
2472         for least nested open-paren.
2474 2006-11-08  Romain Francoise  <romain@orebokech.com>
2476         * subr.el (remove-overlays): Fix typo in last change.
2478 2006-11-08  Richard Stallman  <rms@gnu.org>
2480         * subr.el (remove-overlays): Call overlay-recenter.
2482 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2484         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
2485         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
2486         behaviour.
2487         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
2488         directly.
2490 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
2492         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
2493         (ido-max-dir-file-cache, ido-decorations)
2494         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
2495         (ido-magic-backward-char, ido-enter-dired)
2496         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
2497         (ido-list-directory, ido-first-match, ido-only-match)
2498         (ido-subdir, ido-indicator): Fix typos in docstrings.
2499         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
2500         (ido-read-internal): Fix typo in error message.
2502 2006-11-08  Kenichi Handa  <handa@m17n.org>
2504         * international/mule-cmds.el (set-default-coding-systems):
2505         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
2507 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
2509         * makefile.w32-in (setwins): Remove.
2510         (WINS_ALMOST): New macro.
2511         (WINS): Use it.
2512         (autoloads): Don't extract autoloads from files in obsolete/.
2514 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
2516         * whitespace.el (whitespace-buffer): Call remove-overlays after
2517         overlay-recenter for performance.  Suggested by Martin Rudalics.
2519 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
2521         * net/tramp.el (tramp-default-method): scp is the default method.
2523 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
2525         * server.el (server-start): Save also the Emacs pid in the server file.
2527 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
2529         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
2530         point when displaying a bibtex cross reference in the echo area.
2532 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
2534         * international/mule.el (make-char): Fix typo in docstring.
2535         (load-with-code-conversion, charsetp): Doc fixes.
2537         * international/ja-dic-cnv.el (skkdic-convert):
2538         * cus-edit.el (hook): Fix typo in docstring.
2540 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
2542         * cus-edit.el (custom-mode-map): Move defvar above code using it.
2543         (custom-mode-link-map): New variable.
2544         (custom-group-link, custom-manual): Use follow-link.
2546 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2548         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
2549         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
2551 2006-11-06  Richard Stallman  <rms@gnu.org>
2553         * textmodes/flyspell.el (flyspell-correct-word-before-point):
2554         New function broken out of flyspell-correct-word.
2555         (flyspell-mode-map): Bind it to M-RET.
2556         (flyspell-correct-word): Call it.
2558         * textmodes/fill.el (fill-minibuffer-function): New function.
2559         (fill-paragraph): Bind fill-paragraph-function to
2560         fill-minibuffer-function.
2562         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
2563         so that they aren't undefined.
2565         * dired.el (dired-readin): Locally bind file-name-coding-system.
2567         * bindings.el: Shorten and clarify usual mode line mouse help string.
2569         * Makefile.in (autoloads): Don't include `obsolete'.
2571 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
2573         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
2574         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
2575         Printing menu if it's not initialized.
2576         (pr-menu-bind): Act on menu-bar-file-menu directly.
2578 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
2580         * help.el (view-emacs-news): Fix typo in error message.
2582         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
2584         * shadowfile.el (shadow-define-regexp-group)
2585         (shadow-literal-groups, shadow-insert-var): Doc fixes.
2586         (shadow-read-files): Fix typo in message.
2587         (shadow-inhibit-overload, shadow-find, shadow-suffix)
2588         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
2589         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
2590         (shadow-file-match): Fix typos in docstrings.
2592         * terminal.el (terminal-emulator): Fix typo in message.
2594         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
2596         * emacs-lisp/lselect.el (x-kill-primary-selection)
2597         (x-delete-primary-selection, x-copy-primary-selection):
2598         Fix typos in error messages.
2600         * emulation/edt-mapper.el: Fix typo in interactive message.
2602         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
2604         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
2605         (ispell-help): Fix typos in docstrings.
2606         (ispell-help): Fix typo in output message.
2608         * allout.el (allout-adjust-file-variable)
2609         (allout-passphrase-verifier-string)
2610         (allout-passphrase-hint-string)
2611         (allout-toggle-current-subtree-encryption):
2612         * apropos.el (apropos-synonyms):
2613         * cus-edit.el (hook):
2614         * emacs-lock.el (emacs-lock-from-exiting):
2615         * follow.el (follow-avoid-tail-recenter-p):
2616         * hexl.el (hexl-mode):
2617         * mouse-copy.el (mouse-copy-work-around-drag-bug):
2618         * mouse.el (mouse-set-font):
2619         * resume.el (resume-emacs-args-file):
2620         * rfn-eshadow.el (file-name-shadow-tty-properties):
2621         * t-mouse.el (t-mouse-process, t-mouse-mode):
2622         * emacs-lisp/cust-print.el (custom-print-install)
2623         (custom-print-uninstall, custom-format):
2624         * emacs-lisp/shadow.el (list-load-path-shadows):
2625         * emulation/tpu-edt.el (tpu-help-text)
2626         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
2627         (tpu-reset-control-keys):
2628         * emulation/vip.el (vip-emacs-local-map)
2629         (vip-change-mode-to-emacs):
2630         * emulation/viper.el (viper-mode, viper-set-hooks)
2631         (viper-major-mode-modifier-list):
2632         * emulation/viper-init.el (viper-emacs-state-cursor-color):
2633         * emulation/viper-keym.el (viper-emacs-kbd-map)
2634         (viper-toggle-key):
2635         * mail/feedmail.el (feedmail-queue-reminder)
2636         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
2637         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
2638         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
2639         (feedmail-sender-line, feedmail-force-binary-write)
2640         (feedmail-from-line, feedmail-deduce-envelope-from)
2641         (feedmail-x-mailer-line, feedmail-message-id-generator)
2642         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
2643         (feedmail-enable-spray, feedmail-spray-this-address)
2644         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
2645         (feedmail-queue-runner-confirm-global)
2646         (feedmail-ask-before-queue-prompt)
2647         (feedmail-ask-before-queue-reprompt)
2648         (feedmail-prompt-before-queue-standard-alist)
2649         (feedmail-prompt-before-queue-user-alist)
2650         (feedmail-prompt-before-queue-help-supplement)
2651         (feedmail-queue-use-send-time-for-message-id)
2652         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
2653         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
2654         (feedmail-mail-send-hook-queued)
2655         (feedmail-confirm-addresses-hook-example)
2656         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
2657         (feedmail-queue-runner-mode-setter)
2658         (feedmail-queue-alternative-mail-header-separator)
2659         (feedmail-queue-runner-message-sender)
2660         (feedmail-buffer-eating-function, feedmail-binmail-template)
2661         (feedmail-run-the-queue-no-prompts)
2662         (feedmail-run-the-queue-global-prompt)
2663         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
2664         (feedmail-envelope-deducer, feedmail-fiddle-date)
2665         (feedmail-default-message-id-generator)
2666         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
2667         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
2668         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
2669         (vms-pmail-setup):
2670         * play/dunnet.el (dun-help):
2671         * play/handwrite.el (handwrite):
2672         * play/hanoi.el (hanoi-unix-64):
2673         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
2674         * textmodes/enriched.el (fixed):
2675         * textmodes/org.el (org-file-apps)
2676         (org-emphasis-regexp-components, org-emphasis-alist):
2677         * textmodes/texinfmt.el (batch-texinfo-format):
2678         Fix typos in docstrings.
2680 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
2682         * loadhist.el (read-feature): Don't complete features not loaded
2683         from a file (which make `unload-feature' to fail).
2685 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2687         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
2689 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
2691         * startup.el (command-line-1): Kill emacs if the last frame is
2692         deleted while evaluating the command-line arguments.
2694 2006-11-05  Richard Stallman  <rms@gnu.org>
2696         * startup.el (init-file-had-error): Add doc string.
2697         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
2698         Use fixed-width font for keyboard key descriptions.
2700         * cus-edit.el (custom-save-all): Error if saving in .emacs
2701         and it had an error when loaded.
2703         * dired-aux.el (dired-copy-file-recursive): Catch errors
2704         from recursive copies in the loop, around the recursive call.
2706 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2708         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
2709         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
2710         `/proc/acpi/thermal_zone/*'.
2711         (battery-search-for-one-match-in-files): New.  Search a regexp in
2712         the content of some files.
2714 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
2716         * window.el (mouse-autoselect-window-now): Remove variable.
2717         (mouse-autoselect-window-state): New variable.
2718         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
2719         (mouse-autoselect-window-select, handle-select-window):
2720         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
2721         Suspend delayed autoselection during menu or popup dialog.
2723         * info-look.el (info-lookup-guess-custom-symbol): New function
2724         for retrieving symbol at point in custom buffers.
2725         (top level) <info-lookup-maybe-add-help>: Add backquote and
2726         comma to ignored characters in regexps of help specifications
2727         for emacs-lisp-mode and lisp-interaction-mode.  This permits
2728         looking up symbols in `...' and after a comma.  Add help
2729         specifications for custom-mode and help-mode.
2731 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
2733         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
2734         Don't encode body if RAW is non-nil, or if the old encoding is
2735         identical to the new encoding, or if the body contains only
2736         eight-bit-* characters.
2738 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
2740         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
2741         (faces-sample-overlay): Remove variable.
2742         (describe-face): Insert sample text in the face being described.
2744 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
2746         * whitespace.el (whitespace-indent-regexp): Make this match any
2747         multiples of eight spaces near the beginning of a line.
2748         (whitespace-buffer): Use `remove-overlays' instead of
2749         `whitespace-unhighlight-the-space' and `overlay-recenter' to
2750         speed up overlay handling.
2751         (whitespace-buffer-leading, whitespace-buffer-trailing):
2752         Make these functions highlight the text removed by
2753         `whitespace-buffer-leading-cleanup' and
2754         `whitespace-buffer-trailing-cleanup' respectively.
2755         (whitespace-buffer-search): Use `with-local-quit'.
2756         Move `format' out of loop to speed up scanning larger buffers.
2757         (whitespace-unhighlight-the-space): Remove `remove-hook' since
2758         that function is never added to a hook.
2759         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
2760         (whitespace-buffer-leading-cleanup)
2761         (whitespace-refresh-rescan-list): Fix docstrings.
2763 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
2765         * allout.el (allout-during-yank-processing): Cue for inhibiting
2766         aberrance processing during yanks.
2767         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
2768         the amount of yanked topics that can be aberrant.
2769         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
2770         a function, and supplement with inihibition of doublechecking
2771         during yanks.
2772         (allout-beginning-of-line, allout-next-heading)
2773         (allout-previous-heading, allout-goto-prefix-doublechecked)
2774         (allout-back-to-current-heading, allout-next-visible-heading)
2775         (allout-next-sibling): Use new allout-do-doublecheck function.
2776         (allout-next-sibling): Ensure we made progress when returning
2777         other than nil.
2778         (allout-rebullet-heading): Preserve text property annotations
2779         indicating the text was hidden, if it was.
2780         (allout-kill-line): Remove any added was-hidden annotations.
2781         (allout-kill-topic): Remove any added was-hidden annotations.
2782         (allout-annotate-hidden): Inhibit adding was-hidden text
2783         properties to the undo list.
2784         (allout-deannotate-hidden): New function to remove was-hidden
2785         annotation.
2786         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
2787         (allout-remove-exposure-annotation): Replace by
2788         allout-deannotate-hidden.
2789         (allout-yank-processing): Signal that yank processing is happening
2790         with allout-during-yank-processing.  Also, wrap
2791         allout-unprotected's closer to the text changes, for easier
2792         debugging.  We need to inhibit-field-text-motion explicitly, in
2793         lieu of the encompassing allout-unprotected.
2794         (outlineify-sticky): Adjust criteria for triggering new outline
2795         decorations to presence or absence of any topics, not just a topic
2796         at the beginning of the buffer.
2798 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
2800         * bs.el (bs--show-all, bs--redisplay):
2801         * cus-edit.el (custom-unlispify-menu-entries)
2802         (custom-unlispify-tag-names, custom-prompt-variable):
2803         * expand.el (expand-pos):
2804         * speedbar.el (speedbar-generic-list-tag-p):
2805         * wid-edit.el (widget-image-enable):
2806         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
2807         * emacs-lisp/find-func.el (find-function-noselect)
2808         (find-function, find-variable-noselect, find-variable)
2809         (find-definition-noselect, find-face-definition):
2810         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
2811         * net/eudc-vars.el (eudc-expansion-overwrites-query):
2812         * progmodes/ada-xref.el (ada-find-in-ali):
2813         * textmodes/flyspell.el (flyspell-check-tex-math-command):
2814         * textmodes/org.el (org-copy-subtree):
2815         * textmodes/table.el (table--row-column-insertion-point-p):
2816         Use "non-nil" in docstrings.
2818 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
2820         * sort.el (sort-columns): Set the field separator to tab; on
2821         NetBSD, sort complains if "\n" is used as field separator.
2823 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
2825         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
2827 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2829         * server.el (server-auth-key): Remove.  Replace by a process-property.
2830         (server-start): Don't remove the file of the previous process, but
2831         instead clear out the place for the new file.
2832         (server-start): Set the :auth-key property.
2833         (server-process-filter): Use the :auth-key property.
2835 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
2837         * textmodes/org.el (org-mode-map): No longer copy
2838         `outline-mode-map' explicitly - this is already done by
2839         `define-derived-mode'.
2841 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
2843         * server.el (server-visit-files): Use `when'.
2844         (server-process-filter): When authentication fails, send error
2845         message to client.  Wrap `process-send-region' in `ignore-errors'
2846         instead of `condition-case', and remove misleading comment.
2848 2006-11-01  Juri Linkov  <juri@jurta.org>
2850         * simple.el (yank): Doc fix.
2852 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2854         * server.el: Try and fit within 80 columns.
2855         (server-start): Make the auth file unreadable by other users.
2857 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2859         * battery.el (battery-linux-proc-acpi): Prevent range error when
2860         `full-capacity' is 0.
2862 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
2864         * faces.el (faces-sample-overlay): New defvar.
2865         (faces-sample-overlay): New function to show face sample text.
2866         (describe-face): Use it.
2868 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
2870         * progmodes/ada-stmt.el: Change maintainer, apply
2871         whitespace-cleanup, checkdoc.
2872         (ada-func-or-proc-name): Add doc string.
2874         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
2875         whitespace-cleanup, checkdoc.  Minor improvements to many doc
2876         strings and comments.
2877         (ada-prj-display-page): Change buffer name to more accurately
2878         reflect function.
2880         * progmodes/ada-xref.el: Change maintainer, apply
2881         whitespace-cleanup, checkdoc.  Minor improvements to many doc
2882         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
2883         (ada-compile-current): Don't add newlines to commands.
2885 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
2887         * server.el: Add support for TCP sockets.
2888         (server-use-tcp, server-host, server-auth-dir): New options.
2889         (server-auth-key): New variable.
2890         (server-ensure-safe-dir): Create nonexistent parent dirs.
2891         Ignore Unix-style file modes on Windows.
2892         (server-start): Crete a TCP or Unix socket according to the value
2893         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
2894         `server-auth-dir' directory.
2895         (server-process-filter): Delete process if authentication
2896         fails (which never happens for Unix sockets).
2898 2006-10-30  David Kastrup  <dak@gnu.org>
2900         * subr.el (add-to-list): Don't continue checking if a match has
2901         been found.
2903 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
2905         * tutorial.el: Move defvars to avoid bytecomp warnings.
2906         (tutorial--find-changed-keys): Check if viper-current-state is
2907         bound before using it.
2908         (help-with-tutorial): Check if viper-tutorial is defined before
2909         using it.
2911 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2913         * help-fns.el (help-with-tutorial): Move to tutorial.el.
2915         * tutorial.el: New file.
2916         (help-with-tutorial): Move here from help-fns.el. Added help for
2917         rebound keys.  Fixed resume of tutorial.
2918         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
2919         (tutorial--find-changed-keys, tutorial--display-changes)
2920         (tutorial--saved-dir, tutorial--saved-file)
2921         (tutorial--save-tutorial): New functions to support the changes in
2922         help-with-tutorial.
2924 2006-10-30  Kenichi Handa  <handa@m17n.org>
2926         * files.el (revert-buffer): If a unibyte buffer is being reverted
2927         with a coding system for multibyte, set buffer multibyte before
2928         calling insert-file-contents.
2930 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2932         * server.el (server-select-display): Use a dummy buffer to detect when
2933         the frame is later used.
2934         (server-select-display): New function.
2935         (server-process-filter): Use it to detect unused temp frames.
2937 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
2939         * progmodes/ada-mode.el: Change maintainer, apply
2940         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
2941         (ada-mode-version): New function.
2942         (ada-create-menu): Menu operations are available for all supported
2943         compilers.
2945 2006-10-29  Lars Hansen  <larsh@soem.dk>
2947         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
2948         Highlight as keyword.
2949         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
2950         Don't call tramp-method-out-of-band-p for local files.
2951         (tramp-touch): Quote file name.
2953 2006-10-28  Glenn Morris  <rgm@gnu.org>
2955         * calendar/calendar.el (cal-html-cursor-month)
2956         (cal-html-cursor-year): Add autoloads for this new package.
2957         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
2959 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
2961         * calendar/cal-html.el: New file.
2963 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
2965         * emacs-lisp/authors.el (authors-aliases): Update.
2967 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
2969         * version.el (emacs-version): Bump version number to 22.0.90.
2971 2006-10-26  John W. Eaton  <jwe@octave.org>
2973         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
2974         New defvar.
2975         (inferior-octave-resync-dirs): Check to see whether Octave has
2976         built-in variables and set inferior-octave-has-built-in-variables.
2977         Check inferior-octave-has-built-in-variables to decide whether to
2978         send commands that set built-in variables or call functions to
2979         change Octave's behavior.
2980         Send "disp (pwd ())" to Octave instead of just "pwd".
2981         (inferior-octave-startup): Send "more off" to Octave instead of
2982         "page_screen_output = 0".
2984 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
2986         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
2987         pattern normally.
2989 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
2991         * bindings.el (mode-line-mode-menu): Remove bindings for global
2992         minor modes (line/column number) as they are on the menubar.
2994 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
2996         * term/w32-win.el (x-handle-name-switch): Doc fix.
2997         (w32-standard-fontset-spec): Fix typo in docstring.
2999         * midnight.el (midnight-buffer-display-time): Doc fix.
3000         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
3002 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3004         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
3006         * viper-ex.el (ex-read): Quote file argument.
3008         * ediff-diff.el (ediff-same-file-contents): Expand file names.
3010         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
3012 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
3014         * textmodes/flyspell.el (flyspell-check-region-doublons):
3015         Fix last fix.
3017 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
3019         * bindings.el (mode-line-mode-menu): List global minor modes
3020         before local ones.
3022 2006-10-23  Kim F. Storm  <storm@cua.dk>
3024         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
3025         (sit-for): If last command was a prefix arg, add the read-ahead
3026         event to unread-command-events as (t . EVENT) so it will be added
3027         to this-command-keys by read-key-sequence.
3029 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
3031         * textmodes/flyspell.el (flyspell-word): Skip past all previous
3032         whitespace when checking doublons.
3033         (flyspell-check-region-doublons): Fix doublon regexp.
3034         (flyspell-highlight-incorrect-region): Highlight doublons using
3035         flyspell-duplicate face.
3037         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
3039 2006-10-22  John Wiegley  <johnw@newartisans.com>
3041         * progmodes/python.el (python-use-skeletons): python-mode was
3042         auto-inserting templates (for those with abbrev-mode on), not only
3043         by default -- *but without a configuration variable to disable
3044         it*.  This rendered python-mode completely useless for me, so I
3045         have added `python-use-skeletons', which is now off by default.
3047 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
3049         * progmodes/cperl-mode.el (cperl-mode): Don't assume
3050         font-lock-multiline is auto-local (it's not).
3051         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
3052         initialized before calling cperl-init-faces.
3054 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
3056         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
3057         gdb-stack-position a value when there is no fringe.
3059         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
3060         indicator if not visiting a file.
3062 2006-10-20  David Kastrup  <dak@gnu.org>
3064         * window.el (kill-buffer-and-window): Fix a bug where an aborted
3065         operation would still cause some window to collapse later.
3067 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3069         * vc.el (vc-switch-backend): Try to be more careful with unwanted
3070         side-effect due to mixing various backends's file properties.
3072         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
3073         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
3074         Return `filename's status if applicable.  Update callers.
3076 2006-10-19  Kenichi Handa  <handa@m17n.org>
3078         * international/kkc.el (kkc-region): When a key sequence is not
3079         defined, append (this-single-command-raw-keys) to
3080         unread-input-method-events.
3082 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
3084         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
3086 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3088         * version.el (emacs-version): Use mac-carbon-version-string.
3090         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
3092 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3094         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
3095         Kenichi Handa).
3096         (xselect-convert-to-string): Decline requests for UTF8_STRING if
3097         the selection is not UTF-8.
3099 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
3101         * progmodes/ada-mode.el (ada-83-string-keywords)
3102         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
3103         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
3104         (ada-looking-at-semi-private, ada-get-body-name):
3105         Fix typos in docstrings.
3106         (ada-create-case-exception, ada-create-case-exception-substring):
3107         Fix typos in error messages.
3108         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
3110 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3112         * term/x-win.el (res-geometry): Don't set geometry from Xresources
3113         to default-frame-alist if default-frame-alist already contains
3114         width/height.
3116 2006-10-18  Richard Stallman  <rms@gnu.org>
3118         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
3119         Non-interactive arg is the value, not the expression.
3121         * simple.el (read-expression-map): Just set it, no defvar.
3123         * subr.el (insert-for-yank-1): If last inserted char has
3124         properties, mark them as rear-nonsticky.
3126         * recentf.el (recentf-mode): Doc fix.
3128         * facemenu.el (facemenu-add-new-face): Defend against symbol
3129         that isn't a face name.
3131         * dired-aux.el (dired-do-copy): Doc fix.
3133 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
3135         * simple.el (line-move-1): Ignore fields when moving to the
3136         beginning of line to avoid getting point stuck.
3138 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
3140         * textmodes/flyspell.el (flyspell-word-search-backward):
3141         Set inhibit-point-motion-hooks to avoid looping due to intangibile
3142         text.
3144 2006-10-16  Richard Stallman  <rms@gnu.org>
3146         * help-fns.el (describe-function-1): Special case optimization
3147         for self-insert-command.
3149 2006-10-16  Kim F. Storm  <storm@cua.dk>
3151         * ido.el (ido-reread-directory): Work in `dir' mode too.
3153 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
3155         * textmodes/table.el: Require 'regexp-opt.
3157 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3159         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
3160         Use shell-quote-argument.
3162         * shell.el (explicit-bash-args): Likewise.
3164         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
3165         Use grep -E rather than egrep.
3167 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3169         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
3171 2006-10-15  Kim F. Storm  <storm@cua.dk>
3173         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
3175 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3177         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
3178         to protect whitespace and metacharacters from the shell.
3180 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
3182         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
3184 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
3186         * subr.el (start-process-shell-command): Doc fix.
3188 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
3190         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
3191         the regexp for Maxima symbols.
3193 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3195         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
3196         (vc-find-root): Don't walk higher up than ~.
3198 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
3200         * international/utf-8.el (utf-translate-cjk-load-tables):
3201         Avoid clobbering last-coding-system-used during load.
3203 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
3205         * textmodes/reftex-global.el (reftex-create-tags-file):
3206         Quote file arguments.
3208 2006-10-12  Richard Stallman  <rms@gnu.org>
3210         * files.el (file-name-history): Add defvar.
3211         (save-some-buffers-action-alist): Improve description strings.
3213 2006-10-12  Andreas Schwab  <schwab@suse.de>
3215         * files.el (auto-mode-alist): Match change log file name also with
3216         a dash before a numeric extension.
3218 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
3220         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
3221         After 5.0:
3222         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
3224         After 5.1: Major edit.  Summary of most visible changes:
3226         - Multiple <<HERE per line allowed.
3227         - Handles multiline subroutine declaration headers (with comments).
3228           (The exception is `cperl-etags' - but it is not used in the rest
3229           of the mode.)
3230         - Fontifies multiline my/our declarations (even with comments,
3231           and with legacy `font-lock').
3232         - Major speedup of syntaxification, both immediate and postponed
3233           (3.5x to 15x [for different CPUs and versions of Emacs] on the
3234           huge real-life document I tested).
3235         - New bindings, edits to imenu.
3236         - "_" is made into word-char during fontification/syntaxification;
3237           some attempts to recognize non-word "_" during other operations too.
3238         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
3239         - autoload some more perldoc-related stuff
3240         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
3241         - Attempt to incorporate XEmacs edits which reached me.
3243         Fine-grained changelog:
3244         (cperl-hook-after-change): New configuration variable.
3245         (cperl-vc-sccs-header): Likewise.
3246         (cperl-vc-sccs-header): Likewise.
3247         (cperl-vc-header-alist): Default via two preceding variables.
3248         (cperl-invalid-face): Remove double quoting under XEmacs
3249                 (still needed under 21.2).
3250         (cperl-tips): Update URLs for resources.
3251         (cperl-problems): Likewise.
3252         (cperl-praise): Mention new features.
3253         New C-c key bindings: for `cperl-find-bad-style',
3254         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
3255         `cperl-perdoc', and `cperl-perldoc-at-point'.
3256         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
3257         moved, new submenu of Tools with Ispell entries and narrowing.
3258         (cperl-after-sub-regexp): New defsubst.
3259         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
3260                 Allows heads up to head4.
3261                 Allow "package;".
3262         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
3263         (paren-backwards-message): ??? Something for XEmacs???
3264         (cperl-mode): Never auto-switch abbrev-mode off.
3265                 Try to allow '_' be non-word char.
3266                 Do not use `font-lock-unfontify-region-function' on XEmacs.
3267                 Reset syntax cache on mode start.
3268                 Support multiline facification (even on legacy `font-lock').
3269         (cperl-facemenu-add-face-function): ??? Some contributed code ???
3270         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
3271                 refuse to inform us whether the fontification is due to lazy
3272                 calling or due to edit to a buffer, install our own hook
3273                 (controlled by `cperl-hook-after-change').
3274         (cperl-electric-pod): =cut may have been recognized as start.
3275         (cperl-block-p): Move, updatedfor attributes.
3276         (cperl-calculate-indent): Try to allow '_' be non-word char
3277                 Support subs with attributes.
3278         (cperl-where-am-i): Queit (?) a warning.
3279         (cperl-cached-syntax-table)     New function.
3280         (cperl-forward-re): Use `cperl-cached-syntax-table'.
3281         (cperl-unwind-to-safe): Recognize `syntax-type' property
3282                 changing in a middle of line.
3283         (cperl-find-sub-attrs): New function.
3284         (cperl-find-pods-heres): Allow many <<EOP per line.
3285                 Allow subs with attributes.
3286                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
3287                 Recognize "extproc " (OS/2) case-folded and only at start.
3288                 /x on s///x with empty replacement was not recognized.
3289                 Better comments.
3290         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
3291                 Allow subs with attributes, labels.
3292                 Do not confuse "else::foo" with "else".
3293                 Minor optimizations...
3294         (cperl-after-expr-p): Try to allow '_' be non-word char.
3295         (cperl-fill-paragraph): Try to detect a major bug in Emacs
3296                 with `looking-at' inside `narrow' and bulk out if found.
3297         (cperl-imenu--create-perl-index): Updates for new
3298                 `cperl-imenu--function-name-regexp-perl'.
3299         (cperl-outline-level): Likewise.
3300         (cperl-init-faces): Allow multiline subroutine headers
3301                 and my/our declarations, and ones with comments.
3302                 Allow subroutine attributes.
3303         (cperl-imenu-on-info): Better docstring.
3304         (cperl-etags): Rudimentary support for attributes.
3305                 Support for packages and "package;".
3306         (cperl-add-tags-recurse-noxs): Better (?) docstring.
3307         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
3308         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
3309         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
3310         (cperl-perldoc): Add autoload.
3311         (cperl-perldoc-at-point): Likewise.
3312         (cperl-here-doc-spell): New function.
3313         (cperl-pod-spell): Likewise.
3314         (cperl-map-pods-heres): Likewise.
3315         (cperl-get-here-doc-region): Likewise.
3316         (cperl-font-lock-fontify-region-function): Likewise (backward
3317                 compatibility for legacy `font-lock').
3318         (cperl-font-lock-unfontify-region-function): Fix style.
3319         (cperl-fontify-syntaxically): Recognize and optimize away deferred
3320                 calls with no-change.  Governed by `cperl-hook-after-change'.
3321         (cperl-fontify-update): Recognize that syntaxification region
3322                 can be larger than fontification one.
3323                 XXXX we leave `cperl-postpone' property, so this is quadratic...
3324         (cperl-fontify-update-bad): Temporary placeholder until
3325                 it is clear how to implement `cperl-fontify-update'.
3326         (cperl-time-fontification): New function.
3327         (attrib-group): New text attribute.
3328         (multiline): New value: `syntax-type' text attribute.
3330         After 5.2:
3331         (cperl-emulate-lazy-lock): New function.
3332         (cperl-fontify-syntaxically): Would skip large regions.
3333         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
3334         Some globals were declared, but uninitialized.
3336         After 5.3, 5.4:
3337         (cperl-facemenu-add-face-function): Add docs, fix U<>.
3338         Copyright message updated.
3339         (cperl-init-faces): Work around a bug in `font-lock'. May slow
3340                         facification down a bit.
3341                 Misprint for my|our|local for old `font-lock'
3342                         "our" was not fontified same as "my|local".
3343                 Highlight variables after "my" etc even in
3344                         a middle of an expression.
3345                 Do not facify multiple variables after my etc
3346                         unless parentheses are present.
3348         After 5.5, 5.6
3349         (cperl-fontify-syntaxically): after-change hook could reset.
3350         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
3352         After 5.7:
3353         (cperl-init-faces): Allow highlighting of local ($/).
3354         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
3355         (cperl-problems): Remove fixed problems.
3356         (cperl-find-pods-heres): Recognize #-comments in m##x too.
3357                 Recognize charclasses (unless delimiter is \).
3358         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
3359         (cperl-regexp-scan): Update docs.
3360         (cperl-beautify-regexp-piece): Use information got from regexp scan.
3362         After 5.8:
3363         Major user visible changes:
3364         Recognition and fontification of character classes in RExen.
3365         Variable indentation of RExen according to groups.
3367         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
3368                 Fontify REx charclasses in variable-name face.
3369                 Fontify POSIX charclasses in "type" face.
3370                 Fontify unmatched "]" in function-name face.
3371                 Mark first-char of HERE-doc as `front-sticky'.
3372                 Reset `front-sticky' property when needed.
3373         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
3374         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
3375         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
3376                 constructs.  Support `narrow'ed buffers.
3377         (cperl-praise): Remove a reservation.
3378         (cperl-make-indent): New function.
3379         (cperl-indent-for-comment): Use `cperl-make-indent'.
3380         (cperl-indent-line): Likewise.
3381         (cperl-lineup): Likewise.
3382         (cperl-beautify-regexp-piece): Likewise.
3383         (cperl-contract-level): Likewise.
3384         (cperl-toggle-set-debug-unwind): New function.
3385                 New menu entry for this.
3386         (fill-paragraph-function): Use when `boundp'.
3387         (cperl-calculate-indent): Take into account groups when indenting RExen.
3388         (cperl-to-comment-or-eol): Recognize # which end a string.
3389         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
3390         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
3391         (cperl-fontify-syntaxically): More clear debugging message.
3392         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
3393         (cperl-init-faces): More complicated highlight even on XEmacs (new).
3394         Merge cosmetic changes from XEmacs.
3396         After 5.9:
3397         (cperl-1+): Move to before the first use.
3398         (cperl-1-): Likewise.
3400         After 5.10:
3402         This code may lock Emacs hard!!!  Use at your own risk!
3404         (cperl-font-locking): New internal variable.
3405         (cperl-beginning-of-property): New function.
3406         (cperl-calculate-indent): Use `cperl-beginning-of-property'
3407         instead of `previous-single-property-change'.
3408         (cperl-unwind-to-safe): Likewise.
3409         (cperl-after-expr-p): Likewise.
3410         (cperl-get-here-doc-region): Likewise.
3411         (cperl-font-lock-fontify-region-function): Likewise.
3412         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
3413                         recursively.
3414                 Bound `next-single-property-change' via `point-max'.
3415         (cperl-unwind-to-safe): Bound likewise
3416         (cperl-font-lock-fontify-region-function): Likewise.
3417         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
3418                 Initialization of `cperl-font-lock-multiline-start' could be
3419                 missed if the "main" fontification did not run due to the
3420                 keyword being already fontified.
3421         (cperl-pod-spell): Return t from do-one-chunk function.
3422         (cperl-map-pods-heres): Stop when the worker returns nil.
3423                 Call `cperl-update-syntaxification'.
3424         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
3425         (cperl-get-here-doc-delim): Remove unused function.
3427         After 5.11:
3429         The possible lockup of Emacs (introduced in 5.10) fixed.
3431         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
3432         (cperl-syntaxify-for-menu): New customization variable.
3433         (cperl-select-this-pod-or-here-doc): New function.
3434         (cperl-get-here-doc-region): Extra argument.
3435                 Do not adjust pos by 1.
3437         New menu entries
3438                 (Perl/Tools): Selection of current POD or HERE-DOC section.
3439                 (Debugging CPerl:) backtrace on fontification.
3441         After 5.12:
3442         (cperl-cached-syntax-table): Use `car-safe'.
3443         (cperl-forward-re): Remove spurious argument SET-ST.
3444                 Add documentation.
3445         (cperl-forward-group-in-re): New function.
3446         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
3447         (XXXX Temporary (?) hack is to syntax-mark them as comment).
3449         After 5.13:
3450         (cperl-string-syntax-table): Make { and } not-grouping
3451           (Sometimes they ARE grouping in RExen, but matching them would only
3452            confuse in many situations when they are not)
3453         (beginning-of-buffer): Replace two occurences with goto-char...
3454         (cperl-calculate-indent): `char-after' could be nil...
3455         (cperl-find-pods-heres): REx can start after "[" too.
3456                 Hightlight (??{}) in RExen too.
3457         (cperl-maybe-white-and-comment-rex): New constant
3458         (cperl-white-and-comment-rex): Likewise.
3459                 XXXX Not very efficient, but hard to make
3460                 better while keeping 1 group.
3462         After 5.13:
3463         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
3464                 Likewise for 1 << identifier.
3466         After 5.14:
3467         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
3468                 Error-less condition-case could fail.
3469         (cperl-font-lock-fontify-region-function): Likewise.
3470         (cperl-init-faces): Likewise.
3472         After 5.15:
3473         (cperl-find-pods-heres): Support property REx-part2.
3474         (cperl-calculate-indent): Likewise.
3475                 Don't special-case REx with non-empty 1st line.
3476         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
3477                 Invert highlighting of charclasses:
3478                         now the envelop is highlighted.
3479                 Highlight many others 0-length builtins.
3480         (cperl-praise): Mention indenting and highlight in RExen.
3482         After 5.15:
3483         (cperl-find-pods-heres): Highlight capturing parens in REx.
3485         After 5.16:
3486         (cperl-find-pods-heres): Highlight '|' for alternation
3487         Initialize `font-lock-warning-face' if not present.
3488         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
3489                          `font-lock-function-name-face'.
3490         (cperl-look-at-leading-count): Likewise.
3491         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
3492                         `font-lock-keyword-face' (needed for
3493                         batch processing), etc...
3494                 Use `font-lock-builtin-face' for builtin in REx
3495                         Now `font-lock-variable-name-face'
3496                         is used for interpolated variables
3497                 Use "talking aliases" for faces inside REx
3498                 Highlight parts of REx (except in charclasses)
3499                         according to the syntax and/or semantic
3500                 Syntax-mark a {}-part of (?{}) as "comment"
3501                         (it was the ()-part)
3502                 Better logic to distinguish what is what in REx
3503         (cperl-tips-faces): Document REx highlighting
3504         (cperl-praise): Mention REx syntax highlight etc.
3506         After 5.17:
3507         (cperl-find-sub-attrs): Would not always manage to print error message.
3508         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
3510         After 5.18:
3511         (cperl-find-pods-heres): Misprint in REx for parsing REx.
3512                 Very minor optimization.
3513                 `my-cperl-REx-modifiers-face' got quoted.
3514                 Recognize "print $foo <<END" as HERE-doc.
3515                 Put `REx-interpolated' text attribute if needed.
3516         (cperl-invert-if-unless-modifiers): New function.
3517         (cperl-backward-to-start-of-expr): Likewise.
3518         (cperl-forward-to-end-of-expr): Likewise.
3519         (cperl-invert-if-unless): Works in "the opposite way" too.
3520                 Cursor position on return is on the switch-word.
3521                 Indents comments better.
3522         (REx-interpolated): New text attribute.
3523         (cperl-next-interpolated-REx): New function.
3524         (cperl-next-interpolated-REx-0): Likewise.
3525         (cperl-next-interpolated-REx-1): Likewise.
3526         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
3527         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
3528         (cperl-praise): Mention finded interpolated RExen.
3530         After 5.19:
3531         (cperl-init-faces): Highlight %$foo, @$foo too.
3532         (cperl-short-docs): Better docs for system, exec.
3533         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
3534                 Would not find HERE-doc ended by EOF without NL.
3535         (cperl-short-docs): Correct not-doubled \-escapes.
3536         start block: Put some `defvar' for stuff gone from XEmacs.
3538         After 5.20:
3539         initial comment: Extend copyright, fix email address.
3540         (cperl-indent-comment-at-column-0): New customization variable.
3541         (cperl-comment-indent): Indentation after $#a would increasy by 1.
3542         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
3543         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
3544         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
3545         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
3546                         highlight $ in $foo too (UNTESTED).
3547         (cperl-set-style): Docstring missed some available styles.
3548         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
3549                 Change "Current" to "Memorize Current".
3550         (cperl-indent-wrt-brace): New customization variable; the default is
3551                 as for pre-5.2 version.
3552         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
3553         (cperl-style-alist): Likewise.
3554         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
3555                 and `cperl-extra-newline-before-brace' etc
3556                 being t
3557         (cperl-indent-exp): Plans B and C to find continuation blocks even
3558                 if `cperl-extra-newline-before-brace' is t.
3560         After 5.21:
3561         Improve some docstrings concerning indentation.
3562         (cperl-indent-rules-alist): New variable.
3563         (cperl-sniff-for-indent): New function name
3564                 (separated from `cperl-calculate-indent').
3565         (cperl-calculate-indent): Separate the sniffer and the indenter;
3566                 uses `cperl-sniff-for-indent' now.
3567         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
3568                 was inverted;
3569                 Support `comment-column' = 0.
3571 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
3573         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
3574         * help-at-pt.el (scan-buf-move-to-region): Likewise.
3575         * longlines.el (longlines-window-change-function): Likewise.
3576         * simple.el (undo-ask-before-discard): Likewise.
3577         * wid-edit.el (widget-field-prompt-internal)
3578         (widget-documentation-link-p): Likewise.
3580 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3582         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
3583         for a keyword.
3585 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3587         * newcomment.el (comment-valid-prefix-p): Make the check
3588         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
3589         (comment-indent-new-line): Adjust call.
3591 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
3593         * allout.el (allout-back-to-current-heading): Base on lower-level
3594         routines to get proper disqualification of aberrant topics.
3596 2006-10-09  Richard Stallman  <rms@gnu.org>
3598         * textmodes/two-column.el (2C-two-columns): Doc fix.
3600 2006-10-09  Kim F. Storm  <storm@cua.dk>
3602         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
3603         about implicit use.
3605 2006-10-08  Richard Stallman  <rms@gnu.org>
3607         * textmodes/two-column.el (2C-two-columns): Doc fix.
3609 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3611         * files.el: Mark `buffer-read-only' as safe-local-variable.
3613 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
3615         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
3616         Burp if GUD buffer has been killed.
3618 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3620         * completion.el (add-completions-from-c-buffer):
3621         Don't presume an error's second element is a string.
3622         Use looking-at rather than buffer-substring + member.
3624 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
3626         * mail/rmail.el (rmail-redecode-body): If the old encoding is
3627         `undecided', call find-coding-systems-region to find a proper
3628         non-trivial encoding.
3629         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
3630         and "text/plain".
3632 2006-10-07  Kevin Ryde  <user42@zip.com.au>
3634         * textmodes/reftex-vars.el (defgroup reftex): Update home page
3635         url-link.
3637         * strokes.el (defgroup strokes): Remove invalid url-link.
3639 2006-10-07  Magnus Henoch  <mange@freemail.hu>
3641         * autoinsert.el (auto-insert-alist): Doc fix.
3643 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3645         * mouse-sel.el (mouse-insert-selection-internal):
3646         Use insert-for-yank, so that yank handlers are run.
3648 2006-10-07  Kim F. Storm  <storm@cua.dk>
3650         * ido.el (ido-file-extension-aux): Fix comparison.
3652 2006-10-06  Kim F. Storm  <storm@cua.dk>
3654         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
3656 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
3658         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
3659         (ad-make-mapped-call): Use `let', not `let*'.
3661 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
3663         * international/mule-cmds.el (coding-system-change-eol-conversion):
3664         Ensure the coding system is initialized before calling
3665         coding-system-eol-type.
3667 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
3669         * textmodes/org.el (org-rm-props, org-activate-plain-links)
3670         (org-activate-angle-links, org-activate-dates)
3671         (org-activate-target-links, org-activate-camels)
3672         (org-activate-tags): Add `rear-nonsticky' text property to avoid
3673         textproperty keymaps from being active beyond the end of a line.
3674         (org-unfontify-region): Also remove `rear-nonsticky' property.
3676 2006-10-04  Kenichi Handa  <handa@m17n.org>
3678         * international/code-pages.el (next): Table fixed.
3680 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3682         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
3683         that it's been made unnecessary by removing narrowing.
3685 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3687         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
3688         control flow a bit, simplify another bit, and add comments.
3690 2006-10-03  David Kastrup  <dak@gnu.org>
3692         * help.el (describe-mode): For clicks on mode-line, use "@"
3693         interactive argument to get the major mode of the click instead of
3694         the current buffer.
3696         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
3697         in order to better redirect mouse-2 clicks.  Also allow default
3698         bindings to apply.
3700 2006-10-03  Kim F. Storm  <storm@cua.dk>
3702         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
3703         (pushnew): Fix last change.
3705 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
3707         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
3708         Use the interactive spec of `eval-expression'.
3710 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3712         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
3714 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
3716         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
3717         2006-09-28 commit.
3719 2006-10-02  Kenichi Handa  <handa@m17n.org>
3721         * international/code-pages.el (iso-8859-6): Table fixed.
3723 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
3725         * dired.el (dired-build-subdir-alist): Fix previous change.
3727 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>
3729         * simple.el (undo-elt-crosses-region): Fix the inequalities.
3731 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3733         * emacs-lisp/find-func.el (find-function-regexp): Don't match
3734         "define-button-type".
3736         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
3737         they don't keep accumulating.
3739 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3741         * ffap.el (ffap-rfc-path): Change the address of the RFC
3742         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
3744 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
3746         * allout.el (allout-expose-topic): Rectify implementation of "+"
3747         spec, so that bodies are not exposed with headlines.
3749 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
3751         * allout.el (allout-current-depth): Do aberrent check only at or
3752         below doublecheck depth.
3753         (allout-chart-subtree): Make it explicit that LEVELS being nil
3754         means unlimited depth.  Drop undocumented support for LEVELS value
3755         t meaning unlimited depth.  (This is consistent with
3756         allout-chart-to-reveal, but contrary to allout-show-children,
3757         which needs to use nil to default to depth of 1.)
3758         (allout-goto-prefix-doublechecked): Wrap long docstring line.
3759         (allout-chart-to-reveal): Be explicit in docstring about meaning
3760         of nil LEVELS, and drop support for LEVELS value t.
3761         (allout-show-children): Translate the level spec used by this
3762         routine to that used by allout-chart-subtree and
3763         allout-chart-to-reveal.
3764         (allout-show-to-offshoot): Retry once when stuck, after opening
3765         subtree - improvements in discontinuity handling likely will
3766         enable progress.
3768 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
3770         * wid-edit.el (widget-button-click-moves-point): New variable.
3771         (widget-button-click): If widget-button-click-moves-point is
3772         non-nil, set point after performing the button action
3774         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
3776 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
3778         * files.el (find-file-existing): Modify to not allow wildcards.
3780 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3782         * simple.el (undo-more): When undo information for the region is
3783         exhausted, say "No further undo information FOR REGION".
3785 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3787         * progmodes/sh-script.el (sh-prev-thing):
3788         Take `sh-leading-keywords' into account.
3790 2006-09-29  Glenn Morris  <rgm@gnu.org>
3792         * custom.el (defcustom): Doc fix.
3794         * calendar/calendar.el (european-calendar-style):
3795         Call european-calendar or american-calendar as needed when set.
3796         (diary-view-entries, list-calendar-holidays): Move autoloads
3797         before use.
3799 2006-09-29  Juri Linkov  <juri@jurta.org>
3801         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
3802         to nil if there is no previous property change.
3804 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3806         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
3807         saving anything to be sure that `forward-sexp' behaves correctly.
3809 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
3811         * simple.el (line-move-finish): Ignore field boundaries if the
3812         initial and final points have the same `field' property.
3814 2006-09-29  Kim F. Storm  <storm@cua.dk>
3816         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
3817         to t while calling ido-read-internal.
3819 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
3821         * textmodes/org.el (org-file-remote-p): Get regexp from list.
3822         (org-archive-subtree): Remove erraneous `]' from character list.
3824 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
3826         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
3827         (ses-reconstruct-all): Make undo of "insert row" work by keeping
3828         markers for data-area and parameters-area.
3830 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3832         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
3834         * font-lock.el (font-lock-after-change-function): Refontify next line
3835         as well if end is at BOL.
3836         (font-lock-extend-jit-lock-region-after-change): Be more careful to
3837         only extend the region as much as needed.
3839 2006-09-28  Richard Stallman  <rms@gnu.org>
3841         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
3843         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
3845         * international/mule.el (after-insert-file-set-coding):
3846         If VISIT, don't let set-buffer-multibyte make undo info.
3848 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
3850         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
3851         lines in base64-encoded authentication response.
3853 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3855         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
3856         (ebnf-version): New version 4.3.
3857         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
3858         (ebnf-prologue): Adjust PostScript programming.
3859         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
3860         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
3862 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3864         * jit-lock.el (jit-lock-force-redisplay): Rename from
3865         jit-lock-fontify-again, and undo the mistaken change I've just done.
3867         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
3868         (jit-lock-fontify-again): Don't refontify text that's not displayed.
3870 2006-09-26  Kenichi Handa  <handa@m17n.org>
3872         * startup.el (display-splash-screen): Allow a prefix argument.
3874 2006-09-25  Jason Rumney  <jasonr@gnu.org>
3876         * subr.el (shell-quote-argument): Use DOS logic for Windows
3877         shells with DOS semantics.
3879 2006-09-24  Richard Stallman  <rms@gnu.org>
3881         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
3882         (compilation-goto-locus): Use compilation-goto-locus-delete-o
3883         to delete the overlay.  Put it on pre-command-hook.
3885         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
3887         * startup.el (fancy-splash-screens, normal-splash-screen):
3888         Call the splash buffer *About GNU Emacs*.
3890         * simple.el (next-error-highlight, next-error-highlight-no-select):
3891         Default to 0.5.
3892         (yank-excluded-properties): Add `fontified'.
3894         * font-lock.el (font-lock-compile-keywords): Allow value of
3895         syntax-begin-function to enable paren-column-0 highlighting.
3897 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
3899         * dired.el (dired-build-subdir-alist): When file ends in colon,
3900         don't exit the loop, just disregard that file.
3902 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
3904         * simple.el (line-move-finish): Handle corner case for fields in
3905         continued lines.
3906         (line-move-1): Remove flawed test for that case.
3908 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
3910         * icomplete.el (icomplete-simple-completing-p): Use the correct
3911         name for the new variable, `icomplete-with-completion-tables'.
3912         (file local variables): Remove superfluous setting.
3914 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
3916         * calendar/appt.el (appt-check): Fix typo for appointments just
3917         after midnight.
3919 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
3921         * help.el (describe-key-briefly, describe-key): Don't expect an
3922         extra up event if a down-event is generated by a popup menu.
3924 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
3926         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
3927         local dictionary when changing the global dictionary.
3929 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
3931         * icomplete.el (icomplete-with-completion-tables): List of
3932         specialized completion tables with which icomplete should
3933         operate.  Include the new `internal-complete-buffer', so icomplete
3934         works with interactive buffer-selection.
3935         (icomplete-simple-completing-p): Add acceptance of specialized
3936         completion tables listed in icomplete-with-completion-tables.
3938 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3940         * frame.el (focus-follows-mouse): Set default to nil on Mac.
3942         * startup.el (command-line): Use `custom-reevaluate-setting' for
3943         `focus-follows-mouse'.
3945 2006-09-22  Richard Stallman  <rms@gnu.org>
3947         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
3948         explain why Save is not available.
3950 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
3952         * woman.el (woman0-so): Use `let*', not `let'.
3953         (woman-horizontal-line): Remove unbalanced parenthesis.
3955 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3957         * woman.el: Make sure all the end-of-region markers we use have
3958         a non-nil insertion-type.
3959         (woman0-so): Move things around so we can use copy-marker.
3960         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
3961         Adjust marker type.
3962         (woman2-process-escapes): Check marker type.
3963         (woman-horizontal-line): Dispense with the use of a marker.
3965 2006-09-22  Jay Belanger  <belanger@truman.edu>
3967         * calc/calc-lang.el: Add Greek letters to math-variable-table
3968         property of tex.
3970 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
3972         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
3974 2006-09-22  Masatake YAMATO  <jet@gyve.org>
3976         * add-log.el (add-log-current-defun): Use `forward-sexp'
3977         instead of `forward-word' to pick c++::symbol.
3978         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
3980 2006-09-22  Kenichi Handa  <handa@m17n.org>
3982         * bindings.el: Fix setting self-insert-command for multibyte
3983         characters in global-map.
3985 2006-09-21  David Kastrup  <dak@gnu.org>
3987         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
3988         doc string.
3990 2006-09-21  Kenichi Handa  <handa@m17n.org>
3992         * language/european.el ("Latin-1"): Add windows-1252 to
3993         coding-priority.
3994         ("German"): Likewise.
3996 2006-09-21  Kim F. Storm  <storm@cua.dk>
3998         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
3999         Suggested by Miles Bader.
4001         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
4002         instead of add-to-list in the simple case.
4004 2006-09-20  Kenichi Handa  <handa@m17n.org>
4006         * isearch.el (isearch-process-search-char): Cancel the previous change.
4007         (isearch-search-string): New function.
4008         (isearch-search): Use isearch-search-string.
4009         (isearch-lazy-highlight-search): Likewise.
4011 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4013         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
4014         string to become an option.
4016 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4018         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
4020 2006-09-20  Kim F. Storm  <storm@cua.dk>
4022         * simple.el (line-move-partial): Call pos-visible-in-window-p with
4023         position t instead of trying both window-end and window-end - 1.
4025 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
4027         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
4028         hidden trees.
4030 2006-09-20  David Kastrup  <dak@gnu.org>
4032         * mouse.el (mouse-posn-property): Improve doc string.
4033         (mouse-on-link-p): Change buffers for function calls on links.
4035         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
4036         buffer is read-only.
4038 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
4040         * allout.el (allout-unprotected): Let inhibit-read-only only when
4041         buffer-read-only isn't set.
4042         (allout-annotate-hidden): Enable topic annotation during copies even
4043         when the buffer is read-only, eg for topic copies.  Ensure that the loop
4044         advances, even when the span extends beyond the deletion region.
4045         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
4046         rather than allout-exposure-changed-hook, as a stronger assertion.
4047         (allout-keybindings-list): Add bindings for
4048         allout-copy-line-as-kill and allout-copy-topic-as-kill.
4049         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
4050         Copy wrappers for allout-kill-line and allout-kill-topic.
4051         (allout-listify-exposed): Position correctly to accumulate lines.
4053 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
4055         * simple.el (line-move-1): Escape field boundaries occurring
4056         exactly at point.  Update goal column if constrained to a field.
4057         (line-move-finish): Escape field boundaries occurring exactly at point.
4059 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4061         * mouse.el (mouse-on-link-p): Tentatively fix last change.
4062         (mouse-drag-vertical-line): Remove unused var `wconfig'.
4064 2006-09-19  Kim F. Storm  <storm@cua.dk>
4066         * help.el (describe-key-briefly, describe-key): Simplify printing
4067         of descriptions by using format and %S.  Fix "is undefined"
4068         messages to say "at that spot" for mouse events.
4070         * simple.el (line-move-partial): Optimize.  Try window-line-height
4071         before posn-at-point to get vpos of current line.
4073 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
4075         * viper.el: Bump up version/date of update to reflect the substantial
4076         changes done in August 2006.
4078         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
4079         are defined.
4081         * ediff-util.el (ediff-add-to-history): New function.
4083         * ediff.el: Use ediff-add-to-history instead of add-to-history.
4085 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4087         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
4088         Delete duplicate make-local-variable form.
4089         (conf-space-keywords): Add autoload cookie.
4090         Fix typo (`keywords', not `keyword').
4092 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4094         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
4095         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
4096         to x-gtk-use-old-file-dialog
4098 2006-09-18  Richard Stallman  <rms@gnu.org>
4100         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
4101         that might come in during mouse tracking.
4103 2006-09-18  Kim F. Storm  <storm@cua.dk>
4105         * simple.el (line-move-partial): Rework 2006-09-15 change to use
4106         new window-line-height function.  Further optimize by not calling
4107         pos-visible-in-window-p for window-end when window-line-height
4108         returns useful information.
4110 2006-09-16  Richard Stallman  <rms@gnu.org>
4112         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
4113         (conf-space-mode): Don't handle prefix arg.
4114         Delete conf-space-keywords-override code.
4115         Use add-hook.
4116         (conf-space-keywords): New command.
4117         (conf-space-mode-internal): Be careful with imenu-generic-expression.
4118         Delete conf-space-keywords-override code.
4119         (conf-space-keywords-alist): Doc fix.
4120         (conf-space-font-lock-keywords): Doc fix.
4121         (conf-space-keywords-override): Var deleted.
4123 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
4125         * startup.el (fancy-splash-screens): Don't switch to the scratch
4126         buffer; it may not be the next buffer.
4128 2006-09-16  Romain Francoise  <romain@orebokech.com>
4130         * saveplace.el (load-save-place-alist-from-file): Use expanded name
4131         in both messages.
4133 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
4135         * progmodes/python.el (python-preoutput-filter):
4136         Fix arg order to string-match.
4138 2006-09-16  Richard Stallman  <rms@gnu.org>
4140         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
4141         font-lock-compile-keywords.
4143         * font-lock.el (font-lock-compile-keywords): Rename optional arg
4144         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
4146 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4148         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
4150         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
4151         and the data doesn't look like UTF8, send STRING instead.
4153 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
4155         * textmodes/flyspell.el (flyspell-check-region-doublons):
4156         New function to detect duplicated words.
4157         (flyspell-large-region): Use it.
4159 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
4161         * simple.el (line-move-to-column): Revert 2006-08-03 change.
4163 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
4165         * help.el (describe-prefix-bindings): Use let, not let*.
4167 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
4169         * allout.el (allout-regexp, allout-line-boundary-regexp)
4170         (allout-bob-regexp): Correct grouping and boundaries to fix
4171         backwards traversal.
4172         (allout-depth-specific-regexp, allout-depth-one-regexp):
4173         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
4174         worse time in allout-ascend.
4175         (allout-doublecheck-at-and-shallower): Identify depth threshold
4176         below which topics are checked for and disqualified by containment
4177         discontinuities.
4178         (allout-hotspot-key-handler): Correctly handle multiple-key
4179         strokes.  Remove some unused variables.
4180         (allout-mode-leaders): Clarify that mode-specific comment-start
4181         will be used.
4182         (set-allout-regexp): Correctly regexp-quote allout regexps to
4183         properly accept alternative header-leads and primary bullets with
4184         regexp-specific characters (eg, C "/*", mathematica "(*").
4185         Include new regular expressions among those configured.
4186         (allout-infer-header-lead-and-primary-bullet):
4187         Rename allout-infer-header-lead.
4188         (allout-recent-depth): Manifest as a variable as well as a function.
4189         (allout-prefix-data): Simplify into an inline instead of a macro,
4190         assuming current match data rather than being explicitly passed
4191         it.  Establish allout-recent-depth value as well as
4192         allout-recent-prefix-beginning and allout-recent-prefix-end.
4193         (allout-aberrant-container-p): True when an item's immediate
4194         offspring discontinuously contained.  Useful for disqualifying
4195         unintended topic prefixes, likely at low depths.
4196         (allout-goto-prefix-doublechecked): Elaborate version of
4197         allout-goto-prefix which disqualifies aberrant pseudo-items.
4198         (allout-pre-next-prefix): Layer on top of lower-level routines, to
4199         get disqualification of aberrant containers.
4200         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
4201         containers.
4202         (allout-beginning-of-current-entry): Position at start of buffer
4203         when in container (depth 0) entry.
4204         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
4205         (allout-current-bullet): Strip text properties.
4206         (allout-get-prefix-bullet): Use right match groups.
4207         (allout-beginning-of-line, allout-next-heading):
4208         Disqualify aberrant containers.
4209         (allout-previous-heading): Disqualify aberrant containers, and
4210         change to regular (rather than inline) function, to allow
4211         self-recursion.
4212         (allout-get-invisibility-overlay): Increment so progress is made
4213         when the first overlay is not the sought one.
4214         (allout-end-of-prefix): Disqualify aberrant containers.
4215         (allout-end-of-line): Cycle something like allout-beginning-of-line.
4216         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
4217         outline.el outlines) functional again.  Change the primary bullet
4218         along with the header-lead - level 1 new-style bullets now work.
4219         Engage allout-before-change-handler in mainline Emacs, not just
4220         XEmacs, to do undo handling.
4221         (allout-before-change-handler): Expose undo changes occurring in
4222         hidden regions.  Use allout-get-invisibility-overlay instead of
4223         reimplementing it inline.
4224         (allout-chart-subtree): Use start rather than end of prefix in
4225         charts.  Use allout-recent-depth variable.
4226         (allout-chart-siblings): Disqualify aberrant topics.
4227         (allout-beginning-of-current-entry): Position correctly.
4228         (allout-ascend): Use new allout-depth-specific-regexp and
4229         allout-depth-one-regexp for linear instead of O(N^2) or worse
4230         behavior.
4231         (allout-ascend-to-depth): Depend on allout-ascend, rather than
4232         reimplementing an algorithm.
4233         (allout-up-current-level): Depend on allout-ascend, rather than
4234         reimplementing an algorithm.  Return to start-point if we fail.
4235         (allout-descend-to-depth): Use allout-recent-depth variable
4236         instead of function.
4237         (allout-next-sibling): On traversal of numerous intervening
4238         topics, resort to economical allout-next-sibling-leap.
4239         (allout-next-sibling-leap): Specialized version of
4240         allout-next-sibling that uses allout-ascend cleverly, to depend on
4241         a regexp search to leap large numbers of contained topics, rather
4242         than arbitrarily many one-by-one traversals.
4243         (allout-next-visible-heading): Disqualify aberrant topics.
4244         (allout-previous-visible-heading): Position consistently when
4245         interactive.
4246         (allout-forward-current-level): Base on allout-previous-sibling
4247         rather than (differently) reimplmenting the algorithm.  Remove some
4248         unused variables.
4249         (allout-solicit-alternate-bullet): Present default choice stripped
4250         of text properties.
4251         (allout-rebullet-heading): Use bullet stripped of text properties.
4252         Register changes using allout-exposure-change-hook.
4253         Disregard aberrant topics.
4254         (allout-shift-in): With universal-argument, make topic a peer of
4255         it's former offspring.  Simplify the code by separating out
4256         allout-shift-out functionality.
4257         (allout-shift-out): With universal-argument, make offspring peers
4258         of their former container, and its siblings.  Implement the
4259         functionality here, rather than inappropriately muddling the
4260         implementation of allout-shift-in.
4261         (allout-rebullet-topic): Respect additional argument for new
4262         parent-child separation function.
4263         (allout-yank-processing): Use allout-ascend directly.
4264         (allout-show-entry): Disqualify aberrant topics.
4265         (allout-show-children): Handle discontinuous children gracefully,
4266         extending the depth being revealed to expose them and posting a
4267         message indicating the situation.
4268         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
4269         Leave cursor in correct position.
4270         (allout-hide-current-subtree): Use allout-ascend directly.
4271         Disqualify aberrant topics.
4272         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
4273         a way that the yanks can restore it, as used to happen.
4274         (allout-yank-processing): Restore exposure layout as recorded by
4275         allout-kill-*, as used to happen.
4276         (allout-annotate-hidden, allout-hide-by-annotation): New routines
4277         for preseving and restoring exposure layout across kills.
4278         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
4279         (allout-encrypt-string): Strip text properties.
4280         Rearranged order and outline-headings for some of the
4281         miscellaneous functions.
4282         (allout-resolve-xref): No need to quote the error name in the
4283         condition-case handler section.
4284         (allout-flatten): Classic recursive (and recursively intensive,
4285         without tail-recursion) list-flattener, needed by allout-shift-out
4286         when confronted with discontinuous children.
4288 2006-09-16  Jason Rumney  <jasonr@gnu.org>
4290         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
4291         on ms-windows.
4292         (dnd-open-unc-file): Remove.
4293         (dnd-open-local-file): Mention in doc string that it also handles
4294         remote files if the system natively supports unc file-names.
4296 2006-09-15  Kim F. Storm  <storm@cua.dk>
4298         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
4299         all necessary information about the event before erasing *Help*.
4301         * simple.el (line-move-partial): Use window-line-visiblity to
4302         quickly check whether last line is partially visible, and only do
4303         the hard (and slow) part in that case.
4305 2006-09-15  Jay Belanger  <belanger@truman.edu>
4307         * COPYING: Replace "Library Public License" by "Lesser Public
4308         License" throughout.
4310 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4312         * term/x-win.el (x-menu-bar-open): New function for F10.
4314 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
4316         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4317         Disallow filenames containing " -" to avoid confusion with libtool
4318         compilation messages.  Suggested by Stefan Monnier.
4320 2006-09-15  David Kastrup  <dak@gnu.org>
4322         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
4323         instead of buffer position for `mouse-on-link-p'.
4325         * mouse.el (mouse-posn-property): New function looking up the
4326         properties at a click position in overlays and text properties in
4327         either buffer or strings.
4328         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
4329         of both `follow-link' as well as `mouse-face' properties.
4330         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
4331         buffer position.
4333         * help.el (describe-key-briefly): When reading a down-event on
4334         mode lines or scroll bar, swallow the following up event, too.
4335         Use the new mouse sensitity of `key-binding' for lookup.
4336         (describe-key): The same here.
4338 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
4340         * play/life.el (life-patterns): Add a few more interesting patterns.
4341         (life-setup): Force `show-trailing-whitespace' to nil.
4343 2006-09-14  Richard Stallman  <rms@gnu.org>
4345         * startup.el (fancy-splash-text): Change text to improve alignment.
4346         (fancy-splash-screens): Don't set non-standard tab width.
4347         Bind cursor-type temporarily, and make it easy to patch to
4348         preserve the splash buffer.
4349         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
4350         (fancy-splash-screens): Display echo-area message explicitly.
4351         Don't set fancy-splash-help-echo.
4353         * simple.el (line-number-mode): Group mode-line instead of
4354         editing-basics.
4355         (column-number-mode, size-indication-mode): Likewise.
4357         * faces.el (mode-line-faces): Group mode-line instead of modeline.
4359         * time.el (display-time): Group mode-line instead of modeline.
4361         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
4363 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
4365         * startup.el (fancy-splash-text): Move editing instructions to
4366         fancy-splash-head.
4367         (fancy-splash-head): Issue editing instructions.
4368         (fancy-splash-screens): Fixup whitespace.
4370 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4372         * bindings.el (mode-line-buffer-identification-keymap):
4373         Remove duplicate line.
4375 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4377         * ido.el (ido-ignore-item-p): Allow any kind of functions in
4378         ignore lists.
4380 2006-09-14  Kim F. Storm  <storm@cua.dk>
4382         * jit-lock.el (jit-lock-fontify-again): New function.
4383         (jit-lock-fontify-now): Use it instead of lambda form.
4385 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
4387         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
4388         (flyspell-auto-correct-word): Make ispell-filter local to these
4389         functions.  Check that ispell-filter has new stuff before calling
4390         ispell-parse-output.
4392 2006-09-13  Kim F. Storm  <storm@cua.dk>
4394         * simple.el (line-move-partial): Optimize.
4396 2006-09-13  Richard Stallman  <rms@gnu.org>
4398         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
4399         Delete spurious backquote.
4401 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
4403         * net/rcirc.el (rcirc-print): Fix last change.
4405 2006-09-12  Jay Belanger  <belanger@truman.edu>
4407         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
4409 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
4411         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
4412         rcirc-show-maximum-output.
4413         (rcirc-mode): Remove window-scroll-function hook.
4414         (rcirc-scroll-to-bottom): Remove function.
4415         (rcirc-print): Recenter so point stays at the bottom of the window
4416         if point was already there.
4418 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
4420         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
4421         not to "t".
4422         * progmodes/compile.el (compilation-start): Likewise.
4423         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4424         Don't use expand-file-name on invocation-directory, since this
4425         might mishandle special characters in invocation-directory.
4427 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4429         * pcvs-defs.el: Remove * in defcustom's docstrings.
4431 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
4433         * progmodes/compile.el (compilation-directory-properties):
4434         Doc fix for help-echo.
4436 2006-09-12  Lars Hansen  <larsh@soem.dk>
4438         * desktop.el (desktop-read): Add comment.
4440 2006-09-12  Kim F. Storm  <storm@cua.dk>
4442         * simple.el (next-error-highlight, next-error-highlight-no-select):
4443         Fix spelling error.
4445         * subr.el (sit-for): Rework to use input-pending-p and cond.
4446         Return nil input is pending on entry also for SECONDS <= 0.
4447         (while-no-input): Use input-pending-p instead of sit-for.
4449 2006-09-11  Richard Stallman  <rms@gnu.org>
4451         * simple.el (next-error-highlight, next-error-highlight-no-select):
4452         Fix custom type and doc strings.
4454 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4456         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
4457         (diff-apply-hunk): Use it to ask for confirmation.
4459 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
4461         * emacs-lisp/cl.el (pushnew): Add missing `,'.
4463 2006-09-11  David Kastrup  <dak@gnu.org>
4465         * help.el (string-key-binding, describe-key-briefly)
4466         (describe-key): Remove `string-key-binding' and its callers since
4467         `key-binding' already caters for the proper lookup now.
4469 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4471         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
4472         (cfengine-mode): Use it.  Fix \ syntax to be like /.
4474         * bindings.el (mode-line-buffer-identification-keymap):
4475         Move initialization into declaration.
4477 2006-09-10  Kim F. Storm  <storm@cua.dk>
4479         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
4480         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
4481         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
4482         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
4484 2006-09-10  Richard Stallman  <rms@gnu.org>
4486         * dired-aux.el: Handle errors in recursive copy usefully.
4487         (dired-create-files-failures): New variable.
4488         (dired-copy-file): Remove condition-case.
4489         (dired-copy-file-recursive): Check for errors on all file
4490         operations, and add them to dired-create-files-failures.
4491         Check file file-date-erorr here too.
4492         (dired-create-files): Check dired-create-files-failures
4493         and report those errors too.
4495         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
4497         * subr.el (add-to-list): New argument COMPARE-FN.
4499 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4501         * filecache.el (file-cache-add-directory)
4502         (file-cache-add-directory-list, file-cache-add-file)
4503         (file-cache-add-directory-using-find)
4504         (file-cache-add-directory-using-locate)
4505         (file-cache-add-directory-recursively): Add autoloads.
4507 2006-09-09  Richard Stallman  <rms@gnu.org>
4509         * textmodes/conf-mode.el (conf-space-mode):
4510         Use hack-local-variables-hook instead of calling hack-local-variables.
4511         (conf-space-keywords-override): New variable.
4512         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
4513         (conf-space-mode): Always make conf-space-keywords and
4514         conf-space-keywords-override local.
4515         Call conf-space-mode-internal directly as well as via hook.
4517 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
4519         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
4520         quasi-keywords.
4522 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4524         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
4525         (python-send-string): Be slightly more careful about adding \n.
4527         * startup.el (normal-splash-screen): Don't display the buffer if we'll
4528         kill it right away anyway.
4530 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
4532         * international/codepage.el (cp850-decode-table): Fix a few codes.
4533         (cp858-decode-table): New variable.
4535 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
4537         * net/ldap.el (ldap-search-internal): Doc fix.
4539 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4541         * play/life.el (life-display-generation): Test for input manually if
4542         `sleeptime' is negative or null.
4544         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
4545         (print-region-1): Substitute `%s' with the page title.
4547 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
4549         * locate.el (locate-current-search): New variable.
4550         (locate): Set buffer local value.  Use current buffer if it is
4551         in Locate mode.
4552         (locate-mode): Disable undo here.
4553         (locate-do-setup): Use locate-current-filter from buffer to be killed.
4554         (locate-update): Use locate-current-search and locate-current-filter.
4556 2006-09-08  David Kastrup  <dak@gnu.org>
4558         * desktop.el (desktop-read): When loading a desktop, disable
4559         saving it while the load progresses, and switch off a pending lazy
4560         load by calling `desktop-lazy-abort'.
4562 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
4564         * window.el (mouse-autoselect-window-timer)
4565         (mouse-autoselect-window-position)
4566         (mouse-autoselect-window-window)
4567         (mouse-autoselect-window-now): New vars.
4568         (mouse-autoselect-window-cancel)
4569         (mouse-autoselect-window-select)
4570         (mouse-autoselect-window-start): New functions.
4571         (handle-select-window): Call `mouse-autoselect-window-start' when
4572         delayed window autoselection is enabled.
4574         * cus-start.el (mouse-autoselect-window): Handle delayed window
4575         autoselection.
4577         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
4578         commands after which it is allowed to print in the echo area.
4580 2006-09-08  Richard Stallman  <rms@gnu.org>
4582         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
4584         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
4585         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
4587         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
4588         (cancel-timer-internal): Add doc string.
4589         (cancel-function-timers): Doc fix.
4590         (with-timeout-handler, timer-event-last*): Add doc strings.
4592         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
4594         * files.el (risky-local-variable-p): Match ...-bindat-spec.
4596         * dired.el (dired-log-summary): Add doc string.
4598         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
4599         (custom-group-menu-create): Not here.
4601 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
4603         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
4605 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4607         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
4608         (mac-apple-event-map): Define its handler.
4610 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
4612         * net/ldap.el (ldap-search-internal): Handle `auth' key.
4614 2006-09-07  Magnus Henoch  <mange@freemail.hu>
4616         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
4617         clause.
4619 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4621         * info.el (Info-index): Bind completion-ignore-case.
4623 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4625         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
4626         previous commit.
4627         (inferior-prolog-guess-flavor): New fun left out of previous commit.
4628         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
4629         burp in dedicated windows.
4630         (inferior-prolog-self-insert-command): New command.
4631         (inferior-prolog-mode-map): Use it.
4633 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4635         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
4637         * international/code-pages.el: Add cp858.
4639 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4641         * dnd.el: Fix bootstrapping.
4643 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4645         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
4646         (dnd-open-remote-url): New function.
4647         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
4648         not windows-nt.
4650 2006-09-07  Jason Rumney  <jasonr@gnu.org>
4652         * dnd.el (dnd-open-remote-file-function): New variable.
4653         (dnd-open-unc-file): New function.
4654         (dnd-open-file): Call dnd-open-remote-file-function if set.
4656 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4658         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
4659         pgg-passphrase-coding-system rather than locale-coding-system.
4660         * pgg-def.el (pgg-passphrase-coding-system): New user option.
4662 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4664         * progmodes/prolog.el: Remove * in docstrings.
4665         (prolog-program-name): Add SWI prolog.
4666         (prolog-mode-menu): New menu.
4667         (prolog-mode): Set comment-add.
4668         (prolog-indent-line): Simplify.  Use indent-line-to.
4669         (inferior-prolog-buffer): New var.
4670         (inferior-prolog-run, inferior-prolog-process): New funs.
4671         (run-prolog, switch-to-prolog): Rewrite, using them.
4672         (prolog-consult-region): Use inferior-prolog-buffer.
4673         (inferior-prolog-load-file): New function.
4674         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
4676         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
4677         last word, if it's not the end of the paragraph.
4679         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
4680         file name.
4682 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
4684         * frame.el (display-mm-dimensions-alist): New defcustom.
4685         (display-mm-height, display-mm-width): Use it.
4687 2006-09-06  Simon Josefsson  <jas@extundo.com>
4689         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
4691 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
4693         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
4694         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
4695         string values.
4697 2006-09-06  Kim F. Storm  <storm@cua.dk>
4699         * simple.el (line-move-partial): New function to do vscrolling for
4700         partially visible images / tall lines.  Rewrite based on code
4701         previously in line-move.  Simplify backwards vscrolling.
4702         (line-move): Use it.  Simplify.
4704 2006-09-05  Kim F. Storm  <storm@cua.dk>
4706         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
4708 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
4710         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4711         Process the `gcc-include' after the `gnu' rule.
4713 2006-09-05  Kim F. Storm  <storm@cua.dk>
4715         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
4717 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4719         * pgg.el (pgg-clear-string): Alias to clear-string for backward
4720         compatibility.
4722         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
4723         inhibit-redisplay; encode passphrase with locale-coding-system.
4725 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
4727         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
4729 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
4731         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
4732         (gdb-var-list-children-regexp): Make type field optional.
4734         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
4735         e.g public, protected in C++.
4737 2006-09-04  John Paul Wallington  <jpw@pobox.com>
4739         * simple.el (completion-show-help): New defcustom.
4740         (completion-setup-function): Heed it.
4742 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
4744         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
4746 2006-09-04  Richard Stallman  <rms@gnu.org>
4748         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
4749         (rsf-min-region-to-spam-list): Doc fix.
4750         (rsf-add-content-type-field): Doc fix.
4752         * simple.el (kill-region): Explicitly test there is a region.
4754 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4756         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
4757         sendmail in several common directories.
4759         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
4761         * paths.el (sendmail-program): Removed.
4763 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
4765         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
4766         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
4767         http://article.gmane.org/gmane.emacs.gnus.general/50457
4769 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
4771         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
4772         mark after running the menu filter.
4774 2006-09-03  Juri Linkov  <juri@jurta.org>
4776         * international/quail.el (quail-defrule-internal): Add a check
4777         if a key is a vector.
4779 2006-09-02  Juri Linkov  <juri@jurta.org>
4781         * man.el (Man-topic-history): New variable.
4782         (man): Use it.
4784         * woman.el (woman-topic-history): Change defvar to defvaralias
4785         for symbol `Man-topic-history'.
4787         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
4788         `comint-last-output-start' is a marker by using `markerp' and
4789         check if it has a position by using `marker-position', and use
4790         this position for `goto-char'.
4792         * international/quail.el (quail-defrule-internal): Add missing
4793         `error' call for null key.
4795 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
4797         * rcirc.el (rcirc-keywords): New variable.
4798         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
4799         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
4800         variables.
4801         (rcirc-responses-no-activity): New function.
4802         (rcirc-handler-generic): Check for responses in above.
4803         (rcirc-process-command): Add ?: character to arguments of raw
4804         server commands.
4805         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
4806         `rcirc-dim-nicks'.
4807         (rcirc-gray-toggle): Remove unused variable.
4808         (rcirc-print): Remove some tracking logic, which is moved into
4809         markup functions.
4810         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
4811         types.
4812         (rcirc-activity-string): Look for 'keyword in activity-types.
4813         (rcirc-window-configuration-change): Don't erase overlay-arrow
4814         unnecessarily.
4815         (rcirc-add-or-remove): New function.
4816         (rcirc-cmd-ignore): Use it.
4817         (rcirc-message-leader): Remove unused function.
4818         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
4819         (rcirc-add-face): New function.
4820         (rcirc-facify): Use rcirc-add-face.
4821         (rcirc-url-regexp): Add parens.
4822         (rcirc-map-regexp): Remove function.
4823         (rcirc-mangle-regexp): Remove function.
4824         (rcirc-markup-text-functions): New variable.
4825         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
4826         (rcirc-markup-body-text, rcirc-markup-attributes)
4827         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
4828         (rcirc-markup-bright-nicks): New markup handler functions.
4829         (rcirc-nick-in-message-full-line): New face.
4830         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
4831         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
4833 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
4835         * cus-start.el (hscroll-margin, hscroll-step)
4836         (mode-line-in-non-selected-windows, mouse-autoselect-window)
4837         (x-use-underline-position-properties): Change version to "22.1"
4838         since they will appear there for the first time.
4840 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
4842         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
4844 2006-08-31  Richard Stallman  <rms@gnu.org>
4846         * cus-edit.el (custom-save-variables): Slight cleanup.
4847         (Custom-no-edit): Renamed from custom-no-edit.
4848         (Custom-newline): Renamed from custom-newline.
4849         (custom-mode-map): Use new names.
4851         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
4852         about customization, rather than M-x customize, in the doc string
4853         made for the defcustom.
4855         * emacs-lisp/trace.el (trace-function-background): Doc fix.
4857 2006-08-31  Romain Francoise  <romain@orebokech.com>
4859         * dired-x.el (dired-guess-shell-alist-default): Update.
4861 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
4863         * custom.el (custom-theme-set-variables): Autoload packages before
4864         sorting the variables.
4866 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
4868         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
4869         chars if XEmacs.
4870         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
4872 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4874         * progmodes/python.el (python-eldoc-function): Re-enable quit while
4875         waiting for process.
4877 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4879         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
4880         results in ASCII-only string, encode original one directly.
4882 2006-08-29  Romain Francoise  <romain@orebokech.com>
4884         * startup.el (normal-splash-screen, fancy-splash-screens):
4885         Make buffer read-only and arrange to enter view mode if necessary.
4887 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
4889         * hl-line.el (hl-line): New face.
4890         (hl-line-face): Use it.
4892         * image-mode.el (image-mode): Fix last fix.
4893         Suggested by Kim F. Storm.
4895 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
4897         Sync with Tramp 2.0.54.
4899         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
4900         of `=', because `tramp-get-remote-gid' might not always return an
4901         integer when expected.
4902         (tramp-register-file-name-handlers): `partial-completion-mode' is
4903         unknown to XEmacs.
4904         (tramp-time-diff): Don't use `floor', it might fail for large
4905         differences.
4906         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
4907         `tramp-auto-save-directory' if unset in order to guarantee unique
4908         auto-save file names.
4910 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
4912         * image-mode.el (image-mode): Display image as text on a terminal.
4914 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4916         * progmodes/python.el (python-send-command): Simplify.
4917         (run-python): Don't generate a new buffer unless `new' was specified.
4918         Make sure we send `import emacs' to the proper process.
4920         * progmodes/python.el (python-send-command): Don't wait for the command
4921         to terminate.  Don't fiddle with compilation-parsing-end.
4923 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
4925         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4926         Insert commentary after first line summary.
4928         * woman.el (woman-follow): New function, based on `man-follow'.
4929         (woman-mode-map): Use it.
4931         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
4932         since ibuffer-do-sort-by-recency does not define a sorter.
4934 2006-08-28  Kim F. Storm  <storm@cua.dk>
4936         * find-dired.el (find-dired): Use shell-quote-argument to properly
4937         escape ( and ) args.  Also use it on {} and ; args in default
4938         value of find-ls-option string.
4939         (find-grep-dired): Use shell-quote-argument on {} and ; args.
4941 2006-08-27  Michael Olson  <mwolson@gnu.org>
4943         * emacs-lisp/tq.el: Small grammar fix in comments.
4944         (tq-enqueue): Check for existence of queue rather than the
4945         head queue item's question, which was a no-op.
4946         (tq-filter, tq-process-buffer): Make sure the process buffer
4947         exists before making it the current buffer.
4949 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4951         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
4952         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
4953         (special-event-map): Apply 2006-08-16 change for x-win.el.
4955 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4957         * progmodes/python.el (python-send-receive): Wait in the
4958         process's buffer so as to check the right buffer-local variables.
4960 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4962         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
4963         (defgroup checkdoc): Move to beginning.
4965         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
4966         (python-preoutput-continuation): Remove.
4967         (python-preoutput-filter): Simplify correspondingly.
4968         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
4969         Loop around to catch embedded _emacs_out output.
4970         (run-python): Send the import&print command on a single line.
4971         (python-send-command): Send command&print on a single line.
4972         (python-send-string): Only add double \n if needed.
4973         (python-send-receive): Loop until the result comes.
4974         (python-mode-running): Defvar it.
4975         (python-setup-brm): Remove unused var `menu'.
4976         Only bind py-mode-map and `features' around brm-init.
4977         (python-calculate-indentation): Remove unused var `point'.
4978         (python-beginning-of-defun): Remove unused var `def-line'.
4980 2006-08-25  Richard Stallman  <rms@gnu.org>
4982         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
4984 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
4986         * viper.el (viper-set-hooks): Use frame bindings for
4987         viper-vi-state-cursor-color.
4988         (viper-non-hook-settings): Don't set default
4989         mode-line-buffer-identification.
4991         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
4992         (viper-set-cursor-color-according-to-state)
4993         (viper-get-saved-cursor-color-in-replace-mode)
4994         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
4995         viper-emacs-state-cursor-color.
4997         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
4998         (viper-undo): Use point if undo-beg-posn is nil.
4999         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
5000         (viper-after-change-undo-hook): Don't use
5001         viper-emacs-state-cursor-color by default.
5002         (viper-undo): More sensible positioning after undo.
5004         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
5005         (viper-emacs-state-cursor-color): Default to nil, since this feature
5006         doesn't work well yet.
5008         * ediff-mult.el (ediff-intersect-directories)
5009         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
5010         always expand filenames.
5012 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5014         * tumme.el: Remove * in defcustoms's docstrings.
5016 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
5018         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
5019         Accept internal time format for SECS arg.
5020         (timer-relative-time): Doc fix.
5022         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
5023         adapted from Martin Rudalics.
5024         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
5025         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
5026         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
5027         using sit-for.
5029 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
5031         * cus-start.el (all): Add `overline-margin' and
5032         `x-underline-at-descent-line'.
5034 2006-08-24  Kim F. Storm  <storm@cua.dk>
5036         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
5037         to mean "use find -exec"; nil now unambiguously means auto-detect.
5038         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
5039         Use shell-quote-argument to build grep-find-command and
5040         grep-find-template.
5041         (rgrep): Use shell-quote-argument to properly quote arguments to find.
5042         Reported by Tom Seddon.
5044 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
5046         * startup.el (fancy-splash-head): Give instructions for dismissing
5047         the splash screen for default startup too.
5048         (display-startup-echo-area-message, fancy-splash-screens)
5049         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
5050         all splash text at once and keep the splash buffer around.
5051         (command-line-1): Give display-startup-echo-area-message a t arg.
5053 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
5055         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
5056         gnus frame is selected.
5058 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
5060         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
5062 2006-08-22  Kim F. Storm  <storm@cua.dk>
5064         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
5065         Add suffix matching for subdirs.
5067 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
5069         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
5070         mouse-yank-at-point is non-nil.
5072 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
5074         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
5075         a bit wider and remove fringes to fit initial output on line.
5077 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5079         * frame.el (blink-cursor-end): Only ignore the error we care about.
5080         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
5082 2006-08-21  Richard Stallman  <rms@gnu.org>
5084         * whitespace.el (whitespace-cleanup): Doc fix.
5086 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
5088         * net/rcirc.el (rcirc-show-maximum-output): New var.
5089         (rcirc-buffer-process): If no buffer argument is supplied, use
5090         current-buffer.
5091         (rcirc-complete-nick): Complete to the last completed nick first.
5092         (rcirc-mode): Preserve the value of `rcirc-urls' across
5093         connections.  Setup scroll function.
5094         (rcirc-scroll-to-bottom): New function.
5095         (rcirc-print): Use nick syntax around regexp work.
5096         Notice dim-nicks speaking only if they say our nick.
5097         (rcirc-update-activity-string): Do not show the modeline indicator
5098         if there are no live rcirc processes.
5099         (rcirc-cmd-ignore): Ignore case.
5100         (rcirc-browse-url-at-point): Fix off-by-one error.
5102 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5104         * progmodes/python.el: Remove * in defcustom docstrings.
5105         (run-python, python-proc, python-try-complete): Use derived-mode-p.
5106         (python-mode): Set tab-width and indent-tabs-mode.
5108 2006-08-20  Dave Love  <fx@gnu.org>
5110         * progmodes/python.el: Update to Dave Love's latest version.
5111         (python-font-lock-keywords, python-mode): Don't use
5112         font-lock-syntax-table, but match symbol elements explicitly instead.
5113         (python-mode-map): Add help, and a few more key bindings.
5114         (python-skip-comments/blanks): Move out of comments as well.
5115         (python-continuation-line-p): Behave better with unbalanced parens.
5116         (python-blank-line-p): New fun.
5117         (python-open-block-statement-p): Don't use a heuristic.
5118         (python-outdent-p): Better handle blocks-in-the-same-line.
5119         (python-calculate-indentation): Misc improvements.
5120         (python-comment-indent): Remove.
5121         (python-block-pairs): New var.
5122         (python-first-word): New fun.
5123         (python-indentation-levels): Handle more common cases.
5124         (python-indent-line-1): Add `leave' argument.
5125         (python-indent-region): New fun.
5126         (python-skip-out): New fun.
5127         (python-beginning-of-statement, python-end-of-statement): Use it.
5128         (python-next-statement): Return correct count even at eob.
5129         (python-end-of-block): Fix paren-typo.
5130         (python-imenu-create-index): Add module variables.
5131         (run-python): Add `new' arg.
5132         Check we're at a prompt before returning.
5133         (python-send-command): Move to end of buffer.
5134         Wait for prompt to return.
5135         (python-set-proc): New fun.
5136         (python-imports): New var.
5137         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
5138         (python-eldoc-function): Try to move out of arg list.
5139         (python-outline-level): Offset by 1.
5140         (python-find-imports): New fun.
5141         (python-symbol-completions): Use python-imports.
5142         (python-module-path, ffap-alist): Add support for ffap.
5143         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
5144         (python-insert-*, python-default-template, python-expand-template):
5145         Add templates/skeletons.
5146         (python-setup-brm): Support for Bicycle Repair Man.
5147         (python-abbrev-syntax-table): New var.
5148         (python-abbrev-pc-hook, python-pea-hook): New funs.
5150 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
5152         * frame.el (blink-cursor-start): Set timer first.
5153         (blink-cursor-end): Ignore timer cancelling errors.
5154         Suggested by Ken Manheimer.
5156 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
5158         * newcomment.el (comment-box): Call `comment-normalize-vars'.
5159         Add autoload cookie.
5161 2006-08-20  Richard Stallman  <rms@gnu.org>
5163         * simple.el (line-number-at-pos): Doc fix.
5165         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
5166         timer-activate-when-idle, so timer can run before Emacs becomes
5167         non-idle again.
5169 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
5171         * whitespace.el (whitespace-cleanup-internal): New optional arg
5172         REGION-ONLY.  If it's non-nil, modify the message to the user
5173         accordingly.
5174         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
5175         a non-nil argument.
5177 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
5179         * rect.el (spaces-string): Simplify and add doc string.
5181 2006-08-17  Romain Francoise  <romain@orebokech.com>
5183         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
5185 2006-08-17  Richard Stallman  <rms@gnu.org>
5187         * compare-w.el (compare-windows): lambda's take an arg and pass
5188         it to compare-windows-skip-whitespace.
5190 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
5192         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
5193         the right buffer.
5195 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5197         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
5198         removed files.
5200 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
5202         * progmodes/gdb-ui.el (gdb-locals-watch-map)
5203         (gdb-locals-watch-map-1): Suppress keymap first.
5204         (gdb-edit-locals-map-1): New variable.
5205         (gdb-edit-locals-value): New function.
5206         (gdb-stack-list-locals-handler): Use them.
5208 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5210         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
5211         cursor would normally be drawn in the fringe.
5213         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
5214         Reported by Martin Rudalics <rudalics@gmx.at>.
5216 2006-08-16  Richard Stallman  <rms@gnu.org>
5218         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
5219         (special-event-map): Process drag-n-drop events this way.
5221         * simple.el (move-beginning-of-line): Test whether fields
5222         would prevent motion back to line's first visible character.
5223         If so, stop where the fields would stop the motion.
5225         * newcomment.el (comment-indent): Fully update INDENT
5226         before checking to see if it will change the text.
5228         * cus-edit.el (custom-newline): New function.
5229         (custom-mode-map): Bind newline to custom-newline.
5231         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
5232         into ignore-whitespace.
5233         Check each buffer for its skip-function.
5234         Handle compare-windows-skip-whitespace special-case test
5235         by returning t from default skip function.
5237 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
5239         * textmodes/org.el (org-clock-special-range)
5240         (org-clock-update-time-maybe): New functions.
5241         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
5242         not only a-z.
5243         (org-agenda-get-blocks): Allow multiple blocks per headline.
5244         (org-timestamp-change): Call `org-clock-update-time-maybe'.
5245         (org-export-html-title-format)
5246         (org-export-html-toplevel-hlevel): New options.
5247         (org-export-language-setup): Add support for Czech.
5248         (org-mode, org-insert-todo-heading, org-find-visible)
5249         (org-find-invisible, org-invisible-p, org-invisible-p2)
5250         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
5251         (org-show-subtree, org-show-entry, org-make-options-regexp):
5252         Remove compatibility support for old outline-mode.
5253         (org-check-occur-regexp): Funtion removed.
5254         (org-on-heading-p, org-back-to-heading): Made defalias.
5255         (org-set-local): New defsubst.
5256         (org-set-regexps-and-options, org-mode)
5257         (org-set-font-lock-defaults, org-edit-agenda-file-list)
5258         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
5259         (org-remember-apply-template, org-table-edit-field)
5260         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
5261         (org-set-autofill-regexps): Use `org-set-local'.
5262         (org-table-eval-formula): Fix bug with parsing of display flags.
5264 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
5266         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
5267         frame with fringe arrow.  Suggested by Simon Marshall
5268         <simon.marshall@misys.com>.
5269         (gdb-stack-position): New variable.
5270         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
5271         (gdb-frames-mode): Set gdb-stack-position to nil.
5272         Add to overlay-arrow-variable-list
5273         (gdb-reset): Delete gdb-stack-position from above list.
5275 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5277         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
5278         read only.
5280 2006-08-13  Romain Francoise  <romain@orebokech.com>
5282         * cus-theme.el (customize-create-theme)
5283         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
5285         * filesets.el (filesets-add-buffer): Ditto.
5287         * pcvs.el (cvs-change-cvsroot): Ditto.
5289 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
5291         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
5292         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
5293         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
5294         expressions.
5295         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
5296         Only search till end of line.
5297         Add face to function names in case of no filename.
5298         Add face to variable names of watchpoints.
5300 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
5302         * cus-start.el <indent-tabs-mode>: Move to the `indent'
5303         customization group.
5305 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
5307         * allout.el (allout-prior-bindings, allout-added-bindings):
5308         Remove, after long deprecation.
5309         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
5310         Add customization vars controlling allout-beginning-of-line and
5311         allout-end-of-line conveniences.
5312         (allout-header-prefix, allout-use-mode-specific-leader)
5313         (allout-use-mode-specific-leader, allout-mode-leaders):
5314         Revise docstrings.
5315         (allout-infer-header-lead): Change to be an alias for
5316         allout-infer-header-lead-and-primary-bullet.
5317         (allout-infer-header-lead-and-primary-bullet): New version of
5318         allout-infer-header-lead which assigns the primary bullet to the
5319         same as the header lead, when its being changed.
5320         (allout-infer-body-reindent): Apply regexp-quote instead of
5321         unconditionally prepending "\\", so that all literal
5322         allout-header-prefix and allout-primary-bullet strings are
5323         properly handled.
5324         (allout-add-resumptions): Add optional qualifier for extending or
5325         appending to existing values, rather than replacing them.
5326         (allout-view-change-hook): Clarify docstring.
5327         (allout-exposure-change-hook): Take explicit arguments, via
5328         run-hook-with-args.
5329         (allout-structure-added-hook)
5330         (allout-structure-deleted-hook)
5331         (allout-structure-shifted-hook): New hooks analogous to
5332         allout-exposure-change-hook for other kinds of structural outline
5333         edits.
5334         (allout-encryption-plaintext-sanitization-regexps): New encryption
5335         customization variable, by which cooperating modes can provde
5336         massage of the plaintext without actually being passed it.
5337         (allout-encryption-ciphertext-rejection-regexps)
5338         (allout-encryption-ciphertext-rejection-ceiling): New encryption
5339         customization variables, by which cooperating modes can prohibit
5340         rare but possible ciphertext patterns from fouling their
5341         operation, with actually being passed the ciphertext.
5342         (allout-mode): Run activation and deactivation hooks after the
5343         minor-mode variable has been toggled, to clarify the mode
5344         disposition.  The new encryption ciphertext rejection variable is
5345         used to ensure that the ciphertext does not contain text that
5346         would be recognized as outline structural elements by allout.
5347         Substite allout-beginning-of-line and allout-end-of-line for
5348         conventionall beginning-of-line and end-of-line bindings.
5349         If allout-old-style-prefixes is non-nil, don't nullify it on mode
5350         activation!
5351         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
5352         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
5353         (allout-chart-subtree): Implement new mode, charting only the
5354         visible items in the subtree, when new 'visible' parameter is non-nil.
5355         (allout-end-of-subtree): Properly handle the last item in the buffer.
5356         (allout-pre-command-business, allout-command-counter):
5357         Increment an advertised counter so that cooperating enhancements can
5358         track revisions of items.
5359         (allout-open-topic): Run allout-structure-added-hook with suitable
5360         arguments.
5361         (allout-shift-in): Run allout-structure-shifted-hook with suitable
5362         arguments.
5363         (allout-shift-out): Fix doubling for negative args and ensure call
5364         of allout-structure-shifted-hook by solely using allout-shift-in.
5365         (allout-kill-line, allout-kill-topic):
5366         Run allout-structure-deleted-hook with suitable arguments.
5367         (allout-yank-processing): Run allout-structure-added-hook with
5368         proper arguments.
5369         (allout-yank): Enclose activity in allout-unprotected.
5370         (allout-flag-region): Run allout-exposure-change-hook with
5371         suitable arguments, instead of making the callee infer the arguments.
5372         (allout-encrypt-string):
5373         Support allout-encryption-plaintext-sanitization-regexps,
5374         allout-encryption-ciphertext-rejection-regexps, and
5375         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
5376         en/de cryption mode in symmetric encryption failure message.
5377         (allout-obtain-passphrase): Use copy-sequence to get a distinct
5378         copy of the passphrase, and don't zero it or we'll corrupt the
5379         stashed copy.
5380         (allout-create-encryption-passphrase-verifier)
5381         (allout-verify-passphrase): Respect the new signature for
5382         allout-encrypt-string.
5383         (allout-get-configvar-values): Convenience for getting a
5384         configuration variable value and handling its absence gracefully.
5386 2006-08-11  Romain Francoise  <romain@orebokech.com>
5388         * obsolete/zone-mode.el: Delete.
5390 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5392         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
5394 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
5396         * emacs-lisp/bindat.el (bindat-ip-to-string):
5397         Use `format-network-address' if possible.
5399 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5401         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
5403 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
5405         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
5406         restore unread-command-events here.
5407         (edebug-display): Do it here, to detect sit-for interruptions.
5409 2006-08-10  Romain Francoise  <romain@orebokech.com>
5411         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
5412         (dns-mode-soa-auto-increment-serial): New user option.
5413         (dns-mode-soa-maybe-increment-serial): New function.
5414         (dns-mode): Add the latter to `write-contents-functions'.
5416         * obsolete/zone-mode.el: Move to obsolete/ from net/.
5417         Delete autoload cookies.
5419 2006-08-10  John Wiegley  <johnw@newartisans.com>
5421         * eshell/em-glob.el (eshell-glob-chars-list)
5422         (eshell-glob-translate-alist): Add support for [^g] in character globs.
5424 2006-08-10  Richard Stallman  <rms@gnu.org>
5426         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
5427         (facemenu-set-face): Doc fix.
5428         (facemenu-listed-faces): Doc fix.
5430 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
5432         * avoid.el (mouse-avoidance-animating-pointer): New var.
5433         (mouse-avoidance-nudge-mouse): Use it.
5434         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
5435         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
5436         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
5437         Don't activate if currently animating.  All callers changed.
5439 2006-08-09  John Wiegley  <johnw@newartisans.com>
5441         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
5442         variable, which causes timeclock to report elapsed time worked,
5443         instead of just work remaining.
5445 2006-08-09  Kenichi Handa  <handa@m17n.org>
5447         * international/latexenc.el (latexenc-find-file-coding-system):
5448         Fix for the case that the 2nd element of arg-list is a cons.
5450 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
5452         * info.el (Info-fontify-node): Handle preceding `in' for note
5453         reference hiding rules.
5455 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5457         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
5458         mistake a closing " for an opening one.
5460 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
5462         * term/xterm.el (terminal-init-xterm): Add more key bindings.
5464 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5466         * complete.el (PC-do-completion): Filter out completions matching
5467         completion-ignored-extensions before checking whether there are
5468         multiple completions.
5469         Don't use `list' unnecessarily when building completion tables.
5471 2006-08-06  Richard Stallman  <rms@gnu.org>
5473         * help.el (describe-mode): Make minor mode list more concise.
5475 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
5477         * bindings.el: Give mode-line-format, mode-line-modes, and
5478         mode-line-position `standard-value' properties.
5480 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
5482         * buff-menu.el (list-buffers-noselect): For Info buffers, use
5483         "(file)node" instead of the file name.
5485 2006-08-05  Richard Stallman  <rms@gnu.org>
5487         * faces.el (escape-glyph): Doc fix.
5489 2006-08-04  Kenichi Handa  <handa@m17n.org>
5491         * international/mule-diag.el (describe-font): Improve docstring
5492         and error message.  Use frame-parameter (not frame-parameters).
5494 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5496         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
5497         Correctly mark the end-of-docstring char.
5499 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
5501         * simple.el (line-move-to-column): Constrain move-to-column to
5502         current field.
5504 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5506         * font-lock.el (font-lock-beg, font-lock-end)
5507         (font-lock-extend-region-functions): New vars.
5508         (font-lock-extend-region-multiline)
5509         (font-lock-extend-region-wholelines): New functions.
5510         (font-lock-default-fontify-region): Use them.
5511         (font-lock-extend-jit-lock-region-after-change): Only round up
5512         if font-lock-default-fontify-region will do it as well.
5514         * font-lock.el (font-lock-extend-after-change-region-function):
5515         Rename from font-lock-extend-region-function.
5516         (font-lock-extend-region): Remove by inlining at call sites.
5517         (font-lock-after-change-function): Don't needlessly round up to a whole
5518         number of lines.
5519         (font-lock-extend-jit-lock-region-after-change): Be more careful about
5520         the boundary conditions and the interactions between the various ways
5521         to extend the region.
5523 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5525         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
5526         modification status when forcing the second redisplay.
5528 2006-08-03  Kim F. Storm  <storm@cua.dk>
5530         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
5532 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5534         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
5535         doesn't look like a file name.
5537         * complete.el (PC-expand-many-files): Avoid signalling an error when
5538         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
5540 2006-08-02  Andreas Schwab  <schwab@suse.de>
5542         * bindings.el (mode-line-format): Simplify reference to vc-mode.
5544 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
5546         * bindings.el (map): Make mode-line-buffer-identification-keymap
5547         before defining propertized-buffer-identification.
5549 2006-08-01  Richard Stallman  <rms@gnu.org>
5551         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
5553 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
5555         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
5556         default value.
5557         (gdb-find-source-frame): New function.
5558         (menu): Add to menu bar.
5560 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5562         * font-core.el (font-lock-extend-region-function)
5563         (font-lock-extend-region): Move to font-lock.el.
5565         * font-lock.el (font-lock-extend-region-function)
5566         (font-lock-extend-region): Move from font-core.el.  Simplify.
5568         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
5569         if needed.
5570         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
5571         (jit-lock-after-change-extend-region-functions): New hook.
5572         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
5574         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
5575         (font-lock-turn-on-thing-lock): Use it.
5577         * longlines.el (longlines-show-region): Make it work on read-only
5578         buffers as well.
5580 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
5582         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
5584 2006-07-31  Richard Stallman  <rms@gnu.org>
5586         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
5587         (vhdl-speedbar-display-projects): Update old obsolete
5588         speedbar variable names.
5590 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
5592         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
5593         (gdb-stopped): Use it.
5595         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
5597 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
5599         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
5600         for load-history elements.
5602 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
5604         * files.el (convert-standard-filename): For Cygwin, replace
5605         characters not allowed in Windows file names.
5606         (make-auto-save-file-name): Add Cygwin to the list of systems
5607         where the auto-save file name needs to be run through
5608         convert-standard-filename.
5610 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5612         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
5614 2006-07-28  Richard Stallman  <rms@gnu.org>
5616         * bindings.el (mode-line-frame-identification)
5617         (propertized-buffer-identification): Centralize the code
5618         to initialize the variable.
5620         * progmodes/grep.el (grep-default-command): Catch errors from
5621         wildcard-to-regexp.
5623 2006-07-29  Kim F. Storm  <storm@cua.dk>
5625         * progmodes/grep.el (grep-tag-default): New function.
5626         (grep-default-command, grep-read-regexp): Use it.
5627         (grep-read-files): Use car of grep-files-history or grep-files-aliases
5628         as default if nothing else applies.
5630 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
5632         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
5633         Throw error if buffer is not in Dired and Wdired mode, respectively.
5635 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
5637         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
5638         self-insert-command keys don't activate buttons.
5639         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
5641 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
5643         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
5644         faces for enable character.
5646 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
5648         * Makefile.in (recompile): Update comment to reflect change
5649         on 2004-04-21.
5651 2006-07-27  Richard Stallman  <rms@gnu.org>
5653         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
5654         (customize-package-emacs-version): Change msg when pkg has no entry.
5655         (custom-no-edit): On a button, do like widget-button-press.
5657 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5659         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
5660         S-tab and C-S-tab.
5662 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
5664         * progmodes/which-func.el (which-function): Fix documentation/
5665         comment typo.
5667 2006-07-26  Richard Stallman  <rms@gnu.org>
5669         * textmodes/ispell.el (ispell-word): If we replace the word,
5670         move point to the end.  Insert before deleting.
5672 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
5674         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
5675         a timer.
5677 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
5679         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
5680         when at first image.
5681         (tumme-forward-image): Add prefix argument.  Add error when at last
5682         image.
5684 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5686         * tabify.el (tabify-regexp): Use more specific regexps.
5687         (tabify): Avoid modifying the buffer unnecessarily.
5689 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
5691         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
5692         (tumme-format-properties-string): Handle empty `buf'.
5693         (tumme-get-comment): Change variable names inside `let'.
5694         Add missing `let' variable that cause font-lock problems.
5695         (tumme-write-comments): Change variable names inside `let'.
5696         Add missing `let' variable that cause font-lock problems.
5697         (tumme-forward-image): Rename from `tumme-forward-char'.
5698         (tumme-backward-image): Rename from `tumme-backward-char'.
5700 2006-07-25  Masatake YAMATO  <jet@gyve.org>
5702         * progmodes/ld-script.el (ld-script-keywords)
5703         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
5704         and add comments.
5706 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
5708         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5709         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
5710         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
5711         for status indicator.
5713 2006-07-24  Richard Stallman  <rms@gnu.org>
5715         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
5717         * subr.el (dolist, dotimes): Use interned symbols for locals.
5718         (--dotimes-limit--, --dolist-tail--): New defvars.
5719         (looking-back): Doc fix.
5721         * replace.el (replace-match-string-symbols): Handle dotted lists.
5723 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
5725         * tumme.el (tumme-write-tags): Add.
5726         (tumme-write-comments): Add.
5727         (tumme-tag-files): Change to use `tumme-write-tags'.
5728         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
5729         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
5730         (tumme-save-information-from-widgets): Change to use
5731         `tumme-write-comments' and `tumme-write-tags'.
5732         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
5733         (tumme-write-tag): Remove.
5734         (tumme-write-comment): Remove.
5735         (tumme-display-previous-thumbnail-original): Remove empty line.
5736         (tumme-widget-list): Add punctuation.
5738 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
5740         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
5742 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5744         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5745         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
5746         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
5748 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
5750         * mouse.el (mouse-on-link-p): Doc fix.
5752 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
5754         * emacs-lisp/find-func.el (find-function-search-for-symbol):
5755         Handle "C-h f `".
5757 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5759         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
5760         column.
5762 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
5764         * textmodes/table.el: Add move-beginning-of-line and
5765         move-end-of-line to Point Motion Only Group.
5767 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5769         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
5771 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5773         * startup.el (user-mail-address): Initialize from the `EMAIL'
5774         environment variable first.  Document this.
5775         (command-line): Ditto.
5777 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
5779         * help-mode.el (help-function-def, help-variable-def)
5780         (help-face-def): Print a message in the minibuffer.
5782 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5784         * term/xterm.el (terminal-init-xterm): Fix key bindings
5785         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
5787 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5789         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
5790         where `(nth 1 command)' is a cons cell.  Doc fix.
5792         * textmodes/po.el (po-find-charset): Doc fix.
5794 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
5796         * allout.el (allout-unprotected, allout-e-o-prefix-p)
5797         (allout-beginning-of-current-line, allout-end-of-current-line)
5798         (allout-next-visible-heading, allout-open-topic)
5799         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
5800         (allout-flag-current-subtree, allout-show-to-offshoot)
5801         (allout-hide-current-entry, allout-show-current-branches)
5802         (allout-hide-region-body, allout-old-expose-topic)
5803         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
5804         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
5805         containing `beginning-of-line' and `end-of-line' with
5806         `inhibit-field-text-motion' t.
5808 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5810         * frame.el (focus-follows-mouse): Document that it doesn't have
5811         any effect on MS-Windows.
5813 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5815         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
5817 2006-07-20  Jay Belanger  <belanger@truman.edu>
5819         * calc.el (calc-previous-alg-entry): Remove variable.
5821         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
5822         New variables.
5823         (calc-alg-entry): Use `calc-alg-entry-history'.
5824         (calc-do-quick-calc): Use `calc-quick-calc-history'.
5825         Remove reference to `calc-previous-alg-entry'.
5826         (calcAlg-edit, calcAlg-enter): Remove reference to
5827         `calc-previous-alg-entry'.
5828         (calcAlg-previous): Use `previous-history-element' instead of
5829         `calc-previous-alg-entry'.
5830         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
5831         Change keybinding for `calcAlg-plus-minus', add keybindings for
5832         `previous-history-element' and `next-history-element'.
5834         * calc-rewr.el (calc-match): Remove reference to
5835         `calc-previous-alg-entry'.
5837         * calc-sel.el (calc-selection-history): New variable.
5838         (calc-enter-selection, calc-sel-mult-both-sides)
5839         (calc-sel-add-both-sides): Use `calc-selection-history'.
5841         * calc-map.el (calc-get-operator-history): New variable.
5842         (calc-get-operator): Use `calc-get-operator-history'.
5844         * calcalg3.el (calc-curve-fit-history): New variable.
5845         (calc-curve-fit): Use `calc-curve-fit-history'.
5847 2006-07-20  Kenichi Handa  <handa@m17n.org>
5849         * international/mule-cmds.el (select-safe-coding-system): Fix the
5850         way of deciding eol-type of the coding system.
5852 2006-07-20  Alan Mackenzie  <acm@muc.de>
5854         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
5855         (c-lang-setvar): New macro.
5856         (c-make-init-lang-vars-fun): Use the initialization forms in
5857         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
5858         (comment-start, comment-end, comment-start-skip): Change these from
5859         c-lang-defvar's to c-lang-setvar's.
5861         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
5862         which calls make-local-variable on the elements of
5863         c-emacs-variable-inits.
5864         (c-init-language-vars-for): Call this new macro.
5866 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5868         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5869         Try to rule out false positives due to time stamps.
5870         (compilation-mode-font-lock-keywords): Remove rules made redundant
5871         because of the above change.  Add `segmentation fault' to the known and
5872         highlighted compilation termination messages.
5874 2006-07-19  Kim F. Storm  <storm@cua.dk>
5876         * progmodes/grep.el (grep-find-ignored-directories):
5877         Add .svn and _darcs to list.
5879 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
5881         * dired.el (dired-mode-map): Add key binding `C-te' for
5882         `tumme-dired-edit-comment-and-tags'.
5884         * tumme.el (tumme-display-thumbnail-original-image): Make sure
5885         image display buffer is displayed before call to
5886         `tumme-display-image.
5887         (tumme-dired-display-image): Make sure image display buffer is
5888         displayed before call to `tumme-display-image.
5889         (tumme-mouse-display-image): Make sure image display buffer is
5890         displayed before call to `tumme-display-image.
5891         (tumme-widget-list): Add.
5892         (tumme-dired-edit-comment-and-tags): Add.
5893         (tumme-save-information-from-widgets): Add.
5895 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5897         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
5899 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5901         * progmodes/sh-script.el (sh-font-lock-keywords-1):
5902         Revert inadvertently installed patch hunk.
5904         * progmodes/compile.el (compilation-find-file): Handle the
5905         cases where the user selects a non-existent file.
5907 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5909         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
5911 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5913         * subr.el (sit-for): Just sleep-for if noninteractive.
5915 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5917         * emacs-lisp/autoload.el (make-autoload): Use new arg.
5919         * custom.el (custom-autoload): Add `noset' argument.
5920         (custom-push-theme): Don't autoload the variable, let callers do it.
5921         (custom-theme-set-variables): Autoload the variable if necessary.
5923         * cus-edit.el (custom-variable-state-set): If the variable was
5924         originally set outside custom, but to the same value as the default,
5925         consider it to be standard.
5927         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
5928         file *before* telling Emacs to add the autoloads, in case it fails.
5930         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
5931         Use `cond', push', and `dolist'.
5933 2006-07-17  Richard Stallman  <rms@gnu.org>
5935         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
5936         Add defvars to silence warnings.
5938 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5940         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5941         Don't highlight "Compiling file" messages as error.
5943         * dired-aux.el (dired-compress-file): Confirm again if gzipped
5944         file already exists.
5946 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
5948         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
5949         entry, don't assign to free var; simply return the extracted filename.
5950         (ff-treat-as-special): Incorporate common preamble from callers.
5951         (ff-other-file-name, ff-find-the-other-file):
5952         Update call to ff-treat-as-special.
5954         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
5956 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
5958         * tumme.el (tumme-get-comment): Fix bug.
5960 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5962         * files.el: Remove spurious * in docstrings.
5964 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
5966         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
5967         grammar.
5968         (allout-beginning-of-current-line): Beware beginning of buffer.
5969         Also, a comment is simplified.
5970         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
5971         when appropriate.  (This fix enables use for other than
5972         bullet-hotspot operation.)
5973         (allout-hide-current-subtree): While escalating to sibling-close,
5974         make sure to situate on a topic.
5976 2006-07-14  Kim F. Storm  <storm@cua.dk>
5978         * emulation/cua-base.el (cua-delete-selection)
5979         (cua-toggle-set-mark): New defcustoms.
5980         (cua-rectangle-modifier-key): Add `alt' modifier.
5981         (cua-replace-region): Don't delete if cua-delete-selection is nil.
5982         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
5983         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
5985         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
5987 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
5989         * allout.el: Require 'cl during byte-compilation/interactive load,
5990         for the `assert' macro.
5991         (allout-mode-deactivate-hook): New hook, run when allout mode
5992         deactivates.
5993         (allout-developer): New allout customization subgroup.
5994         (allout-run-unit-tests-on-load): New allout-developer
5995         customization variable, when true allout unit tests are run towards
5996         end of file load/eval.
5997         (allout-inhibit-auto-fill): Disable auto-fill activity even during
5998         auto-fill-mode.
5999         (allout-resumptions): Remove, to be replaced by...
6000         (allout-add-resumptions): Register variable settings to be
6001         reinstated by `allout-do-resumptions'.  The settings are made
6002         buffer-local, but the locality/globality of the suspended setting
6003         is restored on resumption.
6004         (allout-do-resumptions): Reinstate all settings suspended using
6005         `allout-add-resumptions'.
6006         (allout-test-resumptions): Unit tests (and intermediate variables)
6007         for resumptions.
6008         (allout-tests-globally-unbound, allout-tests-globally-true)
6009         (allout-tests-locally-true): Intermediate variables for
6010         resumptions unit tests.
6011         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
6012         (allout-exposure-category): Replaces 'allout-overlay-category variable.
6013         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
6014         instead of retired `allout-resumptions'.  For hook functions, use
6015         `local' parameter so hook settings are created and removed as
6016         buffer-local settings.  Revise (resumptions) setting
6017         auto-fill-function so it is set only if already active.  (The
6018         related fill-function settings are all made in either case, so
6019         that activating auto-fill-mode activity will have the custom
6020         allout-mode behaviors (hanging indent on topics, if configured for it).
6021         Remove all allout-exposure-category overlays on mode deactivation.
6022         (allout-hotspot-key-handler): New function extracted from
6023         `allout-pre-command-business', so the functionality can be used
6024         for other purposes, eg as a binding in an overlay.
6025         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
6026         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
6027         customization variable.
6028         (allout-run-unit-tests): Run the (currently quite small)
6029         repertoire of unit tests.  Called just before the provide iff user
6030         has customized `allout-run-unit-tests-on-load' non-nil.
6032 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
6034         * emacs-lisp/authors.el (authors-aliases): Update.
6036 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
6038         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
6039         gdb-source-window.  Add dedicated argument.
6040         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
6041         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
6042         (gdb-display-threads-buffer, gdb-display-memory-buffer)
6043         (gdb-display-locals-buffer): Use it.
6045         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
6046         Set gdb-source-window.
6048 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6050         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
6051         minor modes, redundant with the custom-autoload line above.
6053 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
6055         * longlines.el (longlines-post-command-function): Handle open-line too.
6057 2006-07-12  Richard Stallman  <rms@gnu.org>
6059         * progmodes/grep.el (grep-last-buffer): Doc fix.
6061         * info.el (Info-try-follow-nearest-node): Doc fix.
6063         * emacs-lisp/edebug.el (edebug-instrument-function):
6064         Err if find-function-noselect gives no position.
6066         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6067         If can't find definition, return nil for position.
6068         (find-function-do-it): Handle new return value
6069         of find-definition-noselect.
6070         (find-definition-noselect, find-variable-noselect): Doc fix.
6071         (find-function-noselect): Doc fix.
6073         * help-mode.el (help-variable-def): Handle find-variable-noselect
6074         returning no position.
6075         (help-function-def): Likewise for find-function-search-for-symbol.
6076         (help-face-def): Likewise.
6078         * help-fns.el (describe-variable): Handle find-variable-noselect
6079         returning no position.
6081         * files.el (locate-file-completion): Avoid duplicates in result.
6083         * cus-edit.el (custom-no-edit): New command.
6084         (custom-mode-map): Remap to custom-no-edit instead of
6085         using suppress-keymap.
6087 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
6089         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
6090         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
6091         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
6093         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
6095 2006-07-11  Kim F. Storm  <storm@cua.dk>
6097         * ido.el (ido-copy-current-file-name): Use buffer-name if
6098         buffer-file-name is nil.
6100 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
6102         * simple.el (undo-ask-before-discard): Set to nil.
6104         * vc.el (vc-exec-after): Don't delete process manually.
6105         (vc-print-log): Run log-view-mode in process sentinel inside
6106         inhibit-read-only.  Don't shrink window due to timing issues.
6108         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
6109         Avoid using with-output-to-temp-buffer, which clobbers local vars.
6111 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6113         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6114         Fix ambiguity introduced by last change.
6115         (compilation-find-file): Move save-excursion to where it may
6116         make sense.  Fix a left over `find-file'.
6118 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
6120         * textmodes/texinfmt.el (texinfo-format-separate-node):
6121         Insert a string before point, which fits documentation, not after.
6122         (texinfo-multitable-item): In a multitable row, insert any
6123         additional needed @tabs and spaces.
6125 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
6127         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
6128         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
6129         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
6130         instead of shell-command.
6131         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
6132         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
6133         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
6134         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
6135         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
6136         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
6138 2006-07-11  Kim F. Storm  <storm@cua.dk>
6140         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
6141         Remove special case for seconds < 0.  Use (redisplay t) instead.
6143 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
6145         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
6146         avoid compilation error.
6148         * subr.el (sit-for): New function.
6150         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
6152 2006-07-10  Richard Stallman  <rms@gnu.org>
6154         * ldefs-boot.el (edebug): Update page.
6156 2006-07-10  Kim F. Storm  <storm@cua.dk>
6158         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
6159         to FOR-RELEASE and TODO.
6161 2006-07-10  Romain Francoise  <romain@orebokech.com>
6163         * emacs-lisp/authors.el (authors-aliases): Update.
6165 2006-07-10  Alan Mackenzie  <acm@muc.de>
6167         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
6168         * cc-mode.el: Changes to eradicate eval-after-load.
6170 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
6172         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
6173         on non-char events.
6175 2006-07-09  Romain Francoise  <romain@orebokech.com>
6177         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6178         Don't highlight start/end markers as compilation messages.
6180         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
6181         to t.
6183 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6185         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
6187 2006-07-08  Richard Stallman  <rms@gnu.org>
6189         * term/x-win.el (x-handle-display): Add doc string.
6191         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6193         * subr.el (def-edebug-spec): Move here.
6194         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
6196         * imenu.el (imenu-choose-buffer-index): Doc fix.
6198 2006-07-08  Romain Francoise  <romain@orebokech.com>
6200         * term/x-win.el (x-display-name): Fix typo.
6202 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
6204         * hexl.el (hexl-find-file): Doc fix.
6206         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6208 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
6210         * term/x-win.el (x-display-name): Doc fix.
6212 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6214         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
6215         long prefixes.
6216         (fill-region-as-paragraph): Don't round up to a whole line.
6217         (fill-comment-paragraph): Don't include the code-before-the-comment
6218         when calling fill-region-as-paragraph.
6220         * international/mule.el (make-char): Remove redundancy.
6222         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
6223         property may contain an anonymous function rather than a symbol.
6225         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
6227         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
6228         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
6230         * dirtrack.el (dirtrack-default-directory-function): Remove.
6231         (dirtrack-directory-function): Use file-name-as-directory.
6232         (dirtrack-windows-directory-function): Simplify.
6233         (dirtrack-forward-slash, dirtrack-backward-slash)
6234         (dirtrack-replace-slash): Remove.
6235         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
6236         (dirtrack): Fix wrong parenthesizing; use match-string.
6238         * progmodes/octave-inf.el: Remove spurious * in docstrings.
6239         (inferior-octave-mode): Only change the buffer-local value of
6240         comint-dynamic-complete-functions.
6241         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
6242         Move the initialization to the declaration.
6243         (inferior-octave-complete): Remove unused var `filter'.
6245         * shell.el (shell-mode): Only change the buffer-local value of
6246         comint-dynamic-complete-functions.
6248 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
6250         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
6251         entry is skipped because it has been scheduled.
6252         (org-prepare-agenda-buffers): Don't mark buffers as modified when
6253         changing `:org-archived' and `:org-comment' properties.
6255 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
6257         * server.el (server-select-display): Don't make the temp frame
6258         minibuffer-only, in case it's not a temp frame.
6259         (server-process-filter): Don't delete the temp frame if it's the
6260         only one we have on that display.
6262         * files.el (find-alternate-file): Doc fix.
6264 2006-07-05  Richard Stallman  <rms@gnu.org>
6266         * files.el (abbreviate-file-name): Add save-match-data.
6268 2006-07-03  Richard Stallman  <rms@gnu.org>
6270         * faces.el (read-face-name): Doc fix.
6272 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
6274         * net/goto-addr.el (goto-address): Mark as safe for local evals.
6276 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
6278         * vc.el (vc-diff-internal): Fix prev change.
6280 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
6282         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
6283         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
6285 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6287         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
6288         fails if the symbol contains chars like ( or '.
6289         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
6290         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
6291         `short'.
6293 2006-07-04  Kenichi Handa  <handa@m17n.org>
6295         * international/mule-cmds.el (set-language-info): If LANG-ENV is
6296         the current one, don't call set-language-environment, but call one
6297         of set-language-environment-XXX to make INFO effective now.
6298         (set-language-environment): Call set-language-environment-XXX
6299         functions instead of doing the various setups directly.
6300         (set-language-environment-coding-systems): Delete argument eol-type.
6301         (set-language-environment-input-method)
6302         (set-language-environment-nonascii-translation)
6303         (set-language-environment-charset)
6304         (set-language-environment-fontset)
6305         (set-language-environment-unibyte): New functions.
6307 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6309         * locate.el (locate-update-when-revert): New option.
6310         (locate-update-path): New option (suggested by Michael Albinus).
6311         (locate-prompt-for-command): Whitespace change.
6312         (locate-update): No longer offer to update the locate database by
6313         default.  Implement the two new options.
6315 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
6317         * tooltip.el: Move comment about track-mouse...
6319         * progmodes/gud.el: ...to here.
6321 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
6323         * facemenu.el (facemenu-listed-faces): New var.
6324         (facemenu-unlisted-faces): Variable deleted.
6325         (facemenu-add-new-face): Use facemenu-listed-faces.
6327         * emulation/viper-init.el, calendar/calendar.el:
6328         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
6330 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
6332         * textmodes/org.el (org-mode): Remove no invalid settings for
6333         calc embedded mode.
6334         (org-mode-p): New defsubst.
6335         (org-save-all-org-buffers): New function.
6336         (org-first-headline-recenter): Enclose outline-regexp in group
6337         delimiters.
6338         (org-set-tags): Keep single space after stars.
6340 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6342         * window.el (set-window-text-height): Only set window-min-height to
6343         1 if that's the requested size.
6345         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
6346         (diff-unified->context, diff-context->unified)
6347         (diff-reverse-direction): Make sure the end marker stays at the end.
6348         (diff-mode): Add the keymap table at the end of docstring.
6349         Use lexical-let rather than constructing a closure manually.
6351         * files.el (find-file-noselect-1): Remove unused var assignment.
6352         (hack-local-variables-confirm): Print lists of strings as lists of
6353         strings rather than lists of symbols.
6354         (abbreviate-file-name, hack-local-variables-prop-line):
6355         Use match-string.
6356         (hack-one-local-variable): Move `make-local-variable' nearer its use.
6357         (recover-session-finish): Use line-end-position.
6359 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
6361         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
6363 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
6365         * progmodes/make-mode.el (makefile-macroassign-regex):
6366         Accept preceding keyword.
6367         (makefile-gmake-statements): Reorganize, now that makepp has
6368         "override" and also handle forgotten "override define".
6369         (makefile-makepp-statements): Add new "global", "override export"
6370         and "override global".
6372 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
6374         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
6375         (ada-compile-mouse-goto-error, ada-deactivate-properties)
6376         (ada-no-auto-case): Fix typos in docstrings.
6378 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
6380         * info.el (Info-find-node-2): Search for makeinfo version more
6381         carefully.
6383 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
6385         * textmodes/org.el (org-prepare-agenda-buffers):
6386         Use `invisible-OK' argument for `org-end-of-subtree'.
6387         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
6388         (org-beginning-of-item): Fix bug in regular expression for white line.
6389         (org-export-as-html): Enforce space after bullet in plain list items.
6390         (org-set-autofill-regexps): Require space after plain list bullet
6391         for paragraph-start.
6392         (org-ts-regexp3): New constant.
6393         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
6394         (org-timestamp-up-day, org-timestamp-down-day)
6395         (org-timestamp-change): Work with inactive timestamps.
6396         (org-ts-regexp1): Don't allow brackets in time stamps.
6398 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
6400         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
6401         for ignoring links.
6403         * faces.el (read-face-name): Use it.
6405 2006-06-28  Juri Linkov  <juri@jurta.org>
6407         * buff-menu.el (list-buffers-noselect): Compare Info file
6408         with the string "dir" to detect Info directory.
6410         * complete.el (partial-completion-mode): In lambda for
6411         `choose-completion-string-functions' use full function signature
6412         with 4 args, and move point to the end of the minibuffer only if arg
6413         `mini-p' is non-nil.
6415 2006-06-28  John Paul Wallington  <jpw@pobox.com>
6417         * ibuffer.el (ibuffer-mode): Doc fix.
6419 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
6421         * textmodes/org.el (org-context): New contexts :item-bullet,
6422         :latex-fragment, :latex-preview.
6423         (org-overlays-at, org-overlay-start, org-overlay-end):
6424         New compatibility functions.
6425         (org-inside-LaTeX-fragment-p): More accurate matching, using the
6426         exact regexp that will be used during export.
6427         (org-latex-regexps): New variable.
6428         (org-cdlatex-mode): Improve advice for `texmathp'.
6429         (turn-on-org-cdlatex): New function.
6431 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6433         * term/mac-win.el (mac-handle-font-selection): Change keys of
6434         mac-atsu-font-table from strings to numbers.
6435         (mac-ts-caret-position): Use also when cursor-type is nil.
6436         (mac-ts-update-active-input-area): Add Mac OS Classic support.
6437         Relax condition for using overlay strings.
6438         Use mac-ts-caret-position face when cursor-type is nil.
6440 2006-06-26  Kim F. Storm  <storm@cua.dk>
6442         * help.el (view-emacs-news): Declare `res' in the right let* form.
6444 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
6446         * net/rcompile.el (remote-compile): Replace ange-ftp based
6447         implementation by Tramp functions.
6448         Suggested by Marc Abramowitz <msabramo@gmail.com>.
6450         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
6452 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
6454         * international/fontset.el (setup-default-fontset): Fix a typo in
6455         the "Oriya-Akruti" registry name.
6457 2006-06-23  Lars Hansen  <larsh@soem.dk>
6459         * desktop.el (desktop-full-file-name): New function.
6460         (desktop-kill, desktop-save, desktop-remove, desktop-read)
6461         (desktop-revert): Use it.
6462         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
6463         (desktop-after-read-hook): Add option list-buffers.
6464         (desktop-locals-to-save): Add tab-width.
6465         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
6466         Fix docstring.
6468 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
6470         * textmodes/org.el (org-cdlatex-mode-map)
6471         (org-cdlatex-texmathp-advice-is-done): New variables.
6472         (org-cdlatex-mode): New minor mode.
6473         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
6474         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
6475         (org-export-with-archived-trees): New option.
6476         (org-open-file): Remove the call to `convert-standard-filename'.
6477         (org-archive-tag, org-agenda-skip-archived-trees)
6478         (org-cycle-open-archived-trees)
6479         (org-sparse-tree-open-archived-trees): New options.
6480         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
6481         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
6482         New functions.
6483         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
6484         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
6485         (org-mode-map): Add binding for `org-toggle-archive-tag'.
6486         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6487         Call `org-prepare-agenda-buffers'.
6488         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
6489         (org-file-apps, org-file-apps-defaults-gnu)
6490         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
6491         Handle remote files by forcing them to be opened in Emacs.
6493 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
6495         * vc.el (vc-diff-knows-L): New variable.
6496         (vc-diff-internal): Use it to handle "diff" programs that don't
6497         understand -L.  This works automatically, no user action is necessary.
6499 2006-06-23  Daniel Brockman  <daniel@brockman.se>
6501         * net/rcirc.el (rcirc-default-user-full-name): Default to
6502         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
6503         longer exists).
6504         (rcirc-process-list): Check `buffer-live-p' before attempting to
6505         switch to a buffer.
6507 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
6509         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
6510         based on rcirc-coding-system-alist.
6512 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
6514         * cus-edit.el (customize-apropos): A better error message.
6515         (top level) <debug-ignored-errors>: Extend and update the list of
6516         ignored error messages.
6518 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
6520         * complete.el (PC-do-completion): Retain capitalization of user
6521         input, when possible, even if completion-ignore-case is set.
6523 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
6525         * generic-x.el (bat-generic-mode): Support .cmd files.
6527         * dos-w32.el (top level): Use find-file-not-found-functions
6528         instead of the obsolete find-file-not-found-hooks.
6530 2006-06-22  Kim F. Storm  <storm@cua.dk>
6532         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
6533         to recognize mode name containing submodes, such as Grep/lw.
6535 2006-06-21  Kim F. Storm  <storm@cua.dk>
6537         * simple.el (line-move-1): Check for move-end-of-line instead of
6538         end-of-line when setting temporary-goal-column.
6540 2006-06-21  Miles Bader  <miles@gnu.org>
6542         * play/cookie1.el (cookie): Work properly when there's only one entry.
6544 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
6546         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
6547         (gdb-frame-handler): Generalize frame regexp for templates.
6549 2006-06-20  Glenn Morris  <rgm@gnu.org>
6551         * calendar/appt.el (appt-display-format): Default value must be
6552         one of the customize options.
6554 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
6556         * term/xterm.el (terminal-init-xterm): Update key availability info.
6557         Bind C-return.
6559         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
6561 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
6563         * files.el (hack-local-variables): Run `hack-local-variables-hook'
6564         whether or not a local variables list is defined.
6566         * msb.el (msb): Move `sit-for' hack here to handle both
6567         "mouse-down and drag" and "mouse-up and select" situations.
6568         (mouse-select-buffer): Move `sit-for' hack to `msb'.
6570 2006-06-20  Kenichi Handa  <handa@m17n.org>
6572         * international/characters.el (word-combining-categories):
6573         Add entries for 2-byte Han characters.
6575 2006-06-19  Richard Stallman  <rms@gnu.org>
6577         * bindings.el (mode-line-format): Save some mode line space.
6579         * files.el (find-file-noselect): Improve the question wording.
6580         (basic-save-buffer-2): Mask UMASK against 666.
6582         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
6583         (mouse-drag-vertical-line): Call it.
6585         * cus-edit.el (customize-option, customize-option-other-window):
6586         Error if SYMBOL is nil.
6588 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
6590         * textmodes/org.el: Require noutline, also on XEmacs.
6591         (org-end-of-subtree): Return point.
6592         (org-dblock-start-re, org-dblock-end-re): New constants.
6593         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
6594         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
6595         (org-update-all-dblocks, org-find-dblock): New functions.
6596         (org-collect-clock-time-entries): New function.
6597         (org-html-handle-time-stamps): Never export CLOCK timeranges.
6598         (org-fixup-indentation): Modify to deal correctly with lines
6599         starting with TAB.  Only one argument DIFF now.
6600         (org-demote, org-promote): Call `org-fixup-indentation' with just
6601         one argument, DIFF.
6602         (org-mode): Don't mark buffer as modified when aligning tables.
6603         (org-clock-sum): Don't mark buffer modified when adding time sum
6604         properties.
6605         (org-export-as-html): Add support for a link validation function.
6606         (org-archive-all-done): New function.
6607         (org-archive-subtree): New prefix argument.  When set, archive all
6608         done subtrees in this buffer.
6609         (org-remove-clock-overlays)
6610         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
6611         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
6612         (org-put-clock-overlay): Don't swallow last headline character
6613         when displaying overlay.
6614         (org-store-link): Link to `image-mode' with just the file name.
6616 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
6618         * viper-cmd.el (viper-special-read-and-insert-char):
6619         Use read-key-sequence.
6620         (viper-after-change-undo-hook): Misc enhancements.
6621         (viper-after-change-undo-hook): New hook.
6622         (viper-undo): Use viper-after-change-undo-hook.
6623         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
6624         (viper-next-line-at-bol): If point is on a widget or a button, simulate
6625         clicking on that widget/button.
6627         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
6629         * ediff-diff (ediff-test-patch-utility): Catch errors.
6630         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
6631         (ediff-set-actual-diff-options): New function.
6632         (ediff-reset-diff-options, ediff-toggle-ignore-case):
6633         Use ediff-set-actual-diff-options.
6634         (ediff-extract-diffs): Catch errors.
6635         (ediff-whitespace): Add non-breakable space.
6636         (ediff-same-file-contents): Catch errors.
6638         * ediff-mult.el (ediff-collect-custom-diffs):
6639         Save coding-system-for-read.
6641         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
6642         (ediff-vc-internal, ediff-vc-merge-internal):
6643         Use ediff-delete-version-file.
6644         (ediff-delete-version-file): New function.
6646         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
6648         * ediff.el (ediff-directories, ediff-directory-revisions)
6649         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
6650         (ediff-directories-internal, ediff-merge-directory-revisions)
6651         (ediff-merge-directory-revisions-with-ancestor)
6652         (ediff-directories3): Use read-directory-name.
6654 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
6656         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
6657         Remove superfluous part of regexp for brace matching which is handled
6658         by `scan-lists' call.
6660 2006-06-16  Richard Stallman  <rms@gnu.org>
6662         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
6664         * files.el (basic-save-buffer-2): For a new precious file,
6665         use the default modes in the return value.
6667         * facemenu.el (facemenu-color-alist): Doc fix.
6669         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
6671 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6673         * cus-start.el (all): Add mac-ts-script-language-on-focus.
6675         * term/mac-win.el (mac-text-encoding-ascii): New constant.
6676         (mac-utxt-to-string): Use it.
6677         (mac-ts-update-active-input-area): Use mac-ae-number.
6679 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6681         * term.el (term-handle-scroll, term-delete-lines)
6682         (term-insert-lines): Fix off by one errors.
6684 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
6686         * net/tramp.el (tramp-touch): Use UTC to express time.
6688 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
6690         * mail/sendmail.el (mail-send): Search explicitly for
6691         mail-header-separator when checking for corrupted header lines.
6693 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
6695         * progmodes/gdb-ui.el (gdb-same-frame): New option.
6696         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
6697         (gdb-init-1): Initialise them.
6698         (gdb-starting): Reset gdb-printing
6699         (gdb-starting): Save value of gud-overlay-arrow-position.
6700         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
6701         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
6702         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
6703         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
6705 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6707         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
6709 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
6711         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
6712         (ldap-search-internal): Keep error messages, and a regexp fix.
6714 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
6716         * files.el (hack-local-variables-confirm):
6717         Display string value using its printed representation.
6719 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
6721         * server.el (server-edit): No-op if no server buffers exist.
6723 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
6725         * textmodes/page-ext.el (pages-directory-for-addresses):
6726         Including `pages-directory-address-mode' in the function results
6727         in the message "Buffer in which pages were found is deleted".
6729 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
6731         * textmodes/org.el (org-agenda-mode-map): Add bindings for
6732         clocking functions.
6734         (org-agenda-clock-in, org-check-running-clock)
6735         (org-clock-out-if-current, org-remove-clock-overlays)
6736         (org-put-clock-overlay): New functions.
6737         (org-clock-marker, org-clock-file-total-minutes)
6738         (org-clock-overlays): New variables.
6739         (org-clock-display, org-clock-sum, org-clock-cancel)
6740         (org-clock-out, org-clock-in): New commands.
6741         (org-export): New function.
6742         (org-emph-re): New constant.
6743         (org-set-emph-re, org-do-emphasis-faces): New functions.
6744         (org-emphasis-regexp-components, org-emphasis-alist): New options.
6745         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
6746         (org-export-html-convert-emphasize): Use the configurable emphasis.
6747         (org-cleaned-string-for-export): Make multiline emphasis visible
6748         to the exporter.  New optional argument PARAMETERS.
6749         (org-export-as-html): Specify :emph-multiline parameter to
6750         `org-cleaned-string-for-export'.
6752 2006-06-10  Richard Stallman  <rms@gnu.org>
6754         * help.el (help-for-help-internal): Clean up help text.
6756 2006-06-10  Andreas Schwab  <schwab@suse.de>
6758         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
6759         in doc string.
6761         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
6763 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
6765         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
6766         spaces after the comment start.
6768 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6770         * play/pong.el (pong-init-buffer):
6771         Fill buffer with spaces instead of ^A.
6773         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
6774         launched asynchronously, delete its process instead of being cool.
6775         (ispell-async-processp): Check for `delete-process' existence
6776         instead of `kill-process' one for consistency.
6778 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
6780         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
6781         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
6782         in mode line at startup.
6784 2006-06-08  Kim F. Storm  <storm@cua.dk>
6786         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
6787         (ido-init-completion-maps): Bind them to M-SPC and M-v.
6788         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
6789         (ido-file-internal): Pass full file name to write-file.
6790         (ido-read-internal): Only pop stack elements automatically if they
6791         actually match an existing directory or file name.
6793 2006-06-07  Kenichi Handa  <handa@m17n.org>
6795         * international/mule.el (find-auto-coding): Don't handle the short
6796         name `char-trans'.
6798         * files.el (hack-local-variables-prop-line)
6799         (hack-local-variables): Cancel the previous change.
6801 2006-06-06  Jesper Harder  <harder@phys.au.dk>
6803         * ediff-diff.el (ediff-test-utility): Protect against file-error.
6805 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
6807         * diff-mode.el (diff-mode): Set buffer-read-only to t when
6808         diff-default-read-only is non-nil.
6809         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
6810         (diff-refine-hunk): Set inhibit-read-only to t.
6812         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
6813         modifying the *Diff* buffer.
6814         (diff-process-filter): New filter function for diff process that
6815         sets inhibit-read-only to t when modifying the *Diff* buffer.
6817 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
6819         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
6820         insertion point and control the number of empty lines.
6821         (org-paste-subtree): Limit the number of empty lines at the end of
6822         the inserted tree.
6823         (org-agenda): Use buffer name of current file for narrowing.
6824         (org-export-as-xml): Command removed.
6825         (org-export-xml-type): Option removed.
6826         (org-mode-map): Call `org-export-as-xoxo' directly.
6827         (org-get-indentation): New optional argument LINE.
6828         (org-fix-indentation, org-remove-tabs): New functions.
6829         (org-export-as-ascii, org-ascii-level-start): Determine and apply
6830         correct indentation for headlines that are converted it items.
6831         (org-skip-comments): Remove table lines that contain narrowing
6832         cookies but no other non-empty fields.
6833         (org-set-tags): Allow groups of mutually exclusive tags.
6834         (org-cmp-time): Sort 24:21 before items without time.
6835         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
6836         (org-open-at-point): Require double colon also for numbers.
6838 2006-06-06  Kim F. Storm  <storm@cua.dk>
6840         * ido.el (ido-default-file-method, ido-default-buffer-method):
6841         Make choice values consistent with corresponding command names.
6842         (ido-visit-buffer): Update accordingly.  Default to selected-window.
6844 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
6846         * progmodes/gud.el (gud-running): Fix doc string.
6847         (gud-menu-map): Use :visible instead fo :enable for debugger test.
6848         (gud-tooltip-modes): Add python-mode.
6849         (gud-tooltip-print-command): Add pdb.  Remove perldb.
6851 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
6853         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
6854         Quote $(EMACS).
6856 2006-06-05  Richard Stallman  <rms@gnu.org>
6858         * faces.el (defined-colors): Doc fix.
6860 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
6862         * vc.el (vc-process-filter): Inhibit undo info collection around
6863         call to insert.
6864         (vc-setup-buffer): Likewise for call to erase-buffer.
6865         (vc-do-command): Likewise for call to process-file.
6867 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
6869         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
6870         for gud-go.
6871         (gud-common-init): Other debuggers may trigger error.
6873 2006-06-05  Kenichi Handa  <handa@m17n.org>
6875         * international/mule.el (find-auto-coding):
6876         Handle enable-character-translation in file header.
6878 2006-06-04  Kim F. Storm  <storm@cua.dk>
6880         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
6881         (authors-fixed-entries): Fix spelling.
6882         (authors-canonical-file-name): Don't report error for wildcards.
6884         * help.el (view-emacs-news): Rewrite to support new NEWS,
6885         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
6886         e.g. version 10 matches 1.10, and don't be confused by version 1.1
6887         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
6889 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
6891         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
6892         exec constructs like `foo bar`.
6893         (sh-quoted-subshell): New helper function to search for a possibly
6894         nested subshell (like `` or $()) within a "" quoted string.
6895         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
6896         (sh-apply-quoted-subshell): Flag quote characters inside a
6897         subshell, which is itself already in a quoted region, as
6898         punctuation, since this is the closest to what they actually are.
6899         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
6900         sh-apply-quoted-subshell.
6901         (sh-font-lock-syntactic-face-function): Apply the new face for
6902         text inside `` instead of the old font-lock-string-face.
6904 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6906         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
6907         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
6908         (mac-bytes-to-text-range, mac-ae-text-range-array)
6909         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
6910         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
6911         (mac-ts-unicode-for-key-event): New functions.
6912         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
6913         (mac-handle-font-selection): Use mac-ae-number.
6914         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
6915         New variables.
6916         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
6917         (mac-ts-converted-text, mac-ts-selected-converted-text)
6918         (mac-ts-block-fill-text, mac-ts-outline-text)
6919         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
6920         (mac-ts-hilite-style-faces): New constant.
6921         (mac-apple-event-map): Bind text input events.
6922         (mac-dispatch-apple-event): Use command-execute instead of
6923         call-interactively.
6924         (global-map): Don't bind mac-apple-event.
6925         (special-event-map): Bind mac-apple-event.
6927 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
6929         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
6930         file name.
6931         (emacs): Enclose the value of $(EMACS) in quotes.
6933 2006-06-02  Juri Linkov  <juri@jurta.org>
6935         * international/mule.el (sgml-html-meta-auto-coding-function):
6936         Remove the condition `(search-forward "<html" size t)'.
6937         Replace `\"' with `[\"']?' in `re-search-forward'.
6939 2006-06-02  Kenichi Handa  <handa@m17n.org>
6941         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
6942         as well as `coding'.
6943         (hack-local-variables): Likewise.
6945         * international/mule.el (enable-character-translation):
6946         Put permanent-local and safe-local-variable properties.
6947         (find-auto-coding): Handle char-trans: tag.
6949 2006-06-02  Juri Linkov  <juri@jurta.org>
6951         * international/mule.el (sgml-html-meta-auto-coding-function):
6952         Limit the search by the end of the HTML header (if any).
6954 2006-06-01  Richard Stallman  <rms@gnu.org>
6956         * subr.el (with-current-buffer): Doc fix.
6958 2006-06-02  Masatake YAMATO  <jet@gyve.org>
6960         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
6961         Almost rewrite.  Underlines over all lines of gcov output are too
6962         uncomfortable to read.  Suggested by Dan Nicolaescu.
6964 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
6966         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
6968         * shell.el (shell-mode): Use shell-mode-map in docstring.
6970         * comint.el (comint-send-input): Do not add help-echo and
6971         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
6973 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6975         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
6977 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
6979         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
6980         (gdb-stopped, gdb-info-stack-custom): If there is no source info
6981         look up the stack and pop up GUD buffer if necessary.
6982         (gdb-frames-select): Remove redundant call to gud-display-frame.
6983         (gdb-info-threads-custom): Keep point at start of buffer.
6984         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
6986 2006-05-31  Juri Linkov  <juri@jurta.org>
6988         * replace.el (query-replace-read-from, query-replace-read-to):
6989         Bind `history-add-new-input' to nil.  Call `add-to-history'.
6991 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
6993         * textmodes/table.el: Convert all HTML tags to lower case for
6994         XHTML compatibility.
6996 2006-05-31  Masatake YAMATO  <jet@gyve.org>
6998         * progmodes/compile.el:
6999         (compilation-error-regexp-alist-alist::gcov-called-line):
7000         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
7002 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
7004         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
7005         Revert inadvertent changes made with last commit.
7007 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7009         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
7010         New functions.
7012         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
7014 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
7016         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
7017         only matches in the right place.
7018         (org-upcoming-deadline): New face.
7019         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
7020         (org-export-ascii-underline): Rename constant `org-ascii-underline'
7021         and make it an option.
7022         (org-export-ascii-bullets): New option.
7023         (org-export-as-html): Many changes to emit valid XHTML.
7024         (org-par-open): New variable.
7025         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
7026         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
7027         (org-timeline): Pass `org-timeline-show-empty-dates' to
7028         `org-get-all-dates'.  Interpret empty dates returned by
7029         `org-get-all-dates'.
7030         (org-get-all-dates): New argument EMPTY.  Add dates without
7031         entries to the list, mark large ranges of empty dates.
7032         (org-point-in-group, org-context): New functions.
7034 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
7036         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
7038         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
7039         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
7040         to C-mouse-3 (for 2 button mice).
7041         (gdb-send): Do the right thing for C-d.
7043         * speedbar.el (speedbar-detach): Delete.
7044         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
7045         it breaks things.
7046         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
7048 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
7050         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
7051         Makeppfile.
7053         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7054         Add makepp diagnostic.
7056 2006-05-29  Richard Stallman  <rms@gnu.org>
7058         * window.el (fit-window-to-buffer): Doc fix.
7060         * help.el (temp-buffer-max-height): Doc fix.
7062         * subr.el (with-current-buffer): Doc fix.
7064 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7066         * term/x-win.el: Bind F10 to menu-bar-start if available.
7068 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
7070         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
7071         uses with a simple test.
7072         (term-set-escape-char, term-mode, term-check-kill-echo-list)
7073         (term-send-raw-string, term-send-raw, term-mouse-paste)
7074         (term-char-mode, term-line-mode, term-exec, term-sentinel)
7075         (term-handle-exit, term-read-input-ring)
7076         (term-previous-matching-input-string)
7077         (term-previous-matching-input-string-position)
7078         (term-previous-matching-input-from-input)
7079         (term-replace-by-expanded-history, term-send-input)
7080         (term-skip-prompt, term-bol, term-send-invisible)
7081         (term-kill-input, term-delchar-or-maybe-eof)
7082         (term-backward-matching-input, term-check-source)
7083         (term-proc-query, term-emulate-terminal)
7084         (term-handle-colors-array, term-process-pager, term-pager-line)
7085         (term-pager-bob, term-unwrap-line, term-word)
7086         (term-dynamic-complete-filename)
7087         (term-dynamic-complete-as-filename)
7088         (term-dynamic-simple-complete): Replace one arm ifs with whens or
7089         unlesses.
7091 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7093         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
7094         during bootstrapping.
7096         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
7097         Basically undo the change of 2006-05-26: use extra arguments instead of
7098         dynamic scoping.
7099         (ewoc-locate): Remove unused var `footer'.
7101 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7103         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
7105         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
7106         (generate-file-autoloads): Obey it.  Return whether autoloads were
7107         added at point or not.
7108         (update-file-autoloads): Use this new return value.
7109         Remove redundant test for the presence of an autoload cookie.
7111         * emacs-lisp/autoload.el (autoload-find-file): New fun.
7112         This one calls hack-local-variables.
7113         (generate-file-autoloads, update-file-autoloads): Use it.
7115         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
7116         (bibtex-sort-entry-class): Add safe-local-variable predicate.
7117         (bibtex-sort-entry-class-alist): Don't set the global value.
7118         (bibtex-init-sort-entry-class-alist): New fun.
7119         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
7120         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
7121         of bibtex-init-sort-entry-class.
7123 2006-05-28  Richard Stallman  <rms@gnu.org>
7125         * subr.el (load-history-regexp): If FILE is relative, insist
7126         entire last name component must match it.
7127         (load-history-filename-element, load-history-regexp): Doc fixes.
7129 2006-05-29  Kim F. Storm  <storm@cua.dk>
7131         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
7132         `pos' and `raw-data' for clarity, as eval forms may access these.
7134 2006-05-28  Kim F. Storm  <storm@cua.dk>
7136         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
7138 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7140         * progmodes/make-mode.el (makefile-browser-map)
7141         (makefile-mode-syntax-table): Move initialization inside declaration.
7142         (makefile-fill-paragraph): Use the default comment-filling code.
7144 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
7146         * replace.el (query-replace-defaults): New variable.
7147         (query-replace-read-from): Use `query-replace-defaults' for
7148         default value, instead of history list.
7149         (query-replace-read-to): Update `query-replace-defaults'.
7151 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
7153         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
7154         with no X toolkit.
7156 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
7158         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
7159         (tumme-show-all-from-dir): Add autoload.
7161 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
7163         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
7164         (tumme-remove-tag): Fix bug.
7166 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
7168         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
7169         FOOTER args.  Update unique caller.
7170         (ewoc-delete): Compute last node once before looping.
7171         (ewoc--node-branch): Merge into unique caller.
7172         (ewoc--node): Don't define constructor make-ewoc--node for this
7173         structure.
7174         (ewoc): Add member `hf-pp' to this structure.
7175         (ewoc--wrap): New func.
7176         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
7177         header/footer pretty-printers.  Save header/footer pretty-printer.
7178         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
7180         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
7182 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
7184         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
7185         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
7186         Tag'.  Change "Compare directories..." to "Change Directories...".
7187         Move tumme commands to Operate, Regexp and Immediate menus.
7188         Change "Add Comment" to "Add Image Comment".  Change "Add Image
7189         Tag" to "Add Image Tags".
7191         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
7192         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
7193         `tumme-delete-tag'.
7195 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
7197         * shell.el (shell-mode): Call shell-dirtrack-mode after
7198         list-buffers-directory is made a local variable, to avoid setting
7199         the default value.
7201 2006-05-26  Kevin Ryde  <user42@zip.com.au>
7203         * info.el (Info-index-next): Use where-is-internal to report
7204         actual binding of Info-index-next, rather than hard-coded `,'.
7206 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
7208         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
7209         and "Find Command in Manual" to here.
7211         * buff-menu.el (list-buffers-noselect): For Info buffers, use
7212         Info-current-file as the file name.
7214 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
7216         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
7217         overrides will now be done a different way.
7218         (ses-set-parameter): Reapply this function for undo.
7219         (ses-set-header-row): Reconstruct header row during undo.
7220         (ses-widen): New function.
7221         (ses-goto-data, ses-reconstruct-all): Use new function.
7222         (ses-command-hook): Widen buffer during undo, before unupdating
7223         the cells.
7224         (ses-insert-row, ses-delete-row): Widen buffer during undo.
7225         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
7226         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
7227         formula hasn't been executed yet.
7229 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7231         * comint.el (comint-kill-whole-line): Rename arg to count.
7232         Fix doc string.
7234 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
7236         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
7237         to copy-file.
7239 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7241         * simple.el (toggle-truncate-lines): Make arg optional for
7242         backward compatibility.
7244 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
7246         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
7247         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
7248         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
7249         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
7250         (ewoc--adjust): Use ewoc--current-dll.
7251         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
7253 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
7255         * textmodes/org.el (org-next-item, org-previous-item): Emit more
7256         compact error message.
7257         (org-tags-view): Refresh category table in each file.
7258         (org-table-justify-field-maybe): Remove superfluous arguments to
7259         `format'.
7260         (org-export-as-html): Insert "<p>" before postamble.
7261         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
7263 2006-05-26  Kenichi Handa  <handa@m17n.org>
7265         * textmodes/po.el (po-find-charset): Pay attention to the case
7266         FILENAME is a cons (NAME . BUFFER).
7267         (po-find-file-coding-system-guts): Likewise.
7269         * arc-mode.el (archive-set-buffer-as-visiting-file):
7270         Call find-operation-coding-system with (FILENAME . BUFFER).
7272         * tar-mode.el (tar-extract): Call find-operation-coding-system
7273         with (FILENAME . BUFFER).
7275         * international/mule.el (decode-coding-inserted-region):
7276         Call find-operation-coding-system with (FILENAME . BUFFER).
7278 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
7280         * image-mode.el (image-toggle-display): Use buffer contents to
7281         generate image for a remote file.
7283 2006-05-25  Juri Linkov  <juri@jurta.org>
7285         * replace.el (query-replace-read-from, query-replace-read-to):
7286         Remove 8th arg KEEP-ALL in read-from-minibuffer.
7288 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
7290         * whitespace.el (whitespace-cleanup): Change to cleanup
7291         region if one is active.
7292         * whitespace.el (whitespace-cleanup-internal): New internal method.
7294 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
7296         * dired.el (dired-mode-map): Add help-echo strings to tumme
7297         commands.  Bind `tumme-dired-display-image' to C-t i.
7299         * tumme.el (tumme-display-image): Change documentation string slightly.
7300         (tumme-dired-display-image): Add call to `display-buffer'.
7302 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
7304         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
7305         Signal error if RAW-DATA is a multibyte string.
7307 2006-05-24  Richard Stallman  <rms@gnu.org>
7309         * subr.el (with-local-quit): When handling `quit' signal,
7310         make a chance for quit-flag to cause a quit.
7312         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
7313         (ad-disable-advice): Add autoloads.
7315         * subr.el (read-passwd): Copy PROMPT before changing its properties.
7317 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
7319         * dired.el (dired-mode-map): Change menu items for tumme as per
7320         suggestions in emacs-devel.
7322 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
7324         * dired.el (dired-mode-map): Fix breakage.
7326 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
7328         * tumme.el (tumme-display-dired-image): Rename to...
7329         (tumme-dired-display-image): ...this.
7330         (tumme-track-movement): Change default value to t.
7331         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
7332         used from `tumme-next-line-and-display' and similar commands.
7334         * dired.el (dired-mode-map): Add Thumbnail submenu under the
7335         Immediate menu.  Add some tumme commands there.
7337 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
7339         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
7341 2006-05-24  Chong Yidong  <cyd@mit.edu>
7343         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
7344         menu entries that open submenus.
7346 2006-05-24  Alan Mackenzie  <acm@muc.de>
7348         * startup.el (command-line): For names of preloaded files, don't
7349         append ".elc" (now done in Fload), and call file-truename on the
7350         lisp directory.
7352         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
7353         match ANY loaded file with the right name, not just those in
7354         load-path.  Put a regexp matching the file name into
7355         after-load-alist, rather than the name itself.
7357         * subr.el (load-history-regexp, load-history-filename-element)
7358         (do-after-load-evaluation): New functions.
7360         * international/mule.el (load-with-code-conversion): Do the
7361         eval-after-load stuff by calling do-after-load-evaluation.
7363 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
7365         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
7366         has not been killed.
7368 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7370         * term/mac-win.el: Set idle timer to clean up expired Apple events.
7371         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
7372         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
7373         Optionally set error message in reply.
7375 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
7377         * textmodes/org.el (org-open-at-point): Use renamed variable
7378         `org-confirm-shell-link-function'.
7379         (org-confirm-shell-link-function): Rename from
7380         `org-confirm-shell-links'.
7381         (org-export-directory): New function.
7382         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
7383         (org-export-icalendar): Use `org-export-directory'.
7384         (org-indent-item): Keep cursor position.
7385         (org-link-file-path-type): New option.
7386         (org-export-as-html): Fix bug with plain lists starting in
7387         column 0.
7388         (org-export-as-html): Remove deadline formatting, this happens
7389         now already in `org-html-handle-time-stamps'.
7390         (org-export-html-style): Deadline class removed.
7391         (org-insert-labeled-timestamps-at-point): New option.
7392         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
7393         of `hide-sublevels 1', in case the first headline is not level 1.
7394         (org-overview, org-content): New fuction.
7395         (org-cycle-global-status, org-cycle-subtree-status): Make these
7396         variables buffer-local.
7397         (org-global-cycle): New command.
7398         (org-shifttab): Use `org-global-cycle'.
7399         (org-insert-heading, org-insert-item): Go to end of new
7400         headline/item after creating it.
7401         (org-export-visible): Rename from `org-export-copy-visible'.
7402         Now creates a temporary org-file and applies an exporting command
7403         to it.
7404         (org-table-eval-formula): Support for lisp forms.
7405         (org-agenda-todo-ignore-scheduled): New option.
7406         (org-agenda-get-todos): Use new option
7407         `org-agenda-todo-ignore-scheduled'.
7408         (org-export-html-inline-images): New value `maybe'.
7409         (org-export-as-html): Inlining of images dependent on link description.
7410         (org-archive-subtree): Check for end-of-buffer before trying
7411         `kill-line'.
7412         (org-agenda-follow-mode): New option.
7413         (org-export-with-tags, org-export-with-timestamps): New options.
7414         (org-html-handle-time-stamps): New function.
7415         (org-keyword-time-regexp): New variable.
7416         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
7417         (org-agenda-todo-list-sublevels): New option.
7418         (org-html-level-start): When TITLE is nil, just close all levels.
7419         (org-parse-key-lines, org-parse-export-options): Remove functions,
7420         replaced by `org-infile-export-plist'.
7421         (org-combine-plists, org-infile-export-plist)
7422         (org-default-export-plist): New functions.
7423         (org-export-html-preamble, org-export-html-postamble)
7424         (org-export-html-auto-preamble, org-export-html-auto-postamble):
7425         New variables.
7426         (org-export-publishing-directory): New option.
7427         (org-export-as-html, org-export-as-ascii): Use the new property
7428         lists for settings.
7429         (org-export-copy-visible, org-export-as-xoxo):
7430         Respect `org-export-publishing-directory'.
7431         (org-link-search, org-store-link, org-file-apps): Support for
7432         links to BibTeX database entries..
7433         (org-get-current-options, org-set-regexps-and-options):
7434         Implement logging as a startup option.
7435         (org-store-link): Make sure context string is never empty
7436         (org-insert-link): Use relative path when possible.
7437         (org-at-item-checklet-p): New function.
7438         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
7439         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
7440         (org-metaright, org-metaup, org-metadown, org-shiftup)
7441         (org-shiftdown, org-shiftright, org-shiftleft)
7442         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
7443         Dispatch using `call-interactively'.
7444         (org-call-with-arg): New defsubst.
7445         (org-tag-alist, org-use-fast-tag-selection): New options.
7446         (org-complete): Use `org-tag-alist'.
7447         (org-fast-tag-insert, org-fast-tag-selection): New functions.
7448         (org-next-item, org-previous-item): New commands.
7449         (org-beginning-of-item, org-end-of-item): Add (interactive) to
7450         make command.
7451         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
7453 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
7455         * emacs-lisp/ewoc.el (ewoc-delete): New function.
7456         (ewoc-filter): Use `ewoc-delete'.
7458         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
7460 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7462         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
7463         Signal more user-friendly error messages.
7465         * complete.el (PC-do-completion): Undo the addition of implicit
7466         wildcards if they did not lead to finding any match.
7467         (read-file-name-internal): Don't add the final > if the completion is
7468         not finished.
7470 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7472         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
7473         Quote safe-local-variable predicate.
7475 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
7477         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
7479 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7481         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
7483         * progmodes/make-mode.el (makefile-special-targets-list)
7484         (makefile-macro-table, makefile-target-table): Mark as risky.
7485         (makefile-query-one-target-method): Make this the alias for the
7486         following variable.
7487         (makefile-query-one-target-method-function): Make this the real name.
7489         * textmodes/artist.el (artist-text-renderer): Make this the alias
7490         for the following variable.
7491         (artist-text-renderer-function): Make this the real name.
7493         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
7494         the alias for the following variable.
7495         (flyspell-generic-check-word-predicate): Make this the real name.
7497         * textmodes/ispell.el (ispell-format-word): Make this the alias
7498         for the following variable.
7499         (ispell-format-word-function): Make this the real name.
7500         (ispell-message-text-end): Mark as risky.
7502         * skeleton.el (skeleton-transformation, skeleton-filter)
7503         (skeleton-pair-filter): Make these the aliases for the following
7504         variables.
7505         (skeleton-transformation-function, skeleton-filter-function)
7506         (skeleton-pair-filter-function): Make these the real names.
7508         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
7509         and skeleton-pair-filter-function.
7511         * textmodes/sgml-mode.el (sgml-transformation): Make this the
7512         alias for the following variable.
7513         (sgml-transformation-function): Make this the real name.
7514         (sgml-tag-alist): Mark as risky.
7516 2006-05-21  Richard Stallman  <rms@gnu.org>
7518         * simple.el (kill-region): Interactively, pass point, then mark.
7520 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
7522         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
7524 2006-05-21  Romain Francoise  <romain@orebokech.com>
7526         * dired-x.el (dired-mode-map): Don't bind M-g.
7528 2006-05-20  Richard Stallman  <rms@gnu.org>
7530         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
7531         (dired-goto-file): Doc fix.
7533 2006-05-21  Kim F. Storm  <storm@cua.dk>
7535         * emulation/cua-base.el: Mention customizing cua-mode as alternative
7536         way to enable built-in cua-mode if user loads older CUA-mode package.
7538         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
7539         if default-filename is specified.
7541 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
7543         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
7545         * info.el (info-apropos): Make sure current-file and current-node
7546         have non-nil values.  Speed up by using add-to-list instead of
7547         manual consing.
7549 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7551         * progmodes/make-mode.el (makefile-mode): Doc fix.
7553 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
7555         * dired-aux.el (dired-do-shell-command): Doc fix.
7557 2006-05-20  Kevin Ryde  <user42@zip.com.au>
7559         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
7560         ``(custom-manual :tag "Foo" "(foo)Node")''.
7562 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
7564         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
7565         value is an integer.
7567 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
7569         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
7570         "format".
7571         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
7573 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
7575         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
7576         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
7578 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7580         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
7581         regexp for keywords.
7583 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
7585         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
7586         replace-regexp-in-string.
7588         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
7589         encode, and escape file name on conversion to URL.
7591 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7593         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
7594         Don't unescape URL.
7595         (dnd-get-local-file-name): Unescape URL on conversion to file name.
7597         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
7598         on conversion to URLs.
7600         * net/browse-url.el (browse-url-file-url): Encode file name on
7601         conversion to URL.
7603         * term/mac-win.el (mac-ae-open-documents): Escape file name on
7604         conversion to URL.
7606 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
7608         * progmodes/cc-styles.el (c-style-alist): Doc fix.
7610 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7612         * term/mac-win.el (mac-bytes-to-digits): Remove function.
7613         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
7615 2006-05-19  Glenn Morris  <rgm@gnu.org>
7617         * calendar/diary-lib.el (diary-bahai-date)
7618         (list-bahai-diary-entries, mark-bahai-diary-entries)
7619         (mark-bahai-calendar-date-pattern): Not interactive.
7620         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
7621         (diary-entries-list): Change format of 4th element in each entry.
7622         (diary-list-entries): Use add-to-diary-list.
7623         (diary-goto-entry): Handle the case where the buffer visiting the
7624         diary has been killed.
7625         (fancy-diary-display): Add 'locator to button rather than 'marker.
7626         Only generate temp-face when there are marks to apply.
7627         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
7628         (diary-fancy-date-pattern): New variable.
7629         (diary-time-regexp): Doc fix.
7630         (diary-anniversary, diary-time): New faces.
7631         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
7632         diary-time-regexp.  Add font-lock-multiline property where needed.
7633         Use new faces diary-anniversary and diary-time.
7634         (diary-fancy-font-lock-fontify-region-function): New function, to
7635         handle multiline font-lock pattern in fancy diary.
7636         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
7637         (diary-font-lock-keywords): Tweak time regexp.  Use new face
7638         diary-time.
7640 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
7642         * international/code-pages.el (mik): Table corrected.
7644 2006-05-18  Kim F. Storm  <storm@cua.dk>
7646         * progmodes/grep.el (grep-find): Don't check grep-find-command
7647         before running command (breaks non-interactive usage).
7649 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
7651         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
7652         (ewoc--insert-new-node): Don't insert trailing newline.
7653         Instead, adjust successor nodes's start markers.
7654         (ewoc--refresh-node): Delete all text from current node's start
7655         marker to the next one's; adjust successor nodes's start markers.
7656         (ewoc--create): Doc fixes.
7657         (ewoc--refresh): Don't insert newline.
7658         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
7659         * pcvs.el (cvs-make-cvs-buffer):
7660         Specify extra newline for ewoc's header and footer.
7661         (cvs-update-header): Update initial header recognition.
7662         Append newline to final header and footer values.
7663         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
7665 2006-05-17  Richard Stallman  <rms@gnu.org>
7667         * files.el (file-name-extension): Doc fix.
7669 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7671         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
7672         we can explicitly enable/disable rather than toggle.
7673         (shell-mode): Use it.
7674         (shell-cd): Don't try to reproduce what `cd' does.
7676 2006-05-17  Kim F. Storm  <storm@cua.dk>
7678         * ido.el (ido-read-internal): Use only nondirectory part of
7679         default item.
7681 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
7683         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
7684         (ewoc-nth): Doc fix.
7686         (ewoc-map, ewoc-invalidate): Compute PP before looping.
7688 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
7690         * international/mule.el (auto-coding-alist): Add .lha to files
7691         read with no-conversion.
7693         * files.el (auto-mode-alist): Add .lha files to archive file
7694         extensions.
7696         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
7697         Convert csize to integer when computing offsets within the
7698         compressed archive file.
7700 2006-05-16  Kim F. Storm  <storm@cua.dk>
7702         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
7703         with read-from-minibuffer.
7705 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7707         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
7708         (byte-compile-warnings): Fix safe-local-variable property.
7710 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
7712         * allout.el (allout-show-bodies, allout-old-style-prefixes)
7713         (allout-stylish-prefixes, allout-numbered-bullet)
7714         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
7715         predicates to qualify `safe-local-variable' property, when
7716         available, else use equivalent lambda.
7717         (allout-current-topic-collapsed-p): Do the right thing regarding
7718         trailing blank lines.
7720 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7722         * server.el (server-start): Only create a directory if needed.
7723         (server-edit, server-unload-hook): server-start => server-mode.
7724         (kill-emacs-hook): Cleanup upon exit.
7726 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7728         * hexl.el (hexlify-buffer): Encode process arguments manually.
7730 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
7732         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
7733         call to gdb-tooltip-print.
7735 2006-05-15  Romain Francoise  <romain@orebokech.com>
7737         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
7738         systems, default to "tar" since those systems probably have GNU tar.
7740 2006-05-14  Lars Hansen  <larsh@soem.dk>
7742         * desktop.el (desktop-missing-file-warning): Fix docstring.
7743         (desktop-restore-file-buffer): Correct question asked on missing file.
7745 2006-05-14  Kim F. Storm  <storm@cua.dk>
7747         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
7748         Add CUA move property.
7750 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
7752         * custom.el (custom-push-theme): Load the variable before checking
7753         its `standard-value'.
7755 2006-05-13  Lars Hansen  <larsh@soem.dk>
7757         * desktop.el (desktop-save): Use with-temp-buffer.
7759 2006-05-12  Glenn Morris  <rgm@gnu.org>
7761         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
7762         * calendar/calendar.el (calendar-mode-map):
7763         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
7764         * calendar/appt.el (appt-check, appt-make-list): Refer to
7765         diary-view-entries, diary-list-entries, diary-show-all-entries
7766         rather than obsolete aliases.
7768 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
7770         * simple.el (line-move-finish): Avoid calling point motion hooks
7771         while processing intangibility.
7773 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
7775         * term/xterm.el (terminal-init-xterm): Fix typo.
7777 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
7779         * allout.el (allout-view-change-hook): Mark as being deprecated,
7780         to be replaced by `allout-exposure-change-hook'.
7781         (allout-exposure-change-hook): New, replacing
7782         `allout-view-change-hook'.
7783         (allout-flag-region): Run new hook `allout-exposure-change-hook',
7784         in addition to `allout-view-change-hook'.
7785         (allout-show-bodies, allout-old-style-prefixes)
7786         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
7787         lambda forms to prevent their showing up in variable help
7788         presentations as inscrutable byte-compiled code.
7789         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
7790         Use string-or-null-p to qualify safe-local-variable values.
7791         (allout-reindent-bodies): Use memq to qualify matches against
7792         valid safe-local-variable values.  Also, quote the lambda as above.
7793         (allout-use-mode-specific-leader): Add missing candidate-value
7794         symbols, use memq, and quote the lambda.
7795         (allout-overlay-interior-modification-handler): Remove unused
7796         variables `msg' and 'opened'.
7797         (allout-hidden-p): Constrain invisibility consideration to allout's
7798         invisibility spec, disregarding invisibility for other reasons.
7800 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
7802         * files.el (version-control): Correct safe values.
7804 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
7806         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
7808         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
7809         (ewoc--insert-new-node): New func.
7810         Update callers of deleted funcs to use it, instead.
7812 2006-05-11  Glenn Morris  <rgm@gnu.org>
7814         * calendar/calendar.el (diary-show-all-entries): Do not refer to
7815         obsolete alias `show-all-diary-entries'.
7816         (make-diary-entry): Not interactive.
7817         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
7818         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
7819         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7820         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7821         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
7822         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
7824 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7826         * calendar/calendar.el (calendar-french-date-string)
7827         (calendar-mayan-date-string, calendar-chinese-date-string)
7828         (calendar-astro-date-string, calendar-iso-date-string)
7829         (calendar-islamic-date-string, calendar-bahai-date-string)
7830         (calendar-hebrew-date-string, calendar-coptic-date-string)
7831         (calendar-ethiopic-date-string, calendar-persian-date-string):
7832         These functions are not interactive.
7834 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
7836         * files.el: Balance parentheses.
7838 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
7840         * files.el, newcomment.el, outline.el, simple.el,
7841         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
7842         * progmodes/cc-vars.el, progmodes/compile.el:
7843         Move `safe-local-variable' declarations to the respective files.
7845         * help-fns.el (describe-variable): Don't print safe-var if it is
7846         byte-code.  Improve wording as suggested by Luc Teirlinck.
7848 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
7850         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
7851         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
7852         Use a token for pending-triggers to ensure gdb-var-update
7853         gets called once per user input again for pre-GDB 6.4.
7854         (gdb-var-delete): Match on more complex expressions.
7855         (gdb-var-list-children-handler, gdb-var-create-handler):
7856         Use a token for consistency.
7858 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
7860         * textmodes/org.el (org-read-date, org-goto-calendar)
7861         (org-agenda-goto-calendar):
7862         Bind `view-calendar-holidays-initially' to nil.
7864 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
7866         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
7867         Update all callers to do it there, instead.
7869 2006-05-10  Glenn Morris  <rgm@gnu.org>
7871         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
7872         prefix arg case, to avoid view-diary-entries-initially error.
7873         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7874         (calendar-date-is-legal-p): Handle dates with no day part.
7876 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
7878         * comint.el (comint-insert-input): Just make it when
7879         comint-use-prompt regexp is nil (default) and with the mouse.
7880         (comint-copy-old-input): Reinstate from 2004-06-23.
7881         (comint-mode-map): Bind C-c C-m to it.
7883 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
7885         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
7886         Remove spurious move to point-max (new comint behavior fixes).
7888         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
7889         compatibility function (Emacs 18/19).
7890         (idlwave-is-continuation-line): Always return point at start of
7891         previous non-blank continuation line.
7892         (keyword-parameters): Fix continued comment font-lock matcher.
7893         (idlwave-font-lock-fontify-region): Written, use as
7894         font-lock-fontify-region-function, to fix continued keyword
7895         fontification issues.
7897 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7899         * term/mac-win.el (mac-font-panel-mode): Doc fix.
7900         (mac-service-selection, mac-service-open-file)
7901         (mac-service-open-selection, mac-service-mail-selection)
7902         (mac-service-mail-to, mac-service-insert-text): Rename from
7903         mac-services-*.  All uses changed.
7904         (mac-apple-event-map): Rename event symbol `services' to `service'.
7906 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
7908         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
7909         (ewoc--node-enter-first, ewoc--node-enter-last)
7910         (ewoc--delete-node-internal): Merge funcs into unique callers.
7912 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
7914         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
7915         return value of read-from-minibuffer for empty input.
7917 2006-05-09  Miles Bader  <miles@gnu.org>
7919         * comint.el (comint-insert-input): Remove redundant calls to setq
7920         and goto-char.
7922 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
7924         * comint.el (comint-insert-input): Make it work when
7925         comint-use-prompt-regexp is t.
7927 2006-05-10  Miles Bader  <miles@gnu.org>
7929         * subr.el (field-at-pos): New function.
7931         * comint.el (comint-insert-input): Use it.
7933 2006-05-09  Juri Linkov  <juri@jurta.org>
7935         * battery.el (battery-linux-proc-acpi): Also try
7936         `/proc/acpi/thermal_zone/THR2/temperature'.
7938         * files.el <safe-local-variable>: Remove `eval' and `let' binding
7939         for now unused lambda `string-or-null'.
7941         * add-log.el (change-log-default-name): Put `string-or-null-p'
7942         instead of lambda on `safe-local-variable' property.
7944         * diff-mode.el (diff-context->unified): Use `region-beginning' and
7945         `region-end' instead of `mark' and `point'.
7946         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
7947         Operate on region in Transient Mark mode when the mark is active.
7948         Use `region-beginning' and `region-end' instead of `mark' and
7949         `point'.
7950         (diff-hunk-text, diff-goto-source): Doc fix.
7952         * startup.el (fancy-splash-screens, normal-splash-screen): Use
7953         face `mode-line-buffer-id' for mode-line buffer face instead of
7954         hard-coded `(:weight bold)'.
7956         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
7957         buffer-undo-list to t (undo-ask is reproducible by visiting
7958         nested archives).
7960 2006-05-09  Kim F. Storm  <storm@cua.dk>
7962         * progmodes/grep.el (rgrep): Set default directory of *grep*
7963         buffer if we start M-x rgrep in the *grep* buffer and choose
7964         a different base directory.
7966 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
7968         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
7969         completion also when ido is loaded.
7971 2006-05-09  Masatake YAMATO  <jet@gyve.org>
7973         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
7974         "warning" and "import".
7975         (cpp-font-lock-keywords): Added "warning".
7977 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
7979         * term/xterm.el (terminal-init-xterm): Add more key bindings.
7981 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7983         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
7984         pages at a time, if we signal the end, we should indeed reach that end.
7986 2006-05-08  David Reitter  <david.reitter@gmail.com>
7988         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
7989         output during execution of the body.
7991 2006-05-08  Kim F. Storm  <storm@cua.dk>
7993         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
7995 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
7997         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
7998         Use with-current-buffer.
8000 2006-05-07  Kim F. Storm  <storm@cua.dk>
8002         * subr.el (add-to-history): Remove keep-dups arg.
8004         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
8005         to nil around call to add-to-history.
8007 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8009         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
8010         than after a buffer modification.
8012 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
8014         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
8015         call to...
8016         (gud-watch): ...here so speedbar is raised for already watched
8017         expressions.
8018         (gdb-speedbar-refresh): Delete function.
8019         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
8020         Use speedbar-timer-fn instead of speedbar-refresh (reverting
8021         earlier change).
8022         (gdb-var-evaluate-expression-handler)
8023         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
8025         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
8026         Update localized contents for all buffers except ignored modes.
8028 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8030         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
8031         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
8032         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
8033         (mac-handle-font-panel-closed, mac-handle-font-selection):
8034         New functions.
8035         (mac-font-panel-mode): New minor mode.
8036         (mac-apple-event-map): Add bindings for toolbar toggle button and
8037         font panel.
8038         (menu-bar-showhide-menu): Add mac-font-panel-mode.
8040 2006-05-07  John Paul Wallington  <jpw@pobox.com>
8042         * ibuffer.el (ibuffer-compressed-file-name-regexp):
8043         Avoid `regexp-opt'; simplify regexp for readability.
8045 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
8047         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
8048         * files.el (buffer-stale-function):
8049         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8050         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
8051         links to the main manual, not to emacs-xtra.
8053 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8055         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
8056         MacJapanese if text is ASCII-only.
8058 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
8060         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
8061         unless so nil isn't returned.
8062         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
8064 2006-05-06  Kim F. Storm  <storm@cua.dk>
8066         * subr.el (add-to-history): New function.
8068         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
8069         (ediff-merge-files-with-ancestor):
8070         * env.el (setenv):
8071         * isearch.el (isearch-update-ring):
8072         * server.el (server-visit-files):
8073         * progmodes/grep.el (lgrep, rgrep):
8074         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
8075         * progmodes/xscheme.el (xscheme-insert-expression):
8076         Use add-to-history.
8078         * kmacro.el (kmacro-push-ring): Use add-to-history.
8079         (kmacro-ring-length): Remove unused defun.
8080         (kmacro-start-macro): Use kmacro-push-ring.
8082 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
8084         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
8085         directly instead of a lambda expression that calls it.
8087 2006-05-06  Kim F. Storm  <storm@cua.dk>
8089         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
8090         instead of compute-motion.
8092 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
8094         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
8095         change.
8097 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
8099         * startup.el (command-line-1): Refer to "Pure Storage" on
8100         pure-space-overflow.
8102 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
8104         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
8105         provided faces once they all have been used up.
8107 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
8109         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
8110         reference to the Lisp manual to the warning about pure space
8111         overflow.
8113 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8115         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
8116         argument to avoid the call to `ispell-internal-change-dictionary'
8117         when not needed.
8118         (ispell-change-dictionary): Use this argument and call
8119         `ispell-internal-change-dictionary' after the possible change
8120         to `ispell-local-dictionary'.
8121         (ispell-internal-change-dictionary): Check for a change in
8122         personal dictionary use too.
8124 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
8126         * startup.el (command-line): On MS-Windows, probe "~", not
8127         "~USER", for warning about non-existent home directory
8129         * arc-mode.el (archive-l-e): New optional argument `float' means
8130         generate a float value.
8131         (archive-arc-summarize, archive-lzh-summarize)
8132         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
8133         with 3rd argument non-nil when file's size is being computed.
8134         Format the file sizes with %8.0f instead of %8d.
8136 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8138         * cus-start.el (all): Add mac-dnd-known-types.
8140         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
8141         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
8142         (mac-TIFF-to-string): New functions.
8143         (x-get-selection, x-selection-value)
8144         (mac-select-convert-to-string): Use them.
8145         (mac-text-encoding-mac-japanese-basic-variant): New constant.
8146         (mac-dnd-types-alist): New customization variable.
8147         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
8148         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
8149         (mac-dnd-handle-drag-n-drop-event): New functions.
8150         (mac-drag-n-drop): Remove function.
8151         (global-map): Bind drag-n-drop and M-drag-n-drop to
8152         mac-dnd-handle-drag-n-drop-event.
8154 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
8156         * progmodes/perl-mode.el (perl-beginning-of-function):
8157         Skip anonymous subs.
8159 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
8161         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
8162         regexp-opt at run time.
8164         * term.el (term-handle-ansi-escape): Fix off by one error.
8166 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
8168         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
8169         (gdb-init-1, gdb-post-prompt): ...and references to it.
8170         (gdb-frame-handler): Strip directory name from filename if present.
8172         * progmodes/gud.el (gdb-force-update): Delete defvar
8173         (gud-speedbar-buttons): ...and references to it.  Use window-start
8174         to try to keep positon in watch expression.
8176 2006-05-03  Richard Stallman  <rms@gnu.org>
8178         * simple.el (next-history-element, previous-history-element): Doc fix.
8180         * isearch.el (isearch-update-ring): Doc fix.
8182 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
8184         * isearch.el (isearch-update-ring): Take history-delete-duplicates
8185         into consideration.  Replace one arm ifs with whens.
8187 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
8189         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
8190         (menu): Fix typo.
8192 2006-05-02  Miles Bader  <miles@gnu.org>
8194         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
8196 2006-05-02  Jay Belanger  <belanger@truman.edu>
8198         * calc/calc-embed.el (calc-override-minor-modes-map)
8199         (calc-override-minor-modes): New variables.
8200         (calc-do-embedded): Make sure that Calc keystrokes aren't
8201         overwritten by minor modes.
8203 2006-05-02  Chong Yidong  <cyd@mit.edu>
8205         * msb.el (msb): If EVENT is a down event, read and discard the up event.
8207 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8209         * startup.el (command-line-1): Refer to Lisp manual when
8210         pure-space-overflow occurs.
8212         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
8213         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
8214         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
8215         (version-control): Don't use `t' for safe-local-variable declarations.
8217 2006-05-01  Richard Stallman  <rms@gnu.org>
8219         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
8220         M-r, M-R, M-A, M-SPC or M-DEL.
8221         (diff-mode-map): diff-refine-hunk now on C-c C-w
8222         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
8224         * help-mode.el (help-mode): view-exit-action calls delete-window
8225         only when it is safe and possible.
8227         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
8228         in messages.
8230         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
8232         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
8233         in the default tool-bar-map.
8235 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
8237         * net/tramp.el (tramp-completion-file-name-handler-alist)
8238         (tramp-run-real-handler, tramp-completion-run-real-handler)
8239         (tramp-completion-handle-file-name-all-completions)
8240         (tramp-completion-handle-file-name-completion): Autoload them.
8241         (tramp-completion-handle-file-exists-p)
8242         (tramp-completion-handle-file-name-directory)
8243         (tramp-completion-handle-file-name-nondirectory)
8244         (tramp-completion-handle-expand-file-name): Remove them.
8245         (tramp-handle-file-name-directory): Return the real directory name.
8246         Returning "/" only doesn't need to be necessary any longer.
8247         (tramp-file-name-handler): Make special attention when in hostname
8248         completion mode.
8249         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
8250         (tramp-register-file-name-handlers):
8251         Register `tramp-completion-file-name-handler' only when
8252         `partial-completion-mode' is enabled.
8253         (tramp-completion-handle-file-name-all-completions):
8254         Delete directory part from results.
8255         (tramp-get-completion-methods, tramp-get-completion-user-host):
8256         Discard deleting "/", it doesn't work after the change of
8257         `tramp-handle-file-name-directory' above.
8259 2006-05-01  Kim F. Storm  <storm@cua.dk>
8261         * progmodes/grep.el (grep-expand-template): Use save-match-data
8262         and symbol-value.
8264 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8266         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
8267         Use select-frame-set-input-focus instead of raise-frame.
8268         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
8270 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
8272         * progmodes/gud.el (gud-def): Add %c case.
8273         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
8274         (gud-format-command): Make match case sensitive.  Match on %F.
8276 2006-04-30  Glenn Morris  <rgm@gnu.org>
8278         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
8279         (cal-tex-preamble): Use cal-tex-preamble-extra.
8280         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
8281         than alias `list-diary-entries'.
8283 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
8285         * help-fns.el (describe-variable): Add info about safe local variables.
8287 2006-04-29  Richard Stallman  <rms@gnu.org>
8289         * bindings.el (mode-line-format): help-echo doc fixes.
8291         * net/tramp.el (tramp-file-name-handler-alist): Delete
8292         expand-file-name and other operations that can cause spurious loading.
8294 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8296         * files.el (safe-local-variable-p): Remove support for the special
8297         value t.
8299         * textmodes/paragraphs.el (sentence-end-without-space):
8300         Fix safety predicate.
8301         (sentence-end-double-space, sentence-end-without-period)
8302         (paragraph-ignore-fill-prefix):
8303         * textmodes/fill.el (colon-double-space):
8304         * abbrev.el (abbrev-mode): Tighten the safety predicate.
8306         * subr.el (booleanp): New fun.
8308         * textmodes/reftex-vars.el (reftex-guess-label-type):
8309         Tighten the safety predicate.
8311 2006-04-28  Kim F. Storm  <storm@cua.dk>
8313         * progmodes/grep.el (defgroup grep): Doc fix.
8314         (grep-auto-highlight): Remove.
8315         (grep-template): New defcustom.
8316         (grep-find-template): Rename from grep-tree-template.
8317         (grep-files-aliases): Rename from grep-tree-files-aliases.
8318         Remove "all" alias, add "l" alias.
8319         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
8320         (grep-find-ignored-directories): New defcustom to replace
8321         grep-tree-ignore-CVS-directories, to facilitate ignoring
8322         subdirectories for multiple version control systems.
8323         (grep-mode-map): Add Recursive grep item to GREP menu.
8324         (grep-regexp-history, grep-files-history): New defvars.
8325         (grep-probe): New helper function.
8326         (grep-compute-defaults): Use it to simplify code.
8327         Adapt to name changes.
8328         Use `.' as base in grep-find-template rather than <D>.
8329         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
8330         Call grep-compute-defaults unconditionally.
8331         (grep-expand-keywords): New defconst.
8332         (grep-expand-template): Rename from grep-expand-command-macros.
8333         Simplify via grep-expand-keywords.  Look at case-fold-search instead
8334         of grep-tree-ignore-case to add -i option.
8335         Bind case-fold-search to nil while matching keywords.
8336         (grep-tree-last-regexp, grep-tree-last-files): Remove.
8337         (grep-read-regexp, grep-read-files): New helper functions.
8338         (rgrep): Rename from grep-tree.  Rework to use proper histories.
8339         Adapt to changes in defcustoms and functions above.
8340         (lgrep): New command, as grep, but using same interactive UI as rgrep.
8342 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
8344         * net/tramp.el (tramp-completion-file-name-handler):
8345         Disable Tramp's functionality while loading Tramp itself.
8346         (tramp-register-file-name-handlers): That's a defsubst now.
8347         Code from `tramp-repair-jka-compr' moved here.  Apply it via
8348         `after-init-hook'.
8349         (tramp-repair-jka-compr): Remove.
8351 2006-04-27  Jay Belanger  <belanger@truman.edu>
8353         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
8354         read expression when `math-read-big-expr' doesn't work.
8356 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
8358         * startup.el (command-line-1): Display warning when
8359         pure-space-overflow is non-nil.
8361 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8363         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
8364         risky.
8366 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8368         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
8369         Return the URL or nil if none can be generated.
8371 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
8373         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
8374         byte compiler warnings.
8375         (gud-basic-call, gud-find-expr): Let user select an expression
8376         for printing.  Print expression as well as value in GUD buffer.
8378 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
8380         * allout.el: Remove local autoload declaration for
8381         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
8382         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
8383         (allout-plain-bullets-string, allout-distinctive-bullets-string)
8384         (allout-use-mode-specific-leader, allout-old-style-prefixes)
8385         (allout-stylish-prefixes, allout-numbered-bullet)
8386         (allout-file-xref-bullet, allout-presentation-padding)
8387         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
8388         safe-local-variable with suitable value spec, and add autoload
8389         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
8390         (move-beginning-of-line, move-end-of-line): Repair so these compat
8391         functions now actually resituate the point, when appropriate.
8393 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8395         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
8397         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
8398         (add-log-iso8601-time-string): Fix call to format-time-string.
8400 2006-04-26  Kim F. Storm  <storm@cua.dk>
8402         * subr.el (posn-string, posn-image, posn-object): Doc fix.
8404 2006-04-26  Masatake YAMATO  <jet@gyve.org>
8406         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
8407         Add support for "//" style comments.  Remove `b' flag
8408         from ?* in `asm-mode-syntax-table'.
8410 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8412         * follow.el: Use (featurep 'xemacs) everywhere.
8413         (follow-mode): Use define-minor-mode.
8414         (follow-mode-map): Move initialization into the declaration.
8415         Use command remapping.
8416         (follow-emacs-version-xemacs-p): Remove.
8417         (follow-submit-feedback): Remove.
8419         * allout.el (allout-layout, allout-passphrase-verifier-string)
8420         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
8422         * textmodes/reftex-vars.el (reftex-vref-is-default)
8423         (reftex-fref-is-default, reftex-guess-label-type):
8424         Tighten up a bit the safety predicate.
8426         * textmodes/paragraphs.el (sentence-end-double-space)
8427         (sentence-end-without-period, sentence-end-without-space)
8428         (page-delimiter, paragraph-ignore-fill-prefix):
8429         Tighten up a bit the safety predicate.
8431         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
8433         * progmodes/python.el (python-continuation-line-p)
8434         (python-beginning-of-statement): syntax-ppss may return
8435         a negative depth.
8436         (python-mode): Don't forcefully enable font-lock.
8438         * time-stamp.el (time-stamp-start, time-stamp-end)
8439         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
8441         * add-log.el: Remove spurious * in docstrings.
8442         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
8443         (add-change-log-entry): Use it here, since it's not specific
8444         to iso8601.
8445         (add-log-iso8601-time-string): Don't use it here any more.
8446         (change-log-indent-text, change-log-indent): Rename from add-log-*.
8448         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
8450 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
8452         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
8453         (rcirc-toggle-low-priority): Doc fix.
8454         (rcirc-handler-NOTICE): Remove beginning of line anchor in
8455         ChanServ regexp.
8456         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
8457         #emacs.
8458         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
8459         (rcirc-decode-coding-system): Use utf-8 as the default.
8460         (rcirc-multiline-minor-mode): Set the fill-column.
8461         (rcirc-format-response-string): Display bright and dim nicks.
8462         (rcirc-browse-url): Update interactive spec to fill ARG.
8463         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
8464         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
8466 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
8468         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
8469         case for @Article, etc.
8471 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
8473         * net/tramp.el (tramp-register-file-name-handlers): New defun.
8474         Added with autoload cookie.
8475         (tramp-unload-file-name-handlers): Rename from
8476         `tramp-unload-file-name-handler-alist'.
8478 2006-04-23  Romain Francoise  <romain@orebokech.com>
8480         * comint.el (comint-match-partial-filename): Doc fix.
8482 2006-04-21  Glenn Morris  <rgm@gnu.org>
8484         * calendar/cal-menu.el (calendar-mode-map): Refer to
8485         `diary-view-entries' rather than alias `view-diary-entries'.
8486         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
8488 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
8490         * progmodes/antlr-mode.el (antlr-default):
8491         * cus-edit.el (custom-documentation):
8492         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
8493         in defface.
8495 2006-04-21  Kim F. Storm  <storm@cua.dk>
8497         * image.el (image-type): New defun split out of create-image.
8498         (create-image): Use it.
8500 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
8502         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
8503         (org-open-at-point): Remove the "...done" message to keep output
8504         in the echo area visible.
8505         (org-export-as-xoxo): Fix call to `indent-region'.
8507 2006-04-21  Kevin Ryde  <user42@zip.com.au>
8509         * international/mule.el (keyboard-coding-system): defcustom
8510         info-link fixes: "Specify Coding" has been split, keyboard now in
8511         "Terminal Coding", and "Single-Byte Character Support" is now
8512         "Unibyte Mode".
8514 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
8516         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
8517         Use font-lock-warning-face for any errors e.g. no stack.
8518         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
8520 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
8522         * progmodes/sh-script.el (sh-shell): Mark as safe.
8524         * newcomment.el (comment-start, comment-start-skip)
8525         (comment-end-skip, comment-end): Mark as safe.
8527 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
8529         * textmodes/org.el (org-deadline-announce): Face removed.
8530         (org-level-faces, org-n-levels): Convert to constant.
8531         (org-compatible-face): New function.
8532         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
8533         (org-level-5, org-level-6, org-level-7, org-level-8)
8534         (org-special-keyword, org-warning, org-headline-done, org-link)
8535         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
8536         (org-scheduled-today, org-scheduled-previously, org-time-grid):
8537         Face definition revised for better color tty support.
8538         (org-bold-re, org-italic-re, org-underline-re): New constants.
8539         (org-set-font-lock-defaults): Use the new constants.
8540         (org-agenda-highlight-todo): New function.
8541         (org-agenda-todo): Fix bug with point at end of line.
8542         (org-agenda-change-all-lines, org-finalize-agenda-entries):
8543         Fontify TODO keywords.
8544         (org-insert-link): Preserve relative path in ../ links.
8545         (org-export-as-html): Convert links pointing to .org files into
8546         links that will work beteen the exported HTML files.
8547         (org-todo-list): Fix bug when arg=0.
8548         (org-insert-heading): More fine-tuning.
8550 2006-04-19  Romain Francoise  <romain@orebokech.com>
8552         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
8553         from `rmail-mime-charset-pattern'.
8555 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
8557         * progmodes/python.el (python-mode): Fix typo.
8559 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
8561         * comint.el (comint-previous-input): Don't clobber input line
8562         when moving off either end of the input history ring.
8563         (comint-delete-input): New function, used by
8564         `comint-previous-input' and others.
8565         (comint-previous-matching-input):
8566         Use `coming-delete-input'.  Save the partial input if leaving the
8567         edit line.  Goto point-max before deleting input to avoid
8568         partial input fragments hanging around.
8569         (comint-restore-input): New function, used by `comint-previous-input'.
8571 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
8573         * imenu.el (imenu--index-alist): Balance parentheses.
8575 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
8577         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
8579 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
8581         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
8582         file is nil.
8584 2006-04-18  Richard Stallman  <rms@gnu.org>
8586         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
8588         * imenu.el (imenu-create-index-function, imenu--index-alist)
8589         (imenu--last-menubar-index-alist, imenu--make-index-alist)
8590         (imenu-default-create-index-function, imenu--generic-function):
8591         Doc fixes.
8593         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
8595         * help-mode.el (help-mode): Set view-exit-action to delete window.
8597         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
8598         now works by passing nil as arg.
8600         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
8602         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
8603         (read-abbrev-file): Provide default when reading filename.
8605         * files.el (enable-local-variables): Allow :all as value.
8606         (hack-local-variables): Implement that value.
8607         (safe-local-variable-values, safe-local-eval-forms)
8608         (enable-local-variables): Mark as risky.
8609         (find-file-visit-truename, kept-old-versions): Mark safe.
8611         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
8612         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
8613         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
8615 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8617         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
8618         Use forward-line so as to get to BOL even in the presence of fields.
8619         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
8620         in return.
8621         (inferior-tcl): Tell tclsh to work in interactive mode.
8623         * complete.el (partial-completion-mode):
8624         Use 'choose-completion-string-functions to make sure that
8625         choose-completion fills the minibuffer properly.
8627         * complete.el (PC-old-read-file-name-internal): Remove.
8628         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
8629         of read-file-name-internal.
8630         (partial-completion-mode): Enable/disable this advice.
8632 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
8634         * net/tramp.el (tramp-completion-file-name-handler): Revert change
8635         of 2006-04-17.
8637 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
8639         * textmodes/org.el (org-insert-heading): Insert heading before
8640         current if at beginning of line.
8641         (org-todo, org-date): New faces.
8642         (org-table-align): Make sure tooltip window contains full text.
8643         (org-no-properties): New defsubst.
8644         (org-set-font-lock-defaults): Use new faces.
8646 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
8648         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
8649         for root variables.
8651         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
8652         (gdb-frame-address): Re-use to identify frame for watch expression.
8653         (gdb-var-list, gdb-var-create-handler): Add frame address for root
8654         variables.
8655         (gdb-init-1, gdb-source, gdb-post-prompt)
8656         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
8657         (gdb-frame-handler): Get gdb-frame-address.
8659 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
8661         Sync with Tramp 2.0.53.
8663         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
8664         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
8665         (tramp-completion-file-name-handler): Add autoload cookie for
8666         adding to `file-name-handler-alist'.
8668         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
8669         the prompt.  If it returns earlier (when detecting an error
8670         message), the rest of the output will merge accidently with the
8671         output of the next command.  Reported by M Jared Finder
8672         <jared@hpalace.com>.
8674         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
8675         for `process-file', in order to let it work for older Emacsen too.
8677 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
8679         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
8680         (tex-font-lock-keywords-3): Use it.
8682 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8684         * newcomment.el (comment-add): New function.
8685         (comment-region-default, comment-dwim): Use it.
8687 2006-04-15  Michael Olson  <mwolson@gnu.org>
8689         * emacs-lisp/tq.el: Improve comments.
8690         (tq-queue-head-question): New accessor function.
8691         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
8692         Update for modified queue structure.
8693         (tq-queue-add): Accept `question' argument.
8694         (tq-queue-pop): If a question is pending, send it.
8695         (tq-enqueue): Accept new optional argument `delay-question'.
8696         If this is non-nil, and at least one other question is pending a
8697         response, queue the question rather than sending it immediately.
8699 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8701         * calendar/appt.el (appt-add): Check whether an appointment is
8702         already present in appt-time-msg-list.  Simplify code.
8704 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8706         * progmodes/cc-langs.el (c-mode-menu):
8707         Don't presume c-subword-mode is bound.
8709 2006-04-13  Bill Wohler  <wohler@newt.com>
8711         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
8712         (customize-package-emacs-version): Use cdr instead of cadr now
8713         that alists use dotted pairs.
8715         * custom.el (defcustom): Fix docstring for :package-version.
8717 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
8719         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
8720         (tramp-handle-shell-command): Display output buffer only when
8721         `tramp-display-shell-command-buffer' is true.
8722         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
8724 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
8726         * textmodes/org.el (org-set-autofill-regexps): Set only the local
8727         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
8729 2006-04-13  Romain Francoise  <romain@orebokech.com>
8731         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
8732         leaving temporary .cvsignore buffers behind.
8734 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
8736         * textmodes/org.el (org-set-regexps-and-options)
8737         (org-get-current-options): Better names for the startup folding
8738         options.
8740 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
8742         * vc.el (vc-annotate): Arrange for point to end up at the same
8743         line number as in the original, but only when using a new buffer.
8745 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
8747         * files.el (hack-one-local-variable-eval-safep):
8748         Recognize `edebug-form-spec' for `put', but only if it passes
8749         `edebug-basic-spec'.  Generalize `put' handling.
8751         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
8752         vetting file-local form specs.
8754         * allout.el (allout-layout): Autoload its `safe-local-variable'
8755         property.
8757 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
8759         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
8760         (org-agenda-mouse-1-follows-link)
8761         (org-mouse-1-follows-link): New options.
8762         (org-format-agenda-item): Fix bug if TAGS is nil.
8763         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
8765 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
8767         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
8768         GDB 6.1+ gives full filename for "info sources" so use
8769         file-name-nondirectory.
8771 2006-04-12  Romain Francoise  <romain@orebokech.com>
8773         * subr.el (read-passwd): Bind `message-log-max' to nil.
8775 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8777         * progmodes/perl-mode.el (perl-indent-new-calculate):
8778         Recompute parse-start after jumping backward by a whole sexp.
8780 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8782         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
8783         window configuration.
8784         (vc-annotate-display-select): Select the buffer so that current-buffer
8785         (and selected-window) is the output buffer at the end of vc-annotate.
8787 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
8789         * vc.el (vc-annotate-color-map): Add custom TTY color map for
8790         8-color terminals, to use all of the colors in a sensible order.
8791         256-color terminals work well with the standard map.
8792         (vc-annotate-lines): Only strip the first color character if it
8793         is "#", to allow for terminal-style named colors.
8794         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
8795         the correct buffer is scrolled.
8797 2006-04-11  Richard Stallman  <rms@gnu.org>
8799         * emacs-lisp/bytecomp.el (byte-compile-file):
8800         Bind enable-local-variables to :safe, and make normal-mode obey it.
8802         * files.el (enable-local-variables): Allow value :safe.
8803         (normal-mode): Doc fix.
8804         (hack-local-variables): Implement enable-local-variables = :safe.
8805         (hack-local-variables-confirm): Don't prevent quitting.
8807 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8809         * loadhist.el (unload-feature): A bit of sanity check of
8810         load-history entries.  Cancel timer-vars before unbinding them.
8812         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
8813         quote special chars, and make the trick work on the hex part of the
8814         buffer as well.
8815         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
8816         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
8818         * startup.el (normal-splash-screen): Fix last change so we don't wait
8819         2 minutes if we don't show the splash screen.
8821 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
8823         * textmodes/org.el (org-export-plain-list-max-depth)
8824         (org-table-spaces-around-separators)
8825         (org-radio-targets, org-activate-camels)
8826         (org-table-spaces-around-invisible-separators): Options removed.
8827         (org-time-stamp-rounding-minutes, org-remember-templates)
8828         (org-ellipsis, org-activate-links, org-descriptive-links):
8829         New options.
8830         (org-remember-apply-template, org-current-time)
8831         (org-finish-edit-table-field)
8832         (org-link-unescape, org-link-escape)
8833         (org-string-width, org-table-clean-line, org-html-do-expand)
8834         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
8835         (org-read-agenda-file-list): New functions.
8836         (org-table-edit-field)
8837         (org-table-create-or-convert-from-region): New commands
8838         (org-table-toggle-vline-visibility): Command removed.
8839         (org-table-convert-region): Made a command.
8840         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
8841         Replace with the normal org- functions.
8842         (org-self-insert-command): Don't trigger realign unnecessarily
8843         when blanking a field that is not full.
8844         (org-mode): `Set buffer-invisibility-spec' for links.
8845         (org-activate-links2): Hide link part and only show descriptive
8846         part of the link.
8847         (org-insert-link): Modify for new linking system.
8848         (org-store-link): Store description separately, for use by
8849         `org-insert-link'.
8850         (org-table-align): Use `org-string-width'.
8851         (defgroup): Completely new group structure for custom variables.
8852         (org-agenda-files): Option: Single file name allowed.  Function:
8853         Optional argument unrestrited means ignore any restricitons.
8854         (org-install-agenda-files-menu): Find a buffer in Org-mode before
8855         trying to modify the menu.  Use generalized access to
8856         `org-agenda-files.'
8857         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
8858         (org-agenda-file-to-front, org-remove-file, org-diary)
8859         (org-tags-view, org-export-icalendar-all-agenda-files)
8860         (org-export-icalendar-combine-agenda-files): Use generalized
8861         access to `org-agenda-files'.
8862         (org-remember-handler): Correctly preserve heading if present.
8863         (org-table-insert-row, org-table-insert-hline): Deal with
8864         invisible characters.
8866 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
8868         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
8869         (vc-annotate-color-map): New 18 element constant
8870         value/saturation, rotating hue colormap, from red->blue.
8871         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
8872         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
8873         (vc-annotate): To avoid killing the required local variables,
8874         set them before the end of `with-output-to-temp-buffer', and
8875         after first switching to annotate-mode.
8876         (vc-annotate-warp-version): Add buffer argument in goto-line to
8877         ensure annotation, not source, is scrolled.
8879 2006-04-10  Bill Wohler  <wohler@newt.com>
8881         * custom.el (defcustom, custom-handle-keyword):
8882         Add :package-version keyword.
8883         (custom-add-package-version): New function.  Sets value of new
8884         property 'custom-package-version from :package-version keyword.
8885         (defcustom): Create Common Keywords section in docstring.
8886         (defface, defgroup): Replace definitions of a select few keywords
8887         with a reference to the Common Keywords in defcustom.
8888         (defcustom, defface, defgroup): Replace reference to Customization
8889         chapter in manual with hyperlink.
8891         * cus-edit.el (customize-package-emacs-version-alist): New variable.
8892         (customize-changed-options): Add check for custom-package-version.
8893         (customize-package-emacs-version): New function to look up Emacs
8894         version corresponding to the given package version.
8896         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
8897         defun name, in similar fashion to find-variable-regexp.
8899 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
8901         * international/mule-cmds.el (set-locale-environment): Fix last
8902         change for when the locale's preferences don't specify any encoding.
8904 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8906         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
8907         so the defined var/fun doesn't need to be quoted.
8909 2006-04-10  Richard Stallman  <rms@gnu.org>
8911         * finder.el (finder-mode-map): Add n and p bindings.
8913 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
8915         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
8916         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
8917         (gdb-setup-windows): Put something in source window if we can't find
8918         the source file.
8919         (gdb-frame-handler): Make it work again with just assembly.
8920         (gdb-data-list-register-values-handler): Make it work when there is
8921         no stack.
8923 2006-04-09  Richard Stallman  <rms@gnu.org>
8925         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
8926         specs while looking for charset.
8928         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
8930         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
8931         Make them faces.
8932         (lm-font-lock-keywords): Update appropriately.
8934 2006-04-10  Kim F. Storm  <storm@cua.dk>
8936         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
8937         it can also replace buffer-substring-no-properties.
8939         * emulation/cua-base.el (cua-delete-region, cua-paste)
8940         (cua-repeat-replace-region): Use filter-buffer-substring.
8942         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8943         (cua-cut-region-to-global-mark): Likewise.
8945         * emulation/cua-rect.el (cua--extract-rectangle)
8946         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
8948 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8950         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
8951         entry-type.  Add field delimiters to numerical fields if they are
8952         not present.
8954 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8956         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
8957         string-const to return value.
8958         (bibtex-remove-delimiters): Use it.
8960 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8962         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
8963         cl-byte-compile-compiler-macro unless it exists.
8965 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
8967         * files.el (hack-local-variables-confirm) <offer-save>:
8968         Clarify message text.  Suggested by Ralf Angeli.
8970 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8972         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
8973         (delete-extract-rectangle-line): Use `filter-buffer-substring'
8974         instead of `buffer-substring' and `delete-region'.  (Most of the
8975         code actually copied from `kill-region'.)
8977 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
8979         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
8980         (rcirc-default-port): Rename from rcirc-port.
8981         (rcirc-default-nick): Rename from rcirc-nick.
8982         (rcirc-default-user-name): Rename from rcirc-user-name.
8983         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
8984         (rcirc-low-priority-flag): New variable.
8985         (rcirc-decode-coding-system): New defcustom.
8986         (rcirc-encode-coding-system): New defcustom.
8987         (rcirc-coding-system-alist): New defcustom.
8988         (rcirc-multiline-major-mode): New defcustom.
8989         (rcirc-nick): New internal variable.
8990         (rcirc-process): Remove variable.
8991         (rcirc-server-buffer): New variable.
8992         (rcirc): Update to use rcirc-default-* variables above.
8993         (rcirc-connect): Do not add window-configuration-hook-here.
8994         (rcirc-server): New internal variable.
8995         (rcirc-connect): Do not send keepalive pings if
8996         rcirc-keepalive-seconds is nil.
8997         (with-rcirc-server-buffer): New macro.
8998         (rcirc-send-string): Encode with rcirc-encode-coding-system.
8999         (rcirc-server-name): Rename from rcirc-server.
9000         (rcirc-buffer-process): New function.
9001         (rcirc-buffer-nick): New function.
9002         (rcirc-buffer-target): Remove function.
9003         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9004         New commands.
9005         (rcirc-mode-map): Change binding of C-c C-l to
9006         rcirc-toggle-low-priority.
9007         (rcirc-mode): Initialize coding system based on
9008         rcirc-coding-system-alist.  New change-major-mode-hook to part the
9009         channel on a mode change.  Make kill-buffer-hook buffer-local.
9010         (rcirc-change-major-mode-hook): New function.
9011         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
9012         (rcirc-last-post-time): New variable.
9013         (rcirc-process-message): Store the last time user posted a message
9014         to this target.
9015         (rcirc-multiline-minor-mode): New mode.
9016         (rcirc-multiline-minor-mode-map): New mode map.
9017         (rcirc-edit-multiline): Put multiline-edit buffer in
9018         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
9019         (rcirc-print): Ignore any line starting with an ignored nick.
9020         (rcirc-print): Decode using rcirc-decode-coding-system.
9021         (rcirc-track-minor-mode): Update global-mode-string when disabling
9022         this mode.
9023         (minor-mode-alist): Add LowPri indicator.
9024         (rcirc-toggle-low-priority): New function.
9025         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
9026         next lowpriority buffer with activity.
9027         (rcirc-record-activity): Sort buffers in rcirc-activity by the
9028         last time the user posted a message in to the target.
9029         (rcirc-update-activity-string): New formatting for low priority
9030         buffers.
9031         (rcirc-split-activity): New function.
9032         (rcirc-handler-PART, rcirc-handler-KICK)
9033         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
9034         (rcirc-nick-away-alist): New variable.
9035         (rcirc-handler-301): New handler.  Away messages are printed once
9036         per change.
9038 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
9040         * info.el (Info-follow-nearest-node): Doc fix.
9042         * international/mule-cmds.el (set-locale-environment): Make sure
9043         the coding-system preferred by the locale's language has the same
9044         EOL conversion type as the original buffer-file-coding-system.
9045         (locale-language-names): Add a few MS Windows language codes.
9047 2006-04-07  Richard Stallman  <rms@gnu.org>
9049         * simple.el (eval-expression): Doc fix.
9051         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
9052         (eval-defun): Doc fixes.
9054 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
9056         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
9058 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
9060         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
9061         GDB list command without argument for greater generality.
9063 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9065         * subr.el (string-or-null-p): New function.
9067         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
9069         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
9071         * files.el: Update comment about safe-local-variable declarations.
9073 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
9075         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
9076         See idlwave.org.
9078         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
9079         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
9081         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
9082         See idlwave.org.
9084         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
9085         version 6.0 (minimal changes).  See idlwave.org.
9087         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
9088         6.0 (minimal changes).  See idlwave.org.
9090         * progmodes/idlw-rinfo.el: File obsoleted and removed.
9092 2006-04-06  Romain Francoise  <romain@orebokech.com>
9094         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
9095         symmetric encryption features and a new asynchronous interface to
9096         GnuPG.  This new version is version 1.4, plus whitespace changes.
9098 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9100         * files.el: Move some `safe-local-variable' declarations to the
9101         respective files.
9103         * textmodes/ispell.el (ispell-check-comments)
9104         (ispell-local-dictionary): Mark as safe.
9106         * abbrev.el (abbrev-mode): Mark as safe.
9108         * add-log.el (change-log-default-name): Mark as safe.
9110         * textmodes/reftex-vars.el (reftex-vref-is-default)
9111         (reftex-fref-is-default, reftex-level-indent)
9112         (reftex-guess-label-type): Mark as safe.
9114         * textmodes/fill.el (colon-double-space): Mark as safe.
9116         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
9117         (sentence-end-double-space, sentence-end-without-period)
9118         (sentence-end-without-space, sentence-end, sentence-end-base)
9119         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
9121 2006-04-06  Kim F. Storm  <storm@cua.dk>
9123         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
9124         the :set-after list.
9125         (ido-downcase-unc-hosts): New user option.  Default on.
9126         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
9127         when it is set, as regexps are now applied on the fly.
9128         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
9129         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
9130         on the fly, but only when ido-process-ignore-lists is set.
9131         Do case insensitive filtering if ido-downcase-unc-hosts is set.
9132         Only downcase names if ido-downcase-unc-hosts is set.
9134 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
9136         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
9138         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
9140 2006-04-05  Kim F. Storm  <storm@cua.dk>
9142         * ido.el (ido-mode): Set after ido-unc-hosts and
9143         ido-ignore-unc-host-regexps.
9144         (ido-save-history): Save ido-unc-hosts-cache.
9145         (ido-load-history): Load ido-unc-hosts-cache.
9146         (ido-reread-directory): Refresh unc hosts cache in // dir.
9148         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
9149         to nil while displaying slash screen.
9151 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9153         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
9154         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9156 2006-04-05  Kenichi Handa  <handa@m17n.org>
9158         * international/characters.el: Setup cases of Latin, Greek, and
9159         Cyrillic characters in CJK charsets.
9161 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9163         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9164         default-enable-multibyte-characters.  This reverts the change from
9165         revision 6.17 which is no longer necessary because the passphrase
9166         is sent separately now.  GnuPG messages are unreadable under
9167         multibyte locales with default-enable-multibyte-characters set to nil.
9169 2006-04-04  Andreas Schwab  <schwab@suse.de>
9171         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
9172         and `byte-compile-warnings' as `safe-local-variable'.
9174 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
9176         * man.el (Man-mode-map): Restore the \r binding.
9177         (Man-abstract-xref-man-page): If Man-target-string is a function,
9178         call it.
9179         (Man-highlight-references): Use Man-default-man-entry to get the
9180         target.  Deal with xrefs too.
9181         (Man-highlight-references0): Don't call the target function.
9183         * woman.el (WoMan-xref-man-page): Strip the section number, woman
9184         cannot deal with it.
9186 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9188         * pgg-gpg.el: Clean up process buffers every time gpg processes
9189         complete.
9191 2006-04-04  Kenichi Handa  <handa@m17n.org>
9193         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
9194         here.
9195         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
9196         Temporarily bind inhibit-field-text-motion to t.
9198 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9200         * startup.el (normal-splash-screen): Only set mode-line-format in the
9201         splash buffer, so as not to interfere when debugging the code.
9202         Ignore errors when switching buffer.
9204 2006-04-03  Romain Francoise  <romain@orebokech.com>
9206         * dired.el (dired-dnd-protocol-alist): Fix typo.
9208 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9210         * savehist.el (savehist): Add :version.
9211         (savehist-ignored-variables): New variable.
9212         (savehist-minibuffer-hook): Don't save variables listed in
9213         `savehist-ignored-variables'.
9215         * dired.el (dired-dnd-protocol-alist): Mention that change does
9216         only apply to new buffers in doc string.
9218 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
9220         * recentf.el (recentf-open-files-item): Include newline in button
9221         field, so opening a file will work, when the point is at the end
9222         of the file name.  Allow, for example, to [i]search a file by
9223         extension and just push RET to open it.
9225 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9227         * pgg-gpg.el (pgg-gpg-process-filter)
9228         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9230         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9231         lines, temporary fix.
9233 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
9235         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
9237 2006-04-02  Richard Stallman  <rms@gnu.org>
9239         * progmodes/compile.el (compilation-message-face): Make it defcustom.
9241 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
9243         * ibuf-macs.el (define-ibuffer-column): Add a new key:
9244         header-mouse-map.
9246         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
9247         (ibuffer-mode-header-map): New keymaps.
9248         (ibuffer-update-title-and-summary): Enable mouse face highlighting
9249         and keybindings for column headers.
9250         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
9251         property.
9253 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
9255         * speedbar.el (speedbar-after-create-hook): Doc fix.
9257 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
9259         * shell.el (shell-directory-tracker)
9260         (shell-dynamic-complete-command): Doc fixes.
9262 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
9264         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
9265         terminals.
9267 2006-04-01  Kim F. Storm  <storm@cua.dk>
9269         * ido.el (ido-unc-hosts-cache): New defvar.
9270         (ido-unc-hosts): If value of defcustom is a function, call it to
9271         get list of UNC hosts.  Add function-item choices to specify
9272         ido-unc-hosts-net-view or user function.
9273         (ido-ignore-unc-host-regexps): New defcustom.
9274         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
9275         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
9276         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
9278 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9280         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
9281         wwidth.
9283 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
9285         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
9286         (ido-max-work-file-list, ido-switch-buffer)
9287         (ido-read-file-name-as-directory-commands):
9288         Fix typos in docstrings.
9290 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9292         * term/mac-win.el (mac-system-coding-system): Define and use after
9293         Mac-specific coding systems are ready.
9295 2006-03-27  Romain Francoise  <romain@orebokech.com>
9297         * net/rcirc.el (rcirc-connect): Add autoload cookie.
9299         * ldefs-boot.el: Update.
9301 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9303         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9304         passphrases when it is not needed.
9305         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9306         passphrase stuff from gpg, should only be necessary when you use
9307         gpg with a smartcard.
9309 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
9311         * comint.el (comint-dynamic-list-completions): Allow user to
9312         select *Completions* buffer.
9314 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
9316         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
9318 2006-03-26  Andreas Schwab  <schwab@suse.de>
9320         * progmodes/gud.el (gdb): Only complain about multiple debugging
9321         when the gdb process is still running.
9323 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
9325         * mail/rmail.el (tool-bar-map): Defvar it.
9326         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
9327         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
9329 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9331         * help.el (print-help-return-message): Suggest to use
9332         display-buffer instead of switch-to-buffer-other-window to restore
9333         the previous window without selecting it.
9335 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9337         * frame.el (select-frame-by-name): Call x-focus-frame also when
9338         window-system is mac.
9340         * term/mac-win.el: Adjust Courier font specifications in
9341         x-fixed-font-alist.
9342         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
9343         when directly encoding to UTF-16 in native byte order, no BOM.
9345 2006-03-25  Kim F. Storm  <storm@cua.dk>
9347         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
9348         (cua--init-keymaps): Use it instead of fixed C-return.
9349         (cua-mode): Set after it.
9351         * emulation/cua-rect.el (cua--init-rectangles):
9352         Use cua-rectangle-mark-key instead of fixed C-return.
9354 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
9356         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
9357         "run" in .gdbinit.
9358         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
9360 2006-03-24  Romain Francoise  <romain@orebokech.com>
9362         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
9363         `display-buffer-other-frame'.
9365 2006-03-24  Kim F. Storm  <storm@cua.dk>
9367         * apropos.el (apropos-synonyms): Add selection => region.
9369 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
9371         * progmodes/gdb-ui.el (gdb-var-create-regexp)
9372         (gdb-var-list-children-regexp, gdb-var-update-regexp)
9373         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
9374         (gdb-data-list-register-values-regexp)
9375         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
9376         Future proof against new fields being added to MI output.
9377         (gdb-send): Don't treat backslashes for program input as
9378         continuations.
9379         (gdb-assembler-handler): Don't use window-start for this handler.
9380         (gdb-frame-handler): Don't change to hollow arrow if overlay
9381         arrow doesn't move to new frame.
9383 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
9385         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
9386         prevent compiler warnings.
9387         (gdb-stopped): Check for gud-last-last-frame (case: signal).
9388         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
9389         (gdb-assembler-custom): Use hollow-right-triangle for assembler
9390         buffer too.
9392 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
9394         * pgg-gpg.el (pgg-gpg-update-agent): Check for
9395         make-network-process, so we can use the same code in Gnus v5-10
9396         too and have this file fully synchronized with that release.
9398 2006-03-23  Romain Francoise  <romain@orebokech.com>
9400         * ibuf-ext.el (ibuffer-read-filter-group-name):
9401         Use `ibuffer-generate-filter-groups' to make completion list match
9402         the filter groups that are really displayed in the Ibuffer buffer.
9403         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
9405 2006-03-23  Kenichi Handa  <handa@m17n.org>
9407         * international/mule-cmds.el (sort-coding-systems): Describe that
9408         the argument is modified in docstring.
9410 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9412         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9413         (pgg-gpg-update-agent): New function.
9414         (pgg-gpg-use-agent-p): New function.
9415         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9416         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9417         (pgg-gpg-sign-region): Use it.
9419 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
9421         * cus-edit.el (custom-face-set): Call custom-push-theme before
9422         face-spec set so that `changed' theme is correctly saved.
9423         (custom-face-reset-standard): Reset to recalculated face rather
9424         than defface spec.
9426         * custom.el (custom-push-theme): Only save `changed' theme if the
9427         current face does not match the defface specs.
9429 2006-03-21  Simon Josefsson  <jas@extundo.com>
9431         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9432         <wilde@sha-bang.de>.
9433         (pgg-gpg-use-agent): New variable.
9434         (pgg-gpg-process-region): Use it.
9435         (pgg-gpg-encrypt-region): Likewise.
9436         (pgg-gpg-encrypt-symmetric-region): Likewise.
9437         (pgg-gpg-decrypt-region): Likewise.
9438         (pgg-gpg-sign-region): Likewise.
9439         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9441 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
9443         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
9444         bracket links.
9446 2006-03-21  Kim F. Storm  <storm@cua.dk>
9448         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
9449         fringe-indicator-alist instead of modifying global value.
9450         (gdb-frame-handler): Likewise.
9452 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
9454         * diff-mode.el (diff-function): Make it inherit from diff-header
9455         instead of diff-context.
9457         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
9458         bitmap.
9459         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
9460         change names in macro above for consistency.
9461         (gdb-frame-handler): Use hollow-right-triangle for all selected
9462         frames which except the innermost (where execution has stopped).
9463         (gdb-reset): Reset buffer-local values of overlay-arrow.
9465 2006-03-20  Richard Stallman  <rms@gnu.org>
9467         * simple.el (set-mark-command): Doc fix.
9469         * files.el (display-buffer-other-frame): New command.
9470         (ctl-x-4-map): Bind C-x 5 C-o to it.
9472 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9474         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
9475         rather than just defer-time, in case defer-time has been changed but
9476         the timer isn't running yet.
9477         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
9479 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
9481         * help-mode.el (help-follow-symbol): New function.
9482         Essentially identical to the old `help-follow', but do not let
9483         `push-button' do the work when on an xref.
9484         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
9486 2006-03-19  Richard Stallman  <rms@gnu.org>
9488         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
9489         preceded by the word `program'.
9490         (help-follow-mouse, help-follow): Throw error if not on xref.
9491         Delete no longer used args.
9493 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
9495         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
9496         annotation ensure gud-overlay-arrow-position is redisplayed.
9498 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9500         * textmodes/bibtex.el (bibtex-include-OPTkey)
9501         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
9502         (bibtex-autokey-name-case-convert)
9503         (bibtex-autokey-titleword-case-convert): Make these the aliases
9504         for the following two variables.
9505         (bibtex-autokey-name-case-convert-function)
9506         (bibtex-autokey-titleword-case-convert-function): Make these the
9507         real names.
9508         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
9509         bibtex-font-lock-crossref sublists.
9510         (bibtex-mode): Revert 2005-12-30 change (which made
9511         completion-ignore-case buffer-local).
9512         (bibtex-url): Simplify.
9514 2006-03-19  Kim F. Storm  <storm@cua.dk>
9516         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
9517         cursor property value to 2 (to align with C level change).
9519 2006-03-19  Bill Wohler  <wohler@newt.com>
9521         * image.el (image-load-path-for-library): Shorten first line in
9522         docstring.
9524 2006-03-18  Richard Stallman  <rms@gnu.org>
9526         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
9528 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
9530         * isearch.el (isearch-other-meta-char): Handle user bindings for
9531         shifted control characters.
9533 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
9535         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
9536         part that matches email addresses, file names, etc.
9538 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
9540         * term/w32-win.el (mouse-set-font):
9541         Mention w32-list-proportional-fonts in the doc string.
9543 2006-03-18  Kim F. Storm  <storm@cua.dk>
9545         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
9546         (ido-unc-hosts): New user option to explicitly define list of know
9547         UNC-style hosts for completion.
9548         (ido-cache-unc-host-shares-time): New user option.
9549         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
9550         New helper functions for UNC file-name support.
9551         (ido-may-cache-directory): Check for UNC host.  Simplify.
9552         (ido-wash-history): Clean out old UNC hosts.
9553         (ido-nonreadable-directory-p): UNC hosts are always readable.
9554         (ido-directory-too-big-p): UNC hosts are never too big.
9555         (ido-set-current-directory): Handle UNC root path.
9556         (ido-file-name-all-completions): Complete UNC host names from
9557         ido-unc-hosts list.  Cache UNC host shares.
9558         (ido-make-file-list-1): Don't filter UNC root.
9559         (ido-exhibit): Check for // in root directory, and switch to UNC
9560         mode by setting ido-current-directory to //.
9562 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
9564         * cus-edit.el (customize-changed-options): Mention explicit
9565         version number as default in prompt.
9567 2006-03-17  Bill Wohler  <wohler@newt.com>
9569         * image.el (image-load-path-for-library): Minor docstring fix.
9571 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
9573         * textmodes/org.el (org-read-date): Include subgroup 5 into
9574         replacement text.
9575         (org-popup-calendar-for-date-prompt): Fix customization type.
9577 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
9579         * progmodes/gdb-ui.el (gud-watch): Provide completion.
9580         (gdb-continuation): New variable.
9581         (gdb-send): Deal with continuation lines.
9583         * progmodes/gud.el (gud-gdb-complete-command)
9584         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
9585         expressions.
9586         (gud-tooltip-mode): Use buffer-local value.
9588 2006-03-16  Kim F. Storm  <storm@cua.dk>
9590         * ido.el (ido-edit-input): Use selected match, if any.
9592 2006-03-16  Bill Wohler  <wohler@newt.com>
9594         * image.el (image-load-path-for-library): Prefer user's images in
9595         image-load-path.
9597 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
9599         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
9600         when checking for attempt to drag leftmost or rightmost scrollbar.
9602 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
9604         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
9605         (gdb-force-mode-line-update): New function.
9606         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
9607         (gdb-exited): Use them.
9608         (gdb-signal): New function.
9609         (gdb-annotation-rules): Provide a rule for it.
9611 2006-03-16  Kenichi Handa  <handa@m17n.org>
9613         * international/mule.el (auto-coding-regexp-alist): Add entries
9614         for Unicode BOM.
9616         * sort.el (sort-build-lists): Temporarily bind
9617         inhibit-field-text-motion to t.
9619 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
9621         * locate.el (locate-command, locate-make-command-line)
9622         (locate-fcodes-file, locate-update-command)
9623         (locate-prompt-for-command, locate, locate-with-filter)
9624         (locate-get-file-positions): Doc fixes.
9625         (locate-buffer-name, locate-header-face): Remove leading `*' in
9626         defcustom.
9627         (locate-filter-output): Use `keep-lines' instead of its alias
9628         `delete-non-matching-lines'.
9629         (locate-get-filename, locate-get-dirname): Add introductory comment.
9630         (locate-find-directory-other-window): Give appropriate error
9631         message if used outside main listing.
9633 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9635         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
9636         the new extend-region feature.
9637         (font-lock-after-change-function): Update correspondingly.
9638         * jit-lock.el (jit-lock-after-change): Update correspondingly.
9639         * progmodes/grep.el (font-lock-lines-before): Don't disable.
9641 2006-03-15  Bill Wohler  <wohler@newt.com>
9643         * image.el (image-load-path-for-library): Fix example by not
9644         recommending that one binds image-load-path.  Just defvar it to
9645         placate compiler and only use it if previously defined.
9647 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
9649         * textmodes/org.el (org-insert-centered): Use `string-width' to
9650         make underlining work for wide characters.
9651         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
9652         TAB to `org-cycle', to make sure that no binding in
9653         `outline-mode-map' can supercede it.
9655 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
9657         * allout.el: Increment version to 2.2.1 in file commentary.
9659         (allout-version): Increment to 2.2.1.
9661         (allout-default-layout): New customization variable, used when the
9662         file lacks a specific allout-layout.  Uses allout-layout-type for
9663         recursively nested definition.
9665         (allout-layout-type): Widget defining allout layouts, necessary for
9666         self-recursive definition.
9668         (allout-mode): Incorporate allout-default-layout as fallback for
9669         allout-layout.
9671         (allout-layout): Mark as 'safe-local-variable', and refer mention
9672         fallback to `allout-default-layout' in absence of a specified value.
9673         (allout-passphrase-verifier-string)
9674         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
9676         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
9678         (allout-get-encryption-passphrase-verifier): Use correct name of
9679         passphrase verifier in docstring.
9681 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
9683         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
9684         elements.
9685         (gdb-find-watch-expression): Make it work for arrays too.
9686         Follow change to gdb-var-list.
9687         (gud-watch): Allow the user to enter variable name with a prexix
9688         arg.  Create keybindings.
9689         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
9690         (gdb-var-list-children-handler, gdb-var-update-handler)
9691         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
9692         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
9693         Follow change to gdb-var-list.
9694         (gdb-starting): Don't show the overlay arrows when program is running.
9696         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
9697         gdb-var-list.
9699 2006-03-14  Bill Wohler  <wohler@newt.com>
9701         * image.el (image-load-path-for-library): Pass value of path
9702         rather than symbol.  Always return list of directories.
9703         Guarantee that image directory comes first.
9705 2006-03-14  Alan Mackenzie  <acm@muc.de>
9707         * font-core.el (font-lock-extend-region\(-function\)?.):
9708         New function/variable.
9710         * font-lock.el (font-lock-after-change-function):
9711         Call font-lock-extend-region.  Obey font-lock-lines-before.
9712         (font-lock-default-fontify-region): Remove reference to
9713         font-lock-lines-before.
9715         * jit-lock.el (jit-lock-after-change):
9716         Call font-lock-extend-region.  Obey font-lock-lines-before.
9718 2006-03-14  David Ponce  <david@dponce.com>
9720         * tree-widget.el (tree-widget-themes-load-path)
9721         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
9723 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
9725         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
9726         (rcirc-print): Mark the start of text at the end of the prompt.
9727         (rcirc-track-minor-mode): Add autoload cookie.
9728         (rcirc-update-activity-string): Add space to front of mode-line
9729         indicator.
9731 2006-03-13  Miles Bader  <miles@gnu.org>
9733         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
9734         (rcirc-abbrev-nick): Remove function.
9735         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
9737 2006-03-13  David Ponce  <david@dponce.com>
9739         * tree-widget.el: Handle themes across all occurrences of the main
9740         themes sub-directory found in tree-widget-themes-load-path.
9741         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
9742         (tree-widget--locate-sub-directory): Return all occurrences.
9743         (tree-widget-themes-path): New function.
9744         Replace tree-widget-themes-directory, and return a list of directories.
9745         (tree-widget-set-parent-theme)
9746         (tree-widget-lookup-image): Use it.
9748 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
9750         * textmodes/org.el (org-link-search): Avoid self-matching of
9751         links, allow target text to be distributed over several lines.
9752         (org-search-not-link): New function.
9753         (org-set-regexps-and-options, org-get-current-options):
9754         New startup options.
9755         (org-export-as-html): Take odd-level setting from local variable.
9756         (org-fontify-emphasized-text): New option.
9757         (org-set-font-lock-defaults): Include emphasized text.
9758         (org-follow-mhe-link): Allow folder-only links, fix folder name.
9759         (org-font-lock): Customize group renamed from `org-faces'.
9761 2006-03-13  John Paul Wallington  <jpw@pobox.com>
9763         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
9764         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
9766 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
9768         * cus-start.el (all): Delete :version keyword for members of the
9769         fringe group, since the entire group is new in 22.1.
9771 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
9773         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
9774         map if value is hexadecimal (an address).
9775         (gud-watch): Only search roots for existing watch expressions.
9776         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
9777         prevent caching problems with speedbar-update-directory-contents.
9779 2006-03-12  Juri Linkov  <juri@jurta.org>
9781         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
9782         before comparing with `low' and `warn'.
9784         * info.el (Info-dir-remove-duplicates): Move point to the
9785         beginning of the current line after deleting the entries from
9786         redundant heading.  Use marker for `limit' and compare it with
9787         point before calling `re-search-forward'.
9789 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
9791         * simple.el (yank): Fix typo in docstring.
9793 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
9795         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
9796         messages, where "D" is the 6th character.
9798 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
9800         * simple.el (yank): Fix last change.
9802 2006-03-11  David Ponce  <david@dponce.com>
9804         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
9805         merging elements from the standard ispell-dictionary-alist.
9806         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
9807         alist, and return the new alist.
9809 2006-03-11  Richard Stallman  <rms@gnu.org>
9811         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
9813         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
9814         the way it is implemented is too unclean.
9816         * simple.el (kill-region, yank): Doc fix.
9818         * battery.el (battery-echo-area-format): Doc fix.
9819         (battery-mode-line-format): Likewise.
9820         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
9821         (battery-linux-proc-acpi): Ignore batteries that say "charged".
9823 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
9825         * progmodes/octave-mod.el (octave-indent-for-comment):
9826         Behave according to do string.
9828 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
9830         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
9831         Be visible only if major mode is Mail Mode.
9833         * textmodes/flyspell.el (flyspell-external-point-words)
9834         (flyspell-process-localwords): Fix last changes.
9836 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
9838         * calendar/holidays.el (list-holidays): Doc fix.
9840         * international/mule.el (auto-coding-alist): Add .odt
9841         (OpenOffice's open document) files.
9843         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
9844         document) files.  Mention in the doc string the need to sync with
9845         auto-coding-alist.
9847 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
9849         * files.el (hack-local-variables-confirm): Don't prompt for ! if
9850         enable-local-variables is set to always query, or there is no
9851         savable variable.
9853 2006-03-10  Bill Wohler  <wohler@newt.com>
9855         * image.el (image-load-path-for-library): Merge at least three
9856         functions from Gnus and MH-E into this one function that can now
9857         be shared.
9859 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
9861         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
9862         gdb-remove-mouse-face and remove help-echo too.
9863         (gdb-enqueue-input): Correct conditional clause.
9865 2006-03-10  Glenn Morris  <rgm@gnu.org>
9867         * calendar/calendar.el (calendar-holidays): Doc fix.
9868         * calendar/holidays.el (list-holidays): Doc fix.
9870 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
9872         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
9873         it gets called in gdb-prompt anyway.
9874         (gdb-use-separate-io-buffer): Only restore window arrangement for
9875         gdb-many-windows.
9876         (gdb-enqueue-input): Make it harder to send GDB input when program
9877         is running.
9878         (gdb-buffer-list): New variable.
9879         (gdb-remove-mouse-face): New function.
9880         (gdb-starting): Use it when GDB input won't get sent.
9882 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
9884         * help.el (view-lossage): Remove trailing whitespace before
9885         inserting "\n".
9887 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
9889         * files.el (hack-local-variables-confirm):
9890         Set coding-system-for-read to nil before writing to .emacs.
9892         * arc-mode.el (archive-extract): Check if an existing buffer name
9893         comes from a different archive.
9895         * help.el (describe-key-briefly): If KEY is a down event, read and
9896         discard the up event.
9898 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
9900         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
9901         be edited and use font-lock-warning-face for any changes.
9903         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
9904         (gdb-edit-value): Use it to report any errors.
9906 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
9908         * help.el (describe-key): Remove leftover test code.
9910 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
9912         * textmodes/org.el: Move defvars out of eval-when-compile.
9913         Use buffer-file-name variable.
9914         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
9915         arg `file'.
9916         (org-level-faces): Remove startup dependency.
9917         (org-cycle, org-map-tree, org-scan-tags)
9918         (org-remember-handler): Don't call `outline-level' directly.
9919         (org-mhe-search-all-folders): New option.
9920         (org-mhe-get-message-folder-from-index)
9921         (org-mhe-get-message-folder): Fix indexing search.
9922         (org-format-agenda-item): Handle nil TAGS argument.
9923         (org-cleaned-string-for-export, org-activate-target-links)
9924         (org-make-target-link-regexp): Deal with empty radio target list.
9925         (org-tag): New face.
9926         (org-get-level-face): New function.
9927         (org-set-font-lock-defaults): Simplify setup for headlines.
9928         (org-complete): Pass common substring to `display-completion-list'.
9930 2006-03-06  David Ponce  <david@dponce.com>
9932         * tree-widget.el: Update Commentary header.
9933         (tree-widget-theme-name): Ignore parent themes.
9934         (tree-widget-set-parent-theme): New function.
9935         (tree-widget-set-theme): Use it.
9936         (tree-widget-set-image-properties): Move definition.  Does nothing
9937         if image properties have already been set.
9938         (tree-widget-image-properties): Move definition.  Receive an image
9939         name.  Set the :pointer property.
9940         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
9941         Don't set the :pointer image property.
9942         (tree-widget-convert-widget): New function.  Handle :dynargs
9943         compatibility here.
9944         (tree-widget): Use it to :convert-widget.  Add the :expander-p
9945         predicate to control when the :expander function is entered.
9946         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
9947         (tree-widget-value-create): Handle :expander-p.  widget-apply
9948         :expander.
9949         (tree-widget-expander-p): New function.  Default value of the
9950         :expander-p property.
9952 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
9954         * help.el (describe-key): Properly handle the return value of
9955         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
9956         remaps.  Handle string and vector `follow-link' values.
9958 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9960         * complete.el (PC-expand-many-files): Try be more careful when parsing
9961         the shell's output.
9963 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9965         * outline.el (hide-sublevels): Provide better interactive default.
9967 2006-03-06  Kenichi Handa  <handa@m17n.org>
9969         * international/fontset.el (create-fontset-from-fontset-spec):
9970         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
9972 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
9974         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
9975         backslashes instead of one in regexp.
9976         (gud-tooltip-dereference): Add missing optional argument.
9978 2006-03-04  John Paul Wallington  <jpw@pobox.com>
9980         * wdired.el (toplevel): Require `cl' at compile-time.
9982 2006-03-04  Andreas Schwab  <schwab@suse.de>
9984         * server.el (server-process-filter): Handle errors during
9985         evaluation of the argument.
9987 2006-03-03  John Paul Wallington  <jpw@pobox.com>
9989         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
9990         escape parentheses at beginning of line.
9991         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
9992         (t-mouse-mode): Remove period from end of error message.
9994 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
9996         * textmodes/flyspell.el (flyspell-process-localwords):
9997         Be case-sensitive.
9999 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
10001         * cus-edit.el (custom-quote): Remove function, since it has been
10002         moved to custom.el.
10004         * font-lock.el (lisp-font-lock-keywords-2)
10005         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
10006         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
10007         they have no special meaning.
10009         * midnight.el (clean-buffer-list): Handle case where base-buffer of
10010         indirect buffer gets killed before indirect buffer.  Use dolist.
10012 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
10014         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
10015         value instead of a literal constant (1) on more pauses.
10017 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
10019         * textmodes/flyspell.el (flyspell-external-point-words):
10020         Be case-sensitive.
10022 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
10024         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
10025         with "www".
10027 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
10029         * allout.el: Restablish intermediate missing comment header to
10030         preserve outline structure.
10031         (allout-beginning-of-current-entry): Skip invisible text.
10032         (allout-open-topic): Fix opening a topic at end-of-buffer.
10033         (allout-minor-mode): Move nearer to allout-mode function.
10035 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
10037         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
10039 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
10041         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
10042         is nil.
10044         * progmodes/gud.el (gud-speedbar-menu-items):
10045         Use buffer-local-value and add missing :visible keyword.
10047         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
10049 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
10051         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
10052         must be `follow-link'.
10054         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
10056         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
10057         formatting: No nested anchors.
10058         (org-all-targets): Fix bug with XEmacs compatibility.
10059         (org-read-date): Add (require 'parse-time).
10060         (org-set-tags): Fix bug with extra inserted space.
10061         (org-export-html-style): Define a style class for targets.
10062         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
10063         (org-hide-leading-stars): New option.
10064         (org-hide): New face.
10065         (org-set-font-lock-defaults): Allow to hide leading stars.
10066         (org-get-legal-level, org-tr-level): New functions.
10067         (org-odd-levels-only): New option.
10068         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
10069         (org-demote, org-promote): Deal with double-star levels.
10070         (org-convert-to-odd-levels): New command.
10072 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
10074         * speedbar.el (speedbar-update-localized-contents): Try to
10075         preserve window-start.
10076         (speedbar-update-directory-contents): Try to preserve window-start
10077         and window-point.
10078         (speedbar-update-special-contents): Don't move back to start of window.
10080         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
10081         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
10082         speedbar-timer-fn.
10083         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
10084         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
10085         instead of gdb-speedbar-timer-fn.
10087 2006-02-28  Jay Belanger  <belanger@truman.edu>
10089         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
10090         (math-compose-expr): Use latex option when calling
10091         `math-compose-tex-matrix' for latex mode.
10093 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
10095         * speedbar.el: Re-instate comments about developing for speedbar
10096         [this is what info and gdb-ui use even if better methods exist now].
10098         * t-mouse.el: New file.
10099         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
10100         (t-mouse-lispy-buffer-posn-from-coords): Remove.
10101         (t-mouse-make-event-element): Use posn-at-x-y instead.
10102         (t-mouse-make-event): Deal with Fedora Core 3.
10103         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
10104         (t-mouse-mouse-position-function): New function.  Use it instead
10105         of advising mouse-position.
10106         (t-mouse-mode): New minor mode.
10107         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
10109 2006-02-27  Glenn Morris  <rgm@gnu.org>
10111         * calendar/calendar.el (calendar-holidays): Doc fix.
10113 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
10115         * progmodes/gdb-ui.el (gdb-source-window): New variable.
10116         Re-introduce the concept of a source window.
10117         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
10118         consistency with get-buffer-create.
10119         (def-gdb-auto-update-handler, gdb-info-locals-handler)
10120         (gdb-data-list-register-values-handler)
10121         (gdb-stack-list-locals-handler): Try to preserve window-start as
10122         well as window-point.
10123         (gdb-display-source-buffer): New function (old concept).
10124         (gdb-goto-breakpoint): Use it.
10126         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
10127         for gdb-ui/gdb-mi (old concept).
10129 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
10131         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
10132         binding.
10134         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
10136         * textmodes/reftex-sel.el (reftex-select-label-map)
10137         (reftex-select-bib-map): Add `follow-mouse' binding.
10139 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
10141         * jka-cmpr-hook.el (jka-compr-compression-info-list)
10142         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
10143         Give :set functions to provide automatic updating.
10144         Update docstring.  Give compiler defvars early in the file
10145         and move the defcustoms to a later spot where all called functions
10146         are defined.
10147         (jka-compr-file-name-handler-entry): Doc fix.
10148         (jka-compr-compression-info-list--internal)
10149         (jka-compr-mode-alist-additions--internal)
10150         (jka-compr-load-suffixes--internal): New variables.
10151         (jka-compr-install): Set the three above variables.
10152         Update `load-file-rep-suffixes' instead of `load-suffixes'.
10153         (jka-compr-update, jka-compr-set): New functions.
10154         (auto-compression-mode): Doc fix.
10156         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
10157         Update `load-file-rep-suffixes' instead of `load-suffixes'.
10158         Use jka-compr-compression-info-list--internal,
10159         jka-compr-mode-alist-additions--internal and
10160         jka-compr-load-suffixes--internal.
10162         * files.el (load-library):
10163         * loadhist.el (file-loadhist-lookup):
10164         * startup.el (command-line):
10165         * subr.el (locate-library):
10166         * emacs-lisp/autoload.el (update-directory-autoloads):
10167         * emacs-lisp/find-func.el (find-library-suffixes):
10168         Use `get-load-suffixes' instead of `load-suffixes'.
10170         * subr.el (locate-library):
10171         * emacs-lisp/find-func.el (find-library-name):
10172         Use `load-file-rep-suffixes' instead of '("").
10174 2006-02-26  Kim F. Storm  <storm@cua.dk>
10176         * ido.el (ido-save-history, ido-load-history): Simplify.
10177         Don't use find-file-noselect to avoid interference from other modes.
10179 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
10181         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
10182         to use the default shell if filename is not available.
10183         Reported by Giorgos Keramidas.
10185 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
10187         * progmodes/etags.el (tags-completion-table): Do completion from
10188         all the tables in the current list, as documented in the manual.
10190 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10192         * CC Mode Update to 5.31.3.
10194 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10196         * progmodes/cc-mode.el (c-postprocess-file-styles):
10197         Bind inhibit-read-only to t, around the call to
10198         c-remove-any-local-eval-or-mode-variables, so that it works on a
10199         RO file.
10201 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10203         * progmodes/cc-awk.el: Correct a typo.
10205 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10207         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
10208         c-hungry-delete-backwards, at the request of RMS.  Leave the old
10209         name as an alias.
10211 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10213         * progmodes/cc-mode.el: Correct a typo.
10215 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10217         * progmodes/cc-defs.el: Update the version number to 5.31.3.
10219 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10221         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
10222         brace-else-brace (error due to mbeg, mend being undefined).
10224 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10226         * progmodes/cc-mode.el: File Local variables: Solve the problem
10227         where both `mode' and c-file-offsets are specified: `mode' will
10228         overwrite c-f-o's settings:
10229         (c-remove-any-local-eval-or-mode-variables): New function.
10230         (c-postprocess-file-styles): Call the above new function, within
10231         c-tentative-buffer-change, to splat `mode' and `eval' before the
10232         second hack-local-variables.
10234 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10236         * progmodes/cc-mode.el:
10237         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
10238         (c-after-change): Protect the match data with save-match-data.
10239         It was getting corrupted by c-after-change-check-<>-operators.
10241         * cc-defs.el: [Supersedes patch V1.38]:
10242         (top level): Check for a buggy font-lock-compile-keywords ONLY in
10243         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
10245         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
10246         with save-match-data.  It was being corrupted when Font Lock was
10247         not enabled.
10249 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10251         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
10252         Mode and Subword Mode.
10254         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
10255         real labels ("case 1:" or "foo:") from non-labels ("public:").
10256         (c-forward-objc-directive): Replace c-forward-token-2 with crude
10257         coding; c-f-t-2 doesn't move over a token at EOB.
10259         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
10261         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
10262         (c-update-modeline): Concatenate the minor mode indicators
10263         directly onto mode-name, removing c-submode-indicators.
10264         Sometimes, c-s-i got separated from the mode name on the mode line.
10266         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
10267         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
10269 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10271         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
10272         error message when there's an evaluation error to show whether
10273         it's loaded from source or not.
10274         (c-filter-ops): Make it available at runtime too to work when
10275         `c-make-init-lang-vars-fun' needs to evaluate from source.
10277 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
10279         * help.el (help): Revert last part of 2006-02-23 change (deletion
10280         of the `provide' call).
10282 2006-02-23  Juri Linkov  <juri@jurta.org>
10284         * compare-w.el (compare-windows-highlight): Add new value
10285         `persistent' and change :type from `boolean' to `choice'.
10286         (compare-windows-overlays1, compare-windows-overlays2):
10287         New internal variables.
10288         (compare-windows-highlight): If compare-windows-highlight is
10289         `persistent', add current overlays to compare-windows-overlays[12]
10290         instead of adding compare-windows-dehighlight to pre-command-hook.
10291         (compare-windows-dehighlight): Delete all overlays from
10292         compare-windows-overlays[12].
10294         * info.el (Info-search): Don't bind search-spaces-regexp to
10295         Info-search-whitespace-regexp in non-regexp isearch mode.
10297 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10299         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
10301 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
10303         * textmodes/org.el (org-xemacs-p)
10304         (org-export-html-show-new-buffer, org-table-may-need-update)
10305         (org-insert-item, org-mhe-get-message-real-folder)
10306         (org-mhe-get-message-folder-from-index)
10307         (org-mhe-get-message-folder, org-mhe-get-message-num)
10308         (org-mhe-get-header, org-make-org-heading-search-string)
10309         (org-make-org-heading-camel, org-table-sort-lines)
10310         (org-format-org-table-html, org-format-table-table-html):
10311         Fix typos in docstrings.
10313 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
10315         * textmodes/org.el (org-cleaned-string-for-export)
10316         (org-solidify-link-text): New function.
10317         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
10318         XEmacs, just to silence the compiler.
10319         (org-export-as-ascii, org-export-as-html-and-open):
10320         Use `org-cleaned-string-for-export' and create internal links.
10321         (org-follow-mhe-link): Require mh-e, use folder.
10323 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
10325         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
10327         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
10328         gdb-debug-log-length.
10329         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
10330         it a real ring but...
10331         (gud-gdba-marker-filter): ...make it work like mark-ring.
10332         (gdb-enable-debug): Rename from gdb-enable-debug-log.
10333         (gdb-mouse-jump): New function.  Add bindings.
10335 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
10337         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
10338         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
10339         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
10340         (gdb-debug-log-length): Customize it's length.
10341         (gud-watch, gdb-var-create-handler): Display function::var format
10342         but don't use to create variable object.
10343         (gdb-var-create-handler): Use message-box in place of message.
10344         (gdb-stopped): Call gdb-exited if signalled.
10346 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
10348         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
10350         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
10352         * textmodes/reftex.el (reftex-locate-file): Search all extensions
10353         if `reftex-try-all-extensions' is set.
10355         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
10356         fail silently when there is no valid argument at point.
10357         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
10358         `fail-silently' argument.  From a patch by David Reiter.
10360         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
10361         New commands.
10362         (org-mark-ring): New variable.
10363         (org-mark-ring-length): New option.
10364         (org-open-at-point, org-goto, org-open-file): Push old position
10365         onto the mark ring.
10366         (org-add-hook): New function.
10367         (org-export-table-remove-special-lines): New option.
10368         (org-skip-comments, org-format-org-table-html): Respect new
10369         option `org-export-table-remove-special-lines'.
10370         (org-open-file): Allow special command configuration for
10371         directory link.
10372         (org-file-apps): Fix bugs in customize type, added setting
10373         for directories.
10374         (org-activate-tags, org-format-agenda-item, org-complete)
10375         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
10376         (org-get-tags, org-get-buffer-tags, org-open-at-point)
10377         (org-link-search, org-make-org-heading-search-string)
10378         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
10379         (org-radio-targets, org-file-link-context-use-camel-case)
10380         (org-activate-camels): New options.
10381         (org-update-radio-target-regexp, org-all-targets)
10382         (org-make-target-link-regexp, org-activate-target-links):
10383         New functions.
10384         (org-make-org-heading-search-string): New function.
10385         (org-store-link, org-insert-link): Use new option
10386         `org-file-link-context-use-camel-case'.
10387         (org-activate-camels): Use new option `org-activate-camels'.
10388         (org-link-regexp): Add mhe prefix.
10389         (org-open-at-point, org-store-link): Support for mhe links.
10390         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
10391         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
10392         (org-mhe-get-header, org-follow-mhe-link): New functions.
10393         (org-remove-angle-brackets, org-add-angle-brackets):
10394         New functions.
10395         (org-bracket-link-regexp): New constant.
10396         (org-read-date): Fix bug that was rejecting all typed dates.
10397         (org-link-search): Make hierarchy above visible after a match.
10398         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
10399         (org-store-link): Fix bug with link creation when cursor is in
10400         an empty line.
10401         (org-open-at-point): Fix bug with matching a link.
10402         Fixed buggy argument sequence in call to `org-view-tags'.
10403         (org-compile-prefix-format): Set `org-prefix-has-tag'.
10404         (org-prefix-has-tag): New variable.
10405         (org-format-agenda-item): Remove tags from headline
10406         if appropriate.
10407         (org-agenda-remove-tags-when-in-prefix): New option.
10409 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
10411         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
10412         Fix the regular expressions.
10414 2006-02-21  Richard M. Stallman  <rms@gnu.org>
10416         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
10417         if there's no other specific basis.
10419         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
10420         as variables at all.
10421         (unsafep-variable): Rename arg; doc fix.
10423         * abbrevlist.el (list-one-abbrev-table): Add autoload.
10425         * calendar/appt.el (diary-selective-display): Add defvar.
10427         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
10429         * isearch.el (search-whitespace-regexp): Fix custom type.
10431         * help.el (describe-key-briefly): Compute interactive args
10432         in same was as before previous change.
10434         * files.el (enable-local-variables): Doc fix.
10436 2006-02-21  Kim F. Storm  <storm@cua.dk>
10438         * fringe.el: Cleanup as file is now pre-loaded.
10439         (fringe-bitmaps): Initialize unconditionally.
10440         (fringe-mode, set-fringe-style): Remove autoload cookies.
10442 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
10444         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
10445         `horizontal-bar'.
10446         (fringe-cursor-alist): Use `horizontal-bar'.
10448 2006-02-20  Kim F. Storm  <storm@cua.dk>
10450         * fringe.el (fringe-bitmaps): Update to new bitmap names.
10451         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
10453         * loadup.el: Load "fringe" on window systems.
10455 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
10457         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
10458         out of scope components.
10460         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
10461         default.
10463 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
10465         * custom.el (customize-mark-to-save, customize-mark-as-set):
10466         Load the symbol first.
10468 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
10470         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
10471         strech spec so it doesn't display as "^J" on the header line
10472         when `Buffer-menu-use-header-line' is t.
10474 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
10476         * speedbar.el (speedbar-make-button): Keep text properties
10477         of string arguments if desired.
10479         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
10480         expessions.
10482         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
10483         of speedbar.
10485 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
10487         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
10488         to value of `read-file-name-completion-ignore-case'.
10490 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
10492         * custom.el (customize-mark-as-set): Push to `user' theme.
10494         * cus-edit.el (custom-save-variables): Allow unthemed values.
10495         (customize-set-variable): Push setting to `user' theme.
10497 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
10499         * progmodes/gud.el: Don't require font-lock as it's now
10500         automatically loaded.
10501         (gud-speedbar-buttons): Replace gdb-var-changed with
10502         gdb-force-update.
10504         * progmodes/gdb-ui.el (gdb-force-update): Rename from
10505         gdb-var-changed.
10506         (gdb-post-prompt): Use it.
10507         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
10508         (gdb-var-update-handler, gdb-var-delete)
10509         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
10510         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
10511         gdb-force-update in gdb-post-prompt.
10512         (gdb-reset): Clear watch expressions from speedbar when quitting.
10514 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10516         * viper-cmd.el (viper-insert-state-post-command-sentinel)
10517         (viper-change-state-to-vi, viper-change-state-to-emacs):
10518         Make aware of cursor coloring in the Emacs state.
10519         (viper-special-read-and-insert-char): Use read-char-exclusive.
10520         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
10522         * viper-init.el (viper-emacs-state-cursor-color): New variable.
10524         * viper-util.el (viper-save-cursor-color)
10525         (viper-get-saved-cursor-color-in-replace-mode)
10526         (viper-get-saved-cursor-color-in-insert-mode)
10527         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
10528         state.
10529         (viper-get-saved-cursor-color-in-emacs-mode): New function.
10531         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
10532         (ediff-ignore-case-option3, ediff-actual-diff-options)
10533         (ediff-actual-diff3-options): New variables to control case sensitivity.
10534         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
10535         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
10536         (ediff-toggle-ignore-case): New function.
10537         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
10539         * ediff-help.el (ediff-long-help-message-narrow2)
10540         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
10541         (ediff-long-help-message-word-mode): Add ignore-case command.
10542         (ediff-help-for-quick-help): Add ignore-case command.
10544         * ediff-merg.el: Move provide to the end.
10546         * ediff-ptch.el: Move provide to the end.
10548         * ediff-wind.el: Move provide to the end.
10550         * ediff-mult.el: Move provide to the end.
10551         (ediff-set-meta-overlay): Enable follow-link.
10553         * ediff.el: Move provide to the end.
10554         Break recursive load cycle in eval-when-compile.
10555         (ediff-patch-buffer): Better heuristics.
10557         * ediff-util.el: Move provide to the end.
10558         Break recursive load cycle in eval-when-compile.
10559         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
10560         defuns.
10561         (ediff-submit-report): Pass the values of ediff-diff3-program,
10562         ediff-diff3-options.
10564 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
10566         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
10567         the opening bracket of the following bracketing pairs: {}, [], (), <>,
10568         `' (for example, in the docstring of `windmove-default-keybindings').
10570 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
10572         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
10573         shadow face.  Don't provide binding to edit variable when it is
10574         out of scope.
10576         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10577         (gdb-var-update-handler): Detect out of scope variables with pre
10578         GDB 6.4 too.
10579         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
10580         Reset status of variable objects to nil in update handlers.
10581         (gdb-var-update-handler-1): Detect when a variable object comes
10582         in scope.  setcar on var changes gdb-var-list directly.
10584 2006-02-17  Juri Linkov  <juri@jurta.org>
10586         * ffap.el (ffap) <defface>: Add explicit face declaration.
10587         (ffap-highlight): Use face `ffap' directly instead of checking
10588         for its existence.
10590         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
10591         `visible-ok' of `other-buffer' to find the right original buffer.
10593         * info.el (Info-search): Skip `Local Variables' node.
10595 2006-02-17  Juri Linkov  <juri@jurta.org>
10597         * info.el (Info-find-file): Check for symbols `apropos', `history',
10598         `toc' in the input filename, and return these symbols as is.
10599         (Info-find-node-2): Set Info-current-file to symbols `apropos',
10600         `history', `toc' instead of strings.
10601         (Info-set-mode-line): For non-string Info-current-file use the
10602         symbol's name inside **.
10603         (Info-isearch-push-state): Add quote before Info-current-file and
10604         Info-current-node.
10605         (Info-isearch-pop-state): Use `equal' instead of `string='.
10606         (Info-extract-pointer, Info-following-node-name): Use
10607         `match-string-no-properties' instead of `match-string'.
10608         (Info-up): Check `old-file' for `stringp'.
10609         (Info-history): Use `equal' instead of `string-equal'.
10610         Check `file' for `stringp'.
10611         (Info-history): Use symbol `history' instead of string as first arg
10612         of `Info-find-node'.
10613         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
10614         `toc' instead of string.
10615         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
10616         instead of `buffer-substring', and `match-string-no-properties'
10617         instead of `match-string'.
10618         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
10619         instead of strings.
10620         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
10621         Use symbol `apropos' instead of string.
10622         (Info-copy-current-node-name): Check `Info-current-file' for
10623         `stringp' and construct a command with `Info-find-node' from it.
10624         (Info-fontify-node): Use `match-string-no-properties' instead of
10625         `match-string' and check file names for `stringp'.
10626         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
10627         `history', `toc' instead of strings.
10629 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
10631         * files.el: Rearrange functions and variables in the file local
10632         variables section.
10634 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
10636         * files.el: Add truncate-lines, ispell-check-comments and
10637         ispell-local-dictionary as safe local variables.
10639 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
10641         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
10642         out of scope variables.
10643         (gud-speedbar-buttons): Use unless.
10645         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
10646         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
10647         (gdb-show-changed-values): Also use for out of scope variables.
10648         (gdb-var-update-handler-1): Note if variable goes out of scope.
10650 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
10652         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
10653         default to global variable values for unsupplied args.
10654         (rcirc-get-buffer-create): Fix bug with setting the target.
10655         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
10656         test for rcirc-always-use-server-buffer-flag here.
10657         (rcirc-response-formats): Add %N, which is a facified nick.  %n
10658         uses the default face.  Change the ACTION format string.  If the
10659         "nick" is the server, don't print anything for that field.
10660         Comment fixes.
10661         (rcirc-target-buffer): Don't test
10662         rcirc-always-use-server-buffer-flag here.
10663         (rcirc-print): Squeeze extra spaces out of the text before message.
10664         (rcirc-put-nick-channel): Strip potential "@" char from nick
10665         before adding them to nick table.
10666         (rcirc-url-regexp): Improve to match address like "foo.com".
10668 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
10670         * allout.el (allout-hidden-p): Move this defsubst before
10671         allout-overlay-interior-modification-handler, where it is first
10672         used.
10674 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
10676         * allout.el: Use allout invisible-text overlays instead of
10677         selective display for concealed text.  Also, lots of general
10678         cleanup, and improved compatibility code.
10680         (allout-version) Incremented, corrected, revised, and refined
10681         module commentary.
10683         (provide 'allout): Moved to the bottom, added a require of overlay.
10685         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
10686         `except-current'.
10687         (allout-write-file-hook-handler): Minimize delay.
10688         (count-trailing-whitespace-region): New function so
10689         auto-encryption of current topic can resituate cursor exactly.
10690         PGP/GPG encryption trims trailing whitespace from lines, which
10691         must be accounted for across encryption then decryption.
10693         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
10694         just plain "\C-c", to avoid intruding on user's keybinding space.
10696         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
10697         parameter, so user request to provide a new password is done.
10699         (allout-outside-normal-auto-fill-function, allout-auto-fill):
10700         Refined mechanism for auto-filling behavior while in allout mode.
10702         (allout-mode): Explicitly specify the mode map in the docstring.
10703         Clarify provision for various write-file hook var names.
10704         Adjusted for invisible-text overlays instead of selective-display.
10706         (allout-depth): Really return 0 if not within any topic.  This
10707         rectifies `allout-beginning-of-level' and sequence numbering
10708         errors that occur when cutting and pasting numbered topics.
10709         Changed from a in-line subst to a regular function, as well.
10711         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
10713         (allout-end-of-subtree, allout-end-of-subtree)
10714         (allout-end-of-entry, allout-end-of-current-heading)
10715         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
10716         (allout-show-children, allout-show-to-offshoot)
10717         (allout-hide-current-entry, allout-show-current-entry): Rectified
10718         handling of trailing blank lines between items.
10720         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
10721         (allout-current-depth, allout-unprotected, allout-hidden-p)
10722         (allout-on-current-heading-p, allout-listify-exposed)
10723         (allout-chart-subtree, allout-goto-prefix)
10724         (allout-back-to-current-heading, allout-get-body-text)
10725         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
10726         (allout-hide-region-body, allout-toggle-subtree-encryption)
10727         (allout-encrypt-string, allout-encrypted-key-info)
10728         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
10729         (allout-file-vars-section-data): Adjusted for use with
10730         invisible-text overlays instead of selective-display.
10732         (allout-kill-line, allout-kill-topic, allout-yank-processing):
10733         Reworked for use with invisible text overlays.
10735         (allout-current-topic-collapsed-p): New function.
10737         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
10738         to know when to close the containing topic.
10740         (allout-pre-command-business, allout-post-command-business):
10741         Simplify undo-batching and dynamic isearch exposure.
10743         (allout-set-overlay-category): New for invisible-text overlays.
10744         Sets properties of allout-overlay-category, used by
10745         allout-flag-region to set invisible-text overlay properties.
10746         (allout-get-invisibility-overlay): Get the first qualifying
10747         invisibility overlay, so we can find the extent of it.
10748         (allout-back-to-visible-text): Get to just before the beginnining
10749         of the current invisibility overlay, if any.
10751         (allout-overlay-insert-in-front-handler)
10752         (allout-overlay-interior-modification-handler)
10753         (allout-before-change-handler, allout-isearch-end-handler): New
10754         functions to handle extraordinary actions affecting concealed
10755         text.
10757         (allout-flag-region): Use overlays instead of selective-display
10758         for invisible text - by inheritence from the properties of
10759         allout-overlay-category in mainline Emacs, and applied
10760         property-by-property in XEmacs, some recent versions of which
10761         don't inherit the properties from the category.  Provisions to
10762         respond to concealed-text edits simplified drastically.
10764         (allout-isearch-rectification, allout-isearch-was-font-lock)
10765         (allout-isearch-expose, allout-enwrap-isearch)
10766         (allout-isearch-abort, allout-pre-was-isearching)
10767         (allout-isearch-prior-pos, allout-isearch-did-quit)
10768         (allout-isearch-dynamic-expose)
10769         (allout-hide-current-entry-completely): Functions deleted.
10771         (allout-undo-aggregation): Explicit undo aggregation no longer
10772         necessary due to transition away from selective-display.
10774         (set-allout-regexp, allout-up-current-level)
10775         (allout-next-visible-heading, allout-forward-current-level)
10776         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
10777         (allout-kill-line, allout-yank-processing, allout-show-children)
10778         (allout-expose-topic, allout-old-expose-topic)
10779         (allout-listify-exposed, allout-insert-latex-header)
10780         (allout-toggle-subtree-encryption, allout-encrypt-string)
10781         (remove-from-invisibility-spec, allout-hide-current-subtree):
10782         Ditched unused variables.
10784 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
10786         * textmodes/ispell.el (ispell-change-dictionary): Call
10787         ispell-buffer-local-dict instead of
10788         ispell-accept-buffer-local-defs.
10789         (ispell-local-dictionary-alist): Accept as valid any coding-system
10790         supported by Emacs.
10791         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
10792         changed to iso-8859-3.
10794 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
10796         * speedbar.el (speedbar-frame-width): Make an inline function
10797         instead of a macro.  Use frame-width.
10798         (speedbar-try-completion, speedbar-update-contents)
10799         (speedbar-timer-fn): Use consp.
10800         (speedbar-update-localized-contents): Try to preserve point.
10802         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
10803         (menu): Re-order menu items.
10804         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
10805         field.
10806         (gdb-var-update-handler-1): Use it for GDB 6.4+.
10807         (gdb-post-prompt): Speed things by not forcing update.
10809 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
10811         * wid-edit.el (widget-button-click): For mouse-1, cancel button
10812         press and perform default action if we get a mouse movement event.
10814 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10816         * calendar/icalendar.el (icalendar--get-event-property)
10817         (icalendar--get-event-property-attributes): Fix typos in
10818         docstrings.
10820         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
10821         docstring.
10823 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
10825         * bs.el (bs-mode): Use `buffer-disable-undo'.
10826         (bs--get-file-name): Simplify.
10827         (bs-show-in-buffer): Mark the buffer as not modified.
10829 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10831         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
10832         widget-button-click.
10834         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
10835         (custom-mode): Update docstring.
10837         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
10838         binding.
10840         * files.el (hack-local-variables-confirm): Allow scrolling if the
10841         file variable list is too long.  Kill temp buffer after use.
10843 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
10845         * progmodes/gud.el (gdb): Improve doc string.
10846         (gdb-script-font-lock-keywords): Expand allowed character set.
10848         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
10849         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
10850         (gdb-separate-io-interrupt, gdb-separate-io-quit)
10851         (gdb-separate-io-stop, gdb-separate-io-eof):
10852         Rename from gdb-inferior-* to gdb-separate-*.
10853         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
10855 2006-02-14  Jay Belanger  <belanger@truman.edu>
10857         * calc/calc-arith.el (math-check-known-scalarp): Make sure
10858         expression is a symbol before checking that it is bound.
10860         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
10861         test to see if equation can be solved.
10863 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10865         * wid-edit.el (widget-button-click): Use :pressed-face property
10866         for overlay face, if it exists.
10868         * cus-edit.el (custom-manual, custom-add-see-also)
10869         (custom-add-parent-links, custom-group-link): Add :pressed-face
10870         property to links.
10872         * files.el (hack-local-variables): Remove ignored variables before
10873         checking if any variables need setting.
10875 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10877         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
10879 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
10881         * help.el (where-is): Fix message for remapped commands.
10883         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
10884         Fix typos in docstrings.
10886 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
10888         * files.el (safe-local-variable-values): New option.
10889         (hack-local-variables-prop-line): Return a list of variable-value
10890         pairs if MODE-ONLY is non-nil.
10891         (hack-local-variables): Construct list of variable-value pairs,
10892         and apply or reject them in one go.  Ask for confirmation if
10893         variables are not known safe.
10894         (hack-local-variables-confirm): Complete rewrite.  Support
10895         `safe-local-variable-values'.
10896         (enable-local-variables): Update docstring to reflect new
10897         behavior.
10898         (ignored-local-variables): Ignore ignored-local-variables and
10899         safe-local-variable-values.
10900         (safe-local-variable-p): New function.
10901         (risky-local-variable-p): `safe-local-variable' property check
10902         moved to safe-local-variable-p.
10903         (hack-one-local-variable): Checks moved to hack-local-variables.
10905         (byte-compile-dynamic, c-basic-offset, c-file-style)
10906         (c-indent-level, comment-column, fill-column, fill-prefix)
10907         (indent-tabs-mode, kept-new-versions, no-byte-compile)
10908         (no-update-autoloads, outline-regexp, page-delimiter)
10909         (paragraph-start, paragraph-separate, sentence-end)
10910         (sentence-end-double-space tab-width, version-control):
10911         Add `safe-local-variable' property.
10913         * find-lisp.el: Delete nonexistent `autocompile' file variable.
10915         * icomplete.el, play/landmark.el: Change nonexistent
10916         `outline-layout' file variable to `allout-layout'.
10918 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
10920         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
10921         (gdb-get-changed-registers): Test value of gud-minor-mode relative
10922         to gud-comint-buffer.
10923         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
10924         gdb-ui.el for gdb-mi.el.
10925         (gdb-post-prompt, gdb-get-changed-registers): Move test for
10926         registers buffer to gdb-get-changed-registers.
10927         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
10928         deletion of catchpoints (throw and catch).
10929         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10930         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
10931         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
10932         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
10933         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
10935 2006-02-13  Jay Belanger  <belanger@truman.edu>
10937         * calc/calc-arith.el (math-check-known-matrixp): Make sure
10938         expression is a symbol before checking that it is bound.
10940 2006-02-13  Richard M. Stallman  <rms@gnu.org>
10942         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
10943         for the minibuffer too, but not if resize-mini-windows will interfere.
10945         * help.el (describe-key-briefly, describe-key): Do all arg-reading
10946         inside `interactive' spec.
10947         (describe-key-briefly-internal, describe-key-internal):
10948         Functions merged back into their callers.
10950 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
10952         * info.el (info-xref-visited): Inherit from info-xref too.
10953         (Info-set-mode-line): Replace occurrences of `%' by `%%'
10954         when propertizing Info-current-file and Info-current-node.
10956 2006-02-13  Juri Linkov  <juri@jurta.org>
10958         * tumme.el (tumme-thumbnail-storage): Fix docstring.
10959         (tumme-thumb-name): Fix per-directory format.
10961 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
10963         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
10965 2006-02-12  Miles Bader  <miles@gnu.org>
10967         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
10969 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
10971         * tumme.el: Remove history section.  If someone needs the it, it
10972         can always be found in CVS.
10974 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
10976         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
10977         about the Thumbnail Managing Standard option.
10979 2006-02-12  Richard M. Stallman  <rms@gnu.org>
10981         * subr.el (substitute-key-definition): Doc fix.
10983         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
10985         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
10987         * info.el (Info-mode): Doc fix.
10989         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
10991 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
10993         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
10994         because on Solaris a POSIX compatible "id" is needed.  Reported by
10995         Magnus Henoch <mange@freemail.hu>.
10997 2006-02-12  Juri Linkov  <juri@jurta.org>
10999         * tumme.el: Remove todo item about Thumbnail Managing Standard.
11000         (tumme) <defgroup>: Change :group to `multimedia'.
11001         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
11002         Managing Standard.
11003         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
11004         Fix dostring.
11005         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
11006         and %y.  Fix docstring.
11007         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
11008         (tumme-cmd-create-standard-thumbnail-command): New user options.
11009         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
11010         is `standard'.  Fix docstring.
11011         (tumme-thumb-width, tumme-thumb-height): New user options.
11012         (tumme-external-viewer): Try to find various viewers.
11013         (tumme-get-thumbnail-image): Use `create-image' instead of
11014         constructing the `image' structure.
11015         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
11016         `standard'.
11017         (tumme-thumb-name): Add file name generation for standard storage.
11018         Simplify code for other storages.
11019         (tumme-thumb-name): Use width %w and height %h instead of size %s.
11020         Add modification time %m and thumbnail-nq8 %q.
11021         Use `tumme-cmd-create-standard-thumbnail-command' if
11022         tumme-thumbnail-storage is `standard'.
11023         (tumme-dired-insert-marked-thumbs): New autoload command.
11024         (tumme-dired-after-readin-hook): New function.
11025         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
11026         `tumme-thumb-size'.
11027         (tumme-display-image): Replace size-x %x and size-y %y with
11028         width %w and height %h.
11030         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
11031         `tumme-dired-insert-marked-thumbs'.
11033 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
11035         * tumme.el (tumme-write-tag): Fix small bug (file name did not
11036         include path).
11037         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
11038         matching tag.
11040 2006-02-12  Miles Bader  <miles@gnu.org>
11042         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
11043         New variables.
11044         (rcirc-abbrev-nick): New function.
11045         (rcirc-format-response-string): Rewrite to use the formats in
11046         `rcirc-response-formats' and expand escape sequences therein.
11047         A text-property `rcirc-text' is added over the actual response
11048         text to make easy to find inside the returned string.
11049         (rcirc-print): When filling, just look for the `rcirc-text'
11050         text-property to find the appropriate fill prefix, instead of
11051         using hardwired patterns.
11053 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
11055         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
11056         Managing Standard.
11058 2006-02-11  Kim F. Storm  <storm@cua.dk>
11060         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
11061         Don't use insert-buffer; do insert-buffer-substring directly.
11062         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
11064 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
11066         * files.el (revert-buffer, recover-file): Replace buffer-read-only
11067         with inhibit-read-only.  Suggested by Stefan Monnier.
11068         (revert-buffer): Let insert-file-contents discard
11069         buffer-undo-list.  Simplify code.
11070         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
11072 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
11074         * menu-bar.el (menu-bar-select-yank): Add a doc string.
11076         * help.el (describe-key-briefly): Now a wrapper for
11077         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
11078         to t.  Populate yank-menu if empty.
11079         (describe-key-briefly-internal): Renamed from describe-key-briefly.
11080         (describe-key): Now a wrapper for describe-key-internal.  Bind
11081         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
11082         (describe-key-internal): Renamed from describe-key.
11084 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
11086         * progmodes/glasses.el (glasses-separator): Doc fix.
11087         (glasses-original-separator): New defcustom.
11088         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
11090 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
11092         * mwheel.el (mouse-wheel-up-event): Doc fix.
11094 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
11096         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
11097         (tumme-dir): New function.  Copied from thumbs.el.
11099 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
11101         * desktop.el (desktop-outvar): Fix typo.
11102         (desktop-save-buffer-p): Doc fix.
11104         * subr.el (substitute-key-definition): Fix typo.
11106 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11108         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
11109         when window-system is mac.
11111         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
11113 2006-02-10  Kim F. Storm  <storm@cua.dk>
11115         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
11116         indirect-function instead of using condition-case.
11118 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
11120         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
11121         less `colloquial'...
11123 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
11125         * tumme.el: Add a couple of todo items.
11127 2006-02-09  Lars Hansen  <larsh@soem.dk>
11129         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
11130         (highlight-changes-mode): Don't change desktop-locals-to-save.
11132 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
11134         * image-mode.el (image-toggle-display): Clear image cache if using
11135         filename.
11137 2006-02-09  Masatake YAMATO  <jet@gyve.org>
11139         * dired-x.el (dired-guess-shell-alist-default): Add .man as
11140         a `dired-man' target.
11142         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
11143         boundary of symbols.
11145 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
11147         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
11149 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
11151         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
11152         `mapcar'; return nil.
11154 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
11156         * mouse.el (mouse-drag-track): Don't change window if we rebind to
11157         some other event.
11159 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
11161         * net/rcirc.el (rcirc-startup-channels-alist):
11162         Add irc.freenode.net and #emacs as defaults.
11163         (rcirc-ignore-all-activity-flag): Remove variable.
11164         (rcirc-authinfo): New variable.
11165         (rcirc-authinfo-filename): Remove variable.
11166         (rcirc-always-use-server-buffer-flag): New flag.
11167         (rcirc): M-x rcirc will automatically connect without prompting.
11168         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
11169         connection in lisp.
11170         (rcirc-process-server-response-1): Remove everything but the nick
11171         portion of the sender so it doesn't need to be done everywhere
11172         else.  Update related code.
11173         (global-map): Remove global keybindings.
11174         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
11175         (rcirc-send-input): Split into several functions.
11176         (rcirc-process-input-line, rcirc-process-message)
11177         (rcirc-process-command): New functions.
11178         (rcirc-target-buffer): New function to determine where to route
11179         messages.
11180         (rcirc-user-nick): Save match data.
11181         (rcirc-toggle-ignore-buffer-activity)
11182         (rcirc-update-activity-string): Remove global ignore functionality,
11183         which can be done now by toggling rcirc-track-minor-mode.
11184         (rcirc-track-minor-mode-map): New keymap.
11185         (rcirc-track-minor-mode): New minor-mode.
11186         (ignore): Make the ignore output nicer.  Always print it when
11187         adding or removing nicks.
11188         (rcirc-url-regexp): Improve.
11189         (rcirc-mangle-text): Remove properties before using text in the
11190         modeline.
11191         (rcirc-authenticate): Authentication data comes from
11192         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
11193         (rcirc-server-prefix): Inherit from rcirc-server.
11195 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
11197         * Makefile.in (compile): Append "|| true" to the end of the `find'
11198         command, like compile-always does.
11200 2006-02-08  Sam Steingold  <sds@gnu.org>
11202         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
11203         output from a dead connection.
11205 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
11207         * dired.el (dired-mode-map): Add more bindings for tumme.
11209 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11211         * wdired.el (wdired-mode-map): Use remap.
11212         (wdired-get-filename): Massage.
11213         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
11214         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
11215         `keymap' property rather than `local-map'.
11217 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
11219         * tumme.el (tumme-get-thumbnail-image): New utility function.
11220         Suggested by from Chong Yidong.
11221         (tumme-dired-with-window-configuration): Rename from
11222         `tumme-dired'.  Add code to save window configuration.
11223         (tumme-restore-window-configuration): New command to restore the
11224         window configuration that `tumme-dired-with-window-configuration'
11225         saves before it changes the window configuration.
11226         (tumme-show-all-from-dir): New command to display thumbnails for
11227         all files in a directory entered by the user, like M-x thumbs.
11228         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
11229         have been created.
11230         (tumme-display-thumbnail-original-image): Call `display-buffer'.
11231         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
11232         Remove obsolete test function.
11234 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
11236         * vc.el (small-temporary-file-directory): Remove defvar; there's
11237         a defcustom for it in files.el.
11239         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
11240         Fix typo in message.
11241         (tumme-gallery-generate): Fix typo in `error' message.
11242         (tumme-display-window-height-correction)
11243         (tumme-display-window-width-correction, tumme-line-up-dynamic)
11244         (tumme-line-up-interactive): Dox fixes.
11245         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
11246         (tumme-restore-window-configuration, tumme-format-properties-string)
11247         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
11248         Fix typos in docstrings.
11250 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
11252         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
11254 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
11256         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
11257         User should use hook if desired.
11259         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
11260         buffer if necessary.
11261         (gdb-delete-frame-or-window): New function.
11262         (gdb-breakpoints-mode-map): Bind "q" to it.
11264 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11266         * textmodes/nroff-mode.el: Clean up name space.
11267         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
11268         (nroff-mode): Obey the global setting of nroff-electric-mode.
11269         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
11271         * calendar/calendar.el (calendar-increment-month): Typo in last change.
11273 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
11275         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
11277 2006-02-06  Lars Hansen  <larsh@soem.dk>
11279         * generic-x.el (etc-fstab-generic-mode): Add file system types
11280         cifs and usbdevfs.  Allow special chars in file names.
11282 2006-02-05  Jay Belanger  <belanger@truman.edu>
11284         Update copyright notices of the files in lisp/calc.
11286 2006-02-05  Romain Francoise  <romain@orebokech.com>
11288         Update copyright notices of all files in the lisp/play directory.
11290 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
11292         * ldefs-boot.el: Regenerate.
11294         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
11296 2006-02-05  Kim F. Storm  <storm@cua.dk>
11298         * files.el (magic-mode-regexp-match-limit): New defvar.
11299         (set-auto-mode): Use it to limit magic-mode-alist matching.
11301 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
11303         * simple.el (display-message-or-buffer): Compare the number of
11304         characters to the frame width when determining whether a 1-line
11305         message string will fit in the echo area.  Count screen lines
11306         instead of buffer lines when determining whether a multi-line
11307         message will fit in the echo area/minibuffer window.
11309 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
11311         * info.el (Info-index, Info-mode): Improve the description of the
11312         `i' command.
11314         * ldefs-boot.el: Regenerate.
11316 2006-02-03  Werner Lemberg  <wl@gnu.org>
11318         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
11319         greedy to find the closing bracket in \*[...] and similar
11320         expressions.  This is a first rough fix -- many additional
11321         refinements are necessary to make nroff mode really usable with groff.
11323 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
11325         * international/mule-cmds.el (set-locale-environment):
11326         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
11327         libX11.
11329 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
11331         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
11332         archive are created in archive-tmpdir.
11334 2006-02-02  John Paul Wallington  <jpw@pobox.com>
11336         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
11337         (ibuffer-fontification-alist): Use it.
11338         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
11339         to "* z" and the Ibuffer Mark menu.
11341         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
11343 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11345         * textmodes/table.el (*table--cell-describe-mode)
11346         (*table--cell-describe-bindings): Undo last change since
11347         print-help-return-message is not obsoleted by anything at all.
11349 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
11351         * emulation/cua-base.el (cua-mode): Doc fix.
11353 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
11355         * dframe.el (dframe-handle-make-frame-visible)
11356         (dframe-handle-iconify-frame, dframe-get-focus)
11357         (dframe-select-attached-frame, dframe-power-click)
11358         (dframe-frame-mode): Fix typos in docstrings.
11360         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
11361         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
11362         Fix typos in docstrings.
11364         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
11365         (hi-lock-face-buffer, hi-lock-font-lock-hook)
11366         (hi-lock-archaic-interface-message-used)
11367         (hi-lock-file-patterns-range): Fix typos in docstrings.
11369         * savehist.el (savehist-loaded, savehist-load, savehist-install)
11370         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
11372         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
11373         Fix typo in docstring.
11375         * net/newsticker.el (newsticker--decode-iso8601-date)
11376         (newsticker--set-customvar, newsticker--buffer-insert-item)
11377         (newsticker--do-run-auto-mark-filter)
11378         (newsticker--parse-generic-feed): Doc fixes.
11379         (newsticker--retrieval-timer-list, newsticker-url-list)
11380         (newsticker-hide-immortal-items-in-echo-area)
11381         (newsticker-hide-obsolete-items-in-echo-area)
11382         (newsticker-new-item-face, newsticker--enclosure)
11383         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
11384         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
11385         (newsticker--parse-generic-feed, newsticker--cache-contains)
11386         (newsticker--stat-num-items, newsticker-download-enclosures):
11387         Fix typos in docstrings.
11389         * net/rcirc.el (rcirc-debug): Doc fix.
11390         (rcirc-fill-column, rcirc-receive-message-hooks)
11391         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
11392         (rcirc-mode, rcirc-generate-new-buffer-name)
11393         (rcirc-startup-channels, rcirc-ignore-update-automatic)
11394         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
11395         Fix typos in docstrings.
11396         (rcirc-print): "?\ " -> "?\s".
11397         (rcirc-cmd-join): Improve argument/docstring consistency.
11399 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
11401         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
11402         before narrow-to-region.
11404 2006-02-01  Richard M. Stallman  <rms@gnu.org>
11406         * simple.el (move-beginning-of-line): Scan properly for invis change.
11408         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
11410 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
11412         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
11413         change bit only when id-format is 'integer.  Reported by Matt
11414         Hodges <M.P.Hodges@rl.ac.uk>.
11416 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
11418         * hilit-chg.el (highlight-changes-initial-state)
11419         (highlight-changes-global-initial-state): Doc fixes.
11420         (highlight-changes-global-modes, global-highlight-changes):
11421         Fix typos in docstrings.
11423 2006-02-01  Kim F. Storm  <storm@cua.dk>
11425         * emulation/cua-base.el (cua-mode): Mention that CUA enables
11426         transient-mark-mode in doc string.
11428 2006-01-31  Richard M. Stallman  <rms@gnu.org>
11430         * replace.el (multi-occur): Doc fix.
11431         (multi-occur-in-matching-buffers): Rename from
11432         multi-occur-by-filename-regexp.  Prefix arg says match
11433         buffer names instead of file names.
11435 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
11437         * bs.el: Allow non-default values of `bs-header-lines-length'.
11438         (bs--running-in-xemacs): Remove (not needed anymore).
11439         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
11440         instead of `shrink-window', thus avoiding having to compute the
11441         height of the window.
11442         (bs--up): Wrap around even when there's no header.
11443         (bs--down): Use `forward-line' instead of `next-line'.
11445 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
11447         * image-mode.el (image-toggle-display): Use file name if possible,
11448         instead of unnecessarily allocating a (possibly huge) lisp string.
11450 2006-01-30  John Paul Wallington  <jpw@pobox.com>
11452         * subr.el (toplevel): Define `cl-assertion-failed' condition here
11453         because the `assert' macro signals it at runtime.
11455         * emacs-lisp/cl.el (toplevel): Remove definition of
11456         `cl-assertion-failed' condition.
11458 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
11460         * thumbs.el (thumbs-marked-list): Make buffer-local and
11461         permanent-local.
11462         (thumbs-insert-thumb): Make help-echo non-sticky.
11463         (thumbs-file-alist): Use eolp as check for (non)-image.
11465 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
11467         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
11468         (ediff-before-session-group-setup-hooks)
11469         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
11470         Fix typos in docstrings.
11472         * window.el (bw-dir, bw-eqdir, balance-windows)
11473         (split-window-keep-point): Fix typos in docstrings.
11475         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
11476         (org-quote-string, org-calendar-to-agenda-key)
11477         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
11478         (org-show-following-heading, org-tags-column)
11479         (org-use-tag-inheritance, org, org-allow-space-in-links)
11480         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
11481         (org-enable-table-editor, org-calc-default-modes)
11482         (org-table-allow-automatic-line-recalculation)
11483         (org-export-html-style, org-export-with-fixed-width)
11484         (org-export-with-sub-superscripts, org-special-keyword)
11485         (org-formula, org-time-grid, org-table-may-need-update)
11486         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
11487         (org-goto-quit, org-get-indentation, org-end-of-item)
11488         (org-move-item-down, org-move-item-up)
11489         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
11490         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
11491         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
11492         (org-agenda-log-mode, org-agenda-toggle-diary)
11493         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
11494         (org-agenda-file-to-end, org-agenda-no-heading-message)
11495         (org-agenda-get-closed, org-format-agenda-item)
11496         (org-cmp-priority, org-cmp-category, org-cmp-time)
11497         (org-agenda-change-all-lines, org-agenda-diary-entry)
11498         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
11499         (org-link-search, org-camel-to-words, org-open-file)
11500         (org-remember-handler, org-table-convert-region)
11501         (org-table-move-row-down, org-table-move-row-up)
11502         (org-table-copy-region, org-table-wrap-region)
11503         (org-table-toggle-vline-visibility)
11504         (org-table-get-vertical-vector, org-table-modify-formulas)
11505         (org-table-get-specials, org-recalc-commands)
11506         (org-table-rotate-recalc-marks, org-table-eval-formula)
11507         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
11508         (org-level-color-stars-only, org-insert-heading):
11509         Fix typos in docstrings.
11510         (last-arg): Add defvar.
11512         * makefile.w32-in (WINS): Add erc.
11513         (MH_E_SRC): Update (copied from lisp/Makefile.in).
11515 2006-01-29  Bill Wohler  <wohler@newt.com>
11517         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
11518         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
11519         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
11520         (mh-autoloads): Don't use comments on otherwise empty lines.
11522 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
11524         * emulation/viper.el (viper-major-mode-modifier-list): Add
11525         insert-state and vi-state entries for erc-mode.
11526         (viper-go-away, viper-set-hooks): Add and remove
11527         viper-comint-mode-hook from erc-mode-hook as appropriate.
11529         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
11531 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
11533         * bs.el (bs--format-aux): Implement `middle' alignment as
11534         described in the docstring for `bs-attributes-list'.
11535         (bs--get-name): Simplify.  Don't pad the buffer name.
11537 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
11539         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
11540         English aspell dictionary is installed, use the first entry of
11541         ispell-dictionary-alist-1.
11543 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
11545         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11546         Doc fix.
11548 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
11550         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
11551         for `process-file', in order to let it work for older Emacsen too.
11553 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
11555         * international/latexenc.el: Add a suitable `coding:' tag.
11556         (latexenc-find-file-coding-system): Undo last change.
11558 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
11560         * international/latexenc.el (latexenc-find-file-coding-system):
11561         Make sure latexenc-main-file is a regular file and is readable.
11563 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
11565         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
11566         Pass FILE to vc-user-login-name.
11568         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
11570 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
11572         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
11573         there are no more images to display.
11574         (thumbs-mark, thumbs-unmark): Revert change so that they move to
11575         the next image.
11577 2006-01-26  Richard M. Stallman  <rms@gnu.org>
11579         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
11581         * wid-edit.el (advertised-widget-backward): New alias.
11582         (widget-keymap): Use advertised-widget-backward for S-TAB.
11584         * tumme.el: Correct the keywords.
11585         (tumme-dir-max-size): Use defvar.
11586         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
11588         * simple.el (move-beginning-of-line): Take account of fields.
11589         (clone-indirect-buffer-other-window): Take args like
11590         clone-indirect-buffer, and work like it.
11592         * help-fns.el (describe-function): Don't pass `nil' as default.
11594         * files.el (risky-local-variable-p): Follow var aliases.
11596         * subr.el (lazy-completion-table): Doc fix.
11598         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
11599         global binding of `line'.
11601 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
11603         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
11604         Tramp.
11606         * vc.el (vc-default-dired-state-info): Pass FILE to
11607         vc-user-login-name.
11608         (vc-default-update-changelog): Don't use vc-user-login-name, we
11609         don't need it here.
11611         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
11612         no longer necessary.
11614 2006-01-25  Kenichi Handa  <handa@m17n.org>
11616         * international/mule.el (decode-char): Avoid the overhead of
11617         calling utf-lookup-subst-table-for-decode if
11618         utf-translate-cjk-mode is nil.
11619         (encode-char): Avoid the overhead of calling
11620         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
11621         nil.
11623 2006-01-22  Kenichi Handa  <handa@m17n.org>
11625         * international/mule.el (make-subsidiary-coding-system): Reset
11626         `coding-system-define-form' property of subsidiaries to nil.
11627         Avoid duplicated entry in coding-system-alist.
11628         (make-coding-system): Avoid duplicated entry in
11629         coding-system-alist.
11630         (define-coding-system-alias): Likewise.
11632 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
11634         * completion.el: Minor fixes in introductory comment.
11635         (completion-def-wrapper): Fix alist.
11637 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
11639         * thumbs.el (thumbs-new-image-size): New function.
11640         (thumbs-increment-image-size-element)
11641         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
11642         (thumbs-decrement-image-size): Delete.
11643         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
11644         temp files and use to resize.
11645         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
11646         Use increment argument to enlarge/shrink.  Preserve point.
11647         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
11648         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
11649         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
11650         (thumbs-mark, thumbs-unmark): Preserve point.
11651         (thumbs-modify-image): Keep old temp files and use to modify.
11652         Cleanup old temp files at load time.  Preserve point.
11653         (thumbs-view-image-mode-map): Use new command names.
11655 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11657         * log-view.el (log-view-minor-wrap): First rev is the one at point.
11659         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
11660         the nastiest part of the cyclic dependency.
11661         (cal-menu-update): Use dotimes and calendar-increment-month.
11663         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
11664         (calendar-week-start-day): Add an :initializer.
11665         (calendar-mode-map): Use suppress-keymap, and command remapping.
11666         (describe-calendar-mode): Setup xref-stack info for the back button.
11667         (calendar-star-date): Insert before delete.
11668         (calendar-set-mode-line): Add file-modified info if applicable.
11669         (calendar-increment-month): New function.
11671 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
11673         * font-lock.el (lisp-font-lock-keywords-2):
11674         Recognize "& keywords" only at word boundaries.
11676 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
11678         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
11679         and permanent-local.
11680         (thumbs-max-image-number): New variable.
11681         (thumbs-do-thumbs-insertion): Use them.
11682         (thumbs-per-line): Change default to 4.
11683         (thumbs-marked-list): Rename from thumbs-markedL.
11684         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
11685         (thumbs-rename-images): Use -list instead of L for internal variables.
11686         (thumbs-call-convert): Use call-process instead of shell-command.
11687         (thumbs-insert-thumb): Add filename as help-echo to each image.
11688         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
11689         Give dir to thumbs-show-thumbs-list.
11690         (thumbs-show-thumbs-list): Set default-directory to that of images.
11691         (thumbs-dired-show): Rename from thumbs-dired-show-all.
11692         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
11693         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
11694         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
11696 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11698         * ses.el (ses-read-cell): Provide a default value.
11700 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
11702         * term/w32-win.el (image-library-alist): Add additional names for
11703         GIF library.
11705 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
11707         * international/latexenc.el (latexenc-find-file-coding-system):
11708         Add file-regular-p check.
11710 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11712         * simple.el (clone-buffer): Don't show the new buffer in the same
11713         window.
11715 2006-01-23  Juri Linkov  <juri@jurta.org>
11717         * faces.el (link, link-visited): New faces based on default values
11718         of `info-xref' and `info-xref-visited'.
11720         * info.el (info-xref): Inherit from `link'.
11721         (info-xref-visited): Inherit from `link-visited'.
11723         * cus-edit.el (custom-buffer-create-internal): Use widget type
11724         `custom-manual' instead of `info-link' and don't set properties
11725         `button-face' and `mouse-face' explicitly.
11726         (custom-browse-group-tag, custom-browse-variable-tag)
11727         (custom-browse-face-tag): Inherit from widget class
11728         `custom-group-link' instead of `push-button'.
11729         (custom-button-unraised): Inherit from `underline' face.
11730         (custom-link): Inherit from `link' face.  Fix doc and group.
11731         (custom-add-parent-links, custom-group-value-create): Don't set
11732         properties `button-face' and `mouse-face' explicitly for
11733         `custom-group-link' widget.
11734         (custom-group-link): Add properties `button-face' and `mouse-face'
11735         to widget definition.
11736         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
11737         editable-field's :keymap property.
11738         (custom-mode): Fix docstring: substitute keybindings for
11739         `widget-forward' and `widget-backward' from `widget-keymap',
11740         `widget-complete' from `custom-field-keymap', replace old
11741         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
11743         * desktop.el (desktop-load-file): Check for `fboundp' before
11744         calling `symbol-function'.
11746         * simple.el (clone-buffer, clone-indirect-buffer)
11747         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
11748         `read-string'.  Fix prompts.
11750         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
11752 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
11754         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
11756 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
11758         * startup.el (inhibit-splash-screen, initial-scratch-message):
11759         Doc fixes.
11761 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
11763         Sync with Tramp 2.0.52.
11765         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
11766         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
11767         `tramp-unload-tramp' for checklist.
11769         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
11770         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
11771         (tramp-unload-file-name-handler-alist)
11772         (tramp-unload-tramp): New defuns.
11773         (tramp-advice-PC-expand-many-files): New defadvice.
11774         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
11775         removed.
11776         (tramp-handle-expand-file-name): Remove double slash.
11777         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
11778         It doesn't matter, because it will be converted later on.
11779         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
11780         implementation was just heuristic.
11781         (tramp-post-connection): Set uid and gid properties.
11782         (tramp-convert-file-attributes): Set file's gid change bit.
11783         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
11784         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
11785         in case of su(do)? methods.  The home directory of the local user
11786         will be taken else.
11787         (tramp-open-connection-telnet)
11788         (tramp-open-connection-rsh, tramp-open-connection-su)
11789         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
11790         local shell prompt could hurt.  Reported by Romain Francoise
11791         <romain@orebokech.com>.
11792         (tramp-let-maybe): Add `edebug-form-spec' property.
11793         (tramp-handle-expand-file-name): Bind `default-directory' locally
11794         to "/" in order to avoid problems with UNC shares or Cygwin
11795         mounts.
11796         (tramp-md5-function): Fix typo in error message.
11798         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
11800         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
11801         for byte-compiler pacification.
11803 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
11805         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
11806         ID-FORMAT `string'.  This allows us to get rid of
11807         `vc-user-login-name UID'.
11809         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
11811 2006-01-22  John Paul Wallington  <jpw@pobox.com>
11813         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
11815 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
11817         * emacs-lisp/find-func.el (find-definition-noselect)
11818         (find-variable-noselect): Search variables in C source code too.
11819         (find-function-C-source, find-function-noselect, find-function)
11820         (find-function-other-frame, find-variable-noselect, find-variable)
11821         (find-variable-other-frame, find-variable-at-point):
11822         Fix docstrings.
11824 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11826         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
11828 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
11830         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
11831         Default to disabling the "Save affix" question.
11833 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
11835         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
11836         the first arg to run-python.
11838 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
11840         * startup.el (command-line-1): Handle --no-desktop if desktop.el
11841         is not loaded.
11843 2006-01-20  Jay Belanger  <belanger@truman.edu>
11845         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
11846         limit is 0.
11848         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
11849         the correct variable.
11851 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
11853         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
11854         link.  Fixed buggy argument sequence in call to `org-view-tags'.
11855         (org-compile-prefix-format): Set `org-prefix-has-tag'.
11856         (org-prefix-has-tag): New variable.
11857         (org-format-agenda-item): Remove tags from headline if
11858         appropriate.
11859         (org-agenda-remove-tags-when-in-prefix): New option.
11860         (org-get-tags-at): New function.
11862 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
11864         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
11865         (thumbs-find-image): Move image name and number from buffer name
11866         to mode name.  Set thumbs-buffer.  Preserve point so that large
11867         images remain visible.
11868         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
11869         order.
11870         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
11871         mode name.
11872         (thumbs-next-image, thumbs-previous-image): Make them work.
11874 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
11876         * cus-edit.el (custom-buffer-create-internal): State in the text above
11877         the whole buffer buttons that they do not operate on hidden items.
11878         (custom-face-menu): Use `custom-face-save' instead of
11879         `custom-face-save-command'.
11880         (custom-face-save-command): Make it an alias for `custom-face-save'
11881         and declare it obsolete.
11882         (custom-face-save): Doc fix.
11884         * dired.el (dired-no-confirm): Add quote.
11885         (dired-subdir-alist-pre-R): Add quote in
11886         `make-variable-buffer-local' form and remove unbalanced parenthesis.
11888 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11890         * textmodes/table.el (table-mode-indicator): Typo in last change.
11892 2006-01-19  Richard M. Stallman  <rms@gnu.org>
11894         * outline.el (hide-leaves): Don't call outline-end-of-heading.
11895         Fixes bug reported in Nov 2005.
11897         * isearch.el (isearch-forward): Doc fix.
11899         * dired.el (dired-move-to-filename-regexp): Define as alias.
11900         (dired-no-confirm): Use defcustom.
11901         (dired-subdir-alist-pre-R): Put defvar at top level.
11903         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
11905         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
11906         Mark as risky.
11908         * simple.el (set-mark-command): Doc fix.
11909         (clone-indirect-buffer-other-window):
11910         Read arg like clone-indirect-buffer.
11911         (move-beginning-of-line): Skip invisible newlines.
11913 2006-01-19  Masatake YAMATO  <jet@gyve.org>
11915         * progmodes/cpp.el (cpp-edit-load): Make the order of
11916         listed conditions in a base C code buffer and its associate
11917         CPP Edit buffer the same.
11919 2006-01-19  Kenichi Handa  <handa@m17n.org>
11921         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
11922         (rmail-mime-feature): Likewise.
11923         (rmail-require-mime-maybe): Use display-warning to show a warning
11924         message.
11926         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
11927         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
11929 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11931         * array.el: Move defvars out of eval-when-compile.
11932         (array-make-template): Replace undeclared global var with a local one.
11933         (array-mode): Inline initialization functions.
11934         (array-init-local-variables, array-init-max-row)
11935         (array-init-max-column, array-init-columns-per-line)
11936         (array-init-field-width, array-init-rows-numbered)
11937         (array-init-line-length, array-init-lines-per-row): Remove.
11939         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
11940         (doc-mode-map): Define explicitly.
11941         (doctor-txtype): Use mapc.
11943         * textmodes/table.el: Move defvars out of eval-when-compile.
11944         Remove harmful code meant to avoid byte-compiler warnings.
11945         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
11946         specification that checks table-fixed-width-mode directly.
11947         (table-recognize-region, table-recognize-cell):
11948         Use restore-buffer-modified-p.
11949         (table-fixed-width-mode): Remove code that refreshes
11950         table-fixed-mode-indicator.
11951         (*table--cell-describe-bindings, *table--cell-describe-mode):
11952         Avoid obsolete name print-help-return-message.
11953         (table--test-cell-list): Don't use replace-regexp from elisp.
11954         (table--point-entered-cell-function, table--point-left-cell-function):
11955         Don't set table-fixed-mode-indicator, use force-mode-line-update.
11957         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
11958         that was after the end of file.  Use buffer-file-name variable.
11959         (org-timestamp-change): Use with-current-buffer.
11960         (org-todo-list): Don't unnecessarily define a new buffer-local var.
11961         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
11962         `file'.
11964         * progmodes/fortran.el: Move defvars out of eval-when-compile.
11965         (fortran-break-line): Remove unused var `opoint'.
11966         (fortran-abbrev-start): Obey help-event-list.
11968 2006-01-18  Jesper Harder  <harder@phys.au.dk>
11970         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
11972 2006-01-18  Masatake YAMATO  <jet@gyve.org>
11974         * progmodes/make-mode.el (makefile-imake-mode): New mode
11975         derived from makefile-mode.
11976         (makefile-imake-mode-syntax-table): New syntax table
11977         derived from makefile-mode-syntax-table.
11978         (makefile-mode): Write about makefile-imake-mode in doc string.
11979         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
11980         (makefile-imake-font-lock-keywords): New font lock keywords.
11982         * files.el (auto-mode-alist): Add Imakefile.
11984 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
11986         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
11987         loading the file rather than when turning on flyspell-mode.
11989 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
11991         * cus-edit.el (customize-rogue): Minor doc fix.
11993 2006-01-17  Juri Linkov  <juri@jurta.org>
11995         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
11996         instead of the file at the mark as default if the file at the mark
11997         is the same as the file at point or if dired-dwim-target-directory
11998         is not the same as the current directory and the mark is not active.
12000         * log-view.el (log-view-minor-wrap): Use the same logic to get
12001         revisions as `log-view-diff'.
12003         * info.el (Info-revert-find-node): Check for Info-current-file
12004         before preserving new-history.
12006         * man.el (Man-heading-regexp): Add `/'.
12008         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
12009         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
12011 2006-01-16  Juri Linkov  <juri@jurta.org>
12013         * faces.el (mode-line-faces): New defgroup.
12014         (mode-line-highlight): Move definition after new defgroup.
12015         (mode-line, mode-line-inactive, mode-line-highlight):
12016         Replace :group `modeline' with `mode-line-faces'.
12017         (mode-line-buffer-id): New face.
12018         (modeline-buffer-id): New face alias.
12019         (vertical-border): Remove :group `modeline'.
12021         * bindings.el (propertized-buffer-identification): Use face
12022         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
12023         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
12024         (mode-line-buffer-identification-keymap): For mouse-1 replace
12025         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
12026         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
12027         mouse-3.
12029         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
12030         Buffer-menu-buffer.  Doc fix.
12031         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
12032         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
12033         `Buffer-menu-buffer'.
12035         * info.el (Info-mode-line-node-keymap): New defvar.
12036         (Info-set-mode-line): Use `stringp' to check Info-current-file.
12037         Propertize Info-current-node with `mode-line-buffer-id' and
12038         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
12040         * time.el (display-time-mail-face): Replace :group `faces' with
12041         `mode-line-faces'.
12043 2006-01-16  Kenichi Handa  <handa@m17n.org>
12045         * international/code-pages.el: Add autoload cookies for cp125[0345678].
12047         * language/european.el (cp1252): New alias for windows-1252.
12049         * international/mule.el (autoload-coding-system): Prepare for EOL
12050         variants.
12052 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
12054         * term.el (term-raw-map): Add mapping for insert.
12055         (term-send-insert): New.
12056         (term-mode): Make variables local here instead of doing it in
12057         `term-emulate-terminal'.
12058         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
12059         Scroll reverse needs to take into account the scroll region.
12060         Saving and restoring the cursor should save the color attributes too.
12061         (term-reset-terminal): Reset the scroll region.
12062         (term-handle-ansi-escape): Cursor up and down should take into
12063         account the scroll region.
12064         (term-set-scroll-region): Rename from `term-scroll-region'.
12065         Move to 0,0 after setting the region.
12066         (term-handle-scroll): Handle scroll up.
12067         (term-down): Fix off by one error.
12068         (term-delete-lines): Do not delete outside the scroll region.
12069         (term-insert-lines): Take into account the scroll region.
12071 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12073         * textmodes/ispell.el (ispell-internal-change-dictionary)
12074         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
12075         (start, end): Move declaration outside of eval-when-compile.
12077         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
12078         (flyspell-mode-on): Use it.
12080         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
12081         ispell-kill-ispell-hook.
12083 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
12085         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12086         (Custom-reset-saved): Do not ask for confirmation in single option
12087         buffers.
12089 2006-01-13  Richard M. Stallman  <rms@gnu.org>
12091         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
12093 2006-01-13  Romain Francoise  <romain@orebokech.com>
12095         * add-log.el (add-change-log-entry, change-log-merge):
12096         Conditionally use `hard-newline'.
12098 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
12100         * wid-edit.el (widget-field-end): If the overlay is no longer
12101         associated with a buffer, behave as if the overlay didn't exist.
12103         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
12104         Make sure the links use the `custom-link' face.
12106 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12108         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
12109         (ld-script-mode): Don't set indent-line-function since we don't
12110         have one.
12112 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
12114         * textmodes/org.el (org-open-file): Use mailcap for selecting an
12115         application.
12116         (org-file-apps-defaults-gnu): Use mailcap as the default for
12117         selecting an application on a UNIX system.
12118         (org-agenda-show-tags): New command.
12119         (org-table-insert-hline): Keep cursor in current table line.
12120         (org-table-convert): Offset effect of modifying
12121         `org-table-insert-hline'.
12122         (org-format-agenda-item): New optional argument TAG.
12123         (org-compile-prefix-format): Handle %T format for the tag.
12124         (org-expand-wide-chars): New function.
12125         (org-table-insert-row, org-table-insert-hline):
12126         Use `org-expand-wide-chars'.
12127         (org-open-file): Fix bug in program launch.
12128         (org-get-time-of-day): Fix bug with times before 1am.
12129         (org-agenda-menu): Add tags commands.
12131 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
12133         * textmodes/ispell.el (ispell-init-process): Include the used
12134         dictionary in ispell process start message.
12135         (ispell-internal-change-dictionary): When flyspell-mode is active
12136         and dictionary is changed, make sure ispell process is restarted
12137         and flyspell word cache cleared out for the current buffer.
12138         (ispell-change-dictionary): Make sure flyspell word cache is
12139         cleared out in all buffers with active flyspell mode when
12140         dictionary is globally changed.
12141         Call ispell-internal-change-dictionary after dictionary change.
12143 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
12145         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
12147         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
12148         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
12149         years.  Fix small differences wrt Makefile.in.
12150         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
12151         Makefile.in does.
12153 2006-01-12  Bill Wohler  <wohler@newt.com>
12155         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
12156         mh-search.el.
12158 2006-01-12  Masatake YAMATO  <jet@gyve.org>
12160         * progmodes/ld-script.el: Update copyright year.
12162 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
12164         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
12165         Don't add widget if setting undefined.
12167 2006-01-12  John Paul Wallington  <jpw@pobox.com>
12169         * help-fns.el (describe-variable): Remove newlines from void
12170         variable output.
12172 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
12174         * wdired.el (wdired-mode-map): Add help echo for
12175         wdired-abort-changes.
12177         * man.el (Man-file-name-regexp): Adjust for a list of files.
12179 2006-01-12  Masatake YAMATO  <jet@gyve.org>
12181         * progmodes/ld-script.el (auto-mode-alist): Support
12182         suffix conventions used in netbsd and eCos.
12184 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
12186         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
12187         (custom-variable-menu, custom-face-menu, custom-group-menu)
12188         (Custom-mode-menu): Change names of menu items.  (As discussed on
12189         emacs-devel.)
12190         (custom-face-menu): Add "Undo Edits" item.
12192         * startup.el (init-file-user): defcustom -> defvar.
12194         * tooltip.el (tooltip-mode): Doc fix.
12196 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12198         * reveal.el (reveal-post-command): window-buffer signals an error on
12199         dead windows rather than returning nil.
12200         (reveal-open-new-overlays): An overlay might die while we open others.
12202 2006-01-11  Bill Wohler  <wohler@newt.com>
12204         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
12205         phrasing in docstring.
12207         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
12208         can give some systems gas.  Add new file mh-buffers.el.
12210 2006-01-06  Masatake YAMATO  <jet@gyve.org>
12212         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
12213         C preprocessor forward ported from GNU Emacs 21.2.
12215         * progmodes/asm-mode.el (asm-font-lock-keywords):
12216         Use `cpp-font-lock-keywords'.
12218         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
12220         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
12221         of $ for "\\.ld[s]?".
12223 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12225         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
12226         (tcl-indent-line): Return `noindent' if inside a string.
12228         * progmodes/flymake.el (flymake-split-string): Remove more than one
12229         empty string at beg/end of the result.
12230         (flymake-find-buildfile, flymake-find-possible-master-files):
12231         Use expand-file-name.
12232         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
12233         since expand-file-name does it for us.  Use directory-file-name.
12234         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
12235         (flymake-ler-get-type, flymake-ler-get-text)
12236         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
12237         (flymake-current-line-no): Remove spurious interactive spec.
12238         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
12239         (flymake-check-include): Remove arg inc-path merged into inc-name.
12240         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
12241         Arg regexp-list replaced by a simple regexp.
12242         (flymake-master-make-header-init, flymake-master-tex-init):
12243         Correspondingly replace regexp-list with a regexp.  Fix regexp.
12245 2006-01-10  Simon Josefsson  <jas@extundo.com>
12247         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
12248         describing AUTH PLAIN fix.
12250 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
12252         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
12253         (report-emacs-bug): Don't record initial prompt text.
12254         Instead, add text properties to prompting text.
12255         (report-emacs-bug-hook): Delete prompting text.
12257 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12259         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
12260         `dirs'.  Adjust callers.
12262 2006-01-09  John Paul Wallington  <jpw@gnu.org>
12264         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
12266 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12268         * reveal.el (reveal-open-new-overlays): New extracted fun.
12269         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
12270         using them.  Simplify the code.
12271         (reveal-post-command): Use them.  Fix up obsolete windows in
12272         reveal-open-spots.
12274         * progmodes/flymake.el: Use `require' rather than autoload for
12275         XEmacs's overlays.
12276         (flymake-get-common-file-prefix, flymake-build-relative-filename):
12277         Delete.  Use file-relative-name instead.
12278         (flymake-get-syntax-check-program-args, flymake-perl-init):
12279         Simplify the resulting code.
12281         * log-view.el (log-view-file-re, log-view-message-re): Add support
12282         for DaRCS output.
12284 2006-01-09  Alex Schroeder  <alex@gnu.org>
12286         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
12287         identifiers sometimes added in square brackets at the beginning of
12288         subject lines.
12290 2006-01-07  Richard M. Stallman  <rms@gnu.org>
12292         * cus-edit.el (Custom-set, Custom-save): Doc fix.
12293         (Custom-reset-current, Custom-reset-saved): Change question text.
12294         (Custom-reset-standard): Likewise.
12295         (custom-variable-reset-saved): Doc fix.
12297 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
12299         * startup.el (init-file-user): Doc fix.
12301 2006-01-07  Alex Schroeder  <alex@gnu.org>
12303         * mail/rmail.el (rmail-current-subject): New function.
12304         (rmail-current-subject-regexp): New function.
12305         (rmail-next-same-subject): Use it.
12307         * mail/rmailsum.el (rmail-summary-by-topic):
12308         Use rmail-current-subject and rmail-current-subject-regexp.
12309         (rmail-summary-next-same-subject): Ditto.
12311         * net/rcirc.el (rcirc-send-input): No longer check whether the
12312         process is open, since not all commands need an open process.
12313         (rcirc-send-string): Check whether the process is open before
12314         sending anything.
12315         (rcirc-ignore-list): New option.
12316         (rcirc-ignore-list-automatic): New variable.
12317         (rcirc-print): Take rcirc-ignore-list into account.
12318         (rcirc-cmd-ignore): New command.
12319         (rcirc-ignore-update-automatic): New function.
12320         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
12321         list if ignored nicks.
12322         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
12324 2006-01-06  David Reitter  <david.reitter@gmail.com>
12326         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
12327         reflect the address to which the report will be sent.
12329 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
12331         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
12332         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
12334 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
12336         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
12338         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
12339         the doc string: "functoin" => "function".
12340         * ldefs-boot.el: Likewise.
12342         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
12343         message text: "Duplicat" => "Duplicate".
12345 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
12347         * files.el (basic-save-buffer-2): If backing-up failed, reset
12348         buffer-backed-up to nil.
12350 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
12352         * progmodes/gud.el (gdb-script-skip-to-head)
12353         (gdb-script-calculate-indentation): Indent for breakpoint command
12354         lists also.
12356 2006-01-05  Bill Wohler  <wohler@newt.com>
12358         * Makefile.in (compile-always): Add mh-autoloads dependency.
12359         (bootstrap): Remove mh-autoloads dependency, as compile dependency
12360         provides it.
12361         (updates): Remove mh-autoloads dependency, since it probably has
12362         already run recently (via recompile).
12364 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12366         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
12367         argument `force' to disable the flyspell-last-buffer optimization.
12368         (flyspell-mode-on): Use it.
12370         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
12371         flymake-simple-cleanup.
12372         (flymake-allowed-file-name-masks): Use this new default.
12373         All the functions are now called in the right buffer rather than
12374         passing the buffer as argument.
12375         (flymake-process-sentinel): Switch to buffer before calling cleanup.
12376         (flymake-parse-err-lines): Remove redundant buffer arg.
12377         (flymake-get-program-dir): Comment out unused function.
12378         (flymake-start-syntax-check, flymake-start-syntax-check-process):
12379         Remove redundant buffer argument.
12380         (flymake-get-real-file-name, flymake-simple-java-cleanup)
12381         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
12383 2006-01-05  Richard M. Stallman  <rms@gnu.org>
12385         * info.el (Info-find-node): Don't record previous node if have none.
12386         (info): Go to directory only if history is empty.
12388         * simple.el (mark): Doc fix.
12390 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12392         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
12393         already of desired type.
12394         (mac-ae-list): Coerce parameter to "list" type.
12395         (mac-dispatch-apple-event): Replace cadr part of event with a
12396         dummy position so that event-start returns it.
12398 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
12400         * textmodes/org.el (org-end-of-subtree): New function.
12401         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
12402         Use `org-end-of-subtree'.
12403         (org-agenda, org-agenda-convert-date): Protect calls to
12404         `fit-window-to-buffer'.
12405         (org-tags-view): Force matching of sublevels when doing a
12406         todo-only search.  Define the correct redo command, including the
12407         arguments.
12408         (org-agenda-redo): Display message.
12409         (org-check-for-org-mode): New function.
12410         (org-agenda-type): New variable.
12411         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12412         Set `org-agenda-type'.
12413         (org-agenda-check-type): New function.
12414         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
12415         (org-agenda-week-view, org-agenda-day-view)
12416         (org-agenda-next-date-line, org-agenda-previous-date-line)
12417         (org-agenda-log-mode, org-agenda-toggle-diary)
12418         (org-agenda-toggle-time-grid, org-agenda-date-later)
12419         (org-agenda-date-prompt, org-agenda-diary-entry)
12420         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
12421         (org-agenda-convert-date, org-agenda-menu):
12422         Use `org-agenda-check-type'.
12423         (org-make-overlay, org-delete-overlay)
12424         (org-detatch-overlay, org-move-overlay, org-overlay-put):
12425         New compatibility functions.
12426         (org-calendar-select-mouse): New command.
12428 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
12430         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
12431         (Custom-reset-standard): Fix y-or-n-p messages.
12432         (custom-link): New face for links.
12433         (custom-buffer-create-internal, custom-manual): Use it.
12434         (custom-face-save): Push to theme-face before setting face spec.
12436         * wid-edit.el (widget-default-mouse-face-get): New function.
12437         (widget-specify-button): Handle mouse-face like button-face.
12439         * custom.el (load-theme): Clear old theme settings if reloading.
12441 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
12443         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
12444         "Erase Customization" button back to same position it occupies in
12445         the individual State menus.
12447 2006-01-04  Kim F. Storm  <storm@cua.dk>
12449         * wid-edit.el (key-sequence): Rework widget to read key binding
12450         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
12451         (widget-key-sequence-default-value): Default value for empty sequence.
12452         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
12453         (widget-key-sequence-read-event): New command for C-q.
12454         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
12455         (widget-key-sequence-value-to-external): New functions.
12457 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12459         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
12460         Use expand-file-name.
12461         (flymake-delete-temp-directory): Use expand-file-name,
12462         file-name-directory, and directory-file-name.
12463         (flymake-strrchr): Delete.
12464         (flymake-start-syntax-check): Don't pass the redundant buffer argument
12465         to the init-f function.
12466         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
12467         (flymake-init-find-buildfile-dir)
12468         (flymake-init-create-temp-source-and-master-buffer-copy)
12469         (flymake-simple-make-init-impl, flymake-simple-make-init)
12470         (flymake-master-make-init, flymake-master-make-header-init)
12471         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
12472         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
12473         (flymake-xml-init): Remove corresponding redundant buffer argument.
12474         (flymake-allowed-file-name-masks): Remove last elems that are equal to
12475         the default anyway.  Clean up regexps.
12477         * progmodes/flymake.el (flymake-temp-source-file-name)
12478         (flymake-master-file-name, flymake-temp-master-file-name)
12479         (flymake-base-dir): New buffer-local vars.
12480         (flymake-buffer-data, flymake-get-buffer-value)
12481         (flymake-set-buffer-value): Replace those hash-tables by the new
12482         buffer-local vars.  Update callers.
12484         * progmodes/flymake.el (flymake-check-start-time)
12485         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
12486         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
12487         Move definition, so we can remove redundant earlier declaration.
12488         (flymake-replace-regexp-in-string, flymake-split-string)
12489         (flymake-get-temp-dir): Use defalias.
12490         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
12491         (flymake-xemacs-window-edges): Remove unused function.
12492         (flymake-get-point-pixel-pos): Move.
12493         (flymake-pid-to-names, flymake-reg-names)
12494         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
12495         Replace by a simple list flymake-processes and by process-buffer.
12496         Update callers.  Other than simplify the code, it uses buffers rather
12497         than buffer-names so it doesn't get confused by uniquify.
12498         (flymake-buffer-data): The global value should just be nil.
12500         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
12501         Optimize the body of a defalias like any other code.
12503         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
12504         Make sure we've setup font-lock's vars.  It may influence which
12505         function we then call.
12506         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
12507         here since it's too late anyway.
12509 2006-01-03  Romain Francoise  <romain@orebokech.com>
12511         * startup.el (fancy-splash-tail, normal-splash-screen):
12512         Update copyright year.
12514 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
12516         * mouse.el (mouse-drag-track): Rename, from
12517         `mouse-drag-region-1'.  Includes optional argument required to
12518         enable post-drag event processing (e.g. delete region keys).
12519         Can be used without this argument to track a mouse region and operate
12520         on it as soon as the drag completes.
12521         (mouse-drag-region): Use `mouse-drag-track'.
12523 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
12525         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
12526         Move to `custom-buffer' group.
12528         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
12529         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
12530         (custom-theme-insert-face-marker, custom-theme-variable-menu)
12531         (custom-theme-face-menu): New variables.
12532         (custom-theme-add-variable, custom-theme-variable-action)
12533         (custom-variable-reset-theme, custom-theme-delete-variable)
12534         (custom-face-reset-theme, custom-theme-face-action)
12535         (custom-theme-delete-face, custom-theme-merge-theme)
12536         (custom-theme-add-face, custom-theme-visit-theme): New functions.
12538 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
12540         * custom.el: Move Custom Themes commentary to start of theme code.
12541         (custom-known-themes): Rename `standard' theme to `changed'.
12542         (custom-push-theme): Caller no longer specifies what theme to use
12543         when doing `reset'---the setting is simply removed from the theme.
12544         Delete MODE from `theme-value' and `theme-settings' properties.
12545         (custom-declare-theme): Ignore &rest args since we don't use them.
12547         (custom-loaded-themes): Delete variable.
12548         (custom-theme-load-themes, custom-theme-loaded-p)
12549         (custom-theme-value): Delete functions.
12551         (custom-declare-theme): Signal error on invalid theme names.
12552         (provide-theme): custom-loaded-themes was deleted.
12553         (load-theme): Load the file unconditionally.
12554         (enable-theme): Call `load-theme' if theme is undefined.
12555         (custom-enabled-themes): Only update value for successful loads.
12556         (disable-theme): Complete from enabled themes when interactive.
12557         (custom-variable-theme-value): Calculate theme value directly.
12559         (custom-theme-reset-variables, custom-reset-variables): Mark as
12560         XEmacs compatibility functions.  We don't actually use these.
12562         * cus-edit.el (custom-variable-state-set):
12563         Use custom-variable-theme-value instead of custom-theme-value.
12564         (custom-face-state-set): Rename `standard' theme to `changed'.
12565         (custom-save-variables, custom-save-faces): Delete unneeded
12566         references to custom-reset-variables.
12567         (custom-save-resets): Delete function.
12568         (custom-save-variables, custom-save-faces): MODE argument deleted.
12569         (custom-save-variables, custom-save-faces): Ignore theme values.
12571         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
12572         compatibility function.
12574 2006-01-01  Richard M. Stallman  <rms@gnu.org>
12576         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
12577         (Custom-reset-current, Custom-reset-saved): Likewise.
12578         (Custom-reset-standard): Show message if aborted.
12579         (custom-mode): Doc fix, describing those commands.
12581         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
12582         put on event-kind property.
12584 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
12586         * custom.el (provide-theme): Ban `user' theme name.
12587         (custom-enabling-themes): New variable.
12588         (enable-theme): Don't enable user if custom-enabling-themes is t.
12589         (custom-enabled-themes): Make it a defcustom.
12590         (custom-theme-recalc-face): No-op if face is undefined.
12592         * cus-edit.el (custom-button-mouse): New variable.
12593         (custom-button-mouse): New face.
12594         (custom-raised-buttons, custom-mode): Use it.
12596         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
12598 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
12600         * progmodes/gud.el (gud-display-line): Support hl-line in the
12601         source buffer.
12603 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
12605         * mouse.el (mouse-drag-window-above): Verify that the found window
12606         overlaps with the given window in the horizontal dimension.
12608 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
12610         * Makefile.in (cvs-update): New target.
12612         * makefile.w32-in (cvs-update): Ditto.
12614 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
12616         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
12617         (custom-new-theme-mode-map): New variable.
12619 2005-12-30  Richard M. Stallman  <rms@gnu.org>
12621         * custom.el (custom-load-themes): Function deleted.
12623         * cus-edit.el (custom-save-loaded-themes): Function deleted.
12624         (custom-save-variables): Don't delete or add custom-load-themes call.
12626 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12628         * cus-start.el: Add `visible-cursor'.
12630         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
12631         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
12632         (flymake-process-filter): Switch to buffer before calling it instead.
12633         (flymake-post-syntax-check, flymake-highlight-err-lines)
12634         (flymake-delete-own-overlays, flymake-parse-err-lines)
12635         (flymake-start-syntax-check, flymake-start-syntax-check-process)
12636         (flymake-count-lines, flymake-parse-residual):
12637         Remove constant buffer argument.
12638         (flymake-start-syntax-check-for-current-buffer): Remove.
12639         Update callers to use flymake-start-syntax-check instead.
12640         (flymake-display-err-menu-for-current-line):
12641         Remove unused var `mouse-pos'.
12642         (flymake-restore-formatting): Comment out unused function.
12643         (flymake-report-status, flymake-report-fatal-status): Remove buffer
12644         argument, use current-buffer instead.  Update callers.
12646 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12648         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
12649         buffer-local because choose-completion-delete-max-match requires
12650         that we set completion-ignore-case (i.e., binding via let is not
12651         sufficient).
12652         (bibtex-complete): Always set completion-ignore-case and
12653         choose-completion-string-functions.  The latter is needed because
12654         choose-completion-string-functions keeps its value if we quit the
12655         *Completions* buffer without requesting a completion.
12657 2005-12-30  Andreas Schwab  <schwab@suse.de>
12659         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
12661 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
12663         * jit-lock.el (jit-lock-chunk-size): Doc fix.
12665 2005-12-30  Juri Linkov  <juri@jurta.org>
12667         * locate.el (locate-fcodes-file, locate-header-face)
12668         * progmodes/delphi.el (delphi-other-face)
12669         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
12671         * paren.el (show-paren-match, show-paren-mismatch): Use existing
12672         group `paren-showing-faces'.
12674         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
12675         (goto-address): Fix docstring.
12677         * net/webjump.el (webjump-sample-sites): Update URLs.
12679         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
12681         * subr.el (cancel-change-group): Add listp around pending-undo-list.
12683 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12685         * font-lock.el (font-lock-compile-keywords): Signal an error when
12686         font-lock-set-defaults hasn't been called.
12688 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
12690         * subr.el (noreturn, 1value): Doc fixes.
12692 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12694         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
12695         that assoc-string returns nil.
12697 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12699         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
12700         (bibtex-entry-type-str, bibtex-empty-field-re)
12701         (bibtex-search-backward-string, bibtex-preamble-prefix)
12702         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
12703         (bibtex-any-valid-entry-type): New variable.
12704         (bibtex-parse-field-name): Simplify.
12705         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
12706         (bibtex-preamble-prefix): Include left delimiter.
12707         (bibtex-search-forward-field, bibtex-search-backward-field):
12708         Allow unbounded search past entry boundaries (required by bibtex-pop).
12709         (bibtex-text-in-field-bounds): Use push.
12710         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
12711         (bibtex-parse-preamble, bibtex-valid-entry)
12712         (bibtex-beginning-first-field): New functions.
12713         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
12714         (bibtex-map-entries): Fix docstring.
12715         (bibtex-flash-head): New arg prompt.  Simplify.
12716         (bibtex-enclosing-field): Include code of bibtex-inside-field.
12717         (bibtex-insert-kill): Simplify.  Always insert text past the
12718         current field or entry.
12719         (bibtex-format-entry): Use bibtex-parse-field.
12720         (bibtex-pop): Use bibtex-beginning-of-entry and
12721         bibtex-end-of-entry to initiate the search.  Insert empty field if
12722         we found ourselves.
12723         (bibtex-print-help-message): New args field and comma.
12724         Handle entry keys.
12725         (bibtex-make-field): Use bibtex-beginning-of-entry.
12726         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
12727         invalid entry.
12728         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
12729         Handle preambles.  Simplify code for thorough test.
12730         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
12731         New arg comma.  Handle entry heads.
12732         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
12733         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
12734         New arg comma.
12735         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
12736         (bibtex-fill-field): Simplify.
12737         (bibtex-fill-entry): Use bibtex-beginning-first-field and
12738         bibtex-parse-field.
12739         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
12740         (bibtex-complete): Use bibtex-parse-preamble.
12742 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
12744         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
12745         Display name of expression instead of convenience variable.
12746         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
12748         * progmodes/gud.el (gud-tooltip-dereference): Rename from
12749         toggle-gud-tooltip-dereference.
12750         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
12751         (gud-tooltip-tips): ...here when dereferencing.
12753 2005-12-28  Bill Wohler  <wohler@newt.com>
12755         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
12757 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12759         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
12760         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
12761         (vc-annotate-display-autoscale): Adjust call.
12762         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
12763         Fix interactive spec.
12764         (vc-annotate-time-span): Remove.
12765         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
12766         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
12767         (vc-annotate-display-select): Use new name.
12769         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
12770         (vc-annotate-mode-menu): Remove left-over redundant declaration.
12771         Correct the construction of span entries.  Simplify.
12772         (vc-annotate-display-select): Fix the nil case.
12773         (vc-annotate): Remove obsolete (and now broken) code.
12774         (vc-annotate-extract-revision-at-line): Remove obsolete code.
12775         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
12777 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
12779         * subr.el (lazy-completion-table): Correct typo in docstring.
12781         * startup.el (command-line): Use `custom-reevaluate-setting' for
12782         `send-mail-function'.
12784         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
12786 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
12788         * mail/smtpmail.el (smtpmail-try-auth-methods):
12789         Send credentials together with "AUTH PLAIN" command.
12791 2005-12-27  Richard M. Stallman  <rms@gnu.org>
12793         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
12794         mouse-2, go back to previously selected window, so it's selected
12795         when mouse-2 command runs.
12797 2005-12-27  Juri Linkov  <juri@jurta.org>
12799         * descr-text.el (describe-text-sexp): Use square brackets for
12800         button [Show] to distinguish it from the property value `show'.
12801         (describe-property-list): Use `insert-text-button' with
12802         `help-face' type instead of putting face in quotes, because button
12803         is not created automatically for a list of faces.
12804         (describe-text-properties-1): Put button-type value in quotes to
12805         distinguish from plain text "button".
12806         (describe-char): Display code point values in hex.  Don't use
12807         `symbol-name' for `current-input-method' because it is a string.
12808         Use `insert-text-button' with `help-face' type instead of putting
12809         hardcoded face in quotes, because button is not created automatically.
12811 2005-12-27  Richard M. Stallman  <rms@gnu.org>
12813         * progmodes/glasses.el (glasses-face): More specific custom type.
12815         * files.el (set-visited-file-name): Doc fix.
12817         * textmodes/flyspell.el (flyspell-external-point-words):
12818         Use local var buffer-scan-pos to advance scan for next misspelling.
12819         Advance it only after we find the misspelling.
12821 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
12823         * textmodes/flyspell.el (flyspell-external-point-words):
12824         New criteria for finding the misspelling in the buffer.
12826 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
12828         * help-mode.el (help-insert-string): Set help-xref-stack-item
12829         rather than call help-setup-xref.
12831         * descr-text.el (describe-char): Revert previous changes for
12832         optional buffer argument.
12834 2005-12-27  Juri Linkov  <juri@jurta.org>
12836         * help-mode.el (help-insert-string): New function.  Save buffer
12837         contents in cases where it is impossible to recompute the old contents.
12839         * descr-text.el (describe-char): Set help-xref-stack-item
12840         explicitly after buffer has been generated.
12842 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12844         * cus-start.el (all): Add x-gtk-show-hidden-files.
12846 2005-12-26  Richard M. Stallman  <rms@gnu.org>
12848         * replace.el (perform-replace): Calculate match-again
12849         before skipping read-only matches.
12851         * paren.el (paren-showing-faces): New group.
12852         (show-paren-match, show-paren-mismatch): Move to that group.
12854         * button.el (button): Put into group `basic-faces'.
12856         * progmodes/make-mode.el: Remove faces from group `faces'.
12858         * apropos.el (apropos, apropos-value): Doc fix.
12859         (apropos-documentation): Doc fix.
12861 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12863         * subr.el (lazy-completion-table): Remove argument `args'.
12865         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
12866         Don't use the `args' argument of lazy-completion-table.
12868 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
12870         * descr-text.el (describe-char): Add optional argument for buffer.
12871         Set buffer appropriately.  Call help-setup-xref.
12872         Suggested by Stefan Monnier.
12874 2005-12-26  Juri Linkov  <juri@jurta.org>
12876         * descr-text.el: Require `help-fns' at runtime.  Don't require
12877         `button' for byte compilation.
12878         (describe-text-widget): Add `help-echo' for first button.
12879         Use `help-info' for second.
12880         (describe-property-list): Use `help-argument-name' instead of `italic'.
12881         (describe-text-category): Add prompt to interactive spec.
12882         Call `help-setup-xref'.
12883         (describe-char): Use `help-character-set'.  Add `help-echo' for
12884         code point.  Use `help-input-method'.  Remove superfluous insert.
12886 2005-12-25  Richard M. Stallman  <rms@gnu.org>
12888         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
12889         at point, in case of narrowing.
12891         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
12893         * locate.el (locate-header-face): Allow nil in type.
12895         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
12897 2005-12-25  Romain Francoise  <romain@orebokech.com>
12899         * battery.el (battery-linux-proc-acpi): Also try
12900         `/proc/acpi/thermal_zone/THM0/temperature'.
12902 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
12904         * custom.el (custom-push-theme): Fix docstring.
12906         * cus-edit.el (custom-variable-set, custom-variable-save)
12907         (custom-variable-save): Custom-quote widget values.
12908         (customize-save-variable): Fix custom-push-theme call.
12910 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
12912         * w32-fns.el (w32-batch-update-autoloads): New function.
12914         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
12915         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
12916         from the command line.
12918 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
12920         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
12921         reset means to remove setting from theme entirely.  Don't keep
12922         expanding theme-settings list; delete old entries if necessary.
12924         * cus-edit.el (custom-buffer-create-internal): Move "Erase
12925         customization" button one line up.
12926         (custom-themed): New face.
12927         (custom-magic-alist): New value, THEMED, for theme settings.
12928         (custom-variable-state-set, custom-face-state-set):
12929         Check theme-value instead of saved-value.
12930         (custom-variable-reset-standard, custom-face-reset-standard):
12931         Remove theme setting entirely.  Recalculate new values.
12932         (custom-variable-set, custom-variable-set)
12933         (custom-variable-reset-saved, custom-variable-reset-backup)
12934         (custom-face-set, custom-face-reset-saved): Update `user' theme.
12935         (custom-variable-save): Fix typos.
12937 2005-12-23  Juri Linkov  <juri@jurta.org>
12939         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
12940         Add autoload cookies.
12941         (edebug-outside-d-c-i-n-s-w): New variable.
12942         (edebug-display, edebug-outside-excursion): Use it to save the
12943         original value of default-cursor-in-non-selected-windows.
12944         Set default-cursor-in-non-selected-windows to t while Edebug
12945         is active.
12946         (edebug-mode, edebug-eval-mode): Doc fix.
12948         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
12949         with `buffer-substring-no-properties' to remove common substring
12950         highlighting.
12952         * info.el (info-other-window, info): Rename function argument
12953         `file' to `file-or-node'.
12954         (Info-complete-menu-item): Use local variable `complete-nodes' to
12955         keep the global value of `Info-complete-nodes' unchanged for
12956         subsequent completions.
12957         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
12959         * simple.el (get-next-valid-buffer, last-buffer)
12960         (next-error-buffer-p, next-error-find-buffer)
12961         (minibuffer-history-sexp-flag): Doc fix.
12963         * savehist.el (savehist-mode-hook): Add `:group'.
12965         * log-view.el: Call autoload for vc-find-version.
12966         (log-view-current-file): Adjust subgroup numbers.
12967         (log-view-current-tag): Add `length'.
12969 2005-12-23  Richard M. Stallman  <rms@gnu.org>
12971         * vc.el (vc-annotate-car-last-cons): Defn moved up.
12973 2005-12-23  Juri Linkov  <juri@jurta.org>
12975         * hi-lock.el (hi-lock-archaic-interface-message-used)
12976         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
12977         (hi-lock-mode): Display "Hi" in the mode line only when
12978         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
12979         (hi-lock-write-interactive-patterns):
12980         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
12981         (hi-lock-set-pattern, hi-lock-set-file-patterns)
12982         (hi-lock-font-lock-hook): Set 3rd arg `how' of
12983         font-lock-add-keywords to t.
12985 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
12987         * hi-lock.el (hi-lock-highlight-range): New variable.
12988         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
12989         only if font-lock-fontified is non-nil.  Remove overlays.
12990         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
12991         font-lock-fontified is non-nil, otherwise use overlays (instead of
12992         text properties).
12993         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
12994         New variables.
12995         (hi-lock-string-serialize) New function.
12997 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12999         * menu-bar.el (menu-find-file-existing): New function.
13000         (menu-bar-file-menu): Use menu-find-file-existing for Open.
13002         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
13004 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13006         * vc.el: Remove unnecessary leading * in docstrings.
13007         (vc-annotate-mode-map): Move initialization into declaration.
13008         (vc-static-header-alist): Nitpick on the regexp.
13009         (vc-default-init-version): New fun.
13010         (vc-register): Use it.
13011         (vc-insert-headers): Use dolist.
13012         (vc-annotate-get-backend): Remove unused function.
13013         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
13014         (vc-annotate-mode): Remove corresponding call.
13015         (vc-annotate-car-last-cons): Simplify.
13016         (vc-annotate-buffers): Remove var.
13017         (vc-annotate-backend): Make it buffer-local.
13018         (vc-annotate): Move the interaction to the interactive spec.
13019         Add a `buf' argument.
13020         (vc-annotate-warp-version): Use this new `buf' argument to avoid
13021         killing&creating a vc-annotate buffer, which is very disruptive when
13022         the buffers are shown in dedicated frames.
13024 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
13026         * descr-text.el: Add FSF as maintainer.
13027         (describe-text-mode, describe-text-mode-map)
13028         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
13029         help-mode.
13030         (describe-text-widget, describe-text-sexp)
13031         (describe-property-list, describe-text-category)
13032         (describe-text-properties, describe-text-properties-1)
13033         (describe-char): Use help buttons instead of widgets.
13034         (describe-char-unicodedata-file): Make URL link in doc string.
13036 2005-12-22  Richard M. Stallman  <rms@gnu.org>
13038         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
13039         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
13040         Don't include buttons that write a file when there's no file.
13041         (custom-variable-menu, custom-face-menu, custom-group-menu):
13042         Don't include commands that write a file when there's no file.
13043         (customize-browse): Reword the top-of-buffer help intro.
13044         (custom-buffer-create-internal): Fix previous change.
13045         (customize-changed-options-previous-release): Prev release is 21.1.
13046         (customize-changed-options): Doc fix.
13047         (customize-changed): New alias.
13048         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
13049         Say "standard values".
13050         (Custom-reset-standard): Doc fix.
13051         (custom-face-reset-standard): Doc fix.
13053 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13055         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
13056         even if font-lock-mode is non-nil since it may be t without having
13057         turned on font-lock-mode-internal.
13058         (font-lock-choose-keywords): Minor optimization.
13059         (font-lock-add-keywords, font-lock-remove-keywords)
13060         (font-lock-set-defaults): Don't call make-local-variable on a variable
13061         that we know to already be local.
13063 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13065         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
13066         messages if in the minibuffer.
13068 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13070         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
13071         (tex-mode-flyspell-verify, flyspell-get-word)
13072         (flyspell-external-point-words): Don't use point-min/max uselessly.
13074         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
13075         by Kevin Rodgers.  Instead, just hide the completions buffer if we
13076         don't need to show it.
13078 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
13080         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
13082 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13084         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
13085         delete-windows-on with an inexistent buffer.
13087 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
13089         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
13090         Delete defcustom variable :tag names.
13092 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13094         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
13095         (log-view-font-lock-keywords): Ajust subgroup numbers.
13096         (log-view-current-tag): Don't hard code the number of subgroups.
13098 2005-12-20  Juri Linkov  <juri@jurta.org>
13100         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
13101         (tooltip-x-offset, tooltip-y-offset): Doc fix.
13103         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13104         (menu-bar-non-minibuffer-window-p): Instead of checking
13105         display-multi-frame-p, use selected-frame when menu-updating-frame
13106         is nil.
13108 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
13110         * align.el (align-rules-list): Use [ \t] instead of \s-
13111         for column separators in text mode.
13113 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
13115         * help-mode.el (help-customize-variable, help-customize-face):
13116         Don't pop help-xref-stack as help-follow no longer pushes
13117         anything on to it.
13119 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
13121         * textmodes/org.el (org-agenda-custom-commands): New option.
13122         (org-agenda): Offer custom commands on splash screen.
13123         (org-make-tags-matcher): Parser for Boolean logic added.
13124         (org-agenda-set-tags): New command.
13125         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
13126         (org-set-tags): Efficiency improvements.
13127         (org-auto-align-tags): New option.
13128         (org-todo, org-demote, org-promote): Realign tags.
13129         (org-tags-completion-function): Use also "&" and "|" as separators.
13130         (org-org-menu): Agenda commands simplified.
13132 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
13134         * cus-edit.el (customize-apropos, customize-apropos-options):
13135         Docstring changes.
13137         * font-lock.el (font-lock): Add tags to the links in the defgroup.
13139 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
13141         * longlines.el (longlines-mode): Wrap while widened.
13142         (longlines-decode-region, longlines-encode-region): Compute max
13143         just once.
13145 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13147         * cus-edit.el (mac): New group.
13149         * cus-start.el (all): Add user options in macterm.c.  Add test for
13150         Mac-related built-ins.  Fix test for GTK-related built-ins.
13152         * term/mac-win.el (mac-handle-language-change)
13153         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
13154         (mac-services-open-selection, mac-services-mail-selection)
13155         (mac-services-mail-to, mac-services-insert-text)
13156         (mac-dispatch-apple-event): Add docstrings.
13157         (x-get-selection, mac-select-convert-to-string): Select coding
13158         system from `utf-16be' and `utf-16le' using `byteorder'.
13160 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13162         * subr.el (lazy-completion-table): Don't be fooled if the var holds
13163         a "list" (lambda ...) rather than a real completion list.
13165         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
13166         lexical-let when encountering ((lambda (...) ...) ...).
13168 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
13170         * progmodes/sh-script.el (sh-mode):
13171         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
13172         * textmodes/picture.el (picture-mode): Update docstrings.
13174 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
13176         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
13177         commands enclosed in $(ARGQUOTE)s should not be split between two
13178         lines, as that will break with GNU Make >3.80, when sh.exe is used
13179         and arg quoting is with '..'.
13180         (autoloads): Don't break the quoted --eval expression between
13181         several lines.
13183 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
13185         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
13186         Capture error from printing circular structures.
13188 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
13190         * wid-edit.el (widget-checkbox-action): Clear undo info.
13192 2005-12-16  Bill Wohler  <wohler@newt.com>
13194         * menu-bar.el (kill-this-buffer): Set a good example by using menu
13195         bar, not menubar in comment.
13197 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13199         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
13200         After-change-functions should not clobber the match data.
13202 2005-12-16  Juri Linkov  <juri@jurta.org>
13204         * simple.el (choose-completion): Use `buffer-substring-no-properties'
13205         instead of `buffer-substring'.
13206         (completion-common-substring): Doc fix.
13207         (completion-setup-function): Use minibuffer-completion-contents
13208         instead of minibuffer-contents.  Don't set common-string-length
13209         initially.  Remove special handling of partial-completion-mode.
13210         Move computation of completion-base-size into one cond.
13211         Call completion-base-size-function in mainbuf.  In computation of
13212         completion-base-size for file name completion don't move point to
13213         the end of the minibuffer.  Move computation of common-string-length
13214         into one cond.  Start putting faces only when common-string-length>=0.
13215         Add condition to put completions-common-part when
13216         common-string-length>0.
13218         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
13219         place point at the first different character in the minibuffer
13220         even if this position is at the beginning of the minibuffer.
13222         * info.el (Info-read-node-name-1): In completion-base-size-function's
13223         lambda return 1 if common-substring or minibuffer-completion-contents
13224         starts with (, and 0 otherwise.
13226         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
13227         Use `crm-current-element' for second arg of `display-completion-list'.
13229 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
13231         * files.el (set-auto-mode): Look for an interpreter specified on
13232         the first line also if search for mode specification succeeded,
13233         but the mode is not known.
13235 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
13237         * textmodes/org.el (org-tags-match-list-sublevels): New option.
13238         (org-open-at-point): Implement tag searches as links.
13239         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
13240         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
13241         (org-tags-sparse-tree, org-tags-view, org-set-tags)
13242         (org-agenda-dispatch): New commands.
13243         (org-use-tag-inheritance, org-tags-column): New options.
13244         (org-tab-follows-link, org-return-follows-link): New options.
13245         (org-tags): New customize group.
13246         (org-start-icalendar-file): Get local time zone.
13247         (org-tags-completion-function): New function.
13248         (org-set-font-lock-defaults): Make sure links will also be
13249         highlighted inside headlines.
13251 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
13253         * term.el (term-emulate-terminal):
13254         Let term-handle-ansi-terminal-messages override what Bash says about
13255         its current directory.
13257 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
13259         * bindings.el (last-buffer): Move to simple.el.
13260         * simple.el (last-buffer): Move here.
13261         (get-next-valid-buffer): New function.
13262         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
13263         (prev-buffer): Ditto.  Rename to `previous-buffer'.
13265         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
13266         * bindings.el (global-map): Ditto.
13268 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
13270         * cus-edit.el: Introductory comment change.
13271         (custom-magic-alist): Change message string for the `rogue' state.
13273 2005-12-15  Richard M. Stallman  <rms@gnu.org>
13275         * tooltip.el: Delete defcustom variable :tag names.
13277         * complete.el (partial-completion-mode): Doc fix.
13279         * textmodes/flyspell.el (flyspell-external-point-words):
13280         Use save-excursion to ensure we don't move backward in the
13281         search loop, not even one character.
13282         (flyspell-delete-all-overlays): Use remove-overlays directly.
13284         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
13285         (ispell-start-process): Set that variable.
13286         Clear ispell-buffer-local-name.
13287         (ispell-internal-change-dictionary):
13288         Set ispell-current-dictionary after killing process.
13289         (ispell-buffer-local-dict):
13290         Don't set spell-personal-dictionary after killing process.
13291         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
13292         (ispell-tex-skip-alists, ispell-html-skip-alists)
13293         (ispell-skip-region-alist): Mark as risky.
13295         * net/newsticker.el (newsticker--retrieval-timer-list)
13296         (newsticker--display-timer, newsticker-running-p)
13297         (newsticker-ticker-running-p): Definitions moved up.
13299 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
13301         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
13303 2005-12-15  David Ponce  <david@dponce.com>
13305         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
13306         (recentf-edit-list, recentf-open-files): Signal an error when
13307         there is no recent file.
13309 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
13311         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
13312         read-only except for texinfo-format-region evaluation.
13314 2005-12-14  Richard M. Stallman  <rms@gnu.org>
13316         * vc.el (vc-default-previous-version, vc-default-next-version)
13317         (vc-do-command): Doc fixes.
13319 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13321         * textmodes/bibtex.el (bibtex-expand-strings)
13322         (bibtex-autokey-expand-string, bibtex-name-part)
13323         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
13324         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
13325         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
13326         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
13327         (bibtex-entry-postfix, bibtex-known-entry-type-re)
13328         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
13329         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
13330         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
13331         (bibtex-beginning-of-last-entry): Remove.
13332         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
13333         message if comma is missing but buffer is read-only.
13334         (bibtex-parse-field-text): Handle whitespaces at the end of field
13335         text.  Return 3-element list with beginning and end of field text
13336         and end of field.
13337         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
13338         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
13339         (bibtex-search-forward-field, bibtex-search-backward-field):
13340         Search always delimited by limits of entry.  Use more efficient
13341         search algorithms.
13342         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
13343         bibtex-end-of-name-in-field.
13344         (bibtex-text-in-field-bounds): Handle BibTeX strings when
13345         extracting the content of a field.
13346         (bibtex-text-in-field): Use search limits.
13347         (bibtex-parse-string-prefix): Handle empty string keys based on
13348         bibtex-string-empty-key.
13349         (bibtex-parse-string): Fix docstring.
13350         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
13351         (bibtex-preamble-prefix, bibtex-strings): New functions.
13352         (bibtex-skip-to-valid-entry): Include preceding whitespace in
13353         BibTeX entries (consistent with other BibTeX functions).
13354         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
13355         (bibtex-search-entry): Fix docstring.  Simplify.
13356         (bibtex-flash-head, bibtex-complete-string-cleanup)
13357         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
13358         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
13359         (bibtex-parse-entry): New optional arg content.
13360         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
13361         Use bibtex-text-in-field-bounds.
13362         (bibtex-print-help-message): Handle BibTeX strings and preambles.
13363         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
13364         bibtex-parse-string-postfix.
13365         (bibtex-find-text-internal): New function.
13366         (bibtex-remove-delimiters): Use it.
13367         (bibtex-find-text): Use it.  New optional arg help.
13368         (bibtex-complete): Handle BibTeX string and preamble entries.
13369         (bibtex-Preamble): Fix order of closing delimiters.
13371 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13373         * vc.el (vc-default-revert): New fun.
13375         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
13377 2005-12-14  Romain Francoise  <romain@orebokech.com>
13379         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
13380         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
13381         (font-lock-remove-keywords): Likewise.
13383 2005-12-14  Juri Linkov  <juri@jurta.org>
13385         * log-view.el (log-view-diff): Doc fix.
13387         * isearch.el (isearch-query-replace): Use (mark) instead of
13388         isearch-opoint if mark is active in transient-mark-mode.
13390 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
13392         * isearch.el (isearch-query-replace): Check for isearch-other-end.
13394 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
13396         * progmodes/cpp.el (cpp-face): New widget.
13397         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
13399 2005-12-14  Juri Linkov  <juri@jurta.org>
13401         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
13402         around `erase-buffer' and `insert'.
13404         * descr-text.el (describe-text-properties): Replace buffer name
13405         "*Help-2*" with "*Help*<2>".
13406         (describe-char): Add functions print-help-return-message,
13407         toggle-read-only.  Use help-setup-xref with nil to not store
13408         describe-char in help-xref-stack.  Use help-make-xrefs to
13409         make [back] button.
13411         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
13413         * wdired.el (wdired-old-point): New internal variable.
13414         (wdired-change-to-wdired-mode): Set it buffer-locally.
13415         (wdired-abort-changes): Restore point after aborting changes.
13417 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13419         * vc.el (vc-do-command): Add a new value t for okstatus.
13421         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
13422         frame in case of errors.
13424 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13426         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
13427         so it comes after "On the Left" in the menu.
13429 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
13431         * cus-edit.el (customize-apropos, customize-apropos-options)
13432         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
13434 2005-12-12  Bill Wohler  <wohler@newt.com>
13436         * vc-svn.el (vc-svn-registered): Fix problem of visiting
13437         non-writable Subversion-controlled files by saving window
13438         configuration before calling vc-do-command.  vc-do-command calls
13439         pop-to-buffer on error which is unexpected during registration.
13441 2005-12-12  Jay Belanger  <belanger@truman.edu>
13443         * calc/README: Update the summary of changes.
13445 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13447         * descr-text.el (describe-char): Rework last fix to solve the problem
13448         is the same way it's solved for everything else in that function
13449         (i.e. by extracting the info before setting up the *Help* buffer).
13451 2005-12-12  Kim F. Storm  <storm@cua.dk>
13453         * subr.el (version-regexp-alist): Allow space as separator before
13454         non-numeric part, e.g. "1.0 alpha".
13455         (version-to-list): Interpret .X.Y version as 0.X.Y version.
13457 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
13459         * textmodes/org.el (org-agenda, org-timeline, org-todo):
13460         Implement Logging and the keep-modes setting.
13461         (org-get-category): Make sure a string is returned.
13462         (org-log-done): New function.
13463         (org-log-done, org-closed-string): New options.
13465 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13467         * tooltip.el (tooltip-y-offset): Change default to 20.
13469 2005-12-12  Richard M. Stallman  <rms@gnu.org>
13471         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
13473         * frame.el (display-hourglass): Doc fix.
13475         * help.el (help-for-help-internal): Simplify entry for `a'.
13477         * info.el (Info-on-current-buffer): Doc fix.
13478         (info-insert-file-contents): Don't test (featurep 'jka-compr).
13480         * startup.el (inhibit-splash-screen): Make this the real name.
13481         (inhibit-startup-message): Make this the alias.
13482         (command-line): Find only simple.el, and use its directory
13483         to fill in other preloaded files' names.
13484         (command-line): Deactivate the mark if deactivate-mark is set.
13486         * international/mule.el (load-with-code-conversion):
13487         Bind deactivate-mark.
13489         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13491 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
13493         * cus-edit.el (customize-apropos): Avoid listing an option more
13494         than once under different aliases.  No longer list user options
13495         that are not defined with defcustom (unless a prefix arg is given).
13496         Doc fix.
13497         (customize-apropos-options): Doc fix.
13499 2005-12-11  Juri Linkov  <juri@jurta.org>
13501         * frame.el (set-background-color, set-foreground-color)
13502         (set-cursor-color, set-mouse-color, set-border-color):
13503         Add explicit prompts to read colors by `facemenu-read-color'.
13504         (show-trailing-whitespace, blink-cursor-delay)
13505         (blink-cursor-interval, display-hourglass, hourglass-delay):
13506         Remove tags.
13507         (display-hourglass, hourglass-delay): Doc fix.
13508         (cursor-in-non-selected-windows): Capitalize words in tag.
13510         * faces.el (frame-background-mode): Replace `choice-item' keywords
13511         with `const' to not make [default] button.  Change default value tag
13512         from `default' to `automatic'.  Doc fix.
13513         (trailing-whitespace) <defface>: Change group `whitespace' to
13514         `whitespace-faces'.
13516 2005-12-11  Richard M. Stallman  <rms@gnu.org>
13518         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
13520 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13522         * term/mac-win.el: Create keymap for mac-apple-event-map.
13524 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
13526         * tooltip.el (tooltip-mode): Move to start of file so that it
13527         appears at top of customize buffer.
13529         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
13530         Add the gud groupname.
13531         (gud-tooltip-mode): Add the tooltip groupname.
13532         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
13533         avoid conflict with tooltip-use-echo-area.
13535 2005-12-10  Romain Francoise  <romain@orebokech.com>
13537         * help.el (help-for-help-internal): Add `r' in doc string.
13539 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13541         * align.el (align-regexp, align-highlight-rule):
13542         Use region-beginning and region-end instead of point and mark, so that
13543         repetition (with `repeat-complex-command') recomputes the region
13544         bounds.
13546 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
13548         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13549         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13550         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
13551         (balance-windows): Rewrite using the above new functions.
13553 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
13555         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
13556         react if global-hi-lock-mode seems intended.
13557         (global-hi-lock-mode) Renamed from hi-lock-mode.
13558         (hi-lock-archaic-interface-message-used)
13559         (hi-lock-archaic-interface-deduce): New variables.
13560         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
13561         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
13562         (hi-lock-find-patterns, hi-lock-font-lock-hook):
13563         Replace hi-lock-buffer-mode with hi-lock-mode.
13565 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
13567         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
13568         completion list, even after a partial completion has been
13569         inserted in the current buffer.  If there are more than 1
13570         completion, redisplay the *Completions* buffer; if the
13571         completion is unique, delete the *Completions* window.
13573 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
13575         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
13576         strings and long subject lines that were broken into multiple
13577         lines at arbitrary places.  Handle subjects that have "Re: " in
13578         the middle.
13580 2005-12-10  John W. Eaton  <jwe@octave.org>
13582         * emacs/octave-mod.el (octave-electric-space): Don't indent
13583         comments or strings if octave-auto-indent is nil.
13585 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13587         * term/mac-win.el: Require url when compiling.
13588         Call mac-process-deferred-apple-events after loading init files.
13589         (mac-apple-event-map): New defvar.  Define event handlers in it.
13590         (core-event, internet-event): New Apple event class symbols.
13591         (open-application, reopen-application, open-documents)
13592         (print-documents, open-contents, quit-application)
13593         (application-died, show-preferences, autosave-now, get-url):
13594         New Apple event ID symbols.
13595         (about): New HICommand ID symbol.
13596         (mac-event-spec, mac-event-ae): New macros.
13597         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
13598         (mac-ae-selection-range, mac-ae-text-for-search)
13599         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
13600         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
13601         and Services menu events are now defined in mac-apple-event-map.
13602         (mac-drag-n-drop): Remove selection range handling.
13604 2005-12-10  Kenichi Handa  <handa@m17n.org>
13606         * simple.el (zap-to-char):
13607         * isearch.el (isearch-process-search-char): Translate CHAR by
13608         translation-table-for-input.
13610 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
13612         * foldout.el (foldout-exit-fold): Properly hide subtree.
13614 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13616         * files.el (save-buffer):
13617         * international/ucs-tables.el (ucs-set-table-for-input):
13618         * mail/mail-extr.el (mail-extract-address-components):
13619         * mail/sendmail.el (mail-mode): Reformat doc string.
13621 2005-12-09  Juri Linkov  <juri@jurta.org>
13623         * isearch.el (isearch-highlight): Change main overlay priority
13624         from 1 to 1001.  Simplify.
13625         (isearch-lazy-highlight-update): Change lazy overlay priority
13626         from 0 to 1000.
13628         * replace.el (replace-highlight): Change overlay priority from
13629         1 to 1001.
13631         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
13632         Change overlay priority from 1 to 1001.  Reuse existing overlay.
13634         * compare-w.el (compare-windows-highlight): Change overlay
13635         priority from 1 to 1000.
13637         * menu-bar.el (menu-bar-edit-menu): Add listp around
13638         pending-undo-list to disable menu item "undo" when pending
13639         undo list is empty.
13641         * locate.el (locate): Disable undo in *Locate* buffer.
13643 2005-12-09  Kim F. Storm  <storm@cua.dk>
13645         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
13647 2005-12-09  David Ponce  <david@dponce.com>
13649         * recentf.el: Improvement of the menu code.
13650         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
13651         instead of menu hook.
13652         (recentf-show-menu, recentf-hide-menu): New functions.
13653         (recentf-menu-customization-changed, recentf-mode): Use them.
13654         (recentf-menu-action, recentf-max-menu-items)
13655         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
13656         (recentf-arrange-by-rule-others)
13657         (recentf-arrange-by-rules-min-items)
13658         (recentf-arrange-by-rule-subfilter) : Don't use
13659         `recentf-menu-customization-changed'.
13660         (recentf-arrange-rules): Likewise.  Accept functions to compute
13661         sub-menu titles.
13662         (recentf-menu-filter): Likewise.  Doc fix.
13663         (recentf-menu-value-shortcut): Doc fix.
13664         (recentf-dump-variable): Quote atom value.
13665         (recentf-make-menu-items): Update to use it as a menu filter.
13666         (recentf-match-rule): New function.
13667         (recentf-arrange-by-rule): Use it.
13668         (recentf-indirect-mode-rule): New function.
13669         (recentf-build-mode-rules): Use it.
13670         (recentf-dir-rule): New function.
13671         (recentf-arrange-by-dir): Use it.
13672         (recentf-filter-changer-current): Rename from
13673         `recentf-filter-changer-state'.  All references updated.
13674         (recentf-filter-changer-alist): Update filter names.
13675         (recentf-filter-changer-select): New function.
13676         (recentf-filter-changer): Use it.  Make a sub-menu from filters
13677         available in `recentf-filter-changer-alist'.
13678         (recentf-data-cache, recentf-clear-data)
13679         (recentf-update-menu): Remove.  All references updated.
13680         (recentf-match-rule-p, recentf-build-dir-rules)
13681         (recentf-filter-changer-goto-next)
13682         (recentf-filter-changer-get-current)
13683         (recentf-filter-changer-get-next): Remove.
13685 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
13687         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
13688         buffer "Reset" button to "Reset to Current" for consistency with
13689         the State buttons.
13691 2005-12-08  John Paul Wallington  <jpw@pobox.com>
13693         * ibuf-ext.el (define-ibuffer-filter filename):
13694         If `dired-directory' is a list then really use its car.
13696 2005-12-08  Kim F. Storm  <storm@cua.dk>
13698         * emulation/cua-rect.el (cua--rectangle-aux-replace):
13699         Fix indention of text on right side of replaced rectangle.
13701 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
13703         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
13704         No need to check gud-comint-buffer is bound.
13705         (gdb): Prevent multiple debugging when first session uses gdba.
13707 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13709         CC Mode update to 5.31.
13711         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
13712         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
13713         We might do this function properly in the future).
13715         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
13716         New macros c-sentence-end and c-default-value-sentence end, to cope
13717         with Emacs 22's new function `sentence-end'.
13719 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13721         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
13722         compat issue using `c-put-overlay' and `c-delete-overlay'.
13724         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
13725         New compat macros to handle overlays/extents.
13727 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13729         * progmodes/cc-fix.el: Add definitions of the macros push and pop
13730         (for GNU Emacs 20.4)
13732         * progmodes/cc-defs.el:
13733         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
13735         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
13736         highlighting mechanism so it will work in XEmacs too.
13738         * progmodes/cc-defs.el: Insert c-int-to-char.
13740         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
13741         call to the new macro c-int-to-char.  This solves XEmacs's
13742         regarding characters as different from integers.
13744 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13746         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
13747         New internal helper.
13749         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
13750         construct to make the indirect face lookup work in XEmacs.
13752         (c-cpp-matchers): Append the negation char face to the existing
13753         fontification, so that the cpp face doesn't disappear.
13754         Use `c-make-syntactic-matcher' to avoid negation chars in comments
13755         and strings.
13757         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
13758         to map to `font-lock-negation-char-face' in emacsen where it exists.
13760 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13762         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
13764         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
13765         Rename "c-subword-move-mode" as "c-subword-mode".
13767         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
13768         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
13770 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13772         * progmodes/cc-mode.el: Added autoload directive for
13773         `c-subword-move-mode' for use in older emacsen.
13775 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13777         * progmodes/cc-mode.el:
13778         (i) Insert a binding for C-c C-backspace into
13779         c-bind-special-erase-keys which works in TTYs.
13780         (ii) Make sure that when file styles are used, any explicitly
13781         given style variables take priority over those in the style.
13782         Do this by calling `hack-local-variables' a second time.
13784         * progmodes/cc-vars.el: Add language specific customization
13785         widgets for AWK to c-doc-comment-style, c-require-final-newline
13786         and c-default-style.  Add a defcustom for awk-mode-hook.
13787         Give c-syntactic-element and c-syntactic-context doc-strings by
13788         directly setting their `variable-documentation' propery.
13789         This allows Emacs 22.1 to read these with C-h v.
13791         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
13793 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13795         * progmodes/cc-fonts.el, cc-vars.el
13796         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
13797         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
13798         Masatake YAMATO.
13800         (c-doc-comment-style): Made GtkDoc default in C mode.
13802         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
13803         and C-c C-<delete>.
13805         (c-bind-special-erase-keys): New function for use on
13806         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
13808         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
13809         <delete> key behavior in XEmacs according to `delete-forward-p'.
13810         C.f. `c-electric-delete'.
13812 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13814         * progmodes/cc-mode.el: Give c-hungry-backspace and
13815         c-hungry-delete-forward permanent key bindings.
13817         * progmodes/cc-cmds.el (c-electric-semi&comma):
13818         Bind c-syntactic-context for calls to "criteria functions", for
13819         consistency with other calls to user functions.
13821         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
13822         `current-prefix-arg', since this might be the prefix arg to a
13823         command which calls c-indent-command as a function.  Change the
13824         interactive spec from "p" to "P".
13826         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
13827         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
13828         was difficult to understand.
13830 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13832         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
13833         first char of an identifier.
13835         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
13836         +" syntax in C++.
13838 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13840         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
13841         auto-fill doesn't split a c-comment's last word from a hanging
13842         "*/" when a space is typed between them after fill-column.
13844         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
13846         * progmodes/cc-styles.el (c-set-style)
13847         (c-setup-paragraph-variables): Abort the command if we're not in a
13848         CC Mode buffer.
13850         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
13851         with blank comment-prefix, and a blank line as the comment's
13852         second line.
13854 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13856         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
13857         Incorporate the patterns added in the Emacs development branch
13858         for the new Emacs 22 face `font-lock-negation-char-face'.
13860         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
13861         of "red" since it stands out better in xterms and DOS terminals.
13863         * progmodes/cc-engine.el (c-literal-faces):
13864         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
13866 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13868         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
13869         forcibly enable c-electric-flag.
13871         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
13872         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
13873         after the comment-prefix of a C-style comment will close that comment.
13875 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13877         * progmodes/cc-fonts.el (c-basic-matchers-before)
13878         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
13879         in Pike.
13881         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
13882         digraphs.
13884         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
13885         (c-cpp-message-directives, c-cpp-include-directives)
13886         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
13887         (c-cpp-expr-directives): Introduce new language constants to
13888         control cpp syntax in a cleaner way.
13890         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
13892         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
13894         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
13895         (c-multiline-string-start-char): New language constants and
13896         variables to specify how newlines in string literals work.
13898         (c-font-lock-invalid-string): Use them.
13900         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
13901         unbalanced close brace is entered.  Optimization by avoiding going
13902         back over arbitrarily large blocks.  Removed hints that this
13903         function only would be relevant/useful in AWK.
13905         (c-electric-brace): Indent syntactically after the cleanups since
13906         lineup functions might do it differently then.
13908         * progmodes/cc-engine.el, cc-langs.el
13909         (c-opt-op-identifier-prefix): New language constant and variable.
13911         (c-just-after-func-arglist-p, c-after-special-operator-id)
13912         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
13914         * progmodes/cc-align.el, cc-engine.el
13915         (c-after-special-operator-id): New helper to handle C++ operator
13916         identifiers.
13918         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
13919         (c-guess-basic-syntax): Handle C++ operator identifiers in
13920         declarations.
13922         * progmodes/cc-langs.el (c-assignment-operators): Add the
13923         trigraph version of ^= too.
13925         * progmodes/cc-langs.el (c-assignment-operators): Add the
13926         trigraph version of |= in C++.
13928         * progmodes/cc-fonts.el (c-font-lock-declarators):
13929         Handle `c-decl-hangon-kwds' after the identifier name.
13931         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
13932         whether an arglist is "nonempty", ignore a comment after the open
13933         paren if it isn't followed by a non-comment token on the same line.
13935         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
13936         Enable heuristics below the point to cope with classes inside special
13937         brace lists in Pike.
13939 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13941         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
13943 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13945         * progmodes/cc-guess.el (cc-guess-install): New function to
13946         install an already guessed style in another buffer.
13948         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
13949         sets `inhibit-read-only' - `c-save-buffer-state' should be used
13950         anyway if the change always is undone.
13952 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13954         Implement togglable electricity:
13956         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
13957         saying when it should be used.
13959         * progmodes/cc-engine.el: Add the new buffer-local variable,
13960         c-electric-flag.
13962         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
13963         c-toggle-auto-newline.
13965         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
13966         c-toggle-auto-newline.  Remove the binding for
13967         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
13968         c-toggle-electric-state.
13970         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
13972         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
13973         c-\(forward\|backward\)-subword.
13974         (c-update-modeline): Add the new modeline flag `l' for
13975         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
13976         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
13977         Make the old name an alias of the new name.
13978         (c-toggle-electric-state): New function.
13979         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
13980         Adapt these functions to do electric things only when
13981         c-electric-flag is non-nil.
13982         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
13983         new functions from c-electric-brace.
13984         (c-point-syntax): Add a check for "virtual semicolons" in AWK
13985         mode, so that the tentative extra newline doesn't change the
13986         syntax of the following brace.
13987         (c-electric-brace): Restructure by extracting the above functions.
13988         Tidy up the coding somewhat.
13989         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
13990         restructure a bit.
13992 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13994         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
13995         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
13997         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
13998         (c-submode-indicators): Change name from `c-auto-hungry-string'
13999         since it's now used to track another submode.
14001         (c-update-modeline): Convert to function and extended to check
14002         `c-subword-move-mode'.
14004         (c-forward-into-nomenclature, c-backward-into-nomenclature):
14005         Convert to compat aliases for `c-forward-subword' and
14006         `c-backward-subword'.
14008         * progmodes/cc-subword.el: New functions and minor mode to handle
14009         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
14011         (c-forward-subword, c-backward-subword, c-mark-subword)
14012         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
14013         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
14014         Functions corresponding to the standard word handling functions.
14016         (c-subword-move-mode): Minor mode that replaces all the standard
14017         word handling functions with their subword equivalences.
14019 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14021         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
14022         entry for one-liner-defun.
14024         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
14025         name in its def-edebug-spec.
14027         * progmodes/cc-cmds.el (c-electric-brace): Make the
14028         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
14029         compacts space before a comment, if this will make things fit on
14030         one line.
14032         Introduce an "awk" style, mainly for auto-newline and clean-ups.
14034         * progmodes/cc-align.el: New function c-snug-1line-defun-close
14036         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
14037         clean-up one-liner-defun.
14039         * progmodes/cc-styles.el: Add the new "awk" style.
14041         * progmodes/cc-vars.el: Add description of one-liner-defun to
14042         c-cleanup-list's doc-string.  New user options,
14043         c-max-one-liner-length.  In c-default-style, set the default style
14044         for AWK to "awk".
14046 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14048         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
14049         macros inside labels.
14051         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
14052         `c-at-statement-start-p' and `c-at-expression-start-p'.
14054         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
14055         error if the mark isn't set.
14057         * progmodes/cc-engine.el (c-guess-continued-construct)
14058         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
14059         accurately detect functions inside functions.
14061         * progmodes/cc-engine.el (c-at-expression-start-p): New function
14062         like `c-at-statement-start-p' that additionally recognizes commas
14063         and expression parentheses as delimiters.
14065         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
14066         to avoid heuristics that doesn't work for unclosed blocks.
14067         (c-at-statement-start-p): New function.
14069         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
14070         Objective-C directives, e.g. directives spanning lines should work
14071         reasonably well now.
14073         (c-put-c-type-property, c-clear-c-type-property): New helpers.
14075         (c-forward-objc-directive): New function to move over any ObjC
14076         directive.
14078         (c-just-after-func-arglist-p, c-guess-basic-syntax)
14079         (c-basic-matchers-before): Use it.
14081         (c-font-lock-objc-iip-decl): Remove.
14083         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
14084         in the template arglist recognition.
14086         * progmodes/cc-styles.el (c-style-alist): Fix several
14087         inconsistencies in the Whitesmith style.
14089         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
14090         New lineup function to get lines after Whitesmith style blocks
14091         correctly indented.
14093         (c-lineup-whitesmith-in-block): Back out the compensation for
14094         opening parens since it's done using `add' lists in the style
14095         definition instead.  Don't use the anchor position since it varies
14096         too much between the syntactic symbols. :P
14098         * progmodes/cc-vars.el (c-valid-offset): Update.
14100         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
14101         lists where the offsets are combined according to several
14102         different methods: `first', `min', `max', and `add'.
14103         Report offset evaluation errors with `c-benign-error' so that some kind
14104         of reindentation still is done.
14106         * progmodes/cc-engine.el (c-guess-basic-syntax):
14107         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
14108         `arglist-close'.
14110         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
14111         situations for `arglist-cont-nonempty' and `arglist-close'.
14113         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
14115         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
14116         cc-bytecomp-boundp' in a number of places.
14118         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
14119         macro related issue.
14121 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14123         * progmodes/cc-awk.el: Change the terminology of regexps: A char
14124         list is now [asdf], a char class [:alpha:].
14125         Include code for char classes.
14126         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
14127         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
14129         Remove (nearly all of) the cruft associated with AWK Mode's former
14130         concept of "virtual semicolons":
14132         Adapt c-beginning-of-statement, c-end-of-statement (together with
14133         subfunctions) to use the new notion of "virtual semicolon" in
14134         place of the old awkward special handling for AWK.  There remains
14135         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
14136         * progmodes/cc-cmds.el:
14137         (c-ascertain-adjacent-literal): In the backwards direction, now
14138         recognises AWK regexp delimiters as string delimiters.
14139         (c-after-statement-terminator-p): Adapt for virtual semicolons;
14140         check more rigorously for "end of macro".
14141         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
14142         virtual semicolons;
14143         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
14144         out the code for forward movement into ...
14145         (c-end-of-statement): Now contains the code for forward movement,
14146         adapted for virtual semicolons.
14148         * progmodes/cc-engine.el:
14149         (c-ws*-string-limit-regexp): New regexp.
14150         (c-forward-single-comment, c-backward-single-comment): Comment out
14151         the (now redundant) "special" AWK stuff.
14153         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
14154         c-string-par-start, c-string-par-separate to be more like Text
14155         Mode than Fundamental Mode.
14157 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14159         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
14160         to the fontified region so that fontification doesn't occur
14161         outside it (could happen e.g. when fontifying a line with an
14162         unfinished declaration).
14164 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14166         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
14167         start of the file.  ^L now separate sections of the file.
14168         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
14169         (c-awk-one-line-possibly-open-string-re)
14170         (c-awk-regexp-one-line-possibly-open-char-class-re)
14171         (c-awk-one-line-possibly-open-regexp-re)
14172         (c-awk-one-line-non-syn-ws*-re): New defonsts.
14173         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
14175         Amend the concept of "virtual semicolons" (in the indentation
14176         engine) for languages like AWK, such that they are now
14177         conceptually attached to end of the last token of a statement, not
14178         the end of the line.  (In AWK Mode, however, the pertinent text
14179         property is still physically set on the EOL.)  Remove the specific
14180         tests for awk-mode, thus facilitating the introduction of other
14181         language modes where EOLs can end statements.
14182         (Note: The funtionality in cc-cmds.el, specifically
14183         c-beginning/end-of-statement has yet to be amended.)
14185         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
14186         New macros.
14188         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
14189         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
14190         c-vsemi-status-unknown-p-fn (in a new page).
14192         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
14193         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
14194         numerous awkward forms like
14195         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
14196         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
14197         variable before-ws-ip, the place just after char-before-ip appears.
14199         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
14200         a comment.
14202 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14204         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
14205         `c-tentative-buffer-changes'.
14207         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
14208         convert to macro to choose between Emacs and XEmacs at compile time.
14210         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
14212         (c-tentative-buffer-changes): New macro to handle temporary buffer
14213         changes in a convenient way.
14215         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
14216         for `c-tentative-buffer-changes'.
14218         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
14219         the checks for paren sexps between the point and the keyword, to
14220         avoid some false alarms.
14222         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
14223         Fixed a situation where an error could be thrown for unbalanced
14224         parens.  Changed to make use of c-keyword-member' to avoid some
14225         repeated regexp matches.
14227         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
14228         These language variable are no longer necessary.
14230         (c-block-stmt-kwds): New language constant used by
14231         c-looking-at-inexpr-block'.
14233         (c-guess-basic-syntax): Remove an optional check that looked at
14234         the existence of the now removed language variables.
14236         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
14237         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
14238         object instantiation expressions as declarations in some contexts.
14239         This bug only affected languages where the declarator can't be
14240         enclosed in parentheses.
14242         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
14243         insert newlines before and after substatement braces.
14245         * progmodes/cc-engine.el: Improved the heuristics for recognizing
14246         function declaration headers and the handling of C++ style member
14247         init lists.
14249         (c-just-after-func-arglist-p): Rewritten to use
14250         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
14252         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
14254         (c-guess-basic-syntax): Adapt case 5B for the new
14255         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
14256         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
14257         covers all cases now).
14259         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
14261 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14263         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
14264         c-string-par-start/separate c-sentence-end-with-esc-eol,
14265         initialised in c-setup-paragraph-variables, used in string
14266         scanning subroutines of c-beginning-of-statement.
14268         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14269         which precedes the newly inserted `{'.
14271 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14273         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
14274         function for declaration level blocks.  It should now cope with
14275         templates better and also be a lot more comprehensible.
14277         (c-looking-at-decl-block): The new function.
14279         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
14280         for compatibility.
14282         (c-add-class-syntax, c-guess-continued-construct)
14283         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
14285         (c-decl-block-key): Change to tell apart ambiguous and
14286         unambiguous keywords.  Pike specials are now handled directly in
14287         the code instead.
14289         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
14290         New language constants and variables to make the backward skip in
14291         `c-looking-at-decl-block' as tight as possible.
14293         (c-nonsymbol-token-char-list): New language constant.
14295         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
14296         find balanced template arglists backwards.
14298         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
14299         making char classes for `c-syntactic-skip-backward'.
14301         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
14302         16D - can't be a class-close at that point.
14304         * progmodes/cc-engine.el (c-guess-basic-syntax)
14305         (c-add-class-syntax): Don't narrow out the enclosing declaration
14306         level.  This makes everything a lot easier, and it was actually
14307         only four small places that needed it to work.  Some places that
14308         previously did `widen' are removed now, which has the effect that
14309         `c-guess-basic-syntax' never will look at things outside the
14310         current narrowment now.  The anchor position for `topmost-intro'
14311         is affected by this, but it was so bogus it was basically useless
14312         before, and now it's equally bogus but in a slightly different way.
14314         (c-narrow-out-enclosing-class): Gone.
14316         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
14317         the narrowed region.
14319         (c-least-enclosing-brace): Remove silly optional argument.
14321         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14322         the point could be left directly after an open paren when finding
14323         the beginning of the first decl in the block.
14325         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
14326         Specify which submatch to use.
14328         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
14330         (c-decl-start-re): No longer any need for special treatment of
14331         ObjC due to the above.
14333         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
14334         presumably follows C in that regard.
14336         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
14337         New language constants to specify operator tokens inside
14338         identifiers in a more high level way.
14340         (c-opt-identifier-prefix-key): New internal language constant.
14342         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
14343         (c-identifier-start, c-identifier-key): Now completely calculated
14344         from other constants.
14346         (c-identifier-last-sym-match): Decommission since it's no longer used.
14348         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
14350         * progmodes/cc-engine.el (c-forward-name): Remove the
14351         optimization when c-identifier-key is equal to c-symbol-key since
14352         it doesn't work in byte compiled files.  Don't record empty
14353         regions as identifiers.
14355         * progmodes/cc-langs.el (c-filter-ops): New helper function to
14356         simplify access to `c-operators' and its likes.
14358         (c-operator-list, c-all-op-syntax-tokens)
14359         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
14360         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
14361         (c-primary-expr-regexp, c-cast-parens): Use it.
14363         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
14364         an explicit language in functions.
14366         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
14367         variant of adornment.
14369         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
14370         variable.
14372         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
14373         the Pike value.
14375         * progmodes/cc-engine.el (c-on-identifier)
14376         (c-simple-skip-symbol-backward): Small fix for handling "-"
14377         correctly in `skip-chars-backward'.  Affected the operator lfun
14378         syntax in Pike.
14380         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
14381         diagnostic message about precompiled language vars not being used.
14383         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
14384         "__attribute__" is followed by a parenthesis.
14386         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
14387         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
14388         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
14390         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
14391         Internal cleanups to properly detect the declared identifiers in
14392         various declarations.
14394         (c-decl-start-kwds): New language constant to recognize
14395         declarations that can start anywhere.  Used for class declarations
14396         in Pike.
14398         (c-specifier-key, c-not-decl-init-keywords)
14399         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
14400         (c-find-decl-spots): Implement `c-decl-start-kwds'.
14402         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
14403         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
14404         handling of the compiler specific extension keywords into a new
14405         language constant `c-decl-hangon-kwds' that defines keyword
14406         clauses to be ignored in declarations.
14408         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
14409         past unrecognized tokens when handling `c-colon-type-list-kwds'.
14410         Necessary to stop at the declared identifier in e.g. IDL valuetype
14411         declarations.
14413         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
14414         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
14415         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
14416         (c-forward-decl-or-cast-1): Recognize the declared identifier in
14417         class and enum declarations as such and not as part of the type.
14419         (c-forward-decl-or-cast-1, c-forward-label): Relax the
14420         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
14422         (c-forward-decl-or-cast-1): Don't disregard sure signs of
14423         declarations when there's some syntax error later on.
14425         (c-complex-decl-matchers): Did away with a reference to
14426         `c-specifier-key'.
14428         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
14429         value - this variable is always dynamically bound.
14431         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
14432         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
14433         * cc-cmds.el, cc-defs.el: Change the policy for marking up
14434         functions that might do hidden buffer changes: All such internal
14435         functions are now marked instead of those that don't.
14437         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
14438         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
14439         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
14440         (c-literal-type): Allow these functions to make hidden buffer changes,
14441         so that they are free to use text property caching later on.
14443         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
14444         (c-electric-brace, c-electric-slash, c-electric-star)
14445         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
14446         (c-electric-paren, c-electric-continued-statement, c-indent-command)
14447         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
14448         (c-context-line-break): Add `c-save-buffer-state' calls to comply
14449         with the changed semantics of the functions above.
14451         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
14452         when macros occur in obscure places.  Optimized the sexp movement
14453         a bit.
14455 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14457         Enhancements for c-beginning-of-statement to work in AWK Mode:
14459         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
14460         (completed statement) with `}' (statement completed by closing
14461         brace or semicolon) and `$' (statement completed by EOL).
14463         (c-awk-virtual-semicolon-ends-prev-line-p)
14464         (c-awk-virtual-semicolon-ends-line-p)
14465         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
14466         (c-awk-at-statement-end-p): New functions.
14468         * progmodes/cc-cmds.el: Simplify the structure of functions
14469         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
14470         two functions and c-beginning-of-statement to handle AWK Mode.
14472         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
14473         c-backward-single-comment for AWK mode.  Attempt to clarify their
14474         doc-strings.
14476         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
14478 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14480         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
14481         label handling.  Labels are now recognized in a uniform and more
14482         robust way, regardless of context.  Text properties are put on all
14483         labels to recognize the following declarations better.
14484         Multiword labels are handled both in indentation and fontification for
14485         the benefit of language extensions like Qt.  For consistency, keywords
14486         in labels are now fontified with the label face instead.
14487         That also applies to "case" and "default".
14489         (c-beginning-of-statement-1): Fix some bugs in the label
14490         handling.  Disregard `c-nonlabel-token-key' in labels that begin
14491         with `c-label-kwds'.
14493         (c-find-decl-spots): Support that the callback adds more
14494         `c-decl-end' spots to find.
14496         (c-forward-decl-or-cast-1): Don't treat a list of plain
14497         identifiers followed by a colon as a declaration.
14499         (c-forward-label): New function to recognize labels.
14501         (c-guess-basic-syntax): Replace uses of `c-label-key' with
14502         `c-forward-label'.  Moved the label recognition cases (14 and 15)
14503         earlier since they aren't so context sensitive now.  Handle labels
14504         on the top level gracefully.  Moved access label recognition to
14505         the generic label case (CASE 15) - removed CASE 5E.
14507         (c-font-lock-declarations): Add recognition of labels in the
14508         same round since we need to handle labels in parallell with other
14509         declarations to recognize both accurately.  It should also improve
14510         speed.
14512         (c-simple-decl-matchers, c-basic-matchers-after):
14513         Move `c-font-lock-labels' so that it only is used on decoration level 2
14514         since `c-font-lock-declarations' handles it otherwise.
14516         (c-complex-decl-matchers): Remove the simplistic recognition of
14517         access labels.
14519         (c-decl-prefix-re): Remove the kludges that was necessary to cope
14520         with labels earlier.
14522         (c-decl-start-re): New language variable to make
14523         `c-font-lock-declarations' stop for the special protection labels
14524         in Objective-C that start with `@'.
14526         (c-label-key): Remove since it's no longer used.
14528         (c-recognize-colon-labels, c-label-prefix-re): New language
14529         constants to support recognition of generic colon-terminated labels.
14531         (c-type-decl-end-used): `c-decl-end' is now used whenever there
14532         are colon terminated labels.
14534         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14535         first argument starts with a special brace list.
14537         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
14538         (c-font-lock-declarations): Break out the declaration and cast
14539         recognition from `c-font-lock-declarations' to a new function, so
14540         that it can be used in the indentation engine.
14542         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
14543         up to the start of the literal.  Fixed bug with the point on the
14544         wrong side of the search limit that could happen when the start
14545         position is inside a literal.
14547         * progmodes/cc-engine.el (c-parse-state)
14548         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
14549         so that it's kept a little bit back to increase the hit rate.
14551         (c-parse-state): Change the macro handling and fixed some
14552         glitches.  Macro context is checked more often than necessary now,
14553         but otoh less garbage conses are generated.
14555         * progmodes/cc-engine.el (c-parse-state)
14556         (c-invalidate-state-cache): Cache the last position where
14557         `c-state-cache' applies.  This can speed up refontification quite
14558         a bit in blocks where there are many non-brace parens before the point.
14560         (c-state-cache-end): New variable for this.
14562         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
14563         cache variable.
14565         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
14566         get close initial continue positions when the start position is
14567         inside a literal or macro.  Do not call the callback for spots
14568         before the start position (which can happen e.g. for `c-decl-end'
14569         spots inside comments).  Optimize better in special cases when the
14570         region is a single line inside a literal or macro (typically when
14571         the current line is refontified).
14573         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
14574         to `c-add-stmt-syntax' - there's no need to explicitly whack off
14575         entries from the paren state.
14577         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
14578         special case for "else if" clauses.
14580         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
14581         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
14583         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
14584         New language variable to recognize the gcc extension with statement
14585         blocks inside expressions.
14587         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
14588         it somewhat more comprehensible.  The argument AT-BLOCK-START is
14589         no longer used and hence removed.
14591         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
14592         to `c-add-stmt-syntax'.
14594         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
14595         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
14596         This fixes bogus label recognition.
14598         * progmodes/cc-engine.el (c-add-type, c-check-type)
14599         (c-forward-name, c-forward-type): Improve storage of template
14600         types in `c-found-types' so that they can be recognized better.
14602         (c-syntactic-content): Add option to skip past nested parens.
14604         * progmodes/cc-engine.el (c-forward-name):
14605         Set `c-last-identifier-range' all the time.  It's less work that way.
14606         Handle that there might not be an identifier to store in
14607         `c-last-identifier-range'.
14609         (c-forward-type): Handle that `c-last-identifier-range' might be
14610         nil from `c-forward-name'.
14612         * progmodes/cc-defs.el (c-safe-scan-lists)
14613         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
14615         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
14616         to work even if the form fails.
14618         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
14619         down in a large file in one go.
14621         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
14623         * progmodes/cc-align.el (c-lineup-assignments): New lineup
14624         function which is like `c-lineup-math' but returns nil instead of
14625         `c-basic-offset' when it doesn't match.
14627         (c-lineup-math): Change to use `c-lineup-assignments'.
14629 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14631         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
14632         c-beginning-of-statement.  New subfunctions
14633         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
14635 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14637         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
14638         hardcoded char classes whereever possible.  Changed a couple of
14639         places to use skip by syntax instead of skip by char class.
14641         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
14642         Fix a bug in the regexp that caused extreme backtracking.
14644         * progmodes/cc-langs.el (c-block-comment-starter)
14645         (c-block-comment-ender): New language constants to specify in a
14646         single place how block comments look.
14648         (c-comment-start-regexp, c-block-comment-start-regexp)
14649         (comment-start, comment-end, comment-start-skip)
14650         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
14651         (c-syntactic-ws, c-nonempty-syntactic-ws)
14652         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
14653         `c-line-comment-starter', `c-block-comment-starter' and
14654         `c-block-comment-ender'.
14656         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
14657         New language constants to break up things a bit.
14659         (c-simple-ws): New language constant for simple whitespace.
14661         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
14663         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
14664         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
14665         newlines.  Allow and ignore nil elements in the list.
14667 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14669         * progmodes/cc-cmds.el: Comment out a (n almost certainly
14670         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
14672         * progmodes/cc-cmds.el: Tidy up the comments in
14673         c-beginning-of-statement and subfunctions.
14675         * progmodes/cc-awk.el: Replace calls to put-text-property to the
14676         more flexible c-put-char-property and c-clear-char-properties.
14677         Add the author's email address.
14679         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
14681         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
14682         closing "*/" of a block comment.
14684         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
14685         subfunctions) so that it works at BOB and EOB.
14687         * progmodes/cc-cmds.el, cc-vars.el: More updating of
14688         c-beginning-of-statement, including new variable
14689         c-block-comment-start-regexp.
14691 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14693         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
14694         symbols from `*-font-lock-extra-types' so that there's no need to
14695         use `regexp-opt' on those lists.
14697         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
14698         `c-type-modifier-kwds' is empty.
14700         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
14701         there are several strings on the same line.
14703         * progmodes/cc-engine.el (c-literal-limits): Remove the
14704         compatibility function for older emacsen.  `c-literal-limits-fast'
14705         has now taken the place of this function.
14707         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
14708         with older emacsen: We now require `pps-extended-state'.
14710 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14712         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
14713         which obviates the need to hack sentence-end.  This now handles
14714         escaped newlines in strings correctly.  Correct minor bugs in
14715         c-move-over-sentence and in c-beginning-of-statement.
14717         * progmodes/cc-cmds.el (c-beginning-of-statement (and
14718         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
14719         that movement over macros and code are rigorously separated from
14720         eachother.  Correct a few incidental bugs.
14722         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
14723         Improve its doc-string.  Improve the handling of certain specific cases.
14725 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14727         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
14728         (c-guess-basic-syntax): Change the way class-level labels are
14729         recognized; they can now contain essentially any symbols.
14731         (c-opt-extra-label-key): New language variable to cope with the
14732         special protection label syntax in Objective-C.
14734         (c-opt-access-key): Remove; this is now handled better by
14735         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
14737         (c-complex-decl-matchers): Update to handle that
14738         `c-opt-access-key' no longer exists.
14740         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
14741         improved label recognition in `c-beginning-of-statement-1'.
14743         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
14744         Recognize bitfields better.
14746         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
14747         Remove some cruft and fixed a bug that could cause it to go to a
14748         position further down.
14750         * progmodes/cc-langs.el, cc-engine.el
14751         (c-beginning-of-statement-1): Improve detection of labels in
14752         declaration contexts.
14754         (c-beginning-of-decl-1): Use it.
14756         (c-nonlabel-token-key): New language constant and variable needed
14757         by `c-beginning-of-statement-1'.
14759         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
14760         manifested itself due to the correction in `c-forward-sexp'.
14762         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
14763         Make these behave as documented when used at the buffer limits.
14765         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
14766         (c-type-decl-end-used): Made this a language variable.
14768         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
14769         correctly when `combine-after-change-calls' is used together with
14770         temporary narrowings.
14772         * progmodes/cc-engine.el (c-beginning-of-statement-1):
14773         Report labels correctly when the start point is immediately after the
14774         colon.
14776         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
14777         Remove since it isn't used anymore.
14779         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
14780         bracket arglists such as template parens in C++.
14782         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
14783         in the last check-in.  Some optimization.
14785         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
14786         where it could stop at the same level in a preceding sexp when
14787         PAREN-LEVEL is set.
14789         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
14790         text property lookup only when it's needed.
14792         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
14793         Change the policy for paren marked angle brackets to be more
14794         persistent; once marked they remain marked even when they're found
14795         to be unbalanced in the searched region.  This should keep the
14796         paren syntax around even when individual lines are refontified in
14797         multiline template arglists.
14799         (c-parse-and-markup-<>-arglists): New dynamically bound variable
14800         to control markup so that incorrect angle bracket arglists aren't
14801         marked in contexts where the correct value for
14802         `c-disallow-comma-in-<>-arglists' isn't known.
14804         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
14805         argument has become `c-parse-and-markup-<>-arglists'.
14807         (c-remove-<>-arglist-properties): Remove - no longer used.
14809         (c-after-change-check-<>-operators): New function used on
14810         `after-change-functions' to avoid that "<" and ">" characters that
14811         are part of longer operators have paren syntax.
14813         (c-<>-multichar-token-regexp): New language variable used by
14814         `c-after-change-check-<>-operators'.
14816         (c-after-change): Call `c-after-change-check-<>-operators'.
14818         (c-font-lock-<>-arglists): Use the context properties set by
14819         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
14820         correctly to avoid doing invalid markup.
14822         (c-font-lock-declarations): Remove code that undoes the invalid
14823         markup done by `c-font-lock-<>-arglists'.
14825         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
14826         after `c-font-lock-declarations'.
14828         * progmodes/cc-engine.el (c-syntactic-skip-backward):
14829         Add paren-level feature.
14831         (c-guess-basic-syntax): Improve the anchor position for
14832         `template-args-cont' in nested template arglists.  There's still
14833         much to be desired in this area, though.
14835 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14837         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
14838         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
14840 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14842         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
14843         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
14845         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
14846         it doesn't work no longer are supported.
14848         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
14849         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
14850         requires support for the syntax-table' text property, which rules
14851         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
14852         cruft associated with those versions.
14854         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
14855         for the `syntax-table' text property, which rules out Emacs 19 and
14856         XEmacs < 21.4.  Removed various compatibility cruft associated
14857         with those versions.
14859         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
14860         support for the `syntax-table' text property.
14862         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
14863         variable and use an extra quoted face name instead.  All the
14864         emacsen flavors handle that correctly.
14866         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
14867         (c-font-lock-declarators, c-font-lock-declarations)
14868         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
14869         property to mark the items in in declarator lists to handle
14870         refontification inside multiline declarations better.
14872         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
14873         construct like "a * b = c;" as a declaration.
14875 2005-12-08  Kim F. Storm  <storm@cua.dk>
14877         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
14878         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
14879         select either meta, hyper, or super modifier for rectangle commands.
14880         (cua--rectangle-modifier-key): New defvar.
14881         (cua--M/H-key): Use it.  Remove special case for `space'.
14882         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
14883         on X, to meta otherwise.  Always bind C-return to toggle
14884         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
14886         * emulation/cua-rect.el (cua-help-for-rectangle):
14887         Use cua--rectangle-modifier-key.  Handle super modifier too.
14888         (cua--init-rectangles): Always bind C-return to toggle rectangle.
14889         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
14891         * ido.el: Move Acknowledgements and History after Commentary.
14892         Minor changes to Commentary.
14894         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
14895         keymap if cua--prefix-override-timer is `shift'.
14896         (cua--shift-control-prefix): New function; emulate "type prefix
14897         key twice" functionality to handle shifted prefix key override.
14898         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
14899         New commands.
14900         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
14902 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
14904         * textmodes/org.el (org-insert-heading): Try to do items before
14905         headings.
14906         (org-agenda-mode): Quote `org-agenda-mode-hook'.
14907         (org-insert-item): New function.
14908         (org-renumber-ordered-list): Don't skip to higher level lists.
14910 2005-12-08  Juri Linkov  <juri@jurta.org>
14912         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
14914         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
14916         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
14918         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
14919         the constructed function name fun-1.
14921         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
14922         because such links don't lead to parent documentation.
14924 2005-12-08  Kenichi Handa  <handa@m17n.org>
14926         * descr-text.el (describe-char): Use *Help-2* buffer if the
14927         current buffer is *Help*.  Call describe-text-properties while
14928         setting the original buffer.
14930 2005-12-07  Bill Wohler  <wohler@newt.com>
14932         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
14933         and causes problems with non-MH users (such as Gnus users).
14935 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
14937         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
14938         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
14939         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
14940         command "info sources".  Move calls to GDB command "list".
14941         (gdb-find-file-hook): Just use gdb-source-file-list.
14942         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
14943         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
14944         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
14945         (gdb-data-list-register-values-handler): Use correct trigger name.
14947 2005-12-07  Kim F. Storm  <storm@cua.dk>
14949         * ido.el (ido-completion-map): Rename from ido-mode-map.
14950         (ido-common-completion-map, ido-file-completion-map)
14951         (ido-file-dir-completion-map, ido-buffer-completion-map):
14952         Rename from ido-mode-....-map.
14953         (ido-init-completion-maps): Rename from ido-init-mode-maps.
14954         (ido-setup-completion-map): Rename from ido-define-mode-map.
14955         (ido-read-internal): Bind minibuffer-local-filename-completion-map
14956         to ido-completion-map.
14958 2005-12-07  Kenichi Handa  <handa@m17n.org>
14960         * international/mule-cmds.el
14961         (set-display-table-and-terminal-coding-system): If the coding
14962         system specified in `unibyte-display' property is different from
14963         the arg coding-system, don't setup standard-display-table.
14965 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14967         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
14968         that comments end at \n, regardless of selective-display.
14970 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
14972         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
14973         (gdb-version): New variables.
14974         (gdb-source-file-list, gdb-register-names)
14975         (gdb-changed-registers): New variables for use with GDB 6.4+.
14976         (gdb-ann3): Replace with...
14977         (gdb-init-1, gdb-init-2): ...two new functions.
14978         (gdba, gdb-prompt): Call gdb-init-1.
14979         (gdb-get-version): New function.  Call gdb-init-2 from here.
14980         (gud-watch): Make it work with mouse events too.
14981         (gdb-post-prompt): Don't add to queue until GDB version is known.
14982         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
14983         (gdb-locals-mode): Use gdb-version.
14984         (gdb-memory-format-map, gdb-memory-unit-map)
14985         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
14986         (gdb-locals-font-lock-keywords-1)
14987         (gdb-locals-font-lock-keywords-2): New variables.
14988         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
14989         (gdb-set-gud-minor-mode-existing-buffers-1)
14990         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
14991         (gdb-var-update-1, gdb-var-update-handler-1)
14992         (gdb-data-list-register-values-handler)
14993         (gdb-data-list-register-values-custom)
14994         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
14995         (gdb-stack-list-locals-handler, gdb-get-register-names):
14996         New functions for use with GDB 6.4+.
14997         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
14998         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
14999         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
15000         (gdb-stack-list-locals-regexp)
15001         (gdb-data-list-register-names-regexp): New regexps for use with
15002         GDB 6.4+.
15004 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15006         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
15008 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
15010         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
15011         prompts work for AUTH PLAIN.  Also reported by Steve Allan
15012         <seallan@verizon.net>.
15014 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15016         * frame.el (set-frame-parameter): Add doc string.
15018 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
15020         * textmodes/org.el (org-occur-highlights): New variable.
15021         (org-highlight-new-match, org-remove-occur-highlights): New functions.
15022         (org-highlight-sparse-tree-matches): New option.
15023         (org-do-occur): New function.
15024         (org-get-heading): Make it work also at beginning of line.
15025         (org-category-table): New variable.
15026         (org-get-category-table, org-get-category)
15027         (org-camel-to-words, org-link-search): New functions.
15028         (org-select-this-todo-keyword): New variable.
15029         (org-todo-list): New command.
15030         (org-shiftright, org-shiftleft): New commands.
15031         (org-agenda-todo): Add prefix argument.
15032         (org-show-hierarchy-above): New option.
15033         (org-show-todo-tree): Numerical prefix creates tree for specific
15034         TODO keyword.
15035         (org-outline-level): New function, to assign a level to plain
15036         lists items.
15037         (org-cycle-include-plain-lists): New option.
15038         (org-mode): Use `org-outline-level' as value of `outline-level'.
15039         (org-cycle): Temporarily switch `outline-regexp' if
15040         `org-cycle-include-plain-lists' is non-nil.
15041         (org-start-icalendar-file): Fix format bug.
15042         (org-agenda-get-day-entries): Create category table.
15043         (org-agenda-get-todos, org-agenda-get-timestamps)
15044         (org-agenda-get-deadlines, org-agenda-get-scheduled)
15045         (org-agenda-get-blocks): Use `org-get-category'.
15046         (org-context-in-file-links): Rename from
15047         `org-line-numbers-in-file-links'.
15049 2005-12-06  Romain Francoise  <romain@orebokech.com>
15051         * window.el (balance-windows): Delete extraneous third arg in call
15052         to `enlarge-window'.
15054 2005-12-06  Kenichi Handa  <handa@m17n.org>
15056         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
15058 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
15060         * progmodes/gdb-ui.el (gdb-var-create-handler)
15061         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
15062         (gdb-var-list-children-handler, gdb-var-update-handler):
15063         Current buffer is already gdb-partial-output-buffer, don't
15064         make it current again.
15066 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
15068         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
15069         (list-buffers-noselect): Use it.
15071 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15073         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
15074         (mail-yank-ignored-headers): Use regexp-opt.
15075         (mail-mode-map): Move initialization into declaration.
15076         (mail-sent-via): Remove unused shadowed var `to-line'.
15077         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
15078         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
15079         (mail-do-fcc): Use dolist and push.
15080         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
15081         (mail-yank-ignored-headers): Don't autoload.
15083 2005-12-05  Kenichi Handa  <handa@m17n.org>
15085         * international/mule-cmds.el (set-language-info-internal): New fun.
15086         (set-language-info): Call set-language-info-internal to update
15087         language-info-alist.  If LANG-ENV is the current one, call
15088         set-language-environment to make INFO effective now.
15089         (set-language-info-alist): Likewise.
15090         (locale-language-names): With locale "en", use English
15091         lang. env. but set the default codings to iso-8859-1.
15093 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
15095         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
15096         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
15097         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
15098         for plain strings.
15099         (gdb-frames-mode): Remove redundant call to font-lock-mode.
15100         (gdb-all-registers): Rename from toggle-gdb-all-registers.
15101         Create registers buffer if necessary.  Echo new state in minibuffer.
15102         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
15104 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
15106         * info.el (Info-fontify-node): Match external links using
15107         non-directory part of filename.
15109 2005-12-04  Juri Linkov  <juri@jurta.org>
15111         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
15112         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
15113         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
15114         because there is no customization option for it.
15116         * font-lock.el (lisp-font-lock-keywords-1):
15117         Add define-global-minor-mode.
15119         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
15121         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
15122         properties on the constructed variable names.
15124         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15125         Put `definition-name' properties on the constructed function names
15126         next-sym and prev-sym.
15128         * emacs-lisp/find-func.el (find-function-regexp):
15129         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
15130         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
15131         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
15132         and easy-menu-define.
15134         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
15135         easy-mmode-define-global-mode and define-global-minor-mode.
15136         (lisp-imenu-generic-expression): Add define-global-minor-mode.
15138         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
15139         instead of easy-mmode-define-global-mode.
15141         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
15142         Use define-minor-mode instead of easy-mmode-define-minor-mode.
15144         * cus-edit.el (customize-group, customize-group-other-window):
15145         Filter out autoloaded options from the group completion list by
15146         using heuristics that autoloaded groups don't have `custom-autoload'
15147         property on their symbols (they have only `custom-loads').
15149         * simple.el (completion-setup-function): Put completions-common-part
15150         face on complete completion string too (i.e. completion string
15151         without completions-first-difference face).
15153         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
15155 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
15157         * view.el (view-mode): Doc fix.
15159         * disp-table.el (standard-display-european): Add to the warning
15160         message a reference to the doc string.
15162         * play/yow.el (apropos-zippy): Call print-help-return-message,
15163         similar to other Help and Apropos commands.
15165         * help.el (print-help-return-message): If pop-up-frames is
15166         non-nil, set up help-return-method to delete the help window and,
15167         possibly, its frame as well, and don't display message about
15168         scrolling the help window.  Doc fix.
15169         (help-return-method): Doc fix.
15171 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
15173         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
15174         whereby names of length one or names starting with a
15175         symbol-constituent character would not be returned.
15177 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15179         * subr.el (atomic-change-group): Add edebug and indentation spec.
15181 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15183         * completion.el (save-completions-file-name): Fix typo in last change.
15185 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15187         * info.el: Move back/forward history to the beginning of the tool bar.
15189 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
15191         * allout.el (eval-when-compile): Remove unnecessary load of cl.
15192         Add fset of allout-real-isearch-abort during compile to fix
15193         byte-compilation warnings.
15194         (allout-mode-p): Move definition of this macro above all uses, or
15195         byte compilation in barren Emacs (eg, during Emacs build) will
15196         lack the definition.
15197         (allout-mode): Move this variable above any uses, or byte
15198         compilation will fail.
15199         (allout-resolve-xref): Remove use of personal file-reference function.
15200         (allout-toggle-current-subtree-encryption): Do the current (ie,
15201         visible containing) topic, rather than nearest around point.  Doc fix.
15202         (allout-toggle-subtree-encryption): New function, workhorse that
15203         works on nearest topic containing point.
15204         (allout-encrypt-string): Signal requirement for newer version of pgg.
15205         (allout-resumptions): Doc fix.
15207 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
15209         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
15211 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
15213         * textmodes/flyspell.el (flyspell-external-point-words):
15214         Consider a misspelling as found in the string search if: (a) misspelling
15215         and found string lengths match, or (b) misspelling is found as
15216         element in a boundary-chars separated longer string, or (c)
15217         ispell-program-name is really ispell and misspelling is found as
15218         part of a TeX string.  After successful match move beginning of
15219         search region to end of match.  Warn about not found misspellings
15220         once the process is done.
15221         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
15223 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
15225         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
15226         tool bar (removed inadvertently).
15228 2005-12-02  Juri Linkov  <juri@jurta.org>
15230         * log-view.el (log-view-diff): Clarify doc string.
15232 2005-12-01  Bill Wohler  <wohler@newt.com>
15234         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
15235         triggers lm-verify errors.
15237 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
15239         * simple.el (transient-mark-mode, line-number-mode)
15240         (column-number-mode, size-indication-mode): Remove `:require nil'.
15242 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
15244         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
15245         in the margin also.
15246         (gdb-breakpoints-mode-map): Use D instead of d for
15247         gdb-delete-breakpoint.
15248         (gdb-get-frame-number): Require a number to match on.
15249         (gdb-threads-mode-map): Add follow-link binding.
15251 2005-11-30  Jason Rumney  <jasonr@gnu.org>
15253         * isearch.el (isearch-mode-map): Avoid exiting search on
15254         language-change event.
15256 2005-11-30  Romain Francoise  <romain@orebokech.com>
15258         * speedbar.el (speedbar-default-position): New defcustom.
15259         (speedbar-frame-reposition-smartly): Use it.
15261         * dframe.el (dframe-reposition-frame-emacs): Fix position
15262         computation for `left' location.
15263         Update copyright year.
15265 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15267         * help.el (help-map): Move initialization into declaration.
15269         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
15271         * help-fns.el (help-argument-name): Don't autoload.
15272         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
15273         to be re-loaded when customizing the `help' group.
15275 2005-11-30  John Paul Wallington  <jpw@gnu.org>
15277         * help-fns.el (describe-function-1): Fill arglist output.
15279 2005-11-30  Kim F. Storm  <storm@cua.dk>
15281         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
15282         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
15283         after revert-buffer (or anything else which kills all local variables).
15285         * apropos.el (apropos-parse-pattern): Doc fix.
15286         Set apropos-regexp directly, rather than expecting callers to do so.
15287         (apropos-command, apropos, apropos-value, apropos-documentation):
15288         Simplify calls to apropos-parse-pattern.
15290 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
15292         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
15293         (hi-lock-face-phrase-buffer): Use hi-yellow face.
15294         (hi-lock-write-interactive-patterns): Use comment-region.
15296         * longlines.el (longlines-mode): Add mail-setup-hook.
15298         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
15300         * simple.el (sendmail-user-agent-compose, next-line):
15301         Conditionally use hard-newline.
15303 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15305         * international/latexenc.el (latex-inputenc-coding-alist):
15306         Reword doc string.
15308 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
15310         * help.el (describe-key-briefly, describe-key): Recognize default
15311         bindings.
15313 2005-11-29  Romain Francoise  <romain@orebokech.com>
15315         * view.el (view-inhibit-help-message): New defcustom.
15316         (view-mode-enter): Use it.
15318 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
15320         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
15321         Preserve user position.
15323 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
15325         * font-lock.el: Throw error if facemenu is not loaded to prevent
15326         accidental change of loading order in loadup.el.  (Suggested by RMS.)
15328         * loadup.el: Add comment explaining why facemenu must be loaded
15329         before font-lock.
15331 2005-11-28  Jay Belanger  <belanger@truman.edu>
15333         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
15334         (calc-dispatch-map): Add more keys for `calc-same-interface'.
15336         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
15338         * calc/calc-embed.el (calc-do-embedded): Update help message.
15340         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
15342 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15344         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
15346         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
15347         called-interactively-p.
15348         (elp-profilable-p): Rename from elp-not-profilable-p.
15349         Invert result and take into account macros and autoloaded functions.
15350         (elp-instrument-function): Update call.
15351         (elp-instrument-package): Update call.  Add completion.
15352         (elp-pack-number): Use match-string.
15353         (elp-results-jump-to-definition-by-mouse): Merge into
15354         elp-results-jump-to-definition and then remove.
15355         (elp-output-insert-symname): Make help echo text single-line.
15357         * replace.el (query-replace-map): Move initialization into declaration.
15358         (occur-engine): Use with-current-buffer.
15359         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
15360         (occur-mode-mouse-goto): Replace with an alias.
15362 2005-11-28  Juri Linkov  <juri@jurta.org>
15364         * simple.el (quoted-insert): Let-bind input-method-function to nil.
15366         * term/w32-win.el: Bind [S-tab] to [backtab].
15368         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
15369         `Info-find-file' to t.
15371         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
15372         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
15373         and same-window-regexps.
15374         (occur-next-error): Don't move point for arg 0.
15376 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
15378         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
15380 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15382         * log-edit.el (log-edit-changelog-use-first): New var.
15383         (log-edit-changelog-ours-p): Use it.
15384         (log-edit-insert-changelog): Set it with new arg `use-first'.
15385         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
15386         (log-edit-hook): Add them to the list of suggested options.
15388         * textmodes/flyspell.el (flyspell-last-buffer): New var.
15389         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
15390         redundant work.
15391         (flyspell-mode-on): Use add-hook for after-change-functions.
15392         (flyspell-mode-off): Use remove-hook for after-change-functions.
15393         (flyspell-changes): Make it buffer-local.
15394         (flyspell-after-change-function): Make it non-interactive.  Use push.
15395         (flyspell-post-command-hook): Check input-pending-p while processing
15396         the potentially long list of buffer changes.
15398 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15400         * buff-menu.el (list-buffers-noselect): Display the selected
15401         frame's buffer list, not the global one.
15403 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
15405         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
15406         that (list last-input-event) works as in interactive spec.
15408 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
15410         * loadup.el ("facemenu"): Load facemenu before font-lock, because
15411         `facemenu-keymap' needs to be defined when font-lock is loaded.
15412         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
15414 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15416         * completion.el: Remove useless leading * in defcustom docstrings.
15417         (save-completions-file-name): Use ~/.emacs.d if available.
15418         (completion-standard-syntax-table): Rename from
15419         cmpl-standard-syntax-table and fold initialization into declaration,
15420         thus removing cmpl-make-standard-completion-syntax-table.
15421         (completion-lisp-syntax-table, completion-c-syntax-table)
15422         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
15423         (cmpl-saved-syntax, cmpl-saved-point): Remove.
15424         (symbol-under-point, symbol-before-point)
15425         (symbol-under-or-before-point, symbol-before-point-for-complete)
15426         (add-completions-from-c-buffer): Use with-syntax-table.
15427         (make-completion): Don't return a list of completion entries.
15428         Update callers.
15429         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
15430         (completion-initialize): Rename from initialize-completions.
15431         (completion-find-file-hook): Rename from cmpl-find-file-hook.
15432         (kill-emacs-save-completions): Collect stats here.
15433         (save-completions-to-file, load-completions-from-file):
15434         Use with-current-buffer.
15435         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
15436         into a function.  Move all calls to toplevel.
15437         (completion-lisp-mode-hook): New fun.
15438         (completion-c-mode-hook, completion-setup-fortran-mode):
15439         Set the syntax-table here.  Use local-set-key.
15440         (completion-saved-bindings): New var.
15441         (dynamic-completion-mode): Make it into a proper minor mode.
15442         (load-completions-from-file): Remove unused var `num-uses'.
15444         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
15445         constructor if it is explicitly overridden.
15447         * complete.el (PC-completion-as-file-name-predicate):
15448         Use minibuffer-completing-file-name.
15449         (partial-completion-mode): Use find-file-not-found-functions.
15450         (PC-lisp-complete-symbol): Use with-syntax-table.
15451         (PC-look-for-include-file): Remove dead setq.
15452         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
15453         (PC-complete): Use with-current-buffer.
15455         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
15456         escape single quotes.
15458 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
15460         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
15461         of `if' whose condition always returned nil.  Doc fix.
15463         * buff-menu.el (Buffer-menu-revert-function): Make the selected
15464         window's buffer the current buffer around the call to
15465         `list-buffers-noselect'.  This is necessary to mark that buffer
15466         with a `.' in the Buffer Menu when called from Lisp, for instance
15467         by Auto Revert Mode.
15469 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
15471         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
15472         attaching to it.
15473         (gdb-pre-prompt): Make sure gdb-error is reset.
15475         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
15476         with a child process, detect it.
15477         (gud-speedbar-buttons): Match regexp more carefully.
15479 2005-11-27  Richard M. Stallman  <rms@gnu.org>
15481         * mouse.el (mouse-drag-move-window-bottom):
15482         Use adjust-window-trailing-edge.
15484 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
15486         * simple.el (blink-matching-open): Ignore
15487         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
15488         (blink-matching-paren-on-screen): Update docstring.
15490         * paren.el (show-paren-mode): No longer change
15491         `blink-matching-paren-on-screen'.
15493 2005-11-27  John Paul Wallington  <jpw@pobox.com>
15495         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
15496         (gdb-threads-select, gdb-edit-register-value):
15497         Use `posn-set-point' instead of `mouse-set-point' because the
15498         latter is not fbound when configured without X.
15500 2005-11-27  Kim F. Storm  <storm@cua.dk>
15502         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
15503         existing face when partially highlighting a TAB in a rectangle.
15505 2005-11-26  Kim F. Storm  <storm@cua.dk>
15507         * ido.el (ido-mode-map): Doc fix.
15508         (ido-mode-common-map, ido-mode-file-map)
15509         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
15510         (ido-define-mode-map): Rewrite.  Select one of the new maps as
15511         parent for ido-mode-map instead of building from scratch.
15512         (ido-init-mode-maps): New defun to initialize new maps.
15513         (ido-mode): Call it.
15514         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
15515         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
15517 2005-11-26  John Paul Wallington  <jpw@pobox.com>
15519         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
15520         `mouse-set-point' because the latter is not fbound when configured
15521         without X.
15523 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
15525         * files.el (file-relative-name): Doc fix.
15527 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
15529         * progmodes/octave-inf.el (inferior-octave-startup): Force a
15530         non-empty string for secondary prompt PS2.
15532 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
15534         * progmodes/compile.el (compilation-setup): Fix last change.
15536 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
15538         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
15539         (gdb-mouse-toggle-breakpoint-margin)
15540         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
15541         Add gdb-server-prefix to keep out of command history.
15542         (gdb-edit-register-value): New function.
15543         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
15544         (gdb-info-registers-custom): Use above map.
15546 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
15548         * custom.el (enable-theme): Signal error if argument is not a
15549         theme.  Don't recalculate a face if it's not loaded yet.
15551         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
15552         the `user' theme is in effect.
15554         * info.el (Info-on-current-buffer): Record actual filename in
15555         Info-current-file, instead of t, or a fake filename if a non-file
15556         buffer.  Make autoload.
15557         (Info-find-node, Info-revert-find-node): No need to check for
15558         Info-current-file nil.
15559         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
15560         Info-current-file is now never `t'.
15561         (Info-fontify-node): Many simplifications due to Info-current-file
15562         always being valid.  Use Info-find-file to find node filename.
15564 2005-11-25  David Kastrup  <dak@gnu.org>
15566         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
15567         new character, then delete" in order to preserve markers.
15569 2005-11-25  David Ponce  <david@dponce.com>
15571         * recentf.el (recentf-arrange-by-rule): Handle a special
15572         `auto-mode-alist'-like "strip suffix" rule.
15573         (recentf-build-mode-rules): Handle second level auto-mode entries.
15575 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
15577         * viper-keym.el (viper-ESC-key): Use different values in terminal and
15578         window modes.
15580         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
15581         jde-javadoc-checker-report-mode.
15583         * ediff-wind (ediff-make-wide-display): Slight simplification.
15585         * ediff.el (ediff-date): Change the date of last update.
15587 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
15589         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
15590         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
15591         (hi-lock-mode): New global minor mode.
15592         (turn-on-hi-lock-if-enabled): New function.
15593         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
15594         Change arguments to regexp and face instead of a font-lock pattern.
15595         Directly set face property, instead of refontifying.
15596         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
15597         (hi-lock-find-patterns): Use line-number-at-pos.
15599         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
15600         arguments for hi-lock-set-pattern.
15601         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
15602         Call font-lock-fontify-buffer.
15603         (hi-lock-find-file-hook, hi-lock-current-line)
15604         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
15606         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
15607         turned off.
15609         * progmodes/compile.el (compilation-setup): Don't fiddle with
15610         font-lock-defaults.
15612 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
15614         * progmodes/gdb-ui.el (gdb-var-create-handler)
15615         (gdb-var-list-children-handler): Find values for all variable
15616         objects.  gud-speedbar-buttons decides whether to display them.
15618 2005-11-24  Romain Francoise  <romain@orebokech.com>
15620         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
15621         buffer name with a space.
15623 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
15625         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
15626         `org-export-local-list-max-depth'.  Change default value to 3.
15627         (org-auto-renumber-ordered-lists)
15628         (org-plain-list-ordered-item-terminator): New options.
15629         (org-at-item-p, org-beginning-of-item, org-end-of-item)
15630         (org-get-indentation, org-get-string-indentation)
15631         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
15632         New functions.
15633         (org-move-item-down, org-move-item-up): New commands.
15634         (org-export-as-html): New classes for CSS support.  Bug fix in
15635         regular expression detecting fixed-width regions.  Respect
15636         `org-local-list-ordered-item-terminator'.
15637         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
15638         also a list item.
15639         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
15640         New item moving functions.
15642 2005-11-24  Juri Linkov  <juri@jurta.org>
15644         * isearch.el (isearch-repeat): With empty search ring set
15645         `isearch-error' to the error string instead of signaling error
15646         with the function `error'.
15648 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15650         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
15652 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
15654         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
15655         and variable.
15656         (gdb-var-create-handler, gdb-var-list-children-handler):
15657         Don't match on "char **...".
15658         (gdb-var-update-handler): Find values for all variable objects.
15659         (gdb-info-frames-custom): Identify frames by leading "#".
15661         * progmodes/gud.el (gud-speedbar-menu-items): Add
15662         gdb-speedbar-auto-raise as radio button.
15663         (gud-speedbar-buttons): Raise speedbar if requested.
15664         Don't match on "char **...".
15665         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
15666         Make it editable.
15668 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
15670         * info.el (Info-fontify-node): Handle the case where
15671         Info-current-file is t.
15673 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15675         * simple.el (blink-matching-open): Fix off-by-one in last change.
15677 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15679         * term/mac-win.el: Don't change default directory.
15681 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
15683         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
15684         buffers correctly.  (It used to throw an error in such buffers.)
15685         Make it ask for confirmation in group buffers and other Custom
15686         buffers containing more than one customization item.
15688 2005-11-22  John Paul Wallington  <jpw@gnu.org>
15690         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
15691         property on mail and url overlays.
15692         (goto-address-at-point): Use `posn-set-point' instead of
15693         `mouse-set-point' because the latter is not fbound when configured
15694         without X.
15696 2005-11-22  Lars Hansen  <larsh@soem.dk>
15698         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
15699         (ls-lisp-classify, ls-lisp-format): Delete call to
15700         ls-lisp-parse-symlink.
15701         (ls-lisp-handle-switches): Handle symlinks to directories as
15702         directories when ls-lisp-dirs-first in non-nil.
15704 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
15706         * startup.el (command-line): Make sure that loaddefs.el is handled
15707         correctly in load-history.
15709 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
15711         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
15712         (gdb-struct-string, gdb-array-string): New constants.
15713         (gdb-info-locals-handler): Use them.
15714         (gdb-reset): Reset gdb-var-list to nil.
15716 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15718         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
15719         in patterns.
15721 2005-11-21  Juri Linkov  <juri@jurta.org>
15723         * custom.el (defcustom): Update link types in docstring.
15725 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
15727         * custom.el (defgroup): Add doc-string-elt info.
15729         * widget.el (define-widget): Don't use declare for the doc-string-elt.
15731 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15733         * newcomment.el (comment-enter-backward): Fix last fix.
15735         * simple.el (blink-matching-open):
15736         * paren.el (show-paren-function): Allow new paren-class info.
15738 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
15740         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
15741         handled automagically.
15743 2005-11-20  Andreas Schwab  <schwab@suse.de>
15745         * descr-text.el (describe-char): When copying overlays put them
15746         over the full char description instead of just the first character
15747         of it.
15749 2005-11-20  Juri Linkov  <juri@jurta.org>
15751         * simple.el (what-cursor-position):
15752         * descr-text.el (describe-char): Use Lisp-readable syntax
15753         for octal and hex.  Reorder decimal, octal and hex values.
15754         Remove excess whitespace in the output.  Use `=' in `column='
15755         like in `point=' and `Hscroll='.
15757         * international/mule-cmds.el (encoded-string-description):
15758         Use Lisp-readable syntax for hex.
15760 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15762         * newcomment.el (comment-enter-backward): Handle the case where the
15763         comment is closed by EOB.
15765 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15767         * longlines.el (longlines-before-revert-hook)
15768         (longlines-after-revert-hook): New functions.
15769         (longlines-mode): Turn off longlines temporarily when reverting.
15770         Add a message-setup-hook.
15771         (longlines-decode-buffer): New function.
15772         (longlines-wrap-line): Preserve marker positions.
15774 2005-11-19  Andreas Schwab  <schwab@suse.de>
15776         * emacs-lisp/shadow.el: Handle compressed files.
15778 2005-11-19  Romain Francoise  <romain@orebokech.com>
15780         * net/browse-url.el (browse-url-default-browser): Signal an error
15781         if no usable browser can be found, rather than try to load w3.
15783 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
15785         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
15786         replacing existing properties.
15787         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
15788         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
15789         tty specs.
15790         (rcirc-server-prefix, rcirc-server): New faces.
15791         (rcirc-url-regexp): Generate with rx macro.
15792         (rcirc-last-server-message-time): New variable.
15793         (rcirc-filter): Record time of last message.
15794         (rcirc-keepalive): Kill processes that did not send a message
15795         since the last ping.
15796         (rcirc-mode): Give rcirc-topic a local binding here.
15798 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
15800         * subr.el (read-passwd): Fontify the prompt as we do with other
15801         prompts.
15803 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
15805         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
15806         binding buffer-read-only to nil.
15808 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
15810         * complete.el (partial-completion-mode):
15811         Mention completion-auto-help in the doc string.
15813         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
15814         more Lisp-ish way.
15816 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
15818         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
15819         digits, not 8, to avoid misalignment for files larger than 100MB.
15821 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
15823         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
15824         Mention "keyboard shortcuts" in the help text.
15826 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15828         * startup.el (fancy-splash-default-action): Discard only
15829         mouse-down and succeeding mouse-up events in the splash screen
15830         window so that drag-n-drop event can be processed.
15832 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
15834         * longlines.el (longlines-mode): Add hacks for mail-mode and
15835         message-mode.
15837 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
15839         * textmodes/org.el (org-table-sort-lines): New command.
15840         (org-tbl-menu): Add entry for `org-table-sort-lines'.
15841         (org-add-file): Command removed, use `org-agenda-file-to-front'
15842         instead.
15843         (org-export-icalendar): Use `org-icalendar-combined-name'.
15844         (org-cycle-agenda-files, org-agenda-file-to-end)
15845         (org-agenda-file-to-front): New commands.
15846         (org-table-tab-jumps-over-hlines, org-export-html-style):
15847         New options.
15848         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
15849         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
15850         New functions.
15851         (org-fill-paragraph): Call `org-table-align' in tables.
15852         (org-mode): Call `org-set-autofill-regexps'.
15853         (org-export-as-html): Support for local handformatted lists.
15854         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
15855         (org-export-local-list-max-depth): New option.
15856         (org-html-expand): Use `org-html-protect'.
15858 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
15860         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
15861         to "p".
15862         (gdb): Move definition of gud-pp to...
15864         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
15865         speedbar.
15866         (gdb-find-watch-expression): New function.
15868 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15870         * faces.el (face-attribute, set-face-attribute): Mention existence
15871         of `:ignore-defface' setting in docstring.
15873 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15875         * simple.el (completion-setup-function): Fix last change.
15877 2005-11-17  John Paul Wallington  <jpw@pobox.com>
15879         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
15880         Use `posn-set-point' instead of `mouse-set-point' because the
15881         latter is not fbound when configured without X.
15883         * comint.el (comint-insert-input): Likewise.
15885 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15887         * simple.el (hard-newline): New variable.
15888         (sendmail-user-agent-compose, next-line): Use it.
15890         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
15891         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
15892         (mail-mail-reply-to, mail-mail-followup-to)
15893         (mail-position-on-field, mail-signature, mail-yank-original)
15894         (mail-attach-file): Likewise.
15896         * mail/mailheader.el (mail-header-format)
15897         (mail-header-format-function): Likewise.
15899         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
15901 2005-11-17  Juri Linkov  <juri@jurta.org>
15903         * font-lock.el (font-lock-faces): Rename this defgroup from
15904         `font-lock-highlighting-faces'.
15905         (font-lock-comment-face, font-lock-comment-delimiter-face)
15906         (font-lock-string-face, font-lock-doc-face)
15907         (font-lock-keyword-face, font-lock-builtin-face)
15908         (font-lock-function-name-face, font-lock-variable-name-face)
15909         (font-lock-type-face, font-lock-constant-face)
15910         (font-lock-warning-face, font-lock-negation-char-face)
15911         (font-lock-preprocessor-face)
15912         (font-lock-regexp-grouping-backslash)
15913         (font-lock-regexp-grouping-construct): Rename :group from
15914         `font-lock-highlighting-faces' to `font-lock-faces'.
15916         * cus-edit.el (lisp, c, tex):
15917         * progmodes/ada-mode.el (ada):
15918         * progmodes/asm-mode.el (asm):
15919         * progmodes/cperl-mode.el (cperl-faces):
15920         * progmodes/cpp.el (cpp):
15921         * progmodes/dcl-mode.el (dcl):
15922         * progmodes/f90.el (f90):
15923         * progmodes/fortran.el (fortran):
15924         * progmodes/icon.el (icon):
15925         * progmodes/idlwave.el (idlwave-misc):
15926         * progmodes/m4-mode.el (m4):
15927         * progmodes/make-mode.el (makefile):
15928         * progmodes/meta-mode.el (meta-font):
15929         * progmodes/modula2.el (modula2):
15930         * progmodes/octave-mod.el (octave):
15931         * progmodes/pascal.el (pascal):
15932         * progmodes/perl-mode.el (perl):
15933         * progmodes/prolog.el (prolog):
15934         * progmodes/ps-mode.el (PostScript-edit):
15935         * progmodes/scheme.el (scheme):
15936         * progmodes/sh-script.el (sh-script):
15937         * progmodes/simula.el (simula):
15938         * progmodes/tcl.el (tcl):
15939         * textmodes/nroff-mode.el (nroff):
15940         * textmodes/reftex-vars.el (reftex-fontification-configurations):
15941         * textmodes/sgml-mode.el (sgml):
15942         * textmodes/texinfo.el (texinfo):
15943         Add :link (custom-group-link font-lock-faces) to defgroup.
15945         * hi-lock.el (hi-lock): Rename this defgroup from
15946         `hi-lock-interactive-text-highlighting'.  Change parent group from
15947         `faces' to `font-lock'.  Add link to the manual.
15948         (hi-lock-mode, hi-lock-file-patterns-range)
15949         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
15950         `hi-lock-interactive-text-highlighting' to `hi-lock'.
15951         (hi-lock-faces): Add :group `faces'.
15953         * cus-edit.el (custom-variable-prompt): Clarify the code.
15955         * faces.el (face-read-string): Set the default value arg of
15956         completing-read.
15958 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
15960         * rfn-eshadow.el (file-name-shadow-properties)
15961         (file-name-shadow-tty-properties, file-name-shadow-mode):
15962         Remove autoloads, because the file is now preloaded.
15964 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15966         * printing.el (easy-menu-intern): Don't define.
15967         (pr-get-symbol): Use easy-menu-intern only if defined.
15969         * simple.el (blink-matching-open): Simplify a bit.
15970         (completion-setup-function): Fix the case of partial-completion-mode
15971         when the minibuffer's contents start with "-".
15972         Obey completion-base-size-function even when
15973         minibuffer-completing-file-name is non-nil.
15975 2005-11-16  Richard M. Stallman  <rms@gnu.org>
15977         * net/eudcb-ph.el (eudc-ph-open-session):
15978         Use set-process-query-on-exit-flag.
15980         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
15982         * international/ucs-tables.el (ucs-set-table-for-input):
15983         Use make-local-variable, not make-variable-buffer-local.
15985         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
15986         Improve warning message text.
15988         * savehist.el (savehist-save-hook): Add :group.
15990         * menu-bar.el (menu-bar-help-menu):
15991         Rename Find Extra Packages to External Packages.
15993         * cus-edit.el (Custom-reset-standard): Verify that
15994         :custom-standard-value prop exists before calling it.
15996         * apropos.el (apropos-calc-scores): Use apropos-pattern.
15998 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
16000         * wid-edit.el (color): Enclose %t in %{...%}.
16002         * cus-edit.el (face): Enclose %t in %{...%}.
16004 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
16006         * savehist.el (savehist-mode-hook): Re-add the var.
16007         (savehist-mode): Use it.
16009 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16011         * textmodes/flyspell.el: Fix commenting convention.
16012         Remove unnecessary leading * in custom docstrings.
16013         (flyspell-emacs): Remove unused var.
16014         (flyspell-delete-region-overlays): Use remove-overlays.
16015         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
16016         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
16017         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
16018         (flyspell-debug-signal-word-checked): Use with-current-buffer.
16019         (make-flyspell-overlay): Don't locally reuse a global name.
16020         (flyspell-highlight-incorrect-region)
16021         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
16022         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
16023         (flyspell-notify-misspell): Remove unused args `start' and `end'.
16024         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
16025         Wrap calls to accept-process-output inside with-local-quit since it's
16026         often called from a post-command-hook.
16027         (flyspell-correct-word, flyspell-auto-correct-word):
16028         Use ispell-send-string.
16029         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
16031         * calendar/diary-lib.el (diary-list-entries): Also hide the
16032         terminating newline.
16034 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
16036         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
16037         window-system, to allow fonts on tty.
16039 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
16041         * progmodes/gud.el (gud-speedbar-item-info): New function.
16042         (gud-install-speedbar-variables): Use it to display data type
16043         of watch expression as a tooltip in speedbar.
16045 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
16047         * font-core.el (global-font-lock-mode): Add :version keyword,
16048         because default was changed.
16050         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
16052         * startup.el (command-line): Use `custom-reevaluate-setting' for
16053         `file-name-shadow-mode'.
16055         * loadup.el: Preload rfn-eshadow.
16057         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
16058         Add :version keyword.
16059         (file-name-shadow-properties, file-name-shadow-tty-properties)
16060         (file-name-shadow): Add :version keyword.
16062         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
16063         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
16064         in the custom-group property of the symbol frames and the fringe
16065         group got no link to its parent group frames.
16066         Doc fix.
16068 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16070         * progmodes/gud.el (gud-stop-subjob): New function.
16071         (gud-menu-map, gud-tool-bar-map): Use it.
16073 2005-11-16  Kim F. Storm  <storm@cua.dk>
16075         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
16076         than kill it.
16077         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
16078         to a more useful/logical place.
16080 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16082         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
16083         go buttons complementary.
16085 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16087         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
16088         (rfn-eshadow-sifn-equal): New function.
16089         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
16091 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
16093         * viper-utils.el (viper-non-word-characters-reformed-vi):
16094         Quote `-' in string.
16096         * viper.el (viper-emacs-state-mode-list): Ensure that
16097         rcirc-mode buffers come up in Emacs state.
16099         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
16100         operation.
16102 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
16104         * term.el (term-termcap-format): Fix typos.
16105         (term-down): Fix the negative argument case.
16107 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16109         * progmodes/gdb-ui.el: Remove face-alias left over from change on
16110         2005-08-15.
16111         (gdb-ann3): New command gud-go.
16112         (menu): Accomodate gdb-mi.el.
16113         (gdb-assembler-custom): Make buffer of selected window current
16114         so that set-window-point works.
16116         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
16117         buttons and include new ones.
16119 2005-11-16  Kim F. Storm  <storm@cua.dk>
16121         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
16122         (gud-menu-map): Use it.
16124 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
16126         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
16127         that works correctly for Custom and that does not override a user
16128         who disables it.
16130         * help-mode.el (help-make-xrefs, help-xref-on-pp)
16131         (help-xref-interned, help-follow): Make hyperlinks for variables
16132         that are unbound, but have a non-nil variable-documentation property.
16134         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
16135         mode hook.  (It conflicted with defcustoms for some mode hooks.)
16136         Use the `variable-documentation' property to give the mode hook a
16137         docstring and expand that docstring.
16139 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
16141         * savehist.el (savehist-mode): Don't bother with
16142         `custom-set-minor-mode'.
16143         (savehist-coding-system): Check XEmacs version.
16144         (history-length): Declare also at run time.
16145         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
16146         Don't set the customize state.
16147         (savehist-minibuffer-hook): Special case for when
16148         minibuffer-history-variable is equal to t.
16150 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16152         * files.el (write-file): Refresh VC status.
16154         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
16155         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
16156         than fundamental-mode to see if the mode was set.
16158 2005-11-14  Romain Francoise  <romain@orebokech.com>
16160         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
16161         dummy function in `eval-when-compile' to avoid compiler warning.
16162         Require `man' at compile time.
16164 2005-11-14  Jay Belanger  <belanger@truman.edu>
16166         * calc-alg.el (calcFunc-write-out-power): Rename it to
16167         calcFunc-powerexpand.
16168         (math-write-out-power): Rename it to math-powerexpand; have it
16169         handle negative exponents.
16170         (calc-writeoutpower): Rename it to calc-powerexpand.
16172         * calc-ext.el: Change calcFunc-writeoutpower and
16173         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
16174         autoloads.
16175         Add calcFunc-ldiv to autoloads.
16177         * calc-arith.el (calcFunc-ldiv): New function.
16179         * calc.el (calc-left-divide): New function.
16181 2005-11-14  Juri Linkov  <juri@jurta.org>
16183         * cus-edit.el (custom-variable-prompt): Set the default value arg
16184         of completing-read.
16186         * cus-dep.el (custom-make-dependencies): Reverse the list of
16187         found dependencies.
16189 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
16191         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
16192         Highlighting" entry, it is on by default now.
16193         (menu-bar-options-save): Do not save global-font-lock-mode.
16195 2005-11-13  Richard M. Stallman  <rms@gnu.org>
16197         * textmodes/flyspell.el (flyspell-large-region):
16198         Call flyspell-accept-buffer-local-defs.
16200 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
16202         * textmodes/flyspell.el (flyspell-notify-misspell):
16203         Fix misspelling of "Misspelling".
16204         (flyspell-process-localwords): New function.
16205         (flyspell-large-region): Call flyspell-process-localwords and
16206         flyspell-delete-region-overlays.
16207         (flyspell-delete-region-overlays): New function.
16208         (flyspell-delete-all-overlays): Call that.
16210 2005-11-13  Richard M. Stallman  <rms@gnu.org>
16212         * help.el (help-for-help-internal): Improve doc of C-h a.
16213         (describe-key): Improve prompt; doc fix.
16215 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16217         * vc-svn.el (vc-svn-registered): Catch all errors.
16219         * cus-dep.el (custom-make-dependencies): Typo.
16221 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
16223         * net/tramp-util.el (top): Fix compilation warning.
16225 2005-11-13  Kim F. Storm  <storm@cua.dk>
16227         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
16229 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
16231         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
16232         (gud-speedbar-buttons): Match on "const char *" too.
16234         * progmodes/gdb-ui.el (gdb-var-create-handler)
16235         (gdb-var-list-children-handler): Match on "const char *" too.
16236         (gdb-var-evaluate-expression-handler): Match on empty string.
16237         (gdb-var-update-handler): Only call
16238         gdb-var-evaluate-expression-handler when required.
16240 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
16242         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
16243         selected window.  This still doesn't work for speedbar.
16244         (gud-speedbar-buttons): Handle string expressions properly.
16246         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16247         (gdb-var-create-handler): Handle string expressions properly.
16248         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
16249         Handle string expressions properly.  Move "type" field into regexp.
16251 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
16253         * bookmark.el (bookmark-maybe-message): New function to reduce
16254         code duplication: invokes `message' iff baud-rate is high enough.
16255         (bookmark-write-file): Use above instead of an inline conditional.
16256         (bookmark-load): Same.
16258 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
16260         * bookmark.el (bookmark-write-file): Don't visit the destination
16261         file, just write the data to it using write-region.  This is
16262         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
16263         change to avoid visiting the file in the first place.
16265 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
16267         * hi-lock.el (hi-lock-mode): Set the default value of
16268         font-lock-defaults.
16270 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
16272         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
16273         arg to `file-attributes'.
16274         (find-lisp-format): The UID and GID can now be strings.
16276 2005-11-12  Kim F. Storm  <storm@cua.dk>
16278         * help.el (help-map): Bind C-h d to apropos-documentation.
16280         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
16281         when point is at end-of-buffer.
16283         * apropos.el (apropos-match-face): Doc fix.
16284         (apropos-sort-by-scores): Add new choice `verbose'.
16285         (apropos-documentation-sort-by-scores): New defcustom.
16286         (apropos-pattern): Now contains the pattern entered by the user.
16287         (apropos-pattern-quoted): New defvar.
16288         (apropos-regexp): New defvar, containing the regexp corresponding
16289         to apropos-pattern.
16290         (apropos-all-words-regexp): Rename from apropos-all-regexp.
16291         (apropos-read-pattern): New defun.  Use it to read pattern arg in
16292         interactive calls; returns list of words for a word list, and
16293         string for a regexp.
16294         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
16295         parses a list of words or regexp as returned by apropos-read-pattern.
16296         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
16297         (apropos-score-doc): Return a very high score if the string
16298         entered by the user matches literally.
16299         (apropos-variable): Doc fix.  Use apropos-read-pattern.
16300         (apropos-command): Doc fix.  Use apropos-read-pattern and
16301         apropos-parse-pattern.  Call apropos-print with nosubst=t.
16302         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
16303         apropos-parse-pattern.
16304         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
16305         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
16306         apropos-documentation-sort-by-scores.  Call apropos-print with
16307         nosubst=t.
16308         (apropos-documentation-internal): Pass doc string through
16309         substitute-key-definition before adding text properties.
16310         Highlight substring matching literal user input if possible.
16311         (apropos-documentation-check-doc-file): Remove locals beg and end.
16312         Fix calculation of score (as added twice).  Pass doc string through
16313         substitute-key-definition before adding text properties.
16314         (apropos-documentation-check-elc-file): Pass doc string through
16315         substitute-key-definition before adding text properties.
16316         Highlight substring matching literal user input if possible.
16317         (apropos-print): Add new arg NOSUBST; if set, command and variable
16318         doc strings have already been passed through substitute-key-definition.
16319         Add code to handle apropos-accumulator items without score element
16320         for backwards compatibility (e.g. with woman package).
16321         Only show scores if apropos-sort-by-scores is `verbose'.
16323 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16325         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
16326         Add jka-compr-load-suffixes to load-suffixes.
16328         * jka-compr.el: Require jka-cmpr-hook.
16329         (jka-compr-info-compress-message, jka-compr-info-compress-program)
16330         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
16331         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
16332         (jka-compr-info-can-append, jka-compr-info-strip-extension)
16333         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
16334         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
16335         (jka-compr-uninstall): Remove entries from
16336         jka-compr-added-to-file-coding-system-alist after they are used.
16337         (jka-compr-error): Remove unused var `curbuf'.
16338         (jka-compr-file-local-copy): Remove unused var `notfound'.
16340 2005-11-10  Romain Francoise  <romain@orebokech.com>
16342         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
16344 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
16346         * progmodes/gud.el (gud-menu-map): Move parentheses.
16347         (gdb): New command gud-pv.
16349 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16351         * tar-mode.el: Remove spurious or unnecessary leading stars
16352         in docstrings.
16353         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
16354         (tar-parse-octal-integer-safe): Use mapc.
16355         (tar-header-block-summarize): Remove unused var `ck'.
16356         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
16357         cleared before.  Obey default-enable-multibyte-characters.
16358         Use mapconcat.  Simplify setting of tar-header-offset.
16359         (tar-mode-map): Move initialization inside delcaration.
16360         (tar-flag-deleted): Use `abs'.
16361         (tar-expunge-internal): Remove unused var `line'.
16362         (tar-expunge-internal): Don't hardcode point-min==1.
16363         (tar-expunge): Widen while doing set-buffer-multibyte.
16364         (tar-rename-entry): Use file-name-coding-system.
16365         (tar-alter-one-field): Don't hardcode point-min==1.
16366         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
16367         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
16369 2005-11-10  Masatake YAMATO  <jet@gyve.org>
16371         * add-log.el (add-log-current-defun): Handle class::method
16372         notation of c++.  Fix incorrect comment.
16374 2005-11-10  Alan Mackenzie  <acm@muc.de>
16376         * help-fns.el (describe-variable): Make C-h v work when a variable
16377         has variable documentation yet is unbound.
16379 2005-11-10  Masatake YAMATO  <jet@gyve.org>
16381         * man.el (Man-highlight-references): Set an empty
16382         string to `Man-arguments' if it is nil.
16383         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
16385 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16387         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
16388         commenting conventions.
16390         * cus-dep.el (custom-make-dependencies): Simplify.
16391         Better follow the commenting conventions.
16393 2005-11-09  Richard M. Stallman  <rms@gnu.org>
16395         * apropos.el (apropos-pattern): Rename from apropos-regexp.
16396         (apropos-orig-pattern): Rename from apropos-orig-regexp.
16397         All uses changed.
16398         (apropos-rewrite-regexp): Doc fix.
16399         (apropos-variable, apropos-command, apropos, apropos-value):
16400         Change prompt; carry through the argument renaming.
16402 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
16404         * find-lisp.el: Require dired.
16405         (find-lisp-find-dired-internal): Do not call
16406         `abbreviate-file-name' on DIR.
16408 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
16410         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
16412 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
16414         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
16415         when using the speedbar.
16416         (gdb): New command gud-pp.
16417         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
16419 2005-11-09  Juri Linkov  <juri@jurta.org>
16421         * replace.el (occur-excluded-properties): New defcustom.
16422         (occur-1, occur-engine, occur-accumulate-lines): Use it.
16424 2005-11-08  Jay Belanger  <belanger@truman.edu>
16426         * calc/calc-units.el (math-convert-units): Replace any composite
16427         unit by its definition.
16429 2005-11-08  Lars Hansen  <larsh@soem.dk>
16431         * emacs-lisp/autoload.el (update-directory-autoloads):
16432         Add obsolete function alias.
16434 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16436         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16437         comment-indent-function.
16438         (lisp-comment-indent): Replace by an alias for comment-indent-default.
16440         * reveal.el (reveal-post-command): Rework the handling of
16441         reveal-open-spots, so as to be more reliable.  There were several
16442         tricky corner cases where an open spot might be lost, or where
16443         a closed spot might end up on the list of open spots.
16444         Only reveal text that's ellipsised.
16446 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
16448         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
16450 2005-11-07  John Paul Wallington  <jpw@gnu.org>
16452         * ibuffer.el (ibuffer): Search iconified frames too when
16453         getting Ibuffer buffer's window.
16455 2005-11-06  Richard M. Stallman  <rms@gnu.org>
16457         * progmodes/compile.el (compilation-internal-error-properties):
16458         save-excursion around the computation of MARKER.
16460 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
16462         * textmodes/flyspell.el (flyspell-external-point-words):
16463         flyspell-get-word returns a list, not just a string.
16465 2005-11-06  John Paul Wallington  <jpw@pobox.com>
16467         * ibuffer.el (ibuffer): Search all visible frames when getting
16468         Ibuffer buffer's window.
16470 2005-11-07  Masatake YAMATO  <jet@gyve.org>
16472         * man.el (Man-reference-regexp): Accept spaces between
16473         `Man-name-regexp' and `Man-section-regexp'.
16474         (Man-apropos-regexp): New variable.
16475         (Man-abstract-xref-man-page): Use value for `Man-target-string'
16476         if available.
16477         (Man-highlight-references, Man-highlight-references0):
16478         Handle the case when `Man-arguments' includes "-k".
16479         (Man-highlight-references0): Rename the argument `TARGET-POS' to
16480         `TARGET'. `TARGET' can be a number, function or nil.
16482 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
16484         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
16485         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
16486         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
16487         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
16488         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
16489         (gdb-send-item): Use buffer-local-value and simplify.
16491 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
16493         * startup.el (command-line): Use `custom-reevaluate-setting' for
16494         `global-font-lock-mode'.
16496         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
16497         by default, except in batch mode or when the -D option is given.
16499         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
16500         specified keyword args on to `define-minor-mode'.  Update docstring.
16502 2005-11-05  Romain Francoise  <romain@orebokech.com>
16504         * replace.el (occur-engine): Add marker at end of line, too.
16506 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
16508         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16509         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16510         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16511         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16512         argument to all these routines, so the passphrase can be managed
16513         externally and passed in to the system.
16514         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16515         pgg-add-passphrase-to-cache function.
16517         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16518         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
16519         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
16520         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
16521         argument to all these routines, so the passphrase can be managed
16522         externally and passed in to the system.
16523         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
16524         function.
16526 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
16528         * font-lock.el: Don't deal with font-lock-face-attributes here,
16529         move the code ...
16531         * startup.el (command-line): ... here.  Use face-spec-set instead
16532         of custom-declare-face.
16534         * faces.el (face-spec-set): Reset the face if spec is not nil.
16536 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16538         * newcomment.el (comment-region-internal): Box more tightly in the
16539         common case where there's no TAB in the boxed text.
16541 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16543         * info.el (info-tool-bar-map): Use images prev-node, next-node and
16544         up-node.
16546 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
16548         * newsticker.el: Commentary updated.  Code formatting changed.
16549         (newsticker-version): Change to "1.9".
16550         (newsticker, newsticker-feed): Doc fix.
16551         (newsticker-url-list): Doc fix.  Add option "Weekly".
16552         (newsticker-retrieval-interval): Add option "Weekly".
16553         (newsticker-headline-processing): Doc fix.
16554         (newsticker-auto-mark-filter): Remove.
16555         (newsticker-auto-mark-filter-list): New.
16556         (newsticker-layout, newsticker-sort-method): Doc fix.
16557         (newsticker-hide-old-items-in-newsticker-buffer)
16558         (newsticker-heading-format, newsticker-item-format)
16559         (newsticker-desc-format): Doc fix.
16560         (newsticker-show-all-rss-elements): Remove.
16561         (newsticker-show-all-news-elements): New.
16562         (newsticker-faces, newsticker-ticker): Doc fix.
16563         (remove-from-invisibility-spec): Code formatting.
16564         (newsticker--process-ids): New.
16565         (newsticker-mode): Doc fix.
16566         (newsticker-mode): Change mode-line-format.
16567         (newsticker-start): Remove debug output.
16568         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
16569         (newsticker-w3m-show-inline-images): Code formatting.
16570         (newsticker-next-item): Call `force-mode-line-update'.
16571         (newsticker-previous-item): Call `force-mode-line-update'.
16572         (newsticker-next-feed): Call `force-mode-line-update'.
16573         (newsticker-previous-feed): Call `force-mode-line-update'.
16574         (newsticker-mark-all-items-at-point-as-read): Code formatting.
16575         (newsticker-show-old-items): Do not show descs.
16576         (newsticker-hide-entry): Hide too much.
16577         (newsticker-hide-entry, newsticker-show-entry)
16578         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
16579         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
16580         (newsticker-toggle-auto-narrow-to-item): Code formatting.
16581         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
16582         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
16583         (newsticker-get-news): Call `force-mode-line-update'.
16584         Collect process ids.
16585         (newsticker--sentinel): Change coding system handling.
16586         Move image retrieval to new functions newsticker--get-logo-url-*.
16587         Move feed parsing to new functions newsticker--parse-*.
16588         Update list of process ids.
16589         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
16590         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
16591         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
16592         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
16593         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16594         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
16595         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
16596         (newsticker--decode-coding-string): Remove.
16597         (newsticker--decode-numeric-entities): Check input.  Format code.
16598         (newsticker--remove-whitespace): Check input.
16599         (newsticker--do-forget-preformatted): Doc fix.
16600         (newsticker--decode-rfc822-date): Allow for missing time.
16601         (newsticker--update-process-ids): New.
16602         (newsticker--image-sentinel): Change comment.
16603         (newsticker--image-read): Change error message.
16604         (newsticker--imenu-goto): Doc fix.  Show headline title.
16605         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
16606         (newsticker--buffer-do-insert-text): Clean whitespace in
16607         html-rendered headline title.  Code formatting.
16608         Call `newsticker--buffer-print-extra-elements'.
16609         (newsticker--buffer-print-extra-element): Remove.
16610         (newsticker--buffer-print-extra-elements): New.
16611         (newsticker--buffer-do-print-extra-element): New.
16612         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
16613         large sizes.
16614         (newsticker--run-auto-mark-filter)
16615         (newsticker--do-run-auto-mark-filter):
16616         Use `newsticker-auto-mark-filter-list'.
16618 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
16620         * net/rcirc.el: Use split-string OMIT-NULLS argument.
16621         (rcirc-print): Force redisplay before running hooks.  Do long
16622         buffer truncation after making new text read-only.  Deal with nil
16623         text when decoding strings.  If TARGET is nil, use either the
16624         currently selected buffer, if it is an rcirc buffer and of the
16625         same process or the process buffer.
16626         (rcirc-mode): Remove header-line.  Recompute short buffer names.
16627         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
16628         (rcirc-short-buffer-name): Add variable.
16629         (rcirc-kill-buffer-hook): Recompute short buffer names.
16630         Remove nick from private channel.
16631         (rcirc-send-input): Send command text to current-buffer.
16632         Don't clear overlay arrow here.
16633         (rcirc-short-buffer-name): Return a short buffer name.
16634         (rcirc-update-short-buffer-names, rcirc-abbreviate)
16635         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
16636         buffer-name abbreviations.
16637         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
16638         Do not touch nick-table when killing a parted channel.
16639         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
16640         Clear arrow from current buffer if it is now hidden.
16641         (rcirc-current-buffer): Add variable.
16642         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
16643         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
16644         Remove -face from names.
16645         (rcirc-update-activity-string): Print "DND" when globally ignoring
16646         activity.
16647         (rcirc-ignore-buffer-activity-flag): Rename from
16648         rcirc-ignore-channel-activity.
16649         (rcirc-ignore-all-activity-flag): Doc fix.
16650         (rcirc-channels): Remove variable.
16651         (rcirc-kill-buffer-hook):
16652         (rcirc-get-buffer-create): Add nick to private channel.
16653         (rcirc-multiline-edit-submit): Remove tabs.
16654         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
16655         folded.
16656         (rcirc-remove-nick-channel): Bug fix.
16657         (rcirc-toggle-ignore-buffer-activity): Rename from
16658         rcirc-toggle-ignore-channel-activity.
16659         (rcirc-record-activity): Add buffers to the front of the list.
16660         (rcirc-update-activity): Remove killed buffers from list.
16661         (rcirc-process-server-response-1): Remove last argument if it is
16662         null before calling handler.
16663         (rcirc): Add "rcirc" defcustom prefix.
16664         (rcirc-prompt): Simplify default prompt.
16665         Use custom-initialize-default.
16666         (rcirc-private-chats): Remove variable.
16667         (rcirc-prompt): Change initialization.
16668         (rcirc-version): Remove function.
16669         (rcirc-id-string): Add constant.
16670         (rcirc-last-buffer): Remove variable.
16671         (rcirc-buffer-alist): Add variable.
16672         (rcirc-connect): Update variable setup.
16673         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
16674         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
16675         default.
16676         (rcirc-handler-generic): Trigger activity.
16677         (rcirc-send-message): Create the buffor of the target.
16678         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
16679         (rcirc-get-buffer): Just return nil if there is no matching buffer.
16680         (rcirc-multiline-edit-cancel): Remove function.
16681         (rcirc-set-last-buffer): Remove function.
16682         (rcirc-get-any-buffer): Add function.
16683         (rcirc-join-channels): Don't print /join text.
16684         (rcirc-toggle-ignore-channel-activity): Add and update echo area
16685         messages.
16686         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
16687         (rcirc-handler-NOTICE): Recognize CTCP responses.
16688         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
16689         constructing TOPIC string for buffers we are not JOINed.
16690         (rcirc-handler-CTCP-response): Add handler.
16691         (rcirc-multiline-edit-submit): Restore the window-configuration
16692         before adjusting point.
16693         (rcirc): Add customization group.
16694         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
16695         (rcirc-user-full-name, rcirc-startup-channels-alist)
16696         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
16697         (rcirc-ignore-all-activity-flag, rcirc-time-format)
16698         (rcirc-input-ring-size, rcirc-read-only-flag)
16699         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
16700         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
16701         Change defvar to defcustom.
16702         (rcirc-update-prompt): Add optional ALL arg, which will update
16703         prompts in all rcirc buffers.  Regexp quote replacement text.
16704         (rcirc-fill-column): Accept frame-width as a value.
16705         (rcirc-set-changed): Add function.
16706         (rcirc-next-active-buffer): Write more meaningful messages.
16707         (rcirc-faces): Add customization group.
16708         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
16709         (rcirc-nick-in-message-face, rcirc-prompt-face)
16710         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
16711         (with-rcirc-process-buffer): Move before first usage.
16712         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
16713         (rcirc-debug-flag): Rename from `rcirc-log-p'.
16714         (rcirc-debug): Rename from `rcirc-log'.
16715         (rcirc-format-response-string): Do not print `-' chars for a
16716         NOTICE with no sender.  Simplify output of server responses.
16718 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
16720         (rcirc-browse-url-map, rcirc-browse-url-at-point)
16721         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
16722         Make urls mouse and RET clickable.
16724 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
16726         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
16728 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
16730         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16731         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16732         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16733         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16734         argument to all these routines, so the passphrase can be managed
16735         externally and passed in to the system.
16736         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16737         pgg-add-passphrase-to-cache function.
16739         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16740         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
16741         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
16742         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
16743         argument to all these routines, so the passphrase can be managed
16744         externally and passed in to the system.
16745         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
16746         function.
16748 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
16750         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
16751         from goto-address-url-regexp.
16753 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
16755         * textmodes/org.el (org-read-date, org-goto-calendar)
16756         (org-recenter-calendar, org-agenda-goto-calendar):
16757         Temporarily clear `calendar-move-hook'.
16759 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
16761         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
16762         merging.
16764         * ediff-util.el (ediff-previous-difference): Don't skip regions that
16765         have merge clashes.
16767 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16769         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16770         Undo previous change.
16772         * startup.el (command-line): Use `custom-reevaluate-setting' for
16773         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
16774         tty-register-default-colors on Mac.
16776 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
16778         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
16779         (gdb-buffer-type): Make it automatically buffer local...
16780         (gdb-get-create-buffer): ...and set it accordingly.
16781         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
16782         actually work.
16784 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
16786         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
16787         not red.
16789 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
16791         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
16792         case GUD buffer is not visible.
16793         (gdb-goto-breakpoint): Try to force display in source buffer.
16794         (gdb-frame-gdb-buffer): Copy other similar functions.
16795         (gdb-restore-windows): Don't display source if not asked for.
16796         (gdb-assembler-buffer-name): Don't capitalise.
16798 2005-11-03  Richard M. Stallman  <rms@gnu.org>
16800         * wid-edit.el (key-sequence): New widget type.
16802         * simple.el (set-mark-command-repeat-pop): New variable.
16803         (set-mark-command): Only interpret plan C-@ after a pop as a pop
16804         if set-mark-command-repeat-pop is true.
16806         * info.el (Info-fontify-node): Don't display extra "see" if there
16807         already is one here.
16809         * mouse.el: Fix special handling of DEL after dragging a region:
16810         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
16811         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
16813         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
16815         * textmodes/ispell.el (ispell-command-loop): Change `i' description
16816         not to assume it pertains to an affix.
16818         * textmodes/flyspell.el (flyspell-post-command-hook):
16819         Bind deactivate-mark to prevent deactivation.
16821 2005-11-03  Lars Hansen  <larsh@soem.dk>
16823         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
16824         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
16825         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
16827 2005-11-03  Romain Francoise  <romain@orebokech.com>
16829         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
16830         Update copyright years.
16832 2005-11-03  Sam Steingold  <sds@gnu.org>
16834         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16835         Use system-type instead of window-system because window-system is not
16836         correctly defined during loadup.
16838 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
16840         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
16841         (xml-parse-tag): Join strings separated by a comment properly.
16843 2005-11-02  Andreas Schwab  <schwab@suse.de>
16845         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
16847 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16849         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
16850         (byte-optimize-pure-func): Quote the eval'd value.
16852         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
16853         Rename from perl-font-lock-syntactic-face-function.
16854         Change the calling convention so it can be used as a font-lock MATCHER.
16855         Do the parse-partial-sexp loop outselves.
16856         (perl-font-lock-syntactic-keywords): Use it.
16857         (perl-mode): Don't set font-lock-syntactic-face-function any more.
16859 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
16861         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
16862         disassembly buffer too.
16863         (gdb-exited): Remove overlay arrows when execution has finished.
16864         (gdb-info-frames-custom, gdb-info-threads-custom)
16865         (gdb-info-registers-custom): Don't add inappropriate text
16866         properties if inferior is not active.
16868 2005-11-02  Glenn Morris  <rgm@gnu.org>
16870         * progmodes/fortran.el (fortran-blink-match):
16871         Use `blink-matching-delay'.
16873 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
16875         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
16877 2005-11-02  Lars Hansen  <larsh@soem.dk>
16879         * net/tramp.el (tramp-action-out-of-band): Handle scp message
16880         "Permission denied".
16882 2005-11-01  Richard M. Stallman  <rms@gnu.org>
16884         * textmodes/flyspell.el (flyspell-external-point-words):
16885         Pass nil to flyspell-get-word.
16887 2005-11-02  Kim F. Storm  <storm@cua.dk>
16889         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
16890         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
16892 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16894         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
16895         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
16896         (calendar-mouse-print-dates): Add optional `event' argument.
16897         Update interactive-spec.
16898         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
16899         Use `calendar-event-to-date' instead of `event'.
16901 2005-11-02  Masatake YAMATO  <jet@gyve.org>
16903         * progmodes/ld-script.el (ld-script-builtins):
16904         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
16905         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
16906         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
16908 2005-11-01  Romain Francoise  <romain@orebokech.com>
16910         * vc-sccs.el: Update copyright year.
16911         * ezimage.el: Likewise.
16913 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
16915         * info.el (Info-fontify-node): Use `string-width' for fontifying
16916         underlined titles.
16918 2005-11-01  Juri Linkov  <juri@jurta.org>
16920         * info.el (Info-fontify-node): Downcase node header keywords Node,
16921         Prev, Next, Up before comparison.
16922         (Info-history): Insert absolute directory name, and put invisible
16923         property on it.
16925 2005-11-01  Juri Linkov  <juri@jurta.org>
16927         * info.el (Info-file-supports-index-cookies): New variable.
16928         (Info-find-node-2): Check makeinfo version for index cookie support.
16929         (Info-index-nodes): Search for nodes with index cookies only when
16930         Info-file-supports-index-cookies is t.  Otherwise, search nodes
16931         with "Index" in the node name.
16932         (Info-index-node): Search index cookie in the current node only when
16933         Info-file-supports-index-cookies is t.  Otherwise, check the word
16934         "Index" in the node name.
16935         (Info-find-emacs-command-nodes): Remove code that searches nodes
16936         with "Index" node name in the top menu.
16938 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16940         * progmodes/scheme.el (scheme-mode-variables): Use the default
16941         comment-indent-function.
16943         * faces.el (face-attribute): Handle the case where a face inherits from
16944         a non-existent face.
16946         * simple.el (eval-expression-print-format): Use lisp-readable syntax
16947         for octal and hexa output, and merge the char into the paren.
16948         (kill-new): Use push.
16949         (copy-to-buffer): Use with-current-buffer.
16950         (completion-setup-function): Move code in loop to remove redundancy.
16951         (minibuffer-local-must-match-map): Don't add bindings that duplicate
16952         those inherited from minibuffer-local-completion-map.
16954         * savehist.el (savehist-mode) <defcustom>:
16955         Use custom-set-minor-mode if available.
16956         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
16957         and emit a message if applicable.
16959 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
16961         * savehist.el: Sync up to version 19.
16962         (savehist-mode): New minor mode.
16963         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
16964         (savehist-length): Remove (use history-length instead).
16965         (savehist-file-modes): Rename from savehist-modes.
16966         (savehist-save-hook, savehist-loaded): New vars.
16967         (savehist-load): Use savehist-mode.  Try to smooth up transition from
16968         old format to new format.
16969         (savehist-install): Allow savehist-autosave-interval to be nil.
16970         (savehist-save): Run the new hook.  Be more careful to only trim the
16971         history variables.
16972         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
16973         (savehist-printable): Print into a buffer rather than char-by-char.
16975 2005-11-01  John Wiegley  <johnw@newartisans.com>
16977         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
16978         toggle-ignore keybinding (C-a).  The author said it had been
16979         disabled much earlier due to a possible incompatibility, but after
16980         many months of usage I have encountered no problems (and it is a
16981         rather useful option, especially for switching to " *temp*").
16983         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
16984         support for OS/X's AddressBook, by calling out to the open source
16985         program "contacts" (installable through Fink).
16987         * net/eudc.el (eudc-expand-inline): If the
16988         `eudc-multiple-match-handling-method' is set to `all', delete the
16989         query string before inserting the query result.
16991         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
16992         flag, to prevent Eshell from using the system ls when
16993         `eshell-ls-insert-directory' is in used.
16994         (eshell-ls-insert-directory): Disable font-lock in directory
16995         buffer so that Eshell's own fontification is seen.  This broke
16996         recently due to changes in font-lock, so this goes back to version
16997         21 behavior.
16999 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
17001         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
17002         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
17003         (gdb-many-windows): Doc fix.
17005 2005-10-31  Romain Francoise  <romain@orebokech.com>
17007         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
17009 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
17011         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
17012         that global-font-lock-mode can be enabled by default.
17014         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
17015         (font-lock-add-keywords, font-lock-remove-keywords)
17016         (font-lock-fontify-buffer): Remove autoload cookies.
17018         * jit-lock.el (jit-lock-register): Likewise.
17020         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
17022 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
17024         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
17025         intact if there is no gud-comint-buffer.
17027 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
17029         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
17030         old prompt comint-prompt-read-only is t and GDB commands are
17031         issued from tool bar etc.
17033 2005-10-31  Masatake YAMATO  <jet@gyve.org>
17035         * vc.el (vc-directory-exclusion-list): Add "{arch}".
17037 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17039         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
17040         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
17042 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
17044         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
17045         starting at beginning of line.  Fontification is messed up when
17046         `open-paren-in-column-0-is-defun-start' set to t.
17047         Reported by John Paul Wallington <jpw@pobox.com>.
17049 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
17051         * comint.el (comint-send-input): Call `comint-update-fence' when
17052         `comint-process-echoes' and `comint-prompt-read-only' are both
17053         non-nil, to avoid leftover read-only newline.
17055 2005-10-30  Richard M. Stallman  <rms@gnu.org>
17057         * textmodes/flyspell.el (flyspell-external-point-words):
17058         Detect when WORD can't be checked properly because
17059         flyspell-get-word finds just part of it, and move on.
17061         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
17062         boundarychar for Polish.
17063         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
17064         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
17066 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
17068         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
17069         (gdb-registers-font-lock-keywords): Delete.
17070         (gdb-registers-mode): Don't fontify.
17071         (gdb-info-registers-custom): Use text properties instead as, in
17072         future, changed register values will use font-lock-warning-face.
17073         (gdb-local-font-lock-keywords): Rename to...
17074         (gdb-locals-font-lock-keywords): ...for consistency.
17076 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
17078         * vc.el (vc-switch-backend): Better error message if the buffer is
17079         not visiting a file under version control.
17081         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
17083 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
17085         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
17086         ~/.emacs.d/.emacs.
17088 2005-10-29  Richard M. Stallman  <rms@gnu.org>
17090         * replace.el (occur-mode-mouse-goto): Always go to other window.
17091         (occur-mode-goto-occurrence): Always switch in same window.
17093         * simple.el (undo): Display message at end, not at start.
17095         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
17096         New arg REUSE-CELL.
17097         (cancel-timer-internal): New function.
17098         (timer-event-handler): Use cancel-timer-internal,
17099         and pass the cell it returns to timer-activate...
17101         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
17102         (jit-lock-deferred-fontify, jit-lock-context-fontify)
17103         (jit-lock-after-change): Test memory-full.
17105 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
17107         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17108         part of the decoded armor to find the key-identifier.
17109         (pgg-gpg-lookup-key-owner): New function to return the
17110         human-readable identifier of a key owner.
17111         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
17112         key itself.
17113         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17114         the key value) if we have a key and can match it against a secret
17115         key.  Also, added a note pointing out fact that the prompt only
17116         indicates the first matching key.
17118         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
17119         pgg-decrypt-region.
17120         (pgg-pending-timers): A new hash for tracking the passphrase cache
17121         timers, so that new ones supercede old ones.
17122         (pgg-add-passphrase-to-cache): Rename from
17123         `pgg-add-passphrase-cache' to reduce confusion (all callers
17124         changed).  Modified to cancel old timers when new ones are added.
17125         (pgg-remove-passphrase-from-cache): Rename from
17126         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17127         changed).  Modified to cancel old timers when their keys are
17128         removed from the cache.
17129         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
17130         XEmacs, an indirection to delete-itimer.
17131         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
17132         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
17133         users can only check cache without risk of prompting.  Correct bug in
17134         notruncate behavior.
17135         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
17136         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
17137         Add informative docstrings.
17138         (pgg-decrypt): Convey provided passphrase in subordinate call to
17139         pgg-decrypt-region.
17141         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17142         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17143         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17144         `passphrase' argument, so the passphrase can be managed externally
17145         and then passed in to the system.
17147         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17148         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
17149         so the passphrase cache can be used reliably with identifiers
17150         besides a pgp packet's key id.
17152         * pgg-gpg.el (pgg-pgp-encrypt-region)
17153         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17154         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17155         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17156         argument to all these routines, so the passphrase can be managed
17157         externally and passed in to the system.
17159         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17160         `notruncate' argument, so the passphrase cache can be used
17161         reliably with identifiers besides a pgp packet's key id.
17163 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
17165         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17166         symmetric encryption.
17167         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17168         encrypted session key.
17169         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17170         message ask for the passphrase in a proper way.
17172         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17173         New user commands for symmetric encryption.
17175 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
17177         * textmodes/conf-mode.el (conf-assignment-sign)
17178         (conf-assignment-regexp): Fix docstrings.
17179         (conf-mode-initialize): New function.
17180         (conf-mode): Remove optional args.  Use delay-mode-hooks to
17181         recognize recursive calls.
17182         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
17183         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
17184         (conf-xdefaults-mode): Use define-derived-mode and
17185         conf-mode-initialize.
17187 2005-10-29  Romain Francoise  <romain@orebokech.com>
17189         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
17191 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
17193         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17194         part of the decoded armor to find the key-identifier.
17195         (pgg-gpg-lookup-key-owner): New function to return the
17196         human-readable identifier of a key owner.
17197         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
17198         key itself.
17199         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17200         the key value) if we have a key and can match it against a secret
17201         key.  Also, added a note pointing out fact that the prompt only
17202         indicates the first matching key.
17204         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
17205         pgg-decrypt-region.
17206         (pgg-pending-timers): A new hash for tracking the passphrase cache
17207         timers, so that new ones supercede old ones.
17208         (pgg-add-passphrase-to-cache): Rename from
17209         `pgg-add-passphrase-cache' to reduce confusion (all callers
17210         changed).  Modified to cancel old timers when new ones are added.
17211         (pgg-remove-passphrase-from-cache): Rename from
17212         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17213         changed).  Modified to cancel old timers when their keys are
17214         removed from the cache.
17215         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
17216         XEmacs, an indirection to delete-itimer.
17217         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
17218         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
17219         users can only check cache without risk of prompting.  Correct bug in
17220         notruncate behavior.
17221         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
17222         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
17223         Add informative docstrings.
17224         (pgg-decrypt): Convey provided passphrase in subordinate call to
17225         pgg-decrypt-region.
17227 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17229         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17230         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17231         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17232         `passphrase' argument, so the passphrase can be managed externally
17233         and then passed in to the system.
17235         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17236         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
17237         so the passphrase cache can be used reliably with identifiers
17238         besides a pgp packet's key id.
17240         * pgg-gpg.el (pgg-pgp-encrypt-region)
17241         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17242         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17243         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17244         argument to all these routines, so the passphrase can be managed
17245         externally and passed in to the system.
17247         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17248         `notruncate' argument, so the passphrase cache can be used
17249         reliably with identifiers besides a pgp packet's key id.
17251 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
17253         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17254         symmetric encryption.
17255         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17256         encrypted session key.
17257         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17258         message ask for the passphrase in a proper way.
17260         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17261         New user commands for symmetric encryption.
17263 2005-10-28  Bill Wohler  <wohler@newt.com>
17265         * help-mode.el (help-url): New button type.  Calls browse-url.
17266         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
17267         Similar to Info nodes: URL `url'.
17268         (help-make-xrefs): Create help-url buttons for
17269         help-xref-url-regexp matches.
17271 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
17273         * tool-bar.el (tool-bar-add-item-from-menu)
17274         (tool-bar-local-item-from-menu): Fix doc strings.
17276 2005-10-28  Romain Francoise  <romain@orebokech.com>
17278         * ldefs-boot.el: Update.
17280         * subr.el (locate-library): Move from help-fns.el.
17281         * help-fns.el (locate-library): Move to subr.el.
17283 2005-10-28  Richard M. Stallman  <rms@gnu.org>
17285         * net/tramp.el (tramp-completion-mode): defvar moved up.
17287         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
17289         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
17291         * files.el (find-file-noselect): Use %d to format large file size.
17293         * bindings.el (mode-line-format): Add %e.
17295         * loadup.el ("facemenu"): Load unconditionally.
17296         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
17297         ("x-dnd"): Load, when appropriate.
17299         * startup.el (command-line): Call before-init-hook earlier.
17300         Warn about some bad characters in -u user name.
17302         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
17303         (flyspell-external-point-words): Error if misspelled word is not found.
17304         Set flyspell-large-region-beg at end of word.
17306 2005-10-28  Andreas Schwab  <schwab@suse.de>
17308         * view.el (View-revert-buffer-scroll-page-forward):
17309         Use view-page-size-default.
17311 2005-10-28  Juri Linkov  <juri@jurta.org>
17313         * international/quail.el (quail-get-current-str): Translate last
17314         raw character for deterministic input methods.
17316 2005-10-27  Jay Belanger  <belanger@truman.edu>
17318         * calc/calc-ext.el: Add functions to autoloads.
17319         (math-identity-matrix-p, math-ident-row-p): New functions.
17321         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
17322         multiplication by an identity matrix; don't turn multiplication by
17323         an inverse matrix into division.
17324         (math-div-symbol-fancy): Replace division by matrices with
17325         multiplication by inverse.
17327         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
17329         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
17330         (calc-writeoutpower): New functions.
17332 2005-10-27  Romain Francoise  <romain@orebokech.com>
17334         * replace.el (occur-engine): Include colon in mouse-face highlight.
17336         * dired-x.el: Change Maintainer field.
17338 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
17340         * longlines.el (longlines-mode): Bind after-change-functions to
17341         nil during initial decoding and final encoding.
17343 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
17345         * term.el (term-emulate-terminal, term-handle-colors-array)
17346         (term-handle-ansi-escape): Specify the terminfo capabilities
17347         implemented.
17349 2005-10-26  Richard M. Stallman  <rms@gnu.org>
17351         * info.el (Info-fontify-node): Fix detection of sentence-break
17352         before *Note.
17354 2005-10-26  Romain Francoise  <romain@orebokech.com>
17356         * smerge-mode.el: Add `tools' to file keywords.
17358 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
17360         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
17361         when the fringe is not available.
17363         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
17364         (def-gdb-auto-update-trigger): Simplify construction.
17365         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
17366         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
17367         defined explicitly.
17368         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
17369         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
17370         defined explicitly.
17371         (gdb-info-locals-custom): Remove as it's a no-op.
17373 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
17375         * longlines.el (longlines-mode): Remove narrowing before
17376         performing the initial decoding or final encoding.
17378 2005-10-25  Romain Francoise  <romain@orebokech.com>
17380         * emacs-lisp/find-func.el (find-library-name): Also strip
17381         extension if library name ends in .el, to take advantage of
17382         `find-library-suffixes'.
17384 2005-10-25  Richard M. Stallman  <rms@gnu.org>
17386         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
17388 2005-10-25  Juri Linkov  <juri@jurta.org>
17390         * textmodes/texinfo.el (texinfo-mode): Change charset of one
17391         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
17393 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17395         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
17396         (blackbox-redefine-key): Add argument `map'.
17398         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
17399         regions when moving the jit-lock-context-unfontify-pos boundary.
17401 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17403         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
17405 2005-10-25  Masatake YAMATO  <jet@gyve.org>
17407         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
17409 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
17411         * play/blackbox.el (blackbox-redefine-key): New function.
17412         (blackbox-mode-map): Use it to remap existing bindings for cursor
17413         motion instead of binding literal keys.
17415 2005-10-25  Glenn Morris  <rgm@gnu.org>
17417         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
17418         diary does not end in a newline.  Do not assume a blank line at
17419         the start of the diary file.
17421 2005-10-25  Kenichi Handa  <handa@m17n.org>
17423         * international/quail.el (quail-translate-key): If the input
17424         method is deterministic and failed to handle the last key, restart
17425         the key handling loop from an appropriate key.
17427 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
17429         * vc.el (vc-dired-mode): Extend comment for binding of
17430         `directory-listing-before-filename-regexp'.
17432 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17434         * textmodes/texinfo.el (texinfo-mode):
17435         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
17436         not to unnecessarily expose emacs-mule's internal char codes.
17438 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
17440         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
17441         Display hand pointer and help-echo on disabled icon too.
17442         (gdb-mouse-until): New function.
17443         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
17445 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
17447         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
17448         with 2005-10-23 change to doctor.el.
17450         * finder.el (finder-mode-map): Add follow-link binding.
17452 2005-10-25  Kim F. Storm  <storm@cua.dk>
17454         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
17455         to gdb-mouse-toggle-breakpoint-fringe.
17456         (gdb-mouse-toggle-breakpoint-margin): Rename from
17457         gdb-mouse-toggle-breakpoint.  Fix doc.
17458         (gdb-mouse-toggle-breakpoint-fringe): New defun.
17459         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
17460         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
17461         string properties also for fringe breakpoint bitmaps.
17463 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
17465         * textmodes/org.el (org-start-icalendar-file): Fix format form.
17467 2005-10-25  Masatake YAMATO  <jet@gyve.org>
17469         * simple.el (completion-common-substring):
17470         Use `completion-common-substring' prior to `completion-base-size'.
17472 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
17474         * savehist.el: Require CL while compiling.
17475         (savehist-history-variables): Remove.
17476         (savehist-save-minibuffer-history, savehist-additional-variables)
17477         (savehist-minibuffer-history-variables): New vars.
17478         (savehist-save): Use them.
17479         (savehist-uninstall, savehist-minibuffer-hook): New funs.
17480         (savehist-install): New fun, extracted from savehist-load.
17481         (savehist-load): Use them.
17483 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17485         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
17486         a dummy doc-string-elt property.
17487         (defalias, defvaralias, define-category): Add a docstring property.
17489         * image.el (defimage):
17490         * widget.el (define-widget):
17491         * custom.el (defface, defcustom): Add `doc-string' declaration.
17493         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
17494         (defadvice): Add `doc-string' declaration.
17496         * emacs-lisp/byte-run.el (macro-declaration-function):
17497         Handle `doc-string' declarations.
17498         (define-obsolete-function-alias, define-obsolete-variable-alias):
17499         Add `doc-string' declaration.
17501 2005-10-24  Kenichi Handa  <handa@m17n.org>
17503         * international/utf-7.el (utf-7): Add autoload cookie.
17505         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
17507 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
17509         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
17510         list of directories passed to batch-update-autoloads.  Add "." to
17511         the list of the echoed directories.
17513         * pgg-def.el:
17514         * pgg-gpg.el:
17515         * pgg-parse.el:
17516         * pgg-pgp.el:
17517         * pgg-pgp5.el:
17518         * pgg.el: Moved here from the gnus subdirectory.
17520 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
17522         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
17523         in case comint-prompt-read-only is set to t.
17525         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
17526         in case comint-prompt-read-only is set to t.
17528 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
17530         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
17531         Now a string.
17532         (icalendar-import-format): Handle CLASS, STATUS, URL.
17533         Rename `subject' to `summary'.
17534         (icalendar-import-format-summary): Rename from
17535         `icalendar-import-format-subject'.
17536         (icalendar-import-format-url, icalendar-import-format-status)
17537         (icalendar-import-format-class): New variables.
17538         (icalendar--rris): Take variable argument list.
17539         (icalendar--datestring-to-isodate): Remove unnecessary
17540         calendar-style check when converting dates with explicit month names.
17541         (icalendar-export-region): Change return type of conversion
17542         subroutines.  Bury current buffer unless error occurred.
17543         (icalendar--convert-to-ical)
17544         (icalendar--parse-summary-and-rest): New functions.
17545         (icalendar--convert-ordinary-to-ical)
17546         (icalendar--convert-weekly-to-ical)
17547         (icalendar--convert-yearly-to-ical)
17548         (icalendar--convert-block-to-ical)
17549         (icalendar--convert-cyclic-to-ical)
17550         (icalendar--convert-anniversary-to-ical): Change return type.
17551         Strip trailing blanks from subject.
17552         (icalendar--convert-sexp-to-ical): Change return type.
17553         Strip trailing blanks from subject.  Handle simple sexp
17554         entries as generated by icalendar.el.
17555         (icalendar--convert-float-to-ical)
17556         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
17557         (icalendar-import-file): Doc fix.
17558         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
17559         Correct call to icalendar--rris.
17560         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
17561         `summary'.
17562         (icalendar--add-diary-entry): Rename `subject' to `summary'.
17564 2005-10-24  Romain Francoise  <romain@orebokech.com>
17566         * server.el (server-sentinel): Set query-on-exit flag to nil on
17567         new client processes (it isn't inherited from the server process).
17569         * replace.el (occur-engine): Rearrange text properties.
17571 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17573         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
17574         case-fold-search is nil.
17575         (debug-help-follow): Use help-xref-interned directly.
17577 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17579         * thumbs.el (thumbs-image-type): Add .pbm.
17581 2005-10-23  Richard M. Stallman  <rms@gnu.org>
17583         * faces.el (inhibit-face-set-after-frame-default): New variable.
17584         (set-face-attribute): Bind it.
17585         (face-set-after-frame-default): Test it.
17587         * help-fns.el (describe-simplify-lib-file-name): New function.
17588         (describe-function-1, describe-variable): Use it.
17590         * faces.el (describe-face): Use describe-simplify-lib-file-name.
17592         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
17593         Eliminate nil as possible value.
17594         (tooltip-hide-delay): Reduce internal-border-width.
17596         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
17597         (menu-bar-file-menu) <new-file>: Likewise.
17599         * simple.el (line-move-finish): Ignore fields computing LINE-END.
17601         * international/mule.el (load-with-code-conversion):
17602         Pass full file name to `eval-buffer' unless preloading.
17604         * textmodes/flyspell.el (flyspell-large-region):
17605         Call ispell-check-version.
17607         * textmodes/ispell.el (ispell-local-dictionary-overridden):
17608         Fix the make-variable-buffer-local call that was supposed
17609         to be for this variable.
17610         (ispell-aspell-supports-utf8): Doc fix.
17611         (ispell-find-aspell-dictionaries): Preserve elements of
17612         ispell-dictionary-alist for dictionaries that aspell doesn't report.
17613         (ispell-aspell-find-dictionary): Return nil on error.
17615         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
17616         (doctor-symptoms): Likewise.
17618         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
17620 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17622         * cus-edit.el (custom-button, custom-button-pressed): New vars.
17623         (custom-raised-buttons): Add :set spec.
17624         (custom-button-unraised, custom-button-pressed-unraised):
17625         New faces, so that custom-raised-buttons actually does something.
17626         (custom-mode): Use custom-button and custom-button-pressed.
17628         * wid-edit.el (widget-specify-button): Don't ignore
17629         widget-mouse-face on graphic terminals.
17630         (widget-move-and-invoke): Cleanup.
17632 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
17634         * whitespace.el (whitespace-cleanup): Doc fix.
17636 2005-10-23  Romain Francoise  <romain@orebokech.com>
17638         * emulation/viper.el (viper-set-hooks): Quote forms passed to
17639         `eval-after-load' to avoid evaluating their result.
17641 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
17643         * files.el (directory-listing-before-filename-regexp):
17644         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
17646         * dired.el (dired-move-to-filename-regexp): Remove.
17647         All occurences replaced by `directory-listing-before-filename-regexp'.
17649         * dired-x.el, locate.el, vc.el:
17650         Replace `dired-move-to-filename-regexp' by
17651         `directory-listing-before-filename-regexp'.  In vc.el it is
17652         overwritten locally; maybe this can be handled in files.el too.
17654         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
17655         replaced by `directory-listing-before-filename-regexp'.
17657 2005-10-23  Andreas Schwab  <schwab@suse.de>
17659         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
17660         and eval-next-after-load.
17662 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
17664         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
17665         exist, create it.
17667 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
17669         * allout.el: Remove autoloads for mailcrypt and crypt++.
17670         Require pgg, pgg-gpg during compilation.
17671         (allout-version): Increment version number to 2.1, and use a literal
17672         rather than RCS Id.
17673         (allout-default-encryption-scheme): Remove.
17674         (allout-passphrase-verifier-handling)
17675         (allout-passphrase-verifier-string)
17676         (allout-file-passphrase-verifier-string)
17677         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
17678         (allout-passphrase-hint-handling): Rename and simplify.
17679         (allout-init): Use `find-file-hook' if available, otherwise
17680         `find-file-hooks'.
17681         (allout-mode): Use `write-file-functions' if available, otherwise
17682         `local-write-file-hooks' and, instead of making auto-save-hook
17683         buffer local, make the write-file-hook activity contingent to
17684         allout-mode.
17685         (allout-mode): Use key-binding substitution in the docstring.
17686         (allout-kill-line): Spell-out kill ring data structure mutation
17687         instead of using byte-compiler-complaint-provoking `pop'.
17688         (allout-insert-listified): Use `insert' rather than `insert-string'
17689         (allout-toggle-current-subtree-encryption): Update docstring, adjust
17690         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
17691         (allout-encrypt-string): Totally revamped vis new underlying
17692         encryption facilities.
17693         (allout-mc-activate-passwd): Remove.
17694         (allout-obtain-passphrase): New, more or less replaces
17695         allout-mc-activate-passwd.
17696         (allout-encrypted-key-info): More or less replaces
17697         allout-encrypted-text-type.
17698         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
17699         (my-mark-marker): Use `(featurep 'xemacs)'.
17701 2005-10-23  Lars Hansen  <larsh@soem.dk>
17703         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
17704         (byte-compile-file-form-defmumble, byte-compile-defun)
17705         (byte-compile-defmacro): Use it.
17706         (byte-compile-form): Don't call byte-compile-set-symbol-position
17707         when a byte-compile handler is called.
17709 2005-10-22  Romain Francoise  <romain@orebokech.com>
17711         * savehist.el (savehist-history-variables): Add `grep-find-history'.
17713         * subr.el (eval-after-load): Convert library name to an absolute
17714         file name using locate-library, since load-history no longer has
17715         library names in it.
17717 2005-10-22  Richard M. Stallman  <rms@gnu.org>
17719         * files.el (make-temp-file): Move from subr.el.
17720         * subr.el (make-temp-file): Move to files.el.
17722         * window.el (get-buffer-window-list): Move from subr.el.
17723         * subr.el (get-buffer-window-list): Move to window.el.
17725         * image.el (image-load-path): Use eval-at-startup to initialize.
17727         * subr.el (eval-at-startup): New macro.
17729         * subr.el: Much rearrangement of functions and division
17730         into pages.  No code changes.
17732 2005-10-22  Kenichi Handa  <handa@m17n.org>
17734         * tar-mode.el (tar-extract): Be sure to call
17735         find-operation-coding-system if set-auto-coding doesn't find a
17736         coding system.
17738 2005-10-22  Kim F. Storm  <storm@cua.dk>
17740         * image.el (image-type-header-regexps): Rename from image-type-regexps.
17741         Change users.
17742         (image-type-file-name-regexps): New defconst.
17743         (image-type-from-data): Simplify loop.
17744         (image-type-from-buffer): New defun.
17745         (image-type-from-file-header): Use it instead of image-type-from-data.
17746         Use image-search-load-path instead of only looking in data-directory.
17747         (image-type-from-file-name): New defun.
17748         (image-search-load-path): Change `pathname' to `filename'.
17749         Make PATH arg optional, default to image-load-path.
17751 2005-10-21  Richard M. Stallman  <rms@gnu.org>
17753         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
17755         * textmodes/paragraphs.el (sentence-end-base): New variable.
17756         (sentence-end): Use sentence-end-base.
17758 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17760         * font-lock.el (font-lock-default-fontify-region): Check the multiline
17761         property independently from the font-lock-multiline variable.
17763 2005-10-21  Richard M. Stallman  <rms@gnu.org>
17765         * emacs-lisp/find-func.el (find-library-name): Doc fix.
17767         * startup.el (command-line): Convert library names
17768         in `load-history' to absolute file names.
17770         * subr.el (symbol-file): Doc fix.
17772         * loadhist.el (file-loadhist-lookup): Call locate-library
17773         instead of find-library-name.  Don't try converting
17774         abs file names to library names, since load-history no longer
17775         has library names in it.
17776         (file-dependents, file-provides, file-requires): Doc fixes.
17778 2005-10-21  Juri Linkov  <juri@jurta.org>
17780         * progmodes/etags.el (tags-table-mode): New function.
17781         (tags-verify-table): Replace initialize-new-tags-table with
17782         tags-table-mode.
17784         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
17785         default value.
17786         (desktop-modes-not-to-save): Add tags-table-mode to the
17787         default value.
17789         * info.el (Info-index-next): Add total number of index
17790         alternatives to the message.
17792         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
17793         backward only space (instead of space and period) before looking
17794         at sentence end.
17796         * simple.el (set-variable): Use user-variable-p instead of symbolp.
17797         Add the old variable value as 4th default-value arg of read-string.
17799 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17801         * cus-face.el (custom-declare-face): Make face from X resources
17802         also on Mac.
17804         * disp-table.el (standard-display-g1, standard-display-graphic):
17805         Refuse to use string glyphs also on Mac.
17806         (standard-display-european): Don't set terminal coding system also
17807         on Mac.
17809         * frame.el (display-screens): Use x-display-screens also on Mac.
17811 2005-10-21  Romain Francoise  <romain@orebokech.com>
17813         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
17815 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17817         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
17818         and $? into sexps.
17820         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
17821         warning face on open-paren-in-column-0.
17823         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
17824         boundary case.  Fix typo.
17825         Suggested by Martin Rudalics <rudalics@gmx.at>.
17827 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
17829         * textmodes/org.el (org-combined-agenda-icalendar-file)
17830         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
17831         (org-export-icalendar-this-file)
17832         (org-export-icalendar-all-agenda-files)
17833         (org-export-icalendar-combine-agenda-files): New commands.
17834         (org-export-icalendar, org-print-icalendar-entries)
17835         (org-start-icalendar-file, org-finish-icalendar-file)
17836         (org-ical-ts-to-string): New functions.
17837         (org-read-date, org-goto-calendar)
17838         (org-agenda-goto-calendar): Inhibit displaying diary entries by
17839         call to `calendar'.
17840         (orgtbl-setup): Remove the :keys arguments from the menu description.
17841         (org-after-save-iCalendar-file-hook): New variable.
17843 2005-10-21  Kenichi Handa  <handa@m17n.org>
17845         * language/vietnamese.el (tcvn-5712): Make it an alias of
17846         vietnamese-tcvn coding-system.
17848 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
17850         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
17851         group id is given.
17853 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17855         * progmodes/sh-script.el (sh-escaped-line-re): New var.
17856         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
17857         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
17858         whose line is either continued or ends with a comment.
17860 2005-10-20  Romain Francoise  <romain@orebokech.com>
17862         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
17864         * replace.el (occur-engine): Add follow-link property.
17866         * font-core.el (font-lock-mode): Doc fix.
17868 2005-10-20  Richard M. Stallman  <rms@gnu.org>
17870         * net/rcirc.el: New file.
17872 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
17874         * term.el (term-term-name): Initialize to "eterm-color".
17876 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
17878         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
17879         for encryption functionality.
17880         Move allout customization subgroup from `editing' to `outlines' group.
17881         Fix commentary keywords to legitimate ones.
17882         Update author info (using my current email address, obscurified).
17883         (allout-encrypt-string, allout-encryption-produce-work-buffer)
17884         (allout-encrypted-topic-p, allout-encrypted-text-type)
17885         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
17886         (allout-situate-encryption-key-verifier)
17887         (allout-get-encryption-key-verifier, allout-verify-key)
17888         (allout-next-topic-pending-encryption)
17889         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
17890         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
17891         (outline-key-verifier-handling, outline-key-hint-handling)
17892         (outline-encrypt-unencrypted-on-saves): New defcustoms.
17893         (allout-file-key-verifier-string, allout-encryption-scheme)
17894         (allout-key-verifier-string, allout-key-hint-string)
17895         (allout-after-save-decrypt): New variables.
17896         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
17897         (allout-after-saves-handler): New hook functions.
17898         (allout-post-command-business): Do allout-after-save-decrypt.
17899         (allout-enable-file-variable-adjustment): Custom var to enable
17900         mechanism for adding and adjusting settings of Emacs file variables.
17901         (allout-adjust-file-variable, allout-file-vars-section-data):
17902         New functions, implement the mechanism.
17903         (outlineify-sticky): Use the file vars mechanism.
17904         (allout-inhibit-protection, allout-during-write-cue)
17905         (allout-override-protect, allout-before-change-protect): Remove.
17906         (allout-flag-region, allout-open-topic): Adjust read-only text.
17907         (allout-open-line-not-read-only): Add to facilitate read-only
17908         text based protection.
17909         (allout-kill-line): Revise to adjust read-only text, clue the
17910         user about the inhibition.
17911         (allout-unprotected): Use unwind-protect.
17912         (allout-shift-in, allout-shift-out): Disallow manually shifting a
17913         topic deeper than the offspring depth of the previous topic -
17914         avoiding confusing "containment discontinuities".
17915         (allout-reindent-bodies): Fix retention of body relative hanging
17916         indent during promotion of collapsed bodies.
17917         (allout-open-topic): Make it easy to open new topic with same
17918         bullet as current topic - topic creation functions provided with
17919         any universal argument provokes now prompt for bullet, defaulting
17920         to the bullet of the previous topic.
17921         (allout-plain-bullets-string, allout-distinctive-bullets-string):
17922         Plain bullet alternates `.' period and `,' comma only.  All other
17923         bullets are relegated to special status (but customizable).
17924         (allout-end-of-entry): Rename from allout-end-of-current-entry
17925         since it actually operates w.r.t. most immediately containing
17926         entry, visible or not.
17927         (allout-hide-current-entry, allout-show-current-entry): Use the
17928         revised version.
17929         (allout-old-expose-topic): Solidify deprecation.
17930         (allout-end-of-subtree): Add so we can span concealed as well
17931         as visible topics.
17932         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
17933         (allout-end-of-current-heading): Tweak to just respect the first line.
17934         (allout-get-body-text): Add.
17935         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
17936         when invoked interactively.
17937         (allout-up-current-level): Use `interactive-p'.
17938         (allout-mode, allout-init): Miscellaneous docstring and
17939         operational refinements, as well as hookups of new encryption stuff.
17940         (allout-beginning-of-current-entry): Now works as advertised.
17941         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
17942         (allout-isearch-rectification): Refine condition for isearching.
17943         (allout-isearch-abort, allout-enwrap-isearch)
17944         (allout-flag-region, my-region-active-p): Relocate some macros.
17945         (allout-title): Fallback title is (buffer-name), not
17946         non-existing (current-buffer-name).
17947         (subst-char-in-string): Define if absent (for some XEmacs versions).
17949 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
17951         * mail/sendmail.el (mail-setup-hook, mail-aliases)
17952         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
17953         (mail-citation-prefix-regexp, mail-signature-file)
17954         (mail-default-headers, mail-bury-selects-summary)
17955         (mail-send-nonascii): Add autoload cookies.
17957 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
17959         * frame.el (blink-cursor-mode): Add `mac' to the list of
17960         window-system's that support blinking cursor.
17962 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17964         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
17966 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
17968         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
17969         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
17970         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
17972 2005-10-20  Kim F. Storm  <storm@cua.dk>
17974         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
17975         (ido-set-current-directory): Don't add / after final @.
17976         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
17977         Explicitly handle ange-ftp completion oddities.
17978         (ido-make-file-list): Don't rotate list at tramp root to avoid
17979         triggering tramp file handler for expand-file-name via get-file-buffer.
17981 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17983         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
17985 2005-10-19  Jay Belanger  <belanger@truman.edu>
17987         * calc/calc-units.el (math-standard-units): Add units, adjust
17988         symbols and update values.
17989         (math-unit-prefixes): Add more prefixes.
17991 2005-10-19  Romain Francoise  <romain@orebokech.com>
17993         * bookmark.el (bookmark-menu-heading): New face.
17994         (bookmark-bmenu-list): Use it.
17995         Don't fiddle with `baud-rate' at top-level.
17997 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
17999         * image.el (create-image, find-image): Mention max-image-size in
18000         docstring.
18002 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18004         * savehist.el (savehist-load): Revert to checking XEmacs.
18006         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
18007         Various docstring and line-width fixups.
18008         (conf-mode): Use cond.
18009         Set font-lock-defaults.  Don't set comment-use-syntax.
18011 2005-10-18  David Ponce  <david@dponce.com>
18013         * tree-widget.el (tree-widget-button-click): New function.
18014         (tree-widget-button-keymap): Use it.
18016 2005-10-18  Romain Francoise  <romain@orebokech.com>
18018         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18019         (bookmark-bmenu-hide-filenames): Add follow-link property.
18020         Improve help-echo text.
18022         * ffap.el (find-file-at-point): Doc fix.
18024 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18026         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
18028 2005-10-18  Masatake YAMATO  <jet@gyve.org>
18030         Install to the CVS repository what I forgot to install in my
18031         2005-10-16 changes.
18033         * progmodes/python.el (python-complete-symbol): Pass the common
18034         prefix substring of completion to `display-completion-list'.
18036         * textmodes/org.el (org-complete): Ditto.
18038 2005-10-18  Masatake YAMATO  <jet@gyve.org>
18040         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
18042         * woman.el (WoMan-xref-man-page): New button type derived
18043         from `Man-abstract-xref-man-page'.
18044         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
18046         * man.el (Man-abstract-xref-man-page): New button type.
18047         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
18048         (Man-highlight-references): Add new optional argument `xref-man-type'.
18050 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
18052         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
18054 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18056         * cus-edit.el (Custom-move-and-invoke): Delete.
18057         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
18059         * wid-edit.el (widget-move-and-invoke): New function, from
18060         Custom-move-and-invoke.
18062 2005-10-17  Bill Wohler  <wohler@newt.com>
18064         Move all remaining images from lisp/toolbar to etc/images, move
18065         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
18066         the low resolution images in their own directory (low-color).
18068         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
18069         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
18070         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
18071         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
18072         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
18073         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
18074         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
18076         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
18077         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
18078         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
18079         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
18080         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
18081         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
18082         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
18083         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
18084         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
18085         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
18086         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
18087         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
18088         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
18089         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
18090         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
18092         To conform with convention, replace the underscore (_) in the
18093         following image names with dash (-) or (/) as appropriate.
18095         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
18096         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
18097         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
18098         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
18099         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
18100         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
18101         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
18102         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
18103         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
18104         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
18105         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
18106         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
18107         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
18108         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
18109         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
18111         * info.el (info-tool-bar-map): Replace underscores in image names
18112         with dashes.
18114         * makefile.w32-in (WINS): Remove toolbar.
18116         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
18118         * tool-bar.el: Move to lisp from toolbar.  Now that
18119         toolbar is empty, it should be deleted when folks run "cvs up -P".
18121 2005-10-18  Jay Belanger  <belanger@truman.edu>
18123         * calc/calc-store.el (calc-store-into): Get the proper variable name
18124         to display in message.
18126 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
18128         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
18129         expressions display in speedbar for all buffers when debugging.
18130         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
18132         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
18133         (speedbar-insert-button, speedbar-make-button):
18134         Use add-text-properties.
18135         (speedbar-update-localized-contents)
18136         (speedbar-update-directory-contents)
18137         (speedbar-update-special-contents): Use dolist.
18138         (speedbar-buffer-easymenu-definition): Add a menu separator.
18140 2005-10-17  Jason Rumney  <jasonr@gnu.org>
18142         * makefile.w32-in: Use $(lisp) consistently.
18143         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
18144         for shell specific generation of mh-autoloads.
18146 2005-10-17  Richard M. Stallman  <rms@gnu.org>
18148         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
18150 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18152         * jit-lock.el (jit-lock-fontify-now):
18153         Move jit-lock-context-unfontify-pos to avoid wasted work.
18155 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
18157         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
18158         `tramp-completion-mode' for checking if we are in completion mode.
18159         (tramp-completion-handle-file-name-all-completions): Reorder code
18160         in order to complete for file names only in case there are no
18161         method/user/host completions.  This is necessary for cooperation
18162         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
18164 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
18166         * longlines.el (longlines-search-forward)
18167         (longlines-search-backward): Match any number of spaces.
18169 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
18171         * diff-mode.el (diff-mode): Doc fix.
18173 2005-10-16  David Reitter  <david.reitter@gmail.com>
18175         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
18176         as default on darwin and windows systems.
18178 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
18180         * arc-mode.el (archive-zip-extract): Doc fix.
18182 2005-10-16  Romain Francoise  <romain@orebokech.com>
18184         * mouse.el (mouse-1-click-follows-link): Doc fix.
18186 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18188         * savehist.el: Don't require CL at runtime.
18189         (savehist-xemacs): Remove.
18190         (savehist-coding-system): Use utf-8 if present, regardless of religion.
18191         (savehist-no-conversion): Use (featurep 'xemacs).
18192         (savehist-load): Check existence of start-itimer rather than XEmacs.
18193         Use an idle timer.
18194         (savehist-process-for-saving): Replace use of CL funs `subseq' and
18195         `delete-if-not'.
18197 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
18199         * savehist.el: Newer version.
18200         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
18201         (savehist-last-checksum, savehist-no-conversion): New vars.
18202         (savehist-autosave, savehist-process-for-saving, savehist-printable):
18203         New functions.
18204         (savehist-load, savehist-save): Use them.
18205         (savehist-delimit): Remove.
18207 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18209         * progmodes/compile.el (compilation-goto-locus): Display the
18210         compilation buffer first and the source buffer second, in case they're
18211         in overlapping frames.  Don't raise the compilation frame if it was the
18212         selected window upon entry.  Pass the `other-window' arg to
18213         pop-to-buffer.
18215         * info.el (Info-fontify-node): Use dolist.
18216         Change add-text-properties to put-text-property.
18218 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18220         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
18221         bound of search.
18223 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18225         * dabbrev.el (dabbrev-completion): Pass the common
18226         prefix substring of completion to `display-completion-list'.
18228         * filecache.el (file-cache-minibuffer-complete)
18229         (file-cache-complete): Ditto.
18231         * tempo.el (tempo-display-completions): Ditto.
18233         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
18235         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
18237         * eshell/em-hist.el (eshell-list-history): Ditto.
18239         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
18241         * mail/mailalias.el (mail-complete): Ditto.
18243         * progmodes/etags.el (complete-tag): Ditto.
18245         * progmodes/make-mode.el (makefile-complete): Ditto.
18247         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
18249         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
18251         * progmodes/pascal.el (pascal-complete-word)
18252         (pascal-show-completions): Ditto.
18254         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
18256         * simple.el (completion-common-substring): New variable.
18257         (completion-setup-function): Use `completion-common-substring'
18258         to put faces.
18260 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18262         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
18263         (x-get-selection, mac-select-convert-to-string): Convert from/to
18264         UTF-16 clipboard data as in native byte order, no BOM.
18266 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
18268         * progmodes/gud.el (gud-tool-bar-map): Rename the images
18269         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
18270         (gud-sentinel): Use speedbar-frame to check for speedbar.
18272 2005-10-15  Richard M. Stallman  <rms@gnu.org>
18274         * savehist.el: New file.
18276 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
18278         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
18279         Fix bug in \bf fontification.
18281 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18283         * pcvs.el (cvs-edit-log-files): New var.
18284         (cvs-mode-edit-log): New arg `file'.
18285         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
18286         Instead force the use of the original file and nothing else.
18287         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
18288         the cvs-minor-wrap-function is set.
18289         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
18291 2005-10-14  Bill Wohler  <wohler@newt.com>
18293         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
18294         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
18295         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
18296         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
18297         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
18298         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
18299         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
18300         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
18301         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
18302         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
18303         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
18304         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
18305         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
18306         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
18307         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
18309         * progmodes/gud.el (gud-tool-bar-map): Rename the images
18310         appropriately (for example, gud-break to gud/break).
18312 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
18314         * longlines.el (longlinges-search-function)
18315         (longlines-search-forward, longlines-search-backward): New functions.
18316         (longlines-mode): Set isearch-search-fun-function to
18317         longlinges-search-function.
18319         * mouse.el (mouse-drag-region-1): Handle the case where a
18320         double-click event is bound to an arbitrary function.
18322 2005-10-14  David Ponce  <david@dponce.com>
18324         * recentf.el (recentf-track-opened-file)
18325         (recentf-track-closed-file, recentf-update-menu)
18326         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
18327         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
18328         mouse-1-click-follows-link.
18330 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18332         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
18333         Gnome file-manager.png.  Suggested by
18334         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
18336         * toolbar/README: Add diropen.xpm.
18338 2005-10-13  Bill Wohler  <wohler@newt.com>
18340         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
18341         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
18343 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18345         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
18346         Don't waste the byte-compiler's time on constant data.
18348 2005-10-13  Kenichi Handa  <handa@m17n.org>
18350         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
18351         byte with `escape-glyph' face.
18353         * international/fontset.el (ccl-encode-unicode-font):
18354         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
18355         Handle the case that ucs-mule-to-mule-unicode translates a character to
18356         ASCII (usually for IPA characters).
18358 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18360         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
18361         Don't hide the underline of titles if font-lock-mode is disabled.
18363 2005-10-12  Bill Wohler  <wohler@newt.com>
18365         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
18366         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
18367         files in MH-E-SRC have been updated.
18368         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
18370 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18372         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
18373         (mixal-mode-syntax-table): Add \n as end-comment.
18374         (mixal-operation-codes-alist): Immediately initialize to full value.
18375         (mixal-add-operation-code): Remove.
18376         (mixal-describe-operation-code): Make the arg non-optional.
18377         Use the interactive spec instead.
18378         Use mixal-operation-codes-alist rather than mixal-operation-codes.
18379         (mixal-font-lock-keywords): Don't highlight comments here any more.
18380         (mixal-font-lock-syntactic-keywords): New var.
18381         (mixal-mode): Use it.  Fix comment-start-skip.
18383 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18385         * startup.el (command-line-x-option-alist): -nb => -nbi
18387 2005-10-12  Kim F. Storm  <storm@cua.dk>
18389         * startup.el (fancy-splash-default-action): Discard mouse click in
18390         the splash screen window, as it has no sensible meaning in the
18391         next window to be selected.  Fixes error reported by Jan D.
18393 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18395         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
18397 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18399         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
18400         Try to fix up minor layout issues like indentation, line break, etc...
18401         (mixal-mode-syntax-table): Don't try to specify comment syntax,
18402         because it doesn't work.
18403         (mixal-operation-codes): Add some more codes.
18404         (mixal-font-lock-keywords): Process comments here.
18405         (mixal-mode): mixasm no longer needs -g option.
18407 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
18409         * progmodes/sh-script.el (sh-tmp-file):
18410         Use mktemp -t.  Finish support for es and rc shells.
18412 2005-10-11  Jay Belanger  <belanger@truman.edu>
18414         * calc/calcalg2.el (calc-integral): With an argument, compute the
18415         definite integral.
18417 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
18419         * mouse.el (mouse-drag-region-1): Don't try to catch a
18420         double-click when doing follow-link (it's overridden anyway).
18422 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
18424         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
18425         (autoload-print-form-outbuf): Add docstring.
18427 2005-10-11  Juri Linkov  <juri@jurta.org>
18429         * info.el (Info-mode-menu): Delete menu item "Edit".
18430         (Info-mode): Delete description of Info-edit from docstring,
18431         and rearrange descriptions of Info commands in the order
18432         they are documented in the Info manual.
18434 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18436         * calendar/appt.el (appt-check): Use diary-selective-display var.
18438 2005-10-10  Richard M. Stallman  <rms@gnu.org>
18440         * net/newsticker.el (newsticker-start, newsticker-show-news):
18441         Add autoload cookies.
18443 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
18445         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
18447 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
18449         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
18451 2005-10-10  Jay Belanger  <belanger@truman.edu>
18453         * calc/calc-arith.el (math-check-known-scalarp)
18454         (math-check-known-matrixp): Check the values of arguments that are
18455         variables.
18456         (math-check-known-square-matrixp): New function.
18457         (math-known-square-matrixp): Use math-check-known-square-matrixp.
18458         (math-super-types): Add sqmatrix type.
18460         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
18461         mode name `square' to `sqmatrix'.
18463         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
18464         mode name `square' to `sqmatrix'.
18466 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18468         * progmodes/etags.el (select-tags-table-mode): Don't use
18469         selective-display.
18470         (tags-select-tags-table): Pass `button' to the action function.
18471         (select-tags-table): Place the side-info on button properties rather
18472         than in hidden text.  Abbreviate file names.
18473         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
18474         (select-tags-table-select): Add `button' argument.
18475         Get side-info from the button property rather than from hidden text.
18477 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
18479         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
18480         (gud-speedbar-buttons): Preserve point if possible.
18481         (gud-sentinel): Restore previous speedbar display type.
18483         * progmodes/gdb-ui.el (gdba): Improve diagram.
18484         (def-gdb-auto-update-handler, gdb-info-locals-handler)
18485         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
18486         Call get-buffer-window once.
18488 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18490         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
18491         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
18492         (pascal-indent-command): Remove unused var `ind'.
18493         (pascal-indent-case): Remove unused var `oldpos'.
18494         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
18495         since it's now used as a proper minor mode map.
18496         (pascal-outline): Rename to pascal-outline-mode.
18497         (pascal-outline-mode): Use define-minor-mode.
18498         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
18499         selective-display.
18501 2005-10-10  Andreas Schwab  <schwab@suse.de>
18503         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
18504         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
18506         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
18507         outside source directory.
18509 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
18511         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
18512         C-x' as a prefix.
18513         (orgtbl-mode-map): Full keymap instead of sparse, because all
18514         `self-insert-command' keys are redefined in this map.
18515         (org-export-as-html): Specify charset for HTML file, by taking it
18516         from the coding system.
18518 2005-10-10  Kenichi Handa  <handa@m17n.org>
18520         * textmodes/flyspell.el (flyspell-check-word-p):
18521         If unread-command-events is non-empty, don't call sit-for.
18523 2005-10-09  Richard M. Stallman  <rms@gnu.org>
18525         * font-lock.el (font-lock-syntactic-keywords)
18526         (font-lock-keywords): Doc fixes.
18528         * textmodes/flyspell.el (flyspell-external-point-words):
18529         Simplify logic, and don't try to check for consecutive appearances
18530         of one incorrect word.
18532 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
18534         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
18535         separator.
18537         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
18538         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
18539         (gud-expansion-speedbar-buttons): New function.
18540         (gud-speedbar-buttons): Check for gud-comint-buffer.
18542 2005-10-09  Bill Wohler  <wohler@newt.com>
18544         * Makefile.in (updates): Add mh-loaddefs dependency.
18546 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
18548         * speedbar.el (speedbar-file-key-map): Fix typo.
18550 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18552         * cus-start.el (line-spacing): Add custom spec.
18554 2005-10-09  Romain Francoise  <romain@orebokech.com>
18556         * textmodes/ispell.el (ispell-check-version): Fix last change.
18558 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18560         * term/x-win.el: Remove -i, --icon-type from comment.
18562         * startup.el (command-line-x-option-alist): Remove options -i,
18563         -itype, --icon-type, added -nb, --no-bitmap-icon
18565 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
18567         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
18568         instead of :active.
18570 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
18572         * textmodes/ispell.el (ispell-check-version):
18573         Ignore hyphen, and all that follows, in aspell's version text.
18575 2005-10-08  Jay Belanger  <belanger@truman.edu>
18577         * calc/calc-arith.el (math-known-square-matrixp): New function.
18578         (math-pow-fancy): Check for matrices before distributing exponent
18579         across products.
18581         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
18582         fullscreen keypad.  Suggested by Luc Teirlinck.
18583         (calc-keypad-show-input): Add space for formatting.
18585         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
18586         Add square matrix option.
18588         * calc/calc-poly.el (math-expand-term): Check for matrices instead
18589         of checking calc-matrix-mode when deciding how to expand.
18591         * calc/calc.el (calc-set-mode-line): Add square matrix option.
18593 2005-10-08  Lars Hansen  <larsh@soem.dk>
18595         * net/tramp.el (tramp-perl-directory-files-and-attributes):
18596         Add error handling.
18597         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
18599 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
18601         Sync with Tramp 2.0.51.
18603         * net/tramp.el (tramp-handle-set-visited-file-modtime)
18604         (tramp-handle-insert-file-contents, tramp-handle-write-region):
18605         Insert special handling for `last-coding-system-used', again
18606         it still seems to be necessary (unlike stated before).
18607         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
18608         (tramp-password-prompt-regexp): There might be other words before
18609         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
18610         (tramp-chunksize): Improve docstring.
18611         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
18612         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
18613         Christian Joergensen <bugs@razor.dk>.
18615 2005-10-07  Glenn Morris  <rgm@gnu.org>
18617         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
18618         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
18619         precision'.
18621 2005-10-07  Romain Francoise  <romain@orebokech.com>
18623         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
18624         (ibuffer-do-shell-command-pipe-replace)
18625         (ibuffer-do-shell-command-file, ibuffer-do-eval)
18626         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
18627         (ibuffer-do-revert, ibuffer-do-replace-regexp)
18628         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
18629         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
18630         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
18631         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
18632         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
18633         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
18634         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
18635         Autoload file sans suffix.
18637         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
18639 2005-10-07  David Ponce  <david@dponce.com>
18641         * recentf.el (recentf-menu-open-all-flag): New option.
18642         (recentf-digit-shortcut-command-name): New function.
18643         (recentf--shortcuts-keymap): New variable.
18644         (recentf-menu-shortcuts): New variable.
18645         (recentf-make-menu-items): Initialize it.  Replace the "More..."
18646         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
18647         (recentf-menu-value-shortcut): New function.
18648         (recentf-make-menu-item): Use it.  No more in-lined.
18649         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
18650         (recentf-open-most-recent-file): Rename from
18651         `recentf-open-file-with-key'.  Don't depend on key binding.
18652         (recentf-mode-map): New variable.
18653         (recentf-mode): Use it.
18655 2005-10-06  Bill Wohler  <wohler@newt.com>
18657         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
18659         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
18660         (MH-E-SRC): New.  Used by mh-autoloads.
18661         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
18662         files in MH-E-SRC have been updated.
18663         (compile, recompile, bootstrap): Depend on mh-autoloads.
18665 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
18667         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
18668         gud-break and gud-remove icons when the fringe is not available.
18670         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
18671         Typo.
18673 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
18675         * play/zone.el (zone): Wrap body with save-window-excursion.
18677 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18679         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
18680         Use the new `list-only' arg to diary-list-entries.
18682         * calendar/diary-lib.el: Use overlays rather than selective-display.
18683         (diary-selective-display): New var.
18684         (diary-header-line-format): Use it.
18685         (diary-list-entries): Add argument `list-only'.
18686         Put the buffer in diary-mode.  Don't add \^M at beg and end.
18687         Replace \^M by invisible overlays.
18688         (diary-unhide-everything): Replace \^M by invisible overlays.
18689         (print-diary-entries): Look for overlays rather than \^M.
18690         Add a space to the temp buffer name.
18691         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
18692         Put the buffer in diary-mode.
18693         (list-sexp-diary-entries): Replace \^M by invisible overlays.
18694         (diary-anniversary): Make the year arg optional.
18695         (diary-time-regexp): New const.
18696         (diary-font-lock-keywords): Use it to accept a few more time formats.
18698         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
18700 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
18702         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
18703         Fix bug introduced 2005-07-03: Use (car (last ...))
18704         to faithfully reproduce replaced artist-last.
18705         (artist-set-arrow-points-for-poly): Likewise.
18706         Suggested by Johan Bockg\e,Ae\e(Brd.
18708 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
18710         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
18711         * wid-edit.el (widget):
18712         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
18713         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
18715 2005-10-06  Kenichi Handa  <handa@m17n.org>
18717         * international/mule-cmds.el (set-language-environment):
18718         Fix setting up of case-table for unibyte mode.
18720         * simple.el (what-cursor-position): If the character is displayed
18721         by some `display' text property, show that.  Don't use
18722         single-key-description for eight-bit characters in multibyte mode.
18724 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
18726         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
18727         (gdb-ann3): Set it.
18728         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
18729         (gdb-info-frames-custom): Use inverse-video for first five
18730         characters of selected frame only.
18731         (gdb-get-frame-number): Select frame even when point is on frame
18732         number.
18734 2005-10-06  Masatake YAMATO  <jet@gyve.org>
18736         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
18737         Put `font-lock-function-name-face'.
18738         (gdb-info-frames-custom): Put `font-lock-function-name-face'
18739         and `font-lock-variable-name-face'
18740         (gdb-registers-font-lock-keywords): New font lock keywords definition.
18741         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
18742         (gdb-memory-font-lock-keywords): New font lock keywords definition.
18743         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
18744         (gdb-local-font-lock-keywords): New font lock keywords definition.
18745         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
18746         (gdb-threads-font-lock-keywords): New font lock keywords definition.
18747         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
18749 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
18751         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
18752         (ediff-merge-region-is-non-clash-to-skip): Previously called
18753         ediff-merge-region-is-non-clash.
18755         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
18756         Use insert-buffer-substring.
18758         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
18759         selecting files to patch.  Also bug fixes.
18761         * ediff-util.el (ediff-setup): Bug fix.
18762         (ediff-next-difference): Never skip clashes that differ in white
18763         space only.
18765         * ediff-wind.el (ediff-setup-control-frame)
18766         (ediff-destroy-control-frame): Check the menubar feature.
18768         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
18769         (viper-refresh-mode-line): Use make-local-variable to localize
18770         some vars instead of make-variable-buffer-local.  Suggested by
18771         Stefan Monnier.
18773         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
18774         (viper-restore-cursor-type, viper-set-insert-cursor-type):
18775         Use make-local-variable instead of make-variable-buffer-local.
18776         Suggested by Stefan Monnier.
18778         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
18779         (viper-comint-mode-hook): Use make-local-variable on
18780         require-final-newline.
18781         (viper-non-hook-settings): Don't use make-variable-buffer-local.
18783 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18785         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
18786         also the second char of a comment-start sequence.
18787         (scheme-sexp-comment-syntax-table): New var.
18788         (lambda, define): Set their scheme-doc-string-elt property.
18789         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
18790         Use lisp-font-lock-syntactic-face-function now that it properly
18791         handles |...| symbols.
18792         (scheme-mode-variables): Set lisp-doc-string-elt-property,
18793         parse-sexp-lookup-properties and font-lock-extra-managed-props.
18795         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
18796         bit from # to |.
18797         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
18799         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
18800         (lisp-doc-string-elt-property): New var.
18801         (lisp-font-lock-syntactic-face-function): Use it.
18802         Rewrite to recognize docstrings even for forms not at toplevel.
18804         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
18805         annotation on the | part of #| rather than on the # part.
18806         (scheme-font-lock-syntactic-face-function): New function, to
18807         distinguish strings from |...| symbols.
18808         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
18809         syntax-table so that #|...|# is properly highlighted.
18811         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
18812         Don't mark as docstring the 3rd elem of an unknown toplevel form.
18814 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18816         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
18817         and C-e.
18819         * emacs-lisp/eldoc.el: Move comments into docstrings.
18820         (eldoc-message-commands): Initialize in its declaration.
18821         Add move-beginning-of-line and move-end-of-line.
18822         (eldoc-add-command, eldoc-add-command-completions)
18823         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
18825         * outline.el (outline-mark-subtree): Activate the mark.
18827         * calendar/appt.el (appt-time-regexp): New var.
18828         (appt-add, appt-make-list): Use it.
18829         (appt-convert-time): Clean up.
18831         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
18832         Don't set any syntax-table property here.
18833         (tex-font-lock-verb): New function.  Do it here.
18834         (tex-font-lock-syntactic-keywords): Use it.
18836 2005-10-04  Richard M. Stallman  <rms@gnu.org>
18838         * wid-edit.el (widget-file-complete): Get the widget start point
18839         the right way.  Default directory to `/' if file has none.
18841         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
18843         * textmodes/flyspell.el (flyspell-mode-on):
18844         Call ispell-maybe-find-aspell-dictionaries.
18846         * textmodes/ispell.el (ispell-word, ispell-region):
18847         Call ispell-maybe-find-aspell-dictionaries.
18848         (ispell-accept-buffer-local-defs):
18849         Don't call ispell-maybe-find-aspell-dictionaries
18851 2005-10-04  Richard M. Stallman  <rms@gnu.org>
18853         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
18855 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
18857         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
18858         instead of `fboundp' in order to allow for anonymous functions.
18860 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
18862         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
18863         case the user clicks on the link while another window is selected.
18864         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
18866         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
18867         functionality.
18868         (dframe-help-echo): Save point in case mouse tracking is off.
18870 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
18872         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
18874 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18876         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
18877         not change the global value of those vars.
18879         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
18880         make-local-variable which we do not need any more.
18882 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
18884         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
18885         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
18886         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
18887         (speedbar-path-line): Define obsolete aliases.
18888         (speedbar-line-directory): Doc fix.
18890         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
18891         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
18892         instead of speedbar-line-path.
18894 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18896         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
18897         to nil if dropping on a window.  Handle dropping on a minibuffer window
18898         like dropping on a non-window part of Emacs.
18900 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18902         * net/ange-ftp.el: Use with-current-buffer.
18903         (ange-ftp-insert-directory): Do not follow symlinks any more.
18905         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18906         Remove interactive spec.
18908 2005-10-03  Kim F. Storm  <storm@cua.dk>
18910         * ido.el (ido-mode): Use custom-initialize-set.
18912 2005-10-02  Richard M. Stallman  <rms@gnu.org>
18914         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
18915         Use insert-buffer-substring.
18917         * net/tramp.el: Pacify byte compiler warnings in pacification code.
18918         (tramp-handle-file-local-copy): Use insert-buffer-substring.
18920 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18922         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
18923         in last change.
18924         (ange-ftp-insert-directory): Fix up the search for the case where
18925         `file' is absolute.
18927 2005-10-02  Romain Francoise  <romain@orebokech.com>
18929         * progmodes/compile.el (compile-goto-error): Delete extra paren.
18931 2005-10-02  Andreas Schwab  <schwab@suse.de>
18933         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
18934         directory component in the session info.
18936 2005-10-01  Richard M. Stallman  <rms@gnu.org>
18938         * comint.el (comint-redirect-subvert-readonly): Doc fix.
18940         * simple.el (next-error-internal): New function.
18942         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
18943         (compilation-start): Pass new arg to compilation-buffer-name.
18944         (compile-goto-error): Use next-error-internal.
18946 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
18948         * speedbar.el: Remove RCS tag.
18949         (speedbar-check-read-only): Handle non-existent files.
18951         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
18953         * info.el (Info-speedbar-hierarchy-buttons)
18954         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
18956 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18958         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
18959         Do not match newline.
18960         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
18961         (bibtex-summary): Remove unnecessary save-excursion.
18962         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
18964 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18966         * term/mac-win.el: Add charset info for "iso10646-1".
18967         Modify default fontset to use ATSUI-compatible fonts for some charsets
18968         if available.
18970 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
18972         * speedbar.el: Re-apply arch tag.
18973         (speedbar-version): Rename to version 1.0.  Suggested by Eric
18974         M. Ludlam.
18975         Reapply two changes from Emacs CVS' version of speedbar lost
18976         during the merge:
18977         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
18978         (speedbar-frame-parameters): Improve customize type.
18980 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18982         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
18983         (ange-ftp-file-directory-p): Fix the symlink case.
18984         (ange-ftp-insert-directory): When listing a single file, get a list of
18985         the parent buffer and extract the relevant line.  Inspired from a patch
18986         by Katsumi Yamaoka <yamaoka@jpl.org>.
18987         (ange-ftp-file-name-sans-versions): Simplify.
18989 2005-09-30  Bill Wohler  <wohler@newt.com>
18991         Move MH-E image files from toolbar and mail directories into
18992         etc/images.
18994         * mail/reply2.*: Move to etc/images/mail/reply*.
18996         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
18997         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
18998         etc/images.
19000         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
19001         * toolbar/reply*: Move to etc/images/mail.
19003         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
19005 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
19007         * speedbar.el: New version 1.0pre3.
19009         Frame management code (including timer, and mouse click specifics)
19010         moved to dframe.el:
19011         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
19012         (speedbar-timer): Removed.  Use dframe-timer.
19013         (speedbar-close-frame): Removed.  Use dframe-close-frame.
19014         (speedbar-activity-change-focus-flag): Removed.  Use
19015         dframe-activity-change-focus-flag.
19016         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
19017         dframe-update-speed.
19019         (speedbar-current-frame): New macro.  Use this instead of the
19020         variable speedbar-frame.
19022         (speedbar-use-images, speedbar-expand-image-button-alist)
19023         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
19025         (speedbar-find-image-on-load-path): Removed.  Replaced by
19026         defezimage in ezimage.el.
19027         (speedbar-expand-image-button-alist): Removed.  Replaced by
19028         ezimage-expand-image-button-alist in ezimage.el.
19030         (speedbar-ignored-directory-regexp)
19031         (speedbar-add-ignored-directory-regexp)
19032         (speedbar-ignored-directory-expressions)
19033         (speedbar-line-directory, speedbar-buffers-line-directory)
19034         (speedbar-directory-line, speedbar-buffers-line-directory):
19035         Renamed, replacing `path' with `directory'.
19037         (speedbar-create-directory, speedbar-expand-line-descendants)
19038         (speedbar-toggle-line-expansion)
19039         (speedbar-contract-line-descendants): New commands.
19041         (speedbar-query-confirmation-method, speedbar-select-frame-method)
19042         (speedbar-use-tool-tips-flag): New options.
19044         (speedbar-check-read-only, speedbar-require-version)
19045         (speedbar-insert-separator, speedbar-buffers-tail-notes)
19046         (speedbar-handle-delete-frame, speedbar-try-completion)
19047         (speedbar-update-localized-contents): New functions.
19049         (speedbar-incompatible-version, speedbar-ro-to-do-point)
19050         (speedbar-object-read-only-indicator): New variables.
19052         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
19053         New hooks.
19055         (speedbar-separator-face): New face.
19057         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
19058         (speedbar-ignored-modes): Add fundamental-mode.
19059         (speedbar-directory-unshown-regexp): Add . directories.
19061         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
19062         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
19063         `]' for full expand/close.
19064         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
19066         (speedbar-check-vc): Support hidden files.
19067         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
19068         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
19069         state is nil, it is not checked out.
19071         (speedbar-line-text, speedbar-line-token): Support expand buttons
19072         with no text.
19073         (speedbar-refresh): Universal argument acts as power-click.
19074         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
19075         that buffer to get variable values.
19077         And many other bugfixes.
19079         * dframe.el, ezimage.el, sb-image.el: New files.
19081         * sb-*.xpm: Remove files.  New image files installed into
19082         etc/images/ezimage.
19084 2005-09-30  Kenichi Handa  <handa@m17n.org>
19086         * ps-mule.el (ps-mule-show-warning): If a character is in
19087         ps-print-translation-table, don't treat it as non-printable.
19089 2005-09-30  David Ponce  <david@dponce.com>
19091         * tree-widget.el (tree-widget-themes-load-path): New variable.
19092         (tree-widget-themes-directory): Doc fix.
19093         (tree-widget-image-formats) [Emacs]: Doc fix.
19094         (tree-widget--locate-sub-directory): New function.
19095         (tree-widget-themes-directory): Use it.
19097         * recentf.el (recentf-filename-handlers): Rename from
19098         `recentf-filename-handler'.  Allow a list of functions.
19099         (recentf-menu-items-for-commands): Fix :help strings.
19100         (recentf-apply-filename-handlers): New function.
19101         (recentf-expand-file-name): Use it.
19102         (recentf-cleanup): Remove duplicates too.
19104 2005-09-29  Juri Linkov  <juri@jurta.org>
19106         * faces.el: Rearrange face definitions to be in the same order as
19107         their face descriptions in "(emacs)Standard Faces".
19109         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
19111         * tooltip.el (tooltip): Add group `basic-faces'.
19113         * buff-menu.el (Buffer-menu-buffer): Remove group
19114         `font-lock-highlighting-faces'.
19116         * progmodes/compile.el (compilation-error, compilation-warning)
19117         (compilation-info, compilation-line-number, compilation-column-number):
19118         Change group from `font-lock-highlighting-faces' to `compilation'.
19120         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19121         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
19122         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
19123         (vhdl-font-lock-reserved-words-face)
19124         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
19125         `font-lock-highlighting-faces'.
19127         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
19129 2005-09-28  Kim F. Storm  <storm@cua.dk>
19131         * emulation/cua-base.el: Set CUA move property on additional commands:
19132         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
19133         forward-sexp, backward-sexp, forward-list, backward-list.
19135 2005-09-28  Romain Francoise  <romain@orebokech.com>
19137         * comint.el (comint-show-output): Really set point at the
19138         beginning of the output when not using `comint-use-prompt-regexp'.
19140 2005-09-27  Jay Belanger  <belanger@truman.edu>
19142         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
19143         in TeX mode.
19145 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
19147         * textmodes/org.el (org-table-sum): Fix format string.
19149         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
19150         Quote face names.
19152 2005-09-26  Romain Francoise  <romain@orebokech.com>
19154         * isearch.el (isearch-forward-regexp): Close doc string.
19156 2005-09-25  Richard M. Stallman  <rms@gnu.org>
19158         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
19160         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
19162         * progmodes/compile.el (compilation-error-properties):
19163         When getting the file from the previous error message,
19164         correctly decode the new data format.
19166         * progmodes/cc-cmds.el (c-electric-paren):
19167         Call old-blink-paren only for close-paren.
19169 2005-09-24  Andreas Schwab  <schwab@suse.de>
19171         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
19172         condition.
19174 2005-09-25  Romain Francoise  <romain@orebokech.com>
19176         * dired-aux.el (dired-copy-file-recursive):
19177         * dired.el (dired-delete-file):
19178         * ediff-mult.el (ediff-dir-diff-copy-file):
19179         * ediff-util.el (ediff-test-save-region):
19180         * forms.el (forms-mode):
19181         * ido.el (ido-file-internal, ido-delete-file-at-head):
19182         * log-edit.el (log-edit-done):
19183         * ses.el (ses-yank-resize):
19184         * play/gomoku.el (gomoku-human-plays, gomoku)
19185         (gomoku-human-resigns, gomoku-prompt-for-other-game)
19186         (gomoku-offer-a-draw):
19187         * play/landmark.el (lm-human-resigns, lm):
19188         * net/eudcb-ldap.el (eudc-ldap-check-base):
19189         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
19190         * progmodes/ebrowse.el (ebrowse-find-pattern):
19191         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
19192         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
19193         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
19195         * vc.el (vc-delete-file):
19196         * play/gomoku.el (gomoku-terminate-game, gomoku)
19197         (gomoku-prompt-for-move, gomoku-human-takes-back):
19198         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
19199         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
19201 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
19203         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
19204         color rxvt terminals by using the code xterm.el used to use before
19205         2005-04-09 in order to match the colors used by rxvt.
19207 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
19209         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
19210         colors rxvt-unicode terminals by using the same code as xterm.el.
19212 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19214         * textmodes/tex-mode.el (tex-font-lock-append-prop)
19215         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
19216         new symbol used for the tex-verbatim face.
19218 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19220         * woman.el (woman-file-name):
19221         * wid-edit.el (widget-file-prompt-value)
19222         (widget-coding-system-prompt-value):
19223         * w32-fns.el (set-w32-system-coding-system):
19224         * vc.el (vc-version-diff, vc-annotate):
19225         * textmodes/reftex-auc.el (reftex-arg-cite)
19226         (reftex-arg-index-tag):
19227         * textmodes/refer.el (refer-get-bib-files):
19228         * textmodes/artist.el (artist-figlet-choose-font):
19229         * terminal.el (terminal-emulator):
19230         * replace.el (occur-read-primary-args):
19231         * rect.el (string-rectangle, string-insert-rectangle):
19232         * ps-print.el (ps-print-preprint):
19233         * progmodes/pascal.el (pascal-goto-defun):
19234         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
19235         * progmodes/compile.el (compilation-find-file):
19236         * printing.el (pr-interactive-n-up):
19237         * play/animate.el (animate-birthday-present):
19238         * net/rcompile.el (remote-compile):
19239         * man.el (man, Man-goto-section, Man-follow-manual-reference):
19240         * mail/rmailsum.el (rmail-summary-search-backward)
19241         (rmail-summary-search):
19242         * mail/rmailout.el (rmail-output-read-rmail-file-name)
19243         (rmail-output-read-file-name):
19244         * mail/rmail.el (rmail-search, rmail-search-backwards):
19245         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
19246         * locate.el (locate):
19247         * international/quail.el (quail-show-keyboard-layout):
19248         * international/mule.el (set-buffer-file-coding-system)
19249         (revert-buffer-with-coding-system, set-file-name-coding-system)
19250         (set-terminal-coding-system, set-keyboard-coding-system)
19251         (set-next-selection-coding-system):
19252         * international/mule-diag.el (describe-coding-system)
19253         (describe-font, describe-fontset):
19254         * international/mule-cmds.el (universal-coding-system-argument)
19255         (search-unencodable-char, describe-input-method)
19256         (set-language-environment, describe-language-environment):
19257         * international/codepage.el (codepage-setup):
19258         * international/code-pages.el (codepage-setup):
19259         * info.el (Info-search, Info-follow-reference)
19260         (Info-search-backward):
19261         * emacs-lisp/advice.el (ad-read-advised-function)
19262         (ad-read-advice-class, ad-clear-cache, ad-activate)
19263         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
19264         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
19265         (ad-read-regexp):
19266         * ediff-util.el (ediff-toggle-regexp-match):
19267         * ediff-ptch.el (ediff-prompt-for-patch-file):
19268         * dired-aux.el (dired-diff):
19269         * diff.el (diff):
19270         * cus-edit.el (custom-variable-prompt):
19271         * calendar/timeclock.el (timeclock-ask-for-project):
19272         * calc/calcalg3.el (calc-get-fit-variables):
19273         * calc/calc-store.el (calc-edit-variable)
19274         (calc-permanent-variable):
19275         * vc-mcvs.el (vc-mcvs-register):
19276         * shadowfile.el (shadow-define-literal-group):
19277         * woman.el (woman-file-name):
19278         * vc.el (vc-version-diff, vc-merge):
19279         * textmodes/reftex-index.el (reftex-index-complete-tag):
19280         * format.el (format-decode-buffer, format-decode-region):
19281         * emulation/viper-cmd.el (viper-read-string-with-history):
19282         * emacs-lisp/debug.el (cancel-debug-on-entry):
19283         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
19284         * ediff.el (ediff-merge-revisions)
19285         (ediff-merge-revisions-with-ancestor, ediff-revision):
19286         * completion.el (interactive-completion-string-reader):
19287         * calc/calc-prog.el (calc-user-define-formula):
19288         Follow convention for reading with the minibuffer.
19290 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
19292         * progmodes/python.el (python-describe-symbol): Add globals() and
19293         locals() to the arguments of emacs.ehelp.
19295 2005-09-24  Magnus Henoch  <mange@freemail.hu>
19297         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
19298         New function, code extracted from ispell-valid-dictionary-list.
19299         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
19300         Call it.
19302 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
19304         * subr.el (version-regexp-alist): Extend valid syntax for version
19305         strings: allow any of the characters -,_,+ to separate the
19306         alpha/beta/rc part from the version part.  Doc fix.
19307         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
19309 2005-09-23  David Reitter  <david.reitter@gmail.com>
19311         * mail/mailclient.el: New file.
19313 2005-09-23  Richard M. Stallman  <rms@gnu.org>
19315         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
19316         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
19317         Doc fixes.
19319         * progmodes/cc-mode.el (c-font-lock-init):
19320         Specify font-lock-lines-before.
19322 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19324         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
19325         whole conflict.
19327 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
19329         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
19330         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
19331         of `remap' feature when available.  Additional key bindings for
19332         better tty support.
19333         (org-mode-restart, org-force-self-insert): New commands.
19334         (org-time-stamp-inactive): New command.
19335         (org-remap): New function.
19336         (org-table-auto-blank-field, org-level-color-stars-only): New options.
19337         (org-enable-fixed-width-editor): Move to `org-structure'
19338         customization group.
19339         (org-self-insert-command, orgtbl-self-insert-command): Modify to
19340         blank field after field motion commands.
19342 2005-09-23  Kenichi Handa  <handa@m17n.org>
19344         * international/mule-cmds.el (set-language-environment):
19345         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
19346         have to call utf-translate-cjk-load-tables.
19348 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19350         * mouse.el (mouse-move-drag-overlay): Fix last change.
19352 2005-09-22  David Ponce  <david@dponce.com>
19354         * tree-widget.el (tree-widget-value-create): Fix previous change.
19356 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
19358         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
19360 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19362         * mouse.el (mouse-move-drag-overlay): New function.
19363         (mouse-drag-region-1): Use it.
19364         Try to simplify a bit the state handling.  Handle clicks on links
19365         inside intangible areas.
19366         (mouse-save-then-kill): Minor simplification.
19367         (mouse-secondary-overlay): Make it always non-nil instead of
19368         recreating it each time.
19369         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
19370         (mouse-kill-secondary, mouse-secondary-save-then-kill):
19371         Simplify accordingly.
19373 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
19375         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
19377 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
19379         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
19380         (ediff-file-name-sans-prefix): Treat nil as an empty string.
19381         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
19382         to patch.
19384         * ediff-util.el: Use insert-buffer-substring.
19386         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
19388         * emulation/viper-cmd.el (viper-change-state): Don't move over the
19389         field boundaries in the minibuffer.
19390         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
19391         (viper-minibuffer-post-command-hook): New hook.
19392         (viper-line): Don't move cursor at bolp.
19394         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
19396         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
19397         avoid compiler warnings.
19399         * emulation/viper-macs.el (ex-map): Better messages.
19401         * emulation/viper-utils.el (viper-beginning-of-field): New function.
19403         * emulation/viper.el: Replace make-variable-buffer-local with
19404         viper-make-variable-buffer-local everywhere, to avoid warnings.
19406 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19408         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
19409         Delete unused var `old-selected-window'.
19410         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
19411         (mouse-drag-secondary): Delete unused var `start-frame'.
19413 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
19415         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
19417 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19419         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
19420         Re-indent within 80 columns.  Use inhibit-read-only.
19422 2005-09-19  Romain Francoise  <romain@orebokech.com>
19424         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
19426 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19428         * font-lock.el (font-lock-default-fontify-region): Don't add a line
19429         unconditionally, since the after-change-function already did it.
19431 2005-09-19  Miles Bader  <miles@gnu.org>
19433         * net/newsticker.el: Get rid of CVS keyword.
19435 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
19437         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
19438         The prompt is formatted later.
19440 2005-09-19  David Ponce  <david@dponce.com>
19442         * tree-widget.el (tree-widget-value-create): Save the converted
19443         tree :node widget.
19445 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
19447         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
19448         variable `message'.
19450 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
19452         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
19453         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
19454         <slawomir.nowaczyk.847@student.lu.se>.
19456 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
19458         * image.el (image-load-path): Use symbol `data-directory' instead
19459         of its value, for backward compatibility with packages that bind
19460         it during `find-image'.  Suggested by Katsumi Yamaoka.
19461         (image-search-load-path): Handle symbols whose values are strings.
19463 2005-09-18  Romain Francoise  <romain@orebokech.com>
19465         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
19466         with-current-buffer form in save-excursion.
19468 2005-09-18  Deepak Goel  <deego@gnufans.org>
19470         * apropos.el (apropos-command): Fix `message' call: first arg
19471         should be a format spec.  In this and all other cases that appear
19472         below and elsewhere in the source code, I made a change only when
19473         two conditions were satisfied: [1] I can think of a possibility
19474         that the arguments would cause an error, for example, the code in
19475         question relies on external variables such as filenames.  [2] I
19476         was sure that the arg to `message' could not have been nil in the code.
19478         * textmodes/tildify.el (tildify-region): Ditto.
19480         * textmodes/reftex-index.el (reftex-index-change-entry)
19481         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
19482         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
19483         * textmodes/org.el (org-complete, org-deadline, org-schedule)
19484         (org-priority, org-table-sum):
19485         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
19486         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
19487         (flyspell-word, flyspell-display-next-corrections):
19488         * textmodes/bibtex.el (bibtex-print-help-message):
19489         * textmodes/artist.el (artist-key-set-point-poly):
19490         * term/mac-win.el (mac-services-insert-text):
19491         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
19492         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
19493         (vhdl-port-paste-testbench, vhdl-compose-new-component)
19494         (vhdl-compose-configuration):
19495         * progmodes/sh-script.el (sh-blink, sh-show-indent)
19496         (sh-set-indent, sh-learn-line-indent):
19497         * progmodes/ps-mode.el (ps-mode-target-column):
19498         * progmodes/idlwave.el (idlwave-make-tags)
19499         (idlwave-scan-library-catalogs):
19500         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
19501         * progmodes/gud.el (gud-jdb-analyze-source):
19502         * progmodes/flymake.el (flymake-log):
19503         * progmodes/ebnf2ps.el (ebnf-generate-region):
19504         * progmodes/cmacexp.el (c-macro-expansion):
19505         * progmodes/ada-xref.el (ada-treat-cmd-string):
19506         * progmodes/ada-mode.el (ada-create-case-exception-substring)
19507         (ada-justified-indent-current, ada-batch-reformat):
19508         * play/zone.el (zone):
19509         * play/landmark.el (lm-move):
19510         * play/decipher.el (decipher-show-alphabet):
19511         * net/newsticker.el (newsticker--display-jump)
19512         (newsticker--display-scroll):
19513         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
19514         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
19515         * mail/feedmail.el (feedmail-dump-message-to-queue):
19516         * eshell/esh-proc.el (eshell-remove-process-entry):
19517         * emulation/ws-mode.el (ws-last-error):
19518         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
19519         (viper-record-kbd-macro):
19520         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
19521         * emacs-lisp/lisp-mnt.el (lm-report-bug):
19522         * emacs-lisp/find-func.el (find-function-noselect):
19523         * calendar/timeclock.el (timeclock-status-string)
19524         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
19525         (timeclock-when-to-leave-string):
19526         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
19527         * calc/calc-units.el (calc-enter-units-table):
19528         * calc/calc-mode.el (calc-mode-record-mode):
19529         * woman.el (woman-mini-help):
19530         * wdired.el (wdired-change-to-wdired-mode):
19531         * vc.el (vc-retrieve-snapshot):
19532         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
19533         * startup.el (display-startup-echo-area-message):
19534         * simple.el (set-goal-column):
19535         * ses.el (ses-command-hook, ses-recalculate-cell):
19536         * server.el (server-process-filter):
19537         * printing.el (pr-interface-txt-print, pr-interface-printify)
19538         (pr-interface-ps):
19539         * pcvs.el (cvs-help):
19540         * log-edit.el (log-edit, log-edit-mode-help):
19541         * iswitchb.el (iswitchb-possible-new-buffer):
19542         * isearch.el (isearch-edit-string):
19543         * image-mode.el (image-mode, image-minor-mode):
19544         * ibuf-macs.el (define-ibuffer-filter):
19545         * hi-lock.el (hi-lock-find-patterns):
19546         * files.el (toggle-read-only):
19547         * ediff-util.el (ediff-copy-diff)
19548         (ediff-write-merge-buffer-and-maybe-kill):
19549         * echistory.el (Electric-history-undefined):
19550         * dnd.el (dnd-insert-text):
19551         * dired-aux.el (dired-query):
19552         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
19553         * bookmark.el (bookmark-bmenu-locate):
19554         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
19555         Fix `message' calls to ensure first arg is a format string.
19556         The change was made only when these two conditions were satisfied:
19557         [1] when there is a possibility that the arguments would cause an error
19558         for example, if the code in question relies on external variables
19559         such as filenames, and
19560         [2] if the arg to `message' could not have been nil in the code.
19562         * pcomplete.el (pcomplete--help): Fix `message' format spec.
19563         Not having a %s would be weird, though not technically wrong.
19565 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19567         * term/mac-win.el (mac-add-charset-info): Doc fix.
19569 2005-09-17  Romain Francoise  <romain@orebokech.com>
19571         * shell.el (shell-resync-dirs): Handle echoing processes more
19572         reliably.  Don't insert resync command if `comint-process-echoes'
19573         is non-nil.
19575 2005-09-17  Magnus Henoch  <mange@freemail.hu>
19577         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
19578         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
19579         aspell versions >= 0.60.
19580         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
19581         only if ispell-aspell-supports-utf8 is non-nil.
19583 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
19585         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
19586         buffer-local value to lisp-indent-function.
19588 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
19590         * progmodes/glasses.el (glasses-make-readable): If
19591         glasses-separator differs from underscore, put appropriate
19592         overlays over underscore characters.
19593         (glasses-convert-to-unreadable): If glasses-separator differs from
19594         underscore, try to convert glasses-separator characters to
19595         underscores.
19597 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19599         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
19600         Use with-syntax-table and dolist.
19602 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
19604         * textmodes/reftex-auc.el:
19605         * textmodes/reftex-cite.el:
19606         * textmodes/reftex-dcr.el:
19607         * textmodes/reftex-global.el:
19608         * textmodes/reftex-parse.el:
19609         * textmodes/reftex-ref.el:
19610         * textmodes/reftex-sel.el:
19611         * textmodes/reftex-toc.el:
19612         * textmodes/reftex-vars.el:
19613         * textmodes/reftex.el: Small changes to remove compiler warnings.
19615         * textmodes/reftex-index.el: Likewise.
19616         (reftex-query-index-phrase): More efficient use of markers.
19618 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
19620         * image.el (image-load-path): New variable.
19621         (image-search-load-path): New function.
19622         (find-image): Search for images in `image-load-path'.
19624 2005-09-15  Richard M. Stallman  <rms@gnu.org>
19626         * follow.el: Change Maintainer field.
19628 2005-09-15  David Ponce  <david@dponce.com>
19630         * recentf.el (recentf-save-file-modes): New option.
19631         (recentf-save-list): Use it.
19633 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
19635         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
19636         (mode-line-mule-info, mode-line-modified): Move bindings from
19637         mouse-3 to mouse-1.
19639 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
19641         * simple.el (sendmail-user-agent-compose): Revert last change.
19643 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19645         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
19646         Use with-current-buffer.
19647         (ange-ftp-gwp-start): Remove unused var `gw-user'.
19648         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
19649         (ange-ftp-insert-directory): Remove unused var `short'.
19650         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
19652         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
19653         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
19655         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
19656         (check-calendar-holidays, diary-list-entries): Autoload.
19657         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
19658         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
19660         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
19661         which mistakenly removed a call to display-buffer.
19663 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
19665         * obsolete/iso-insert.el: Move to obsolete/ from international/.
19667 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
19669         * progmodes/hideshow.el
19670         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
19671         (hs-allow-nesting): New user var.
19672         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
19673         (hs-hide-block-at-point): When nesting allowed,
19674         if there is already an overlay in place, delete it.
19675         (hs-safety-is-job-n): Delete func; remove call sites.
19676         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
19677         (hs-overlay-at): New func.
19678         (hs-already-hidden-p, hs-show-block): Use it.
19679         (hs-hide-all): Don't pre-clean if nesting allowed.
19680         (hs-show-all): Temporarily disallow
19681         nesting around call to `hs-discard-overlays'.
19683 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
19685         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
19686         Delete unused local var.
19688 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
19690         * help-fns.el (describe-categories): "?\ " -> "?\s".
19691         (help-do-arg-highlight): Recognize also ARG-n, as in
19692         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
19694         * international/codepage.el (dos-unsupported-char-glyph):
19695         * net/newsticker.el (tool-bar-map, w3-mode-map)
19696         (w3m-minor-mode-map):
19697         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
19698         (ent-alist):
19699         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
19701 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
19703         * custom.el (custom-push-theme): Handle the case where a symbol is
19704         bound but face properties have not yet been assigned.
19706         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
19707         Fix behavior if noerase is `t' and there is no mail buffer.
19709         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
19710         if `continue' is nil, rather than signal an error.
19712 2005-09-12  Richard M. Stallman  <rms@gnu.org>
19714         * font-lock.el (font-lock-keywords): Add autoload.
19716         * help-fns.el (describe-variable): Rearrange to put source link
19717         in a predictable place.
19719         * net/newsticker.el: New file.
19721 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19723         * calendar/calendar.el (calendar-for-loop): Add edebug info.
19724         (calendar-basic-setup): Use the new nil arg.
19725         (number-of-diary-entries): Move to diary-lib.el.
19727         * calendar/diary-lib.el: Use with-current-buffer, match-string.
19728         (diary-list-entries): Use with-syntax-table and dolist.
19729         Rename from list-diary-entries.
19730         Use number-of-diary-entries if `number' is nil.
19731         (diary, diary-view-entries): Use this new name and new nil arg value.
19732         (number-of-diary-entries): Move from calendar.el.
19733         (diary-unhide-everything): New function.
19734         (include-other-diary-files, fancy-diary-display)
19735         (diary-show-all-entries, make-diary-entry): Use it.
19736         (diary-mail-entries): Use buffer-string.
19737         (mark-diary-entries): Fix long standing paren typo.
19738         (diary-sexp-entry): Use count-lines.
19739         (make-diary-entry): Avoid `previous-line'.
19740         (diary-mode-map): New var.
19741         (diary-mode): Redraw cal after saving.  Setup header-line.
19742         (fancy-diary-display-mode): Use local-set-key.
19744         * startup.el (command-line): Try calling various terminal-init-foo-bar
19745         functions by stripping hyphenated suffixes from $TERM.
19747         * files.el (normal-mode): Check boundness of font-lock-keywords.
19749 2005-09-12  Richard M. Stallman  <rms@gnu.org>
19751         * progmodes/compile.el: Don't decide a file's directory
19752         until the user actually tries to go there.
19753         (compilation-next-error-function):
19754         Pass compilation-find-file the directory from the file-struct.
19755         (compilation-internal-error-properties): Separate local FILE-STRUCT
19756         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
19757         (compilation-find-file): Arg DIR renamed to DIRECTORY.
19758         Expand it, and if nil, use default-directory.
19759         (compilation-get-file-structure): Don't mix specified directory
19760         with default directory.  Put specified directory into
19761         file-struct.  Don't make the file name absolute.
19763         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19764         (compile-command): Add autoload.
19765         (compilation-disable-input): Add autoload.
19767 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
19769         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
19770         strings of the variables it can override.
19771         (time-stamp): New (as yet undocumented) time-stamp-format escapes
19772         %Q and %q, for fully-qualified domain name and unqualified host name.
19774 2005-09-11  Kim F. Storm  <storm@cua.dk>
19776         * emacs-lisp/authors.el (authors-aliases): Update list.
19777         (authors-fixed-entries): Update mldrag.el entry.
19779 2005-09-10  Alan Mackenzie  <acm@muc.de>
19781         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
19782         from the region narrowed to.
19784 2005-09-10  Magnus Henoch  <mange@freemail.hu>
19786         * textmodes/ispell.el (ispell-check-version): Signal an error if
19787         aspell version is less than 0.60.
19789 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
19791         * progmodes/octave-inf.el (inferior-octave-startup):
19792         Resync current dir at the end.
19794 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
19796         * woman.el (woman-topic-at-point-default):
19797         Rename to woman-use-topic-at-point-default.
19798         (woman-topic-at-point): Rename to woman-use-topic-at-point.
19799         (woman-file-name): Reflect renames above.  Automatically use the
19800         word at point as topic if woman-use-topic-at-point is non-nil.
19801         Otherwise offer it as default but don't insert it in the
19802         minibuffer.  Also use `test-completion' instead of `assoc' as
19803         suggested by Stefan Monnier.
19805 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
19807         * vc.el (vc-directory, vc-update-change-log): Throw an error on
19808         the attempt to do it over Tramp.  This is not yet supported.
19810 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
19812         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
19813         (menu-bar-non-minibuffer-window-p): New functions.
19814         ("Split Window", "Save As..."): Use them.
19815         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
19816         ("Print Buffer", "Truncate Long Lines in this Buffer"):
19817         Use menu-bar-menu-frame-live-and-visible-p.
19818         ("Save Buffer", "Insert File", "Open Directory...")
19819         ("Open File...", "Visit New File..."):
19820         Use menu-bar-non-minibuffer-window-p.
19821         (kill-this-buffer-enabled-p, dired <menu-enable>):
19822         Use menu-bar-non-minibuffer-window-p.
19824 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
19826         * cus-start.el (all): Don't complain about fringe-related
19827         built-ins if fringes are not supported.  Ditto about
19828         selection-related built-ins.  Fix the test for GTK-related built-ins.
19830         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
19831         ("Postscript Print Buffer", "Print Region", "Save As...")
19832         ("Save", "Insert File...", "Open Directory...")
19833         ("Open File...", "Visit New File..."")
19834         ("Truncate Long Lines in this Buffer"): Don't look at
19835         menu-updating-frame if this display does not support multiple frames.
19837 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19839         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
19841 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
19843         * woman.el: Format- and whitespace-related changes.
19845 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
19847         * woman.el: Fix my email address.
19849 2005-09-08  Richard M. Stallman  <rms@gnu.org>
19851         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
19852         (sh-mode): Locally set skeleton-pair-default-alist.
19854         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
19856         * progmodes/flymake.el: Require `compile' unconditionally.
19858         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
19860         * woman.el (woman-file-name): Provide a default, not initial input.
19862         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
19864         * font-lock.el (font-lock-support-mode): Doc fix.
19866         * descr-text.el (describe-property-list): Handle non-symbol prop names.
19868 2005-09-08  Richard M. Stallman  <rms@gnu.org>
19870         * simple.el (blink-matching-open): Get rid of text props from
19871         the string shown in echo area.  Don't permanently set point.
19872         Some rearrangements.
19874 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19876         * recentf.el (recentf-filename-handler): Add custom choice
19877         `abbreviate-file-name'.
19879         * msb.el (msb--very-many-menus): Fix typo.
19881         * disp-table.el (standard-display-european): Don't set
19882         enable-multibyte-characters to nil.
19884 2005-09-08  David Ponce  <david@dponce.com>
19886         * recentf.el (recentf-show-file-shortcuts-flag): New option.
19887         (recentf-expand-file-name): Doc fix.
19888         (recentf-dialog-mode-map): Define digit shortcuts.
19889         (recentf--files-with-key): New variable.
19890         (recentf-show-digit-shortcut-filter): New function.
19891         (recentf-open-files-items): New function.
19892         (recentf-open-files): Use it.
19893         (recentf-open-file-with-key): New command.
19895 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
19897         * buff-menu.el (Buffer-menu-sort-by-column): New function.
19898         Suggested by Kim F. Storm.
19899         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
19900         (Buffer-menu-make-sort-button): Use global keymap.
19902 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
19904         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
19905         (Man-getpage-in-background-advice): Remove defadvice; it isn't
19906         necessary any longer with the remapped command.
19907         (Man-bgproc-sentinel-advice): Remove defadvice which counts
19908         formatting time only.
19910         * net/tramp.el (tramp-action-password)
19911         (tramp-multi-action-password): Compile the password prompt from
19912         `method', `user' and `host'.  Sometimes it isn't obvious which
19913         password to enter, for example with remote files offered by
19914         recentf.el, or with multiple steps.  Suggested by Robert Marshall
19915         <robert@chezmarshall.freeserve.co.uk>.
19917 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19919         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
19920         Fix regexp for when "s///" is at the beginning of line.
19922 2005-09-07  Jay Belanger  <belanger@truman.edu>
19924         * calc/calc-poly.el (math-expand-term): Multiply out any powers
19925         when in matrix mode.
19927 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19929         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
19930         non-anonymous functions.
19932 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
19934         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
19935         when using a header line.  Otherwise, use mouse-1-click-follows-link.
19937         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
19938         can't be moved; don't signal an error.
19940 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
19942         * cus-theme.el (custom-theme-write-faces): Save the current face
19943         spec, not the defface spec.
19945         * custom.el (custom-known-themes): Clarify meaning of "standard".
19946         (custom-push-theme): Save old values in the standard theme.
19947         (disable-theme): Correct typo.
19948         (custom-face-theme-value) Deleted unused function.
19949         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
19951 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19953         * progmodes/compile.el (compilation-goto-locus): Take into account
19954         iconified frames when determining whether the buffer is
19955         already visible.
19956         Don't reset window height if the window already existed.
19958 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
19960         * custom.el (load-theme): Rename from require-theme.
19961         Add interactive spec.
19962         (enable-theme): Rename from custom-enable-theme.
19963         Add interactive spec.
19964         (disable-theme): Rename from custom-disable-theme.
19965         Add interactive spec.
19966         (custom-make-theme-feature): Doc fix.
19967         (custom-theme-directory): Doc fix.
19968         (provide-theme): Call enable-theme.
19970 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19972         * obsolete/lazy-lock.el (lazy-lock-mode):
19973         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
19974         font-lock-mode if it's off.  Print a warning instead.
19976         * progmodes/compile.el (compilation-start): Ignore errors if the
19977         process died before we get to send-eof.
19979         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
19980         Undo last change.  Enclosing the result in quotes broke things on Unix
19981         since tex-send-command passes it through shell-quote-argument.
19982         (tex-send-command): Pass `file' through convert-standard-filename
19983         when possible.
19984         (tex-uptodate-p): Handle the case where TeX hasn't put additional
19985         info in a transcript.
19987 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
19989         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
19990         fix compilation warning.  Reorder the key definitions to group
19991         together keys emitted by the current version of xterm.
19993         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
19994         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
19995         Reorder predicates to correct min-color usage.
19997 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
19999         * longlines.el (longlines-mode): Inhibit read-only when encoding.
20000         Kill local variables when longlines-mode is turned off.
20002 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20004         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
20006         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
20008         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
20010         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
20011         (font-lock-lines-before): Change default to being inactive.
20012         (font-lock-default-fontify-region): Obey font-lock-lines-before.
20013         (font-lock-after-change-function): Don't handle f-l-lines-before here.
20015 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
20017         * net/tramp.el (tramp-handle-make-auto-save-file-name):
20018         Deactivate temporarily advice if active (not needed for Emacs 22,
20019         but for backwards compatibility).
20020         (tramp-exists-file-name-handler): Rewrite.  First implementation
20021         was too simple.
20022         (tramp-advice-make-auto-save-file-name):
20023         Call `tramp-handle-make-auto-save-file-name' (again, just for
20024         backwards compatibility).
20026 2005-08-31  Reto Zimmermann  <reto@gnu.org>
20028         * progmodes/vhdl-mode.el
20029         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
20030         (vhdl-end-p): Fix indentation bug "else" after "-- when".
20031         (vhdl-set-default-project): New function (easier setting of default).
20032         (vhdl-port-copy): Handle extended identifiers for generics.
20033         (vhdl-compiler-alist): Better description for error message regexp.
20034         (vhdl-make): Query for target, use previous as default.
20035         (vhdl-port-copy): Fix port copy for port names starting with "signal".
20036         (vhdl-font-lock-keywords-2): Fix fontification for record
20037         el. assign.
20038         (vhdl-speedbar-make-subpack-line): Add package body link.
20039         (vhdl-generate-makefile-1): Not include itself as dependency.
20040         (vhdl-font-lock-init): Highlight c-preprocessor directives.
20041         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
20042         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
20043         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
20044         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
20045         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
20046         (vhdl-import-project): Add string argument for `error'.
20047         (vhdl-compose-configuration)
20048         (vhdl-compose-configuration-architecture): Add configuration
20049         declaration generation.
20050         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
20051         (vhdl-trailer-re): Add "record" keyword (better indentation).
20052         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
20053         "[^ \t-\"]+".
20054         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
20055         (vhdl-testbench-entity-file-name)
20056         (vhdl-testbench-architecture-file-name): Allow separate
20057         customization of testbench file names.
20058         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
20059         (vhdl-get-visible-signals): Allow newline within alias declaration.
20060         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
20061         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
20062         (member-ignore-case): Alias for missing function in XEmacs.
20063         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
20064         (vhdl-update-sensitivity-list): Ignore case on read signals.
20065         (vhdl-replace-string): Adjust case only for file names.
20066         (vhdl-update-sensitivity-list): Fix search for read signals.
20067         (vhdl-update-sensitivity-list): Exclude formal parameters.
20068         (vhdl-get-visible-signals): Include aliases of signals.
20069         (vhdl-get-visible-signals): Fix signal name searching.
20070         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
20071         (vhdl-fixup-whitespace-region): Fix for character
20072         literals (e.g. `:').
20074 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20076         * ansi-color.el (comint-last-output-start):
20077         * bs.el (font-lock-verbose):
20078         * diff-mode.el (add-log-buffer-file-name-function):
20079         * dired-x.el (vm-folder-directory):
20080         * faces.el (help-xref-stack-item):
20081         * files.el (font-lock-keywords):
20082         * find-lisp.el (dired-buffers, dired-subdir-alist):
20083         * ido.el (cua-inhibit-cua-keys):
20084         * log-view.el (cvs-minor-wrap-function):
20085         * outline.el (font-lock-warning-face):
20086         * simple.el (compilation-current-error):
20087         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
20088         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
20089         * tooltip.el (comint-prompt-regexp):
20090         * w32-fns.el (explicit-shell-file-name):
20091         * term/mac-win.el (mac-charset-info-alist)
20092         (mac-services-selection, mac-system-script-code):
20093         * term/tty-colors.el (msdos-color-values):
20094         * term/w32-win.el (xlfd-regexp-registry-subnum):
20095         * term/x-win.el (x-keysym-table, x-selection-timeout)
20096         (x-session-id, x-session-previous-id):
20097         * textmodes/ispell.el (mail-yank-prefix):
20098         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
20099         * textmodes/org.el (calc-embedded-close-formula)
20100         (calc-embedded-open-formula)
20101         (font-lock-unfontify-region-function):
20102         * textmodes/reftex-global.el (isearch-next-buffer-function)
20103         (TeX-master):
20104         * textmodes/reftex.el (font-lock-keywords):
20105         * textmodes/tex-mode.el (font-lock-comment-face)
20106         (font-lock-doc-face):
20107         * textmodes/texinfo.el (outline-heading-alist):
20108         Add defvars.
20110         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
20111         (artist-spray-chars, artist-mode-init, artist-replace-string)
20112         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
20113         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
20114         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
20116         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
20117         (conf-align-assignments): "?\ " -> "?\s".
20119         * textmodes/reftex-index.el (TeX-master): Add defvar.
20120         (reftex-index-phrases-marker): Move up defvar.
20122         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
20123         (reftex-toc-include-labels-indicator)
20124         (reftex-toc-include-index-indicator)
20125         (reftex-toc-max-level-indicator): Move up declarations.
20127         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
20128         of args to `tramp-run-real-handler', even if it's empty in this case.
20130 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20132         * dired.el (dired-move-to-filename-regexp): Add date format for
20133         Mac OS X 10.3 in East Asian locales.
20135 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
20137         * files.el (make-auto-save-file-name): Add file name handler call
20138         if applicable.
20140         * net/tramp.el (tramp-file-name-handler-alist)
20141         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
20142         (tramp-handle-make-auto-save-file-name): Rename from
20143         `tramp-make-auto-save-file-name'.
20144         (tramp-exists-file-name-handler): New defun.
20145         (tramp-advice-make-auto-save-file-name): Make defadvice only when
20146         `make-auto-save-file-name' is not a magic file name operation.
20148 2005-08-30  Richard M. Stallman  <rms@gnu.org>
20150         * files.el (risky-local-variable-p):
20151         Match `-predicates' and `-commands.
20153         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
20154         (custom-save-all): Visit the file if necessary;
20155         kill the buffer if we created it.
20156         (custom-save-delete): Don't visit file or kill buffer here.
20158 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
20160         * textmodes/org.el (org-special-keyword): New face.
20161         (org-table-copy-down, org-table-eval-formula)
20162         (org-table-recalculate, org-init-section-numbers):
20163         Use `string-to-number' instead of `string-to-int'.
20164         (org-get-location): Use `insert-buffer-substring' instead of
20165         `insert-buffer'.
20166         (org-modify-diary-entry-string): New function.
20167         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
20168         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
20169         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
20170         active region.
20171         (org-export-as-html): Handle QUOTE keyword.
20172         (org-quote-string): New option.
20173         (org-bookmark-jump-unhide): New function, used for
20174         `bookmark-after-jump-hook'.
20175         (org-diary-default-entry): Apply only when not called through
20176         `org-agenda'.
20178 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
20180         * net/eudc.el (mode-popup-menu):
20181         * play/handwrite.el (ps-printer-name, ps-lpr-command):
20182         * progmodes/ada-mode.el (compile-auto-highlight)
20183         (skeleton-further-elements):
20184         * progmodes/autoconf.el (font-lock-syntactic-keywords):
20185         * progmodes/cmacexp.el (msdos-shells):
20186         * progmodes/compile.el (font-lock-extra-managed-props)
20187         (font-lock-keywords, font-lock-maximum-size)
20188         (font-lock-support-mode):
20189         * progmodes/grep.el (font-lock-lines-before):
20190         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
20191         * progmodes/mixal-mode.el (compile-command):
20192         * progmodes/perl-mode.el (font-lock-comment-face)
20193         (font-lock-doc-face, font-lock-string-face):
20194         * progmodes/prolog.el (comint-prompt-regexp):
20195         * progmodes/sh-script.el (font-lock-comment-face)
20196         (font-lock-set-defaults, font-lock-string-face):
20197         * progmodes/sql.el (font-lock-keyword-face)
20198         (font-lock-set-defaults, font-lock-string-face):
20199         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
20200         (itimer-version, lazy-lock-defer-contextually)
20201         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
20202         Add defvars.
20204         * progmodes/cperl-mode.el (cperl-electric-lbrace)
20205         (cperl-electric-keyword, cperl-electric-pod)
20206         (cperl-electric-backspace, cperl-forward-re)
20207         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
20208         (vc-rcs-header, vc-sccs-header): Add defvars.
20210         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
20211         (font-lock-syntactic-keywords, gud-find-expr-function):
20212         Add defvars.
20214         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
20215         (gdb-frame-parameters): Declare before use.
20217         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
20218         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
20219         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
20220         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
20222         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
20223         (idlwave-help-with-source): Use `insert-buffer-substring', not
20224         `insert-buffer'.
20226 2005-08-29  Juri Linkov  <juri@jurta.org>
20228         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
20229         Put outline-back-to-heading function call inside save-excursion.
20231 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
20233         * man.el (Man-init-defvars, Man-translate-references)
20234         (Man-support-local-filenames, Man-highlight-references):
20235         * progmodes/sql.el (sql-interactive-mode):
20236         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
20238         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
20239         (compilation-mode-font-lock-keywords): Add defvars.
20240         (checkdoc-interactive-loop): "?\ " -> "?\s".
20242         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
20243         (font-lock-doc-face, font-lock-string-face)
20244         (font-lock-keywords-case-fold-search): Add defvars.
20245         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
20247         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
20248         Don't pass X and Y (they are ignored anyway).
20249         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
20250         (mouse-delete-window): Make arguments optional.
20252         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
20253         (caesar-translate-table, minor-modes, news-buffer-save)
20254         (news-group-name, news-minor-modes): Add defvars.
20256         * emacs-lisp/lselect.el (mouse-highlight-priority)
20257         (x-lost-selection-functions, zmacs-regions):
20258         * emacs-lisp/pp.el (font-lock-verbose):
20259         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
20260         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
20261         (ses-mode-map):
20262         * emacs-lisp/tcover-unsafep.el (safe-functions):
20263         * international/mule-cmds.el (mac-system-coding-system)
20264         (mac-system-locale):
20265         * language/ethio-util.el (rmail-current-message)
20266         (rmail-message-vector):
20267         * language/thai-util.el (thai-auto-composition-mode):
20268         * mail/metamail.el (rmail-current-message, rmail-message-vector):
20269         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
20270         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
20271         (vm-primary-inbox, vm-spool-files):
20272         * mail/rmail.el (deleted-head, font-lock-fontified)
20273         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
20274         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
20275         (total-messages):
20276         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
20277         (rmail-summary-mode-map):
20278         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
20279         (rmail-last-label, rmail-last-multi-labels)
20280         (rmail-summary-vector, rmail-total-messages):
20281         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
20282         * mail/rmailsum.el (msgnum):
20283         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
20284         (rmail-current-message):
20285         * obsolete/fast-lock.el (font-lock-face-list):
20286         * obsolete/rnewspost.el (mail-reply-buffer):
20287         * obsolete/scribe.el (compile-command):
20288         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
20290 2005-08-28  John Paul Wallington  <jpw@gnu.org>
20292         * ibuf-ext.el (ibuffer-auto-update-changed):
20293         Use `frame-or-buffer-changed-p' to check whether we need to update.
20294         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
20295         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
20296         as a `frame-or-buffer-changed-p' state vector instead.
20298 2005-08-27  Romain Francoise  <romain@orebokech.com>
20300         * textmodes/makeinfo.el (makeinfo-compile):
20301         Use `compilation-start'.  Set `next-error-function' according to
20302         `disable-errors'.
20303         (makeinfo-next-error): New function.
20304         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
20305         (makeinfo-buffer): Likewise.
20307         * progmodes/compile.el (compilation-start): Add autoload cookie.
20309         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
20310         * textmodes/sgml-mode.el: Likewise.
20311         * progmodes/python.el: Likewise.
20313 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
20315         * simple.el (blink-matching-paren-distance): Document the meaning
20316         of nil value, and allow to customize to nil.
20318         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
20319         command.com, not command.exe.
20321 2005-08-26  John Wiegley  <johnw@newartisans.com>
20323         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
20324         code around a bit so that an extraneous nil argument is not added
20325         to a command when no args are given.
20327         * eshell/esh-arg.el (eshell-parse-double-quote): If a
20328         double-quoted argument resolves to nil, return it as an empty
20329         string rather than as nil.  This made it impossible to pass "" to
20330         a shell script as a null string argument.
20332 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20334         * outline.el (outline-invent-heading): New fun.
20335         (outline-promote, outline-demote): Use it.
20336         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
20337         (outline-end-of-subtree): Remove unused var `opoint'.
20339 2005-08-26  David Reitter  <david.reitter@gmail.com>
20341         * menu-bar.el (truncate-lines, write-file, print-buffer)
20342         (ps-print-buffer-faces, ps-print-buffer, split-window):
20343         Disable menu items when the frame they refer to is invisible, or when
20344         they refer to a buffer and the minibuffer is selected.
20346 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
20348         * progmodes/flymake.el (flymake-highlight-err-lines):
20349         Use save-excursion around flymake-highlight-line to preserve point.
20351 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
20353         * progmodes/octave-mod.el: Change Author and Maintainer address.
20354         (octave-maintainer-address): Change Kurt's email address.
20355         * progmodes/octave-inf.el: Change Author and Maintainer address.
20356         * progmodes/octave-hlp.el: Change Author and Maintainer address.
20358 2005-08-26  Kim F. Storm  <storm@cua.dk>
20360         * subr.el (version-list-<, version-list-<=, version-list-=):
20361         Rename from integer-list-*.
20362         (version-list-not-zero): Likewise.  Fix while loop.
20363         (version=): Use version-list-= instead of string-equal.
20365 2005-08-26  Richard M. Stallman  <rms@gnu.org>
20367         * outline.el (outline-promote): Try shortening the heading.
20368         As last resort, read the heading to use.
20369         (outline-demote): As last resort, read the heading to use.
20371 2005-08-26  Romain Francoise  <romain@orebokech.com>
20373         * progmodes/compile.el (compilation-start): Doc fix.
20375         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
20376         (antlr-font-lock-additional-keywords): Fix reference to
20377         `antlr-font-lock-literal-regexp' erroneously changed during the
20378         mass face rename.
20379         (antlr-run-tool): Use `compilation-start'.
20381         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
20382         instead of the obsolete `compile-internal'.
20384 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
20386         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
20387         (number, original-date):
20388         * calendar/cal-china.el (date):
20389         * calendar/cal-coptic.el (date):
20390         * calendar/cal-french.el (date):
20391         * calendar/cal-hebrew.el (date, entry, number, original-date):
20392         * calendar/cal-islam.el (date, number, original-date):
20393         * calendar/cal-iso.el (date):
20394         * calendar/cal-julian.el (date):
20395         * calendar/cal-mayan.el (date):
20396         * calendar/cal-menu.el (date, event):
20397         * calendar/cal-persia.el (date):
20398         * calendar/lunar.el (date):
20399         * calendar/solar.el (date): Add defvars.
20401         * emerge.el:
20402         * ibuffer.el:
20403         * info-xref.el:
20404         * obsolete/bg-mouse.el:
20405         * obsolete/sun-curs.el:
20406         * obsolete/swedish.el: Move the `defvar's to the top level.
20408         * smerge-mode.el (smerge-refined-change): Add :group.
20410 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20412         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
20413         (smerge-keep-n): Remove props.
20414         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
20415         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
20416         now that it's done in smerge-keep-n.
20417         (smerge-refined-change): New face.
20418         (smerge-refine-chopup-region, smerge-refine-highlight-change)
20419         (smerge-refine): New funs.
20420         (smerge-basic-map): Bind smerge-refine.
20422 2005-08-25  Juri Linkov  <juri@jurta.org>
20424         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
20425         compilation-process-setup-function and compilation-disable-input
20426         in grep-mode instead of let-bindings in grep.
20428         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
20429         Delete "Automatic File De/compression" (auto-compression-mode).
20431 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
20433         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
20434         Silence warning about non-existent variable.
20436 2005-08-25  Richard M. Stallman  <rms@gnu.org>
20438         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
20439         Rename "Describe Key" to "Describe Key or Mouse Operation".
20441         * mail/mailalias.el (build-mail-aliases): Delete comments
20442         from the contents before processing them.
20444         * isearch.el (isearch-edit-string): Erase the Search prompt
20445         if user enters an empty string and there is no default.
20447         * comint.el (comint-file-name-prefix): Add autoload.
20449 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
20451         * subr.el (play-sound): Rearrange to avoid warning.
20453 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
20455         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
20456         New hook.
20457         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
20459 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20461         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
20463         * custom.el (custom-theme-set-variables): Sort minor modes last.
20465 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20467         * subr.el (version-separator, version-regexp-alist): New vars used by
20468         version comparison funs.
20469         (integer-list-<, integer-list-=, integer-list-<=)
20470         (integer-list-not-zero): New funs for integer list comparison.
20471         (version-to-list, version=, version<, version<=): New funs for version
20472         comparison.
20474 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
20476         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
20477         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
20478         time to silence the byte-compiler.
20480         * ibuffer.el (ibuffer-compile-make-eliding-form)
20481         (ibuffer-check-formats): Use `with-no-warnings' to hide references
20482         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
20483         so it's silly to get warnings for it).
20484         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
20485         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
20486         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
20487         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
20488         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
20489         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
20490         Defvar at compile time.
20491         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
20492         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
20493         Declare them before use.
20495         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
20496         (info-xref-good, info-xref-bad): Defvar at compile time.
20498         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
20499         Use `let*' instead of `let'.
20501         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
20502         (*mouse-y*, menu, char): Defvar at compile time.
20503         (sc::menu): Declare it before use.
20504         (sc::pack-one-line): Use `let', not `let*'.
20506         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
20507         (mail-send-hook): Defvar at compile time.
20509         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
20510         Defvar at compile time.
20512         * term/sun-mouse.el (current-global-mousemap)
20513         (current-local-mousemap): Declare them before use.
20515 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
20517         * bookmark.el (bookmark-after-jump-hook): New hook.
20518         (bookmark-jump): Run `bookmark-after-jump-hook'.
20520 2005-08-23  Juri Linkov  <juri@jurta.org>
20522         * faces.el (minibuffer-prompt): Doc fix.
20524 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
20526         * progmodes/xscheme.el: Trivial changes to silence warnings.
20527         (xscheme-previous-mode, xscheme-previous-process-state):
20528         Add defvars.
20529         (xscheme-last-input-end, xscheme-process-command-line)
20530         (xscheme-process-name, xscheme-buffer-name)
20531         (xscheme-expressions-ring-max, xscheme-expressions-ring)
20532         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
20533         (xscheme-control-g-synchronization-p)
20534         (xscheme-control-g-disabled-p, xscheme-string-receiver)
20535         (default-xscheme-runlight, xscheme-runlight)
20536         (xscheme-runlight-string, xscheme-process-filter-state)
20537         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
20538         Move to beginning of file.
20539         (scheme-interaction-mode-commands-alist)
20540         (scheme-interaction-mode-map, scheme-debugger-mode-map):
20541         Declare them before use.  Note: the initialization code for the
20542         variables has not been moved because it uses functions that reference
20543         the variables.
20544         (xscheme-control-g-message-string, xscheme-process-filter-alist)
20545         (xscheme-prompt-for-expression-map): Declare them before use.
20546         (scheme-debugger-mode-commands): "?\ " -> "?\s".
20548 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
20550         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
20552 2005-08-22  Juri Linkov  <juri@jurta.org>
20554         * faces.el (set-face-underline): Delete this duplicate function
20555         and make an obsolete alias to set-face-underline-p.
20556         (set-face-underline-p): Use docstring of set-face-underline.
20557         (describe-face): Create hyperlink to parent face.
20559         * info.el (Info-insert-dir): Use save-excursion around
20560         insert-buffer-substring.
20561         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
20562         (Info-escape-percent): Delete function.
20563         (Info-fontify-node): Replace Info-escape-percent by
20564         replace-regexp-in-string with REP arg set to lambda that
20565         duplicates `%' and preserves text properties.
20567         * progmodes/compile.el (compilation-disable-input): Doc fix.
20568         (define-compilation-mode): Doc fix and refill.
20569         (kill-compilation): Use `mode-name' in the error message.
20570         (compilation-find-file): Use `compilation-error' in the
20571         read-file-name's prompt.
20573 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20575         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
20576         (smerge-auto-leave): Make undo re-enable the mode.
20577         (debug-ignored-errors): Add the user-error of impossible resolution.
20578         (smerge-resolve): Move things around a bit, in preparation for later.
20579         (smerge-diff): Don't fail if the buffer has no associated file.
20580         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
20581         (smerge-conflict-overlay): New function.
20582         (smerge-match-conflict): Don't add text properties here.
20583         (smerge-find-conflict): Instead, add an overlay here.
20584         Also check for the case where we're inside a conflict already, so as to
20585         obviate the need for font-lock-multiline, which is unbearably slow with
20586         large conflicts and ciomplex font-lock patterns.
20587         (smerge-remove-props): Remove overlay rather than text-properties.
20588         (smerge-mode): Don't set font-lock-multiline.
20589         Remove overlays when turned off.
20591 2005-08-21  Kim F. Storm  <storm@cua.dk>
20593         * ido.el (ido-ignore-item-p): Use save-match-data.
20594         Bind case-fold-search to ido-case-fold locally.
20596 2005-08-20  Richard M. Stallman  <rms@gnu.org>
20598         * files.el (normal-mode): If font lock is on, turn it off and on.
20600         * subr.el (replace-regexp-in-string): Doc fix.
20602         * startup.el (command-line-1): Don't suppress startup screen
20603         due to existing processes.
20605         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
20607         * progmodes/compile.el (compilation-disable-input): Default to nil.
20609 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
20611         * progmodes/compile.el (compilation-disable-input): New defcustom.
20612         (compilation-start): If compilation-disable-input is non-nil, send
20613         EOF to the compilation process.
20615 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
20617         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
20618         Run the argument of tex-shell-cd-command through
20619         convert-standard-filename, to get the correct style of slashes on
20620         Windows, and enclose the result in quotes, in case the file name
20621         includes whitespace or other special characters.
20623 2005-08-19  Andreas Schwab  <schwab@suse.de>
20625         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
20626         process.
20628 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
20630         * cus-start.el (minibuffer-prompt-properties): Correct typo.
20632 2005-08-18  Kim F. Storm  <storm@cua.dk>
20634         * scroll-lock.el: Fix errors due to incorrect line wrapping.
20636 2005-08-18  Richard M. Stallman  <rms@gnu.org>
20638         * scroll-lock.el: New file.
20640 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
20642         * dired.el (dired-move-to-end-of-filename):
20643         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
20645 2005-08-18  Kim F. Storm  <storm@cua.dk>
20647         * ido.el (ido-everywhere): Fix defcustom :set function to disable
20648         rather than toggle mode when custom value is nil.
20649         (ido-everywhere): Fix defun doc string.
20651 2005-08-17  Richard M. Stallman  <rms@gnu.org>
20653         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
20654         as tag instead of "Inviolable".
20656 2005-08-17  Kim F. Storm  <storm@cua.dk>
20658         * windmove.el (windmove-coordinates-of-position): Remove.
20659         (windmove-coordinates-of-window-position): Remove.
20660         (windmove-reference-loc): Use posn-at-point instead.
20662         * subr.el (insert-for-yank-1): Doc fix.
20664         * ido.el (ido-enter-matching-directory): Rename from
20665         ido-enter-single-matching-directory.  Change `slash' choice to
20666         `only'.  Add `first' choice.
20667         (ido-exhibit): Adapt to above changes.
20669 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
20671         * Makefile.in: Expand comment about building loaddefs.el.
20673 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
20675         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
20676         Comment use of defadvice.
20678         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
20680 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
20682         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
20683         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
20684         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
20685         * progmodes/idlw-shell.el, progmodes/ld-script.el,
20686         * progmodes/which-func.el, ruler-mode.el, strokes.el,
20687         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
20688         for backward compatibility for faces that did not appear in the
20689         previous Emacs release.
20691         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
20693 2005-08-15  Kim F. Storm  <storm@cua.dk>
20695         * emulation/cua-base.el (cua-delete-region): Return t if
20696         deleted region was non-empty.
20697         (cua-replace-region): Inhibit overwrite-mode for
20698         self-insert-command if replaced region was non-empty.
20699         (cua--explicit-region-start, cua--status-string): Make them
20700         buffer-local at top-level...
20701         (cua-mode): ...rather than when mode is enabled.
20703 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
20705         * progmodes/vhdl-mode.el (vhdl-emacs-21):
20706         Set t for Emacs 21, 22, and so on.
20708 2005-08-15  David Ponce  <david@dponce.com>
20710         * tree-widget.el: Update Commentary header.
20711         (tree-widget-theme): Doc fix.
20712         (tree-widget-space-width): New option.
20713         (tree-widget-image-properties): Look up in the default theme too.
20714         (tree-widget--cursors): Only for images with arrow pointer shape.
20715         (tree-widget-lookup-image): Pointer shape is hand by default.
20716         (tree-widget-icon): Rename generic icon widget from
20717         `tree-widget-control'.
20718         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
20719         derive from `tree-widget-icon'.
20720         (tree-widget-handle): Improve default look and feel of the text
20721         representation.
20722         (tree-widget): Rename :*-control properties to :*-icon properties.
20723         Add :action and :help-echo properties.
20724         (tree-widget-after-toggle-functions): Move.
20725         (tree-widget-close-node, tree-widget-open-node): Remove.
20726         (tree-widget-before-create-icon-functions): New hook.
20727         (tree-widget-value-create): Update to allow customization of icons
20728         and nodes at run-time via that new hook.
20729         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
20730         (tree-widget-icon-action, tree-widget-icon-help-echo)
20731         (tree-widget-action, tree-widget-help-echo): New functions.
20733 2005-08-15  Kim F. Storm  <storm@cua.dk>
20735         * ido.el (ido-buffer-internal): Use with-no-warnings.
20736         (ido-make-merged-file-list): Use while-no-input.
20738 2005-08-15  Richard M. Stallman  <rms@gnu.org>
20740         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
20741         (flyspell-large-region): Fix doc and custom type.
20743 2005-08-14  Richard M. Stallman  <rms@gnu.org>
20745         * files.el (interpreter-mode-alist): Doc fix.
20747         * mail/rmail.el (rmail-nonignored-headers): New variable.
20748         (rmail-clear-headers): Use it.
20749         (rmail-reply): Better handling of mail-followup-to header.
20751         * progmodes/sh-script.el (sh-font-lock-keywords-var):
20752         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
20753         don't try to refer to executable-font-lock-keywords.
20754         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
20755         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
20756         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
20757         (sh-mode): Set comment-start-skip, local-abbrev-table,
20758         imenu-case-fold-search.
20759         (sh-set-shell): Don't set them here.
20760         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
20761         Don't cache the results in the original alist; don't ever modify
20762         that alist.
20764         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
20766         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
20767         empty.
20769 2005-08-15  Andreas Schwab  <schwab@suse.de>
20771         * desktop.el: Put autoload cookie at risky-local-variable declarations.
20773         * dired.el, info.el, mail/rmail.el: Revert last change.
20775 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
20777         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
20778         modification in `eval-after-load' form.
20779         * info.el: Likewise.
20780         * mail/rmail.el: Likewise.
20782 2005-08-14  Juri Linkov  <juri@jurta.org>
20784         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20785         Remove highlighting of "Compilation started".  Highlight only
20786         the word "finished" in "Compilation finished".  Add highlighting
20787         of "interrupt", "killed", "terminated" and the exit code.
20788         (compilation-start): Add newline after header.  Use exactly the
20789         same time stamp format as the finishing message.
20790         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
20792         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
20793         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
20794         Add highlighting of "interrupt", "killed", "terminated".
20796         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
20797         enabled and the current command is self-insert-command, call it
20798         explicitly with overwrite-mode bound to nil, to not allow it
20799         to delete the character after the selected region.
20801 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
20803         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
20804         move-end-of-line, end-of-line, and beginning-of-line to the list
20805         of commands after which the echo area is updated.
20807 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
20809         * cus-edit.el (custom-save-all, custom-save-delete):
20810         Bind recentf-exclude to exclude custom-file.
20812 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
20814         * mail/rmailsum.el (rmail-summary-end-of-message): New command
20815         to go to the bottom of the mail message.  Added to
20816         `rmail-summary-mode-map' with key "/".
20817         (rmail-summary-show-message): New (internal) function for use by
20818         both `rmail-summary-beginning/end-of-message'.
20819         (rmail-summary-beginning-of-message): Change to use
20820         rmail-summary-show-message.
20822         * mail/rmail.el (rmail-end-of-message): New command to go to the
20823         end of the current message.  Added to `rmail-mode-map' with key "/".
20824         (rmail-beginning-of-message): Fix to work as documented.
20825         (rmail-mode): Change documentation.
20827         * progmodes/compile.el (compilation-start): Add the line
20828         "Compilation started" with compilation start time.
20829         (compilation-mode-font-lock-keywords): Add `started' to keywords.
20831 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
20833         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
20834         of menu items.
20836 2005-08-11  Richard M. Stallman  <rms@gnu.org>
20838         * simple.el (pop-global-mark): Reverse test of widen-automatically.
20840         * battery.el (battery-status-function): Don't use ignore-errors.
20842 2005-08-11  Lute Kamstra  <lute@gnu.org>
20844         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
20845         define-obsolete-variable-alias.
20847 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20849         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
20850         (ange-ftp-send-cmd): Revert last change, and expand
20851         the comment explaining the problem.
20853 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
20855         * ldefs-boot.el: Update.
20857         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
20858         item to "Time, Load and Mail".  Change help echo text.
20860         * time.el (display-time-use-mail-icon, display-time-format)
20861         (display-time-string-forms): Shorten first line of docstrings.
20863 2005-08-10  Lars Hansen  <larsh@soem.dk>
20865         * desktop.el (desktop-buffer-mode-handlers):
20866         Make non-customizable.  Add autoload cookie.  Change initial value to
20867         nil; add elements in respective modules instead.  Fix doc string.
20868         (desktop-load-file): New function.
20869         (desktop-minor-mode-handlers): New autoloaded variable.
20870         (desktop-create-buffer): Call minor mode handlers.
20871         Use desktop-load-file to load major and minor mode modules prior to
20872         checking for a handler.
20873         (desktop-save): Don't add nil to desktop-minor-modes for minor
20874         modes with nil function in desktop-minor-mode-table.  Don't delete
20875         desktop file before rewriting it.
20876         (desktop-locals-to-save): Add autoload cookie.  Don't make
20877         automatically buffer-local.  Add variables column-number-mode,
20878         size-indication-mode, indent-tabs-mode,
20879         indicate-buffer-boundaries, indicate-empty-lines and
20880         show-trailing-whitespace.
20881         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
20882         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
20883         (desktop-clear-preserve-buffers-regexp): Delete.
20884         (desktop-clear-preserve-buffers): Update initial value and docstring.
20885         (desktop-save-buffer): Fix doc string.
20887         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
20888         (hilit-chg-desktop-restore): New function.
20889         (highlight-changes-mode): Add highlight-changes-mode to
20890         desktop-locals-to-save.
20892         * dired.el: Add handler to desktop-buffer-mode-handlers.
20893         (dired-restore-desktop-buffer): Remove autoload cookie.
20894         (dired-mode): Add autoload cookie.
20896         * info.el: Add handler to desktop-buffer-mode-handlers.
20897         (Info-restore-desktop-buffer): Remove autoload cookie.
20898         (Info-mode): Add autoload cookie.
20900         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
20901         (mh-restore-desktop-buffer): Remove autoload cookie.
20902         (mh-folder-mode): Add autoload cookie.
20904         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
20905         (rmail-restore-desktop-buffer): Remove autoload cookie.
20907 2005-08-11  Masatake YAMATO  <jet@gyve.org>
20909         * hexl.el (hexl-address-region):
20910         (hexl-ascii-region, hexl-font-lock-keywords):
20911         (hexl-highlight-line-range): Use the term "region"
20912         instead of "area" for consistency with the other symbols
20913         defined in hexl.el.
20915 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
20917         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
20918         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
20919         out by Juri Linkov).  Add `display-battery-mode'.
20921 2005-08-09  Juri Linkov  <juri@jurta.org>
20923         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20924         Remove `-text' from face variable names.
20925         (compilation-error-file-name, compilation-warning-file-name)
20926         (compilation-info-file-name): Delete faces.
20927         (compilation-line-number, compilation-column-number):
20928         Remove face underlining.
20929         (compilation-message-face): Set to `underline' value by default.
20930         (compilation-error-face, compilation-warning-face)
20931         (compilation-info-face): Remove `-file-name' from face names.
20932         (compilation-error-text-face, compilation-warning-text-face)
20933         (compilation-info-text-face): Delete face variables.
20934         (compilation-text-face): Delete function.
20936         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
20937         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
20938         (grep-error-face): Set to `compilation-error' instead of
20939         `compilation-error-face' (which is redefined to `grep-hit-face' in
20940         grep buffers).
20941         (grep-mode-font-lock-keywords): Remove `-text' from face variable
20942         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
20944         * dired-aux.el (dired-do-query-replace-regexp):
20945         Use `query-replace-read-args'.
20947         * replace.el (query-replace-read-from, query-replace-read-to)
20948         (query-replace-read-args): Rename arg `string' to `prompt'.
20950         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
20952 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
20954         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
20955         uploading files.
20956         (ange-ftp-canonize-filename): Handle file names beginning with ~
20957         correctly.
20959 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
20961         * textmodes/fill.el (canonically-space-region)
20962         (fill-context-prefix, fill-french-nobreak-p)
20963         (fill-delete-newlines, fill-comment-paragraph)
20964         (justify-current-line): "?\ " -> "?\s".
20966 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
20968         * textmodes/fill.el (fill-nonuniform-paragraphs):
20969         Improve argument/docstring consistency.
20971 2005-08-09  Richard M. Stallman  <rms@gnu.org>
20973         * textmodes/ispell.el (ispell-word): More fboundp checks.
20975         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
20976         (find-file-noselect-1): Call it here, only if RAWFILE.
20977         (normal-mode): Always set some major mode.
20978         (save-some-buffers-action-alist): Change some explanation strings.
20979         (file-name-non-special): In the `quote' method, use unwind-protect.
20981 2005-08-09  Magnus Henoch  <mange@freemail.hu>
20983         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
20984         (ispell-have-aspell-dictionaries): New variable.
20985         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
20986         (ispell-get-aspell-config-value): New function.
20987         (ispell-aspell-find-dictionary): New function.
20988         (ispell-aspell-add-aliases): New function.
20989         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
20990         appropriate.  Don't look for ispell dictionaries if we use aspell.
20991         (ispell-menu-map): Don't build a submenu of dictionaries.
20993 2005-08-09  Richard M. Stallman  <rms@gnu.org>
20995         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
20996         (sql-read-passwd): Use read-passwd.
20998         * progmodes/idlw-toolbar.el (idlwave-toolbar)
20999         (idlwave-toolbar-is-possible): Add defvars.
21001         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
21002         Avoid warnings.
21004         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
21005         (idlwave-system-class-info, idlwave-executive-commands-alist):
21006         Use defvar.
21008         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
21010         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
21011         Avoid warnings.
21013         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
21014         and content-type: headers.
21016         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
21018         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
21019         and rename some of them to be more self-explanatory.
21021         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
21023         * startup.el (command-line-1): Implement -scriptload.
21025         * replace.el (occur-engine): Initial *Occur* output not undoable.
21027         * menu-bar.el (menu-bar-file-menu): Rename some menu items
21028         and improve help strings.
21030         * isearch.el (isearch-repeat): When changing direction,
21031         mark search successful.
21033         * ediff-init.el: Use (featurep 'xemacs).
21035         * comint.el (send-invisible): Identify buffer, if not selected.
21037         * align.el: Delete autoload for c-guess-basic-syntax.
21039 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
21041         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
21042         Improve argument/docstring consistency.  Doc fixes.
21043         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
21044         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
21045         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
21046         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
21047         (r2bv-organization, r2bv-pages, r2bv-primary-author)
21048         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
21049         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
21050         Defvar at compile time.
21052 2005-08-09  Juri Linkov  <juri@jurta.org>
21054         * info.el: Replace `info' with upper-case `Info' where appropriate.
21055         (info-title-1, info-title-2, info-title-3, info-title-4)
21056         (info-menu-header): Move up face definitions.
21057         (info-menu-star): Rename from `info-menu-5'.
21058         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
21059         (Info-fontify-visited-nodes): Fix docstring.
21060         (Info-hide-note-references): Fix docstring.
21061         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
21062         menu items in the same way as on cross-references.
21063         (info-apropos): Fix sorting order and formatting to be like in the
21064         stand-alone Info browser.  Display error messages for 1 sec.
21065         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
21066         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
21067         from the menu bar.
21068         (Info-insert-dir): Restore point after calling
21069         `insert-buffer-substring'.
21071 2005-08-08  Richard M. Stallman  <rms@gnu.org>
21073         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
21074         (recompute-lucid-menubar): Add defvars.
21076         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
21078         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
21080         * net/net-utils.el (run-dig): Rename from `dig'.
21082         * play/gametree.el (gametree-mode): Use make-local-variable,
21083         not make-variable-buffer-local.
21085         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
21087         * ansi-color.el (ansi-color-make-extent)
21088         (ansi-color-set-extent-face): Use fboundp, not functionp.
21090         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
21091         not make-variable-buffer-local.
21093         * bookmark.el (Info-current-file): Add defvar.
21094         (bookmark-jump-noselect): Use with-no-warnings.
21096         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
21098         * ebuff-menu.el (Helper-return-blurb): Add defvar.
21100         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
21102         * find-file.el (ada-procedure-start-regexp)
21103         (ada-package-start-regexp): Add defvars.
21105         * info.el (Info-insert-dir): Use insert-buffer-substring.
21107         * xml.el (xml-att-def-re): Add defvar.
21109         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
21110         calling convention.
21112         * subr.el (while-no-input): Return t if there is input.
21114 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
21116         * cus-start.el (all): Add `overflow-newline-into-fringe'.
21118 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
21120         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
21121         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
21123 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
21125         * cmuscheme.el (scheme-start-file): Replace reference to
21126         `user-emacs-directory' by "~/.emacs.d/".
21128 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
21130         * info.el (Info-dir-remove-duplicates): Avoid case folding
21131         in loop; instead, keep downcased strings for comparison.
21132         Suggested by Helmut Eller.
21134 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
21136         Sync with Tramp 2.0.50.
21138         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
21139         XEmacs case; not necessary anymore.
21140         (tramp-user-regexp): Allow "@" as part of user name.
21141         (tramp-handle-set-visited-file-modtime)
21142         (tramp-handle-insert-file-contents)
21143         (tramp-handle-write-region): No special handling for
21144         `last-coding-system-used, because this is done in
21145         `tramp-accept-process-output' now.
21146         (tramp-accept-process-output): New defun.
21147         (tramp-process-one-action, tramp-process-one-multi-action)
21148         (tramp-wait-for-regexp, tramp-wait-for-output)
21149         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
21150         Howells <dhowells@redhat.com>.
21151         (clear-visited-file-modtime): Defadvice removed.  The check for
21152         unset buffer's modtime does not need to be based on
21153         `tramp-buffer-file-attributes'.  Suggested by RMS.
21154         (tramp-message): Insert "\n" if not being at beginning of line.
21155         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
21156         sequence with same logic.
21157         (tramp-completion-handle-expand-file-name): Discard call of
21158         `tramp-drop-volume-letter'.  It is not necessary, and there have
21159         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
21160         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21161         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
21162         should always be visible.
21163         (tramp-handle-insert-directory, tramp-setup-complete)
21164         (tramp-set-process-query-on-exit-flag)
21165         (tramp-append-tramp-buffers): Pacify byte-compiler.
21166         (tramp-bug): Delete non-existing variables from list.
21167         Apply `tramp-load-report-modules' as pre-hook.
21168         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
21169         `shell-prompt-pattern' because of non-7bit characters.
21170         Reported by Sebastian Luque <sluque@mun.ca>.
21171         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
21172         (tramp-match-string-list): Remove function.
21173         (tramp-wait-for-regexp): Remove call of that function.
21174         Suggested by Kim F. Storm <storm@cua.dk>.
21175         (tramp-set-auto-save-file-modes): Use octal integer code #o600
21176         instead of octal character code ?\600.  The latter resulted in a
21177         syntax error with XEmacs.
21179         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
21180         XEmacs case; not necessary anymore.
21181         (tramp-smb-handle-write-region): No special handling for
21182         `last-coding-system-used, because this is done in
21183         `tramp-accept-process-output' now.
21184         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
21186 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
21188         * wid-edit.el (widget-choice-value-create):
21189         Unconditionally respect user choice.  Set :explicit-choice back to nil
21190         when no longer needed.
21191         (widget-choice-action): Unconditionally respect user choice.
21192         Eliminate :explicit-choice-value.
21194         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
21196         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
21197         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
21198         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
21199         running new function `toggle-indicate-empty-lines'.
21200         Rename "Customize" item to "Customize fringe".
21201         Rename "Indicators" item to "Buffer boundaries" and change help echo.
21202         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
21203         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
21204         Delete "Empty lines only" item.
21205         (menu-bar-showhide-fringe-ind-customize): New function.
21206         (menu-bar-showhide-fringe-ind-mixed)
21207         (menu-bar-showhide-fringe-ind-box)
21208         (menu-bar-showhide-fringe-ind-right)
21209         (menu-bar-showhide-fringe-ind-left)
21210         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
21211         instead of `fringe-indicators'.
21213 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
21215         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
21216         Change the date of last update.
21218 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
21220         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
21221         (viper-exec-yank, viper-put-back): Don't display modification msg
21222         if in the minibuffer.
21224         * viper-init.el (viper-replace-overlay-cursor-color)
21225         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
21226         Make variables frame local.
21228         * viper-util.el (viper-append-filter-alist): Use append instead of
21229         nconc.
21231         * viper.el (viper-vi-state-mode-list)
21232         (viper-emacs-state-mode-list): Move help-mode and
21233         completion-list-mode from the first list to the second.
21234         (viper-mode): Docstring.
21235         (viper-go-away, viper-non-hook-settings): Don't localize
21236         minor-mode-alist in newer Emacsen.  Add advice to
21237         set-cursor-color.  Don't bind "\C-c\\".
21239 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
21241         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
21242         (scheme-macro-expand-command): New user options.
21243         (scheme-trace-procedure, scheme-expand-current-form): New commands.
21244         (scheme-form-at-point, scheme-start-file)
21245         (scheme-interactively-start-process): New functions.
21246         (scheme-get-process): New function, extracted from `scheme-proc'.
21247         (run-scheme): Call `scheme-start-file' to get start file, and pass
21248         it to `make-comint'.
21249         (switch-to-scheme, scheme-proc):
21250         Call `scheme-interactively-start-process' if no Scheme buffer/process
21251         is available.
21253 2005-08-06  Juri Linkov  <juri@jurta.org>
21255         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21256         Use `compilation-text-face', `compilation-info-text-face' and
21257         `compilation-error-text-face' instead of `font-lock-keyword-face'.
21258         (compilation-error): New face.
21259         (compilation-error-file-name): Inherit from
21260         `compilation-error' instead of `font-lock-warning-face'.
21261         (compilation-warning-file-name): Inherit from
21262         `compilation-warning' instead of `font-lock-warning-face'.
21263         (compilation-info, compilation-error-file-name)
21264         (compilation-warning-file-name, compilation-info-file-name)
21265         (compilation-line-number, compilation-column-number): Doc fix.
21266         (compilation-error-text-face, compilation-warning-text-face)
21267         (compilation-info-text-face): New face variables.
21268         (compilation-line-face, compilation-column-face)
21269         (compilation-enter-directory-face)
21270         (compilation-leave-directory-face): Doc fix.
21271         (compilation-text-face): New function.
21273         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
21274         instead of 1 to display binary file names as info file links.
21275         (grep-error-face): Use `compilation-error-face' instead of
21276         `font-lock-keyword-face'.
21277         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
21278         and `compilation-warning-text-face' instead of
21279         `font-lock-keyword-face'.  Use `compilation-error-text-face'
21280         instead of `grep-error-face'.
21282 2005-08-05  Kenichi Handa  <handa@m17n.org>
21284         * international/code-pages.el: Add autoload cookies for all coding
21285         systems.
21287 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
21289         * cus-start.el (all): Put undo.c where it alphabetically belongs.
21291 2005-08-04  Juri Linkov  <juri@jurta.org>
21293         * progmodes/compile.el (compilation-mode-map):
21294         * progmodes/grep.el (grep-mode-map):
21295         Bind TAB to `compilation-next-error' and [backtab] to
21296         `compilation-previous-error'.
21298         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
21299         matching line numbers, column numbers and their ranges with regexp
21300         matching only line numbers.
21301         (grep-context-face): New face variable.
21302         (grep-mode-font-lock-keywords): Use it.
21304         * faces.el (read-face-name): Delete duplicate faces.
21306 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
21308         * thumbs.el (thumbs-find-image): Don't make variables
21309         automatically buffer local.
21310         (thumbs-current-tmp-filename, thumbs-current-image-filename)
21311         (thumbs-image-num): Make automatically buffer local.
21312         (thumbs-show-thumbs-list): Use `make-local-variable', not
21313         `make-variable-buffer-local'.
21314         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
21316         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
21317         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
21318         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
21319         (bother, bye, canyou, chatlst, continue, deathlst, describe)
21320         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
21321         (feelings-about, foullst, found, hello, history, howareyoulst)
21322         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
21323         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
21324         (neglst, obj, object, owner, please, problems, qlist)
21325         (random-adjective, relation, remlst, repetitive-shortness)
21326         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
21327         (shortlst, something, sportslst, stallmanlst, states, subj)
21328         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
21329         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
21330         Defvar at compile time.
21332         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
21333         not `make-variable-buffer-local'.
21335 2005-08-02  Kim F. Storm  <storm@cua.dk>
21337         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
21338         rectangle overlay in selected window.
21340 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
21342         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
21343         instead of display group.  Make `indicate-buffer-boundaries'
21344         customizable through Custom.
21346 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
21348         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
21349         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
21350         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
21351         (gdb-put-string): Fix typos in docstrings.
21353 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
21355         Update copyright notices of files in progmodes directory for
21356         release of Emacs 22.1.
21358         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
21360         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
21361         Don't barf if the GUD buffer has been killed.
21363 2005-08-01  Kim F. Storm  <storm@cua.dk>
21365         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
21367 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21369         * simple.el (next-error-follow-minor-mode):
21370         make-variable-buffer-local -> make-local-variable.
21372         * emacs-lisp/cl-extra.el: Require CL also when compiling.
21374         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
21375         (byte-compile-form-make-variable-buffer-local): New functions to warn
21376         about misuses of make-variable-buffer-local where make-local-variable
21377         was meant.
21379 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
21381         * bs.el (bs-attributes-list): Doc fix.
21382         (bs): Update url-link.
21384         * desktop.el (desktop-save-buffer): Fix typos in docstring.
21385         (desktop-load-default): Simplify.
21387         * ibuffer.el (ibuffer-columnize-and-insert-list)
21388         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
21389         (ibuffer-unmark-all, ibuffer-toggle-marks)
21390         (ibuffer-unmark-forward, ibuffer-unmark-backward)
21391         (ibuffer-compile-make-format-form, ibuffer-format-column)
21392         (ibuffer-current-buffers-with-marks)
21393         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
21394         (ibuffer): Doc fix.
21395         (ibuffer-mode): Fix typo in docstring.
21396         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
21397         with `define-obsolete-variable-alias'.
21398         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
21400 2005-07-29  Kenichi Handa  <handa@m17n.org>
21402         * international/mule-cmds.el (select-message-coding-system):
21403         Be sure to use LF for end-of-line.  If no coding system is decided,
21404         return iso-8859-1-unix.
21406 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21408         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
21409         (ange-ftp-pending-error-line): New vars.
21410         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
21411         to handle the non-fatal no-route-to-host messages.
21412         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
21414 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
21416         * isearch.el (isearch-mode-map, isearch-other-meta-char)
21417         (isearch-quote-char, isearch-printing-char)
21418         (isearch-text-char-description): "?\ " -> "?\s".
21419         (isearch-lazy-highlight-cleanup)
21420         (isearch-lazy-highlight-initial-delay)
21421         (isearch-lazy-highlight-interval)
21422         (isearch-lazy-highlight-max-at-a-time)
21423         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
21424         Declare with define-obsolete-*-alias macros.
21425         (isearch-forward): Fix typo in docstring.
21426         (search-invisible, search-ring-yank-pointer)
21427         (regexp-search-ring-yank-pointer): Doc fixes.
21429         * recentf.el (recentf-menu-append-commands-p): Declare with
21430         `define-obsolete-variable-alias'.
21431         (recentf-max-saved-items, recentf-menu-filter)
21432         (recentf-arrange-by-rule-subfilter): Doc fixes.
21433         (recentf-menu-append-commands-flag)
21434         (recentf-initialize-file-name-history, recentf-expand-file-name)
21435         (recentf-clear-data): Fix typos in docstrings.
21437 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
21439         * progmodes/gdb-ui.el: Smarten comments.
21440         (gdb-info-breakpoints-custom): Use nowarn when finding file.
21442 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
21444         * term/apollo.el (terminal-init-apollo): New function containing
21445         all former top level forms in the file.
21446         * term/bobcat.el (terminal-init-bobcat):
21447         * term/cygwin.el (terminal-init-cygwin):
21448         * term/iris-ansi.el (terminal-init-iris-ansi):
21449         * term/linux.el (terminal-init-linux):
21450         * term/news.el (terminal-init-news):
21451         * term/rxvt.el (terminal-init-rxvt):
21452         * term/sun.el (terminal-init-sun):
21453         * term/tvi970.el (terminal-init-tvi970):
21454         * term/vt100.el (terminal-init-vt100):
21455         * term/vt102.el (terminal-init-vt102):
21456         * term/vt125.el (terminal-init-vt125):
21457         * term/vt200.el (terminal-init-vt200):
21458         * term/vt201.el (terminal-init-vt201):
21459         * term/vt220.el (terminal-init-vt220):
21460         * term/vt240.el (terminal-init-vt240):
21461         * term/vt300.el (terminal-init-vt300):
21462         * term/vt320.el (terminal-init-vt320):
21463         * term/vt400.el (terminal-init-vt400):
21464         * term/vt420.el (terminal-init-vt420):
21465         * term/wyse50.el (terminal-init-wyse50):
21466         * term/xterm.el (terminal-init-xterm): Likewise.
21468         * term/README: Describe the terminal-init-* functionality.
21470         * startup.el (command-line): After loading the terminal initialization
21471         file call the corresponding terminal initialization function.
21473 2005-07-27  Kenichi Handa  <handa@m17n.org>
21475         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
21476         negative.
21478         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
21479         (ps-mule-composition-prologue): Fix for the case that
21480         RelativeCompose is false.
21482 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21484         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
21486         * descr-text.el (describe-char): Handle the case where the list of
21487         chars is displayed in a separate frame.
21488         Be a bit more discriminating when looking for the char.
21490 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
21492         * bookmark.el (bookmark-automatically-show-annotations)
21493         (bookmark-read-annotation-text-func): Doc fixes.
21494         (bookmark-save): Improve argument/docstring consistency.
21495         (bookmark-get-bookmark, bookmark-get-bookmark-record)
21496         (bookmark-alist-from-buffer)
21497         (bookmark-upgrade-file-format-from-0)
21498         (bookmark-grok-file-format-version)
21499         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
21500         (bookmark-read-annotation-mode)
21501         (bookmark-insert-current-bookmark, bookmark-jump)
21502         (bookmark-exit-hook): Fix typos in docstrings.
21503         (bookmark-exit-hooks): Define as obsolete alias.
21504         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
21505         not `bookmark-exit-hooks'.  Fix docstring.
21506         (bookmark-bmenu-select): "?\ " -> "?\s".
21508 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
21510         * startup.el (command-line): Fix typo.
21512 2005-07-24  Richard M. Stallman  <rms@gnu.org>
21514         * tooltip.el (tooltip-mode): Test emacs-basic-display,
21515         not emacs-quick-startup.
21517 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
21519         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
21520         (reb-next-match, reb-show-subexp): Use `with-selected-window'
21521         instead of `reb-with-current-window'.
21522         (reb-prev-match): Likewise.  Also, don't move left if the search
21523         was unsuccessful.
21524         (reb-initialize-buffer): New function.
21525         (re-builder, reb-change-syntax): Use it.
21527         * man.el (Man-goto-page): Make second argument NOERROR optional.
21529 2005-07-23  Richard M. Stallman  <rms@gnu.org>
21531         * man.el (Man-bgproc-sentinel): Check here for failure to find
21532         any man page in the output, and report the error here.
21533         (Man-arguments): Make it permanent local.
21534         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
21535         (Man-mode): Pass t for NOERROR.
21537         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
21538         (grep-mode-font-lock-keywords):
21539         Don't use compilation-...-face for messages that are not file names.
21541         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21542         Don't use compilation-...-face for messages that are not file names.
21544 2005-07-22  Juri Linkov  <juri@jurta.org>
21546         * startup.el (normal-splash-screen): Update menu name.
21548         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
21550 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
21552         * term/xterm.el: Load term/rxvt if the terminal is actually an
21553         rxvt terminal.
21554         (xterm-rxvt-set-background-mode): Remove, not used anymore.
21556         * term/rxvt.el (function-key-map): Use substitute-key-definition
21557         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
21559         * term/cygwin.el: New file.
21561 2005-07-22  Kim F. Storm  <storm@cua.dk>
21563         * image-file.el (insert-image-file, image-file-yank-handler):
21564         Fix last change to maintain a (unique) yank-handler on yanked images.
21566 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
21568         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
21569         of the file size (as in "177B" for 177 bytes).  This happens with
21570         "ls -lh" on FreeBSD.
21572 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
21574         * hilit-chg.el (highlight-changes-global-initial-state)
21575         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
21576         (hilit-chg-fixup, highlight-changes-mode):
21577         Fix typos in docstrings.
21578         (highlight-changes-global-modes, highlight-changes-rotate-faces):
21579         Doc fixes.
21581 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
21583         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
21584         mode function using `eval-after-load'.
21586 2005-07-21  Kim F. Storm  <storm@cua.dk>
21588         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
21589         included when reporting an Emacs crash, and tell about the DEBUG file.
21591         * image-file.el (insert-image-file): Add yank-handler.
21592         (image-file-yank-handler): Yank handler to make unique copies of
21593         images when they are yanked into a buffer next to each other.
21595 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
21597         * comint.el (comint-use-prompt-regexp, comint-send-input)
21598         (comint-source-default, comint-extract-string)
21599         (comint-get-source, comint-word, comint-completion)
21600         (comint-source, comint-prompt-read-only, comint-update-fence):
21601         Fix typos in docstrings.
21602         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
21603         Declare with define-obsolete-*-alias macros.
21604         (comint-previous-matching-input-from-input)
21605         (comint-next-matching-input-from-input)
21606         (comint-previous-matching-input, comint-next-matching-input)
21607         (comint-forward-matching-input):
21608         Improve argument/docstring consistency.
21610         * desktop.el (desktop-clear-preserve-buffers-regexp):
21611         Also preserve the *server* buffer.
21613         * simple.el (clone-indirect-buffer): Doc fix.
21614         (fixup-whitespace, just-one-space)
21615         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
21616         (next-error, next-error-highlight)
21617         (next-error-highlight-no-select, next-error-last-buffer)
21618         (next-error-buffer-p, next-error-find-buffer, next-error)
21619         (previous-error, next-error-no-select, previous-error-no-select)
21620         (open-line, split-line, minibuffer-prompt-width, kill-new)
21621         (binary-overwrite-mode): Fix typos in docstrings.
21622         (set-fill-column): Fix typo in message.
21624         * skeleton.el (skeleton-proxy-new): Doc fix.
21626         * strokes.el (strokes-load-hook): Doc fix.
21627         (strokes-grid-resolution, strokes-get-grid-position)
21628         (strokes-renormalize-to-grid, strokes-read-stroke)
21629         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
21630         (strokes-global-map): Fix typos in docstrings.
21631         (strokes-help): Doc fix.  Fix help message and pass it through
21632         `substitute-command-keys'.
21634         * tempo.el (tempo-insert-prompt, tempo-interactive)
21635         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
21636         (tempo-insert-string-functions, tempo-local-tags)
21637         (tempo-define-template, tempo-insert-template)
21638         (tempo-insert-prompt-compat, tempo-is-user-element)
21639         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
21640         Fix typos in docstrings.
21642         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
21643         (vcursor-key-bindings, vcursor-use-vcursor-map)
21644         (vcursor-find-window, vcursor-scroll-down)
21645         (vcursor-disable, vcursor-beginning-of-buffer)
21646         (vcursor-end-of-buffer): Fix typos in docstrings.
21647         (vcursor-relative-move, vcursor-get-char-count):
21648         Improve argument/docstring consistency.
21650         * version.el: "?\ " -> "?\s".
21652         * wid-edit.el (widget-default-create, widget-after-change)
21653         (widget-default-format-handler, widget-checklist-add-item)
21654         (widget-radio-add-item, widget-choose, widget-specify-secret)
21655         (widget-field-value-create, widget-field-value-get)
21656         (widget-editable-list-format-handler)
21657         (widget-editable-list-entry-create, widget-group-value-create)
21658         (widget-documentation-link-add)
21659         (widget-documentation-string-value-create): "?\ " -> "?\s".
21660         (widget-convert-text): Doc fix.
21661         (widget-narrow-to-field, widget-field-find)
21662         (widget-url-link-action, widget-emacs-library-link-action)
21663         (widget-color-notify): Fix typos in docstrings.
21665         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
21666         (x-select-text, set-w32-system-coding-system)
21667         (w32-add-charset-info): Fix typos in docstrings.
21669         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
21670         (cua-enable-cua-keys, cua-use-hyper-key)
21671         (cua-virtual-rectangle-edges): Fix typos in docstrings.
21672         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
21674         * net/tramp.el (tramp-handle-load): Fix typo in error message.
21676         * emacs-lisp/re-builder.el (regexp-builder): Declare with
21677         `defalias' instead of faking it.
21679         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
21680         (eshell-ls-missing, eshell-ls-dired-initial-args)
21681         (eshell-ls-use-in-dired): Fix typos in docstrings.
21683 2005-07-20  Kim F. Storm  <storm@cua.dk>
21685         * emulation/cua-base.el (cua-mode): Improve doc string.
21687 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
21689         * abbrev.el (expand-region-abbrevs): Doc fix.
21690         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
21691         Improve argument/docstring consistency.
21693         * arc-mode.el (archive-get-descr, archive-alternate-display):
21694         Doc fixes.
21695         (archive-l-e): Improve argument/docstring consistency.
21696         (archive-tmpdir, archive-unixdate, archive-unixtime)
21697         (archive-chmod-entry): Fix typos in docstrings.
21698         (archive-unflag, archive-unflag-backwards)
21699         (archive-unmark-all-files): "?\ " -> "?\s".
21701         * buff-menu.el (Buffer-menu-unmark): Doc fix.
21702         (Buffer-menu-not-modified, Buffer-menu-execute)
21703         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
21704         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
21706         * composite.el (compose-string, encode-composition-rule)
21707         (compose-last-chars): Fix typos in docstrings.
21709         * desktop.el (desktop-enable, desktop-basefilename):
21710         Declare with `define-obsolete-variable-alias'.
21711         (desktop-internal-v2s): Don't quote keywords.
21712         (desktop-clear): "?\ " -> "?\s".
21714         * dired.el (dired-align-file, dired-flag-backup-files)
21715         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
21716         (dired-listing-switches, dired-ls-F-marks-symlinks)
21717         (dired-dwim-target, dired-load-hook, dired-mode-hook)
21718         (dired-directory, dired-faces, dired, dired-revert)
21719         (dired-mode, dired-summary, dired-view-file)
21720         (dired-copy-filename-as-kill, dired-delete-file)
21721         (dired-no-confirm, dired-unmark-all-marks)
21722         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
21723         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
21724         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
21725         Fix typos in message strings.
21727         * dired-x.el (virtual-dired): Declare with `defalias'.
21728         (dired-mark-unmarked-files, dired-local-variables-file)
21729         (dired-omit-here-always): Doc fix.
21730         (dired-omit-mode, dired-find-subdir)
21731         (dired-enable-local-variables, dired-clean-up-buffers-too)
21732         (dired-extra-startup, dired-mark-extension, dired-jump)
21733         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
21734         (dired-smart-shell-command, dired-guess-shell-alist-user)
21735         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
21736         (dired-x-bind-find-file, dired-x-submit-report):
21737         Fix typos in docstrings.
21738         (dired-mark-unmarked-files): "?\ " -> "?\s".
21740         * dirtrack.el (dirtrack-list): Fix typos in docstring.
21742         * faces.el (describe-face): "?\ " -> "?\s".
21743         (read-all-face-attributes, read-face-font, modify-face)
21744         (face-attr-construct, italic): Fix typos in docstrings.
21745         (frame-update-face-colors): Declare with
21746         `define-obsolete-function-alias'.
21748         * files.el (find-file-noselect, recode-file-name): Doc fixes.
21749         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
21750         (magic-mode-alist, buffer-file-numbers-unique)
21751         (write-file-functions, get-free-disk-space):
21752         Fix typos in docstrings.
21753         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
21754         (write-contents-hooks, write-file-hooks):
21755         Declare with `define-obsolete-variable-alias'.
21757         * forms-d2.el (arch-rj): Fix typo in docstrings.
21758         (arch-tocol): Likewise.  "?\ " -> "?\s".
21760         * frame.el (set-frame-font, cursor-in-non-selected-windows):
21761         Fix typo in docstring.
21762         (set-screen-width, set-screen-height): Delete redundant info in
21763         doctrings.
21764         (new-frame, screen-height, screen-width): Declare with
21765         `define-obsolete-function-alias'.
21766         (delete-frame-hook, blink-cursor): Declare with
21767         `define-obsolete-variable-alias'.
21769         * paths.el (prune-directory-list): Fix typos in docstring.
21771         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
21772         (cvs-prefix-get): Fix typos in docstrings.
21774         * ps-print.el (ps-extend-face-list, ps-extend-face)
21775         (ps-print-background-image): Fix typos in docstrings.
21776         (ps-default-fg, ps-default-bg): Doc fixes.
21778         * s-region.el (s-region-bind): Doc fix.
21779         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
21781         * textmodes/org.el (org-table-formula-substitute-names)
21782         (org-table-get-vertical-vector): Doc fixes.
21783         (org-table-recalculate): Remove unused argument to `message'.
21785 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
21787         * textmodes/org.el (org-table-column-names)
21788         (org-table-column-name-regexp)
21789         (org-table-named-field-locations): New variables.
21790         (org-archive-subtree): Protect `this-command' when calling
21791         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
21792         the kill buffer.
21793         (org-complete): Remove fixed-formula completion.
21794         (org-edit-formulas-map): New variable.
21795         (org-table-edit-formulas): New command.
21796         (org-finish-edit-formulas, org-abort-edit-formulas)
21797         (org-show-variable, org-table-get-vertical-vector): New functions.
21798         (org-table-maybe-eval-formula): Handle `:=' fields.
21799         (org-table-get-stored-formulas, org-table-store-formulas)
21800         (org-table-get-formula, org-table-modify-formulas)
21801         (org-table-replace-in-formulas): Handle named field formulas.
21802         (org-table-get-specials): Store locations of named fields.
21804 2005-07-19  Juri Linkov  <juri@jurta.org>
21806         * progmodes/grep.el (grep-regexp-alist)
21807         (grep-mode-font-lock-keywords, grep-process-setup):
21808         Use default GNU grep match color "01;31m" instead of "01;41m".
21809         (grep-regexp-alist, grep-mode-font-lock-keywords):
21810         Use `\\[[0-9]*m' instead of `\\[00m'.
21811         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
21812         sgr_start where its handling is more important.  Use the real
21813         length of sgr_start instead of constant 8.
21814         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
21815         specially.  Delete all remaining escape sequences.
21816         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
21817         (grep-regexp-alist): Make hyperlink only for binary file name
21818         instead of the whole line.
21819         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
21820         (grep-mode): Add autoload.
21822         * emacs-lisp/find-func.el (find-function-regexp):
21823         Add `define-compilation-mode'.
21825 2005-07-19  Juri Linkov  <juri@jurta.org>
21827         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
21828         (compare-windows-sync-string-size, compare-windows-recenter)
21829         (compare-windows-highlight, compare-windows): Add version 22.1.
21830         (compare-windows) <defface>: Inherit from lazy-highlight instead
21831         of duplicating its default value.
21833         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
21834         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
21836         * descr-text.el (describe-char): Create link buttons for `charset'
21837         and `code point'.  Add the current input method name with a link
21838         button to `to input' field.  Print face names of display table
21839         characters in `The display table entry is displayed by' section
21840         instead of printing face-id in the `display' field.
21841         Guess hardcoded faces and create a link button for them.
21842         Skip empty fields when calculating max-width.
21843         Treat `widget-create' specially while inserting strings from the
21844         collected field list.
21845         (describe-char-after): Made obsolete in version 22.1, not 21.5.
21847         * diff-mode.el (diff-file-header): Change foreground color from
21848         yellow to green on light backgrounds.
21849         (diff-context): Inherit from `shadow' only for color/grayscale
21850         with more than 88 colors.
21851         (diff-indicator-removed, diff-indicator-added)
21852         (diff-indicator-changed): New faces.
21853         (diff-font-lock-keywords): Use new faces.  Regroup rules.
21854         Add "^---$" for `normal' diff format.  Fontify `#' lines with
21855         font-lock-comment-delimiter-face and font-lock-comment-face.
21856         Add `#' to ^[^...] in the rule for `diff-context-face'.
21858         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
21859         a button-like box.  Inherit from `highlight' on low colors.
21860         (shadow): Use shades of gray only for color/grayscale with
21861         more than 88 colors.  Use green for light backgrounds with
21862         8 colors, and yellow for dark backgrounds with 8 colors.
21864         * font-lock.el (font-lock-regexp-grouping-backslash):
21865         Don't inherit from escape-glyph (use bold for all cases).
21867         * info.el (info-xref-visited): Use light foreground color `violet'
21868         for dark backgrounds instead of dark color `magenta3'.
21869         (info-title-1): Use `yellow' color for dark backgrounds.
21871         * isearch.el (isearch): Use not-too-dark magenta3 instead of
21872         too-light magenta2.
21874         * replace.el (match): Use slightly more light RoyalBlue3 instead
21875         of dark RoyalBlue4.
21877         * wid-edit.el (widget-inactive): Inherit from `shadow'.
21879 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
21881         * novice.el (disabled-command-hook): Declare it with
21882         `define-obsolete-variable-alias'.
21884         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
21885         (desktop-buffer-misc-functions, desktop-buffer-handlers)
21886         (desktop-load-default): Add release to obsolescence info.
21887         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
21888         (desktop-append-buffer-args, desktop-read):
21889         Fix typos in docstrings.
21890         (desktop-kill): Fix typo in message.
21891         (desktop-save): Doc fix.
21893 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21895         * viper-cmd.el (viper-escape-to-state): Bug fix.
21896         (viper-envelop-ESC-key): Change the definition of fast
21897         keysequence so it'll work with keyboard macros.
21899         * ediff.el (ediff-patch-buffer): Change the docstring.
21901 2005-07-19  Kenichi Handa  <handa@m17n.org>
21903         * international/mule-cmds.el (select-safe-coding-system): Try to
21904         use an auto-coding (if any) before anything else.  If the found
21905         auto-coding is invalid, show a warning message.
21907         * international/mule.el (find-auto-coding): New function created
21908         by modifying the body of set-auto-coding.
21909         (set-auto-coding): Use find-auto-coding to find a coding.
21911 2005-07-18  Richard M. Stallman  <rms@gnu.org>
21913         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
21914         not isearch-mode-end-hook-error.
21915         (allout-before-change-protect): Fix error message.
21917 2005-07-18  Juri Linkov  <juri@jurta.org>
21919         * allout.el (allout-mode):
21920         * calculator.el (calculator-copy):
21921         * custom.el (custom-known-themes):
21922         * dired.el (dired-desktop-buffer-misc-data)
21923         (dired-restore-desktop-buffer):
21924         * dired-x.el (dired-omit-marker-char):
21925         * files.el (basic-save-buffer):
21926         * font-core.el (font-lock-mode):
21927         * calendar/calendar.el (calendar-goto-hebrew-date)
21928         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
21929         (calendar-goto-persian-date):
21930         * language/ethio-util.el (ethio-sera-to-fidel-region):
21931         * textmodes/picture.el (picture-mode):
21932         Delete duplicate duplicate words.
21934 2005-07-18  Juri Linkov  <juri@jurta.org>
21936         * isearch.el (isearch-mode-map): Remove key bindings for regexp
21937         chars * ? } |.
21938         (isearch-fallback): Don't call `isearch-process-search-char'.
21939         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
21940         (isearch-process-search-char): Call `isearch-fallback' for regexp
21941         chars * ? } |.
21942         (isearch-return-char): Make obsolete with `make-obsolete' instead
21943         of simply documenting it as obsolete in the docstring.
21944         (isearch-fallback): Refill docstring.
21946         * international/isearch-x.el
21947         (isearch-process-search-multibyte-characters): Remove unneeded
21948         `concat'.  Add intermediate values to `junk-hist' instead of
21949         `minibuffer-history'.  Test the length of `str'.
21951 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
21953         * allout.el (allout-resolve-xref): Fix typos in error strings.
21954         (allout-before-change-protect): Remove unneeded `concat'.
21956         * array.el (array-mode, array-reconfigure-rows)
21957         (untabify-backward): Fix typos in docstrings.
21958         (array-reconfigure-rows): Use `insert-buffer-substring', not
21959         `insert-buffer'.
21961         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
21962         * progmodes/ada-mode.el (ada-make-body):
21963         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
21965         * dired.el (dired-log):
21966         * tar-mode.el (tar-subfile-save-buffer):
21967         * play/zone.el (zone-pgm-stress-destress):
21968         Use `insert-buffer-substring', not `insert-buffer'.
21970 2005-07-17  Simon Josefsson  <jas@extundo.com>
21972         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
21974 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
21976         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
21977         Add plain auth method.
21978         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
21980 2005-07-17  Kim F. Storm  <storm@cua.dk>
21982         * ido.el (dired-other-window): Add ido property.
21984 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
21986         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
21987         Fix typo in docstring.
21988         (byte-compile-interactive-only-functions): Add `insert-buffer' and
21989         `insert-file-literally'.
21991         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
21992         info and delete redundant message.  Doc fix.
21993         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
21994         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
21996 2005-07-16  Richard M. Stallman  <rms@gnu.org>
21998         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
21999         (byte-compile-and): Use byte-compile-and-recursion.
22000         (byte-compile-or-recursion): New function.
22001         (byte-compile-or): Use that.
22002         (byte-compile-if): Guard the else-clause too.
22003         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
22005         * isearch.el (isearch-mode-end-hook-quit): New variable.
22006         (isearch-done): Bind it.
22007         (isearch-mode-end-hook): Doc fix.
22009         * allout.el (allout-isearch-did-quit): Variable deleted.
22010         (allout-real-isearch-abort): Function name no longer used.
22011         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
22012         (allout-isearch-rectification): isearch-mode always exists.
22013         Don't set allout-isearch-did-quit.
22014         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
22015         allout-isearch-did-quit.
22016         (allout-enwrap-isearch): Just add the hook.
22017         (allout-isearch-abort): Function deleted.
22018         (allout-pre-command-business): Avoid warning.
22020         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
22021         Correctly avoid warnings.
22022         (pascal-outline): Likewise.
22024         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
22026         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
22028         * play/tetris.el (tetris-mode): Avoid warning.
22030         * play/snake.el (snake-mode): Avoid warning.
22032         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
22033         (gamegrid-set-display-table): Avoid warning.
22034         (gamegrid-set-timer): Likewise.
22035         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
22036         (gamegrid-add-score-with-update-game-score-1): Take FILE
22037         as argument.
22038         (gamegrid-add-score-with-update-game-score): Pass that argument.
22039         Rename have-shared-game-dir to gamegrid-shared-game-dir.
22041         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
22043         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
22044         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
22046         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
22047         and insert-file.
22049         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
22050         (sc-ask): Avoid warnings.
22052         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
22053         (eshell-hist-initialize): Use that var the natural way.
22055         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
22057         * emacs-lisp/re-builder.el (reb-cook-regexp):
22058         Avoid warning calling lre-compile-string.
22059         (reb-color-display-p): Avoid warning.
22061         * calculator.el (calculator-last-input): Guard uses
22062         of event-key and key-press-event-p.
22063         (event-key, key-press-event-p): Delete definitions.
22065         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
22066         (find-gc-source-directory, find-gc-subrs-callers)
22067         (find-gc-noreturn-list, find-gc-source-files)
22068         (find-gc-subrs-called): Vars renamed and defvar'd.
22070         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
22071         (checkdoc-overlay-put, checkdoc-delete-overlay)
22072         (checkdoc-overlay-start, checkdoc-overlay-end)
22073         (checkdoc-mode-line-update, checkdoc-char=):
22074         Define such that compiler knows they are defined.
22075         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
22076         (checkdoc-read-event): Delete.  Use read-event directly.
22078         * whitespace.el (whitespace-make-overlay)
22079         (whitespace-overlay-put, whitespace-delete-overlay)
22080         (whitespace-overlay-start, whitespace-overlay-end):
22081         Define such that compiler knows they are defined.
22082         (whitespace): Move conditional inside.
22084         * tempo.el (tempo-insert-template): Suppress warning.
22086         * ediff-diff.el (longlines-mode): Add defvar.
22088 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
22090         * server.el: Bind "C-x #" in a way that works even if C-x is
22091         redefined to a command key, not a prefix key.
22093 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
22095         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
22096         cl-make-type-test till execution time.
22098 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
22100         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
22101         arg ARG and use it.
22103 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
22105         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
22107 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
22109         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
22110         a defcustom with two :set or :type keywords.
22112 2005-07-15  Richard M. Stallman  <rms@gnu.org>
22114         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22115         Don't give ^M comment-end syntax.
22117 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
22119         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
22120         Don't consider gdbmi (gdb-mi.el has its own update functions).
22121         (gdb-var-delete): Make it work for gdbmi as well.
22122         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
22124         * progmodes/gud.el (etags, sdb): Only require etags when needed.
22125         (gud-speedbar-menu-items): Correct logic for enabling items.
22127 2005-07-15  Kim F. Storm  <storm@cua.dk>
22129         * ido.el: Fix commentary.
22130         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
22131         Use with-no-warnings around ffap-guesser.
22132         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
22133         Let bind minibuffer-completing-file-name to t.
22135 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
22137         * startup.el (site-run-file, keyboard-type): Doc fixes.
22138         (command-line): Check for "--basic-display" argument; also for
22139         "--quick", not "--bare-bones" (which was renamed).
22140         (fancy-splash-text): Add missing item "Getting New Versions".
22141         (normal-splash-screen): Fix typos and improve consistency with
22142         `fancy-splash-text'.  Update copyright year.
22144         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
22145         valid binding for `help-char'.
22147         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
22149 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
22151         * term.el (term-mode): Disable cua-mode for term buffers.
22153 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
22155         * add-log.el (add-log-mailing-address, change-log-merge):
22156         Doc fixes.
22157         (change-log-get-method-definition): Fix typo in docstring.
22159 2005-07-14  Kim F. Storm  <storm@cua.dk>
22161         * emulation/cua-base.el:
22162         (cua--pre-command-handler-1, cua--pre-command-handler)
22163         (cua--post-command-handler-1, cua--post-command-handler):
22164         Split in two.  Check (buffer local) value of cua-mode.
22165         (cua-selection-mode): New command.
22167 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
22169         * custom.el (custom-initialize-safe-set)
22170         (custom-initialize-safe-default): Doc fixes.
22172         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
22173         and simplify :init-value again.
22175         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
22176         and simplify :init-value again.  Delete autoload.
22178         * startup.el (command-line): Use `custom-reevaluate-setting' again
22179         for tooltip-mode.
22181         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
22182         a defcustom with two :initialize keywords.
22184 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
22186         * allout.el (my-mark-marker, allout-isearch-prior-pos)
22187         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
22188         (allout-post-command-business, allout-flag-region)
22189         (isearch-reenable-font-lock, allout-yank)
22190         (allout-insert-latex-header, allout-insert-latex-trailer)
22191         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
22192         (allout-latex-verb-quote): Fix typos in docstrings.
22193         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
22194         (allout-unprotected, allout-prefix-data):
22195         Improve argument/docstring consistency.
22196         (allout-chart-subtree): Fix argument spec.
22197         (allout-open-topic): Rename `use_sib_bullet' argument to
22198         `use-sib-bullet'.  Doc fix.
22200         * whitespace.el (whitespace-check-buffer-leading)
22201         (whitespace-check-buffer-trailing)
22202         (whitespace-check-buffer-indent)
22203         (whitespace-check-buffer-spacetab)
22204         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
22205         (whitespace-check-leading-whitespace)
22206         (whitespace-check-trailing-whitespace)
22207         (whitespace-check-spacetab-whitespace)
22208         (whitespace-check-indent-whitespace)
22209         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
22210         (whitespace-modes): Fix typos in docstrings.
22211         (defgroup, defcustom): Doc fixes.
22213         * winner.el (winner-mode, winner-boring-buffers)
22214         (winner-pending-undo-ring): Doc fixes.
22215         (winner-ring): Remove unneeded `progn'.
22216         (winner-equal): `defsubst' it.
22217         (winner-redo): Fix message.
22219 2005-07-13  Kim F. Storm  <storm@cua.dk>
22221         * simple.el (line-move-1): Always use vertical-motion to
22222         do the last (or only) line move to ensure some movement.
22223         Undo 2005-06-23 change--don't check for overlays.
22225 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22227         * term/mac-win.el (ccl-encode-mac-roman-font)
22228         (ccl-encode-mac-centraleurroman-font)
22229         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
22230         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
22231         Change charset-id boundary of dimension to ?\xef.
22232         (mac-char-fontspec-list): New constant.
22233         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
22234         argument.  Nil uses itself as family in font-spec.  Previous
22235         behavior for nil is now provided by non-nil non-string argument.
22236         All callers changed.  Add font-specs for Mac fonts to
22237         "fontset-default" unless iso8859-1 fonts are installed.
22239 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22241         * progmodes/sh-script.el (sh-get-indent-info): Only indent
22242         a continuation line if the \ is preceded by SPC or TAB.
22243         (sh-get-indent-info): Simplify.
22244         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
22245         Use with-current-buffer.
22247         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
22248         when the matched text is empty.
22250 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
22252         * startup.el (command-line): Revert to previous handling of
22253         tooltip-mode.  Explain in comment why the complexity is needed.
22255         * tooltip.el (tooltip-mode): Revert to previous implementation of
22256         its defcustom.
22258         * frame.el (blink-cursor-mode): Revert to previous implementation
22259         of its defcustom.  Update comment.
22261 2005-07-12  Lars Hansen  <larsh@soem.dk>
22263         * desktop.el: Update e-mail address.
22265 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22267         * term/mac-win.el (mac-services-mail-selection)
22268         (mac-services-mail-to): New functions.
22269         (mac-application-menu-map): Bind them.
22271 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
22273         * progmodes/gdb-ui.el: Add note about buffering with Windows.
22275 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
22277         * custom.el (custom-reevaluate-setting): Doc fix.
22279 2005-07-11  Jay Belanger  <belanger@truman.edu>
22281         * calc/calc.el (calc-embedded-announce-formula-alist)
22282         (calc-embedded-open-close-plain-alist)
22283         (calc-embedded-open-close-mode-alist): Add checks for additional
22284         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
22286 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
22288         * custom.el (custom-enable-theme): Don't add theme to
22289         `custom-enabled-themes' with `push' because there is no
22290         setf-method for `delq'.
22292 2005-07-11  Richard M. Stallman  <rms@gnu.org>
22294         * custom.el (custom-declare-variable): Doc fix.
22296         * dired-aux.el (dired-compare-directories): Remove "." and ".."
22297         from the alists.
22299         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
22300         Do nothing if edebug-active.
22302         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
22303         (edebug-display): Do it here instead.
22305 2005-07-10  Richard M. Stallman  <rms@gnu.org>
22307         * cus-face.el (custom-theme-set-faces): Make it work.
22308         (custom-reset-faces): Doc fix.
22309         (custom-theme-reset-internal-face, custom-theme-face-value):
22310         Functions deleted.
22312         * custom.el (custom-push-theme): Maintain list of the settings
22313         of a given theme in its theme-settings property.
22314         Maintain position of old settings in the theme-value
22315         or theme-face property.
22316         (custom-enabled-themes): New variable.
22317         (custom-theme-enabled-p): New function.
22318         (provide-theme): Update custom-enabled-themes.
22319         Disable and reenable the `user' theme.
22320         (require-theme): Doc fix.
22321         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
22322         (custom-theme-value, custom-theme-variable-value): Likewise.
22323         (custom-theme-reset-internal): Likewise.
22324         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
22325         (custom-enable-theme, custom-disable-theme): New functions.
22326         (custom-variable-theme-value, custom-face-theme-value): Likewise.
22327         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
22328         (custom-theme-reset-variables): Simplify.
22329         (deftheme, custom-declare-theme, custom-make-theme-feature):
22330         Definitions moved.
22332 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
22334         * longlines.el (longlines-show-region)
22335         (longlines-unshow-hard-newlines): Recognize hard newlines by
22336         non-nil hard property, instead of t.
22338 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
22340         * viper-cmd.el (viper--key-maps): New variable.
22341         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
22342         emulation-mode-map-alists.
22343         (viper-envelop-ESC-key): Use viper-subseq.
22344         (viper-search-forward/backward/next): Disable debug-on-error.
22346         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
22347         (viper-ESC-key): New defcustoms.
22349         * viper-macs.el (ex-map-read-args): Use viper-subseq.
22351         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
22352         (viper-subseq): Copy of subseq from cl.el.
22354         * viper.el (viper-go-away, viper-set-hooks): Use
22355         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
22357         * viper-mous.el (viper-current-frame-saved): Use defvar.
22359         * viper-init.el: Get rid of -face in face names.
22361         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
22362         Make it work with longlines mode
22364         * ediff-mult.el (ediff-meta-mode-hook): New variable.
22366         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
22368         * ediff-init.el: Get rid of -face in face names.
22370 2005-07-10  Richard M. Stallman  <rms@gnu.org>
22372         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
22373         and with-timeout-unsuspend.
22375         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
22376         and with-timeout-unsuspend.
22378         * emacs-lisp/timer.el (with-timeout-timers): New variable.
22379         (with-timeout): Bind that variable to record timers.
22380         (with-timeout-suspend, with-timeout-unsuspend): New functions.
22382         * emacs-lisp/debug.el (debug-help-follow): New function.
22383         (debugger-mode-map): Use that instead of help-follow.
22384         (debugger-setup-buffer): Use eval-buffer-list
22385         to handle eval-buffer frames.
22387 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
22389         * timezone.el (timezone-parse-date): Change first regexp
22390         so it will not mistakenly match dates with no time zone.
22392 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
22394         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
22396 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
22398         * custom.el (custom-initialize-safe-set)
22399         (custom-initialize-safe-default): New functions.
22401         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
22402         and simplify :init-value.
22404         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
22405         and simplify :init-value.  Delete obsolete comment.
22407         * startup.el (command-line): Use `custom-reevaluate-setting' to
22408         handle `tooltip-mode'.  Delete obsolete comment.
22410         * files.el (set-visited-file-name): Avoid calling
22411         `file-name-nondirectory' with a nil argument.
22413 2005-07-09  Richard M. Stallman  <rms@gnu.org>
22415         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
22416         was called with nil for the buffer, handle the read position right.
22417         Handle read position for eval-region, too.
22419 2005-07-09  Juri Linkov  <juri@jurta.org>
22421         * fringe.el (fringe-mode): Add period in docstring.
22422         (fringe-query-style): Build prompt depending on `all-frames' arg.
22424         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
22425         to not create links to unrelated functions in the Help buffer.
22427         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
22428         Doc fix.
22430         * simple.el (next-error-hook): New variable.
22431         (next-error): Use it.  Doc fix.
22433         * textmodes/ispell.el (ispell-command-loop): Add current
22434         dictionary name and program name to mode-line-format.
22435         (ispell-region, ispell-process-line): Add current dictionary name
22436         and program name to messages.
22438 2005-07-08  Jay Belanger  <belanger@truman.edu>
22440         * calc/calc.el (calc-embedded-announce-formula-alist)
22441         (calc-embedded-open-close-formula-alist)
22442         (calc-embedded-open-close-word-alist)
22443         (calc-embedded-open-close-plain-alist)
22444         (calc-embedded-open-close-new-formula-alist)
22445         (calc-embedded-open-close-mode-alist)
22446         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
22447         (calc-embedded-mode-hook): New variables.
22449         * calc/calc-embed.el (calc-embedded-firsttime)
22450         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
22451         New variables.
22452         (calc-do-embedded): Use calc-embedded-firsttime,
22453         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
22454         determine whether or not to run hooks.
22455         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
22456         calc-embedded-firsttime-formula appropriately.
22457         Set calc-embedded delimiter variables according to mode.
22459 2005-07-08  Richard M. Stallman  <rms@gnu.org>
22461         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
22462         Check for "emacs", etc., as entire symbol, not just as word.
22463         (checkdoc-file-comments-engine): Use regexp-quote on FN.
22465         * files.el (set-visited-file-name): Report the error
22466         for "empty filename" earlier.
22467         (kill-some-buffers): Ignore buffers already dead.
22469         * fringe.el (fringe-mode): Doc fix.
22471         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
22472         Check for (featurep 'xemacs) and turn off warnings in what it guards.
22473         Use unwind-protect to ensure byte-compile-unresolved-functions
22474         is updated.
22476         * whitespace.el (whitespace-buffer-leading-cleanup):
22477         Simplify w/ skip-chars-forward.
22478         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
22480         * mail/rmail.el (rmail-only-expunge): Fix paren error.
22481         Unconditionally try to leave point at the same old place.
22483 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
22485         * comint.el (comint-postoutput-scroll-to-bottom)
22486         (comint-show-maximum-output): Take scroll-margin into consideration.
22488 2005-07-08  Kim F. Storm  <storm@cua.dk>
22490         * ido.el (ido-use-filename-at-point): New choice `guess'.
22491         (ido-file-internal): Try ffap-guesser if selected.
22493         * ido.el (ido-before-fallback-functions): New hook.
22494         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
22495         (ido-read-file-name): Run it.
22497 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22499         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
22500         strings rather than a list of symbols to the completion function.
22502 2005-07-07  Jay Belanger  <belanger@truman.edu>
22504         * calc/calc-units.el (math-apply-units): Change the places in
22505         which units are simplified.
22507 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
22509         * cus-edit.el (customize-option, customize-option-other-window):
22510         Make them handle aliases.
22512         * custom.el (custom-variable-p): Make it recursively follow
22513         aliases.  Mention that in the docstring.
22515 2005-07-07  Richard M. Stallman  <rms@gnu.org>
22517         * cus-start.el (exec-path): Use `directory' instead of `file'.
22518         Fix tag for nil.
22520 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
22522         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
22523         when called non-interactively.  Doc fix.
22525 2005-07-07  Lute Kamstra  <lute@gnu.org>
22527         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
22528         new address as well.
22530 2005-07-07  Kenichi Handa  <handa@m17n.org>
22532         * international/mule.el (make-coding-system):
22533         Describe `ascii-incompatible' property in the docstring.
22534         (set-file-name-coding-system): Signal an error if coding-system is
22535         ascii-incompatible.
22536         (set-keyboard-coding-system): Likewise.
22538         * international/mule-cmds.el (set-default-coding-systems):
22539         Don't set default-file-name-coding-system and
22540         default-keyboard-coding-system if coding-system is ASCII-incompatible.
22542         * international/utf-16.el: Declare that all UTF-16-based coding
22543         systems are ASCII-incompatible.
22545 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
22547         * progmodes/gud.el: Require font-lock for displaying errors.
22548         Used by gdb-ui.el.
22550 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
22552         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
22553         values for the pattern lists which are `read'able but not
22554         `append'able (like symbols).
22556 2005-07-06  Richard M. Stallman  <rms@gnu.org>
22558         * progmodes/flymake.el (flymake-float-time): Instead of
22559         with-no-warnings, test for XEmacs.
22560         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
22561         to avoid warning.
22563 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
22565         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
22567 2005-07-05  Lute Kamstra  <lute@gnu.org>
22569         * battery.el: Add support for Darwin (with much debugging help
22570         from Samuel Lauber <sam124@operamail.com>).
22571         (battery-status-function, battery-echo-area-format)
22572         (battery-mode-line-format): Add support for pmset on Darwin.
22573         (battery-load-low, battery-load-critical): New user options.
22574         (battery-pmset): New function.
22576 2005-07-05  Lute Kamstra  <lute@gnu.org>
22578         Update FSF's address in GPL notices.
22580         * textmodes/page-ext.el: Update FSF's address.
22582 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22584         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
22585         filling from using prefix when filling a single-line docstring.
22587         * progmodes/flymake.el: Remove useless eval-when-compile.
22589         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
22591 2005-07-04  Richard M. Stallman  <rms@gnu.org>
22593         * textmodes/org.el (org-file-apps-defaults-gnu):
22594         Rename from org-file-apps-defaults-linux.
22595         (org-default-apps): Don't test system-type for `linux'.
22596         (org-file-apps): Doc fix.
22598 2005-07-04  David Ponce  <david@dponce.com>
22600         * tree-widget.el: Improve header Commentary section.
22601         (tree-widget) [defgroup]
22602         (tree-widget-image-enable, tree-widget-themes-directory)
22603         (tree-widget-theme, tree-widget-image-properties-emacs)
22604         (tree-widget-image-properties-xemacs, tree-widget-create-image)
22605         (tree-widget-image-formats, tree-widget-control)
22606         (tree-widget-empty-control, tree-widget-leaf-control
22607         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
22608         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
22609         (tree-widget-keep, tree-widget-after-toggle-functions)
22610         (tree-widget-open-node, tree-widget-close-node): Doc fix.
22611         (tree-widget-open-control, tree-widget-close-control): Fix doc and
22612         :help-echo message.
22613         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
22614         (tree-widget-image-properties): Doc fix.  Clearer implementation.
22615         (tree-widget--cursors): New constant.
22616         (tree-widget-lookup-image): New function split from
22617         `tree-widget-find-image'.  Clearer implementation.
22618         (tree-widget-find-image): Use it.
22619         (tree-widget-button-keymap): Use `set-keymap-parent'.
22620         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
22621         Define the sub-widgets here.
22622         (tree-widget-node): Check that :node is not a tree-widget.
22623         (tree-widget-get-super, tree-widget-open-control)
22624         (tree-widget-close-control, tree-widget-empty-control)
22625         (tree-widget-leaf-control, tree-widget-guide)
22626         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
22627         (tree-widget-no-handle, tree-widget-value-delete)
22628         (tree-widget-map): Remove.
22629         (tree-widget-children-value-save): Doc fix.  Simplified.
22630         (tree-widget-value-create): Update according to previous changes.
22632 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
22634         * textmodes/org.el: Leading space replaced by TABS.
22635         (org-recalc-marks, org-table-rotate-recalc-marks)
22636         (org-table-get-specials): Treat "^" and "_" marks.
22637         (org-table-justify-field-maybe): Optional argument NEW.
22638         (org-table-eval-formula): Parsing of the format simplified.
22639         New modes C,I.  Honor the %= parameter in the current table.
22640         Avoid unnecessary re-align by using the NEW argument to
22641         `org-table-justify-field-maybe'.
22642         (org-calc-default-modes): Default for date-format mimicks org-mode.
22643         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
22645 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
22647         * cus-face.el (custom-theme-set-faces): Make it handle face
22648         aliases whose alias declarations are pre- or autoloaded.
22650 2005-07-04  Juri Linkov  <juri@jurta.org>
22652         * faces.el (read-face-name): Put the code for getting a face name
22653         from the buffer before adding the faces from the `face' property.
22654         Use `completing-read-multiple' instead of `completing-read'.
22655         Require `crm'.  Add default value and post-process the returned
22656         list of faces.
22658         * emacs-lisp/crm.el (crm-find-current-element)
22659         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
22661         * emacs-lisp/lisp-mode.el (eval-defun-1):
22662         * emacs-lisp/edebug.el (edebug-eval-defun):
22663         Remove unnecessary quotes.
22665 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22667         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
22668         (prolog-indent-level): Fix typo in docstring.
22670         * info.el (Info-history, Info-history-forward)
22671         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
22673         * add-log.el (add-change-log-entry):
22674         * comint.el (comint-dynamic-list-input-ring)
22675         (comint-dynamic-list-completions):
22676         * dabbrev.el (dabbrev-expand):
22677         * delim-col.el (delimit-columns-rectangle-line):
22678         * diff-mode.el (diff-context->unified, diff-reverse-direction)
22679         (diff-unified->context):
22680         * ediff-init.el (ediff-abbrev-jobname):
22681         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
22682         (ediff-replace-session-activity-marker-in-meta-buffer):
22683         * info.el (Info-summary):
22684         * lpr.el (printify-region):
22685         * printing.el (pr-create-interface):
22686         * ps-print.el (ps-print-quote):
22687         * ses.el (ses-column-widths, ses-print-cell)
22688         (ses-adjust-print-width, ses-center):
22689         * shell.el (shell-file-name-quote-list):
22690         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
22691         (strokes-fill-current-buffer-with-whitespace)
22692         (strokes-xpm-for-stroke, strokes-list-strokes)
22693         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
22694         * term.el (term-dynamic-list-input-ring)
22695         (term-dynamic-list-completions):
22696         * calc/calc.el (math-format-stack-value):
22697         * emacs-lisp/edebug.el (edebug-display-freq-count):
22698         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
22699         (delphi-new-comment-line):
22700         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
22701         * progmodes/executable.el (executable-set-magic):
22702         * progmodes/python.el (inferior-python-mode):
22703         * progmodes/scheme.el (scheme-mode-syntax-table):
22704         * progmodes/sh-script.el (sh-maybe-here-document):
22705         * progmodes/sql.el (sql-copy-column):
22706         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
22707         * textmodes/bibtex.el (bibtex-mode):
22708         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
22709         (sgml-auto-attributes):
22710         * textmodes/table.el (table-insert, table-shorten-cell)
22711         (table--generate-source-scan-lines, table-delete-row)
22712         (*table--cell-delete-char, table--spacify-frame)
22713         (table--horizontally-shift-above-and-below)
22714         (table--cell-insert-char, table--cell-blank-str)
22715         (table--fill-region-strictly):
22716         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
22717         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
22719         * add-log.el (change-log):
22720         * apropos.el (apropos):
22721         * comint.el (comint-completion, comint-source):
22722         * dabbrev.el (dabbrev):
22723         * delim-col.el (columns):
22724         * diff-mode.el (diff-mode):
22725         * ediff.el (ediff):
22726         * ediff-diff.el (ediff-diff):
22727         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
22728         * ediff-mult.el (ediff-mult):
22729         * ediff-ptch.el (ediff-ptch):
22730         * ediff-wind.el (ediff-window):
22731         * facemenu.el (facemenu):
22732         * indent.el (indent):
22733         * info.el (info):
22734         * jka-cmpr-hook.el (compression, jka-compr):
22735         * lpr.el (lpr):
22736         * outline.el (outlines):
22737         * pcmpl-cvs.el (pcmpl-cvs):
22738         * pcmpl-rpm.el (pcmpl-rpm):
22739         * printing.el (printing):
22740         * ps-print.el (postscript, ps-print, ps-print-horizontal)
22741         (ps-print-vertical, ps-print-headers, ps-print-font)
22742         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
22743         (ps-print-background, ps-print-printer, ps-print-page)
22744         (ps-print-miscellany):
22745         * ses.el (ses):
22746         * shell.el (shell, shell-directories, shell-faces):
22747         * startup.el (initialization):
22748         * strokes.el (strokes):
22749         * term.el (term):
22750         * uniquify.el (uniquify):
22751         * w32-vars.el (w32):
22752         * calc/calc.el (calc):
22753         * emacs-lisp/bytecomp.el (bytecomp):
22754         * emacs-lisp/cl-indent.el (lisp-indent):
22755         * emacs-lisp/edebug.el (edebug):
22756         * emacs-lisp/elp.el (elp):
22757         * emacs-lisp/testcover.el (testcover):
22758         * emacs-lisp/trace.el (trace):
22759         * emulation/viper-ex.el (viper-ex):
22760         * emulation/viper-mous.el (viper-mouse):
22761         * mail/mailalias.el (mailalias):
22762         * mail/supercite.el (supercite, supercite-frames)
22763         (supercite-attr, supercite-cite, supercite-hooks):
22764         * net/rcompile.el (remote-compile):
22765         * net/rlogin.el (rlogin):
22766         * obsolete/ooutline.el (outlines):
22767         * progmodes/delphi.el (delphi):
22768         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
22769         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
22770         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
22771         (ebnf-optimization):
22772         * progmodes/etags.el (etags):
22773         * progmodes/executable.el (executable):
22774         * progmodes/idlwave.el (idlwave):
22775         * progmodes/pascal.el (pascal):
22776         * progmodes/prolog.el (prolog):
22777         * progmodes/python.el (python):
22778         * progmodes/scheme.el (scheme):
22779         * progmodes/sh-script.el (sh, sh-script):
22780         * progmodes/sql.el (SQL):
22781         * progmodes/tcl.el (tcl):
22782         * textmodes/bibtex.el (bibtex, bibtex-autokey):
22783         * textmodes/enriched.el (enriched):
22784         * textmodes/makeinfo.el (makeinfo):
22785         * textmodes/sgml-mode.el (sgml):
22786         * textmodes/table.el (table-hooks):
22787         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
22788         * textmodes/texinfo.el (texinfo):
22789         * textmodes/two-column.el (two-column):
22790         Finish `defgroup' description with period.
22792         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
22793         * eshell/esh-var.el (eshell-var):
22794         * progmodes/vhdl-mode.el (vhdl-testbench):
22795         * textmodes/org.el (org): Fix typos in docstrings.
22797         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
22798         consistency.
22800         * progmodes/flymake.el (flymake-find-file): Remove.
22801         (flymake-float-time): Use `with-no-warnings'.
22802         (flymake-check-start-time, flymake-check-was-interrupted)
22803         (flymake-err-info, flymake-is-running, flymake-last-change-time)
22804         (flymake-new-err-info): `defvar' at compile time.
22806 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
22808         * replace.el (occur-hook): Doc fix.
22809         (occur-1): Don't call `occur-hook' if there are no matches.
22811 2005-07-03  Richard M. Stallman  <rms@gnu.org>
22813         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
22814         global-map, save the same map.
22815         (global-map): Don't alter it at top level.
22816         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
22817         Then alter it here instead.
22818         (tpu-edt-off): Set global-map to the saved one.
22820         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
22821         All references simplified.
22822         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
22823         (zmacs-regions): Add defvar.
22824         (repeat-complex-command-map): Everything about that deleted.
22826         * textmodes/artist.el (artist-key-is-drawing)
22827         (artist-key-endpoint1, artist-key-poly-point-list)
22828         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
22829         (artist-key-compl-table, artist-rb-save-data)
22830         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
22831         Don't put them in eval-when-compile.
22832         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
22834         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
22835         Use with-no-warnings.
22837         * net/browse-url.el (dos-windows-version): Add defvar.
22839         * mail/supercite.el (filladapt-prefix-table): Add defvar.
22841         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
22842         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
22843         (rmail-new-summary-line-count): Rename from new-summary-line-count.
22844         Add defvar.
22845         (rmail-summary-beginning-of-message): Use with-no-warnings.
22846         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
22848         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
22849         Use with-no-warnings.
22851         * emulation/vi.el (vi-mark-region): Use c-mark-function.
22852         (c-mark-function): Add point-moving-unit property.
22853         (vi-goto-line): Use with-no-warnings.
22855         * emulation/edt.el (edt-last-copied-word): Add defvar.
22856         (zmacs-region-stays): Likewise.
22857         (edt-mark-section-wisely): Use c-mark-function for C.
22858         Use makr-defun for Fortran.
22859         (time-string): defvar deleted.
22860         (edt-display-the-time): Don't set time-string.
22862         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
22864         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
22865         Don't warn when name is not constant
22866         or for defining the group `emacs'.
22868         * tooltip.el (gud-tooltip-mode): Add defvar.
22870         * startup.el (default-frame-background-mode): Add defvar.
22872         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
22874         * info.el (tool-bar-map): Add defvar.
22876         * dired.el (dnd-protocol-alist): Add defvar.
22878         * dired-aux.el (dired-query): Display question with answer, when
22879         the user answers.
22881         * custom.el (custom-add-option): Doc fix.
22883         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
22885 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
22887         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
22888         bogus name from the last change.
22890 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
22892         * custom.el (custom-declare-variable): Fix typos in comment.
22893         (custom-known-themes): Doc fix.
22894         (custom-theme-directory): New defcustom.
22895         (require-theme): Make it check `custom-theme-directory'.
22897         * cus-theme.el (custom-new-theme-mode): New function.
22898         (custom-theme-name, custom-theme-variables, custom-theme-faces)
22899         (custom-theme-description): Add compiler defvars.
22900         (customize-create-theme): Add doc to the "*New Custom Theme*"
22901         buffer.  Use `custom-new-theme-mode'.
22902         (custom-theme-write): Put the created buffer in emacs-lisp-mode
22903         and save it to the `custom-theme-directory'.  Make this the
22904         default directory of the buffer.
22906 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
22908         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
22909         Fix unbalanced parentheses.
22911 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22913         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
22914         into flymake-mode and delegate to flymake-mode.
22916         * find-file.el (ff-which-function-are-we-in): Clean up.
22918 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
22920         * replace.el (occur-rename-buffer): Fix docstring.
22922         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
22923         (edt-last-copied-word, edt-learn-macro-count)
22924         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
22925         (edt-rect-start-point, edt-user-global-map, rect-start-point)
22926         (time-string, zmacs-region-stays):
22927         * emulation/edt-mapper.el (edt-save-function-key-map)
22928         (EDT-key-name): `defvar' to silence the byte-compiler.
22930 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
22932         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
22933         font-lock-regexp-backslash.  Doc fix.
22934         (font-lock-regexp-backslash-grouping-construct): Rename from
22935         font-lock-regexp-backslash-construct.  Doc fix.
22936         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
22937         grouping constructs.
22939 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
22941         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
22942         updating all the prerequisites.
22944 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
22946         * textmodes/org.el (org-agenda-start-on-weekday)
22947         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
22948         (org-agenda-use-time-grid, org-archive-location)
22949         (org-allow-space-in-links, org-usenet-links-prefer-google)
22950         (org-enable-table-editor, org-export-default-language)
22951         (org-export-html-show-new-buffer, org-fill-paragraph)
22952         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
22953         (org-goto-quit, org-occur, org-eval-in-calendar)
22954         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
22955         (org-agenda-diary-entry, org-remember-help)
22956         (org-table-convert-region, org-at-table-p)
22957         (org-table-move-row-down, org-table-move-row-up)
22958         (org-table-copy-region, org-table-toggle-vline-visibility)
22959         (org-table-get-stored-formulas, org-table-get-specials)
22960         (org-recalc-commands, org-table-eval-formula)
22961         (org-table-formula-substitute-names, orgtbl-make-binding)
22962         (org-format-org-table-html, org-format-table-table-html)
22963         (org-format-table-table-html-using-table-generate-source)
22964         (org-customize): Fix typos in docstrings.
22965         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
22966         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
22967         (org-back-to-heading): Doc fixes.
22968         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
22969         (org-agenda-change-all-lines, org-get-header):
22970         Improve argument/docstring consistency.
22971         (orgtbl-error): Fix error message.
22973         * progmodes/flymake.el (flymake-find-possible-master-files)
22974         (flymake-master-file-compare, flymake-get-line-err-count)
22975         (flymake-highlight-line, flymake-gui-warnings-enabled):
22976         Fix typos in docstrings.
22977         (flymake-parse-line, flymake-get-project-include-dirs-function)
22978         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
22979         Doc fixes.
22980         (flymake-get-project-include-dirs-function)
22981         (flymake-make-err-menu-data):
22982         Improve argument/docstring consistency.
22984 2005-07-01  Lute Kamstra  <lute@gnu.org>
22986         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
22987         Catch errors with ignore-errors.  Use temporary buffer.
22988         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
22990         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
22991         background color faces.
22992         (facemenu-set-foreground, facemenu-set-background):
22993         Use facemenu-set-face-from-menu.
22994         (facemenu-set-face-from-menu): Treat face names that start with
22995         "fg:" or "bg:" as special.
22996         (facemenu-add-new-color): Don't create faces.  Simplify.
22998 2005-06-30  Richard M. Stallman  <rms@gnu.org>
23000         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
23001         (crm-find-current-element): Likewise.
23003 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
23005         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
23007 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23009         * arc-mode.el (archive-extract): Make it work as a mouse binding.
23010         (archive-mouse-extract): Make it an obsolete alias.
23011         (archive-mode-map): Don't use archive-mouse-extract any more.
23012         (archive-mode, archive-extract): write-contents-hooks ->
23013         write-contents-functions.
23014         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
23015         first arg.
23016         (archive-rename-entry): Update the call.
23017         (archive-zip-summarize): Remove unused var `method'.
23018         (archive-lzh-summarize): Remove unused var `creator'.
23020         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
23021         dedicated frame upon exit.
23023         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
23024         (archive-zip-extract, archive-zip-expunge)
23025         (archive-zip-update, archive-zip-update-case): Use executable-find.
23026         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
23027         Use restore-buffer-modified-p.
23028         (archive-extract, archive-add-new-member, archive-write-file-member):
23029         Use with-current-buffer.
23030         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
23032 2005-06-30  Andreas Schwab  <schwab@suse.de>
23034         * progmodes/gud.el (gud-filter): Remove unneeded progn.
23036 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
23038         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
23040 2005-06-30  Juri Linkov  <juri@jurta.org>
23042         * faces.el (vertical-border): Inherit from mode-line-inactive
23043         only on tty.
23045 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
23047         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
23048         example, -NLINES in the `occur' docstring).
23050         * replace.el (occur-1): When no matches are found, do not set the
23051         `buffer-read-only' and modified flags for the occur buffer,
23052         because it is deleted.
23054         * emulation/cua-base.el (cua-check-pending-input)
23055         (cua-repeat-replace-region, cua-mode, cua-debug)
23056         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
23057         Fix typos in docstrings.
23059         * emulation/cua-gmrk.el (cua-toggle-global-mark)
23060         (cua-cut-region-to-global-mark)
23061         (cua--cut-rectangle-to-global-mark):
23062         Remove period from end of messages.
23064         * emulation/cua-rect.el (cua-do-rectangle-padding):
23065         Remove period from end of messages.
23066         (cua--rectangle-seq-format): Fix typo in docstring.
23067         (cua-sequence-rectangle, cua-fill-char-rectangle):
23068         Improve argument/docstring consistency.
23070 2005-06-29  Juri Linkov  <juri@jurta.org>
23072         * faces.el (default-frame-background-mode): New internal variable.
23073         (frame-set-background-mode): Use it.
23075         * startup.el (normal-top-level): Set default-frame-background-mode
23076         instead of frame-background-mode.  Before setting it, test for its
23077         nil value.  Remove tests for frame-background-mode and frame
23078         parameter `reverse'.  Add test for "unspecified-fg".
23080         * term/xterm.el (xterm-rxvt-set-background-mode):
23081         * term/rxvt.el (rxvt-set-background-mode):
23082         Set default-frame-background-mode instead of frame-background-mode.
23084 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
23086         * simple.el (set-variable): Warn about obsolete user variables.
23088         * imenu.el (imenu--completion-buffer):
23089         * mouse.el (mouse-buffer-menu-alist):
23090         * msb.el (msb-invisible-buffer-p):
23091         * calendar/diary-lib.el (diary-header-line-format):
23092         * emacs-lisp/pp.el (pp-buffer):
23093         * progmodes/cperl-mode.el (cperl-do-auto-fill):
23094         * textmodes/picture.el (picture-replace-match):
23095         Change space constants followed by a sexp to "?\s ".
23097         * play/decipher.el (decipher-loop-with-breaks):
23098         * textmodes/texinfo.el (texinfo-insert-@item): Change space
23099         constants "protected" from end of line by a comment to "?\s".
23101 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23103         * font-lock.el (save-buffer-state): Use `declare'.
23105         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
23106         reset the syntax-table to cperl-mode-syntax-table.
23107         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
23108         "foo_print_bar" is not matched as a reserved keyword.
23110 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
23112         * textmodes/org.el (orgtbl-setup): New function, for delayed
23113         setup for the orgtbl commands.
23114         (org-calc-default-modes): New option.
23115         (orgtbl-make-binding): Use `defun' to get better help display.
23116         (org-diary): Call `org-compile-prefix-format'.
23117         (org-table-formula-substitute-names): New function.
23118         (org-agenda-day-view, org-agenda-week-view): New commands.
23119         (org-agenda-toggle-week-view): Command removed.
23120         (org-tbl-menu): Split off from org-org-menu.
23121         (org-mode): Move removal of outline-mode menus to here.
23122         (org-table-formula-debug): New option.
23123         (org-table-insert-row): Keep first field if just "#" or "*".
23124         (org-mode): Paragraph regexps fixed.
23125         (org-table-recalculate-regexp): New constant.
23126         (org-table-justify-field-maybe): Avoid replace if not necessary.
23127         (org-copy-special, org-cut-special): Use `call-interactively'.
23128         (org-table-copy-region): Take region from `interactive' call.
23129         (org-trim): Return string even if no match.
23130         (org-formula): New face.
23131         (org-set-font-lock-defaults): No longer highlight "FIXME".
23132         But highlight formula-related fields in table.
23133         (org-table-p): Use regexp, not fontification.
23134         (org-table-align): Handle white space at end of line.
23135         (org-table-formula-evaluate-inline): New option.
23136         (org-mode): Auto-wrapping in comment lines turned off.
23137         (org-table-copy-down): Evaluate only in copied field, not in
23138         destination.
23139         (org-table-current-formula): Variable removed.
23140         (org-table-store-formulas, org-table-get-stored-formulas)
23141         (org-table-modify-formulas, org-table-replace-in-formulas)
23142         (org-table-maybe-eval-formula): New functions.
23143         (org-table-get-formula): Modify to use stored formulas.
23144         (org-table-insert-column, org-table-delete-column)
23145         (org-table-move-column): Call `org-table-modify-formulas'.
23146         (org-complete): Add completion for keyword formulas.
23147         (orgtbl-mode): Pull orgtbl-mode-map to start of
23148         minor-mode-map-alist.
23150 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23152         * progmodes/python.el (python-check): Require `compile' before
23153         modifying its variables.
23155         * newcomment.el (comment-indent-default): Don't get fooled by an early
23156         end of buffer.
23158 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23160         * ps-print.el (ps-print-version): Fix version number.
23162 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
23164         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
23166 2005-06-28  Richard M. Stallman  <rms@gnu.org>
23168         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
23169         (flyspell-local-mouse-map): Declaration deleted.
23170         (flyspell-mouse-map): Bind only mouse-2.
23171         (flyspell-mode-map): Don't test flyspell-use-local-map.
23172         (flyspell-overlay-keymap-property-name): Var deleted.
23173         (flyspell-mode-on): Don't make local bindings for
23174         flyspell-mouse-map and flyspell-mode-map.
23175         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
23177         * textmodes/ispell.el (ispell-word): Do not ignore short words.
23179         * progmodes/compile.el (compilation-next-error-function):
23180         Don't switch buffers; operate on the current buffer.
23182         * progmodes/compile.el (compilation-error-file-name)
23183         (compilation-warning-file-name, compilation-info-file-name)
23184         (compilation-line-number, compilation-column-number): New faces.
23185         (compilation-error-face, compilation-warning-face)
23186         (compilation-info-face, compilation-line-face)
23187         (compilation-column-face): Use them.
23189         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
23191         * comint.el (comint-password-prompt-regexp): Accept ", try again".
23193         * bindings.el (global-map): Bind insertchar and its variants.
23195 2005-06-27  Richard M. Stallman  <rms@gnu.org>
23197         * textmodes/artist.el (artist-text-overwrite)
23198         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
23200 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23202         * ps-print.el: It was not working the page selection for printing.
23203         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
23204         (ps-print-version): New version 6.6.7.
23205         (ps-end-sheet): New fun.
23206         (ps-header-sheet, ps-end-job): Call it.
23208 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
23210         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
23212 2005-06-27  Lute Kamstra  <lute@gnu.org>
23214         * facemenu.el (facemenu-unlisted-faces): Add foreground and
23215         background color faces.
23216         (facemenu-get-face): Delete function.
23217         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
23218         (facemenu-add-new-color): Make second argument mandatory.
23219         Create the appropriate face and return it.  Simplify.
23220         (facemenu-set-foreground, facemenu-set-background): Don't check if
23221         color is defined.  Use return value of facemenu-add-new-color.
23223 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
23225         * progmodes/gud.el (gud-filter): Add missing argument to
23226         with-selected-window.
23228 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23230         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
23231         a :require to the defcustom.
23233         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
23234         defcustoms corresponding to minor modes.
23236 2005-06-26  David Ponce  <david@dponce.com>
23238         * recentf.el: Require tree-widget instead of wid-edit.
23239         (recentf-filename-handler): Fix widget :type.
23240         (recentf-cancel-dialog, recentf-open-more-files)
23241         (recentf-open-files-action): Doc fix.
23242         (recentf-dialog-goto-first): New function.
23243         (recentf-dialog-mode-map): Set parent keymap first.
23244         (recentf-dialog-mode): Define with define-derived-mode.
23245         Don't display continuation lines in dialogs.
23246         (recentf-edit-list): Rename from recentf-edit-selected-items.
23247         (recentf-edit-list-select): Rename from recentf-edit-list-action.
23248         Simplify.
23249         (recentf-edit-list-validate): New function.
23250         (recentf-edit-list): Update accordingly.
23251         (recentf-open-files-item-shift): Remove.
23252         (recentf-open-files-item): Convert menu elements into tree and
23253         link widgets.  Don't create the widgets.
23254         (recentf-open-files): Update accordingly.
23255         (recentf-save-list): Untabify.
23257 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
23259         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
23260         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
23261         partially contained in the active region.  Do not take active
23262         region into account when called from Lisp, unless INTERACTIVE arg
23263         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
23264         avoid trouble with fields.  Make marker point nowhere when no
23265         longer used.  Always return nil.  Doc fix.
23266         (flush-lines): Add INTERACTIVE arg.  Do not take active region
23267         into account when called from Lisp, unless INTERACTIVE arg is
23268         non-nil.  Use `forward-line' instead of `beginning-of-line' to
23269         avoid trouble with fields.  Make marker point nowhere when no
23270         longer used.  Always return nil.  Doc fix.
23271         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
23272         interchangeable.  Do not take active region into account when
23273         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
23274         message in echo area when called from Lisp, unless INTERACTIVE arg
23275         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
23276         Return the number of matches.  Doc fix.
23277         (occur): Doc fix.
23278         (perform-replace): Make comment follow double space convention for
23279         the sake of `outline-minor-mode'.
23281         * faces.el (facep): Doc fix.
23283 2005-06-25  Richard M. Stallman  <rms@gnu.org>
23285         * facemenu.el (facemenu-enable-faces-p): New function.
23286         (facemenu-background-menu, facemenu-foreground-menu)
23287         (facemenu-face-menu): Add menu-enable property.
23289         * jka-compr.el (jka-compr-insert-file-contents):
23290         Special handling if cannot find the uncompression program.
23292         * cus-face.el (custom-face-attributes): Add autoload.
23294         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23295         Bind comment-indent-function locally.
23297         * window.el (save-selected-window): Use save-current-buffer.
23299         * subr.el (with-selected-window): Use save-current-buffer.
23301         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
23302         and with-current-buffer.
23304 2005-06-24  Richard M. Stallman  <rms@gnu.org>
23306         * simple.el (line-move-1): Fix previous change.
23308 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23310         * replace.el (occur-1): Set `buffer-read-only' and the
23311         buffer-modified flag before running `occur-hook' to protect
23312         against unintentional buffer switches that can lead to data loss.
23314 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
23316         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
23317         (gud-gdb-marker-filter): Use font-lock-warning-face for any
23318         initial error.
23320         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
23321         after fresh input.
23322         (gdb-var-create-handler): Put name of expression in quotes.
23324 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
23326         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
23327         elements of RING in order, and without bogus nil elements.
23329 2005-06-23  Richard M. Stallman  <rms@gnu.org>
23331         * simple.el (set-variable): Args renamed; doc fix.
23332         (line-move-1): When there are overlays around, use vertical-motion.
23334         * faces.el (escape-glyph): Use brown against light background.
23335         (nobreak-space): Rename from no-break-space.
23336         Fix previous change.
23338         * dired-aux.el (dired-do-copy): Fix arg prompt.
23340         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
23342 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
23344         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
23345         rather than "Distributor".
23347 2005-06-23  Lute Kamstra  <lute@gnu.org>
23349         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
23350         (debug-on-entry): Use it.  New interactive declaration that uses
23351         function-called-at-point.
23353 2005-06-23  Kim F. Storm  <storm@cua.dk>
23355         * subr.el (save-match-data): Add comment about using evaporate arg
23356         to set-match-data.
23358 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
23360         * cus-edit.el (customize-face)
23361         (customize-face-other-window): Handle face aliases.
23363         * faces.el (face-documentation, set-face-attribute)
23364         (face-spec-set): Handle face aliases.
23366 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
23368         * help-mode.el (help-make-xrefs): If a symbol representing a face
23369         name is not followed by the word "face", it could still be a
23370         function or variable name, so don't bypass other checks.
23372 2005-06-22  Juri Linkov  <juri@jurta.org>
23374         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
23375         Replace aliased functions with calls where second arg `inherit' is t.
23377 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
23379         * progmodes/gdb-ui.el (gdb-error): New variable.
23380         (gdb-error): New function.
23381         (gdb-annotation-rules): Act on error-begin and error annotations.
23382         (gdb-concat-output): Use font-lock-warning-face for errors.
23384 2005-06-22  Miles Bader  <miles@gnu.org>
23386         * bindings.el (propertized-buffer-identification): Use renamed
23387         `Buffer-menu-buffer' face.
23389         * faces.el (vertical-border): Rename from `vertical-divider'.
23390         (escape-glyph): Change dark-background color back to `cyan'.
23392 2005-06-21  Juri Linkov  <juri@jurta.org>
23394         * faces.el (face-user-default-spec): Try getting `customized-face'
23395         prior to `saved-face'.
23396         (frame-background-mode): Refill docstring.
23398         * emacs-lisp/lisp-mode.el (eval-defun-1):
23399         * emacs-lisp/edebug.el (edebug-eval-defun):
23400         Set `saved-face' temporarily to nil before calling form.
23401         Set `customized-face' to the new spec after that.
23403 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23405         * subr.el (1value, lambda, key-substitution-in-progress):
23406         Doc fixes.
23408         * autoinsert.el (auto-insert-alist):
23409         * ses.el (ses-call-printer):
23410         * subr.el (noreturn):
23411         * emacs-lisp/lisp.el (check-parens):
23412         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
23413         * net/browse-url.el (browse-url-mosaic):
23414         * progmodes/cc-defs.el (c-safe-scan-lists):
23415         * progmodes/ebnf-abn.el (ebnf-abn-lex):
23416         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
23417         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
23418         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
23419         * progmodes/ebnf-iso.el (ebnf-iso-lex):
23420         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
23422 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
23424         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
23426 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
23428         * calendar/appt.el (appt-make-list): Activate the package, if
23429         not already active (for backwards compatibility).
23431 2005-06-20  Kim F. Storm  <storm@cua.dk>
23433         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
23435 2005-06-20  Miles Bader  <miles@gnu.org>
23437         * faces.el (vertical-divider): New face.
23439 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
23441         * simple.el (kill-whole-line): Doc fix.
23442         (next-error-buffer-p, next-error-find-buffer)
23443         (clone-indirect-buffer): Fix typos in docstrings.
23444         (comment-line-break-function): Doc fix: don't say variable
23445         is automatically buffer-local (it isn't).
23447 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
23449         * net/tramp-ftp.el (top):
23450         * net/tramp-smb.el (top):
23451         * net/tramp-util.el (top):
23452         * net/tramp-uu.el (top):
23453         * net/tramp-vc.el (top):
23454         * net/tramp.el (top): Revert copyright years back to original
23455         ones.  Tramp has a life outside GNU Emacs.
23457 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
23459         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
23461 2005-06-18  Juri Linkov  <juri@jurta.org>
23463         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
23464         end of first regexp to limit the match to the position between
23465         line number and source line with same separator character as used
23466         between file name and line number.  In the second regexp limit
23467         mouse-face area to file name and line number by adding new group
23468         for them and referring it in HYPERLINK arg.
23469         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
23470         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
23471         previous line where grep markers may be already removed.
23473 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
23475         * progmodes/ps-mode.el: Update version and maintainer's email address.
23477 2005-06-18  Steve Youngs  <steve@xemacs.org>
23479         * net/browse-url.el (browse-url-browser-function)
23480         (browse-url-default-browser): Add firefox.
23481         (browse-url-firefox-program, browse-url-firefox-arguments)
23482         (browse-url-firefox-startup-arguments)
23483         (browse-url-firefox-new-window-is-tab): New defcustoms.
23484         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
23486 2005-06-17  Richard M. Stallman  <rms@gnu.org>
23488         * startup.el (command-line): Warn if specified user name has
23489         no home directory.
23491         * term.el (term-get-old-input, term-input-filter, term-input-sender)
23492         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
23494         * longlines.el (longlines-mode, longlines-show-hard-newlines):
23495         Doc fixes.
23497         * faces.el (underline): Try bold if terminal doesn't support underline.
23499         * mail/sendmail.el (mail-setup-with-from): New variable.
23500         (mail-insert-from-field): New function.
23501         (sendmail-send-it): Call it.
23502         (mail-setup): Optionally call it here.
23504         * term/linux.el: Call tty-no-underline.
23506 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
23508         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
23510 2005-06-17  Miles Bader  <miles@gnu.org>
23512         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
23513         (ediff-current-diff-C, ediff-current-diff-Ancestor)
23514         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
23515         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
23516         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
23517         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
23518         Remove "-face" suffix from face names.
23519         (ediff-current-diff-face-A, ediff-current-diff-face-B)
23520         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
23521         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
23522         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
23523         (ediff-even-diff-face-A, ediff-even-diff-face-B)
23524         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
23525         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
23526         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
23527         New backward-compatibility aliases for renamed faces.
23528         (ediff-current-diff-face-A, ediff-current-diff-face-B)
23529         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
23530         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
23531         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
23532         (ediff-even-diff-face-A, ediff-even-diff-face-B)
23533         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
23534         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
23535         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
23536         Use renamed ediff faces.
23538         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
23539         Remove "-face" suffix from face names.
23540         (eshell-test-ok-face, eshell-test-failed-face):
23541         New backward-compatibility aliases for renamed faces.
23542         (eshell-run-test): Use renamed eshell-test faces.
23544         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
23545         face name.
23546         (eshell-prompt-face): New backward-compatibility alias for renamed
23547         face.
23548         (eshell-emit-prompt): Use renamed eshell-prompt face.
23550         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
23551         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
23552         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
23553         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
23554         Remove "-face" suffix from face names.
23555         (eshell-ls-directory-face, eshell-ls-symlink-face)
23556         (eshell-ls-executable-face, eshell-ls-readonly-face)
23557         (eshell-ls-unreadable-face, eshell-ls-special-face)
23558         (eshell-ls-missing-face, eshell-ls-archive-face)
23559         (eshell-ls-backup-face, eshell-ls-product-face)
23560         (eshell-ls-clutter-face):
23561         New backward-compatibility aliases for renamed faces.
23562         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
23564         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
23565         Remove "-face" suffix from face name.
23566         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
23567         instead of literal face.
23569 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
23571         * emacs-lisp/warnings.el (display-warning, lwarn)
23572         (warning-minimum-log-level): Doc fixes.
23573         (warning-minimum-level, warning-minimum-log-level):
23574         Add :debug to :type choices.
23576         * progmodes/ada-mode.el (ada-format-paramlist)
23577         (ada-get-indent-case, ada-check-matching-start)
23578         (ada-check-defun-name, ada-goto-matching-decl-start)
23579         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
23580         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
23581         (ada-make-subprogram-body): Follow error conventions.
23582         (ada-case-exception-file, ada-indent-comment-as-code)
23583         (ada-indent-handle-comment-special, ada-indent-renames)
23584         (ada-indent-return, ada-search-directories-internal)
23585         (ada-tab-policy, ada-case-exception-substring)
23586         (ada-other-file-alist, ada-matching-start-re)
23587         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
23588         (ada-imenu-generic-expression, ada-compile-goto-error)
23589         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
23590         (ada-popup-menu, ada-add-extensions, ada-mode)
23591         (ada-region-selected, ada-create-case-exception)
23592         (ada-create-case-exception-substring, ada-after-keyword-p)
23593         (ada-activate-keys-for-case, ada-adjust-case-region)
23594         (ada-adjust-case-buffer, ada-format-paramlist)
23595         (ada-scan-paramlist, ada-insert-paramlist)
23596         (ada-indent-newline-indent)
23597         (ada-indent-newline-indent-conditional)
23598         (ada-justified-indent-current, ada-goto-previous-word)
23599         (ada-indent-current, ada-get-indent-open-paren)
23600         (ada-get-indent-paramlist, ada-get-indent-end)
23601         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
23602         (ada-get-indent-block-start, ada-get-indent-subprog)
23603         (ada-get-indent-noindent, ada-get-indent-label)
23604         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
23605         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
23606         (ada-goto-stmt-end, ada-goto-next-word)
23607         (ada-check-matching-start, ada-check-defun-name)
23608         (ada-goto-matching-decl-start, ada-goto-matching-start)
23609         (ada-goto-matching-end, ada-search-ignore-string-comment)
23610         (ada-in-decl-p, ada-looking-at-semi-or)
23611         (ada-looking-at-semi-private, ada-in-paramlist-p)
23612         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
23613         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
23614         (ada-next-procedure, ada-previous-procedure, ada-next-package)
23615         (ada-previous-package, ada-create-menu)
23616         (ada-fill-comment-paragraph-justify)
23617         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
23618         (ada-other-file-name, ada-last-which-function-line)
23619         (ada-last-which-function-subprog, ada-which-function)
23620         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
23621         (ada-gen-treat-proc, ada-check-emacs-version)
23622         (ada-continuation-indent, ada-align-region-separate):
23623         Fix typos in docstrings.
23624         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
23626 2005-06-16  Lute Kamstra  <lute@gnu.org>
23628         * simple.el (fundamental-mode): Run after-change-major-mode-hook
23629         conditionally.
23631 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23633         * comint.el (comint-replace-by-expanded-filename)
23634         (comint-prompt-regexp, comint-delimiter-argument-list)
23635         (comint-preinput-scroll-to-bottom):
23636         * info.el (Info-hide-cookies-node):
23637         * ls-lisp.el (ls-lisp-classify):
23638         * find-file.el (ff-search-directories, ff-special-constructs)
23639         (ff-find-other-file):
23640         * font-lock.el (font-lock-keywords):
23641         * shell.el (shell-prompt-pattern)
23642         (shell-dynamic-complete-functions, shell-mode)
23643         (shell-delimiter-argument-list):
23644         * term.el (term-replace-by-expanded-filename)
23645         (term-prompt-regexp, term-delimiter-argument-list):
23646         * woman.el (woman-ignore, woman0-if):
23647         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
23648         * emacs-lisp/elint.el (elint-init-env):
23649         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
23650         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
23651         * language/ethio-util.el (ethio-tilde-escape)
23652         (ethio-use-three-dot-question):
23653         * net/zone-mode.el (zone-mode-load-time-setup):
23654         * progmodes/cc-align.el (c-lineup-argcont):
23655         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
23656         * progmodes/cperl-mode.el (cperl-set-style-back):
23657         * progmodes/inf-lisp.el (inferior-lisp-prompt):
23658         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
23659         Fix spellings in docstrings.
23661         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
23662         * progmodes/modula2.el (m2-for): Fix spellings.
23664         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
23666         * simple.el (undo-more): Don't use `format' on `error' arguments.
23667         Improve argument/docstring consistency.
23668         (pending-undo-list): Doc fix.
23670         * smerge-mode.el (smerge-ensure-match):
23671         * emulation/vip.el (vip-ex):
23672         * net/zone-mode.el (zone-mode-update-serial):
23673         * progmodes/idlwave.el (idlwave-complete):
23674         * progmodes/vhdl-mode.el (vhdl-visit-file)
23675         (vhdl-compose-wire-components):
23676         Don't use `format' on `error' arguments.
23678         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
23679         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
23680         (tooltip-help-tips): Fix typos in docstrings.
23682 2005-06-16  David Ponce  <david@dponce.com>
23684         * tree-widget.el (tree-widget-value-create): Simplify last change.
23686 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
23688         * ido.el (ido-incomplete-regexp): New variable.
23689         (ido-set-matches-1): Handle invalid-regexp error and set
23690         ido-incomplete-regexp.
23691         (ido-incomplete-regexp): New face.
23692         (ido-completions): Use it.
23693         (ido-complete, ido-exit-minibuffer, ido-completions):
23694         Handle incomplete regexps.
23695         (ido-completions): Add check for complete match when entering a regexp.
23697 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23699         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
23701 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23703         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
23704         by field delimiters.
23706 2005-06-15  David Ponce  <david@dponce.com>
23708         * tree-widget.el: eval-and-compile inlined functions so they will
23709         be available at run-time too.
23710         (tree-widget-super-format-handler)
23711         (tree-widget-format-handler): Remove.
23712         (tree-widget-value-create): Handle the :indent property.
23714 2005-06-15  Miles Bader  <miles@gnu.org>
23716         * progmodes/which-func.el (which-func): Only inherit
23717         `font-lock-function-name-face' when that makes sense against the
23718         default mode-line face, otherwise set the face color explicitly.
23720         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
23721         faces instead of (non-existent) variables.
23723 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23725         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
23726         (iswitchb-get-matched-buffers): Likewise.  Simplify.
23728 2005-06-14  Miles Bader  <miles@gnu.org>
23730         * progmodes/ld-script.el (ld-script-location-counter):
23731         Remove "-face" suffix from face name.
23732         (ld-script-location-counter-face):
23733         New backward-compatibility alias for renamed face.
23734         (ld-script-location-counter-face): Use renamed face.
23736         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
23737         (cperl-hash): Remove "-face" suffix from face names.
23738         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
23739         New backward-compatibility aliases for renamed faces.
23740         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
23741         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
23743         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
23744         name.
23745         (which-func-face): New backward-compatibility alias for renamed face.
23746         (which-func-format): Use renamed which-func face.
23748         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
23749         (vhdl-function, vhdl-directive, vhdl-reserved-word)
23750         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
23751         names.
23752         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
23753         (vhdl-speedbar-configuration, vhdl-speedbar-package)
23754         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
23755         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
23756         (vhdl-speedbar-architecture-selected)
23757         (vhdl-speedbar-configuration-selected)
23758         (vhdl-speedbar-package-selected)
23759         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
23760         names.
23761         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
23762         Use renamed faces.
23763         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
23764         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
23765         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
23766         Use renamed faces.
23767         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
23768         names.
23769         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
23770         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
23771         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
23772         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
23773         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
23774         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
23776         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
23777         face name.
23778         (sh-heredoc-face): New backward-compatibility alias for renamed face.
23779         (sh-heredoc-face): Use renamed sh-heredoc face.
23781         * progmodes/idlw-help.el (idlwave-help-link):
23782         Remove "-face" suffix from face name.
23783         (idlwave-help-link-face):
23784         New backward-compatibility alias for renamed face.
23785         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
23787         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
23788         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
23789         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
23790         New backward-compatibility aliases for renamed faces.
23791         (idlwave-shell-disabled-breakpoint-face)
23792         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
23794         * progmodes/flymake.el (flymake-errline, flymake-warnline):
23795         Remove "-face" suffix from face names.
23796         (flymake-errline-face, flymake-warnline-face):
23797         New backward-compatibility aliases for renamed faces.
23798         (flymake-highlight-line): Use renamed flymake faces.
23800         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
23801         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
23802         (ebrowse-member-class, ebrowse-progress):
23803         Remove "-face" suffix from face names.
23804         (ebrowse-tree-mark-face, ebrowse-root-class-face)
23805         (ebrowse-file-name-face, ebrowse-default-face)
23806         (ebrowse-member-attribute-face, ebrowse-member-class-face)
23807         (ebrowse-progress-face):
23808         New backward-compatibility aliases for renamed faces.
23809         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
23810         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
23811         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
23812         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
23814         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
23815         antlr-syntax)
23816         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
23817         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
23818         names.
23819         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
23820         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
23821         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
23822         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
23823         backward-compatibility aliases for renamed faces.
23824         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
23825         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
23826         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
23827         remove "font-lock-".  Use renamed antlr-mode faces.
23828         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
23829         literal face-names with face variable references.
23831         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
23832         face name.
23833         (Buffer-menu-buffer-face): New backward-compatibility alias for
23834         renamed face.
23835         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
23837 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
23839         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
23840         Eliminate "-face" suffix.
23841         (makefile-targets): Inherit from font-lock-function-name-face and
23842         eliminate "-face" suffix.
23843         (makefile-shell): Remove attributes and eliminate "-face" suffix.
23844         (makefile-*-font-lock-keywords): Append makefile-targets in rule
23845         actions, instead of prepending, to make it less visible.
23846         (makefile-previous-dependency, makefile-match-dependency):
23847         Don't match a target on a continuation line.
23849         * files.el (auto-mode-alist): Put Makefile in gmake mode.
23851 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
23853         * progmodes/gdb-ui.el (menu): Re-order menu items.
23854         (gdb-tooltip-print): Respect tooltip-use-echo-area.
23856         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
23857         Define in tooltip.el.
23858         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
23859         (gud-tooltip-tips): Respect tooltip-use-echo-area and
23860         gud-tooltip-echo-area.
23862         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
23863         backward compatibility and make obsolete.
23864         (tooltip-help-tips): Use tooltip-use-echo-area.
23865         (tooltip-show-help-function): Rename to...
23866         (tooltip-show-help): ...this, because it is a function.
23867         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
23869 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
23871         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
23872         (edebug-print-length, edebug-print-level, edebug-print-circle)
23873         (edebug-modify-breakpoint, edebug-eval-last-sexp)
23874         (edebug-eval-print-last-sexp): Doc fixes.
23876 2005-06-14  Kim F. Storm  <storm@cua.dk>
23878         * ido.el (ido-mode): Make a new keymap every time we enable ido,
23879         as the coverage buffer/file/both may change.
23881 2005-06-14  Lute Kamstra  <lute@gnu.org>
23883         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
23884         and run-mode-hooks.  Simplify.
23886         * mail/rmailedit.el (rmail-edit-mode):
23887         * progmodes/octave-inf.el (inferior-octave-mode):
23888         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
23890         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
23891         and run-mode-hooks.
23892         (recentf-edit-list, recentf-open-files): Don't call
23893         kill-all-local-variables directly.
23895         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
23897 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23899         * emacs-lisp/byte-run.el (make-obsolete)
23900         (define-obsolete-function-alias): Rename arguments FUNCTION and
23901         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
23902         (make-obsolete-variable, define-obsolete-variable-alias):
23903         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
23904         respectively.
23906         * isearchb.el (isearchb-activate):
23907         * pcvs.el (cvs-mode):
23908         * ses.el (ses-load):
23909         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
23910         * net/tramp.el (tramp-find-file-exists-command)
23911         (tramp-find-shell):
23912         * progmodes/ada-mode.el (ada-create-case-exception)
23913         (ada-create-case-exception-substring, ada-make-subprogram-body):
23914         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
23915         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
23916         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
23917         * textmodes/org.el (org-promote, org-evaluate-time-range)
23918         (org-agenda-next-date-line, org-agenda-previous-date-line)
23919         (org-agenda-error, org-open-at-point, org-table-move-row)
23920         (org-format-table-table-html-using-table-generate-source)
23921         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
23922         * textmodes/reftex.el (reftex-access-scan-info):
23923         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
23924         (reftex-toc-promote-prepare): Follow error conventions.
23926         * diff-mode.el (diff-mode): Fix typo in docstring.
23928         * forms.el (forms--intuit-from-file): Fix reference to
23929         `forms-number-of-fields' in error message.
23930         (forms-print): Fix quoting in error message.
23932         * forms.el (forms-mode):
23933         * emulation/vi.el (vi-goto-insert-state):
23934         * progmodes/flymake.el (flymake-new-err-info)
23935         (flymake-start-syntax-check-for-current-buffer)
23936         (flymake-simple-cleanup):
23937         * eshell/esh-var.el (eshell/export):
23938         * progmodes/gud.el (xdb):
23939         * textmodes/flyspell.el (flyspell-incorrect-hook)
23940         (flyspell-maybe-correct-transposition)
23941         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
23943 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
23945         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
23946         minibuffer prompt.
23948 2005-06-13  Kim F. Storm  <storm@cua.dk>
23950         * subr.el (add-to-ordered-list): New defun.
23952         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
23953         add cua--keymap-alist to emulation-mode-map-alists.
23955 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23957         * subr.el (complete-in-turn): New macro.
23958         (dynamic-completion-table, lazy-completion-table): Add debug info.
23960         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
23961         in preference to face aliases.
23963         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
23964         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
23965         Remove unused vars `start' and `firstline'.
23966         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
23967         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
23969 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
23971         * cus-start.el (all): Don't complain about missing GTK-related
23972         variables, unless either `gtk' is boundp or this isn't a
23973         `windows-nt' build.
23975 2005-06-13  Lute Kamstra  <lute@gnu.org>
23977         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
23978         run-mode-hooks.
23980         * ediff-mult.el (ediff-meta-mode):
23981         * ediff-util.el (ediff-mode): Use run-mode-hooks.
23983         * ledit.el (ledit-mode): Use delay-mode-hooks.
23985         * woman.el (woman-mode-line-format): Delete constant.
23986         (woman-mode-map): Initialize it properly.
23987         (woman-mode): Set mode-class property to special.
23988         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
23989         Set major-mode and mode-name.  Don't set mode-line-format directly.
23990         (Man-getpage-in-background): Don't reference woman-mode-line-format.
23992         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
23993         string argument obsolete.
23995 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
23997         * textmodes/org.el (org-CUA-compatible): New option.
23998         (org-disputed-keys): New variable.
23999         (org-key): New function.
24000         (orgtbl-make-binding): Add docstring to the created function.
24001         (org-mode): Set paragraph start/separate regexps.
24002         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
24003         (org-archive-location, org-archive-mark-done)
24004         (org-archive-stamp-time): New options.
24005         (org-archive-subtree): New command.
24006         (org-fill-paragraph): New function.
24007         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
24008         (org-fake-empty-table-line): Function removed.
24009         (org-format-org-table-html): Do not create empty table lines at
24010         separator lines.  Improved table header treatment.
24011         (org-link-format): New option.
24012         (org-make-link): New function.
24013         (org-insert-link, org-store-link): Use org-make-link.
24014         (org-open-file): Quote file name for shell command, to allow
24015         spaces in file names.
24016         (org-link-regexp): Fix bug with mailto link.
24017         (org-link-maybe-angles-regexp, org-protected-link-regexp):
24018         New constants.
24019         (org-export-as-html): Deal with the optional angles around a link.
24020         Better treatment of file: links.
24021         (org-open-at-point): Replace @{ and @} with < and >.
24022         (org-run-mode-hooks): Function removed.
24023         (org-agenda-mode): No longer use `org-run-mode-hooks'.
24025 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
24027         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
24028         MI command -data-list-register-values.
24029         (gdb-post-prompt): Indent properly.
24031 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
24033         * hilit-chg.el (highlight-changes-colors): Rename from
24034         `highlight-changes-colours'.
24035         (highlight-changes-colours): Keep as obsolete alias.
24036         (highlight-changes-face-list): Doc fix.
24037         (hilit-chg-make-list): Use `highlight-changes-colors'.
24039 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
24041         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
24042         defun-prompt-regexp.
24044 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
24046         * loadup.el: Don't say we are dumping under 2 names on windows-nt
24047         and cygwin.
24049         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
24050         Don't use an old loaddefs.el, as in Makefile.in.
24052 2005-06-12  Lute Kamstra  <lute@gnu.org>
24054         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
24056         * man.el (Man-mode-map): Initialize it properly.
24057         (Man-mode): Set mode-class property to special.
24059         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
24061 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
24063         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
24064         A newline is needed in the docstring there.
24066         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
24067         Doc fixes.
24069 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24071         * printing.el: Doc fix.  The menubar is no more changed when printing
24072         is loaded, it only changes when pr-menu-bind or pr-update-menus is
24073         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
24074         (pr-version): New version number (6.8.4).
24075         (pr-menu-bind): New command.
24076         (pr-update-menus): Docstring and code fix.
24077         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
24078         Docstring fix.
24079         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
24080         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
24082 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
24084         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
24085         "Returns" to "return", document useful return values, etc.
24087 2005-06-11  Alan Mackenzie  <acm@muc.de>
24089         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
24090         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
24091         (adaptive-file-function): Minor amendment to doc-string.
24093 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24095         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
24096         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
24097         Fix :type--it is `integer', not `string'.
24099         * faces.el (modeline-highlight): Rename from (the erroneous)
24100         `modeline-higilight'.
24102 2005-06-11  Lute Kamstra  <lute@gnu.org>
24104         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
24105         lisp-interaction-mode-map but make it the parent.
24106         (edebug-eval-mode): Use define-derived-mode.
24108 2005-06-11  Andreas Schwab  <schwab@suse.de>
24110         * bindings.el: Add binding of `ESC functionkey' for every
24111         `M-functionkey'.
24112         * hexl.el (hexl-mode-map): Likewise.
24114 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
24116         * progmodes/compile.el (compilation-error-regexp-alist-alist)
24117         [msft]: update regexp for newer msft compilers.
24119 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
24121         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
24122         ATTLIST portions of included DTDs.
24123         (xml-parse-dtd): Eliminate use of inefficient match-data.
24125 2005-06-10  Miles Bader  <miles@gnu.org>
24127         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
24128         (mpuz-text): Remove "-face" suffix from face names.
24129         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
24130         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
24131         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
24133         * play/gomoku.el (gomoku-O, gomoku-X):
24134         Remove "-face" suffix from face names.
24135         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
24136         New backward-compatibility aliases for renamed faces.
24137         (gomoku-font-lock-keywords): Use renamed gomoku faces.
24139 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
24141         * thumbs.el: Fixes for changes of 2005-06-09.
24142         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
24143         as a directory.
24144         (thumbs-thumbname): Remove directory separator from format string;
24145         `thumbs-thumbsdir' now returns a valid directory name.
24146         (thumbs-temp-dir): New defsubst.
24147         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
24148         Use it.
24150         * cus-edit.el (minibuffer):
24151         * files.el (make-backup-file-name-function):
24152         * filesets.el (filesets-external-viewers):
24153         * hilit-chg.el (highlight-changes-colours)
24154         (highlight-changes-face-list, highlight-changes-rotate-faces):
24155         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
24156         * kmacro.el (kmacro-call-macro):
24157         * log-edit.el (log-edit-changelog-full-paragraphs):
24158         * mouse.el (mouse-1-click-follows-link):
24159         * skeleton.el (skeleton-autowrap):
24160         * subr.el (insert-for-yank-1):
24161         * tempo.el (tempo-insert-region):
24162         * terminal.el (terminal-emulator):
24163         * time.el (display-time-mail-face):
24164         * vc.el (vc-annotate):
24165         * vcursor.el (vcursor-copy-line):
24166         * woman.el (woman-bold-headings, woman-ignore)
24167         (woman-default-faces, woman-monochrome-faces):
24168         * calendar/todo-mode.el (todo-insert-threshold):
24169         * emulation/pc-select.el (pc-select-selection-keys-only)
24170         (pc-selection-mode):
24171         * emulation/vip.el (vip-find-char-forward):
24172         * emulation/viper-cmd.el (viper-find-char-forward):
24173         * international/mule-cmds.el
24174         (select-safe-coding-system-accept-default-p)
24175         (input-method-exit-on-invalid-key):
24176         * international/mule-diag.el (describe-coding-system):
24177         * international/ucs-tables.el (unify-8859-on-encoding-mode):
24178         * net/browse-url.el (browse-url-xterm-program):
24179         * obsolete/lazy-lock.el (lazy-lock-mode):
24180         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
24181         (cperl-mode):
24182         * progmodes/cpp.el (cpp-face-light-name-list)
24183         (cpp-face-dark-name-list):
24184         * progmodes/delphi.el (delphi-newline-always-indents):
24185         Fix spellings in docstrings.
24187         * ido.el (ido-mode, ido-file-extensions-order)
24188         (ido-default-file-method, ido-default-buffer-method)
24189         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
24190         (ido-decorations, ido-read-file-name-as-directory-commands)
24191         (ido-read-file-name-non-ido, ido-work-directory-list)
24192         (ido-ignore-item-temp-list, ido-current-directory)
24193         (ido-magic-forward-char, ido-enter-find-file)
24194         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
24195         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
24197 2005-06-10  Lute Kamstra  <lute@gnu.org>
24199         * play/dunnet.el (dun-mode): Use define-derived-mode.
24200         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
24201         obsolete alias.
24203         * play/doctor.el (doctor-mode-map): Remove defvar.
24204         (doctor-mode): Use define-derived-mode.
24206         * mail/mspools.el (mspools-mode):
24207         * net/eudc-hotlist.el (eudc-hotlist-mode):
24208         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
24210 2005-06-10  Miles Bader  <miles@gnu.org>
24212         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
24213         Remove "-face" suffix from face names.
24214         (flyspell-incorrect-face, flyspell-duplicate-face):
24215         New backward-compatibility aliases for renamed faces.
24216         (flyspell-mode-on, make-flyspell-overlay)
24217         (flyspell-highlight-incorrect-region)
24218         (flyspell-highlight-duplicate-region)
24219         (flyspell-display-next-corrections)
24220         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
24222         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
24223         from face name.
24224         (texinfo-heading-face): New backward-compatibility alias for
24225         renamed face.
24226         (texinfo-heading-face): Use renamed texinfo-heading face.
24228         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
24229         suffix from face names.
24230         (tex-math-face, tex-verbatim-face):
24231         New backward-compatibility aliases for renamed faces.
24232         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
24233         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
24234         literal face name.
24236         * textmodes/table.el (table-cell): Remove "-face" suffix from face
24237         name.
24238         (table-cell-face): New backward-compatibility alias for renamed face.
24239         (table--put-cell-face-property, table--update-cell-face):
24240         Use renamed table-cell face.
24242         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
24243         from face name.
24244         (sgml-namespace-face): New backward-compatibility alias for
24245         renamed face.
24246         (sgml-namespace-face): Use renamed sgml-namespace face.
24248         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
24249         (org-level-4, org-level-5, org-level-6, org-level-7)
24250         (org-level-8, org-warning, org-headline-done)
24251         (org-deadline-announce, org-scheduled-today)
24252         (org-scheduled-previously, org-link, org-done, org-table)
24253         (org-time-grid): Remove "-face" suffix from face names.
24254         (org-level-1-face, org-level-2-face, org-level-3-face)
24255         (org-level-4-face, org-level-5-face, org-level-6-face)
24256         (org-level-7-face, org-level-8-face, org-warning-face)
24257         (org-headline-done-face, org-deadline-announce-face)
24258         (org-scheduled-today-face, org-scheduled-previously-face)
24259         (org-link-face, org-done-face, org-table-face)
24260         (org-time-grid-face):
24261         New backward-compatibility aliases for renamed faces.
24262         (org-level-faces, org-set-font-lock-defaults, org-timeline)
24263         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
24264         (org-agenda-get-timestamps, org-agenda-get-scheduled)
24265         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
24267         * emulation/viper-init.el (viper-search, viper-replace-overlay)
24268         (viper-minibuffer-emacs, viper-minibuffer-insert)
24269         (viper-minibuffer-vi): Remove "-face" suffix from face names.
24270         (viper-search-face, viper-replace-overlay-face)
24271         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
24272         (viper-minibuffer-vi-face):
24273         New backward-compatibility aliases for renamed faces.
24274         (viper-search-face, viper-replace-overlay-face)
24275         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
24276         (viper-minibuffer-vi-face): Use renamed viper faces.
24278         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
24279         Remove "-face" suffix from face names.
24280         (testcover-nohits-face, testcover-1value-face):
24281         New backward-compatibility aliases for renamed faces.
24282         (testcover-mark): Use renamed testcover faces.
24284         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
24285         face name.
24286         (diary-button-face): New backward-compatibility alias for renamed face.
24287         (diary-entry): Use renamed diary-button face.
24289         * calendar/calendar.el (diary, calendar-today, holiday)
24290         (mark-visible-calendar-date): Remove "-face" suffix from face names.
24291         (diary-face, calendar-today-face, holiday-face):
24292         New backward-compatibility aliases for renamed faces.
24293         (eval-after-load "facemenu", diary-entry-marker)
24294         (calendar-today-marker, calendar-holiday-marker, diary-face):
24295         Use renamed calendar faces.
24297         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
24298         (compare-windows-face): New backward-compatibility alias for
24299         renamed face.
24300         (compare-windows-highlight): Use renamed compare-windows face.
24302         * strokes.el (strokes-char): Remove "-face" suffix from face name.
24303         (strokes-char-face): New backward-compatibility alias for renamed face.
24304         (strokes-encode-buffer): Use renamed strokes-char face.
24306         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
24307         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
24308         Remove "-face" suffix from face names.
24309         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
24310         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
24311         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
24312         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
24313         Use renamed pcvs faces.
24314         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
24315         * pcvs-defs.el (cvs-mode-map): Likewise.
24316         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
24318         * info.el (info-title-1, info-title-2, info-title-3)
24319         (info-title-4): Remove "-face" suffix from and downcase face names.
24320         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
24321         (Info-title-4-face):
24322         New backward-compatibility aliases for renamed faces.
24323         (Info-fontify-node): Use renamed info faces.
24325         * hilit-chg.el (highlight-changes, highlight-changes-delete):
24326         Remove "-face" suffix from face names.
24327         (highlight-changes-face, highlight-changes-delete-face):
24328         New backward-compatibility aliases for renamed faces.
24329         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
24330         (hilit-chg-make-list): Use renamed highlight-changes faces.
24332         * generic-x.el (show-tabs-tab, show-tabs-space):
24333         Remove "-face" suffix from face names.
24334         (show-tabs-tab-face, show-tabs-space-face):
24335         New backward-compatibility aliases for renamed faces.
24336         (show-tabs-generic-mode-font-lock-defaults-1)
24337         (show-tabs-generic-mode-font-lock-defaults-2):
24338         Use renamed show-tabs faces.
24340         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
24341         (smerge-markers): Remove "-face" suffix from face names.
24342         (smerge-mine-face, smerge-other-face, smerge-base-face)
24343         (smerge-markers-face):
24344         New backward-compatibility aliases for renamed faces.
24345         (smerge-mine-face, smerge-other-face, smerge-base-face)
24346         (smerge-markers-face): Use renamed smerge faces.
24348         * log-view.el (log-view-file, log-view-message): Remove "-face"
24349         suffix from face names.
24350         (log-view-file-face, log-view-message-face):
24351         New backward-compatibility aliases for renamed faces.
24352         (log-view-file-face, log-view-message-face): Use renamed log-view
24353         faces.
24355         * paren.el (show-paren-match, show-paren-mismatch):
24356         Remove "-face" suffix from face names.
24357         (show-paren-match-face, show-paren-mismatch-face):
24358         New backward-compatibility aliases for renamed faces.
24359         (show-paren-function): Use renamed show-paren faces.
24361         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
24362         (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): Remove "-face"
24366         suffix from face names.
24367         (ruler-mode-default-face, ruler-mode-pad-face)
24368         (ruler-mode-margins-face, ruler-mode-fringes-face)
24369         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
24370         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
24371         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
24372         New backward-compatibility aliases for renamed faces.
24373         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
24374         (ruler-mode-column-number, ruler-mode-fill-column)
24375         (ruler-mode-comment-column, ruler-mode-goal-column)
24376         (ruler-mode-tab-stop, ruler-mode-current-column)
24377         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
24378         faces.
24380         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
24381         face name.
24382         (whitespace-highlight-the-space): Use renamed face.
24383         (whitespace-highlight-face): New backward-compatibility alias for
24384         renamed face.
24386         * woman.el (woman-italic, woman-bold, woman-unknown)
24387         (woman-addition, woman-symbol-face):
24388         Remove "-face" suffix from face names.
24389         (woman-italic-face, woman-bold-face, woman-unknown-face)
24390         (woman-addition-face):
24391         New backward-compatibility aliases for renamed faces.
24392         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
24393         (woman-decode-region, woman-replace-match)
24394         (woman-display-extended-fonts, woman-special-characters)
24395         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
24396         Use renamed woman faces.
24398         * longlines.el (longlines-visible-face): Face removed.
24400         * diff-mode.el (diff-header, diff-file-header, diff-index)
24401         (diff-hunk-header, diff-removed, diff-added, diff-changed)
24402         (diff-function, diff-context, diff-nonexistent): Remove "-face"
24403         suffix from face names.
24404         (diff-header-face, diff-file-header-face, diff-index-face)
24405         (diff-hunk-header-face, diff-removed-face, diff-added-face)
24406         (diff-changed-face, diff-function-face, diff-context-face)
24407         (diff-nonexistent-face): New backward-compatibility aliases for
24408         renamed faces.
24409         (diff-header-face, diff-file-header-face)
24410         (diff-index, diff-index-face, diff-hunk-header)
24411         (diff-hunk-header-face, diff-removed, diff-removed-face)
24412         (diff-added, diff-added-face, diff-changed-face, diff-function)
24413         (diff-function-face, diff-context-face, diff-nonexistent)
24414         (diff-nonexistent-face): Use renamed diff-mode faces.
24416         * progmodes/compile.el (compilation-warning-face)
24417         (compilation-info-face): Remove "-face" suffix from face names.
24418         (compilation-warning-face, compilation-info-face):
24419         New backward-compatibility aliases for renamed faces.
24420         (compilation-warning-face, compilation-info-face):
24421         Use renamed compilation faces.
24423         * add-log.el (change-log-date, change-log-name)
24424         (change-log-email, change-log-file, change-log-list)
24425         (change-log-conditionals, change-log-function)
24426         (change-log-acknowledgement): Remove "-face" suffix from face names.
24427         (change-log-date-face, change-log-name-face)
24428         (change-log-email-face, change-log-file-face)
24429         (change-log-list-face, change-log-conditionals-face)
24430         (change-log-function-face, change-log-acknowledgement-face):
24431         New backward-compatibility aliases for renamed faces.
24432         (change-log-font-lock-keywords): Use renamed change-log faces.
24434         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
24435         (custom-set, custom-changed, custom-saved, custom-button)
24436         (custom-button-pressed, custom-documentation, custom-state)
24437         (custom-comment, custom-comment-tag, custom-variable-tag)
24438         (custom-variable-button, custom-face-tag, custom-group-tag-1)
24439         (custom-group-tag): Remove "-face" suffix from face names.
24440         (custom-magic-alist, custom-magic-value-create)
24441         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
24442         (custom-invalid-face, custom-rogue-face, custom-modified-face)
24443         (custom-set-face, custom-changed-face, custom-saved-face)
24444         (custom-button-face, custom-button-pressed-face)
24445         (custom-documentation-face, custom-state-face)
24446         (custom-comment-face, custom-comment-tag-face)
24447         (custom-variable-tag-face, custom-variable-button-face)
24448         (custom-face-tag-face, custom-group-tag-face-1)
24449         (custom-group-tag-face):
24450         New backward-compatibility aliases for renamed faces.
24452         * wid-edit.el (widget-documentation, widget-button)
24453         (widget-field, widget-single-line-field, widget-inactive)
24454         (widget-button-pressed): "-face" suffix removed from face names.
24455         (widget-documentation-face, widget-button-face)
24456         (widget-field-face, widget-single-line-field-face)
24457         (widget-inactive-face, widget-button-pressed-face):
24458         New backward-compatibility aliases for renamed faces.
24459         (widget-documentation-face, widget-button-face)
24460         (widget-button-pressed-face, widget-specify-field)
24461         (widget-specify-inactive): Use renamed widget faces.
24463 2005-06-10  Kenichi Handa  <handa@m17n.org>
24465         * term/x-win.el (x-clipboard-yank): Remove condition-case
24466         wrapping.
24468 2005-06-11  Kenichi Handa  <handa@m17n.org>
24470         * add-log.el (change-log-font-lock-keywords): Make the regexp for
24471         date lines stricter.
24473 2005-06-10  Zhang Wei  <id.brep@gmail.com>
24475         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
24476         of x-get-selection.
24478 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
24480         * comint.el (comint-mode, comint-snapshot-last-prompt):
24481         * frame.el (frame-current-scroll-bars):
24482         * term.el (term-mode, term-check-proc, term-input-sender)
24483         (term-simple-send, term-extract-string, term-word)
24484         (term-match-partial-filename):
24485         * window.el (window-current-scroll-bars):
24486         * emulation/cua-base.el (cua-normal-cursor-color)
24487         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
24488         (cua-global-mark-cursor-color):
24489         * mail/undigest.el (rmail-forward-separator-regex):
24490         Fix typos in docstrings.
24492         * comint.el (comint-check-proc, make-comint-in-buffer)
24493         (comint-source-default): Doc fixes.
24495         * term.el (term-send-string): Improve argument/docstring consistency.
24497 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
24499         * comint.el (comint-send-input): Bind `inhibit-read-only' around
24500         call to `delete-region'.
24501         (comint-mode-hook): Do not enable Font Lock by default.
24503 2005-06-09  Lute Kamstra  <lute@gnu.org>
24505         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
24506         could be void.
24508 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
24510         * emacs-lisp/debug.el (debugger-will-be-back): New var.
24511         (debug): Use it.
24512         (debugger-step-through, debugger-continue, debugger-jump)
24513         (debugger-return-value): Set it when needed.
24514         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
24515         Use inhibit-read-only.
24517 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
24519         * window.el (shrink-window-if-larger-than-buffer)
24520         (window-size-fixed): Fix typo in docstring.
24522         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
24523         thumbnails directory on loading.
24524         (thumbs-conversion-program): Use `eq' to check the system type,
24525         not `equal'.
24526         (thumbs-temp-dir): Initialize to `temporary-file-directory',
24527         not "/tmp".  Fix docstring.
24528         (thumbs-thumbsdir): New function to return the thumbnails
24529         directory, creating it if needed.
24530         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
24531         (thumbs-temp-file): Delete variable and make it into a function.
24532         (thumbs-resize-image, thumbs-modify-image): Use it.
24533         (thumbs-kill-buffer): Simplify.
24534         (thumbs-gensym): Defalias or duplicate CL `gensym'.
24535         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
24536         docstrings.
24538 2005-06-09  Kim F. Storm  <storm@cua.dk>
24540         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
24541         set-match-data to free markers in match-data.
24543         * replace.el (replace-match-data): Pass RESEAT arg `t' to
24544         match-data to unchain markers in match-data.
24546 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24548         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
24549         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
24550         unnecessary now.
24552 2005-06-08  Richard M. Stallman  <rms@gnu.org>
24554         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
24555         give the variable a doc string that doesn't say don't set it directly.
24557         * textmodes/ispell.el (ispell-check-version):
24558         Use match-string-no-properties.
24559         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
24560         (ispell-buffer-local-words): Likewise.
24562         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
24563         except on terminals with enough colors to really display it.
24564         (makefile-dependency-regex): Delete spurious `bb'.
24566         * faces.el (escape-glyph): Use blue once again in last case.
24567         (no-break-space): Redefine so that it isn't invisible on a tty.
24569 2005-06-08  Kim F. Storm  <storm@cua.dk>
24571         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
24572         also when reading directory name.
24574 2005-06-08  Lute Kamstra  <lute@gnu.org>
24576         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
24577         (flyspell-mode-line-string): Remove autoload cookie.
24578         (flyspell-mode): Remove defvar.
24580 2005-06-07  Lute Kamstra  <lute@gnu.org>
24582         * textmodes/org.el (org-run-mode-hooks): New function.
24583         (org-agenda-mode): Use it.
24585 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
24587         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
24589 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24591         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
24593 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
24595         * font-lock.el (font-lock-add-keywords): Doc fix.
24597 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24599         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
24600         (tex-compile-default): In the absence of any history, use the order in
24601         tex-compile-alist to choose the preferred command.
24602         (tex-compile-commands): Reorder a bit.
24604         * textmodes/flyspell.el (flyspell-auto-correct-binding)
24605         (flyspell-incorrect-face, flyspell-duplicate-face):
24606         Use (X)Emacs-agnostic code.
24607         (flyspell-mode-map): Don't overwrite at each load.  Remove code
24608         redundant with the subsequent add-minor-mode.  Merge Emacs and
24609         XEmacs code.
24610         (flyspell-word): Minor simplification.
24611         (flyspell-math-tex-command-p): Quieten the byte-compiler.
24612         (flyspell-external-point-words): Remove unused vars `size' and `start'.
24613         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
24614         Merge the corresponding Emacs code.
24615         (flyspell-correct-word, flyspell-xemacs-popup):
24616         Use flyspell-do-correct.
24618         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
24619         a dedicated window.
24621         * international/latexenc.el (latexenc-find-file-coding-system):
24622         Undo part of last patch, to turn off a compiler warning.
24624 2005-06-06  Juri Linkov  <juri@jurta.org>
24626         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
24627         Rename `tmm-inactive-face' to `tmm-inactive'.
24629 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
24631         * iswitchb.el: Rename faces.
24633 2005-06-06  Kim F. Storm  <storm@cua.dk>
24635         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
24636         (cua-global-mark): Remove -face suffix from face names.
24638         * emulation/cua-gmrk.el (cua--init-global-mark):
24639         Remove cua-global-mark face setup.
24641 2005-06-06  Richard M. Stallman  <rms@gnu.org>
24643         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
24644         just like other allowed characters.
24645         (makefile-match-dependency): Exclude leading and training whitespace
24646         from the range of regexp subexp 1.
24647         (makefile-macroassign-regex): Don't try to match the body,
24648         just the name of the macro being defined.
24650         * info.el (Info-read-node-name-2): New function.
24651         (Info-read-node-name-1): Use that.
24652         Add a completion-base-size-function property.
24654         * simple.el (completion-setup-function): Look for
24655         completion-base-size-function property of minibuffer-completion-table.
24657         * files.el (locate-file-completion): Doc fix.
24659         * printing.el: Don't call pr-update-menus; user must do that.
24661         * emacs-lisp/debug.el (debugger-window): New variable.
24662         (debug): Use debugger-window if it is set and still alive.
24663         Record debugger-window for next entry.
24665         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
24667 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
24669         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
24670         (hack-one-local-variable, hack-local-variables)
24671         (hack-local-variables-prop-line): Pass that arg.
24673 2005-06-06  Kim F. Storm  <storm@cua.dk>
24675         * ido.el (ido-first-match, ido-only-match, ido-subdir)
24676         (ido-indicator): Remove -face suffix from face names.
24678 2005-06-06  Juri Linkov  <juri@jurta.org>
24680         * font-lock.el (font-lock-regexp-backslash)
24681         (font-lock-regexp-backslash-construct): New faces.
24682         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
24683         after `('.  Add `while-no-input' to control structures.
24685         * faces.el (no-break-space, shadow): New faces.
24686         (escape-glyph): Use less loud colors pink2 and red4.
24688         * diff-mode.el (diff-context-face)
24689         * dired.el (dired-ignored)
24690         * rfn-eshadow.el (file-name-shadow)
24691         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
24693         * info.el (Info-title-1-face): Use green instead of yellow because
24694         bold yellow is not readable on light backgrounds.
24696         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
24697         before selecting the desired mode to not spend time fontifying
24698         old contents.
24700 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
24702         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
24703         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
24705         * ps-print.el (ps-default-fg, ps-default-bg):
24706         Fix typos in docstrings.
24708         * isearchb.el (isearchb): Don't pass a spurious second argument to
24709         `iswitchb-completions'.
24711 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
24713         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
24714         to preserve point.
24715         (gdb-find-file-hook): Add doc string.
24717         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
24718         C dereferenced pointer expression.
24719         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
24721         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
24723         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
24724         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
24725         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
24726         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
24727         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
24728         Make background transparent.
24730 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
24732         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
24733         (font-lock-remove-keywords): Doc fix.
24734         (font-lock-mode-major-mode): Compiler defvar.
24735         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
24737         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
24738         (font-lock-mode): Update `font-lock-mode-major-mode'.
24739         (font-lock-set-defaults): Compiler defvar.
24740         (font-lock-default-function): Take `font-lock-mode-major-mode'
24741         into account.
24743         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
24744         keep track of which major mode it enabled the minor mode for.
24745         Use find-file-hook again.  Update docstring.
24747         * simple.el (eval-expression-print-level)
24748         (eval-expression-print-length, eval-expression-debug-on-error):
24749         Doc fixes.
24751 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
24753         * iswitchb.el (iswitchb-single-match-face)
24754         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
24755         (iswitchb-invalid-regexp-face): New faces.
24756         (iswitchb-completions): Use them.
24757         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
24758         now marked as an obsolete alias.
24759         (iswitchb-read-buffer): Remove check for bound font variables.
24760         (iswitchb-invalid-regexp): New free variable.
24761         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
24762         set iswitchb-invalid-regexp.
24763         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
24764         invalid regexps.
24765         (iswitchb-completions): Add check for complete match when entering
24766         a regexp.
24767         (iswitchb-completions): Remove require-match argument.
24768         (iswitchb-exhibit): Fix caller.
24769         (iswitchb-common-match-inserted): New variable.
24770         (iswitchb-complete, iswitchb-completion-help): Use it.
24772 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
24774         * url-http.el (url-http-chunked-encoding-after-change-function):
24775         Use `url-http-debug' instead of `message'.
24777 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
24779         * url-http.el (url-http-parse-headers): Pass redirected URL as a
24780         callback argument.
24782 2005-06-04  Kim F. Storm  <storm@cua.dk>
24784         * simple.el (line-move): Only call sit-for when moving backwards.
24786         * ido.el (ido-make-merged-file-list-1): New defun split from
24787         ido-make-merged-file-list.
24788         (ido-make-merged-file-list): Bind throw-on-input around call to
24789         ido-make-merged-file-list-1.  Return input-pending-p if
24790         interrupted by more input available.
24791         (ido-read-internal): Handle input-pending-p return value from
24792         ido-make-merged-file-list.
24794 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24796         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
24797         compatibility code.
24799         * international/latexenc.el (latexenc-find-file-coding-system):
24800         Don't inherit the EOL part of the coding-system from the
24801         tex-main buffer.  Fit within 80 columns.
24803 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
24805         * tmm.el (tmm-inactive-face): New face.
24806         (tmm-remove-inactive-mouse-face): New function.
24807         (tmm-prompt, tmm-add-one-shortcut)
24808         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
24809         but not selectable.
24811 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
24813         * faces.el (face-equal): Improve argument/docstring consistency.
24815 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
24817         * progmodes/make-mode.el (makefile-targets-face)
24818         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
24819         (makefile-bsdmake-dependency-regex)
24820         (makefile-makepp-rule-action-regex)
24821         (makefile-bsdmake-rule-action-regex): New constants.
24822         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
24824         * progmodes/compile.el (compilation-error-regexp-alist-alist):
24825         Allow (...) within `...' for makepp messages.
24827 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
24829         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
24831         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
24832         "." files are deleted from all file lists before comparison.
24834         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24835         (viper-ESC-key): Made them customizable.
24837         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
24839 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
24841         * autorevert.el (auto-revert-buffers): Use save-match-data.
24843 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24845         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
24846         menu items with a nil command binding.
24848 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
24850         * emacs-lisp/cl-macs.el (defsetf):
24851         Improve argument/docstring consistency.
24853         * faces.el (list-faces-display): Improve the formatting by
24854         computing the maximum length required for any face-name (reworked
24855         patch of 1999-01-11, accidentally deleted on 1999-07-21).
24856         (internal-find-face): Remove redundant info in docstring.
24858 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
24860         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
24861         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
24862         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
24863         (gdb-assembler-custom): Improve regexps.
24864         (def-gdb-auto-update-handler): Use window point to preserve point.
24866 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24868         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
24870 2005-05-31  Jay Belanger  <belanger@truman.edu>
24872         * calc/calc-embed.el (calc-embedded-word): Change argument passed
24873         to calc-embedded.
24874         (calc-embedded-make-info): Have plain prefix argument select
24875         entire line.
24877 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
24879         * faces.el (list-faces-display): Signal error if passed a regexp
24880         that matches no face name.
24882         * simple.el (filter-buffer-substring): Fix typo in docstring.
24884 2005-05-31  Richard M. Stallman  <rms@gnu.org>
24886         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
24887         (vhdl-emacs-21): Doc fix.
24888         (vhdl-mode): Unconditionally set comment-padding.
24889         (vhdl-fixup-whitespace-region): Insert spaces only where
24890         there are none.
24891         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
24893 2005-05-30  John Wiegley  <johnw@newartisans.com>
24895         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
24896         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
24897         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
24898         `directory-sep-char' to ?/, and all uses of `string-to-int' to
24899         `string-to-number'.
24901 2005-05-30  Jay Belanger  <belanger@truman.edu>
24903         * calc/calc.el (calc-bug-address): Fix docstring.
24904         (calc-window-hook, calc-trail-window-hook): New variables.
24905         (calc-trail-display): Restore use of calc-trail-window-hook.
24906         (calc): Restore use of calc-window-hook.
24908 2005-05-31  Masatake YAMATO  <jet@gyve.org>
24910         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
24912         * help-fns.el (help-C-file-name): Add autoload mark for
24913         `find-function-noselect'.
24915 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24917         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
24918         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
24920 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
24922         * calendar/diary-lib.el (mark-included-diary-files): Only kill
24923         included diary buffer if it was not already being visited.
24924         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
24926         * calendar/icalendar.el (top-level): Do not require appt.
24928         * mail/supercite.el (sc-select-attribution): Only use a list
24929         element from sc-attrib-selection-list if it returns a string.
24930         Reported by Davide G. M. Salvetti <salve@debian.org>.
24932 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
24934         * thumbs.el (thumbs-thumbname): The resulting thumbname now
24935         includes a hash value to improve its uniqueness, and has a ".jpg"
24936         extension.  Also, it is now a valid filename on all systems.
24937         (thumbs-make-thumb): Use `let', not `let*'.
24938         (thumbs-show-thumbs-list): Check for JPEG availability.
24940 2005-05-30  Richard M. Stallman  <rms@gnu.org>
24942         * filesets.el (filesets-menu-ensure-use-cached):
24943         Prevent warning when emacs-version>= is undefined.
24945         * printing.el (pr-interactive-n-up): Use string-to-number.
24947         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
24949         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24950         Warn only when name to be defined is quoted.
24952 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
24954         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
24955         Make regexp more robust.
24956         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
24957         Force regeneration of disassembly.
24959 2005-05-29  Jay Belanger  <belanger@truman.edu>
24961         * calc/calc.el (calc-user-invocation): Check if
24962         calc-invocation-macro is non-nil.
24964 2005-05-29  Juri Linkov  <juri@jurta.org>
24966         * add-log.el (change-log-font-lock-keywords):
24967         Add `+' to e-mail regexp to accept mail address with keywords.
24969         * man.el (Man-name-regexp): Add `:' to accept qualified names.
24971 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
24973         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
24975         * ielm.el (inferior-emacs-lisp-mode): Ditto.
24977 2005-05-29  Richard M. Stallman  <rms@gnu.org>
24979         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
24980         Undo the change that moves to end of the current word.
24982 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
24984         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
24985         Throw error when count <= 0 to ensure input is a number.
24986         (gdb-read-memory-custom): Pick up address from buffer.
24987         (gdb-memory-mode): Allow user to increment and decrement
24988         memory address from header line.
24990 2005-05-29  Richard M. Stallman  <rms@gnu.org>
24992         * flyspell.el (flyspell-version): Function deleted.
24993         (flyspell-auto-correct-previous-hook): Doc fix.
24995         * jit-lock.el (jit-lock-function, jit-lock-after-change):
24996         Do nothing if memory is full.
24998         * font-lock.el (font-lock-fontify-syntactically-region):
24999         Pass t for GREEDY to looking-back.
25001         * saveplace.el (save-place-alist-to-file): Write the file
25002         using write-region.
25004         * subr.el (looking-back): New argument GREEDY.
25006         * progmodes/compile.el (compilation-start): Set the mode
25007         before inserting the initial text.
25009         * progmodes/which-func.el (which-func-update-1): Turn the mode
25010         off in case of error by setting which-func-mode.
25012 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
25014         * flyspell.el (flyspell-auto-correct-previous-word):
25015         Narrow down to what's on the screen, and recenter overlays
25016         at the end of the next word.
25018 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
25020         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
25021         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
25022         (flyspell-abbrev-p): Default to nil.
25023         (flyspell-use-global-abbrev-table-p): Doc fix.
25024         (flyspell-large-region): Allow nil as value.
25025         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
25027         (mail-mode-flyspell-verify): More robust handling
25028         of `mail-header-separator'.  More efficient signature detection.
25029         Allow for regexp metacharacters in message-header-separator.
25030         Adding `To' not to be checked in mail-mode-flyspell-verify.
25032         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
25033         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
25034         Bind flyspell-auto-correct-binding.
25035         Bind C-. and C-, .
25036         (flyspell-mode-map): Likewise.
25037         (flyspell-mode): Doc fix.
25038         (flyspell-accept-buffer-local-defs): Preserve current buffer.
25039         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
25040         (flyspell-word-cache-result): New var, always local.
25041         (flyspell-check-pre-word-p): Doc fix.
25042         (flyspell-check-changed-word-p): Handle spc like newline.
25043         (flyspell-post-command-hook): Set flyspell-word-cache-result.
25044         (flyspell-word-search-backward, flyspell-word-search-forward):
25045         New functions.
25046         (flyspell-word): Return t if nothing to check.
25047         When parsing TeX code, check for after } or \.
25048         Use flyspell-word-search-backward to find previous word.
25049         Return nil if duplicated word.
25050         For word already checked, return same value as last time.
25051         Set flyspell-word-cache-result after checking.
25052         Don't clobber the return value.
25053         (flyspell-get-word): Major rewrite.
25054         (flyspell-external-point-words): New locals pword, pcount.
25055         Fix size used in progress message.
25056         Find the proper corresponding word in flyspell-large-region-buffer.
25057         (flyspell-region): Check for flyspell-large-region = nil.
25058         (flyspell-highlight-incorrect-region): Clean up overlays in region.
25059         (flyspell-auto-correct-word): Check that WORD is a cons.
25060         (flyspell-correct-word): Likewise.
25062 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
25064         * progmodes/make-mode.el (makefile-rule-action-regex)
25065         (makefile-macroassign-regex, makefile-makepp-mode)
25066         (makefile-bsdmake-mode): Continuation lines may be empty.
25067         Reported by Joshua Varner.
25068         (makefile-makepp-font-lock-keywords): Add $(stem).
25070 2005-05-28  Karl Berry  <karl@gnu.org>
25072         * textmodes/tex-mode.el: Now that tex-send-command calls
25073         shell-quote-argument (2005-03-31 change), remove all calls to
25074         shell-quote-argument; they all end up invoking tex-send-command.
25075         The double quoting loses on filenames with non-safe characters,
25076         such as "@".  Reported by Frederik Fouvry.
25078 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
25080         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
25081         about preserving point.
25083 2005-05-27  Jay Belanger  <belanger@truman.edu>
25085         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
25086         Info-goto-node.
25088         * calc/calc-embed.el (calc-embed-arg): New variable.
25089         (calc-do-embedded-activate, calc-embedded-activate-formula)
25090         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
25091         variable by new variable.
25092         (calc-embedded-make-info): Replace undeclared variable by new
25093         variable.  When selecting region with positive prefix
25094         argument, use end of previous line instead of beginning of line.
25096         * calc/calc-aent.el (calc-arg-values): Declare it.
25098         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
25099         Declare them.
25101         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
25103         * calc/calc.el (calc-alg-map): Declare it.
25105         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
25107 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
25109         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
25110         (gdb-registers-buffer, toggle-gdb-all-registers):
25111         Toggle display of floating point registers.
25112         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
25114         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
25115         (toggle-gud-tooltip-dereference):
25116         Rename from gud-toggle-tooltip-dereference.
25118 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25120         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
25122 2005-05-27  Jay Belanger  <belanger@truman.edu>
25124         * calc/calc-prog.el (calc-kbd-report): Remove.
25125         (calc-kbd-query): Rewrite.
25127 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
25129         * image.el (image-library-alist): Move to image.c.
25130         (image-type-available-p): Doc fix.
25132 2005-05-27  Lute Kamstra  <lute@gnu.org>
25134         * calc/calc.el (calc):
25135         * outline.el (outline-1, outline-2, outline-3, outline-4)
25136         (outline-5, outline-6, outline-7, outline-8):
25137         * textmodes/dns-mode.el (dns-mode):
25138         * textmodes/sgml-mode.el (sgml-namespace-face):
25139         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
25140         (tex-verbatim-face, tex-use-reftex):
25141         * textmodes/texinfo.el (texinfo-heading-face):
25142         Specify customization group.
25144         * longlines.el: Don't require easy-mmode.
25145         (longlines-visible-face): Specify customization group.
25147 2005-05-27  Kenichi Handa  <handa@m17n.org>
25149         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
25150         encoding table of windows-1251.
25152         * international/ucs-tables.el (ucs-set-table-for-input):
25153         If translation-table-for-input of a coding system is a symbol, get
25154         its translation-table property.
25156         * international/code-pages.el: Don't register a coding system into
25157         non-iso-charset-alist more than once.
25158         (cp-make-coding-system): Likewise.
25160 2005-05-26  John Wiegley  <johnw@newartisans.com>
25162         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
25163         `eshell-resume-eval' is wrapped in a list, it indicates that the
25164         command was run asynchronously.  In that case, unwrap the value
25165         before checking the delimiter value.
25167         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
25168         character before a space at the end of a line is \, assume the space
25169         is part of the last argument rather than a final argument separator.
25171         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
25172         is in use, and the target is `t' or `nil' (which are the most common
25173         values), don't assume that the symbol target is a buffer.
25175 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
25177         * calendar/calendar.el (calendar-mode-line-format):
25178         Use mode-line-highlight as mouse-face.
25180         * time.el (display-time-string-forms, display-time-update):
25181         Use mode-line-highlight as mouse-face.
25183 2005-05-26  Jay Belanger  <belanger@truman.edu>
25185         * calc/calc.el (calc-language-alist): Remove extra defvar.
25187 2005-05-26  Lute Kamstra  <lute@gnu.org>
25189         * arc-mode.el (archive-mode):
25190         * bookmark.el (bookmark-read-annotation-mode)
25191         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
25192         * bs.el (bs-mode):
25193         * calc/calc-yank.el (calc-edit-mode):
25194         * calc/calc.el (calc-mode, calc-trail-mode):
25195         * calculator.el (calculator-mode):
25196         * chistory.el (command-history-mode):
25197         * comint.el:
25198         * cus-edit.el (custom-mode):
25199         * descr-text.el (describe-text-mode):
25200         * ebuff-menu.el (Electric-buffer-menu-mode):
25201         * ediff-util.el (ediff-mode):
25202         * emacs-lisp/re-builder.el (reb-mode):
25203         * emulation/vi.el (vi-mode-setup):
25204         * emulation/ws-mode.el (wordstar-mode):
25205         * eshell/esh-mode.el (eshell-mode):
25206         * forms.el (forms-mode):
25207         * help-mode.el (help-mode):
25208         * hexl.el (hexl-mode):
25209         * ibuffer.el (ibuffer-mode):
25210         * ielm.el (inferior-emacs-lisp-mode):
25211         * info.el (Info-mode, Info-edit-mode):
25212         * international/swedish.el:
25213         * ledit.el (ledit-from-lisp-mode):
25214         * locate.el (locate-mode):
25215         * mail/rmail.el (rmail-mode):
25216         * mail/rmailedit.el (rmail-edit-mode):
25217         * mail/rmailsum.el (rmail-summary-mode):
25218         * mail/supercite.el (sc-electric-mode):
25219         * net/eudc.el (eudc-mode):
25220         * net/quickurl.el (quickurl-list-mode):
25221         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
25222         * obsolete/ooutline.el (outline-mode):
25223         * obsolete/options.el (Edit-options-mode):
25224         * obsolete/rnews.el (news-mode):
25225         * obsolete/rnewspost.el (news-reply-mode):
25226         * play/5x5.el (5x5-mode):
25227         * play/decipher.el (decipher-mode, decipher-stats-mode):
25228         * play/gomoku.el (gomoku-mode):
25229         * play/snake.el (snake-mode):
25230         * play/solitaire.el (solitaire-mode):
25231         * play/tetris.el (tetris-mode):
25232         * progmodes/ada-mode.el (ada-mode):
25233         * progmodes/antlr-mode.el (antlr-mode):
25234         * progmodes/autoconf.el (autoconf-mode):
25235         * progmodes/dcl-mode.el (dcl-mode):
25236         * progmodes/delphi.el (delphi-mode):
25237         * progmodes/ebrowse.el (ebrowse-tree-mode)
25238         (ebrowse-electric-list-mode, ebrowse-member-mode)
25239         (ebrowse-electric-position-mode):
25240         * progmodes/f90.el (f90-mode):
25241         * progmodes/fortran.el (fortran-mode):
25242         * progmodes/icon.el (icon-mode):
25243         * progmodes/idlw-help.el (idlwave-help-mode):
25244         * progmodes/idlw-shell.el (idlwave-shell-mode):
25245         * progmodes/idlwave.el (idlwave-mode):
25246         * progmodes/inf-lisp.el (inferior-lisp-mode):
25247         * progmodes/m4-mode.el (m4-mode):
25248         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
25249         * progmodes/modula2.el (modula-2-mode):
25250         * progmodes/octave-inf.el (inferior-octave-mode):
25251         * progmodes/octave-mod.el (octave-mode):
25252         * progmodes/pascal.el (pascal-mode):
25253         * progmodes/sh-script.el (sh-mode):
25254         * progmodes/sql.el (sql-mode, sql-interactive-mode):
25255         * progmodes/vhdl-mode.el (vhdl-mode):
25256         * progmodes/xscheme.el (scheme-interaction-mode):
25257         * replace.el (occur-mode):
25258         * ses.el (ses-mode):
25259         * simple.el (completion-list-mode):
25260         * skeleton.el:
25261         * speedbar.el (speedbar-mode):
25262         * term.el (term-mode):
25263         * terminal.el (terminal-edit-mode):
25264         * textmodes/reftex-index.el (reftex-index-mode)
25265         (reftex-index-phrases-mode):
25266         * textmodes/reftex-sel.el (reftex-select-label-mode)
25267         (reftex-select-bib-mode):
25268         * textmodes/reftex-toc.el (reftex-toc-mode):
25269         * wdired.el (wdired-change-to-wdired-mode):
25270         * wid-browse.el (widget-browse-mode):
25271         Use run-mode-hooks.
25273         * array.el (array-mode):
25274         * calendar/todo-mode.el (todo-mode):
25275         * man.el (Man-mode):
25276         * play/landmark.el (lm-mode):
25277         * play/mpuz.el (mpuz-mode):
25278         Use kill-all-local-variables and run-mode-hooks.
25280         * subr.el (delay-mode-hooks): Specify indentation.
25282 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
25284         * xml.el (xml-substitute-special): Don't die for undefined xml
25285         entities.
25287 2005-05-26  Jay Belanger  <belanger@truman.edu>
25289         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
25290         of nil.
25292 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
25294         * progmodes/gdb-ui.el (gdb-frame-address):
25295         Rename from gdb-current-address.
25296         (gdb-previous-frame-address): Rename from gdb-previous-address.
25297         (gdb-selected-frame): Rename from gdb-current-frame.
25298         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
25299         (gdb-frame-number): Rename from gdb-current-stack-level.
25300         (gdb-ann3): Match new mode-name for disassembly buffer.
25301         Extend initialization of variables.
25302         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
25303         (gdb-memory-mode): Use mouse-face in header line.
25304         (gdb-assembler-buffer-name): Call it disassembly and give frame
25305         in mode line.
25306         (gdb-source-spec-regexp, gdb-assembler-custom)
25307         (gdb-invalidate-assembler, gdb-frame-handler):
25308         Make robust to leading zeroes in address format.
25310 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
25312         * textmodes/org.el (org-mode): Use `define-derived-mode' to
25313         define `org-mode'.
25314         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
25316 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25318         * log-edit.el (log-edit-changelog-entries): Distinguish between
25319         filenames like xfns.c and fns.c.
25321 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
25323         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
25324         point after reverting.
25325         (Buffer-menu-make-sort-button): Handle the case where
25326         `Buffer-menu-use-header-line' is nil.
25328 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
25330         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
25331         New funcs.  In minibuffer-local-completion-map bind `]', `/'
25332         and `:' to them.
25334 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25336         * startup.el (normal-top-level): Allow modification of load-path while
25337         we're iterating over it.
25339 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
25341         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
25342         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
25343         (thumbs-resize-interactive, thumbs-insert-image)
25344         (thumbs-insert-thumb, thumbs-dired-show-marked)
25345         (thumbs-find-image-at-point, thumbs-delete-images)
25346         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
25347         (thumbs-increment-image-size, thumbs-decrement-image-size):
25348         Fix typos in docstrings.
25350 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
25352         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
25353         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
25354         (cperl-mode): Use them.
25356 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
25358         * window.el (quit-window, shrink-window-if-larger-than-buffer):
25359         Doc fixes.
25361 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
25363         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
25364         Bind C-d to gdb-inferior-io-eof.
25366         * dired.el (dired-dnd-popup-notice): Use message-box.
25368 2005-05-23  Masatake YAMATO  <jet@gyve.org>
25370         * bindings.el (mode-line-major-mode-keymap):
25371         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
25373         * faces.el (mode-line-highlight): New face.
25375         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
25376         as mouse-face.
25378         * bindings.el (top-level, help-echo, mode-line-modified)
25379         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
25380         as mouse-face.
25382 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
25384         * progmodes/cc-engine.el (c-guess-basic-syntax):
25385         Remove spurious call to `zerop'.
25387         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
25389 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
25391         CC Mode update to 5.30.10:
25393         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
25394         could go past the limit in decoration level 2, thereby causing
25395         errors during interactive fontification.
25397         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
25398         the file is evaluated interactively.
25400         * cc-engine.el (c-guess-basic-syntax): Handle operator
25401         declarations somewhat better in C++.
25403         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
25404         make use of `run-mode-hooks' which has been added in Emacs 21.1.
25405         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
25406         (awk-mode): Use it.
25407         (make-local-hook): Suppress warning about obsoleteness.
25409         * cc-engine.el, cc-align.el, cc-cmds.el
25410         (c-append-backslashes-forward, c-delete-backslashes-forward)
25411         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
25412         Compensate for return value from `forward-line' when it has moved
25413         but not to a different line due to eob.
25415         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
25416         `objc-method-intro' and `objc-method-args-cont'.
25418 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
25420         CC Mode update to 5.30.10:
25422         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
25423         in the copyright statement.  Incidentally, change "along with GNU
25424         Emacs" to "along with this program" where it occurs.
25426         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
25427         so that it is interactive, hence can be found by M-x awk-mode
25428         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
25429         <gmorris+emacs@ast.cam.ac.uk>.
25431         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
25432         Mode's regexps.
25434 2005-05-23  Kevin Ryde  <user42@zip.com.au>
25436         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
25437         c-parse-state, to avoid a lisp error (on bad code).
25439 2005-05-23  Lute Kamstra  <lute@gnu.org>
25441         * subr.el (font-lock-defaults): Remove defvar as it's already
25442         defined in font-core.el.
25444         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
25446 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
25448         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
25449         more general and work when GDB variable "print pretty" is on,
25450         as with Emacs, for example.
25452 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
25454         * font-core.el: Update comment.
25456         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
25457         Use `after-change-major-mode-hook' instead of `find-file-hook'.
25459         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
25461 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
25463         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
25464         and `yank-handler' in the doc strings.
25466 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25468         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
25470 2005-05-22  Richard M. Stallman  <rms@gnu.org>
25472         * help.el (describe-key): Move print-help-return-message call
25473         out of conditional.
25475         * progmodes/etags.el (list-tags): Use with-no-warnings.
25477         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
25478         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
25479         (starttls-extra-args, starttls-extra-arguments): Add defvars.
25481         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
25483         * language/viet-util.el (viet-viscii-nonascii-translation-table):
25484         Add defvar.
25486         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
25487         Use defvar, not defconst.
25489         * hexl.el (hexl-follow-line): Use with-no-warnings.
25491         * emulation/tpu-extras.el: Use write-file-functions instead of
25492         write-file-hooks.
25494         * dired.el (dired-font-lock-keywords): Fontify files with junk
25495         extensions even if marked by -F.
25497 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
25499         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
25500         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
25501         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
25502         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
25503         (concatenate, list-length, get*, getf, cl-remprop):
25504         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
25505         (etypecase, progv, lexical-let, lexical-let*)
25506         (multiple-value-bind, multiple-value-setq, shiftf):
25507         Improve argument/docstring consistency.
25509         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
25511 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
25513         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
25514         doesn't exist.
25516         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
25517         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
25519 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
25521         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
25522         already deleted variables: auto-fill-hook, blink-paren-hook,
25523         lisp-indent-hook, inhibit-local-variables, unread-command-event,
25524         suspend-hooks, comment-indent-hook, meta-flag,
25525         before-change-function, after-change-function,
25526         font-lock-doc-string-face.
25528 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
25530         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
25532 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
25534         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
25535         rmail-dont-reply-to.
25537 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
25539         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
25540         literal blank when splitting new-header-values.
25542 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
25544         * calendar/cal-menu.el (cal-menu-update): Add separator as a
25545         string so that tmm doesn't create a completion entry for it.
25547         * textmodes/table.el (table-disable-menu): Ditto.
25549 2005-05-21  Richard M. Stallman  <rms@gnu.org>
25551         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
25553         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
25555         * net/rcompile.el (remote-compile): Use compilation-start.
25557         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
25559 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
25561         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
25562         Default to makefile-bsdmake-mode on BSD systems.
25564         * imenu.el (imenu-generic-expression, imenu--generic-function'):
25565         REGEXP may also be a search function now.  The part of doc-string
25566         for describing the structure was 95% identical to that of
25567         `imenu--generic-function'.  Unify it there.
25569         * progmodes/make-mode.el (makefile-imenu-generic-expression):
25570         Use function to find dependencies, because regexp alone is so complex,
25571         it easily goes into an endless loop.
25572         (makefile-makepp-mode): Also add submenu for Perl functions
25573         defined in the makefile.
25574         (makefile-bsdmake-mode): Special imenu-generic-expression no
25575         longer needed, due to function call.
25576         (makefile-match-dependency): Take BOUND into account when checking
25577         if we're through.
25579 2005-05-20  Jay Belanger  <belanger@truman.edu>
25581         * calc/calc-units.el (calc-invalidate-units-table):
25582         Use inhibit-read-only.
25583         (math-build-units-table-buffer): Use view-mode.
25585 2005-05-20  David Kastrup  <dak@gnu.org>
25587         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
25588         easy-menu-add is not a nop on Emacs; and clarify when to call it.
25590 2005-05-20  Lute Kamstra  <lute@gnu.org>
25592         * diff-mode.el (diff-header-face, diff-file-header-face)
25593         (diff-index-face, diff-hunk-header-face, diff-removed-face)
25594         (diff-added-face, diff-changed-face, diff-function-face)
25595         (diff-context-face, diff-nonexistent-face): Put them in the
25596         diff-mode customization group.
25598 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25600         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
25602         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
25604         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
25605         Minor regexp-optimization.
25607 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
25609         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
25610         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
25611         (org-agenda-add-time-grid-maybe): New function.
25612         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
25613         (org-table-create): `dotimes' instead of `mapcar'.
25614         (org-xor): Simplify implementation.
25615         (org-agenda): `inhibit-redisplay' turned on.
25616         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
25617         a consistent line after a state change.
25618         (org-agenda-remove-times-when-in-prefix): New option.
25619         (org-prefix-has-time): New variable.
25620         (org-parse-time-string): Optional argument NODEFAULT.
25621         (org-format-agenda-item): Parse items for time-of-day
25622         specifications and move these into the prefix if possible.
25623         (org-agenda-priority): Get current heading, not previous heading
25624         during agenda remote editing.
25626 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
25628         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
25629         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
25630         (remove-duplicates, delete-duplicates, substitute)
25631         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
25632         (nsubstitute-if-not, find, find-if, find-if-not, position)
25633         (position-if, position-if-not, count, count-if, count-if-not)
25634         (mismatch, search, sort*, stable-sort, merge, member*)
25635         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
25636         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
25637         (intersection, nintersection, set-difference, nset-difference)
25638         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
25639         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
25640         (nsublis, tree-equal): Improve argument/docstring consistency.
25642         * subr.el (send-string, send-region): Remove obsolescence declaration.
25643         (window-dot, set-window-dot, read-input, show-buffer)
25644         (eval-current-buffer, string-to-int):
25645         Add release number to obsolescence declarations.
25647 2005-05-19  Kim F. Storm  <storm@cua.dk>
25649         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
25650         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
25652 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
25654         * faces.el (list-faces-display): Make back button respect optional
25655         regexp arg.
25657 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
25659         * calculator.el (calculator-radix-grouping-mode)
25660         (calculator-radix-grouping-digits, calculator-displayer)
25661         (calculator-radix-grouping-separator, calculator-copy-displayer):
25662         * dabbrev.el (dabbrev-search-these-buffers-only):
25663         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
25664         (diff-advance-after-apply-hunk, diff-mode-hook)
25665         (diff-minor-mode-prefix):
25666         * imenu.el (imenu-use-popup-menu):
25667         * jit-lock.el (jit-lock-context-time):
25668         * newcomment.el (comment-fill-column, comment-column)
25669         (comment-style, comment-padding, comment-multi-line)
25670         (comment-empty-lines, comment-auto-fill-only-comments):
25671         * reveal.el (reveal-around-mark):
25672         * uniquify.el (uniquify-buffer-name-style)
25673         (uniquify-after-kill-buffer-p)
25674         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
25675         (uniquify-min-dir-content, uniquify-separator)
25676         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
25677         * w32-vars.el (w32-fixed-font-alist):
25678         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
25679         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
25680         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
25681         * progmodes/perl-mode.el (perl-indent-level)
25682         (perl-continued-statement-offset, perl-continued-brace-offset)
25683         (perl-brace-offset, perl-brace-imaginary-offset)
25684         (perl-label-offset, perl-indent-continued-arguments)
25685         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
25686         * progmodes/tcl.el (tcl-indent-level)
25687         (tcl-continued-indent-level, tcl-auto-newline)
25688         (tcl-tab-always-indent, tcl-electric-hash-style)
25689         (tcl-help-directory-list, tcl-use-smart-word-finder)
25690         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
25691         (inferior-tcl-source-command):
25692         * textmodes/fill.el (enable-kinsoku):
25693         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
25694         * textmodes/table.el (table-yank-handler):
25695         Specify missing group (and type, if simple) in defcustom.
25697 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
25699         * progmodes/compile.el (compilation-finish-function): Fix defvar.
25701 2005-05-19  Richard M. Stallman  <rms@gnu.org>
25703         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
25705         * subr.el (event-basic-type): Don't get an error.
25706         (left-fringe-p): Function deleted.
25708         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
25709         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
25711         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
25712         in recursive copy.
25714         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
25716         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
25718         * emacs-lisp/bytecomp.el
25719         (byte-compile-file-form-custom-declare-variable):
25720         Call byte-compile-nogroup-warn if appropriate.
25722         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
25723         (compilation-set-window): Don't call left-fringe-p; do it directly.
25725 2005-05-19  Jay Belanger  <belanger@truman.edu>
25727         * calc/calc-graph.el (calc-graph-format-data): Make sure
25728         var-PlotRejects is bound before trying to check its value.
25730 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
25732         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
25733         definition of this variable from reftex-global.el to reftex.el,
25734         because it is needed in the menu.
25736 2005-05-19  Lute Kamstra  <lute@gnu.org>
25738         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
25739         years are fixed.  Don't insert a space after a dash.
25741 2005-05-19  Kim F. Storm  <storm@cua.dk>
25743         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
25745 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
25747         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
25748         strings, because (eq ... ?\\) is fairly frequent.
25750         * progmodes/make-mode.el (makefile-add-this-line-targets):
25751         Simplify and integrate into `makefile-pickup-targets'.
25752         (makefile-add-this-line-macro): Simplify and integrate into
25753         `makefile-pickup-macros.
25754         (makefile-pickup-filenames-as-targets): Simplify.
25755         (makefile-previous-dependency, makefile-match-dependency):
25756         Don't stumble over `::'.
25758 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
25760         * subr.el (post-command-idle-hook, post-command-idle-delay):
25761         Remove obsoletion of post-command-idle-hook and
25762         post-command-idle-delay.
25764         * faces.el (list-faces-display): Provide button when describe-face
25765         is called to take user back to the list of faces.
25767         * help-fns.el (describe-variable): Remove hyperlinks in a
25768         variable's value as these are quite frequently inappropriate.
25770         * follow.el (follow-submit-feedback, follow-mode):
25771         Remove references to post-command-idle-hook.
25773 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
25775         * progmodes/make-mode.el (makefile-previous-dependency)
25776         (makefile-match-dependency): Check for := (and in bsd mode also
25777         !=) to give a better result, even when font-lock is not on.
25779 2005-05-18  Jay Belanger  <belanger@truman.edu>
25781         * calc/calc-help.el (calc-s-prefix-help):
25782         Add `calc-copy-special-constant' to help string.
25784 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
25786         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
25788 2005-05-18  Jay Belanger  <belanger@truman.edu>
25790         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
25791         in linear factors are in proper order.
25793 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
25795         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25796         Support for jurabib.
25798         * textmodes/reftex.el (featurep): Define aliases for overlay
25799         commands, for XEmacs compatibility, and use these aliases in
25800         overlay initializations.
25801         (reftex-highlight): Use `reftex-move-overlay'.
25802         (reftex-unhighlight): Use `reftex-delete-overlay'.
25803         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
25804         (reftex-access-search-path): Use `reftex-uniquify' instead of
25805         `reftex-uniq'
25807         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
25808         `before-string' property modification enables for Emacs as well.
25809         (reftex-select-item): Use `reftex-delete-overlay'.
25810         (reftex-select-mark): Use `reftex-make-overlay' and
25811         `reftex-overlay-put'.
25812         (reftex-select-unmark): Use `reftex-delete-overlay' and
25813         `reftex-overlay-put'.
25815 2005-05-18  Lute Kamstra  <lute@gnu.org>
25817         * emacs-lisp/lisp.el (check-parens): Fix docstring.
25819 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
25821         * add-log.el (add-change-log-entry):
25822         * array.el (array-make-template, array-reconfigure-rows)
25823         (array-init-max-row, array-init-max-column)
25824         (array-init-columns-per-line, array-init-field-width):
25825         * replace.el (replace-match-maybe-edit, perform-replace):
25826         * textmodes/spell.el (spell-region):
25827         Replace `read-input' by `read-string'.
25829         * forms.el (forms-mode):
25830         * finder.el (finder-compile-keywords):
25831         * shadowfile.el (shadow-read-files):
25832         Replace `eval-current-buffer' by `eval-buffer'.
25834         * terminal.el (te-pass-through):
25835         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
25836         (ange-ftp-raw-send-cmd):
25837         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
25838         (send-process-next-char, telnet-initial-filter, telnet):
25839         Replace `send-string' by `process-send-string'.
25841         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
25842         (prolog-consult-region): Replace `send-string' by
25843         `process-send-string'; replace `send-region' by `process-send-region'.
25845         * progmodes/delphi.el (delphi-log-msg):
25846         Replace `set-window-dot' by `set-window-point'.
25848         * subr.el (window-dot, set-window-dot, read-input, send-string)
25849         (send-region, show-buffer, eval-current-buffer):
25850         Make really obsolete, as the comment says.
25852 2005-05-17  Kim F. Storm  <storm@cua.dk>
25854         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
25855         (cua--init-keymaps): Bind C-return instead of S-return to set
25856         rectangle mark.
25858         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
25859         instead of S-return to toggle/clear rectangle mark.
25861 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
25863         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
25864         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
25865         Also fontify plain strings assigned to variables, mostly so that a
25866         colon has a face and is thus not taken as a dependency separator.
25867         (makefile-previous-dependency): Inline the new matcher, because it
25868         is too complex to work in both directions.
25869         (makefile-match-dependency): Eliminate `backward' arg (see above).
25870         Completely reimplemented so as to not sometimes go into an endless
25871         loop.  It should also be more efficient, because first it only
25872         searches for `:', instead of applying the very complex regexp.
25873         (makefile-mode): Cancel `font-lock-support-mode', because blocks
25874         to be fontified in one piece can be too long for JIT.
25875         Makefiles are never *that* big.
25877 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
25879         * dired.el (dired-mode): Simplify.
25881 2005-05-17  Lute Kamstra  <lute@gnu.org>
25883         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
25884         defcustom for the mode hook variable.
25886         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
25887         Emacs Lisp Reference Manual.
25889 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
25891         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
25892         (evenp, list*):
25893         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
25894         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
25896         * net/tramp-smb.el (tramp-smb-open-connection):
25897         Pass `tramp-chunksize' as fifth (required) argument.
25899 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
25901         * font-lock.el (lisp-font-lock-keywords-1):
25902         Set `font-lock-negation-char-face' for [^...] char group.
25903         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
25905         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
25906         a var, and refine it to mask one more level of nested vars.
25907         (makefile-rule-action-regex): Turn it into a var, and refine it so
25908         it recognizes backslashed continuation lines as belonging to the
25909         same command.
25910         (makefile-macroassign-regex): Refine it so it recognizes
25911         backslashed continuation lines as belonging to the same command.
25912         (makefile-var-use-regex): Don't look at the next char, because it
25913         might be the same one to be skipped by the initial [^$], leading
25914         to an overlooked variable use.
25915         (makefile-make-font-lock-keywords): Remove two parameters, which
25916         are now variables that some of the modes set locally.
25917         Handle dependency and rule action matching through functions, because
25918         regexps alone match too often.  Dependency matching now comes
25919         last, so it can check, whether a colon already matched something else.
25920         (makefile-mode): Inform that font-lock improves makefile parsing
25921         capabilities.
25922         (makefile-match-dependency, makefile-match-action): New functions.
25924 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
25926         * emacs-lisp/cl-extra.el (equalp): Doc fix.
25928         * align.el (align-regexp):
25929         * ansi-color.el (ansi-color-get-face):
25930         * array.el (array-reconfigure-rows, array-init-max-row)
25931         (array-init-max-column, array-init-columns-per-line)
25932         (array-init-field-width):
25933         * dired-aux.el (dired-trample-file-versions):
25934         * dired-x.el (dired-mark-sexp):
25935         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
25936         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
25937         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
25938         * faces.el (face-read-integer):
25939         * files.el (backup-extract-version, insert-directory):
25940         * hexl.el (hexl-insert-decimal-char):
25941         * server.el (server-process-filter):
25942         * shell.el (shell-extract-num):
25943         * startup.el (command-line-1):
25944         * term.el (term-command-hook):
25945         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
25946         (time-stamp-do-number):
25947         * time.el (display-time-update):
25948         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
25949         (timezone-fix-time):
25950         * vms-patch.el (vms-suspend-resume-hook):
25951         * calendar/appt.el (appt-convert-time):
25952         * calendar/cal-bahai.el (mark-bahai-diary-entries):
25953         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
25954         * calendar/cal-islam.el (mark-islamic-diary-entries):
25955         * calendar/calendar.el (calendar-cursor-to-date)
25956         (calendar-star-date):
25957         * calendar/diary-lib.el (diary-attrtype-convert)
25958         (mark-diary-entries, diary-entry-time):
25959         * calendar/solar.el (solar-get-number):
25960         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
25961         * emacs-lisp/re-builder.el (reb-display-subexp):
25962         * emulation/edt.el (edt-set-scroll-margins):
25963         * emulation/tpu-extras.el (tpu-set-scroll-margins):
25964         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
25965         (vip-get-ex-count):
25966         * emulation/viper-ex.el (viper-get-ex-token)
25967         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
25968         * international/fontset.el (fontset-plain-name):
25969         * mail/feedmail.el (feedmail-look-at-queue-directory):
25970         * mail/mailalias.el (mail-get-names):
25971         * mail/rmail.el (rmail-convert-to-babyl-format):
25972         * mail/rmailsum.el (rmail-make-basic-summary-line)
25973         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
25974         (rmail-summary-goto-msg):
25975         * mail/smtpmail.el (smtpmail-read-response):
25976         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
25977         (ange-ftp-vms-add-file-entry):
25978         * play/gametree.el (gametree-looking-at-ply)
25979         (gametree-current-branch-score):
25980         * progmodes/ada-xref.el (ada-prj-find-prj-file)
25981         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
25982         * progmodes/cperl-mode.el (condition-case):
25983         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
25984         (ebrowse-set-member-buffer-column-width)
25985         (ebrowse-select-1st-to-9nth):
25986         * progmodes/etags.el (etags-snarf-tag):
25987         * progmodes/flymake.el (flymake-parse-line):
25988         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
25989         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
25990         (idlwave-shell-menu-def):
25991         * progmodes/ps-mode.el (ps-run-goto-error):
25992         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
25993         (vhdl-speedbar-contract-level):
25994         * term/mac-win.el (x-handle-numeric-switch):
25995         * term/sun-mouse.el (sun-get-frame-data):
25996         * term/w32-win.el (x-handle-numeric-switch):
25997         * term/x-win.el (x-handle-numeric-switch):
25998         * textmodes/ispell.el (ispell-parse-output):
25999         * textmodes/nroff-mode.el (nroff-outline-level):
26000         * textmodes/reftex-cite.el (reftex-bib-sort-year)
26001         (reftex-bib-sort-year-reverse, reftex-format-citation):
26002         * textmodes/reftex-parse.el (reftex-init-section-numbers)
26003         (reftex-section-number):
26004         * textmodes/texinfmt.el (texinfo-paragraphindent):
26005         Replace `string-to-int' by `string-to-number'.
26007         * international/latexenc.el: Add page marker to force the "Local
26008         Variables:" string out of the last page.
26010 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
26012         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
26013         tooltip-change-major-mode.
26014         (gud-tooltip-print-command): Remove case where gud-minor-mode
26015         is gdb ("--fullname").
26016         (gud-tooltip-tips): Turn GUD tooltips off for this case and
26017         explain to user.
26019 2005-05-16  Jay Belanger  <belanger@truman.edu>
26021         * calc/calc-store.el (calc-copy-special-constant): New function.
26023         * calc/calc-ext.el (calc-init-extensions): Add binding for
26024         `calc-copy-special-constant'.
26026         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
26027         for the `calc-copy-special-constant' command.
26029 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
26031         * subr.el (left-fringe-p): New function.
26033         * progmodes/compile.el (compilation-setup): Set local value of
26034         overlay-arrow-string to "" always.
26035         (compilation-set-window): Left fringe then don't scroll.
26036         No left fringe then no arrow and scroll message to top.
26037         (compilation-context-lines): Adjust doc string accordingly.
26039 2005-05-16  Kim F. Storm  <storm@cua.dk>
26041         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
26042         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
26043         (ido-wide-find-dir-or-delete-dir): New command for M-d.
26044         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
26045         (ido-read-file-name): Handle commands with ido property value
26046         equal to find-file as reading a file name, to allow C-d to enter dired.
26047         (ibuffer-find-file): Add ido property with value find-file.
26049 2005-05-15  Kim F. Storm  <storm@cua.dk>
26051         * subr.el (open-network-stream-nowait): Remove.
26052         (open-network-stream-server): Remove.
26054 2005-05-15  Richard M. Stallman  <rms@gnu.org>
26056         * faces.el (describe-face): Output a definition link button.
26058         * help-mode.el (help-face-def): New button type.
26060         * emacs-lisp/copyright.el (copyright-fix-years):
26061         Match properly if the first year is 2-digit.
26062         Don't mess up the whitespace after the years by filling.
26064         * dired-aux.el (dired-mark-confirm):
26065         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
26067         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
26068         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
26069         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
26071         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26072         Set font-lock-comment-start-skip.
26074         * font-lock.el (font-lock-comment-start-skip): New variable.
26075         (font-lock-comment-end-skip): New variable.
26076         (font-lock-fontify-syntactically-region): Use them if non-nil.
26078 2005-05-15  Jay Belanger  <belanger@truman.edu>
26080         * calc/calc-store.el (calc-store-value): Return a string rather
26081         than display it as a message.
26082         Use calc-var-name for variable name.
26083         (calc-store-into): Add the result of calc-store-value to message.
26084         (calc-copy-variable): Add a message.
26085         (calc-store-exchange): Improve error messages.
26086         (calc-store-binary, calc-store-map): Don't reset the values of
26087         special constants.
26089 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
26091         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
26092         manual to docstring.
26094         * files.el (hack-local-variables-confirm): Add STRING argument.
26095         Make the function handle non file visiting buffers correctly.
26096         (hack-local-variables-prop-line, hack-local-variables)
26097         (hack-one-local-variable): Use STRING arg of
26098         `hack-local-variables-confirm'.
26100 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
26102         Sync with Tramp 2.0.49.
26104         * net/tramp.el (tramp-handle-dired-call-process)
26105         (tramp-handle-insert-directory):`insert-buffer' cannot be used
26106         because the contents of the Tramp buffer is changed before
26107         insertion (`expand-file' and alike).
26108         (tramp-handle-insert-directory): If `localname' has an empty
26109         nondirectory name, it must not be quoted.
26110         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
26111         variable `tramp-chunksize'.  Change callees.
26112         (tramp-open-connection-setup-interactive-shell): Check remote host
26113         for buggy `send-process-string' implementation.
26114         Set `tramp-chunksize' if found.  Reported by Michael Kifer
26115         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
26116         (tramp-handle-shell-command): `insert-buffer' cannot be used
26117         because the contents of the Tramp buffer is changed before
26118         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
26119         <frederic.bothamy@free.fr>.
26120         (tramp-set-auto-save): Actions should be done for Tramp file name
26121         handler only.  Ange-FTP has its own auto-save mechanism.
26122         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26123         (tramp-set-auto-save-file-modes): Set file modes of
26124         `buffer-auto-save-file-name' to ?\600 as fallback solution.
26125         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
26126         (tramp-bug): Remove obsolete variable.
26127         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
26128         for presence of `mml-mode'.  Make it running for older Emacsen as well.
26130 2005-05-14  John Paul Wallington  <jpw@pobox.com>
26132         * ibuf-ext.el (define-ibuffer-filter filename):
26133         If `dired-directory' is a list, use its car.
26135 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
26137         * ibuffer.el (define-ibuffer-column filename):
26138         If `dired-directory' is a list, use its car.
26140 2005-05-14  Richard M. Stallman  <rms@gnu.org>
26142         * subr.el (symbol-file): Doc fix.
26144         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
26145         (byte-compile-form): Call byte-compile-nogroup-warn.
26146         (byte-compile-warning-types): Doc fix.
26148         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
26150         * progmodes/cc-engine.el (c-literal-faces):
26151         Add font-lock-comment-delimiter-face.
26153         * net/net-utils.el (dig): Use with-no-warnings.
26155         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
26156         (sc-recite-frame-alist, sc-default-cite-frame)
26157         (sc-default-uncite-frame, sc-default-recite-frame)
26158         (sc-attrib-selection-list, sc-rewrite-header-list):
26159         Mark as risky-local-variable.
26161         * international/ogonek.el (ogonek-jak, ogonek-how):
26162         Don't use beginning-of-buffer.
26164         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
26166         * calendar/solar.el (solar-data-list): Move definition up.
26168         * dnd.el (dnd-protocol-alist): Add autoload.
26170         * progmodes/sh-script.el: Many doc usage fixes.
26171         (sh-indent-after-do): Change default to match common styles.
26173 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
26175         * files.el (interpreter-mode-alist)
26176         (auto-mode-interpreter-regexp): Doc fixes.
26178 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
26180         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
26182         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
26184 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
26186         * dired.el (dired-mode): make-variable-buffer-local =>
26187         make-local-variable.
26189 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26191         * term/mac-win.el (mac-select-convert-to-string): Try coding
26192         systems in mac-script-code-coding-systems if specified one cannot
26193         encode string for `com.apple.traditional-mac-plain-text'.
26195 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
26197         * progmodes/make-mode.el (makefile-targets-face)
26198         (makefile-shell-face, makefile-makepp-perl-face): New faces.
26199         (makefile-dependency-regex): Fix it to not make the colon in
26200         $(var:a=b) special.
26201         (makefile-rule-action-regex): New regexp for highlighting embedded
26202         Shell strings.
26203         (makefile-macroassign-regex): Handle != for highlighting as
26204         embedded Shell strings.
26205         (makefile-var-use-regex): New const.
26206         (makefile-statements, makefile-automake-statements)
26207         (makefile-gmake-statements, makefile-makepp-statements)
26208         (makefile-bsdmake-statements): New consts.
26209         (makefile-make-font-lock-keywords): New function.
26210         (makefile-automake-font-lock-keywords)
26211         (makefile-gmake-font-lock-keywords)
26212         (makefile-makepp-font-lock-keywords)
26213         (makefile-bsdmake-font-lock-keywords): New consts.
26214         (makefile-mode-map): Add switchers between the various submodes.
26215         (makefile-mode): Document the availability of the variants.
26216         (makefile-automake-mode, makefile-gmake-mode)
26217         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
26219         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
26220         new variants of makefile-mode.
26222 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26224         * font-lock.el (font-lock-comment-delimiter-face): Fix up
26225         the inheritance.
26227 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
26229         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
26230         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
26232         * files.el (normal-mode): Extend the scope of the
26233         `enable-local-variables' binding to include the `set-auto-mode' call.
26234         (magic-mode-alist): Doc fix.
26236 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26238         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
26239         font-lock-comment-face rather than copying its setting.
26241 2005-05-12  Andreas Schwab  <schwab@suse.de>
26243         * eshell/esh-mode.el (eshell-send-input): Doc fix.
26245 2005-05-12  Lute Kamstra  <lute@gnu.org>
26247         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
26248         defcustom for the mode hook variable.  Delete the last argument.
26249         * generic-x.el: Fix callers of define-generic-mode.
26250         (generic-x-modes): Delete group.
26251         (show-tabs-tab-face, show-tabs-space-face): Put them in the
26252         generic-x customization group.
26254 2005-05-12  Kim F. Storm  <storm@cua.dk>
26256         * font-lock.el (font-lock-negation-char-face): Default to "off".
26258         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
26259         font-lock-negation-char-face to ! in !=.
26261 2005-05-12  Masatake YAMATO  <jet@gyve.org>
26263         * add-log.el (find-change-log): Fix typos in the docstring
26264         of function.
26266 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
26268         * international/latexenc.el (latexenc-find-file-coding-system):
26269         Avoid `re-search-forward' when looking for input encoding because
26270         of speed and safety.  Better regular expressions for recognizing
26271         input encoding.  Limit a search for TeX-master/tex-main-file to
26272         the local variable section.
26274 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
26276         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
26277         syntax of $ to "'" (quote).
26279 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
26281         * dnd.el (dnd-protocol-alist): Improve custom type.
26283         * dired.el (dired-dnd-protocol-alist): New variable.
26284         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
26285         `dired-mode-hook' to the end.
26287 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
26289         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
26290         comment-end if comment-start-skip is not set.
26291         Obey the font-lock-comment-delimiter-face variables.
26293 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
26295         * files.el (executable-find): Move from executable.el.  Use
26296         locate-file.
26297         * progmodes/executable.el (executable-find): Move to files.el.
26299         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
26300         when trying to ensure forward progress.
26302 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
26304         * mouse-sel.el (mouse-sel-follow-link-p): New function.
26305         (mouse-select, mouse-select-internal, mouse-extend-internal):
26306         Use it to implement mouse-1-click-follows-link functionality.
26308 2005-05-11  Richard M. Stallman  <rms@gnu.org>
26310         * font-lock.el (font-lock-fontify-syntactically-region):
26311         Use font-lock-comment-delimiter-face for comment delimiters.
26313 2005-05-10  Jay Belanger  <belanger@truman.edu>
26315         * calc/calc-help.el (calc-m-prefix-help): Add mention of
26316         preserving embedded modes.
26318 2005-05-10  Richard M. Stallman  <rms@gnu.org>
26320         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
26322         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
26323         Move from ada-stmt.el.
26324         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
26326         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
26327         Move to ada-mode.el.
26328         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
26330         * cus-edit.el (custom-file): Call file-chase-links.
26332         * files.el (read-directory-name): Fix previous change.
26333         (hack-local-variables-confirm): New function.
26334         (hack-local-variables-prop-line, hack-local-variables)
26335         (hack-one-local-variable): Use it.
26337 2005-05-10  Lute Kamstra  <lute@gnu.org>
26339         * font-lock.el (font-lock-keywords-alist)
26340         (font-lock-removed-keywords-alist): Clarify docstrings.
26342 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
26344         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
26345         (gdb-source-info): Check for preprocessor info.
26346         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
26347         a macro for a function.
26348         (gdb-info-breakpoints-custom): Try to find file again if not already
26349         found (user might have used GDB dir command).
26350         (gdb-get-location): Update gdb-location-alist correctly for change
26351         to gdb-info-breakpoints-custom.
26353         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
26354         (gud-tooltip-print-command): Add gdbmi case.
26355         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
26356         preprocessor info.
26358 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
26360         * startup.el (fancy-splash-insert): Fix typo in doc string.
26362 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
26364         * obsolete/float.el (string-to-float):
26365         * obsolete/hilit19.el (hilit-add-pattern):
26366         * obsolete/rnews.el (news-parse-range, news-select-message)
26367         (news-get-pruned-list-of-files): Replace `string-to-int' by
26368         `string-to-number'.
26370         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
26371         `find-file-not-found-hooks'; use `add-hook'.
26372         (uncompress-while-visiting): Set `write-file-functions', not
26373         `write-file-hooks'; use `add-hook'.
26375 2005-05-09  Kim F. Storm  <storm@cua.dk>
26377         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
26378         (cua-paste): Handle clipboard action.
26379         (cua--init-keymaps): Remap clipboard-kill-region and
26380         clipboard-kill-ring-save.
26382 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
26384         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
26385         Improve commentary.
26387         * simple.el (next-error-overlay-arrow-position): Revert the change
26388         made on 2005-04-30.
26390 2005-05-07  Jay Belanger  <belanger@truman.edu>
26392         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
26393         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
26394         `calc-sel-reselect'.
26396         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
26397         Calc is in embedded mode.
26399 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
26401         * progmodes/compile.el (compilation-setup):
26402         Set overlay-arrow-string to an empty string on text terminals.
26404         * textmodes/ispell.el (ispell-program-name): Try looking for
26405         "aspell" along exec-path, and if found, use it as the default
26406         speller program.
26408 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
26410         * international/mule.el (sgml-xml-auto-coding-function):
26411         Recognize encoding='FOO' in single quotes as well as in double quotes.
26413 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
26415         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
26416         as well as `interactive', so that defmacro* would recognize
26417         `declare' forms.
26419 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
26421         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
26422         Explain more about the LIGHTER arg's usage in the doc string.
26423         Add commentary to clarify what the code does.  Fix the regexp that
26424         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
26425         since it could have characters special to regular expressions.
26427 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
26429         * replace.el (occur-1): Bind inhibit-read-only so that
26430         erase-buffer doesn't barf on read-only text properties (likewise
26431         for add-text-properties in occur-engine).  Mark buffer as unmodified.
26432         (occur-engine): Don't set buffer-read-only here.
26434 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26436         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
26437         list-buffers-directory.  This caused the *cvs-commit* buffer to be
26438         sometimes mistakenly reused as a *cvs* buffer.
26440 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
26442         * tooltip.el: Move code for GUD tooltips into gud.el.
26443         (require): CL no longer needed to compile case.
26444         (tooltip-mode): Do not toggle functions for GUD tooltips.
26445         (tooltip-gud-tips-p): Remove.  Replace with minor mode
26446         gud-tooltip-mode in gud.el.
26447         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
26448         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
26449         tooltip-gud prefix with gud-tooltip and obsolete.
26450         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
26451         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
26452         (tooltip-mouse-motion): Mouse movement functions/variable.
26453         Rename in gud.el by adding gud prefix.
26454         (tooltip-gud-original-filter, tooltip-gud-dereference)
26455         (tooltip-gud-event, tooltip-toggle-gud-tips)
26456         (tooltip-gud-process-output, tooltip-gud-print-command)
26457         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
26458         gud.el by replacing tooltip-gud prefix with gud-tooltip.
26459         (gdb-tooltip-print): Move to gdb-ui.el.
26461         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
26462         (require): CL needed to compile case.
26463         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
26464         tooltip-gud-tips-p.  Make it a minor-mode.
26465         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
26466         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
26467         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
26468         (gud-tooltip-change-major-mode)
26469         (gud-tooltip-activate-mouse-motions-if-enabled)
26470         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
26471         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
26472         (gud-tooltip-original-filter, gud-tooltip-dereference)
26473         (gud-tooltip-event, tooltip-toggle-gud-tips)
26474         (gud-tooltip-process-output, gud-tooltip-print-command)
26475         (gud-tooltip-tips): Move from tooltip.el.
26477         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
26478         (gdb-cpp-define-alist-flags): Doc fix.
26479         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
26480         gud-tooltip-mode is t.
26482 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26484         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
26485         evaporate if their text is deleted.
26486         (goto-address-at-point): Make it work as a mouse binding as well.
26487         (goto-address-at-mouse): Obsolete it.  Update users.
26489 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
26491         * calendar/appt.el (top-level): No longer activate on load.
26493 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
26495         * calendar/cal-bahai.el (mark-bahai-diary-entries):
26496         * net/webjump.el (webjump):
26497         * progmodes/idlw-help.el (idlwave-do-context-help1)
26498         (idlwave-highlight-linked-completions):
26499         * textmodes/po.el (po-find-file-coding-system-guts):
26500         Replace `assoc-ignore-case' by `assoc-string'.
26502 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
26504         * files.el (locate-file): Doc fix.
26506         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
26507         Remove the redundant test for ms-dos.
26509         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
26510         look for the preprocessor with exec-suffixes.  If not found in
26511         standard places, look in exec-path.  Remove most of the tests that
26512         used system-type.
26514         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
26516         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
26518         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
26519         file-name clash with jka-compr.el on 8+3 filesystems.
26521 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26523         * term/mac-win.el: Don't define or bind scroll bar functions if
26524         x-toolkit-scroll-bars is t.
26525         (x-select-text, x-get-selection-value): Clear
26526         x-last-selected-text-clipboard if x-select-enable-clipboard is
26527         nil.
26528         (PRIMARY): Put mac-scrap-name property.
26529         (mac-select-convert-to-file-url): New function.
26530         (public.file-url): New selection target type.  Add to
26531         selection-converter-alist.
26532         (x-get-selection, x-selection-value): Handle it.
26533         (x-cut-buffer-or-selection-value): New alias.
26535 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
26537         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
26538         entry to avoid calling bibtex-find-entry with arg global
26539         being t.  Remove arg key.
26540         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
26541         (bibtex-copy-summary-as-kill): Change accordingly.
26543 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26545         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
26546         (org-agenda-date-later): Use with-current-buffer.
26548 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
26550         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
26551         (define-obsolete-variable-alias): Doc Fixes.
26553 2005-05-06  Kim F. Storm  <storm@cua.dk>
26555         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
26556         vertical-motion when selective-display is active.
26558         * ido.el (ido-setup-hook): New hook.
26559         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
26560         (ido-input-stack): New var.
26561         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
26562         ido-next-work-file binding to M-O.
26563         Bind M-f to ido-wide-find-file-or-pop-dir.
26564         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
26565         (ido-read-internal): Run ido-setup-hook.
26566         Catch quit in read-file-name and read-string to cancel edit.
26567         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
26568         Automatically pop-all when completing a directory name (RET).
26569         (ido-file-internal): Add with-no-warnings around ffap and dired code.
26570         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
26571         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
26572         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
26573         New functions for M-b/M-f to move among the directory components.
26574         (ido-make-merged-file-list): Catch quit to cancel merge.
26575         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
26576         (ido-completion-help): No warnings for ido-completion-buffer-full.
26578 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
26580         * font-lock.el (font-lock-negation-char-face): New face and variable.
26581         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
26582         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
26583         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
26584         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
26586 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
26588         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
26589         Fix typo in docstring.
26591         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
26592         (ebrowse-print-statistics-line)
26593         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
26595         * term/w32-win.el (image-library-alist): Add additional name for
26596         Xpm library.
26598 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
26600         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
26601         use gcc instead of cpp.
26603         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
26604         (gdb-create-define-alist): Use it.
26605         (gdb-cpp-define-alist-program): Update for MS-DOS.
26607 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
26609         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
26611 2005-05-04  Richard M. Stallman  <rms@gnu.org>
26613         * help.el (describe-key): No error when UNTRANSLATED is nil.
26615         * simple.el (line-move-1): Fix previous change to signal errors
26616         appropriately.
26618 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
26620         * calendar/icalendar.el (icalendar-version): Now at 0.12.
26621         (icalendar-duration-correction): Remove.
26622         (icalendar--get-event-properties): Split result at commas.
26623         (icalendar--decode-isoduration): New optional argument
26624         DURATION-CORRECTION.
26625         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
26626         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
26627         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
26628         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
26629         (icalendar--convert-anniversary-to-ical): New functions, extracted
26630         from icalendar-export-region, with bug fixes.
26631         (icalendar-export-region): Use the above functions.
26632         (icalendar-import-buffer): Check before saving diary file.
26633         (icalendar--convert-recurring-to-diary)
26634         (icalendar--convert-non-recurring-all-day-to-diary)
26635         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
26636         extracted from icalendar--convert-ical-to-diary, with bug fixes.
26637         (icalendar--convert-ical-to-diary): Use the above functions.
26639 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
26641         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
26642         Remove these recent additions.
26643         (c-mode): Restore to before 2005-04-28.
26645         * progmodes/cc-vars.el (cc-define-list-program): Remove this
26646         recent addition.
26648         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
26649         (gdb-define-alist): New variables.
26650         (gdb-create-define-alist): New function.
26651         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
26652         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
26653         with string-to-number.
26654         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
26656         * progmodes/gud.el: Replace string-to-int with string-to-number.
26657         (gud-find-file): Handle gdb-define-alist.
26659         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
26661 2005-05-02  Jay Belanger  <belanger@truman.edu>
26663         * calc/calc-aent.el (math-read-token):
26664         * calc/calc-bin.el (calc-word-size):
26665         * calc/calc-ext.el (calc-read-number-fancy):
26666         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
26667         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
26668         * calc/calc-frac.el (calc-over-notation):
26669         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
26670         (calc-graph-num-points, calc-graph-init):
26671         * calc/calc-prog.el (calc-read-parse-table-part)
26672         (calc-edit-macro-repeats):
26673         * calc/calc-yank.el (calc-do-grab-rectangle):
26674         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
26675         Replace `string-to-int' by `string-to-number'.
26677 2005-05-02  Kim F. Storm  <storm@cua.dk>
26679         * kmacro.el: Use executing-kbd-macro-index variable.
26681 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
26683         * net/rlogin.el (rlogin-parse-words): Delete func.
26684         (rlogin): Use split-string, not rlogin-parse-words.
26685         Also, if there are option-like elements in the parsed args,
26686         take the host to be the first arg immediately following them.
26687         Suggested by Michael Mauger.
26689 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
26691         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
26693 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
26695         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
26696         (cc-mode-cpp-program): Rename to cc-define-list-program and
26697         move to cc-vars.el.
26699         * progmodes/cc-vars.el (cc-define-list-program):
26700         Change to "gcc -E -dM -".  Make customizable.
26702 2005-05-02  Kim F. Storm  <storm@cua.dk>
26704         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
26706 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
26708         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
26710         * international/mule-util.el (truncate-string): Remove alias and
26711         obsolete declaration.
26713         * international/mule-cmds.el (update-iso-coding-systems):
26714         Remove alias and obsolete declaration.
26716         * international/mule.el (coding-system-parent): Remove alias and
26717         obsolete declaration.
26719         * subr.el (define-function, sref): Remove aliases and obsolete
26720         declarations.
26721         (chars-in-region): Remove obsolete declaration.
26723 2005-05-01  Richard M. Stallman  <rms@gnu.org>
26725         * info.el (Info-mode): Set widen-automatically to nil, locally.
26727         * simple.el (widen-automatically): New variable.
26728         (pop-global-mark): Obey widen-automatically.
26730 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
26732         * term/xterm.el (function-key-map): Call substitute-key-definition
26733         before the keymap size is increased by a lot of define-key calls.
26735 2005-05-01  Richard M. Stallman  <rms@gnu.org>
26737         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
26738         Rename ARG to ELEMENT.  Doc fix.
26740 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
26742         * allout.el (allout-exposure): Remove macro and obsolete declaration.
26743         Remove references to allout-exposure/change to allout-new-exposure.
26745         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
26746         bytecode symbols.
26748         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
26749         (compiled-function-p, focus-frame, unfocus-frame):
26750         Remove aliases and obsolete declarations.
26751         Back out inadvertent changes from previous commit.
26753 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
26755         * files.el (require-final-newline): Make Custom tags consistent
26756         with mode-require-final-newline.
26757         (mode-require-final-newline): Doc fix.
26759 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26761         * international/latexenc.el (latexenc-find-file-coding-system):
26762         Fix regular expressions.
26764 2005-05-01  David Kastrup  <dak@gnu.org>
26766         * international/latexenc.el (latexenc-find-file-coding-system):
26767         Fix regular expressions.
26769 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
26771         * subr.el (string-to-int): Make obsolete.
26773 2005-04-30  Richard M. Stallman  <rms@gnu.org>
26775         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
26777         * loadup.el: load jka-comp-hook.
26779         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
26780         (jka-compr-handler): Add autoload.  `put' calls moved
26781         to jka-comp-hook.el.
26782         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
26783         (jka-compr-inhibit): Autoload.
26785         * jka-comp-hook.el: New file.
26786         Enable the mode by default.
26788         * files.el (backup-buffer-copy): Use copy-file instead
26789         of write-region, and put back the 'excl.
26791 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
26793         * progmodes/flymake.el (flymake-split-string)
26794         (flymake-split-string, flymake-log, flymake-pid-to-names)
26795         (flymake-reg-names, flymake-get-source-buffer-name)
26796         (flymake-unreg-names, flymake-add-line-err-info)
26797         (flymake-add-err-info): Clarify docstrings.
26798         (flymake-popup-menu, flymake-make-emacs-menu)
26799         (flymake-make-xemacs-menu): Add docstrings.
26800         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
26801         Set variables directly throughout.
26803 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
26805         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
26806         exists.  Initialize cc-define-alist.
26807         (c-mode): Add cc-create-define-alist locally to after-save-hook.
26808         If there is no file (Macroexpansion) don't create an alist.
26810 2005-04-29  Sam Steingold  <sds@gnu.org>
26812         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
26813         (cc-create-define-alist): Use it instead of the hard-coded string.
26815 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26817         * international/mule-conf.el (file-coding-system-alist): Fix regexp
26818         for latexenc.
26820 2005-04-29  Lute Kamstra  <lute@gnu.org>
26822         * emacs-lisp/generic.el: Improve commentary section.
26823         (define-generic-mode): Improve docstring.
26825 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
26827         * textmodes/org.el (many places): Change to quiet the byte compiler.
26828         (org-prefix-format-compiled): New variable.
26829         (org-compile-prefix-format): New function.
26830         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
26831         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
26832         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
26833         (org-get-entries-from-diary): Use `org-get-time-of-day' for
26834         consistency with entries from `org-mode' files.
26835         (org-get-time-of-day): Fix bug with partial matches early in a line.
26836         (org-non-link-chars): New constant.
26837         (org-link-regexp): Respect `org-non-link-chars'.
26838         (org-agenda-day-view): Remove command.
26839         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
26840         (org-follow-bbdb-link, org-store-link): Search also company field.
26841         (org-highlight-overlay): New variable.
26842         (org-highlight, org-unhighlight): New functions.
26843         (org-agenda-mode): Add pre-command-hook to remove highlight.
26844         (org-evaluate-time-range): Behavior depends upon whether time stamp
26845         contains a time or not.
26846         (org-show-subtree, org-show-entry): New functions.
26847         (org-agenda-cleanup-fancy-diary): Remove empty lines.
26849 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
26851         * comint.el (comint-output-filter-functions): Add autoload cookie.
26853 2005-04-28  Kim F. Storm  <storm@cua.dk>
26855         * ido.el (ido-everywhere): Fix last change.
26857 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
26859         * international/latexenc.el: New file.
26860         * international/mule-conf.el (file-coding-system-alist): For .tex,
26861         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
26863 2005-04-28  Lute Kamstra  <lute@gnu.org>
26865         * font-lock.el (font-lock-add-keywords)
26866         (font-lock-remove-keywords): Clarify docstring.
26867         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
26868         Don't start docstrings with a `*'.
26869         (font-lock-update-removed-keyword-alist): Give it a docstring.
26871         * generic-x.el: Update commentary section.
26872         Only require font-lock when compiling.
26873         Define all modes conditionally.
26874         Place all generic modes in the generic-x-modes customization group.
26875         (generic-x-modes): New customization group.
26876         (generic-default-modes, generic-mswindows-modes)
26877         (generic-unix-modes, generic-other-modes): New constants.
26878         (generic-define-mswindows-modes, generic-define-unix-modes):
26879         Update docstrings.  Make them obsolete.
26880         (generic-extras-enable-list): New default value.  Update docstring.
26881         Improve :type.  Change :set function.
26882         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
26883         Fix docstring.
26885         * emacs-lisp/generic.el (generic-mode-internal):
26886         Simplify font-lock-defaults.
26887         (define-generic-mode): Fix docstring.
26889 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26891         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
26892         font-lock-face property to highlight matches.
26894 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
26896         * progmodes/cc-mode.el (cc-create-define-alist): New function.
26897         (cc-define-alist): New variable.
26898         (c-mode): Make it local and initialize it.
26900         * progmodes/gdb-ui.el (gdb-active-process): New variable.
26901         (gdb-exited): New function.
26902         (gdb-annotation-rules): Use it.
26903         (gdb-starting): Set gdb-active-process to t.
26904         (gdb-stopping): Amend doc string.
26905         (gdb-reset): Set gdb-active-process to nil.
26907         * tooltip.el (tooltip-gud-tips): Show the associated #define
26908         directives when a C program under GDB is not executing.
26910 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
26912         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
26913         font-lock-fontify-syntactic-keywords.
26915         * font-lock.el (font-lock-default-fontify-region): Don't force
26916         parse-sexp-lookup-properties to nil.
26918 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
26920         * man.el (man-mode-syntax-table): Set up `:' to have
26921         word-constituent syntax.
26923 2005-04-27  Lute Kamstra  <lute@gnu.org>
26925         * novice.el (disable-command): Don't add spurious newlines to the
26926         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
26928 2005-04-26  Jay Belanger  <belanger@truman.edu>
26930         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
26931         than one window before deleting window.
26933 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
26935         * shell.el (shell-prompt-pattern): Doc fix.
26936         (shell-mode): Set paragraph-separate buffer locally to "\\'".
26938         * comint.el (comint-prompt-regexp, comint-get-old-input)
26939         (comint-use-prompt-regexp)
26940         (comint-use-prompt-regexp-instead-of-fields)
26941         (comint-replace-by-expanded-history, comint-send-input)
26942         (comint-output-filter, comint-get-old-input-default)
26943         (comint-line-beginning-position, comint-bol, comint-show-output)
26944         (comint-backward-matching-input, comint-forward-matching-input)
26945         (comint-next-prompt, comint-previous-prompt):
26946         Rename `comint-use-prompt-regexp-instead-of-fields' to
26947         `comint-use-prompt-regexp'.  Keep old name as alias and declare
26948         obsolete.
26949         (comint-use-prompt-regexp): Shorten first line of doc string.
26951         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
26952         Set paragraph-separate buffer locally to "\\'".
26954         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
26955         Adapt to above name change.
26957         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
26958         (smbclient-prompt-regexp): Ditto.
26960         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
26962 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
26964         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
26965         gdb-location-list.
26966         Break lines that are over 80 characters wide.
26968 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26970         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
26971         New fun and var, to preserve compatibility.
26973         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
26975 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
26977         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
26978         name to file-newer-than-file-p.
26980 2005-04-26  Richard M. Stallman  <rms@gnu.org>
26982         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
26984         * progmodes/python.el (python-mode):
26985         Use new name eldoc-documentation-function.
26987         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
26989         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
26990         (eldoc-documentation-function):
26991         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
26993 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
26995         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
26997 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
26999         * term/xterm.el (function-key-map): Fix strings for
27000         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
27001         {C,S,A,C-S}-{f1-f12}.
27003 2005-04-26  Kenichi Handa  <handa@m17n.org>
27005         * international/mule-cmds.el (select-safe-coding-system):
27006         Fix previous change.
27008 2005-04-26  Lute Kamstra  <lute@gnu.org>
27010         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
27012         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
27013         (font-lock-comment-delimiter-face): Ditto.
27015         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
27017 2005-04-25  Jay Belanger  <belanger@truman.edu>
27019         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
27020         to t while inserting information; use help-mode.
27022 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
27024         * term.el (ansi-term-color-vector): Use the xterm colors.
27025         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
27027 2005-04-25  Lute Kamstra  <lute@gnu.org>
27029         * font-core.el (font-lock-defaults): Fix docstring.
27031         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
27033 2005-04-25  Kenichi Handa  <handa@m17n.org>
27035         * international/mule-cmds.el (select-safe-coding-system):
27036         Don't check consistency with coding: spec, etc if raw-text or
27037         no-conversion was found to be safe.
27039 2005-04-24  Richard M. Stallman  <rms@gnu.org>
27041         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
27042         citation markers at start of each line.
27044         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
27045         citation markers at start of each line.
27047         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
27049         * files.el (mode-require-final-newline): Fix previous change.
27050         (require-final-newline): Fix type label.
27052 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
27054         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
27055         statement in buffer (broken by 2004-11-24 change).
27057 2005-04-24  Kim F. Storm  <storm@cua.dk>
27059         * ido.el (ido-everywhere): Save and restore old read-buffer-function
27060         and read-file-name-function values.  Don't overwrite existing
27061         non-nil values if ido-mode is enabled without ido-everywhere.
27063 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
27065         * files.el (mode-require-final-newline): Minor doc fix.
27067 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
27069         * subr.el (syntax-after): Doc fix.
27070         (syntax-class): If argument is nil, return nil.  Mask off upper 16
27071         bits, not 8 bits.
27073         * files.el (mode-require-final-newline): Doc fix.
27074         (backup-buffer-copy): Fix last change.
27076 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27078         * term/mac-win.el: Require select.  Set selection-coding-system to
27079         mac-system-coding-system.  Call menu-bar-enable-clipboard.
27080         (x-last-selected-text-clipboard, x-last-selected-text-primary)
27081         (x-select-enable-clipboard): New variables.
27082         (x-select-text, x-get-selection, x-selection-value)
27083         (x-get-selection-value, mac-select-convert-to-string)
27084         (mac-services-open-file, mac-services-open-selection)
27085         (mac-services-insert-text): New functions.
27086         (CLIPBOARD, FIND): Put mac-scrap-name property.
27087         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
27088         (public.tiff): Put mac-ostype property.
27089         (selection-converter-alist): Add entries for them.
27090         (mac-application-menu-map): New keymap.
27091         (interprogram-cut-function, interprogram-paste-function): Set to
27092         x-select-text and x-get-selection-value, respectively.
27093         (split-window-keep-point): Set to t.
27095 2005-04-23  Richard M. Stallman  <rms@gnu.org>
27097         * files.el (read-directory-name): Always pass non-nil
27098         DEFAULT-FILENAME arg to read-file-name.
27099         (backup-buffer-copy, basic-save-buffer-2): Take care against
27100         writing thru an unexpected existing symlink.
27101         (revert-buffer): In indirect buffer, revert the base buffer.
27102         (magic-mode-alist): Doc fix.
27103         (buffer-stale-function): Doc fix.
27104         (minibuffer-with-setup-hook): Avoid warning.
27105         (mode-require-final-newline): Doc and custom fix.
27107         * follow.el (follow-end-of-buffer): Use with-no-warnings.
27109         * font-lock.el (font-lock-comment-face): On terminals with few colors,
27110         use the default appearance.
27111         (font-lock-comment-delimiter-face): New face, new variable.
27113         * imenu.el (imenu--generic-function): The official position of a
27114         definition is the start of the line that BEG is in.
27116         * midnight.el (midnight-timer): Move defvar up.
27118         * mouse.el (mouse-drag-region-1): Delete some debugging code.
27120         * saveplace.el (save-place-to-alist): Use with-no-warnings.
27122         * startup.el (command-line): Use with-no-warnings.
27124         * window.el (window-size-fixed): New defvar.
27126         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
27128         * mail/rmail.el (rmail-font-lock-keywords):
27129         Use font-lock-comment-delimiter-face.
27131         * mail/sendmail.el (mail-font-lock-keywords):
27132         Use font-lock-comment-delimiter-face.
27134         * progmodes/compile.el (next-error-highlight-timer): New defvar.
27136 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
27138         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27139         Specify t for LAXMATCH when matching directories.
27140         Save match data around compilation-compat-error-properties form.
27142 2005-04-23  David Kastrup  <dak@gnu.org>
27144         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
27145         Mention that the autoloaded aliases should be kept for AUCTeX.
27147 2005-04-23  Andreas Schwab  <schwab@suse.de>
27149         * isearch.el (isearch-forward): Doc fix.
27151 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
27153         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
27154         (jit-lock-stealth-nice): Change default value to 0.5.
27156 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
27158         * abbrev.el (write-abbrev-file): Write table entries in
27159         alphabetical order by table name.
27161 2005-04-22  Kim F. Storm  <storm@cua.dk>
27163         * ido.el (ido-read-internal): Fix `list' completion.
27165 2005-04-22  Kenichi Handa  <handa@m17n.org>
27167         * recentf.el (recentf-save-file-coding-system): New variable.
27168         (recentf-save-list): Encode the file by
27169         recentf-save-file-coding-system and add coding: tag.
27171 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
27173         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
27175 2005-04-21  Lute Kamstra  <lute@gnu.org>
27177         * loadhist.el (unload-feature): Don't remove a function from hooks
27178         if it is about to be restored to an autoload .  Remove functions
27179         that will become unbound from auto-mode-alist.  Simplify the code.
27181         * subr.el (assq-delete-all): New implementation that is linear,
27182         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
27183         (rassq-delete-all): New function.
27185         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
27186         Add size-indication-mode.
27188 2005-04-21  Kenichi Handa  <handa@m17n.org>
27190         * international/mule-cmds.el: Add autoload for widget-value in
27191         eval-when-compile.
27193 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
27195         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
27196         Add tooltip-mode.
27198         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
27200 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
27202         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
27203         (inferior-lisp-filter-regexp, inferior-lisp-program)
27204         (inferior-lisp-load-command, inferior-lisp-prompt)
27205         (inferior-lisp-mode-hook, lisp-source-modes)
27206         (inferior-lisp-load-hook): defvar->defcustom.
27207         (inferior-lisp-program, inferior-lisp-prompt)
27208         (inferior-lisp-load-hook): Doc fixes.
27209         (inferior-lisp-install-letter-bindings): Small change in
27210         introductory comment.
27212 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
27214         * vc.el (vc-annotate-color-map): Change some colors so that text
27215         using them as foreground is readable on both white and black
27216         backgrounds.
27218 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
27220         * international/mule-conf.el (translation-table-for-input):
27221         Remove redundant declaration.
27223 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
27225         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
27227         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
27228         (tooltip-toggle-gud-tips): New function.
27230 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27232         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
27233         right angle brackets.
27235 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
27237         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
27239 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
27241         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
27242         Remove.  Update callers to use expand-file-name instead.
27244         * subr.el (syntax-class): New function.
27246         * simple.el (blink-matching-open): Use it.
27248         * paren.el (show-paren-function): Use it to recognize parens that are
27249         also used in 2-char comment markers.
27251 2005-04-19  Lute Kamstra  <lute@gnu.org>
27253         * loadhist.el (unload-feature): Update for new format of
27254         load-history.  Simplify the code.
27256 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27258         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
27259         (mac-add-charset-info): New function.  Initialize variable
27260         mac-charset-info-alist using it.
27261         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
27262         for translation.
27263         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
27264         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
27265         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
27266         New CCL programs.
27268 2005-04-19  Kim F. Storm  <storm@cua.dk>
27270         * simple.el (next-buffer, prev-buffer, next-error)
27271         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
27272         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
27274         * bindings.el (next-buffer, prev-buffer, next-error)
27275         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
27276         (clone-indirect-buffer-other-window): Move bindings from simple.el.
27277         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
27278         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
27280 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
27282         * isearch.el (isearch-edit-string): Make the search-ring available for
27283         minibuffer history commands.
27284         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
27285         the default history commands now work just as well.
27286         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
27288 2005-04-18  Kim F. Storm  <storm@cua.dk>
27290         * emulation/cua-base.el (cua--pre-command-handler): Add more
27291         elaborate check for shift modifier on non-window systems.
27293 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
27295         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
27297 2005-04-18  Kim F. Storm  <storm@cua.dk>
27299         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
27300         and make it optional.  Don't test tooltip-gud-echo-area here.
27301         (tooltip-gud-process-output, gdb-tooltip-print):
27302         Pass tooltip-gud-echo-area to tooltip-show.
27303         (tooltip-help-tips): Remove second optional arg to tooltip-show.
27305 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27307         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
27308         `display-graphic-p' may not be bound yet.
27310 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
27312         * startup.el (command-line): No longer enable Xterm Mouse mode by
27313         default in terminals compatible with xterm.
27315         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
27317 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
27319         * tooltip.el (tooltip-gud-echo-area): Rename from
27320         tooltip-use-echo-area.
27321         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
27322         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
27323         area independently of where help tooltips are displayed.
27325 2005-04-17  David Kastrup  <dak@gnu.org>
27327         * cus-theme.el (custom-theme-write-variables): Quote variables
27328         where necessary.
27330 2005-04-17  Richard M. Stallman  <rms@gnu.org>
27332         * simple.el (yank-excluded-properties): Add follow-link to value.
27334         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
27336         * startup.el (fancy-splash-max-time): Just 30 seconds.
27337         (fancy-splash-delay): Just 7.
27338         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
27340         * loadhist.el (unload-feature): Update for new format of load-history.
27341         Simplify the code.
27343         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
27344         (rmail-font-lock-keywords): Don't fontify the text of a citation.
27346         * mail/sendmail.el (mail-font-lock-keywords):
27347         Don't fontify subject text.
27348         Don't fontify the text of a citation.
27350 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
27352         * comint.el (comint-output-filter): Run comint-output-filter-functions
27353         with point where the user had it.
27355 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
27357         * international/ucs-tables.el (ucs-set-table-for-input):
27358         Disable when using unify-on-decoding.
27360 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
27362         * emulation/cua-base.el (cua-global-mark-face): Add special case
27363         for displays supporting a high number of colors.
27365 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
27367         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
27369 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
27371         * filesets.el (filesets-add-buffer): If user supplies a name of a
27372         non-existing fileset, create a new fileset.
27374 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
27376         * textmodes/org.el (org-up-heading-all): Fix bug with
27377         `outline-up-heading-all'.
27379 2005-04-16  Andreas Schwab  <schwab@suse.de>
27381         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
27382         /etc/permissions.d/* and /etc/aliases.d/*.
27384 2005-04-16  Kenichi Handa  <handa@m17n.org>
27386         * international/code-pages.el (cp-make-coding-system):
27387         Set `translation-table-for-input' property value to the symbol
27388         ucs-mule-to-mule-unicode, not to that value.
27389         (pt154): Escape guillemet by `\'.
27391 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
27393         * loadup.el: Load tooltip if x-show-tip is fboundp.
27395         * startup.el (command-line): Add comment.
27397         * tooltip.el (tooltip-mode): Specify correct standard value for
27398         Custom in init-value.
27400 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
27402         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
27403         possible.
27405 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
27407         * textmodes/org.el (org-agenda-date-prompt): Rename from
27408         `org-agenda-date-today'.
27409         (org-evaluate-time-range): Insert at point instead of directly
27410         after time range.
27411         (org-first-headline-recenter, org-subtree-end-visible-p)
27412         (org-optimize-window-after-visibility-change): New functions
27413         (org-agenda-post-command-hook): Don't allow point at end of line,
27414         to make sure it always hits the text properties.
27415         (org-agenda-next-date-line, org-agenda-previous-date-line):
27416         New commands.
27417         (org-set-regexps-and-options): Category may contain white space.
27418         (org-agenda-get-deadlines, org-agenda-get-scheduled):
27419         Improve marker positions.
27420         (org-agenda-new-marker): Argument POS made optional.
27421         (org-agenda-get-timestamps): Deadlines which are done are listed
27422         in org-done-face now.
27423         (org-agenda-get-todos, org-agenda-get-timestamps)
27424         (org-agenda-get-deadlines, org-agenda-get-scheduled):
27425         Set `undone-face' and `done-face' properties.
27426         (org-last-todo-state-is-todo): New variable.
27427         (org-todo): Set `org-last-todo-state-is-todo'.
27428         (org-agenda-todo): Change face according to
27429         `org-last-todo-state-is-todo'.  And change other lines referring to
27430         the same entry.
27431         (org-calendar-goto-agenda): New command.
27432         (org-calendar-to-agenda-key): New option.
27433         (org-startup-folded): New allowed value `content'.
27434         (org-set-regexps-and-options): Accept new value `content' for
27435         `org-startup-folded'.
27436         (org-get-current-options): Handle new value `content' for
27437         `org-startup-folded'.
27438         (org-insert-todo-heading): New command.
27439         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
27440         interactively in empty file and option
27441         `org-insert-mode-line-in-empty-file' has been set.
27442         (org-agenda-todo, org-agenda-priority): Modify to use
27443         `org-agenda-change-all-lines'.
27444         (org-warning-face): Change color on dark background
27446 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27448         * international/mule-cmds.el (set-locale-environment): On Mac OS,
27449         use preferences AppleLocale and AppleLanguages, and variable
27450         mac-system-locale for default locale.  On Mac OS Classic, use
27451         mac-system-coding-system for default coding systems.
27453         * term/mac-win.el: Don't set file-name-coding-system.
27454         Decode variables system-name, emacs-build-system, user-login-name, and
27455         user-full-name by mac-system-coding-system on Mac OS Classic.
27456         (mac-system-coding-system): New variable.
27458 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
27460         * startup.el (command-line): Handle `xterm-mouse-mode' before
27461         reading init file.
27463         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
27465 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
27467         * progmodes/sh-script.el (sh-here-document-word): Make it a
27468         defcustom.  Doc fix.
27469         (sh-add): Bash uses $(( )) for arithmetic.
27470         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
27471         (sh-maybe-here-document): Remove quotes and leading whitespace
27472         from heredoc word when closing.  Indent heredoc with tabs if word
27473         starts with "-".
27475 2005-04-13  Richard M. Stallman  <rms@gnu.org>
27477         * simple.el (undo): Fix previous change.
27479         * custom.el (defface): Doc fix.
27481 2005-04-13  Lute Kamstra  <lute@gnu.org>
27483         * Makefile.in (DONTCOMPILE): Remove list.
27484         (compile, compile-always): Don't use DONTCOMPILE.
27485         (update-authors): Load the library in which batch-update-authors
27486         is defined.
27487         * makefile.w32-in (DONTCOMPILE): Remove list.
27488         (compile, compile-always): Fix comments.
27489         (update-authors): Load the library in which batch-update-authors
27490         is defined.
27492         * generic-x.el (generic-mode-ini-file-find-file-hook):
27493         Rename to ini-generic-mode-find-file-hook.
27494         Keep generic-mode-ini-file-find-file-hook as an alias.
27495         (ini-generic-mode-find-file-hook): Rename from
27496         generic-mode-ini-file-find-file-hook.  Fix docstring.
27497         (ini-generic-mode): Docstring change.
27498         (bat-generic-mode-run-as-comint): Silence the byte compiler.
27500         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
27501         called from lisp.
27503         * generic.el: Move to the emacs-lisp subdir.
27505 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
27507         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
27508         and C-S- function and cursor motion keys.
27510 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
27512         * startup.el (command-line): Enable Xterm Mouse mode by default.
27513         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
27514         for Custom.  No longer show "Mouse" in mode line when enabled.
27515         Doc fix.
27517 2005-04-12  Kim F. Storm  <storm@cua.dk>
27519         * emulation/cua-base.el (cua-rectangle-face)
27520         (cua-rectangle-noselect-face): Define face attributes here.
27522         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
27524 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
27526         * startup.el (command-line): Turn off blinking cursor if
27527         cursorBlink in resources is off or false.
27529 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27531         * term/mac-win.el (dnd): Require dnd.
27532         (mac-drag-n-drop): Call dnd-handle-one-url.
27533         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
27534         (kTextEncodingISOLatin2): Remove constants.
27535         (mac-script-code-coding-systems): New constant.
27536         (mac-handle-language-change): New function.
27537         (special-event-map): Bind it to `language-change' event.
27538         (mac-centraleurroman, mac-cyrillic): New coding systems.
27539         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
27540         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
27541         and mac-cyrillic-encoder to encode-mac-centraleurroman and
27542         encode-mac-cyrillic, respectively.
27544 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
27546         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
27547         Don't set overlay-arrow-string to "=>" as this is done
27548         globally in C now.
27550 2005-04-12  Lute Kamstra  <lute@gnu.org>
27552         * generic-x.el (rc-generic-mode, rul-generic-mode):
27553         Fix auto-mode-alist entries.
27554         (etc-fstab-generic-mode): Tweak fontification.
27556         * generic.el (generic-make-keywords-list): Fix docstring.
27557         (generic-mode-internal): Simplify generic-font-lock-keywords.
27559 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
27561         * whitespace.el (whitespace-buffer-leading)
27562         (whitespace-buffer-trailing): Revert the incorrect test inversion.
27563         However, fix the highlight area for the leading and
27564         trailing whitespaces to show space.
27566 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
27568         * whitespace.el (whitespace-version): Bump to 3.5
27570         (whitespace-buffer-leading, whitespace-buffer-trailing):
27571         Invert sense of the test to highlight the whitespace.
27573 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
27575         * progmodes/gud.el (gud-display-line): GUD uses its own
27576         overlay arrow now so don't set overlay-arrow-string.
27577         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
27579 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
27581         * term.el (term-ansi-current-bold, term-ansi-current-underline)
27582         (term-ansi-current-reverse, term-ansi-current-invisible)
27583         (term-ansi-face-already-done): Change to boolean.
27584         (term-reset-terminal, term-handle-colors-array): Handle the above
27585         vars accordingly.
27586         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
27587         (term-emulate-terminal): Use the new name.
27589         * faces.el (secondary-selection): Use yellow1, not yellow.
27590         (trailing-whitespace): Use red1, not red.
27592 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
27594         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
27595         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
27596         (dired-dnd-handle-file): Call dnd-get-local-file-uri
27598         * cus-edit.el (dnd): New group.
27600         * term/w32-win.el (dnd): Require dnd
27601         (w32-drag-n-drop): Call dnd-handle-one-url.
27603         * x-dnd.el: Require dnd.
27604         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
27605         Call dnd-handle-one-url.
27606         (x-dnd-types-alist, x-dnd-insert-utf8-text)
27607         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
27608         to dnd-insert-text.
27609         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
27610         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
27611         (x-dnd-get-local-file-name, x-dnd-open-local-file)
27612         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
27614         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
27616 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
27618         * wdired.el: Doc fixes.
27619         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
27620         (wdired-use-dired-vertical-movement): Rename from
27621         wdired-always-move-to-filename-beginning.
27622         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
27623         (wdired-change-to-wdired-mode): Change mode name.
27624         (wdired-newline): Delete.
27626 2005-04-11  Richard M. Stallman  <rms@gnu.org>
27628         * whitespace.el (whitespace-highlight-the-space):
27629         Don't call whitespace-unhighlight-the-space here.
27631         * simple.el (undo): Record t in undo-equiv-table
27632         for the redo record made by an undo-in-region.
27634 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
27636         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
27637         (gdb-frame-inferior-io-buffer): New Functions to control
27638         display of separate IO buffer.
27639         (menu): Add them to menu-bar.
27640         (gdb-display-buffer): Check for buffer another frame.
27641         Protect GUD buffer.
27642         (gdb-setup-windows): Create IO buffer if not already there.
27643         (gdb-memory-mode): Remove purecopy noops.
27645 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
27647         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
27648         and pass to self-insert-command.
27650 2005-04-11  Lute Kamstra  <lute@gnu.org>
27652         * generic.el: Commentary section cleanup.
27653         (generic): Delete.
27654         (generic-use-find-file-hook, generic-lines-to-scan)
27655         (generic-find-file-regexp, generic-ignore-files-regexp)
27656         (default-generic-mode, generic-mode-find-file-hook)
27657         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
27658         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
27659         (generic-use-find-file-hook, generic-lines-to-scan)
27660         (generic-find-file-regexp, generic-ignore-files-regexp)
27661         (default-generic-mode, generic-mode-find-file-hook)
27662         (generic-mode-ini-file-find-file-hook): Move from generic.el.
27664 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
27666         * bookmark.el (bookmark-write-file): Catch errors writing file.
27667         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
27669 2005-04-10  Richard M. Stallman  <rms@gnu.org>
27671         * startup.el (fancy-splash-tail): Update copyright year.
27672         (command-line): Split part of -Q into -D.
27673         (emacs-basic-display): New defvar.
27674         (fancy-splash-text): Correct name of menu item.
27676         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
27678         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
27679         lines in one node.
27681         * comint.el (comint-send-input): New arg ARTIFICIAL.
27682         Callers in this file changed.
27684         * abbrev.el (define-abbrevs): Read system abbrevs properly.
27686         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
27688 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
27690         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
27691         `ldap-search-internal'.
27693 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
27695         * files.el (set-auto-mode-1): Use line-end-position.
27697         * international/latin-1.el:
27698         * international/latin-2.el:
27699         * international/latin-3.el:
27700         * international/latin-4.el:
27701         * international/latin-5.el:
27702         * international/latin-8.el:
27703         * international/latin-9.el: Give punctuation syntax to NBSP.
27705         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
27706         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
27707         Use char-classes to accept non-ascii letters, accepted in some recent
27708         bibtex implementations.
27710 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
27712         * custom.el (custom-set-minor-mode): Any non-nil value for the
27713         variable should enable the mode when set through Custom.
27715 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
27717         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
27718         TAB binding so tab-always-indent is obeyed.
27719         (vhdl-minibuffer-local-map): Move initialization into declaration.
27720         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
27721         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
27722         (vhdl-hooked-abbrev): Avoid test for XEmacs.
27723         (vhdl-current-line): Use line-beginning-position.
27724         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
27725         with-output-to-temp-buffer, so the current position can be recorded.
27727 2005-04-10  Masatake YAMATO  <jet@gyve.org>
27729         * progmodes/compile.el (compilation-error-regexp-alist-alist):
27730         Add regexp for gcov.
27732 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27734         * calendar/time-date.el (time-to-seconds, seconds-to-time)
27735         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
27736         syntax which Emacs 20 doesn't support.
27738 2005-04-09  Richard M. Stallman  <rms@gnu.org>
27740         * help.el (describe-key-briefly, describe-key):
27741         Replace strings as event types with "(any string)".
27743 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
27745         * arc-mode.el (archive-mode-map): Move initialization into
27746         the declaration.  Override *all* bindings of `undo'.
27747         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
27749 2005-04-09  Jay Belanger  <belanger@truman.edu>
27751         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
27753 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
27755         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
27756         (xterm-register-default-colors): Update color values computation
27757         to match xterm-200.
27759 2005-04-09  Kenichi Handa  <handa@m17n.org>
27761         * international/code-pages.el (iso-latin-7): Fix the map.
27763 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
27765         * emacs-lisp/lisp.el (defun-prompt-regexp)
27766         (parens-require-spaces, buffer-end, end-of-defun)
27767         (insert-parentheses): Doc fixes.
27769 2005-04-08  Kim F. Storm  <storm@cua.dk>
27771         * comint.el (comint-highlight-prompt): Fix face spec.
27772         * hi-lock.el (hi-green): Likewise.
27774 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
27776         * cus-edit.el (custom-modified-face):
27777         * comint.el (comint-highlight-input): Fix previous changes.
27778         * term.el (term-handle-ansi-escape): Add a comment.
27780 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
27782         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
27783         in the buffer and in whitespace-highlighted-space.
27784         (whitespace-unhighlight-the-space): Simplify.
27785         (whitespace-buffer): Simplify.
27787 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
27789         * textmodes/table.el (table-cell-face): Add special case for
27790         displays supporting a high number of colors.
27791         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
27792         (vhdl-font-lock-reserved-words-face)
27793         (vhdl-speedbar-architecture-face)
27794         (vhdl-speedbar-instantiation-face)
27795         (vhdl-speedbar-architecture-selected-face)
27796         (vhdl-speedbar-instantiation-selected-face): Likewise.
27797         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
27798         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
27799         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
27800         (ebrowse-root-class-face, ebrowse-member-attribute-face)
27801         (ebrowse-progress-face): Likewise.
27802         * progmodes/compile.el (compilation-info-face): Likewise.
27803         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
27804         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
27805         * calendar/calendar.el (diary-face): Likewise.
27806         * woman.el (woman-italic-face, woman-bold-face)
27807         (woman-unknown-face): Likewise.
27808         * wid-edit.el (widget-button-pressed-face): Likewise.
27809         * whitespace.el (whitespace-highlight-face): Likewise.
27810         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
27811         * pcvs-info.el (cvs-marked-face): Likewise.
27812         * info.el (info-xref): Likewise.
27813         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
27814         * hilit-chg.el (highlight-changes-face)
27815         (highlight-changes-delete-face): Likewise.
27816         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
27817         (hi-red-b): Likewise.
27818         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
27819         * font-lock.el (font-lock-keyword-face)
27820         (font-lock-function-name-face, font-lock-warning-face): Likewise.
27821         * cus-edit.el (custom-invalid-face, custom-modified-face)
27822         (custom-set-face, custom-changed-face, custom-variable-tag-face)
27823         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
27824         * comint.el (comint-highlight-prompt): Likewise.
27826 2005-04-08  Lute Kamstra  <lute@gnu.org>
27828         * font-lock.el (font-lock-keywords): Docstring fixes.
27830 2005-04-08  Kenichi Handa  <handa@m17n.org>
27832         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
27833         chars are more than a limit, print " and more..." at the tail.
27835 2005-04-08  Kim F. Storm  <storm@cua.dk>
27837         * emacs-lisp/authors.el (authors-aliases): Update list.
27838         (authors-ignored-files): New list.
27839         (authors-fixed-entries): Fix typo.
27840         (authors-renamed-files-alist): Update list.
27841         (authors-add): Check authors-ignored-files.
27843 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
27845         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
27846         optional, to ensure backward compatibility.
27848 2005-04-08  Stephen Eglen  <stephen@gnu.org>
27850         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
27852 2005-04-08  Kim F. Storm  <storm@cua.dk>
27854         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
27856         * mouse.el (mouse-on-link-p): Doc fix.
27858 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
27860         * ielm.el (ielm-prompt-read-only): Doc fix.
27862         * comint.el (comint-prompt-read-only): Doc fix.
27864 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
27866         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
27867         ensure dired always handles wildcards passed to ffap.
27868         (find-file-at-point): Use it.
27869         (ffap-dired-wildcards): Doc fix.
27871 2005-04-07  Juri Linkov  <juri@jurta.org>
27873         * simple.el (next-error-overlay-arrow-position): New defvar.
27874         Put "=>" on its property `overlay-arrow-string'.  Add it to
27875         `overlay-arrow-variable-list'.
27877         * progmodes/compile.el (compilation-setup):
27878         Set `next-error-overlay-arrow-position' to nil.  Also set it to
27879         nil in the local hook `kill-buffer-hook'.  Make local variable
27880         `overlay-arrow-string' and set it to "=>".
27881         (compilation-goto-locus): Set BOL position to
27882         `next-error-overlay-arrow-position' instead of
27883         `overlay-arrow-position'.
27885         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
27886         locally instead of adding it to the global hook.
27887         (Info-kill-buffer): Move up.
27889 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
27891         * term/xterm.el (xterm-standard-colors): Update color values from
27892         xterm-200.
27894 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27896         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
27898         * fast-lock.el:
27899         * lazy-lock.el: Move them to the obsolete subdir.
27901 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
27903         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
27904         (wdired-add-replace-advice): Remove.
27905         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
27907 2005-04-06  Kim F. Storm  <storm@cua.dk>
27909         * startup.el (command-line): Add --bare-bones alias for -Q.
27911 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27913         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
27914         create the startup fontset if a font specification ends with
27915         `mac-roman'.
27917 2005-04-06  Lute Kamstra  <lute@gnu.org>
27919         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
27920         change.
27922         * emacs-lisp/copyright.el (copyright-update-year): Replace the
27923         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
27925 2005-04-05  Lute Kamstra  <lute@gnu.org>
27927         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
27928         (define-generic-mode): Ditto.  Fix debug declaration.
27930         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
27931         Put them in the generic-x group.
27933         * calendar/timeclock.el (timeclock): Doc fix.
27935         * generic.el (define-generic-mode): Don't use custom-current-group.
27936         Document default :group value.
27937         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
27938         (define-global-minor-mode): Don't use custom-current-group.
27940 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
27942         * startup.el (command-line-1): Display startup-echo-area-message
27943         when fancy splash screen is in use.
27945         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
27946         (sh-escaped-newline): New face.
27947         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
27948         newline, and use sh-escaped-newline face.
27950         * progmodes/tcl.el (tcl-escaped-newline): New face.
27951         (tcl-builtin-list): New variable.
27952         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
27953         newlines.  Fix keywords subexpression number.
27955 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
27957         * textmodes/org.el (org-diary-default-entry): Fix call to
27958         `add-to-diary-entry'.
27960 2005-04-05  Kim F. Storm  <storm@cua.dk>
27962         * ediff-init.el: Use (featurep 'xemacs).
27964 2005-04-05  David Ponce  <david@dponce.com>
27966         * cus-edit.el (face): Derive from symbol widget.  Display sample
27967         of the current face on the fly.
27968         (widget-face-sample-face-get, widget-face-notify): New functions.
27969         (widget-face-value-create): Remove.
27971         * wid-edit.el (widget-field-end): Temporarily remove field
27972         narrowing before to call `get-char-property'.
27974 2005-04-04  Jay Belanger  <belanger@truman.edu>
27976         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
27977         (math-read-subscripts): New variable.
27978         (math-read-preprocess-string): Process subscripts.
27980 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
27982         * comint.el (comint-prompt-read-only): Doc fix.
27984         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
27985         `-1'.  Doc fix.
27987 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
27989         * textmodes/org.el (org-insert-mode-line-in-empty-file):
27990         Change default value to nil.
27992 2005-04-04  Lute Kamstra  <lute@gnu.org>
27994         * autorevert.el (auto-revert-mode): Specify :group.
27995         * battery.el (display-battery-mode): Specify :group.
27996         * diff-mode.el (diff-minor-mode): Specify :group.
27997         * font-core.el (font-lock-mode): Specify :group.
27998         * hl-line.el (hl-line-mode): Specify :group.
27999         * iimage.el (iimage): New customization group.
28000         (iimage-mode): Specify :group.
28001         * longlines.el (longlines-mode): Specify :group.
28002         * master.el: Don't require easy-mmode.
28003         (master): New customization group.
28004         (master-mode): Specify :group.
28005         * msb.el (msb-mode): Specify :group.
28006         * reveal.el (reveal-mode): Specify :group.
28007         * simple.el (next-error-follow-minor-mode): Specify :group.
28008         * smerge-mode.el (smerge-mode): Specify :group.
28009         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
28010         * emulation/cua-base.el (cua-mode): Specify :group.
28011         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
28012         * language/thai-util.el (thai-auto-composition-mode)
28013         (thai-word-mode): Specify :group.
28014         * mail/supercite.el (sc-minor-mode): Specify :group.
28015         * progmodes/cwarn.el (cwarn-mode): Specify :group.
28016         * progmodes/flymake.el (flymake-mode): Specify :group.
28017         * progmodes/glasses.el (glasses-mode): Specify :group.
28018         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
28019         * textmodes/enriched.el (enriched-mode): Specify :group.
28020         * textmodes/refill.el (refill-mode): Specify :group.
28022         * add-log.el (change-log-font-lock-keywords): Names in
28023         parenthesized lists can contain spaces.
28025 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
28027         * startup.el (fancy-splash-text): Shorten default text of
28028         "Emacs Tutorial" line.  Also, if the current language env
28029         indicates an available tutorial file other than TUTORIAL,
28030         extract its title and append it to the line in parentheses.
28031         (fancy-splash-insert): If arg is a thunk, funcall it.
28033 2005-04-04  Jay Belanger  <belanger@truman.edu>
28035         * calc.el (calc-language-alist): Add tags to customization type.
28037 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
28039         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
28040         Doc fix.
28042 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
28044         * add-log.el (change-log-font-lock-keywords): The manual
28045         describing a Change Log entry, says: (...) "Aside from these
28046         header lines, every line in the change log starts with a space or
28047         a tab.".  The font-lock was not highlighting lines started with
28048         spaces, added support for it.
28050 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28052         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
28053         (bibtex-generate-url-list): Update docstring accordingly.  Put the
28054         complex example in the docstring.
28055         (bibtex-font-lock-url): Use pop.
28057 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28059         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
28061         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
28063 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
28065         * filesets.el (filesets-set-default): Doc fix.
28067 2005-04-03  Lute Kamstra  <lute@gnu.org>
28069         * generic.el (define-generic-mode): Add argument to specify
28070         keywords for defcustom.
28071         (default-generic-mode): Specify :group.
28073         * generic-x.el: Specify :group for all generic modes.
28075         * desktop.el (desktop-no-desktop-file-hook)
28076         (desktop-after-read-hook): Doc fix.
28078 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
28080         * simple.el (visible-mode): Use explicit :group keyword.
28081         This changes the group of `visible-mode-hook' from paren-blinking
28082         to editing-basics.
28084 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
28086         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
28087         mailbox specifications as well as URLs.
28088         (rmail-insert-inbox-text): Remove unused conditional branches.
28090 2005-04-01  Jay Belanger  <belanger@truman.edu>
28092         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
28093         (calc-gnuplot-print-command): Move definitions to calc.el.
28095         * calc/calc-embed.el (calc-embedded-announce-formula)
28096         (calc-embedded-open-formula, calc-embedded-close-formula)
28097         (calc-embedded-open-word, calc-embedded-close-word)
28098         (calc-embedded-open-plain, calc-embedded-close-plain)
28099         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
28100         (calc-embedded-open-mode, calc-embedded-close-mode):
28101         Move definitions to calc.el.
28103         * calc/calc.el (calc-settings-file, calc-language-alist):
28104         Make customizable.
28105         (calc-embedded-announce-formula, calc-embedded-open-formula)
28106         (calc-embedded-close-formula, calc-embedded-open-word)
28107         (calc-embedded-close-word, calc-embedded-open-plain)
28108         (calc-embedded-close-plain, calc-embedded-open-new-formula)
28109         (calc-embedded-close-new-formula, calc-embedded-open-mode)
28110         (calc-embedded-close-mode, calc-gnuplot-name)
28111         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
28112         from other files and make customizable.
28114 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28116         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
28117         Use buffer-live-p.
28118         (cvs-mode-run): Don't call cvs-update-header here.
28119         (cvs-run-process): Call cvs-update-header.
28120         Use process properties for cvs-postprocess and cvs-buffer so that
28121         the sentinel can behave better if the temp buffer is killed.
28122         Use a pipe rather than a tty, to better handle unexpected prompts.
28123         (cvs-sentinel): Rewrite.  Call cvs-update-header.
28125 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
28127         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
28128         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
28130 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
28132         * generic.el (define-generic-mode): Add indentation rule.
28134 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
28136         * files.el (mode-require-final-newline): Make Custom correctly
28137         report a nil value and allow to set it to nil via Custom.
28138         Doc fix.
28140 2005-04-01  Kenichi Handa  <handa@m17n.org>
28142         * international/characters.el: Enable the correct case setting for
28143         dotless-i and dotted-I.
28145 2005-04-01  Kim F. Storm  <storm@cua.dk>
28147         * ido.el (ido-file-internal): Fall back to non-ido command if
28148         initial directory is on slow ftp (or tramp) host.
28150 2005-03-31  Richard M. Stallman  <rms@gnu.org>
28152         * emacs-lisp/autoload.el (make-autoload):
28153         Handle define-global-minor-mode.
28155         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
28156         Rename from easy-mmode-define-global-mode.
28157         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
28159         * progmodes/scheme.el (scheme-mode-syntax-table):
28160         Update syntax of | and # for two-character comment syntax.
28162 2005-03-31  Lute Kamstra  <lute@gnu.org>
28164         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
28165         (define-minor-mode): Call custom-current-group at load-time.
28167         * generic.el (define-generic-mode): Add debug declaration.
28168         Add defcustom for the mode hook.
28169         (generic-mode-internal): Use run-mode-hooks.
28171 2005-03-31  Kim F. Storm  <storm@cua.dk>
28173         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
28174         (mouse-fixup-help-message): New defun called by show_help_echo
28175         to fixup mouse-2 prefix in help messages when applicable.
28177         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
28179 2005-03-31  Kenichi Handa  <handa@m17n.org>
28181         * language/thai-word.el (thai-find-word-ends): Pay attention to
28182         the case that we reach the end of buffer.
28184         * textmodes/fill.el (fill-text-properties-at): New function.
28185         (fill-newline): Use fill-text-properties-at instead of
28186         text-properties-at.
28188 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
28190         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
28191         not comint-quote-filename.
28193 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
28195         * help-fns.el (help-with-tutorial): Revert last change.
28197 2005-03-31  Kim F. Storm  <storm@cua.dk>
28199         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
28201 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
28203         * calendar/cal-china.el: Update reference to "Calendrical
28204         Calculations" book; there's a new edition.
28205         * calendar/cal-coptic.el: Likewise.
28206         * calendar/cal-french.el: Likewise.
28207         * calendar/cal-hebrew.el: Likewise.
28208         * calendar/cal-islam.el: Likewise.
28209         * calendar/cal-iso.el: Likewise.
28210         * calendar/cal-julian.el: Likewise.
28211         * calendar/cal-mayan.el: Likewise.
28212         * calendar/cal-persia.el: Likewise.
28213         * calendar/calendar.el: Likewise.
28214         * calendar/holidays.el: Likewise.
28215         * calendar/lunar.el: Likewise.
28216         * calendar/solar.el: Likewise.
28218         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
28219         white space from doc string.
28221 2005-03-30  Jay Belanger  <belanger@truman.edu>
28223         * calc/calc-help.el (calc-full-help): Remove email address.
28225 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
28227         * help-fns.el (help-with-tutorial): Delete title line.
28229 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
28231         * calendar/cal-x.el (calendar-one-frame-setup)
28232         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
28233         rather than `symbol' for set-window-dedicated-p.
28235         * calendar/appt.el (appt-buffer-name): Make it a constant.
28236         (appt-add): Doc fix.
28238         * filesets.el (filesets-menu-path, filesets-menu-before)
28239         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
28240         (filesets-menu-cache-file): Use directory ~/.emacs.d.
28241         (filesets-add-submenu): Delete and use add-submenu instead.
28243 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
28245         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
28246         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
28247         (org-diary-default-entry): New function.
28248         (org-get-entries-from-diary): Better parsing of diary entries.
28249         (org-agenda-check-no-diary): New function.
28250         ("diary-lib"): Advice to function `add-to-diary-list', to allow
28251         linking to diary entries.
28252         (org-agenda-execute-calendar-command): New function.
28253         (org-agenda): Improve visible section in window.
28254         Use `org-fit-agenda-window'.
28255         (org-fit-agenda-window): New option.
28256         (org-move-subtree-down): Better handling of empty lines
28257         at end of subtree.
28258         (org-cycle): Numeric prefix is interpreted now as show-subtree N
28259         levels up.
28260         (org-fontify-done-headline): New option.
28261         (org-headline-done-face): New face.
28262         (org-set-font-lock-defaults): Use `org-headline-done-face'.
28263         (org-table-copy-down): Rename from `org-table-copy-from-above'.
28264         When current field is non-empty, it is copied to next row.
28265         (org-table-copy-from-above): Fix bug which made it
28266         impossible to copy fields containing only a single non-white character.
28268 2005-03-30  Kim F. Storm  <storm@cua.dk>
28270         * kmacro.el (kmacro-end-macro): Isearch may store this command
28271         into the macro -- so ignore it when executing keyboard macro.
28273 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
28275         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
28277 2005-03-29  Kenichi Handa  <handa@m17n.org>
28279         * language/thai.el ("Thai"): Set setup-function and exit-function
28280         for Thai language environment.
28282         * language/thai-util.el: Require thai-word.
28283         (thai-word-mode-map): New variable.
28284         (thai-word-mode): New minor mode.
28285         (setup-thai-language-environment-internal): New function.
28286         (exit-thai-language-environment-internal): New function.
28288         * language/thai-word.el (thai-word-table): Declare it by defvar,
28289         use dolist to initialize it.
28290         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
28291         (thai-fill-find-break-point): New functions.
28293 2005-03-29  Richard M. Stallman  <rms@gnu.org>
28295         * simple.el (idle-update-delay): Move definition up.
28296         (set-mark): Doc fix.
28298 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
28300         * longlines.el: New file.
28302         * simple.el (buffer-substring-filters): New variable.
28303         (filter-buffer-substring): New function.
28304         (kill-region, copy-region-as-kill): Use it.
28306         * register.el (copy-to-register, append-to-register)
28307         (prepend-to-register): Use filter-buffer-substring.
28309 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
28311         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
28312         (gud-filter-pending-text): Move in front of gdb.
28313         (gud-overlay-arrow-position): New variable.
28314         (gud-sentinel, gud-display-line): Use it in place of
28315         overlay-arrow-position.
28317 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
28319         * progmodes/fortran.el (fortran-if-indent): Doc fix.
28320         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
28321         (fortran-font-lock-keywords-4): New variable.
28322         (fortran-blocks-re, fortran-end-block-re)
28323         (fortran-start-block-re): New constants, for hideshow.
28324         (hs-special-modes-alist): Add a Fortran entry.
28325         (fortran-mode-map): Bind fortran-end-of-block,
28326         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
28327         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
28328         (fortran-looking-at-if-then, fortran-end-of-block)
28329         (fortran-beginning-of-block): New functions, for hideshow.
28331         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
28332         Doc fix.  Tweak regexp.
28333         (f90-beginning-of-block): Push mark first.
28335 2005-03-29  Jay Belanger  <belanger@truman.edu>
28337         * calc/calc.el: Update copyright date.
28338         (calc-version): Increase to 2.1.
28339         (calc-version-date): Remove.
28341         * calc/calc-help.el: Update copyright date.
28342         (calc-full-help): Remove reference to calc-version-date.
28343         Update copyright date.
28345 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28347         * vc.el (vc-do-command): Use a pipe for async processes, so password
28348         prompts don't show up at places where the user can't reply.
28350 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
28352         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
28353         on the file name we pass to the inferior shell.
28355 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
28357         * progmodes/which-func.el (which-function): Be robust in the face of an
28358         imenu--make-index-alist failure.
28360 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28362         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
28364         * progmodes/python.el (python-preoutput-filter): Fix last change.
28366 2005-03-29  Lute Kamstra  <lute@gnu.org>
28368         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
28369         functions and compiled macros.
28370         (debug-convert-byte-code): Handle macros too.
28371         (debug-on-entry-1): Don't signal an error when trying to clear a
28372         function that is not set to debug on entry.
28374 2005-03-29  Jay Belanger  <belanger@truman.edu>
28376         * calc/calc-lang.el: Add functions to math-function-table
28377         properties of tex and math.
28379 2005-03-29  Kenichi Handa  <handa@m17n.org>
28381         * ps-mule.el (ps-mule-plot-string): Translate characters by
28382         ps-print-translation-table.
28383         (ps-mule-begin-job): Call find-charset-region/string with
28384         ps-print-translation-table.
28385         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
28387         * ps-print.el (ps-print-translation-table): New variable.
28388         (ps-plot-region): Translate characters by ps-print-translation-table.
28390 2005-03-29  Juri Linkov  <juri@jurta.org>
28392         * simple.el (next-error-highlight-timer): New variable.
28394         * progmodes/compile.el (compilation-goto-locus):
28395         Use `next-error-highlight-timer' instead of `sit-for'.
28397 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28399         * mail/supercite.el (sc-mail-field): Use assoc-string.
28400         (sc-get-address): Simplify regexps.
28402         * files.el (minibuffer-with-setup-hook): New macro.
28403         (find-file-read-args): Use it to avoid let-binding
28404         minibuffer-with-setup-hook (which breaks turning on/off
28405         file-name-shadow-mode while in the prompt).
28407         * complete.el (PC-read-include-file-name-internal):
28408         Use test-completion.
28410 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
28412         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
28414 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28416         * window.el (window-buffer-height): Use count-screen-lines.
28418         * progmodes/python.el (python-preoutput-leftover): New var.
28419         (python-preoutput-filter): Use it.
28420         (python-send-receive): Loop until all the result has been received.
28422 2005-03-28  Juri Linkov  <juri@jurta.org>
28424         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
28426         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
28427         "Recover Crashed Session".
28428         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
28429         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
28430         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
28431         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
28432         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
28433         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
28434         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
28435         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
28437         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
28438         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
28439         Ediff Sessions", "Toggle use of separate control buffer frame",
28440         "Use separate frame for Ediff control buffer".
28442         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
28443         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
28444         "Rename Bookmark", "Delete Bookmark".
28446         * info.el (Info-mode-menu): Remove ellipsis from "Index".
28447         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
28448         Add `:active Info-index-alternatives' to "Next Matching Item".
28450         * wdired.el (wdired-change-to-wdired-mode):
28451         Mention `wdired-abort-changes' key in the initial message.
28453         * international/mule.el (auto-coding-alist): Associate non-ascii
28454         image filename extensions with `no-conversion'.
28456 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28458         * international/iso-acc.el:
28459         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
28461 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
28463         * textmodes/sgml-mode.el (html-mode): Doc update.
28465         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
28467 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
28469         * term.el (term-move-columns): Fix face after extending a line.
28470         (term-insert-spaces): Likewise.
28471         (term-reset-terminal): Fix off by one error.
28473 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
28475         * international/mule.el (auto-coding-alist): Add .xpi files.
28477         * files.el (auto-mode-alist): Add .xpi files.
28479 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
28481         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
28483 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
28485         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
28487 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
28489         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
28490         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
28492         * calendar/cal-move.el (calendar-beginning-of-year): Move the
28493         cursor to Jan 1 when needed.
28494         (calendar-end-of-year): Fix -/+ typo.
28495         Reported by Chong Yidong <cyd@stupidchicken.com>.
28497 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28499         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
28501         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
28502         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
28504 2005-03-25  Richard M. Stallman  <rms@gnu.org>
28506         * filesets.el (filesets-init): Add autoload.
28508         * mail/mailalias.el (mail-directory): Doc fix.
28510 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
28512         * mail/mailalias.el (mail-directory-process): Do nothing if
28513         mail-directory-process is an atom.
28514         (mail-get-names): Ignore mail-directory-names if it is an atom.
28515         (mail-directory-process defvar): Doc fix.
28516         (mail-names): Doc fix.
28518 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
28520         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
28522 2005-03-26  Kenichi Handa  <handa@m17n.org>
28524         * international/mule-util.el (detect-coding-with-priority):
28525         Call update-coding-systems-internal before detect-coding-region.
28527 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
28529         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
28530         (gdb-frames-mode-map): Add follow-link property.
28532 2005-03-25  Jay Belanger  <belanger@truman.edu>
28534         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
28535         for variables.
28537 2005-03-25  Juri Linkov  <juri@jurta.org>
28539         * image-mode.el: Optimize image filename extension regexps in
28540         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
28541         in `auto-mode-alist'.
28542         (image-mode): Add `image-toggle-display-text' to local hook
28543         `change-major-mode-hook'.  Display the image as an image by
28544         default.  Set `cursor-type' and `truncate-lines' if the image
28545         is already displayed.  Take into account the current mode (image
28546         or text) in message.
28547         (image-minor-mode): New minor mode.
28548         (image-mode-maybe, image-toggle-display-text): New functions.
28549         (image-toggle-display): Use called-interactively-p.
28550         Let-bind `inhibit-read-only' to t.
28552         * image-mode.el (image-minor-mode): Set `cursor-type' and
28553         `truncate-lines' if the image is already displayed.  Add turning
28554         image-minor-mode off to `change-major-mode-hook'.  Add message.
28555         Call `image-toggle-display-text' after turning image-minor-mode off.
28557 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
28559         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
28560         Terminal.app, use utf-8.
28561         (set-display-table-and-terminal-coding-system): Add coding-system arg.
28562         (set-locale-environment): Use it.
28564         * term/xterm.el: Undo last change, better done in mule-cmds.el.
28566         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
28568         * progmodes/python.el (python-close-block-statement-p)
28569         (python-outdent-p, python-current-defun): Use symbol-end.
28571 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
28573         * files.el (save-some-buffers): Doc fix.
28575 2005-03-25  Werner Lemberg  <wl@gnu.org>
28577         * complete.el, thumbs.el: Replace `legal' with `valid'.
28578         * calendar/calendar.el: Replace `legal' with `valid'.
28579         * emacs-lisp/advice.el: Replace `legal' with `valid'.
28580         * mail/supercite.el: Replace `legal' with `valid'.
28581         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
28582         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
28583         Replace `legal' with `valid'.
28584         * textmodes/reftex-vars.el, textmodes/reftex.el:
28585         Replace `legal' with `valid'.
28587 2005-03-25  Werner Lemberg  <wl@gnu.org>
28589         * calc/calc-forms.el, calc/calc-sel.el
28590         * midnight.el, vc-cvs.el
28591         * emacs-lisp/cl-macs.el
28592         * emulation/vip.el
28593         * eshell/esh-io.el, eshell/esh-var.el
28594         * mail/supercite.el
28595         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
28596         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
28597         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
28598         * progmodes/sh-script.el, progmodes/xscheme.el
28599         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
28600         * textmodes/reftex-index.el, textmodes/reftex-parse.el
28601         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
28602         * textmodes/reftex.el, textmodes/org.el:
28603         Replace `illegal' with `invalid'.
28605 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
28607         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
28608         (flymake-find-buildfile, flymake-find-possible-master-files)
28609         (flymake-check-include, flymake-parse-line): Replace loops over the
28610         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
28612         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
28613         Substitute file-name-as-directory in the rest of the file.
28614         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
28615         (flymake-replace-region): Remove unused arg `buffer'.
28616         (flymake-check-patch-master-file-buffer): Update calls to it.
28617         (flymake-add-err-info): Remove unused var `count'.
28618         (flymake-mode): Use define-minor-mode.
28620         * progmodes/flymake.el: Use with-current-buffer.
28621         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
28622         flymake-replace-regexp-in-string, flymake-line-beginning-position)
28623         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
28624         Avoid testing for `xemacs'.
28625         (flymake-nop): Move.
28626         (flymake-region-has-flymake-overlays): Return the computed value.
28627         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
28628         Remove unused var `endline'.
28629         (flymake-get-line-count): Remove unused function.
28630         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
28632         * emulation/vi.el:
28633         * generic.el:
28634         * hilit-chg.el (global-highlight-changes):
28635         * hi-lock.el (hi-lock-mode):
28636         * follow.el: find-file-hooks -> find-file-hook.
28638         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
28640 2005-03-24  Juri Linkov  <juri@jurta.org>
28642         * dired.el (dired-mode-map): Add menu item "Compare directories"
28643         for dired-compare-directories.
28645         * dired-aux.el (dired-compare-directories): Add autoload cookie.
28646         Doc fix.  Replace `read-file-name' with `read-directory-name'.
28648 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
28650         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
28652 2005-03-24  Jay Belanger  <belanger@truman.edu>
28654         * calc/calc-embed.el (calc-embedded-mode-change): Save all
28655         relevant mode settings in calc-embedded-original-modes when modes
28656         are permanently changed.
28658 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
28660         * autoinsert.el: find-file-hooks -> find-file-hook.
28662 2005-03-24  Lute Kamstra  <lute@gnu.org>
28664         * generic.el (generic-font-lock-defaults): Make it obsolete.
28665         (generic-font-lock-keywords): New variable to replace
28666         generic-font-lock-defaults.
28667         (generic-mode-set-font-lock): Delete it.
28668         (generic-mode-internal): Don't call generic-mode-set-font-lock.
28669         (generic-bracket-support): Add docstring.
28671         * generic-x.el: Rename generic-font-lock-defaults to
28672         generic-font-lock-keywords throughout.
28673         (mailagent-rules-setup-function): Delete it.
28674         (mailagent-rules-generic-mode): Use anonymous function instead.
28675         (show-tabs-generic-mode-font-lock-defaults-1)
28676         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
28677         Quote faces.
28678         (show-tabs-tab-face, show-tabs-space-face): Specify background,
28679         not foreground.
28681         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
28682         Recognize define-generic-mode.
28684 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
28686         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
28687         if there's no completion table.
28689 2005-03-23  Miles Bader  <miles@gnu.org>
28691         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28692         Remove tty-specific variants, as they're no longer needed.
28694 2005-03-23  Lute Kamstra  <lute@gnu.org>
28696         * generic-x.el: Code cleanup: make args constant whenever possible.
28697         (installshield-statement-keyword-list)
28698         (installshield-system-functions-list)
28699         (installshield-system-variables-list, installshield-types-list)
28700         (installshield-funarg-constants-list): Make them constants.
28702         * generic.el (generic-make-keywords-list): Add autoload cookie.
28704         * calendar/time-date.el: Add comment on time value formats.
28705         Don't require parse-time.
28706         (with-decoded-time-value): New macro.
28707         (encode-time-value): New function.
28708         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
28709         (days-to-time): Return a valid time value when arg is huge.
28710         (time-since): Use time-subtract.
28711         (time-to-number-of-days): Use time-to-seconds.
28713 2005-03-23  David Ponce  <david@dponce.com>
28715         * recentf.el (recentf-keep): New option.
28716         (recentf-menu-action): Default to `find-file'.
28717         (recentf-keep-non-readable-files-flag)
28718         (recentf-keep-non-readable-files-p)
28719         (recentf-file-readable-p, recentf-find-file)
28720         (recentf-cleanup-remote): Remove.
28721         (recentf-include-p): More robust.
28722         (recentf-keep-p): New function.
28723         (recentf-remove-if-non-kept): Rename from
28724         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
28725         All callers updated.
28726         (recentf-menu-items-for-commands): Fix help string.
28727         (recentf-track-closed-file): Update.  Doc fix.
28728         (recentf-cleanup): Update.  Count removed files.  Doc fix.
28730 2005-03-23  Kim F. Storm  <storm@cua.dk>
28732         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28733         Don't inherit from fringe face (now happens automatically).
28735 2005-03-22  Kim F. Storm  <storm@cua.dk>
28737         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
28738         position values.
28740 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
28742         * menu-bar.el (showhide-date-time): Remove.
28743         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
28744         (menu-bar-make-mm-toggle): Simplify.
28746 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28748         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
28749         Accept qualified variable and function names.
28751 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
28753         * bindings.el (completion-ignored-extensions):
28754         Remove ".lis" for `vax-vms'.
28756 2005-03-22  Andreas Schwab  <schwab@suse.de>
28758         * generic-x.el: Revert last change.
28759         * ldefs-boot.el: Update.
28761 2005-03-22  Jay Belanger  <belanger@truman.edu>
28763         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
28764         (calc-embedded-save-original-modes)
28765         (calc-embedded-restore-original-modes): New functions.
28766         (calc-do-embedded): Save original modes when entering embedded mode
28767         and restore when leaving embedded mode.
28768         (calc-embedded-modes-change): Change the value of
28769         calc-embedded-original-modes to reflect permanent changes.
28771 2005-03-22  Lute Kamstra  <lute@gnu.org>
28773         * generic-x.el: Require generic again.
28775 2005-03-22  Miles Bader  <miles@gnu.org>
28777         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28778         Tweak details to look good on both ttys and bitmap displays, light
28779         or dark background, etc.
28781 2005-03-21  Kim F. Storm  <storm@cua.dk>
28783         * tooltip.el (tooltip-show-help-function): Check car and cdr of
28784         mouse position.
28786 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
28788         * icomplete.el: Don't forcibly turn on the mode upon load.
28789         (icomplete-mode): Use define-minor-mode.
28790         (icomplete-eoinput): Default to nil.
28791         (icomplete-minibuffer-setup): Remove autoload.
28792         (icomplete-tidy): Simplify.
28793         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
28794         in the initial state or if the user has modified the field.
28795         Fix handling of icomplete-max-delay-chars.
28796         Remove code that handles the oddball case where
28797         minibuffer-completion-table is an integer.
28798         Wrap icomplete-completions in while-no-input in case building
28799         completions takes more time than expected.
28800         (icomplete-completions): Simplify.
28802 2005-03-21  Richard M. Stallman  <rms@gnu.org>
28804         * jka-compr.el (jka-compr-really-do-compress):
28805         Make variable buffer-local.
28807         * image-mode.el: Handle .xpm files too.
28808         (image-toggle-display): Preserve modification flag.
28810         * help.el (where-is): Don't mention aliases with no key bindings.
28812 2005-03-21  Lute Kamstra  <lute@gnu.org>
28814         * generic.el: Fix commentary section.  Don't require cl for
28815         compilation.
28816         (generic-mode-list): Add autoload cookie.
28817         (generic-use-find-file-hook, generic-lines-to-scan)
28818         (generic-find-file-regexp, generic-ignore-files-regexp)
28819         (generic-mode, generic-mode-find-file-hook)
28820         (generic-mode-ini-file-find-file-hook): Fix docstrings.
28821         (define-generic-mode): Make it a defmacro.  Fix docstring.
28822         (generic-mode-internal): Code cleanup.  Add autoload cookie.
28823         (generic-mode-set-comments): Code cleanup.
28824         * generic-x.el: Don't prevent compilation.  Don't require generic.
28825         Follow coding conventions.  Minor code cleanup.
28826         (etc-fstab-generic-mode): Add some keywords.
28827         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
28828         define-generic-mode like a function declaration.
28830 2005-03-21  Jay Belanger  <belanger@truman.edu>
28832         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
28833         changing modes.
28835 2005-03-21  Sam Steingold  <sds@gnu.org>
28837         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
28839 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
28841         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
28842         Add underscore to "f$ lexicals" regexp.
28844 2005-03-20  Juri Linkov  <juri@jurta.org>
28846         * subr.el (progress-reporter-do-update): When `min-value' is equal
28847         to `max-value', set `percentage' to 0 and prevent division by zero.
28849 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
28851         Sync with Tramp 2.0.48.
28853         * net/tramp.el (all): Change all addresses to .gnu.org.
28854         (tramp-append-tramp-buffers): New defun.
28855         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
28856         Catch `dont-send' signal.
28857         (tramp-set-auto-save-file-modes): Set always permissions, because
28858         there might be an old auto-saved file belonging to another
28859         original file.  This could be a security threat.  Reported by
28860         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
28861         Check for Emacs 21.3.50 removed.
28863         * net/tramp-smb.el (all): Remove debug construct for
28864         `with-parsed-tramp-file-name'.
28865         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
28866         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
28867         No error message if DIRECTORY or FILENAME doesn't exist.
28868         (tramp-smb-open-connection): Check existence of
28869         `tramp-smb-program'.
28871 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
28873         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
28874         Properly handle the case where the `m' or `s' command's argument is not
28875         yet terminated.
28876         (perl-indent-new-calculate): New function.
28877         (perl-indent-line): Use it.
28879 2005-03-20  Miles Bader  <miles@gnu.org>
28881         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
28882         in text-mode too.  Change to new face names.
28883         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
28884         Add `:weight bold' attribute.
28885         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
28887 2005-03-19  Juri Linkov  <juri@jurta.org>
28889         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
28891         * international/mule.el (auto-coding-alist): Sync with
28892         `auto-mode-alist' by adding upper case archive file extensions
28893         and adding ear/war to jar extension.
28895 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
28897         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
28898         running, restart it.
28900 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
28902         * finder.el (finder-current-item): Throw an error on an empty line.
28904         * man.el (Man-follow-manual-reference): If current-word returns
28905         nil, use "".
28907 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
28909         * simple.el (goto-line): Doc fix.
28911 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
28913         * files.el (save-buffer): Doc fix.
28915 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
28917         * recentf.el (recentf-cleanup-remote): New variable.
28918         (recentf-cleanup): Use it to conditionally check availability of
28919         remote files.
28921 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
28923         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
28924         function names.
28926 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
28928         * language/thai-word.el: New file.
28930 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28932         * files.el (backup-buffer): If the file's directory is not
28933         writable, use copy instead of move to backup the file.
28935 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
28937         * obsolete/keyswap.el: Moved to obsolete/ from term/.
28939 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28941         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
28942         Use functionp instead of symbolp and fboundp.  Reported by Drkm
28943         <darkman_spam@yahoo.fr>.
28944         (ps-print-version): New version 6.6.6.
28946 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
28948         * textmodes/table.el (table--line-column-position): New idiom.
28949         (table--row-column-insertion-point-p): New function to test
28950         validity of row and column insertion operation at a location.
28951         (table-global-menu, table-cell-menu): Use above functions for
28952         deterministic test operation.
28953         (table--editable-cell-p): Behave in deterministic fashion.
28955 2005-03-18  Juri Linkov  <juri@jurta.org>
28957         * isearch.el (isearch-lazy-highlight-new-loop):
28958         Make arguments beg and end optional.
28959         (isearch-update): Remove optional arguments nil from
28960         isearch-lazy-highlight-new-loop.
28961         (isearch-lazy-highlight-search): Let-bind case-fold-search to
28962         isearch-lazy-highlight-case-fold-search instead of
28963         isearch-case-fold-search, and let-bind isearch-regexp to
28964         isearch-lazy-highlight-regexp.
28965         Use isearch-lazy-highlight-last-string instead of isearch-string.
28967         * replace.el (perform-replace): Remove bindings of global
28968         variables isearch-string, isearch-regexp, isearch-case-fold-search.
28969         Add three new arguments to `replace-highlight'.
28970         (replace-highlight): Add arguments string, regexp, case-fold.
28971         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
28972         to allow isearch-lazy-highlight-new-loop to use these values
28973         to set corresponding isearch-lazy-highlight-* internal
28974         variables whose values lazy highlighting will use regardless of
28975         changes to global variables isearch-string, isearch-regexp,
28976         isearch-case-fold-search during lazy highlighting loop.
28977         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
28978         to `lazy-highlight-cleanup'.
28980         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
28981         (ispell-highlight-face): Set default face to `isearch' when
28982         lazy highlighting is enabled.
28983         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
28984         priority to 1.  Add lazy highlighting.
28985         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
28986         from `isearch-dehighlight'.
28988 2005-03-18  David Ponce  <david@dponce.com>
28990         * files.el (hack-local-variables): Do a case-insensitive search
28991         for End.
28993 2005-03-18  Juri Linkov  <juri@jurta.org>
28995         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
28996         `isearch-lazy-highlight-cleanup', add alias to old name and
28997         declare obsolete.  Add release numbers to other obsolete vars.
28998         (isearch-done, isearch-lazy-highlight-new-loop):
28999         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
29000         (lazy-highlight-cleanup) <variable>: Doc fix.
29001         (isearch-lazy-highlight-update): Rename obsolete
29002         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
29004 2005-03-18  Kenichi Handa  <handa@m17n.org>
29006         * language/thai-util.el: Fix categorization of Thai characters in
29007         thai-category-table.
29008         (thai-composition-pattern): Adjust it for the above change.
29009         (thai-self-insert-command, thai-compose-syllable): New functions.
29010         (thai-compose-region): Use thai-compose-syllable.
29011         (thai-compose-string): Likewise.
29012         (thai-composition-function): Likewise.
29013         (thai-auto-composition): New function.
29014         (thai-auto-composition-mode): New minor mode.
29016         * language/thai.el: Fix patterns to be registered in
29017         composition-function-table.
29019         * international/quail.el (quail-input-method): Locally bind
29020         inhibit-modification-hooks to t.
29022 2005-03-17  Richard M. Stallman  <rms@gnu.org>
29024         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
29025         (perl-mode): Use run-mode-hooks.
29027         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
29028         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
29029         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
29031         * mail/sendmail.el (sendmail-send-it): Reenable the code
29032         to compute resend-to-address and use it.
29034         * tar-mode.el (tar-mode): Turn off undo unconditionally.
29036         * image-mode.el: New file.
29038         * image.el (insert-sliced-image): Add autoload cookie.
29040         * font-lock.el (font-lock-lines-before): New user option.
29041         (font-lock-after-change-function): Obey it.
29043         * bindings.el (esc-map): Make M-g a prefix.
29044         Bind M-g g and M-g M-g to goto-line.
29046         * faces.el (face-id): Doc fix.
29048 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29050         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
29051         (rmail-show-message): Use rmail-unknown-mail-followup-to.
29052         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
29054         * mail/sendmail.el (mail-yank-ignored-headers)
29055         (mail-font-lock-keywords, mail-mode-fill-paragraph):
29056         Add Mail-Followup-To and Mail-Reply-To headers.
29057         (mail-citation-hook): Add autoload cookie.
29058         (mail-mode): Doc fix.
29059         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
29060         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
29061         (mail-mode-fill-paragraph): Handle those headers.
29062         (mail-mailing-lists): New variable.
29063         (mail-mail-reply-to, mail-mail-followup-to): New functions.
29065 2005-03-17  Juri Linkov  <juri@jurta.org>
29067         * isearch.el (isearch-fallback): Check for `(car previous)'
29068         before calling `isearch-other-end-state'.
29070 2005-03-17  Kim F. Storm  <storm@cua.dk>
29072         * simple.el (move-beginning-of-line): Move to beginning of buffer
29073         line, as well as beginning of screen line.
29075 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
29077         * calendar/diary-lib.el (mark-diary-entries): Use new optional
29078         argument REDRAW rather than calendar-redrawing variable.
29079         * calendar/calendar.el (calendar-redrawing): Delete.
29080         (redraw-calendar): Do not bind calendar-redrawing.
29082 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
29084         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
29085         diary-file buffer.
29087 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
29089         * help.el (describe-mode): Allow a :minor-mode-function property to
29090         specify a different minor mode toggle function than the variable.
29091         * simple.el (auto-fill-function):
29092         * subr.el (add-minor-mode): Use it.
29094 2005-03-16  Kenichi Handa  <handa@m17n.org>
29096         * language/ethio-util.el (sera-being-called-by-w3): New variable.
29097         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
29098         (ethio-fidel-to-sera-buffer): Likewise.
29100 2005-03-16  Juri Linkov  <juri@jurta.org>
29102         * emacs-lisp/find-func.el (find-function-regexp):
29103         Add defun-emitting macro `menu-bar-make-toggle'.
29105         * isearch.el: Put `isearch-scroll' property to
29106         `split-window-horizontally'.
29108         * info.el: Update error messages for `debug-ignored-errors'.
29109         (Info-isearch-search): Doc fix.
29110         (Info-find-node): Move up code to go into info buffer before
29111         recording the node to the history.
29112         (Info-fontify-node): Fontify titles only if the next line
29113         has two or more `*', `=', `-', `.'.
29114         Display "go to this node" for empty (match-string 3).
29116 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29118         * term/mac-win.el: Add mouse pointer shape constants.
29120 2005-03-15  Kim F. Storm  <storm@cua.dk>
29122         * simple.el (move-beginning-of-line): Use vertical-motion.
29124 2005-03-15  Juri Linkov  <juri@jurta.org>
29126         * isearch.el (isearch-error): New variable.
29127         (isearch-invalid-regexp, isearch-within-brackets): Remove.
29128         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
29129         (isearch-within-brackets-state): Remove.
29130         (isearch-case-fold-search-state, isearch-pop-fun-state):
29131         Decrease frame index.
29132         (isearch-mode, isearch-top-state, isearch-push-state)
29133         (isearch-edit-string, isearch-abort, isearch-search-and-update)
29134         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
29135         (isearch-search, isearch-lazy-highlight-new-loop):
29136         Replace `isearch-invalid-regexp' with `isearch-error'.
29137         Remove `isearch-within-brackets'.
29138         (isearch-search): Add `search-failed' handler to `condition-case'.
29139         (isearch-lazy-highlight-search): Add `condition-case' to catch
29140         errors and allow `isearch-lazy-highlight-update' to try
29141         highlighting from the beginning of the window.
29142         (isearch-repeat): Move up code to set isearch-wrapped to t
29143         before calling isearch-wrap-function.
29145         * info.el (Info-isearch-initial-node): New internal variable.
29146         (Info-search): Signal an error in isearch mode when search leaves
29147         the initial node.  Signal an error when `bound' is non-nil and
29148         nothing was found in the current subfile.
29149         (Info-isearch-search): Remove `condition-case'.
29150         (Info-isearch-wrap): Don't wrap when search failed during leaving
29151         the initial node.  If `Info-isearch-search' is nil, wrap around
29152         the current node.
29153         (Info-isearch-start): New fun.
29154         (Info-mode): Add buffer-local hook `Info-isearch-start' to
29155         `isearch-mode-hook'.
29157 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29159         * simple.el (normal-erase-is-backspace): Set default to t if
29160         running on Mac.
29162         * term/mac-win.el (function-key-map): Sync with x-win.el.
29164 2005-03-15  Kenichi Handa  <handa@m17n.org>
29166         * international/mule-cmds.el (locale-language-names): Modify the
29167         format of elements and add more entries.
29168         (locale-preferred-coding-systems): Add more entries.
29169         (set-locale-environment): Adjust for the change of
29170         locale-language-names.
29172 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
29174         * pcvs.el (smerge-ediff): Remove bogus autoload.
29176 2005-03-14  Lute Kamstra  <lute@gnu.org>
29178         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
29179         Ignore a `*' at the beginning of a line.
29181         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
29182         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
29183         subr.el.
29184         (dont-compile, eval-when-compile, eval-and-compile): Use declare
29185         to specify indentation.
29187         * generic.el (define-generic-mode): Let generic-mode-list be a
29188         list of strings; test membership with equal.
29190 2005-03-14  Kim F. Storm  <storm@cua.dk>
29192         * simple.el (next-line, previous-line): Add optional try-vscroll
29193         arg to recognize interactive use.  Pass it on to line-move.
29194         (line-move): Don't perform auto-window-vscroll when defining or
29195         executing keyboard macro to ensure consistent behavior.
29197 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
29199         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
29201 2005-03-13  Lute Kamstra  <lute@gnu.org>
29203         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
29204         debugger-setup-buffer so that backtrace marks the frames set to
29205         debug-on-exit and we don't have to do it manually.  Set an extra
29206         debug-on-exit for macro's.
29207         (debugger-setup-buffer): Don't mark the top frame manually.
29209 2005-03-12  Lute Kamstra  <lute@gnu.org>
29211         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
29212         lisp-indent-function throughout.
29213         (with-no-warnings): Set lisp-indent-function property.
29215 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
29217         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
29218         Add entry for backslash.
29220 2005-03-12  Juri Linkov  <juri@jurta.org>
29222         * info.el (Info-search): Four fixes for backward search.
29224 2005-03-11  Jay Belanger  <belanger@truman.edu>
29226         * calc/calc.el (calc-language-alist): New variable.
29227         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
29228         (calc-embedded-find-modes): Use calc-language-alist instead of
29229         calc-embedded-language-alist.
29231 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
29233         * calendar/calendar.el (calendar-redrawing): New internal
29234         variable.
29235         (redraw-calendar): Remove bogus save-excursion from previous
29236         change.  Bind calendar-redrawing to t for mark-diary-entries.
29237         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
29238         calendar if that is why we were called.
29240 2005-03-11  Kenichi Handa  <handa@m17n.org>
29242         * international/mule.el (make-coding-system): Set property
29243         coding-system-define-form to nil.
29244         (define-coding-system-alias): Likewise.
29246 2005-03-11  Kenichi Handa  <handa@m17n.org>
29248         These changes are suggested by Dave Love <fx@gnu.org>.
29250         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
29251         coding: tag.
29252         (adaptive-fill-regexp): Add more bullets.
29253         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
29254         regexps.
29256 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29258         * help.el (describe-mode): Properly handle non-trivial lighters.
29259         Don't ignore minor modes that are not listed in minor-mode-list.
29261         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
29262         feature ON when the user requests to turn it OFF.
29264 2005-03-10  Lute Kamstra  <lute@gnu.org>
29266         * emacs-lisp/debug.el (debug-entry-code): Delete it.
29267         (implement-debug-on-entry): New function to replace debug-entry-code.
29268         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
29269         second argument as the 2005-03-07 change makes it obsolete.
29270         (debug-on-entry, cancel-debug-on-entry): Update call to
29271         debug-on-entry-1.
29272         (debug, debugger-setup-buffer): Comment update.
29273         (debugger-frame-number): Update to work with implement-debug-on-entry.
29275 2005-03-10  Jay Belanger  <belanger@truman.edu>
29277         * calc/calc-embed.el (math-ms-args): Declare it.
29278         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
29279         math-ms-args.
29280         (calc-embedded-subst): Use math-multi-subst-rec to substitute
29281         variables.
29283 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
29285         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
29286         Use message-box.
29288         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
29289         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
29290         (tooltip-gud-tips): Simplify.
29291         (tooltip-gud-tips-p): Remove superfluous :set.
29292         (tooltip-gud-modes): Add fortran-mode.
29293         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
29295         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
29297 2005-03-09  Kim F. Storm  <storm@cua.dk>
29299         * play/animate.el (animate-place-char): Use forward-line instead
29300         of next-line to improve performance.
29302 2005-03-09  Simon Josefsson  <jas@extundo.com>
29304         * net/browse-url.el (browse-url-default-browser): Doc fix.
29306 2005-03-09  Miles Bader  <miles@gnu.org>
29308         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
29309         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
29311 2005-03-09  Kenichi Handa  <handa@m17n.org>
29313         * international/latin-1.el: Set case and syntax for 255 only if
29314         set-case-syntax-set-multibyte is nil.
29316         * textmodes/ispell.el (ispell-insert-word): New function.
29317         (ispell-word): Use ispell-insert-word to insert a new word.
29318         (ispell-process-line): Likewise.
29319         (ispell-complete-word): Likewise.
29321 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
29323         * calendar/calendar.el (redraw-calendar): Preserve point.
29324         Reported by Matt Hodges <MPHodges@member.fsf.org>.
29325         (calendar-week-start-day): Move after definition of
29326         redraw-calendar.  Delete buffer test, since redraw-calendar has
29327         that now.
29329         * calendar/diary-lib.el (mark-diary-entries): Only call
29330         redraw-calendar in the first of any recursive calls.
29331         Reported by Alan Shutko <ats@acm.org>.
29333 2005-03-08  Juri Linkov  <juri@jurta.org>
29335         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
29336         (html-horizontal-rule, html-line, html-image, html-checkboxes)
29337         (html-radio-buttons): Add a space before the trailing `/>' where
29338         sgml-xml-mode is non-nil.
29339         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
29340         the subsequent tag of the empty XML tag.
29341         (html-href-anchor): Don't set initial input to "http:".
29342         (html-image): Ask for the image URL and set point inside alt="".
29343         (html-name-anchor): Duplicate the name in the `id' attribute when
29344         sgml-xml-mode is non-nil.
29345         (html-paragraph): Remove \n before <p>.
29346         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
29347         instead of `checked' when sgml-xml-mode is non-nil.
29349         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
29350         Remove 1 space before #RRGGBB to not truncate it on terminal
29351         windows w/o fringes.  Remove 1 space between bg and fg examples
29352         to get more space.
29353         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
29354         avoid byte-compile warnings.
29356         * image-file.el (image-file-handler): Put `safe-magic' property to
29357         `image-file-handler'.
29359         * info.el (Info-isearch-search): Emulate word search in
29360         isearching through multiple Info nodes with Info-search.
29361         (Info-isearch-wrap): Allow isearch-word.
29363 2005-03-08  Lute Kamstra  <lute@gnu.org>
29365         * emacs-lisp/debug.el (debugger-step-through): Make sure that
29366         stepping into the debugger's code is not possible.
29367         (debugger-jumping-flag): Docstring update.
29369 2005-03-08  Jay Belanger  <belanger@truman.edu>
29371         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
29372         embedded mode begins.
29373         (calc-embedded-language-alist): New variable.
29374         (calc-embedded-find-modes): Use calc-embedded-language-alist to
29375         set default language mode.
29377 2005-03-08  Kenichi Handa  <handa@m17n.org>
29379         * international/ccl.el (define-ccl-program): Fix docstring about
29380         extra 256 bytes assured for the output buffer.
29382         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
29383         Fix BUFFER_MAGNIFICATION to 2.
29384         (ccl-encode-mule-utf-16be-with-signature): Likewise.
29386 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
29388         * align.el (align-rules-list): Added an alignment rule for CSS
29389         declarations (applies to css-mode and html-mode buffers).
29391 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
29393         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
29395 2005-03-07  Kim F. Storm  <storm@cua.dk>
29397         * simple.el (move-beginning-of-line): New command.
29399         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
29401         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
29403         * emulation/cua-base.el: Put CUA move property on move-end-of-line
29404         and move-beginning-of-line.
29406         * apropos.el (apropos-print): Omit command from M-x ... RET.
29408 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
29410         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
29411         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
29413 2005-03-06  Richard M. Stallman  <rms@gnu.org>
29415         * bindings.el (esc-map): Bind M-g to goto-line.
29417         * facemenu.el (global-map): Bind M-o, not M-g.
29419 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29421         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
29422         "Open Directory" as for "Open File".
29424 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
29426         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
29427         (push-mark-command): Run activate-mark-hook.
29429 2005-03-06  Richard M. Stallman  <rms@gnu.org>
29431         * help-mode.el (help-mode-finish): Don't alter the element
29432         in view-return-to-alist if there already is one.
29434         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
29435         make sure the current buffer is the expected one.
29437         * novice.el (disabled-command-function): Output in *Disabled Command*.
29438         Explicitly ignore non-keyboard events, and explicitly handle C-g.
29440         * textmodes/flyspell.el (flyspell-large-region):
29441         Pass args differently for aspell.
29443         * files.el (mode-require-final-newline): Doc fix.
29445 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
29447         * progmodes/which-func.el (which-function):
29448         Specify NOERROR when calling imenu--make-index-alist.
29450 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
29452         * simple.el (normal-erase-is-backspace): Define default value.
29454         * custom.el (custom-theme-set-variables): Remove unused var
29455         `immediate'.
29456         (custom-reevaluate-setting): Simple function to handle variables
29457         that are defined before their default value can really be
29458         computed.
29460         * startup.el (command-line): Use it for temporary-file-directory,
29461         small-emporary-file-directory, auto-save-file-name-transforms,
29462         blink-cursor-mode, and normal-erase-is-backspace.
29464         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
29465         progress, even with buggy anchored keywords.
29467 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
29469         * simple.el (goto-line): Remove unbalanced final parenthesis.
29471 2005-03-05  Richard M. Stallman  <rms@gnu.org>
29473         * simple.el (goto-line): Use a number at point as the default.
29474         With C-u as arg, switch buffers.
29476 2005-03-05  Juri Linkov  <juri@jurta.org>
29478         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
29479         with `no-blinking-cursor'.
29481         * startup.el (no-blinking-cursor): New defvar.
29482         (command-line): Add `--no-blinking-cursor' to longopts.
29483         Set `no-blinking-cursor' to t for command line arguments
29484         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
29485         with `no-blinking-cursor' in the condition for calling
29486         `blink-cursor-mode'.
29488 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
29490         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
29491         (menu-bar-options-save): Add blink-cursor-mode.
29492         (menu-bar-options-menu): Add blink-cursor-mode.
29494 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
29496         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
29497         (icalendar-export-file, icalendar-export-region)
29498         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
29499         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
29501 2005-03-04  Lute Kamstra  <lute@gnu.org>
29503         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
29504         (debug-function-list): Ditto.
29506 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
29508         * textmodes/texinfmt.el (texinfo-append-refill):
29509         Redefine the types of line to which @refill
29510         is not appended by replacing a search for `@refill\\|@bye' with
29511         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
29512         itemize@refill' bug and the unfilled long lines bug.
29513         (texinfmt-version): Update number and date.
29515 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
29517         * international/code-pages.el (windows-1250, windows-125[2-8])
29518         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
29520 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29522         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
29523         bound yet.
29525 2005-03-02  Romain Francoise  <romain@orebokech.com>
29527         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
29528         buffer after removing limits.
29529         (ibuffer-pop-filter): Ditto.
29530         Update copyright.
29532 2005-03-02  Miles Bader  <miles@gnu.org>
29534         * button.el (make-text-button): If the user doesn't specify a
29535         type, use the default.  Rewrite to use `add-text-properties' and
29536         plist functions.
29538 2005-03-01  Lute Kamstra  <lute@gnu.org>
29540         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
29541         (debugger-jumping-flag): New var.
29542         (debug-entry-code): Use it.
29543         (debugger-jump): Use debugger-jumping-flag and add
29544         debugger-reenable to post-command-hook.
29545         (debugger-reenable): Use debugger-jumping-flag and remove itself
29546         from post-command-hook.
29547         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
29548         debugger-reenable.
29550 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
29552         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
29553         inclusion of "itemize\\|", which may be unnecessary, is certainly
29554         inelegant, and stops refilling in itemize lists when formatting
29555         Japanese Texinfo files to Info.
29556         Update copyright to 2005.
29558 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
29560         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
29561         of an error if GDB can't find the source file.
29563 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
29565         * calendar/calendar.el (redraw-calendar): Work from any buffer,
29566         not just the calendar.
29568         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
29569         first.
29570         (diary-redraw-calendar): New function.
29571         (make-diary-entry): Add diary-redraw-calendar to local
29572         write-contents-functions.  Turn off selective display before
29573         inserting in diary.
29575 2005-03-01  Kim F. Storm  <storm@cua.dk>
29577         * emacs-lisp/copyright.el (copyright-fix-years): New command.
29579 2005-03-01  Lute Kamstra  <lute@gnu.org>
29581         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
29582         that debug-entry-code can be safely removed from a function while
29583         this code is being evaluated.  Revert the 2005-02-27 change as the
29584         new implementation no longer requires it.  Make sure that a
29585         function body containing just a string is not mistaken for a docstring.
29586         (debug): Skip one more frame in case of debug on entry.
29587         (debugger-setup-buffer): Delete one more frame line in case of
29588         debug on entry.
29589         (debugger-frame-number): Update to use the new text introduced by
29590         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
29592 2005-02-28  Kim F. Storm  <storm@cua.dk>
29594         * double.el (double-translate-key): Call force-window-update after
29595         read-event to avoid crash in redisplay.
29597 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29599         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
29600         (debug): Use it.  Move the inhibit-trace earlier.
29601         (debug-entry-code): New const.
29602         (debug-on-entry-1): Use it.
29604 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
29606         * international/utf-16.el (ccl-encode-mule-utf-16le):
29607         Fix BUFFER_MAGNIFICATION to 2.
29608         (ccl-encode-mule-utf-16be): Likewise.
29610 2005-02-28  Kenichi Handa  <handa@m17n.org>
29612         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
29613         Fix BUFFER_MAGNIFICATION to 4.
29614         (ccl-encode-mule-utf-16be-with-signature): Likewise.
29616 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
29618         * speedbar.el (speedbar-update-flag): Doc fix.
29619         (speedbar-show-info-under-mouse): Give set-mouse-position the right
29620         argument.
29622 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29624         * reveal.el (reveal-post-command): Don't try to reveal overlays which
29625         have a non-nil `invisible' property but are actually visible.
29627         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
29628         for perldoc sections.
29629         (perl-outline-regexp, perl-outline-level): New var and function.
29630         (perl-mode): Use them.
29632 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
29634         * calendar/diary-lib.el (diary-remind): Discard any mark portion
29635         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
29637 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
29639         * cus-edit.el: Comment change.
29640         (custom-buffer-create-internal): Slightly reword text at top of
29641         Custom buffers.  Mention there that saving an option edits the
29642         init file.  Add link to Emacs manual node on `custom-file'.
29643         (custom-magic-alist): Rewrite individual State messages to use
29644         capitalized keywords.  Doc fix.
29646 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
29648         * calendar/calendar.el (calendar-buffer): Move above
29649         calendar-week-start-day.
29650         (calendar-week-start-day): Doc fix.  Add :set function.
29651         (calendar-minimum-window-height): New variable.
29652         (generate-calendar-window): Only resize window if selected-window
29653         is displaying the calendar buffer.  Use new variable
29654         calendar-minimum-window-height.
29655         (generate-calendar): Reword error message.
29656         (calendar-mode-map): Bind DEL to scroll-other-window-down.
29658 2005-02-27  Andreas Schwab  <schwab@suse.de>
29660         * vc.el (vc-do-command): Don't run command asynchronously when
29661         operating in a remote directory.
29663         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
29664         change from sync with Tramp 2.0.47.
29666 2005-02-27  Richard M. Stallman  <rms@gnu.org>
29668         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
29670         * textmodes/flyspell.el (flyspell-mode-on):
29671         Call ispell-change-dictionary only if necessary.
29673         * emacs-lisp/re-builder.el (regexp-builder): New function.
29675         * register.el (describe-register-1): Explicitly handle
29676         yank-excluded-properties = t.
29678         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
29679         (custom-magic-alist): Change the status descriptions again.
29680         (face widget-type): Total rewrite based on `restricted-sexp'
29681         to eliminate the confusing double hiding levels.
29683         * emacs-lisp/debug.el (debug-on-entry-1):
29684         If function body is empty, add nil as body form.
29686 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29688         * emacs-lisp/trace.el (inhibit-trace): New var.
29689         (trace-make-advice): Use it.
29691         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
29693 2005-02-26  Kim F. Storm  <storm@cua.dk>
29695         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
29696         (mouse-on-link-p, mouse-drag-region-1): Use it.
29698 2005-02-25  Lute Kamstra  <lute@gnu.org>
29700         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
29702 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
29704         * frame.el (blink-cursor-mode): Add :group keyword.
29706 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
29708         * calendar/icalendar.el (icalendar--decode-isodatetime):
29709         New optional argument DAY-SHIFT.
29710         (icalendar-export-region): Fix coding-system-for-write.
29711         (icalendar--convert-ical-to-diary): Shift end-day of all-day
29712         events by one.
29714 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29716         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
29718 2005-02-24  Kim F. Storm  <storm@cua.dk>
29720         * international/iso-acc.el (iso-accents-compose): Fix crash
29721         during redisplay.  Call force-window-update after read-event
29722         and delete-region to signal that window is not accurate.
29724 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
29726         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
29727         Remove unused and inexistent var `inhibit-trace'.
29728         (debugger-mode): Use run-mode-hooks.
29729         (debugger-list-functions): Add buttons; setup xref stack.
29731 2005-02-23  Richard M. Stallman  <rms@gnu.org>
29733         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
29734         appointment says it was explicitly made.
29735         (appt-add): Set the 3rd element.
29736         (appt-make-list): Preserve explicit appointments.
29738         * subr.el (find-tag-default): Catch errors in forward-sexp.
29740 2005-02-23  Juri Linkov  <juri@jurta.org>
29742         * info.el (Info-isearch-search): New defcustom.
29743         (Info-isearch-search): Call the default isearch function
29744         when Info-isearch-search is nil.
29745         (Info-isearch-wrap): Use variable Info-isearch-search.
29747 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
29749         * cus-edit.el: Comment change.
29751 2005-02-22  Kim F. Storm  <storm@cua.dk>
29753         * progmodes/hideif.el (hide-ifdef-use-define-alist):
29754         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
29756 2005-02-22  Simon Josefsson  <jas@extundo.com>
29758         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
29759         New variable.
29760         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
29761         Oskarsson" <myrkraverk@users.sourceforget.net>.
29763 2005-02-22  Kim F. Storm  <storm@cua.dk>
29765         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
29766         check that window of that event is the selected window.
29767         (mouse-drag-region-1): Compare mouse event window to selected
29768         window before setting point.
29770         * tooltip.el (tooltip-show-help-function): Pass event to
29771         mouse-on-link-p so it can check selected window.
29773 2005-02-22  Kenichi Handa  <handa@m17n.org>
29775         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
29776         (ps-mule-show-warning): New function.
29777         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
29778         characters are found.
29780         * ps-print.el (ps-header-footer-string): Return a list of header
29781         and footer strings.
29783 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
29785         * pcvs.el (cvs-retrieve-revision): Fix thinko.
29787 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
29789         * frame.el (blink-cursor-mode): Use define-minor-mode.
29791         * term/mac-win.el (function-key-map): Use char-names more consistently.
29792         (file-name-coding-system): Only set it for MacOS-9.  The other case is
29793         already handled in mule-cmds.el (where it also works when mac-win.el
29794         is not used).
29796 2005-02-21  Kenichi Handa  <handa@m17n.org>
29798         * international/mule.el (ctext-pre-write-conversion): Always use
29799         " *code-converting-work*" buffer for work.
29801         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
29803 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
29805         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
29807 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
29809         * ses.el (undo-more): Restore defadvice, but only the part that
29810         allows changes outside the restricted area of the buffer.
29812 2005-02-20  Kim F. Storm  <storm@cua.dk>
29814         * simple.el (line-move): Add fourth optional arg try-vscroll which
29815         must be set to perform auto-window-vscroll.
29816         When moving backwards and doing auto-window-vscroll, automatically
29817         vscroll to the last part of lines which are taller than the window.
29818         (next-line, previous-line): Set try-vscroll arg on line-move.
29820 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
29822         * replace.el (query-replace, query-replace-regexp)
29823         (replace-string, replace-regexp): When operating on region, make
29824         the minibuffer prompt say so.
29826         * isearch.el (isearch-forward): Document isearch-query-replace and
29827         isearch-query-replace-regexp keybindings.
29829 2005-02-19  Jay Belanger  <belanger@truman.edu>
29831         * calc/calc-aent.el (math-read-token): Add local variable.
29833         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
29834         (calc-edit-top): Move declaration to earlier in file.
29835         (calc-edit-macro-repeats): Add local variables.
29837         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
29838         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
29839         calcFunc-tanh.
29840         Adjust integration rule for calcFunc-tan.
29842 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
29844         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
29845         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
29846         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
29847         (viper-skip-separators): Bug fix.
29848         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
29849         particular major mode.
29850         (viper-del-backward-char-in-replace): Don't put deleted char on the
29851         kill ring.
29853         * viper-ex.el (viper-color-display-p): New function.
29854         (viper-has-face-support-p): Use viper-color-display-p.
29856         * viper-keym.el (viper-gnus-modifier-map): New keymap.
29858         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
29860         * viper-util.el (viper-glob-unix-files): Fix shell status check.
29861         (viper-file-remote-p): Make equivalent to file-remote-p.
29863         * viper.el (viper-major-mode-modifier-list):
29864         Use viper-gnus-modifier-map.
29866 2005-02-19  David Kastrup  <dak@gnu.org>
29868         * subr.el (subregexp-context-p): Fix garbled doc string by adding
29869         quoting.
29871 2005-02-19  Jay Belanger  <belanger@truman.edu>
29873         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
29874         Remove extra definitions.
29875         (calc-coth): New function.
29876         (calcFunc-cot): Fix `let'.
29878 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
29880         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
29881         the reasons we use "type pc" in these faces.
29883         * button.el (button): Ditto.
29885 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
29887         * replace.el (query-replace-read-from): Set the value of
29888         query-replace-from-history-variable to handle the case of an empty
29889         string entered to accept the suggested default.
29891         * net/tramp.el (tramp-file-name-for-operation):
29892         Use dired-call-process instead of dired-call-process-command.
29894 2005-02-19  Jay Belanger  <belanger@truman.edu>
29896         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
29897         (math-div-non-trig): New variables.
29898         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
29899         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
29900         (math-combine-prod, math-div-symb-fancy): Add simplifications for
29901         trig expressions.
29903 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
29905         * progmodes/gdb-ui.el (gdb-var-update-handler)
29906         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
29907         for watch expressions,
29908         (gdb-var-create-handler): Don't set speedbar-update-flag.
29909         (gdb-post-prompt): Simplify test for speedbar.
29911 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
29913         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
29914         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
29915         we use the syntax table of the correct buffer.
29916         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
29917         Felix Gatzemeier.
29919         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
29920         (ediff-file-remote-p): Make synonymous with file-remote-p.
29921         In all deffaces ediff-*-face-*, use min-colors.
29923         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
29924         ediff-recurse-to-subdirectories.
29925         (ediff-mark-if-equal): Check that the arguments are strings, use
29926         ediff-same-contents (after to Felix Gatzemeier).
29928         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
29929         nil.
29931 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
29933         * log-view.el (log-view-message-re): Fix up Subversion regexp.
29935 2005-02-18  David Kastrup  <dak@gnu.org>
29937         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
29938         use `mark-active' when defined.
29940 2005-02-18  Kenichi Handa  <handa@m17n.org>
29942         * ps-print.el (ps-font-info-database): New entry
29943         ZapfChancery-MediumItalic with correct font name.  Fix font name
29944         of the entry Zapf-Chancery-MediumItalic.
29946 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
29948         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
29950 2005-02-16  Kim F. Storm  <storm@cua.dk>
29952         * ido.el (ido-fallback-command): Pass user input to fallback command.
29954 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
29956         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
29957         (gdb-find-file-hook): Add server prefix.
29959 2005-02-16  Richard M. Stallman  <rms@gnu.org>
29961         * replace.el (perform-replace): Pass new args to replace-highlight.
29962         (replace-highlight): Take region args,
29963         and pass them to isearch-lazy-highlight-new-loop.
29965         * novice.el (disabled-command-hook): Autoload the defalias
29966         and the make-obsolete-variable call.
29968         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
29970         * isearch.el (isearch-lazy-highlight-start-limit)
29971         (isearch-lazy-highlight-end-limit): New variables limit
29972         the region for highlighting.
29973         (isearch-lazy-highlight-new-loop): New args BEG and END.
29974         (isearch-lazy-highlight-search): Use the new vars.
29975         (isearch-lazy-highlight-update): Likewise.
29977         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
29979         * cus-start.el (all): Use default-boundp.
29981 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
29983         * menu-bar.el (menu-bar-select-frame): Handle current frame.
29985 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
29987         * autorevert.el (auto-revert-stop-on-user-input)
29988         (auto-revert-verbose): Doc fixes.
29990 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
29992         * international/mule-cmds.el (set-locale-environment): Remove call
29993         to set-selection-coding-system on Windows.
29995 2005-02-15  Jay Belanger  <belanger@truman.edu>
29997         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
29998         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
29999         calcFunc-coth.
30000         (math-simplify-sqrt): Add simplifications.
30002         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
30003         to list.
30005         * calc/calc-ext.el: Add functions to autoloads.
30007         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
30008         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
30009         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
30010         (math-csc-raw, math-cot-raw): New functions.
30012         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
30014         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
30015         the variable name in a message.
30017         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
30018         calcFunc-csc, calcFunc-cot.
30020         * calc/calcalg2.el: Add derivative and integration rules for
30021         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
30022         calcFunc-csch, calcFunc-coth.
30023         (math-do-integral-methods): Add to checks for when to use
30024         substitutions.
30026         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
30028 2005-02-15  Lute Kamstra  <lute@gnu.org>
30030         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30031         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
30032         <monnier@iro.umontreal.ca>.
30033         (lisp-outline-level): Improve efficiency.  Suggested by David
30034         Kastrup <dak@gnu.org>.
30036 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
30038         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
30039         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
30040         (gdb-set-gud-minor-mode-existing-buffers): New functions.
30041         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
30042         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
30044 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
30046         * cus-start.el (all): Comment change.
30048 2005-02-14  Lute Kamstra  <lute@gnu.org>
30050         * cus-start.el (all): Check if symbol is void.
30052 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
30054         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
30055         optional argument to \cite.
30057 2005-02-14  Richard M. Stallman  <rms@gnu.org>
30059         * cus-edit.el (custom-buffer-create-internal): Update help message.
30060         (custom-magic-alist): Update help messages.
30062         * cus-start.el (all): Allow a var to specify a standard value.
30064 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
30066         * custom.el (custom-theme-set-variables): Handle variable aliases.
30068         * frame.el (blink-cursor-timer): Doc fix.
30069         (blink-cursor): Make it an alias for `blink-cursor-mode' and
30070         declare obsolete.
30071         (blink-cursor-mode): Define with defcustom and use correct
30072         standard expression in that defcustom.
30073         * startup.el (command-line): Adapt to above changes in frame.el.
30075 2005-02-11  Lute Kamstra  <lute@gnu.org>
30077         * apropos.el (apropos-score-doc): Prevent division by zero.
30079 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
30081         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
30082         (icalendar--get-event-property-attributes)
30083         (icalendar--get-event-properties)
30084         (icalendar--datetime-to-diary-date): New functions.
30085         (icalendar--split-value): Doc fix.
30086         (icalendar--datetime-to-noneuropean-date)
30087         (icalendar--datetime-to-european-date): New optional argument
30088         SEPARATOR.  Return result as a string instead of a list.
30089         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
30090         (icalendar--convert-string-for-export): Rename arg S to STRING.
30091         (icalendar-export-region): Doc fix.  Change name of error buffer.
30092         Save output buffer.
30093         (icalendar-import-file): Add blank at end of prompt.
30094         (icalendar-import-buffer): Doc fix.  Do not switch to error
30095         buffer.  Indicate status in return value.
30096         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
30097         buffer.  Save output buffer.  Handle exception from recurrence
30098         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
30099         events.  Fix problems with weekly all-day events.
30101 2005-02-10  Richard M. Stallman  <rms@gnu.org>
30103         * simple.el (eval-expression-print-format):
30104         Avoid warning about edebug-active.
30106         * help.el (help-for-help-internal): Rename from help-for-help.
30107         (help-for-help): Define with defalias.
30109         * font-core.el (font-lock-default-function): Use with-no-warnings.
30111         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
30113         * custom.el (defface): Doc fix.
30115 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
30117         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
30118         width 0" to prevent word wrapping problems.
30120 2005-02-09  Kim F. Storm  <storm@cua.dk>
30122         * ido.el (ido-file-extensions-order): New defcustom.
30123         (ido-file-extension-lessp, ido-file-extension-aux)
30124         (ido-file-extension-order): New advanced file ordering.
30125         (ido-file-lessp): New simple file ordering.
30126         (ido-sort-list): Remove.
30127         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
30128         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
30130 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
30132         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
30133         that some versions of grep produce.
30134         (grep-mode-font-lock-keywords): Likewise.
30136 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
30138         * progmodes/gdb-ui.el (gdb-location-list): New variable.
30139         (gdb-cdir): Delete.
30140         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
30141         (gdb-source-info): Treat case when source file is in another
30142         directory properly.
30143         (gdb-get-location): New function.
30145 2005-02-07  Jay Belanger  <belanger@truman.edu>
30147         * calc/calc-prog.el (calc-write-parse-table-part)
30148         (calc-fix-token-name): Fix a check for language type.
30150         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
30152 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
30154         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
30155         as directory not writable.
30157 2005-02-07  Kim F. Storm  <storm@cua.dk>
30159         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
30160         (cua--standard-movement-commands): Remove list.
30161         Instead, set CUA property value to move for movement commands.
30162         (cua-movement-commands): Remove.  Users must set CUA prop instead.
30163         (cua--pre-command-handler): Check CUA property.
30164         (cua--init-keymaps): Don't remap undo commands.
30165         (cua-mode): Don't call cua--rectangle-on-off.
30167         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
30168         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
30169         (cua--rect-undo-set-point): New var.
30170         (cua--rectangle-undo-boundary): Setup undo apply entry.
30171         (cua--rect-undo-handler): New function for rectangle undo.
30172         (cua--rect-start-position, cua--rect-end-position): Add.
30173         (cua--rectangle-post-command): Call cua--rectangle-set-corners
30174         for restored rectangle.  Set point if cua--rect-undo-set-point.
30176 2005-02-06  Jay Belanger  <belanger@truman.edu>
30178         * calc/calc-lang.el (calc-tex-language): Display more information
30179         in messages.
30181         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
30182         in TeX mode.
30184 2005-02-06  Richard M. Stallman  <rms@gnu.org>
30186         * emacs-lisp/lisp.el (buffer-end): Doc fix.
30188 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
30190         * net/ldap.el (ldap-search-internal): Support attributes with
30191         optional descriptions separated by a semi-colon, as in
30192         "userCertificate;binary".
30194 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30196         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
30197         isn't a cons (i.e. the version is 0).
30199 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
30201         * help.el (help-for-help): Doc fix.
30203 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
30205         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
30206         GDB-Windows on the menu-bar as this works better.
30208 2005-02-04  Jay Belanger  <belanger@truman.edu>
30210         * calc/calc-embed.el (calc-embedded-update): Don't put in
30211         unnecessary newlines.  Adjust the end of formula marker.
30213         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
30214         (math-latex-parse-two-args): New function.
30216 2005-02-03  Lute Kamstra  <lute@gnu.org>
30218         * help-fns.el (help-with-tutorial): Make sure that users cannot
30219         remove the entire text of the tutorial by means of `undo'.
30221 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30223         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
30224         in recent changes, where the ispell process was repeatedly
30225         killed & restarted.
30227         * international/mule-cmds.el (set-locale-environment): Set file-name
30228         coding system to utf-8 on Darwin systems.
30229         (set-default-coding-systems): Don't set default-file-name-coding-system
30230         on Darwin systems.
30232 2005-02-03  Richard M. Stallman  <rms@gnu.org>
30234         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
30236 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
30238         * faces.el (list-faces-display): Add optional argument.
30240 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
30242         * font-core.el (font-lock-default-function): Handle the rare case where
30243         only font-lock-keywords is set.
30245 2005-02-02  Kenichi Handa  <handa@m17n.org>
30247         * international/characters.el: Cancel previous change for
30248         I-WITH-DOT-ABOVE and DOTLESS-i.
30250         * international/latin-5.el: Cancel previous change.
30252 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
30254         * progmodes/gud.el: Correction to syntax in gud-menu-map.
30256 2005-02-02  Kenichi Handa  <handa@m17n.org>
30258         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
30259         DOTLESS-i.
30261         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
30262         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
30264         * case-table.el (get-upcase-table): New function.
30265         (copy-case-table): Copy upcaes table too if non-nil.
30266         (set-case-syntax-delims): Maintain upcase table too.
30267         (set-case-syntax-pair): Likewise.
30268         (set-upcase-syntax, set-downcase-syntax): New functions.
30269         (set-case-syntax): Maintain upcase table too.
30271 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
30273         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
30275         * progmodes/gud.el (gud-goto-info): New function.
30276         (gud-tool-bar-map): Use correct icon.
30278 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
30280         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
30281         When delegating, order args in the funcall correctly.
30283 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
30285         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
30287 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
30289         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
30290         buffer not visiting a file.
30292 2005-01-31  Jay Belanger  <belanger@truman.edu>
30294         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
30295         bound on the line with the formula.
30297 2005-01-31  Kim F. Storm  <storm@cua.dk>
30299         * ses.el (ses-create-cell-variable-range)
30300         (ses-destroy-cell-variable-range, ses-reset-header-string)
30301         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
30302         (ses-insert-row): Fix format of apply undo entries.
30304 2005-01-31  Jay Belanger  <belanger@truman.edu>
30306         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
30307         parts.
30309         * calc/calc-embed.el (calc-embedded-open-formula)
30310         (calc-embedded-close-formula): Ignore matrix environments.
30312         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
30313         TeX mode.
30315         * calc/calc-lang.el (math-function-table, math-oper-table)
30316         (math-variable-table): Adjust the LaTeX portions.
30318         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
30319         (math-latex-ignore-words): New constant.
30321 2005-01-31  Richard M. Stallman  <rms@gnu.org>
30323         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
30324         (ispell-local-dictionary): Doc fix.
30325         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
30326         Don't reinitialize at run time.  Don't defcustom.
30327         All uses changed to append ispell-local-dictionary-alist,
30328         or check it first.
30329         (ispell-current-dictionary): New variable for dictionary in use.
30330         (ispell-dictionary): Now used only for global default.
30331         (ispell-start-process): Set ispell-current-dictionary,
30332         not ispell-dictionary.
30333         (ispell-change-dictionary): Use this only for setting
30334         user preferences.
30335         (ispell-internal-change-dictionary): New function
30336         to change the current dictionary in use.
30337         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
30338         Use ispell-current-dictionary.
30339         Handle ispell-local-dictionary-overridden.
30340         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
30342 2005-01-31  Jay Belanger  <belanger@truman.edu>
30344         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
30346         * calc/calc-ext.el: Add calc-latex-language to autoloads.
30347         (calc-mode-map): Add calc-latex-language.
30349         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
30350         (math-latex-print-frac): New functions.
30351         (math-oper-table, math-function-table, math-variable-table)
30352         (math-complex-format, math-input-filter): Add latex properties.
30353         (calc-set-language): Set math-expr-special-function-mapping.
30355         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
30356         (calc-write-parse-table-part): Add LaTeX support.
30358         * calc/calc.el (calc-language): Adjust docstring.
30359         (calc-set-mode-line): Add LaTeX support.
30360         (math-expr-special-function-mapping): New variable.
30361         (math-tex-ignore-words): Add to list.
30363         * calc/calccomp.el (math-compose-expr, math-compose-rows):
30364         Add LaTeX support.
30365         (math-compose-expr): Add support for special functions.
30367         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
30369 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
30371         * progmodes/gdb-ui.el (gdb-memory-address)
30372         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
30373         (gdb-memory-mode-map, gdb-memory-format-keymap)
30374         (gdb-memory-format-menu, gdb-memory-unit-keymap)
30375         (gdb-memory-unit-menu): New variables for a buffer
30376         that lets the user examine program memory.
30377         (gdb-memory-set-address, gdb-memory-set-repeat-count)
30378         (gdb-memory-format-binary, gdb-memory-format-octal)
30379         (gdb-memory-format-unsigned, gdb-memory-format-signed)
30380         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
30381         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
30382         (gdb-memory-unit-word, gdb-memory-unit-halfword)
30383         (gdb-memory-unit-byte, gdb-memory-unit-menu)
30384         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
30385         (gdb-memory-mode, gdb-memory-buffer-name)
30386         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
30387         New functions for above buffer.
30389 2005-01-30  Richard M. Stallman  <rms@gnu.org>
30391         * cus-edit.el (custom-bury-buffer): Function deleted.
30392         (custom-buffer-done-function): Option deleted.
30393         (custom-buffer-done-kill): New replacement option.
30394         (Custom-buffer-done): Call quit-window.
30395         (custom-buffer-create-internal): Update for above changes.
30397 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
30399         * simple.el (undo-ask-before-discard): New var.
30400         (undo-outer-limit-truncate): Implement it.
30401         (undo-extra-outer-limit): Doc update.
30403 2005-01-29  Richard M. Stallman  <rms@gnu.org>
30405         * ses.el (undo-more): Delete defadvice.
30406         (ses-begin-change): Doc fix.
30408         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
30409         instead of rebinding C-x u and C-_.
30411         * files.el (normal-backup-enable-predicate): Return nil for files
30412         in /tmp, regardless of temporary-file-directory.
30414         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
30416         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
30417         (open-rectangle, delete-whitespace-rectangle-line)
30418         (clear-rectangle-line): If FILL, pass t instead of FILL
30419         for move-to-column's 2nd arg.
30421         * simple.el (undo): Fix the test for continuing a series of undos.
30422         (undo-more): Set pending-undo-list to t when we reach end.
30423         (pending-undo-list): Move up defvar.
30425         * wid-edit.el (widget-button-click):
30426         Shorten the range of the track-mouse binding.
30428         * comint.el (comint-insert-input): Undo previous changes;
30429         use last-input-event in interactive spec.
30431 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
30433         * progmodes/compile.el (compilation-start): Bind buffer-read-only
30434         to nil before invoking call-process.  Reset buffer's modified flag
30435         after fontifying it in the no-async branch.
30437         * wid-edit.el (widget-specify-button): If mouse pointer shape
30438         cannot be changed, use mouse face instead.
30440 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
30442         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
30443         (gdb-goto-breakpoint): Make breakpoint handling work on template
30444         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
30445         (gdb-assembler-custom): Update to recognize breakpoint information
30446         added on 2005-01-19.
30448 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30450         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
30451         (dsssl-mode): Use define-derived-mode.
30452         (scheme-mode-initialize): Remove.
30453         (scheme-mode): Use run-mode-hooks.
30455         * cus-edit.el (customize-group-other-window)
30456         (custom-buffer-create-other-window): Don't override special-display-*.
30457         (custom-mode-map): Make it dense.
30459         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
30460         sets the default value.
30462 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
30464         * descr-text.el: Add more keywords.
30466 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30468         * speedbar.el: Avoid unnecessary use of locate-library.
30470         * international/mule-cmds.el (standard-display-european-internal):
30471         Don't fiddle with latin-1 non-break space any more since it's now
30472         special cased in the C code.
30473         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
30475 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
30477         * cus-start.el (all): Add `undo-outer-limit'.
30479 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30481         * textmodes/bibtex.el (bibtex-format-entry):
30482         Use `bibtex-empty-field-re' only on the text of fields, not on entire
30483         field lines.
30484         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
30485         not on part of a buffer.
30487 2005-01-25  Lute Kamstra  <lute@gnu.org>
30489         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
30490         nonempty field text strings like "{letters\\macro{}more letters}".
30491         Clarify docstring.
30492         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
30493         (bibtex-entry-offset, bibtex-parse-association)
30494         (bibtex-parse-field-name): Fix typos in docstrings.
30495         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
30497 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
30499         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
30500         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
30501         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
30502         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
30504         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
30505         isearch minor mode.
30507 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
30509         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
30511 2005-01-24  Lute Kamstra  <lute@gnu.org>
30513         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
30514         CASECHARS and NOT-CASECHARS regular expressions of the
30515         "nederlands" and "nederlands8" dictionaries to prevent a "Range
30516         striding over charsets" error.
30518 2005-01-24  Jay Belanger  <belanger@truman.edu>
30520         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
30521         display variable name.
30523 2005-01-24  Kenichi Handa  <handa@m17n.org>
30525         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
30526         Fix setting of the element of encoded-kbd-iso2022-invocations.
30528 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
30530         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
30531         (gdb-threads-select): Change to also accept mouse events.
30532         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
30533         (gdb-threads-mouse-select): Delete.
30535 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
30537         * files.el (insert-directory): Take care of empty directory,
30538         listed without -a switch.
30540 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
30542         * textmodes/refill.el (refill-post-command-function):
30543         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
30544         to the list of functions that we should be careful not to undo.
30545         (refill-late-fill-paragraph-function): Remove.
30546         (refill-saved-state): New var.
30547         (refill-mode): Use it to save fill-paragraph-function.
30548         Save also the value of auto-fill-function.
30550         * term/w32-win.el: Simplify code.
30552 2005-01-23  Kim F. Storm  <storm@cua.dk>
30554         * simple.el (line-move): Adapt to new return value from
30555         pos-visible-in-window-p.
30557         * simple.el (line-move): Fix last change.  Check partial
30558         visibility at point rather than at window-start.
30560 2005-01-22  Jason Rumney  <jasonr@gnu.org>
30562         * term/w32-win.el (xw-defined-colors): Remove debug-message.
30564 2005-01-22  David Kastrup  <dak@gnu.org>
30566         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
30568 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
30570         * type-break.el (type-break-mode): Add a test for
30571         type-break-file-name being non-nil.
30573 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
30575         * net/eudc.el (top level): Call (message "") via progn, so that
30576         eudc-options-file is loaded.
30578 2005-01-22  Kim F. Storm  <storm@cua.dk>
30580         * simple.el (line-move-1): Rename from line-move.
30581         (line-move): New function that adjusts vscroll for partially
30582         visible rows, and calls line-move-1 otherwise.
30584 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
30586         * pcomplete.el: Define pcomplete-read-event instead of read-event,
30587         since it's not a complete read-event implementation
30589 2005-01-20  Jay Belanger  <belanger@truman.edu>
30591         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
30592         for called function.
30594 2005-01-20  Steven Tamm  <steventamm@mac.com>
30596         * term/mac-win.el (process-connection-type): Remove.
30597         Controlled now by s/darwin.h:PTY_ITERATION.
30599 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30601         * window.el (handle-select-window): Don't switch window when we're
30602         in the minibuffer.
30604 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
30606         * subr.el (dotimes-with-progress-reporter): New macro.
30608         * ses.el (ses-dotimes-msg): Remove macro.
30609         Use `dotimes-with-progress-reporter' instead.
30611 2005-01-19  Steven Tamm  <steventamm@mac.com>
30613         * term/mac-win.el (process-connection-type): Use new
30614         operating-system-release variable to use ptys on Darwin 7 (OS X
30615         10.3) when using carbon build.
30617 2005-01-19  Jay Belanger  <belanger@truman.edu>
30619         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
30620         flags if the last command was a tab or M-tab.
30622         * calc/calc-prog.el (calc-user-define-edit): Put original formula
30623         in formula editing buffer.
30625 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
30627         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
30628         breakpoint image symbol in margin.
30630 2005-01-19  Jay Belanger  <belanger@truman.edu>
30632         * calc/calc-prog.el (calc-execute-kbd-macro):
30633         Ignore calc-keep-arg-flag.
30635 2005-01-19  Kenichi Handa  <handa@m17n.org>
30637         * textmodes/ispell.el (ispell-looking-at): New function.
30638         (ispell-process-line): Use ispell-looking-at to compare the ispell
30639         output and the buffer contents.
30641 2005-01-18  Jay Belanger  <belanger@truman.edu>
30643         * calc/calc.el (calc-display-raw): Fix docstring.
30645 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
30647         * simple.el (blink-matching-open): Strip extra info from syntax.
30649         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
30650         funny chars in the end-of-here-doc marker.
30652 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
30654         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
30655         that enable/disabled state of breakpoints is shown correctly in
30656         fringe and on ttys.
30657         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
30658         Add breakpoint information as text properties.
30659         (gdb-mouse-toggle-breakpoint):
30660         Rename to gdb-mouse-set-clear-breakpoint.
30661         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
30662         breakpoints in the margin.
30663         (gdb-remove-strings): Simplify.
30665 2005-01-17  Jay Belanger  <belanger@truman.edu>
30667         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
30668         erasing buffer.
30670 2005-01-17  Richard M. Stallman  <rms@gnu.org>
30672         * progmodes/grep.el (grep-find): Copy from `grep' the condition
30673         for calling grep-compute-defaults.
30675         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
30676         if buffer is empty.
30678         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
30680 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
30682         * hilit-chg.el (highlight-changes-mode): Don't autoload.
30684         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
30685         non-preloaded variables.
30687 2005-01-17  Steven Tamm  <steventamm@mac.com>
30689         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
30690         tex-shell cause to force interactivity when using pipes.
30692 2005-01-17  Kim F. Storm  <storm@cua.dk>
30694         * simple.el (just-one-space): Make arg optional.
30696 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
30698         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30699         posn-at-x-y to t to access left-margin.
30701 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
30703         Sync with Tramp 2.0.47.
30705         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
30706         catching keep-date problems in cp/scp operations.
30707         (tramp-handle-copy-file): Don't call `set-file-modes'
30708         unconditionally.  Specialized functions should know better what is
30709         necessary.  This improves performance a little bit, and the
30710         functions could catch errors with `cp -p' and `scp -p'.
30711         (tramp-do-copy-or-rename-file-via-buffer)
30712         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
30713         when appropriate.
30714         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
30715         Call `set-file-modes' when appropriate.
30716         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
30717         Johnsson <isak@hypergene.com>.
30718         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
30719         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
30720         <joakim@verona.se>.
30721         (tramp-file-name-for-operation): Mark `shell-command' as magic for
30722         Emacs only.
30724         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
30725         `find-file-hooks' and `dired-mode-hook'.
30726         (tramp-minor-mode-map): Respective map.  Add remapping for
30727         `compile' and `recompile'.
30728         (tramp-remap-command, tramp-recompile): New defuns.
30729         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
30730         in buffer "*Compilation*".  Call the commands asynchronously.
30732         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
30733         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
30734         `shell-command', because it isn't magic in XEmacs.  Reported by
30735         Adrian Aichner <adrian@xemacs.org>.
30737         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
30738         `substitute-in-file-name.
30739         (tramp-smb-handle-substitute-in-file-name): New defun.
30740         (tramp-smb-advice-PC-do-completion): Delete advice.
30742 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
30744         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
30745         Fix error in deleting region.
30747 2005-01-15  Richard M. Stallman  <rms@gnu.org>
30749         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
30750         In non-temp buffer, switch syntax table temporarily.
30752         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
30754         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
30756         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
30758         * imenu.el (imenu--split-menu): Copy menulist before sorting.
30759         (imenu--generic-function): Use START, not BEG, as pos of definition.
30761         * simple.el (just-one-space): Argument specifies number of spaces.
30763         * simple.el (eval-expression-print-format): Avoid warning
30764         about edebug-active.
30766 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
30768         * progmodes/sh-script.el: Code copied from make-mode.el
30769         with small changes,
30770         (sh-mode-map): Bind C-c C-\.
30771         (sh-backslash-column, sh-backslash-align): New variables.
30772         (sh-backslash-region, sh-append-backslash): New functions.
30774 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30776         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
30777         (rmail-pop-password, rmail-pop-password-required): Move to
30778         rmail-obsolete group.
30779         (rmail-set-pop-password): Rename to rmail-set-remote-password.
30780         All callers updated.
30781         (rmail-get-pop-password): Rename to rmail-get-remote-password.
30782         Take an argument specifying whether it is POP or IMAP mailbox we
30783         are using.  All callers updated.
30784         (rmail-pop-password-error): Rename to
30785         rmail-remote-password-error.  Added mailutils-specific error message.
30786         (rmail-movemail-search-path)
30787         (rmail-movemail-variant-in-use): New variables.
30788         (rmail-remote-password, rmail-remote-password-required):
30789         New customization variables.
30790         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
30791         (rmail-parse-url): New function.
30792         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
30793         with GNU mailutils movemail.
30795 2005-01-15  Kevin Ryde  <user42@zip.com.au>
30797         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
30798         suffix to space, $ or '$, to correctly position point when going
30799         to @table style constants like DBL_MAX.
30801 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
30803         * type-break.el (type-break-mode, type-break-file-time)
30804         (type-break-file-keystroke-count, type-break-choose-file):
30805         Don't store data in or load data from the file if type-break-file-name
30806         is nil.
30807         (type-break-file-name): Doc update as per the above.
30809 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
30811         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
30812         lookup-key might return nil; handle that.
30814 2005-01-15  Alan Mackenzie  <acm@muc.de>
30816         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
30817         rather than the element found, thus enabling the tree to be setcar'd.
30819 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
30821         * textmodes/org.el (org-show-following-heading): New option.
30822         (org-show-hierarchy-above): Use `org-show-following-heading'.
30823         (org-cycle): Documentation fix.
30825         * textmodes/org.el (orgtbl-optimized): New option
30826         (orgtbl-mode): New command, a minor mode.
30827         (orgtbl-mode-map): New variable.
30828         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
30829         (orgtbl-error, orgtbl-self-insert-command)
30830         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
30832         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
30833         a local variable in each org-mode buffer.
30835         * textmodes/org.el (org-set-regexps-and-options): Rename from
30836         `org-set-regexps'.  Added checking for STARTUP keyword.
30837         (org-get-current-options): Add STARTUP options.
30838         (org-table-insert-row): Make mode intelligent about when
30839         realignment is needed.
30840         (org-self-insert-command, org-delete-backward-char, org-delete-char):
30841         New commands.
30842         (org-enable-table-editor): New default value `optimized'.
30843         (org-table-blank-field): Support blanking regions if active.
30845 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
30847         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
30848         if the year is not given.
30850         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
30851         Add new escapes %m and %M, fixed bug with %F by adding
30852         save-match-data.
30853         (reftex-reference): Remove ?. from list of spaces.
30854         (reftex-label-info): Add automatic label prefix recognition.
30856         * textmodes/reftex-index.el (reftex-index-next-phrase):
30857         Add slave parameter to call of `reftex-index-this-phrase'.
30858         (reftex-index-this-phrase): New optional argument.
30859         (reftex-index-region-phrases): Add slave parameter to call of
30860         `reftex-index-this-phrase'.
30861         (reftex-display-index): New argument redo.
30862         (reftex-index-rescan): Add `redo' to arguments of
30863         `reftex-display-index'.
30864         (reftex-index-Rescan, reftex-index-revert)
30865         (reftex-index-switch-index-tag): Add `redo' to arguments of
30866         `reftex-display-index'.
30867         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
30868         indexing.  Fix bug with matching is there is a quote before or
30869         after the word.
30871         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
30872         Fix bug when collecting citation keys in lines with comments.
30873         (reftex-citation): Prefix argument no longer rescans the document,
30874         but forces prompting for optional arguments of cite macros.
30875         (reftex-do-citation): Prompting for optional arguments implemented.
30877         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30878         Add optional arguments to most cite commands.
30879         (reftex-cite-cleanup-optional-args): New option
30880         (reftex-cite-prompt-optional-args): New option.
30881         (reftex-trust-label-prefix): New option.
30883         * textmodes/reftex-toc.el (reftex-toc-find-section):
30884         Add push-mark before changing the position in the buffer.
30886         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
30887         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
30889 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
30891         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
30892         more carefully.
30894 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
30896         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
30897         (sgml-mode): Use it.
30898         (sgml-get-context): Better keep track of implicitly closed tags.
30900 2005-01-13  Kenichi Handa  <handa@m17n.org>
30902         * textmodes/ispell.el: These changes are to fix misalignment error
30903         caused by equivalent characters of different Emacs charsets.
30904         (ispell-unified-chars-table): New variable.
30905         (ispell-get-decoded-string): New function.
30906         (ispell-get-casechars, ispell-get-not-casechars)
30907         (ispell-get-otherchars): Call ispell-get-decoded-string.
30909 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
30911         * custom.el (custom-declare-variable): Just put symbol instead
30912         of (defvar . symbol) in `current-load-list'.
30914 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
30916         * emacs-lisp/elint.el: Fixed typo in Commentary section.
30918 2005-01-12  Jay Belanger  <belanger@truman.edu>
30920         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
30921         to create a Calc summary.
30923 2005-01-12  Kim F. Storm  <storm@cua.dk>
30925         * mouse.el (mouse-on-link-p): Change functionality and doc
30926         string to comply with latest description in lisp ref.
30928 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
30930         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
30931         Enable mouse clicks on mode-line, header-line and margin.
30932         (event-type): Give mouse event symbols an `event-kind' property
30933         with value `mouse-click'.
30935 2005-01-12  Juri Linkov  <juri@jurta.org>
30937         * facemenu.el (list-colors-display): Add new arg buffer-name.
30938         Use it.  Fix docstring.  Replace code for identifying duplicate
30939         colors by the name with call to `list-colors-duplicates' which
30940         identifies duplicate colors by the value unless the color
30941         is one of special Windows colors.  Set truncate-lines to t.
30942         Print sorted duplicate color names on each line.  Indent to 22
30943         \(the longest color name in rgb.txt) instead of 20.  Optimize.
30944         (list-colors-duplicates): New function.
30945         (facemenu-color-name-equal): Delete function.
30947         * facemenu.el (list-colors-print): New function created from code
30948         in list-colors-display.  Print #RRGGBB at the window right edge.
30949         (list-colors-display): When temp-buffer-show-function is not
30950         defined, call list-colors-print from temp-buffer-show-hook
30951         to get the right value of window-width in list-colors-print
30952         after the buffer is displayed.
30954         * simple.el (pop-mark): Move deactivate-mark out of conditional
30955         part to deactivate the active mark regardless of the state of the
30956         mark ring.
30958         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
30959         variables line in desktop files.
30961 2005-01-12  Juri Linkov  <juri@jurta.org>
30963         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
30964         Bring together isearch highlight related options.
30965         (lazy-highlight): Replace group `replace' by `matching'.
30966         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
30967         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
30968         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
30969         and declare them obsolete.
30970         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
30971         (isearch-faces): Remove defgroup.
30972         (isearch-overlay, isearch-highlight, isearch-dehighlight):
30973         Move isearch highlighting code closer to lazy highlighting code.
30975         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
30976         (query-replace-highlight, query-replace-lazy-highlight)
30977         (query-replace): Move definitions to the beginning of the file.
30979 2005-01-11  Juri Linkov  <juri@jurta.org>
30981         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
30982         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
30983         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
30985         * info.el (Info-history-forward): New variable.
30986         (Info-select-node): Reset Info-history-forward to nil.
30987         (Info-last): Turn into defalias.
30988         (Info-history-back): Rename from Info-last.
30989         Add current node to Info-history-forward.
30990         (Info-history-forward): New fun.
30991         (Info-mode-map): Replace Info-last by Info-history-back.
30992         Bind Info-history-forward to "r".
30993         (Info-mode-menu): Replace Info-last by Info-history-back.
30994         Fix menu item text.  Add menu item for Info-history-forward.
30995         (info-tool-bar-map): Replace Info-last by Info-history-back.
30996         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
30997         for Info-history-forward.
30998         (Info-mode): Replace Info-last by Info-history-back in docstring.
30999         Add local variable Info-history-forward.
31000         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
31002 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
31004         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
31005         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
31006         Ignore select-window events rather than fiddle with
31007         mouse-autoselect-window.
31009 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
31011         * type-break.el (type-break-mode): Fix previous change.
31013 2005-01-10  Jay Belanger  <belanger@truman.edu>
31015         * calc/calc-ext.el (calc-reset): Reset when inside embedded
31016         calculator; only reset when point is inside a calculator.
31017         Don't adjust the window height if the window takes up the whole height
31018         of the frame.
31020 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
31022         * ebuff-menu.el (Electric-buffer-menu-mode):
31023         Preserve value of buffer-local var header-line-format.
31025 2005-01-09  Jay Belanger  <belanger@truman.edu>
31027         * calc/calc.el (calc-mode-var-list-restore-saved-values):
31028         Make sure settings file exists before accessing it.
31030         * calc/calc-embed.el (calc-embedded-subst):
31031         Replace math-multi-subst-rec, which is only supposed to be called
31032         by math-multi-subst, by math-multi-subst.
31034 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
31036         * vc.el (vc-allow-async-revert): New user option.
31037         (vc-disable-async-diff): New internal variable.
31038         (vc-revert-buffer): Use them to disable asynchronous diff.
31040         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
31041         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
31042         asynchronously if vc-disable-async-diff is t.
31044 2005-01-09  Jay Belanger  <belanger@truman.edu>
31046         * calc/calc.el (defcalcmodevar): New macro.
31047         (calc-mode-var-list-restore-default-values)
31048         (calc-mode-var-list-restore-saved-values): New functions.
31049         (calc-mode-var-list): Use defcalcmodevar to define it.
31050         (calc-always-load-extensions, calc-line-numbering)
31051         (calc-line-breaking, calc-display-just, calc-display-origin)
31052         (calc-number-radix, calc-leading-zeros, calc-group-digits)
31053         (calc-group-char, calc-point-char, calc-frac-format)
31054         (calc-prefer-frac, calc-hms-format, calc-date-format)
31055         (calc-float-format, calc-full-float-format, calc-complex-format)
31056         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
31057         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
31058         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
31059         (calc-matrix-brackets, calc-language, calc-language-option)
31060         (calc-left-label, calc-right-label, calc-word-size)
31061         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
31062         (calc-display-raw, calc-internal-prec, calc-angle-mode)
31063         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
31064         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
31065         (calc-window-height, calc-display-trail, calc-show-selections)
31066         (calc-use-selections, calc-assoc-selections)
31067         (calc-display-working-message, calc-auto-why, calc-timing)
31068         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
31069         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
31070         (calc-gnuplot-default-device, calc-gnuplot-default-output)
31071         (calc-gnuplot-print-device, calc-gnuplot-print-output)
31072         (calc-gnuplot-geometry, calc-graph-default-resolution)
31073         (calc-graph-default-resolution-3d, calc-invocation-macro)
31074         (calc-show-banner): Use defcalcmodevar to declare them and set
31075         their default values.
31077         * calc/calc-ext.el (calc-reset): Restore saved values of variables
31078         instead of default values (but restore default values if there is
31079         an argument of 0).
31081 2005-01-09  David Kastrup  <dak@gnu.org>
31083         * desktop.el (desktop-restore-eager): Fix typo in type.
31085 2005-01-08  Richard M. Stallman  <rms@gnu.org>
31087         * cus-edit.el (customize): Delete :link.
31089 2005-01-08  Jay Belanger  <belanger@truman.edu>
31091         * calc/calc.el (calc-mode): Remove the extension from the
31092         `calc-settings-file' file name when loading it.
31094 2005-01-08  Kim F. Storm  <storm@cua.dk>
31096         * info.el (Info-mode-map, Info-next-link-keymap)
31097         (Info-prev-link-keymap, Info-up-link-keymap):
31098         Map follow-link to mouse-face.
31099         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
31101 2005-01-08  Jay Belanger  <belanger@truman.edu>
31103         * calc/calc.el (calc-settings-file): Change default value.
31104         Suggested by cgw in a comment in calc-mode.el.
31106         * calc/calc-mode.el (calc-settings-file-name):
31107         Compare calc-settings-file to user-init-file instead of ~/.emacs.
31108         Replace ~/.emacs in a prompt by calc-settings-file.
31110 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
31112         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
31113         (desktop-lazy-idle-delay): New customizable variables.
31114         (desktop-buffer-args-list): New variable.
31115         (desktop-append-buffer-args): New function.
31116         (desktop-save): Call desktop-append-buffer-args for some buffers.
31117         (desktop-lazy-create-buffer): New function.
31118         (desktop-idle-create-buffers): New function.
31119         (desktop-read): Add message about buffers to restore lazily.
31120         (desktop-lazy-abort): New command.
31121         (desktop-clear): Call desktop-lazy-abort.
31122         (desktop-lazy-complete): New command.
31124 2005-01-06  Richard M. Stallman  <rms@gnu.org>
31126         * emacs-lisp/find-func.el (find-face-definition):
31127         Rename from find-face.
31129 2005-01-06  Kim F. Storm  <storm@cua.dk>
31131         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
31133         * man.el (Man-xref-man-page, Man-xref-header-file)
31134         (Man-xref-normal-file): Add follow-link property.
31136 2005-01-06  Jay Belanger  <belanger@truman.edu>
31138         * calc/calc-units.el: Make sure the proper macro definitions are
31139         available when compiling.
31141 2005-01-06  Juri Linkov  <juri@jurta.org>
31143         * isearch.el (isearch-lazy-highlight-update):
31144         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
31146 2005-01-06  Miles Bader  <miles@gnu.org>
31148         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
31149         (isearch-lazy-highlight-face): Use new name.
31151 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
31153         * uniquify.el (uniquify-rationalize-file-buffer-names):
31154         Re-add an interactive spec.
31155         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
31156         to the same name.
31158         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
31159         (isearch-update, isearch-done): Adjust calls accordingly.
31161 2005-01-05  Richard M. Stallman  <rms@gnu.org>
31163         * custom.el (custom-set-variables, custom-theme-set-variables):
31164         Clarify documentation.
31166         * emacs-lisp/find-func.el (find-variable)
31167         (find-variable-other-window, find-variable-other-frame):
31168         Fix the TYPE args to find-function-read and find-function-do-it.
31169         (find-function): Doc fix.
31170         (find-function-at-point): Replace function-at-point alias.
31172 2005-01-04  Richard M. Stallman  <rms@gnu.org>
31174         * cus-face.el (custom-declare-face):
31175         Record defface in current-load-list.
31177         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
31179         * emacs-lisp/find-func.el: Doc fixes.
31180         (find-face-regexp): New variable.
31181         (find-function-regexp-alist): New variable.
31182         (find-function-C-source): Third arg is now TYPE.
31183         (find-function-search-for-symbol): Handle general TYPE.
31184         (find-function-read, find-function-do-it): Handle general TYPE.
31185         (find-definition-noselect, find-face): New functions.
31186         (function-at-point): Alias deleted.
31188 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
31190         * battery.el (display-battery-mode): Rename from display-battery.
31191         Handle the case where it gets turned off.
31193 2005-01-04  Richard M. Stallman  <rms@gnu.org>
31195         * cus-edit.el (customize): Make :link point to user doc.
31197         * man.el (Man-fontify-manpage): Turn off undo generation.
31199         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
31201 2005-01-04  Andreas Schwab  <schwab@suse.de>
31203         * files.el (insert-directory): Only look for error lines in
31204         inserted text.  Don't move too far after processing --dired markers.
31206 2005-01-04  Richard M. Stallman  <rms@gnu.org>
31208         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
31209         Don't expand if the character is @, period, dash, etc.
31210         (define-mail-abbrev): Quote names that contain problem characters.
31212 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
31214         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
31216 2005-01-03  Richard M. Stallman  <rms@gnu.org>
31218         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
31219         (query-replace-highlight, query-replace-lazy-highlight)
31220         (query-replace): Definitions moved up.  Doc fix.
31222 2005-01-03  Richard M. Stallman  <rms@gnu.org>
31224         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
31225         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
31226         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
31227         (lazy-highlight-face): Rename from isearch-lazy-...
31228         Change all references to them.
31230 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
31232         * cus-edit.el (custom-file): Doc fix for defcustom.
31233         (custom-file): The function no longer sets the variable
31234         `custom-file' to its return value.
31236         * startup.el (command-line): No longer load `custom-file'.
31238 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31240         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
31242         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
31243         Don't confuse module-prefixed identifiers for labels.
31244         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
31246 2005-01-02  Richard M. Stallman  <rms@gnu.org>
31248         * files.el (basic-save-buffer-1): Fix previous change.
31250         * loadhist.el (file-loadhist-lookup): New function.
31251         (file-provides, file-requires): Use it.
31253         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
31254         instead of calculating the right size.
31256 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
31258         * vc-svn.el (vc-svn-diff): Stay local if possible.
31260 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
31262         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
31264         * files.el (hack-local-variables): Fix last change.
31266 2005-01-02  Jay Belanger  <belanger@truman.edu>
31268         * calc/calc-yank.el (calc-edit-top): New variable.
31269         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
31270         object.  Change header properties.
31271         (calc-edit-finish, calc-edit-finish-stack-object)
31272         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
31273         edited object.
31274         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
31275         for the beginning of the edited object.
31276         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
31277         for the beginning of the edited object.
31278         * calc/calc-prog.el (calc-edit-macro-finish-edit)
31279         (calc-finish-formula-edit, calc-macro-repeats)
31280         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
31281         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
31282         beginning of the edited object.
31283         (calc-user-define-edit): Change the header for editing macros.
31284         Remove unnecessary variable.
31286 2005-01-01  Jay Belanger  <belanger@truman.edu>
31288         * calc/calc-yank.el (calc-edit-mode): Change default header.
31289         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
31290         * calc/calc-store.el (calc-edit-variable): Change title to match new
31291         header.
31292         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
31293         mode to match new header.
31294         (calc-user-define-edit): Change titles to include names of commands.
31295         (calc-finish-formula-edit): Adjust to handle new header.
31296         (calc-finish-macro-edit): Remove.
31297         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
31298         (calc-edit-macro-command, calc-edit-macro-command-type)
31299         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
31300         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
31301         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
31302         (calc-edit-macro-finish-edit): New functions.
31303         (calc-user-define-edit): Use new functions to edit named calc macros.
31305 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31307         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
31309         * ses.el (copy-region-as-kill): Deactivate mark.
31311 2005-01-01  Richard M. Stallman  <rms@gnu.org>
31313         * replace.el (occur-1): If the output buffer is also an input,
31314         don't kill it, rename it.
31316         * faces.el (set-face-background, set-face-foreground): Doc fix.
31318         * cus-face.el (custom-face-attributes): Fix :help-echo strings
31319         for :foreground and :background.
31321         * dired.el (dired-view-command-alist): Variable deleted.
31322         (dired-view-file, dired-mouse-find-file-other-window):
31323         Delete the code to use it.
31325 2005-01-01  Kim F. Storm  <storm@cua.dk>
31327         * image.el (insert-sliced-image): Use t for line-height property.
31329 See ChangeLog.11 for earlier changes.
31331 ;; Local Variables:
31332 ;; coding: iso-2022-7bit
31333 ;; add-log-time-zone-rule: t
31334 ;; End:
31336     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
31337   Copying and distribution of this file, with or without modification,
31338   are permitted provided the copyright notice and this notice are preserved.
31340 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1